@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Light.ttf);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Outfit-f;
    src: url(../fonts/Outfit-SemiBold.ttf);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Niveau-Grotesk-f;
    src: url(../fonts/NiveauGroteskRegular.ttf);
    font-weight: 400;
    font-display: swap
}

/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90%
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px
    }
}

@media (min-width:1590px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px
    }
}

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1280px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1590px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1280px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1590px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1280px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1590px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1280px) {
    .modal-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

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

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

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

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

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

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

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

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

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

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

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

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

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

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

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: calc(1.5em + .75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-calc(1.5em + .75rem + 2px)/2);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + .75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + .75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

* {
    outline: 0 !important
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

:root {
    --white: #fff;
    --blue: #098cec;
    --gray: #4c4959;
    --bg-color: rgba(24, 20, 49, .8);
    --darkblue: #0a061d;
    --linear-gradient: linear-gradient(90deg, #0949ec, #0093ff)
}

a {
    text-decoration: none
}

li,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    height: auto;
    max-width: 100%
}

button {
    cursor: pointer
}

button:focus-visible,
input,
select,
textarea {
    outline: 0
}

input,
textarea {
    border-radius: 0
}

.header__burger {
    cursor: pointer
}

.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999
}

.all_pages:hover ul {
    right: 0
}

.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer
}

.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: .4s;
    max-height: 500px;
    overflow-y: auto
}

.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px
}

.all_pages ul li a {
    color: #fff
}

.footer {
    background: #06040f;
    padding-block: 66px;
}

@media screen and (max-width:767px) {
    .footer {
        padding-block: 54px
    }
}

.footer__all-content {
    max-width: 1796px;
    margin: 0 auto
}

.footer__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 9%;
    row-gap: 10px;
    flex-wrap: wrap
}

@media screen and (max-width:1589px) {
    .footer__wrapper {
        column-gap: 4%
    }
}

@media screen and (max-width:767px) {
    .footer__wrapper {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0
    }
}

.footer__menu {
    display: flex;
    align-items: center;
    column-gap: 48px
}

@media screen and (max-width:1279px) {
    .footer__menu {
        column-gap: 15px
    }
}

@media screen and (max-width:991px) {
    .footer__menu {
        margin: 10px auto 0;
        min-width: 70%
    }
}

@media screen and (max-width:767px) {
    .footer__menu {
        flex-direction: column;
        margin: 48px 0 24px 6px;
        align-items: flex-start;
        row-gap: 24px
    }
}

.footer__menu li {
    line-height: 1
}

.footer__menu a {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    position: relative
}

.footer__menu a:hover {
    text-decoration: none
}

.footer__menu a:after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--white);
    bottom: -4px;
    right: 0;
    width: 0;
    transition: width .3s cubic-bezier(.47, 0, .745, .715)
}

.footer__menu a:hover:after {
    width: 100%;
    left: 0
}

.footer__soc-links {
    display: flex;
    margin-left: auto;
    align-items: center;
    column-gap: 24px
}

@media screen and (max-width:991px) {
    .footer__soc-links {
        min-width: 25%
    }
}

@media screen and (max-width:767px) {
    .footer__soc-links {
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto 54px 0
    }
}

.footer__soc-links img {
    height: 24px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__soc-links img:hover {
    filter: invert(99%) sepia(100%) saturate(0) hue-rotate(256deg) brightness(107%) contrast(100%)
}

.footer__logo-wrapper {
    width: 291px;
    max-width: 100%
}

@media screen and (max-width:991px) {
    .footer__logo-wrapper {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .footer__logo-wrapper {
        width: -moz-fit-content;
        width: fit-content
    }
}

.footer__logo-wrapper img {
    width: 224px;
    height: 42px
}

.footer__development {
    display: flex;
    align-items: center;
    column-gap: 9%;
    margin-top: 42px
}

@media screen and (max-width:1589px) {
    .footer__development {
        column-gap: 4%
    }
}

@media screen and (max-width:767px) {
    .footer__development {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0
    }
}

.home .footer__coopyright p {
    font-family: Niveau-Grotesk-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    font-size: 12px
}

.footer__coopyright {
    width: 291px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .footer__coopyright {
        margin-bottom: 20px
    }
}

.footer__coopyright p {
    font-family: Niveau-Grotesk-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    font-size: 12px
}

.footer__coopyright p:first-child {
    margin-bottom: 16px
}

.footer__coopyright a {
    font-family: Niveau-Grotesk-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--blue);
    transition: opacity .3s ease
}

.footer__coopyright a:hover {
    text-decoration: none;
    opacity: .8
}

/*.footer__payments img {*/
/*    width: 285px;*/
/*    height: 55px;*/
/*    max-width: 100%*/
/*}*/

.chat-block {
    position: fixed;
    bottom: 35px;
    right: 16px;
    z-index: 9999;
    padding: 10px 6px 10px 24px;
    background: var(--linear-gradient);
    border-radius: 64px
}

.chat-block:hover .chat__image svg {
    transform: scale(1.2)
}

.chat-block:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0bcd4d;
    display: inline-block;
    animation: a 1.7s infinite;
    animation-delay: .2s;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid var(--white)
}

@keyframes a {
    0% {
        box-shadow: 0 0 5px #fff
    }

    50% {
        box-shadow: 0 0 20px #fff
    }

    to {
        box-shadow: 0 0 5px #fff
    }
}

.chat__wrapper {
    display: flex;
    height: 100%;
    font-size: 24px;
    font-weight: 400
}

.chat__messages-number,
.chat__wrapper {
    justify-content: center;
    align-items: center;
    font-family: Outfit-f, sans-serif;
    line-height: 1
}

.chat__messages-number {
    top: -8px;
    right: 0;
    color: var(--white);
    background: var(--blue);
    font-weight: 600;
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: var(--blue);
    display: flex;
    font-size: 12px;
    border-radius: 4px;
    display: none
}

.chat__image {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: 8px
}

.chat__image svg {
    width: 16.36px;
    height: 17.15px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .3s ease
}

header {
    position: fixed;
    background: var(--bg-color);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

@media screen and (max-width:767px) {
    header {
        padding-block: 10px
    }
}

header .container-fluid,
header .container-lg,
header .container-md,
header .container-sm,
header .container-xl,
header .container-xxl {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.container__header {
    max-width: 1796px;
    margin: 0 auto
}

.header__logo {
    padding: 10px 0
}

@media screen and (max-width:767px) {
    .header__logo {
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        order: 2
    }
}

.header__logo img {
    width: 224px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:991px) {
    .header__logo img {
        width: 48px;
        height: 42px;
        min-width: 48px
    }
}

.header__content-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
    position: relative
}

@media screen and (max-width:767px) {
    .header__content-wrap {
        justify-content: space-between;
        column-gap: 20px
    }
}

.menu-icon {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-right: 13px;
    width: 14px;
    height: 15px
}

@media screen and (max-width:767px) {
    .menu-icon {
        margin-right: 0;
        width: 24px
    }
}

.menu-icon span {
    display: inline-block;
    height: 1px;
    background: var(--white);
    border-radius: 4px
}

.menu-icon span:first-child {
    width: 100%
}

.menu-icon span:nth-child(2) {
    width: 80%
}

.menu-icon span:nth-child(3) {
    width: 60%
}

.header_acc {
    display: flex;
    margin-left: auto;
    align-items: center
}

@media screen and (max-width:767px) {
    .header_acc {
        margin-left: 40px;
        display: flex;
        column-gap: 15px
    }
}

@media screen and (max-width:575px) {
    .header_acc {
        column-gap: 10px
    }
}

.header_acc>a,
.header_acc>div {
    padding: 10px 24px
}

@media screen and (max-width:767px) {

    .header_acc>a,
    .header_acc>div {
        padding: 10px 6px
    }
}

.header_acc>div {
    height: 100%;
    text-transform: uppercase;
    color: var(--white);
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 16px
}

.header_acc .btn__cart {
    position: relative
}

.header_acc .btn__cart.active:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    content: "";
    background: var(--blue)
}

@media screen and (max-width:991px) {
    .header_acc .btn__cart {
        padding-right: 20px
    }
}

.header_currency {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    border-left: 1px solid hsla(0, 0%, 100%, .1)
}

@media screen and (max-width:767px) {
    .header_currency {
        border: none;
        position: absolute;
        right: 40px
    }
}

.profile__block-item-large.is_mobile>div:last-child {
    width: -moz-fit-content;
    width: fit-content
}

.currency__select .nice-select,
.profile__block-item-large.is_mobile .nice-select {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--white);
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-right: 16px;
    padding-left: 0;
    margin-bottom: 0
}

@media screen and (max-width:767px) {

    .currency__select .nice-select,
    .profile__block-item-large.is_mobile .nice-select {
        font-size: 14px
    }
}

.currency__select .nice-select span,
.profile__block-item-large.is_mobile .nice-select span {
    color: var(--white)
}

.currency__select .nice-select:after,
.profile__block-item-large.is_mobile .nice-select:after {
    border-bottom: 2px solid #9c9c9c;
    border-right: 2px solid #9c9c9c;
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 6px;
    height: 6px
}

.currency__select .nice-select.open:after,
.profile__block-item-large.is_mobile .nice-select.open:after {
    transform: rotate(-135deg)
}

.currency__select .nice-select .list,
.profile__block-item-large.is_mobile .nice-select .list {
    transition: all 0s ease;
    width: auto
}

.currency__select .nice-select.open .list,
.profile__block-item-large.is_mobile .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    background: #181431;
    padding: 8px
}

.currency__select .nice-select .option.focus,
.currency__select .nice-select .option.selected.focus,
.currency__select .nice-select .option:hover,
.profile__block-item-large.is_mobile .nice-select .option.focus,
.profile__block-item-large.is_mobile .nice-select .option.selected.focus,
.profile__block-item-large.is_mobile .nice-select .option:hover {
    background: transparent;
    color: var(--blue)
}

.currency__select .nice-select .option,
.profile__block-item-large.is_mobile .nice-select .option {
    padding: 4px 6px;
    text-align: left
}

.currency__select .nice-select .option:not(:last-child),
.profile__block-item-large.is_mobile .nice-select .option:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.product_mobile_currency {
    display: none
}

.single-product .header_acc .header_currency {
    display: none !important
}

.single-product .product_mobile_currency {
    display: flex !important;
    justify-content: flex-end;
    margin: 0 0 16px;
    position: relative;
    z-index: 2
}

.single-product .product_mobile_currency .nice-select {
    min-width: 68px;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .single-product .product_mobile_currency {
        margin: -20px 0 16px
    }
}

.btn__cart {
    position: relative;
    cursor: pointer
}

.btn__cart img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:991px) {
    .btn__cart {
        display: flex
    }
}

.btn__cart .b-count {
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    top: 10px;
    right: 0;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 12px
}

@media screen and (max-width:991px) {
    .btn__cart .b-count {
        top: 10px;
        right: 0
    }
}

.header_games_menu {
    cursor: pointer;
    padding: 12px 32px 12px 16px;
    background: var(--linear-gradient);
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
    color: var(--white);
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .header_games_menu {
        padding: 10px 16px
    }
}

@media screen and (max-width:767px) {
    .header_games_menu {
        margin-right: 40px;
        width: 56px;
        height: 44px
    }
}

.header_games_menu:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 6px;
    height: 6px
}

@media screen and (max-width:991px) {
    .header_games_menu:after {
        display: none
    }
}

.header.open .header_games_menu:after {
    transform: rotate(225deg);
    margin-top: -2px
}

.search_form {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.search_form button {
    background: 0 0;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    max-width: 24px;
    padding: 0
}

.search_form button svg {
    width: 100%
}

.search-input {
    width: 100%;
    background: 0 0;
    outline: none;
    border: none;
    padding-left: 16px;
    color: #fff;
    font-family: Outfit-f, sans-serif;
    font-size: 16px
}

@media screen and (max-width:767px) {
   .header_search .search-input {
        display: none
    }
}

.search-input.show-input {
    display: block
}

.header_search.show-input {
    width: 300px;
    background: #181431;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:575px) {
    .header_search.show-input {
        max-width: 180px
    }
}

.header_search.show-input .search-input {
    display: block;
    width: 260px;
    background: transparent
}

@media screen and (max-width:575px) {
    .header_search.show-input .search-input {
        max-width: 140px
    }
}

.search_form input:-ms-input-placeholder {
    color: #878787
}

.search_form input::placeholder {
    color: #878787
}

.header_search {
    max-width: 45vw;
    position: relative;
    transition: all .3s ease
}

.result-search {
    position: absolute;
    top: 183%;
    left: -15%;
    width: 765px;
    min-width: 300px;
    max-width: 90vw;
    background-color: #181431;
    box-shadow: 0 4px 80px #000;
    border-radius: 8px;
    padding: 32px;
    display: none
}

@media screen and (max-width:767px) {
    .result-search {
        top: 135%;
        /*left: 50%;*/
        /*transform: translateX(-50%)*/
    }
}

.result-search-list ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.result-search-list ul li a {
    color: var(--blue)
}

.result-search-list ul li a,
.result-search-list ul li p {
    font-size: 16px;
    font-family: Niveau-Grotesk-f, sans-serif;
    font-weight: 400;
    line-height: 150%
}
.result-search-list ul li p {
    color: var(--white);
    opacity: .5;
    font-size: 14px;
}

.result-search-list ul li h2 {
    font-size: 28px;
    color: var(--blue);
    font-family: Niveau-Grotesk-f, sans-serif;
    font-weight: 400;
    line-height: 150%
}

.result-search .preloader {
    max-width: 100px;
    display: none
}

.result-search .preloader svg {
    width: 100%
}

.my_account {
    white-space: nowrap;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .my_account {
        display: none
    }
}

.user img {
    width: 24px;
    height: 24px;
    min-width: 24px
}

@media screen and (min-width:992px) {
    .user img {
        display: none
    }
}

@media screen and (max-width:767px) {
    .btn-text-games {
        display: none
    }
}

.mega-menu__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 406px;
    background: rgba(10, 6, 29, .8);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    padding: 16px 16px 0 64px;
    transform: translateY(-150%);
    transition: opacity .5s ease;
    z-index: 98;
    opacity: 0;
    box-shadow: 0 0 20px rgba(65, 64, 64, .5)
}

@media screen and (max-width:767px) {
    .mega-menu__wrap {
        padding-left: 16px
    }
}

@media screen and (max-width:575px) {
    .mega-menu__wrap {
        height: 100%;
        min-height: 100vh;
        min-height: 100svh;
        overflow: auto;
        padding-bottom: 150px
    }
}

.mega-menu__wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(66, 64, 74, 0), rgba(66, 64, 74, .3));
    z-index: -1
}

@media screen and (max-width:575px) {
    .mega-menu__wrap:after {
        display: none
    }
}

.header.open .mega-menu__wrap {
    transform: translateY(0);
    transition: opacity .5s ease;
    opacity: 1
}

@media screen and (max-width:575px) {
    .mega-menu__wrap .nav-item.active:after {
        transform: rotate(225deg)
    }
}

.mega-menu__title-row {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .3);
    font-family: Outfit-f, sans-serif;
    line-height: 2;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 14px
}

@media screen and (max-width:767px) {
    .mega-menu__title-row {
        padding-right: 85px
    }
}

.mega-menu__tabs,
.mega-menu__title-games {
    width: 246px
}

@media screen and (max-width:575px) {

    .mega-menu__tabs,
    .mega-menu__title-games {
        width: 100%
    }
}



.mega-menu__content,
.mega-menu__title-categories {
    width: calc(100% - 246px)
}

@media screen and (max-width:575px) {

    .mega-menu__content,
    .mega-menu__title-categories {
        width: 100%;
        display: none
    }
}

.mega-menu__menu-row {
    display: flex
}

.mega-menu__content,
.mega-menu__tabs {
    max-height: 296px;
    overflow: auto
}

@media screen and (max-width:575px) {

    .mega-menu__content,
    .mega-menu__tabs {
        max-height: 100%
    }
}

.mega-menu__content,
.mega-menu__title-categories {
    margin-left: 26px
}

.mega-menu__tabs {
    position: relative;
    padding-right: 7px
}

@media screen and (max-width:575px) {
    .mega-menu__tabs {
        padding-right: 0
    }
}

.mega-menu__tabs .nav {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.mega-menu__tabs .nav-link {
    padding: 8px 28px 8px 16px;
    columns: var(--white);
    font-family: Outfit-f, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    transition: background .3s ease
}

.mega-menu__tabs .nav-link.active,
.mega-menu__tabs .nav-link:hover {
    background: #15112c
}

.mega-menu__tabs .nav-item {
    position: relative;
    width: 100%
}

.mega-menu__tabs .nav-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.mega-menu__tabs .nav-item:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: rotate(-45deg);
    transition: all .15s ease-in-out;
    width: 6px;
    height: 6px
}

@media screen and (max-width:575px) {
    .mega-menu__tabs .nav-item:after {
        top: 20px;
        transform: rotate(45deg)
    }
}

.body__overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    z-index: 22;
    display: none;
    overflow: hidden
}

.body__overlay.show {
    display: block
}

.games__wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px
}

@media screen and (max-width:575px) {
    .games__wrapper {
        row-gap: 20px;
        padding: 8px 28px 8px 16px
    }
}

.games__item {
    width: 17%;
    min-width: 224px
}

@media screen and (max-width:575px) {
    .games__item {
        width: 100%
    }
}

.games__item h4 {
    font-weight: 500;
    line-height: 1.3;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 8px
}

.games__item h4,
.games__item h5 {
    font-family: Outfit-f, sans-serif;
    font-size: 16px
}

.games__item h5 {
    font-weight: 400;
    line-height: 1.2;
    color: #7b768f;
    transition: color .3s ease
}

.games__item h5:not(:last-child) {
    margin-bottom: 16px
}

.games__item a {
    color: var(--white);
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.games__item a:hover {
    text-decoration: none;
    color: var(--white)
}

.games__item a:after {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--white);
    bottom: -4px;
    right: 0;
    width: 0;
    transition: width .3s cubic-bezier(.47, 0, .745, .715)
}

@media screen and (max-width:575px) {
    .games__item a:after {
        bottom: 0
    }
}

.games__item a:hover:after {
    width: 100%;
    left: 0
}

.games__item a:hover h5 {
    color: var(--white)
}

@media screen and (max-width:575px) {
    .nav-item .fade:not(.show) {
        opacity: 1
    }
}

@media screen and (max-width:575px) {

    .nav-item .tab-pane,
    .nav-item .tab-pane.active {
        display: none
    }
}

.scroll-block__styles::-webkit-scrollbar {
    width: 2px;
    height: 100%
}

.scroll-block__styles {
    scrollbar-width: thin
}

.scroll-block__styles::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 0
}

.s0,
.scroll-block__styles::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 0
}

.myAccountModal.modal .btn-close {
    background-size: 20px;
    background: url(../../img/close-modal.svg) no-repeat;
    opacity: 1;
    background-position: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    display: block
}

.myAccountModal.modal .btn-close:focus {
    box-shadow: none
}

.modal-open .myAccountModal.modal,
.myAccountModal.modal.show {
    padding-right: 0;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(10, 13, 29, .7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.myAccountModal.modal.show {
    z-index: 9999
}

.myAccountModal .modal-content {
    border: 0;
    margin: 30px auto;
    padding: 0
}

@media screen and (max-width:550px) {
    .myAccountModal .modal-content {
        max-width: 90%
    }
}

.modal-backdrop {
    display: none
}

.myAccountModal .modal__body {
    border-radius: 8px;
    width: 492px;
    max-width: 100%;
    background: var(--white);
    height: auto;
    padding: 46px 90px;
    overflow-y: auto
}

@media screen and (max-width:550px) {
    .myAccountModal .modal__body {
        padding: 40px 20px
    }
}

.myAccountModal .modal-dialog {
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
    height: auto
}

.login__list {
    column-gap: 8px;
    margin: 0 auto 39px
}

.login__list,
.login__list li {
    display: flex;
    justify-content: center
}

.login__list li {
    background: #f2f2f2;
    width: 72px;
    height: 64px;
    border-radius: 4px;
    align-items: center;
    transition: box-shadow .3s ease
}

.login__list li:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.login__list li:hover h5 {
    color: var(--blue)
}

.login__list li:hover img {
    filter: invert(44%) sepia(37%) saturate(5485%) hue-rotate(185deg) brightness(96%) contrast(95%)
}

.login__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.login__list a:hover {
    text-decoration: none
}

.login__list img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 4px
}

.login__list h5 {
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    transition: color .3s ease
}

.login__list h5,
.myAccountModal h3 {
    color: var(--darkblue);
    font-family: Outfit-f, sans-serif
}

.myAccountModal h3 {
    line-height: 1.1;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:575px) {
    .myAccountModal h3 {
        font-size: 20px
    }
}

.title__sign-email {
    color: rgba(10, 6, 29, .5);
    font-family: Outfit-f, sans-serif;
    line-height: 2;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin: 0 16px 24px;
    display: flex;
    justify-content: center
}

.title__sign-email:after,
.title__sign-email:before {
    content: "";
    display: inline-block;
    width: 140px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:550px) {

    .title__sign-email:after,
    .title__sign-email:before {
        width: calc(40px + 70 * ((100vw - 320px) / 255))
    }
}

.title__sign-email:before {
    left: 80%
}

@media screen and (max-width:350px) {
    .title__sign-email:before {
        left: 85%
    }
}

.title__sign-email:after {
    right: 80%
}

@media screen and (max-width:350px) {
    .title__sign-email:after {
        right: 85%
    }
}

.form-registration__input-wrapper {
    margin-bottom: 24px
}

.form__input-full-width {
    width: 100%
}

.form__input input {
    display: block;
    background: #f6f6f6;
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
    color: var(--darkblue);
    width: 100%;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 1px solid #f6f6f6;
    transition: border .3s ease
}

.form__input input:focus-visible {
    border: 1px solid var(--blue)
}

.form__input input:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.form__input input::placeholder {
    color: #a9a9a9;
    opacity: 1
}

.form-password,
.form-username {
    position: relative
}

.form-password:before,
.form-username:before {
    position: absolute;
    left: 16px;
    top: 12px;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    z-index: 1
}

.form-password input,
.form-username input {
    padding-left: 46px
}

.form-username:before {
    background: url(../../img/user-form.svg) no-repeat
}


.form-password:before {
    background: url(../../img/password-form.svg) no-repeat
}

.form-password input {
    padding-right: 42px
}

.show-password-input:after {
    content: "";
    background: url(../../img/password_close.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat
}

.show-password-input.display-password:after {
    background: url(../../img/password_open.svg)
}

.show-password-input {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer
}

.password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.registration__form p {
    text-align: center;
    margin-bottom: 32px;
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 12px;
    color: var(--darkblue)
}

.registration__form button {
    padding: 16px 68px;
    font-size: 20px;
    margin: 0 auto 51px
}

@media screen and (max-width:575px) {
    .registration__form button {
        font-size: 16px
    }
}

.modal-form__wrapper span {
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 300;
    font-size: 14px;
    color: var(--darkblue);
    display: flex;
    justify-content: center
}

.link-modal {
    color: var(--blue);
    font-weight: 400;
    margin-left: 3px;
    cursor: pointer
}

.link-modal:hover {
    text-decoration: underline
}

.header__profile {
    position: absolute;
    transform: translateX(100%);
    background-color: var(--darkblue);
    background-size: cover;
    background-position: top;
    right: 0;
    top: 100%;
    padding: 56px 16px 48px;
    width: 400px;
    max-width: 100%;
    text-align: center;
    overflow: auto;
    height: calc(100vh - 64px);
    min-height: 100%;
    z-index: -1;
    transition: transform 555ms ease
}

@media screen and (max-width:450px) {
    .header__profile {
        width: 100%
    }
}

.header__profile.open {
    transform: translateX(0);
    transition: transform 555ms ease
}

.avatar {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.nickname {
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    margin-top: 16px
}

.nickname,
.role {
    font-family: Outfit-f, sans-serif;
    line-height: 1.25
}

.role {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 400;
    font-size: 14px;
    margin-top: 4px
}

.profile__content-wrapper {
    margin-top: 32px
}

.profile__content-wrapper a {
    color: var(--white);
    font-family: Outfit-f, sans-serif
}

.profile__content-wrapper a:hover {
    text-decoration: none
}

.profile-btn__wrapper .btn-border,
.profile-btn__wrapper .btn-main {
    width: 100%;
    justify-content: center;
    padding-block: 16px;
    margin-bottom: 8px;
    cursor: pointer
}

.profile__blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    margin-bottom: 49px
}

.profile__block-item {
    border-radius: 8px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    width: calc(100% / 2 - 4px);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    padding: 20px 16px;
    display: flex;
    align-items: center;
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    font-size: 16px;
    color: var(--white)
}

.profile__block-item:first-child,
.profile__block-item:last-child {
    width: 100%
}

.profile__block-item:first-child {
    margin-bottom: 8px
}

.profile__block-item:last-child {
    margin-top: 8px;
    z-index: 5
}

.profile__block-item a {
    font-family: Outfit-f, sans-serif
}

.profile__block-item-small {
    column-gap: 8px;
    text-align: left;
    transition: color .3s ease;
    cursor: pointer
}

.profile__block-item-small:hover {
    color: var(--blue)
}

.profile__block-item-small img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.profile__block-item-large>div {
    width: 50%;
    text-align: left
}

.profile__block-item-large div.balance__block {
    text-align: left;
    width: 100%
}

.balance__block .balance__block-total {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin-top: 6px
}

.btn-main.btn-add-funds {
    margin-left: auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center
}

.btn-main.btn-add-funds img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain
}

.mobile_currency {
    position: relative;
    width: 40px;
    height: 40px;
    max-width: 40px;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-right: 12px;
    background-position: 50%;
    display: none;
    margin-left: auto
}

@media screen and (max-width:575px) {
    .mobile_currency {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.checkout__wrapper {
    width: 443px;
    max-width: 100%;
    background: rgba(10, 6, 29, .9);
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    box-shadow: 0 20px 60px #000;
    z-index: -1;
    display: none;
    padding: 40px 40px 65px;
    height: calc(100vh - 64px);
    min-height: 100%;
    overflow: auto
}

@media screen and (max-width:442px) {
    .checkout__wrapper {
        padding: 40px 15px 65px
    }
}

.checkout__close-btn {
    position: absolute;
    right: 10px;
    top: 10px
}

.checkout__wrapper .cart_item {
    margin-bottom: 8px;
    display: block;
    background: #151228;
    padding: 16px 16px 36px;
    border-radius: 4px;
    position: relative
}

.checkout__quantity {
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin-bottom: 32px
}

.checkout__quantity h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0
}

.checkout__quantity .product-name,
.checkout__quantity h3 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: var(--white)
}

.checkout__quantity .product-name {
    font-weight: 400;
    display: flex
}

.checkout__quantity .product-quantity {
    background: var(--blue);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    display: flex;
    align-items: center
}

.checkout__wrapper .woocommerce-cart-form {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 60px
}

.checkout__wrapper .woocommerce-cart-form__contents {
    position: relative;
    width: 100%
}

.checkout__wrapper .woocommerce-cart-form__contents .product-thumbnail {
    width: 48px
}

.checkout__wrapper .woocommerce-cart-form__contents .product-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 4px
}

.checkout__wrapper .woocommerce-cart-form__contents .product-name {
    width: 60%
}

.checkout__wrapper .woocommerce-cart-form__contents .product__price {
    width: calc(40% - 48px);
    text-align: right
}

.checkout__wrapper .woocommerce-cart-form__contents .product-remove {
    position: absolute;
    bottom: 16px;
    left: 80px
}

.checkout__wrapper .woocommerce-cart-form__contents .product-remove a {
    color: #f54148;
    font-size: 12px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-family: Outfit-f, sans-serif;
    text-transform: capitalize
}

.checkout__wrapper .woocommerce-cart-form__contents .product-remove .close {
    font-size: 12px;
    color: #f54148;
    float: none;
    text-shadow: none;
    opacity: 1
}



.checkout__wrapper .woocommerce-cart-form__contents .product-remove .close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.checkout__wrapper .woocommerce-cart-form__contents .product__title {
    margin-right: 16px;
    margin-left: 16px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 400;
    color: var(--white)
}

.product__details {
    margin-top: 8px
}

.product__detail {
    line-height: 1.4;
    font-size: 14px;
    color: rgba(255, 255, 255, .72)
}

.product__detail+.product__detail {
    margin-top: 4px
}

.product__detail-label {
    color: var(--white);
    font-weight: 500
}

.checkout__wrapper .woocommerce-cart-form__contents .product__details {
    margin-right: 16px;
    margin-left: 16px
}

.checkout__wrapper .woocommerce-cart-form__contents .product__detail {
    font-size: 12px
}

.shop_table td {
    font-weight: 400;
    color: var(--white)
}

.cart_totals .checkout_coupon input,
.cart_totals td,
.cart_totals th,
.shop_table td {
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-size: 16px
}

.cart_totals th {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 400;
    padding: 16px 0 20px
}

.cart_totals td {
    color: var(--white);
    font-weight: 600;
    text-align: right;
    padding: 16px 0 20px
}

.cart_totals tr {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.cart_totals tr:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.cart_totals table {
    width: 100%
}

.coupon-plus {
    position: relative;
    padding-left: 10px;
    width: 24px;
    margin-left: auto;
    padding-right: 4.5px;
    font-weight: 400;
    font-size: 16px
}

.coupon-plus:after {
    border: 1px solid var(--white);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 18px
}

.woocommerce-cart-form .btn-main {
    width: 100%;
    max-width: 100%;
    padding-block: 16px;
    font-size: 20px;
    justify-content: center;
    margin-top: 62px
}

@media screen and (max-width:575px) {
    .woocommerce-cart-form .btn-main {
        font-size: 16px
    }
}

.checkout_coupon {
    display: none
}

.checkout_coupon.open {
    display: table-row
}

.checkout_coupon input {
    background: #151228;
    padding: 10px 6px;
    border-radius: 4px;
    color: var(--white)
}

.checkout_coupon button.btn-main {
    margin-top: 0;
    padding: 10px 6px;
    font-size: 16px
}

@media screen and (max-width:575px) {
    .checkout_coupon button.btn-main {
        font-size: 14px
    }
}

.checkout_coupon input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.checkout_coupon input::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

@keyframes b {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hero__title h1,
.hero__title h2 {
    opacity: 0;
    animation: b ease .2s forwards
}

.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity .15s ease;
    display: none
}

.modal-back.show {
    opacity: .5
}

.register_error,
.register_success {
    font-family: Outfit-f, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 10px auto
}

.register_success {
    color: green
}

.register_error {
    color: red
}

.cart_totals .shop_table+div {
    font-family: Outfit-f, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    text-align: center;
    margin-top: 20px
}

body,
html {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    box-sizing: border-box;
    font-family: Niveau-Grotesk-f, sans-serif
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--darkblue);
    height: 100%
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

h1 {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

@media screen and (min-width:1921px) {
    h1 {
        font-size: 56px
    }
}

.home h2 {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 0;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .home h2 {
        font-size: 56px
    }
}

.home wrapper p {
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px
}

.btn-border,
.btn-main {
    border-radius: 8px;
    padding: 24px 64px;
    font-family: Outfit-f, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 24px;
    text-transform: uppercase;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center
}

.btn-border:hover,
.btn-main:hover {
    text-decoration: none;
    color: var(--white)
}

.btn-main {
    color: var(--white);
    background: var(--linear-gradient);
    position: relative;
    overflow: hidden
}

.btn-main:hover:after {
    left: 120%;
    transition: all .35s ease
}

.btn-border:after,
.btn-main:after {
    content: "";
    height: 155px;
    opacity: .2;
    top: -50px;
    z-index: 45;
    transition: all .35s ease;
    left: -125px;
    position: absolute;
    transform: rotate(35deg);
    width: 80px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #fff
}

.btn-border {
    color: var(--white);
    background: transparent;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid var(--blue)
}

.btn-border:hover {
    text-decoration: none;
    color: var(--blue)
}

.btn-border:hover:after {
    left: 120%;
    transition: all .35s ease
}

.hero {
    background: #0a061d;
    text-align: center;
    position: relative;
    padding-top: 160px;
    padding-bottom: calc(60px + 80 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .hero {
        padding-bottom: 140px
    }
}

@media screen and (max-width:575px) {
    .hero {
        padding-top: 193px
    }
}

.hero .btn-main {
    margin-left: auto;
    margin-right: auto
}

.hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    -o-object-position: center bottom;
    object-position: center bottom
}

.blue__text {
    color: var(--blue)
}

.hero__title h1 {
    font-family: Outfit-f, sans-serif !important;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(40px + 16 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

.hero__title img {
    width: 92px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .hero__title img {
        display: none
    }
}

.hero__title p {
    line-height: 1.2;
    margin: 20px 0;
    font-size: calc(20px + 12 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .hero__title p {
        font-size: 32px
    }
}

@media screen and (min-width:1921px) {
    .hero__title h1 {
        font-size: 56px
    }
}

.trust-score span {
    font-family: Outfit-f, sans-serif;
    font-size: 16px;
    line-height: 1.25
}

.trust-score img {
    margin: 0 11px;
    width: 101px;
    height: auto
}

.hero__games-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.hero__games-filter {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .82);
    border-radius: 10px;
    padding: 10px 18px;
    font-family: Outfit-f, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease
}

.hero__games-filter:hover {
    border-color: rgba(9, 140, 236, .48);
    color: var(--white);
    transform: translateY(-1px)
}

.hero__games-filter.is-active,
.hero__games-filter[aria-pressed=true] {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
    box-shadow: 0 12px 24px rgba(9, 140, 236, .2)
}

.hero__games-filter:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: 2px
}

.hero__games {
    display: flex;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-block: 72px 60px
}

@media screen and (max-width:1279px) {
    .hero__games {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:991px) {
    .hero__games {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:767px) {
    .hero__games {
       grid-template-columns: repeat(2, 1fr)
    }
}

.hero__games--browse {
    margin-top: 32px
}

.hero__games-item {
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden
}

@media screen and (max-width:485px) {
    .hero__games-item {
        max-width: 358px;
        width: 100%
    }
}

.hero__games-item:hover img {
    transform: scale(1.05);
    overflow: hidden
}

.hero__games-item:hover .hero__games-description {
    opacity: 1
}

.hero__games-item:hover .hero__games-title {
    display: none
}

.hero__games-item img {
    aspect-ratio: 0.9;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 555ms ease;
    width: 100%
}

.hero__games-title {
    background: var(--darkblue);
    padding: 8px 16px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    margin-right: 16px;
    border-radius: 8px
}

.hero__games-title h4 {
    color: var(--white);
    font-family: Outfit-f, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left
}

.hero__games-content {
    margin-bottom: auto
}

.hero__games-description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 13, 27, .8);
    opacity: 0;
    transition: opacity 555ms ease;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: column
}

.hero__games-description:hover {
    text-decoration: none
}

.hero__games-description h4 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--white);
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .hero__games-description h4 {
        font-size: 24px
    }
}

.hero__games-description .hero__games-content p {
    color: hsla(0, 0%, 100%, .7);
    font-weight: 300;
    font-size: 16px
}

@media screen and (max-width:1279px) {
    .hero__games-description .hero__games-content p {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .hero__games-description .hero__games-content p {
        font-size: 16px
    }
}

.hero__games-description>p {
    font-family: Outfit-f, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .hero__games-description>p {
        font-size: 12px
    }
}

.hero__games-description>p:hover {
    color: var(--blue);
    text-decoration: none
}

.hero__games-description>p:hover img {
    transform: translateX(5px);
    filter: invert(43%) sepia(71%) saturate(3642%) hue-rotate(184deg) brightness(99%) contrast(93%)
}

.hero__games-description>p img {
    width: 15px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 9px;
    transition: transform .3s ease
}

.hero__games-empty {
    margin-bottom: 32px;
    color: hsla(0, 0%, 100%, .72);
    font-family: Outfit-f, sans-serif;
    font-size: 18px;
    line-height: 1.5
}

@media screen and (max-width:767px) {
    .hero__games-sort {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: thin
    }

    .hero__games-filter {
        flex: 0 0 auto;
        font-size: 15px;
        padding: 10px 16px
    }

    .hero__games-empty {
        font-size: 16px
    }
}

.steps {
    background-size: cover;
    padding-block: calc(65px + 82 * ((100vw - 320px) / 1600))
}

.steps h3 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 20px;
    font-size: calc(24px + 20 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .steps h3 {
        font-size: 44px
    }
}

.steps p {
    color: hsla(0, 0%, 100%, .5);
    font-family: Outfit-f, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 32px;
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .steps p {
        font-size: 24px
    }
}

@media screen and (max-width:991px) {
    .steps p {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1921px) {
    .steps {
        padding-block: 147px
    }
}

.steps__wrapper {
    display: flex;
    position: relative;
    z-index: 2
}

@media screen and (max-width:991px) {
    .steps__wrapper {
        display: none
    }
}

.frame {
    position: absolute;
    width: 82%;
    height: 121%;
    border-right: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    border-radius: 14px;
    right: -95px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
}

@media screen and (max-width:1279px) {
    .frame {
        right: -45px;
        height: 115%
    }
}

.frame:after {
    content: "";
    display: block;
    height: 65px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    border-top-left-radius: 16px;
    background: transparent;
    border-left: 2px solid var(--blue)
}

@media screen and (max-width:1279px) {
    .frame:after {
        height: 45px
    }
}

.frame:before {
    content: "";
    display: block;
    height: 65px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom-left-radius: 16px;
    background: transparent;
    border-left: 2px solid var(--blue)
}

@media screen and (max-width:1279px) {
    .frame:before {
        height: 45px
    }
}

.steps__tabs-wrapper .nav-link {
    padding: 20px 38px
}

@media screen and (max-width:1589px) {
    .steps__tabs-wrapper .nav-link {
        padding: 14px 32px
    }
}

@media screen and (max-width:1279px) {
    .steps__tabs-wrapper .nav-link {
        padding: 14px 20px
    }
}

.steps__tabs-wrapper img {
    width: 42px;
    height: 42px
}

.steps__wrapper-mobile .nav-link {
    padding: 38px
}

@media screen and (max-width:1279px) {
    .steps__wrapper-mobile .nav-link {
        padding: 20px
    }
}

.steps__wrapper-mobile img {
    width: 48px;
    height: 48px
}

.steps__tabs-wrapper .nav-link,
.steps__wrapper-mobile .nav-link {
    border-radius: 12px;
    display: flex;
    column-gap: 18px;
    align-items: center
}

.steps__tabs-wrapper .nav-link img,
.steps__wrapper-mobile .nav-link img {
    -o-object-fit: contain;
    object-fit: contain
}

.steps__tabs-wrapper .nav-link h5,
.steps__wrapper-mobile .nav-link h5 {
    margin-bottom: 0;
    font-family: Outfit-f, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    color: var(--white);
    font-size: 24px;
    text-align: left
}

@media screen and (max-width:1279px) {

    .steps__tabs-wrapper .nav-link h5,
    .steps__wrapper-mobile .nav-link h5 {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {

    .steps__tabs-wrapper .nav-link h5,
    .steps__wrapper-mobile .nav-link h5 {
        font-size: 24px
    }
}

.steps__tabs-wrapper .nav-link.active,
.steps__wrapper-mobile .nav-link.active {
    border: 2px solid #098CEC8A;
    background: linear-gradient(90deg, #0d0f3b, #142b7c)
}

.steps__tabs-wrapper {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content
}

.steps__tabs-wrapper .nav {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.steps__tabs-wrapper .nav-link {
    cursor: pointer;
    transition: border .3s ease;
    border: 2px solid hsla(0, 0%, 100%, .1);
    background: var(--darkblue)
}

.steps__tabs-wrapper .nav-link:hover {
    border: 2px solid #098CEC8A
}

.steps__tab-content {
    width: 50%;
    padding-left: 48px;
    height: auto
}

.steps__tab-content .tab-pane {
    height: 100%
}

.steps__img-wrapper {
    width: 100%;
    height: 100%
}

.steps__img-wrapper img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: .95
}

.steps__wrapper-mobile {
    text-align: center;
    display: none
}

@media screen and (max-width:991px) {
    .steps__wrapper-mobile {
        display: block
    }
}

@media screen and (max-width:575px) {
    .steps__wrapper-mobile {
        text-align: left
    }
}

.steps__wrapper-mobile .nav-link {
    max-width: 490px;
    margin: 32px auto 0
}

.steps__item>img {
    max-width: 490px;
    aspect-ratio: .88;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.steps-slider {
    padding-bottom: 64px
}

.choose {
    background-size: cover;
    text-align: center;
    padding-block: calc(92px + 86 * ((100vw - 320px) / 1600));
    background-attachment: fixed
}

@media screen and (min-width:1921px) {
    .choose {
        padding-block: 178px
    }
}

.choose h3 {
    font-family: Outfit-f, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 32px;
    font-size: calc(40px + 8 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .choose h3 {
        font-size: 48px
    }
}

.choose p {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .choose p {
        font-size: 24px
    }
}

.choose__btn-wrapper {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    margin-top: 58px
}

@media screen and (max-width:575px) {
    .choose__btn-wrapper {
        flex-wrap: wrap;
        row-gap: 24px;
        margin-top: 42px
    }
}

@media screen and (max-width:767px) {

    .choose__btn-wrapper .btn-border,
    .choose__btn-wrapper .btn-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:575px) {

    .choose__btn-wrapper .btn-border,
    .choose__btn-wrapper .btn-main {
        width: 358px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.benefits {
    padding-top: calc(92px + 49 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .benefits {
        padding-top: 141px
    }
}

.benefits h2 {
    max-width: 1211px;
    text-align: center;
    margin: 0 auto 72px;
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(32px + 24 * ((100vw - 320px) / 1600))
}

@media screen and (min-width:1921px) {
    .benefits h2 {
        font-size: 56px
    }
}

@media screen and (max-width:767px) {
    .benefits h2 {
        margin-bottom: 57px
    }
}

.benefits__blocks-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 24px
}

@media screen and (max-width:991px) {
    .benefits__blocks-wrapper {
        flex-direction: column;
        row-gap: 24px
    }
}

.benefits__item {
    width: calc(100% / 3 - 12px);
    text-align: center;
    padding: 79px 54px 32px;
    background: url(../../img/benefits__bg-blocks.png) no-repeat;
    background-size: cover;
    background-position: top;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    background-attachment: fixed
}

.benefits__item:first-child {
    background-position-y: bottom
}

.benefits__item:nth-child(2) {
    background-position-y: 80%
}

.benefits__item:last-child {
    background-position: bottom
}

@media screen and (max-width:1400px) {
    .benefits__item {
        padding: 70px 32px 32px
    }
}

@media screen and (max-width:1279px) {
    .benefits__item {
        padding: 64px 25px 32px
    }
}

@media screen and (max-width:991px) {
    .benefits__item {
        width: 100%;
        padding: 32px 54px
    }
}

@media screen and (max-width:767px) {
    .benefits__item {
        padding: 64px 25px 32px
    }
}

.benefits__item img {
    width: 72px;
    height: 72px;
    -o-object-fit: contain;
    object-fit: contain
}

.benefits__item h5 {
    color: var(--blue);
    font-family: Outfit-f, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(10px + 26 * ((100vw - 320px) / 1600));
    margin-block: 54px 24px
}

@media screen and (min-width:1921px) {
    .benefits__item h5 {
        font-size: 36px
    }
}

@media screen and (max-width:991px) {
    .benefits__item h5 {
        font-size: 30px
    }
}

.benefits__item p {
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:1279px) {
    .benefits__item p {
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .benefits__item p {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .benefits__block-title {
        display: flex;
        align-items: center;
        column-gap: 20px;
        justify-content: center;
        margin-left: -72px
    }
}

@media screen and (max-width:767px) {
    .benefits__block-title {
        flex-direction: column;
        margin-left: 0
    }
}

.benefits .btn-main {
    margin: 65px auto 0
}

@media screen and (max-width:767px) {
    .benefits .btn-main {
        margin-top: 56px
    }
}

.pagination__styles.swiper-horizontal>.swiper-pagination-bullets,
.pagination__styles.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    margin-top: 71px;
    justify-content: center
}

@media screen and (max-width:767px) {

    .pagination__styles.swiper-horizontal>.swiper-pagination-bullets,
    .pagination__styles.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 48px
    }
}

.pagination__styles .swiper-pagination-bullet {
    background: #28243d;
    width: 16px;
    height: 8px;
    border-radius: 4px;
    opacity: 1
}

.pagination__styles .swiper-pagination-bullet-active {
    background: var(--linear-gradient);
    width: 32px
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex
}

.testimonials {
    padding-top: calc(92px + 86 * ((100vw - 320px) / 1600));
    padding-bottom: 92px
}

@media screen and (min-width:1921px) {
    .testimonials {
        padding-top: 178px
    }
}

.testimonials .container-fluid,
.testimonials .container-lg,
.testimonials .container-md,
.testimonials .container-sm,
.testimonials .container-xl,
.testimonials .container-xxl {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:767px) {

    .testimonials .container-fluid,
    .testimonials .container-lg,
    .testimonials .container-md,
    .testimonials .container-sm,
    .testimonials .container-xl,
    .testimonials .container-xxl {
        padding-left: 15px;
        padding-right: 15px
    }
}

.testimonials h3 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 72px;
    font-size: calc(32px + 24 * ((100vw - 320px) / 1600));
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.25;
    font-weight: 500
}

@media screen and (min-width:1921px) {
    .testimonials h3 {
        font-size: 56px
    }
}

@media screen and (max-width:767px) {
    .testimonials h3 {
        margin-bottom: 40px
    }
}

.testimonials-slider {
    padding-bottom: 80px
}

.testimonials-slider .swiper-slide {
    height: auto
}

@media screen and (max-width:767px) {
    .testimonials-slider {
        padding-bottom: 48px
    }
}

.testimonials-slider .swiper-wrapper {
    margin-left: -8%
}

@media screen and (max-width:991px) {
    .testimonials-slider .swiper-wrapper {
        margin-left: -21%
    }
}

@media screen and (max-width:767px) {
    .testimonials-slider .swiper-wrapper {
        margin-left: 0
    }
}

.testimonial__item {
    background: #100b28;
    padding: 24px 34px;
    border-radius: 8px;
    height: 100%
}

@media screen and (max-width:1589px) {
    .testimonial__item {
        padding: 24px
    }
}

@media screen and (max-width:575px) {
    .testimonial__item {
        padding: 24px 32px
    }
}

.testimonial__item h5 {
    font-size: 24px;
    font-family: Outfit-f, sans-serif;
    color: var(--white);
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px
}

.testimonial__item p {
    font-family: Niveau-Grotesk-f, sans-serif;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .5);
    line-height: 1.5;
    font-weight: 400
}

.testimonials__rating {
    margin-block: 16px
}

.testimonials__rating img {
    width: 118px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.testimonials__user-name {
    font-family: Niveau-Grotesk-f, sans-serif;
    font-size: 16px;
    color: var(--white);
    line-height: 1.5;
    font-weight: 400
}

#booster_left_menu a {
    color: #fff;
    transition: color .3s ease
}

#booster_left_menu a:hover {
    text-decoration: none;
    color: #098cec
}

@media screen and (max-width:575px) {
    .hero__games {
        margin-block: 56px
    }

    .hero__games-description{
        padding: 8px;
    }
    .hero__games-title{
        font-size: 14px;
        left: 8px;
    } .hero__games-title h4{
          font-size: 14px;
      }
}
/*# sourceMappingURL=main.min.css.map */
