:root {
    --bs-primary: #c4c3be;
    --bs-secondary: #e2a800;
    --bs-light: #e6e7e7;
    --bs-dark: #1d1d1d;
    --bs-dark-gray: #232324;
    --bs-strong-dark: #161617;
    --bs-gray: #34383b;
    --bs-strong-gray: #343434;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-danger: red;
    --bs-success: #26df2e;
    --bs-info: #fc125f;
    --bs-font-sans-serif: arial, sans-serif;
    --bs-font-monospace: Consolas, monospace;
    --bs-gradient: linear-gradient(to bottom, transparent 40%, #000);
}

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

:root {
    font-size: 16px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: Muli, arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.6;
}

h1,
.h1 {
    font-size: 1.75rem;
}

h2,
.h2 {
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 2.25rem;
}

h4,
.h4 {
    font-size: 0.875rem;
}

h5,
.h5 {
    font-size: 0.75rem;
}

h6,
.h6 {
    font-size: 0.625rem;
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

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

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #a4a4a5;
    text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

    legend + * {
        clear: left;
    }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1rem;
    font-weight: 600;
}

.display-1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.6;
}

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

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

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

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

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

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

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 40px);
    padding-left: var(--bs-gutter-x, 40px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1025px) {
    .container,
    .container-md,
    .container-lg {
        max-width: 1280px;
    }
}

.row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 5px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 5px;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
    --bs-gutter-y: 10px;
}

.g-15,
.gx-15 {
    --bs-gutter-x: 15px;
}

.g-15,
.gy-15 {
    --bs-gutter-y: 15px;
}

.g-20,
.gx-20 {
    --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
    --bs-gutter-y: 20px;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
    --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
    --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
    --bs-gutter-y: 50px;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 60px;
}

.g-80,
.gx-80 {
    --bs-gutter-x: 80px;
}

.g-80,
.gy-80 {
    --bs-gutter-y: 80px;
}

.g-100,
.gx-100 {
    --bs-gutter-x: 100px;
}

.g-100,
.gy-100 {
    --bs-gutter-y: 100px;
}

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

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 5px;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 5px;
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 10px;
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 10px;
    }

    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 15px;
    }

    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 15px;
    }

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 20px;
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 20px;
    }

    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 30px;
    }

    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 30px;
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 40px;
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 40px;
    }

    .g-md-50,
    .gx-md-50 {
        --bs-gutter-x: 50px;
    }

    .g-md-50,
    .gy-md-50 {
        --bs-gutter-y: 50px;
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 60px;
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 60px;
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 80px;
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 80px;
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 100px;
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 100px;
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 5px;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 5px;
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 10px;
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 10px;
    }

    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 15px;
    }

    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 15px;
    }

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 20px;
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 20px;
    }

    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 30px;
    }

    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 30px;
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 40px;
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 40px;
    }

    .g-lg-50,
    .gx-lg-50 {
        --bs-gutter-x: 50px;
    }

    .g-lg-50,
    .gy-lg-50 {
        --bs-gutter-y: 50px;
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 60px;
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 60px;
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 80px;
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 80px;
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 100px;
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 100px;
    }
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #323334;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        background-image: linear-gradient( var(--bs-table-accent-bg), var(--bs-table-accent-bg) );
        border-bottom-width: 1px;
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #a4a4a5;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.9375rem 0.9375rem;
    font-family: Muli, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.06;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #323334;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control[type="file"] {
    overflow: hidden;
}

    .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #c4c3be;
    outline: 0;
    box-shadow: 0 0 3px #c4c3be;
}

.form-control::-webkit-date-and-time-value {
    height: 1.06em;
}

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

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

.form-control::file-selector-button {
    padding: 0.9375rem 0.9375rem;
    margin: -0.9375rem -0.9375rem;
    -webkit-margin-end: 0.9375rem;
    margin-inline-end: 0.9375rem;
    color: #000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.9375rem 0.9375rem;
    margin: -0.9375rem -0.9375rem;
    -webkit-margin-end: 0.9375rem;
    margin-inline-end: 0.9375rem;
    color: #000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

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

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

.form-control-sm {
    min-height: calc(1.06em + 1.25rem + 2px);
    padding: 0.625rem 0.625rem;
    font-size: 0.875rem;
    border-radius: 10px;
}

    .form-control-sm::file-selector-button {
        padding: 0.625rem 0.625rem;
        margin: -0.625rem -0.625rem;
        -webkit-margin-end: 0.625rem;
        margin-inline-end: 0.625rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.625rem 0.625rem;
        margin: -0.625rem -0.625rem;
        -webkit-margin-end: 0.625rem;
        margin-inline-end: 0.625rem;
    }

.form-control-lg {
    min-height: calc(1.06em + 2.5rem + 2px);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 10px;
}

    .form-control-lg::file-selector-button {
        padding: 1.25rem 1.25rem;
        margin: -1.25rem -1.25rem;
        -webkit-margin-end: 1.25rem;
        margin-inline-end: 1.25rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 1.25rem 1.25rem;
        margin: -1.25rem -1.25rem;
        -webkit-margin-end: 1.25rem;
        margin-inline-end: 1.25rem;
    }

textarea.form-control {
    min-height: calc(1.06em + 1.875rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.06em + 1.25rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.06em + 2.5rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.9375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.06em;
        border-radius: 10px;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.06em;
        border-radius: 10px;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.9375rem 0.9375rem 0.9375rem;
    font-family: Muli, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.06;
    color: #000;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.9375rem center;
    background-size: 16px 12px;
    border: 1px solid #323334;
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
}

    .form-select:focus {
        border-color: #c4c3be;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(251, 212, 44, 0.25);
    }

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

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

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

.form-select-sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #c4c3be;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #c4c3be;
    border-color: #c4c3be;
}

    .form-check-input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .form-check-input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #c4c3be;
    border-color: #c4c3be;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        opacity: 0.5;
    }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
    }

        .form-switch .form-check-input:focus {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fbd42c'/%3e%3c/svg%3e");
        }

        .form-switch .form-check-input:checked {
            background-position: right center;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
        }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn,
    .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

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

    .form-range:focus {
        outline: none;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 3px #c4c3be;
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 3px #c4c3be;
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #fef2c0;
}

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

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

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

.form-range::-moz-range-thumb:active {
    background-color: #fef2c0;
}

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

.form-range:disabled {
    pointer-events: none;
}

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

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

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem 0.9375rem;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.9375rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

    .input-group > .form-control,
    .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .form-select:focus {
            z-index: 3;
        }

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

        .input-group .btn:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.9375rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.06;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #323334;
    border-radius: 10px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 10px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.625rem 0.625rem;
    font-size: 0.875rem;
    border-radius: 10px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 1.9375rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #26df2e;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    color: #000;
    background-color: rgba(38, 223, 46, 0.9);
    border-radius: 10px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #26df2e;
    padding-right: calc(1.06em + 1.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2326df2e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.265em + 0.46875rem) center;
    background-size: calc(0.53em + 0.9375rem) calc(0.53em + 0.9375rem);
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #26df2e;
        box-shadow: 0 0 0 0.25rem rgba(38, 223, 46, 0.25);
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.06em + 1.875rem);
    background-position: top calc(0.265em + 0.46875rem) right calc(0.265em + 0.46875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #26df2e;
    padding-right: calc(0.75em + 3.34375rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2326df2e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.9375rem center, center right 1.9375rem;
    background-size: 16px 12px, calc(0.53em + 0.9375rem) calc(0.53em + 0.9375rem);
}

    .was-validated .form-select:valid:focus,
    .form-select.is-valid:focus {
        border-color: #26df2e;
        box-shadow: 0 0 0 0.25rem rgba(38, 223, 46, 0.25);
    }

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #26df2e;
}

    .was-validated .form-check-input:valid:checked,
    .form-check-input.is-valid:checked {
        background-color: #26df2e;
    }

    .was-validated .form-check-input:valid:focus,
    .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(38, 223, 46, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label,
    .form-check-input.is-valid ~ .form-check-label {
        color: #26df2e;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: red;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    color: #000;
    background-color: rgba(255, 0, 0, 0.9);
    border-radius: 10px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: red;
    padding-right: calc(1.06em + 1.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='red'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.265em + 0.46875rem) center;
    background-size: calc(0.53em + 0.9375rem) calc(0.53em + 0.9375rem);
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: red;
        box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.06em + 1.875rem);
    background-position: top calc(0.265em + 0.46875rem) right calc(0.265em + 0.46875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: red;
    padding-right: calc(0.75em + 3.34375rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='red'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.9375rem center, center right 1.9375rem;
    background-size: 16px 12px, calc(0.53em + 0.9375rem) calc(0.53em + 0.9375rem);
}

    .was-validated .form-select:invalid:focus,
    .form-select.is-invalid:focus {
        border-color: red;
        box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
    }

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: red;
}

    .was-validated .form-check-input:invalid:checked,
    .form-check-input.is-invalid:checked {
        background-color: red;
    }

    .was-validated .form-check-input:invalid:focus,
    .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
    }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.btn {
    display: inline-block;
    font-family: Muli, arial, sans-serif;
    font-weight: 500;
    line-height: 1.06;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 0.875rem 2rem;*/
    padding: 0.575rem 0.5rem; 
    font-size: 0.75rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #000;
    background-color: #c4c3be;
    border-color: #c4c3be;
}

    .btn-primary:hover {
        color: #000;
        background-color: #a6a5a3;
        border-color: #a6a5a3;
    }

    .btn-check:focus + .btn-primary,
    .btn-primary:focus {
        color: #000;
        background-color: #c4c3be;
        border-color: #c4c3be;
        box-shadow: 0 0 0 0.25rem rgba(213, 180, 37, 0.5);
    }

    .btn-check:checked + .btn-primary,
    .btn-check:active + .btn-primary,
    .btn-primary:active,
    .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #c4c3be;
        border-color: #c4c3be;
    }

        .btn-check:checked + .btn-primary:focus,
        .btn-check:active + .btn-primary:focus,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(213, 180, 37, 0.5);
        }

    .btn-primary:disabled,
    .btn-primary.disabled {
        color: #000;
        background-color: #c4c3be;
        border-color: #c4c3be;
    }

.btn-secondary {
    color: #000;
    background-color: #e2a800;
    border-color: #e2a800;
}

    .btn-secondary:hover {
        color: #000;
        background-color: #e6b526;
        border-color: #e5b11a;
    }

    .btn-check:focus + .btn-secondary,
    .btn-secondary:focus {
        color: #000;
        background-color: #e6b526;
        border-color: #e5b11a;
        box-shadow: 0 0 0 0.25rem rgba(192, 143, 0, 0.5);
    }

    .btn-check:checked + .btn-secondary,
    .btn-check:active + .btn-secondary,
    .btn-secondary:active,
    .btn-secondary.active,
    .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #e8b933;
        border-color: #e5b11a;
    }

        .btn-check:checked + .btn-secondary:focus,
        .btn-check:active + .btn-secondary:focus,
        .btn-secondary:active:focus,
        .btn-secondary.active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(192, 143, 0, 0.5);
        }

    .btn-secondary:disabled,
    .btn-secondary.disabled {
        color: #000;
        background-color: #e2a800;
        border-color: #e2a800;
    }

.btn-light {
    color: #000;
    background-color: #e6e7e7;
    border-color: #e6e7e7;
}

    .btn-light:hover {
        color: #000;
        background-color: #eaebeb;
        border-color: #e9e9e9;
    }

    .btn-check:focus + .btn-light,
    .btn-light:focus {
        color: #000;
        background-color: #eaebeb;
        border-color: #e9e9e9;
        box-shadow: 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
    }

    .btn-check:checked + .btn-light,
    .btn-check:active + .btn-light,
    .btn-light:active,
    .btn-light.active,
    .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #ebecec;
        border-color: #e9e9e9;
    }

        .btn-check:checked + .btn-light:focus,
        .btn-check:active + .btn-light:focus,
        .btn-light:active:focus,
        .btn-light.active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
        }

    .btn-light:disabled,
    .btn-light.disabled {
        color: #000;
        background-color: #e6e7e7;
        border-color: #e6e7e7;
    }

.btn-dark {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #191919;
        border-color: #171717;
    }

    .btn-check:focus + .btn-dark,
    .btn-dark:focus {
        color: #fff;
        background-color: #191919;
        border-color: #171717;
        box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
    }

    .btn-check:checked + .btn-dark,
    .btn-check:active + .btn-dark,
    .btn-dark:active,
    .btn-dark.active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #171717;
        border-color: #161616;
    }

        .btn-check:checked + .btn-dark:focus,
        .btn-check:active + .btn-dark:focus,
        .btn-dark:active:focus,
        .btn-dark.active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
        }

    .btn-dark:disabled,
    .btn-dark.disabled {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #1d1d1d;
    }

.btn-dark-gray {
    color: #fff;
    background-color: #232324;
    border-color: #232324;
}

    .btn-dark-gray:hover {
        color: #fff;
        background-color: #1e1e1f;
        border-color: #1c1c1d;
    }

    .btn-check:focus + .btn-dark-gray,
    .btn-dark-gray:focus {
        color: #fff;
        background-color: #1e1e1f;
        border-color: #1c1c1d;
        box-shadow: 0 0 0 0.25rem rgba(68, 68, 69, 0.5);
    }

    .btn-check:checked + .btn-dark-gray,
    .btn-check:active + .btn-dark-gray,
    .btn-dark-gray:active,
    .btn-dark-gray.active,
    .show > .btn-dark-gray.dropdown-toggle {
        color: #fff;
        background-color: #1c1c1d;
        border-color: #1a1a1b;
    }

        .btn-check:checked + .btn-dark-gray:focus,
        .btn-check:active + .btn-dark-gray:focus,
        .btn-dark-gray:active:focus,
        .btn-dark-gray.active:focus,
        .show > .btn-dark-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(68, 68, 69, 0.5);
        }

    .btn-dark-gray:disabled,
    .btn-dark-gray.disabled {
        color: #fff;
        background-color: #232324;
        border-color: #232324;
    }

.btn-strong-dark {
    color: #fff;
    background-color: #161617;
    border-color: #161617;
}

    .btn-strong-dark:hover {
        color: #fff;
        background-color: #131314;
        border-color: #121212;
    }

    .btn-check:focus + .btn-strong-dark,
    .btn-strong-dark:focus {
        color: #fff;
        background-color: #131314;
        border-color: #121212;
        box-shadow: 0 0 0 0.25rem rgba(57, 57, 58, 0.5);
    }

    .btn-check:checked + .btn-strong-dark,
    .btn-check:active + .btn-strong-dark,
    .btn-strong-dark:active,
    .btn-strong-dark.active,
    .show > .btn-strong-dark.dropdown-toggle {
        color: #fff;
        background-color: #121212;
        border-color: #111;
    }

        .btn-check:checked + .btn-strong-dark:focus,
        .btn-check:active + .btn-strong-dark:focus,
        .btn-strong-dark:active:focus,
        .btn-strong-dark.active:focus,
        .show > .btn-strong-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(57, 57, 58, 0.5);
        }

    .btn-strong-dark:disabled,
    .btn-strong-dark.disabled {
        color: #fff;
        background-color: #161617;
        border-color: #161617;
    }

.btn-gray {
    color: #fff;
    background-color: #34383b;
    border-color: #34383b;
}

    .btn-gray:hover {
        color: #fff;
        background-color: #2c3032;
        border-color: #2a2d2f;
    }

    .btn-check:focus + .btn-gray,
    .btn-gray:focus {
        color: #fff;
        background-color: #2c3032;
        border-color: #2a2d2f;
        box-shadow: 0 0 0 0.25rem rgba(82, 86, 88, 0.5);
    }

    .btn-check:checked + .btn-gray,
    .btn-check:active + .btn-gray,
    .btn-gray:active,
    .btn-gray.active,
    .show > .btn-gray.dropdown-toggle {
        color: #fff;
        background-color: #2a2d2f;
        border-color: #272a2c;
    }

        .btn-check:checked + .btn-gray:focus,
        .btn-check:active + .btn-gray:focus,
        .btn-gray:active:focus,
        .btn-gray.active:focus,
        .show > .btn-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(82, 86, 88, 0.5);
        }

    .btn-gray:disabled,
    .btn-gray.disabled {
        color: #fff;
        background-color: #34383b;
        border-color: #34383b;
    }

.btn-strong-gray {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
}

    .btn-strong-gray:hover {
        color: #fff;
        background-color: #2c2c2c;
        border-color: #2a2a2a;
    }

    .btn-check:focus + .btn-strong-gray,
    .btn-strong-gray:focus {
        color: #fff;
        background-color: #2c2c2c;
        border-color: #2a2a2a;
        box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
    }

    .btn-check:checked + .btn-strong-gray,
    .btn-check:active + .btn-strong-gray,
    .btn-strong-gray:active,
    .btn-strong-gray.active,
    .show > .btn-strong-gray.dropdown-toggle {
        color: #fff;
        background-color: #2a2a2a;
        border-color: #272727;
    }

        .btn-check:checked + .btn-strong-gray:focus,
        .btn-check:active + .btn-strong-gray:focus,
        .btn-strong-gray:active:focus,
        .btn-strong-gray.active:focus,
        .show > .btn-strong-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
        }

    .btn-strong-gray:disabled,
    .btn-strong-gray.disabled {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-check:focus + .btn-white,
    .btn-white:focus {
        color: #000;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
    }

    .btn-check:checked + .btn-white,
    .btn-check:active + .btn-white,
    .btn-white:active,
    .btn-white.active,
    .show > .btn-white.dropdown-toggle {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-check:checked + .btn-white:focus,
        .btn-check:active + .btn-white:focus,
        .btn-white:active:focus,
        .btn-white.active:focus,
        .show > .btn-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
        }

    .btn-white:disabled,
    .btn-white.disabled {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-black:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-check:focus + .btn-black,
    .btn-black:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
        box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    }

    .btn-check:checked + .btn-black,
    .btn-check:active + .btn-black,
    .btn-black:active,
    .btn-black.active,
    .show > .btn-black.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-check:checked + .btn-black:focus,
        .btn-check:active + .btn-black:focus,
        .btn-black:active:focus,
        .btn-black.active:focus,
        .show > .btn-black.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
        }

    .btn-black:disabled,
    .btn-black.disabled {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn-danger {
    color: #000;
    background-color: red;
    border-color: red;
}

    .btn-danger:hover {
        color: #000;
        background-color: #ff2626;
        border-color: #ff1a1a;
    }

    .btn-check:focus + .btn-danger,
    .btn-danger:focus {
        color: #000;
        background-color: #ff2626;
        border-color: #ff1a1a;
        box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
    }

    .btn-check:checked + .btn-danger,
    .btn-check:active + .btn-danger,
    .btn-danger:active,
    .btn-danger.active,
    .show > .btn-danger.dropdown-toggle {
        color: #000;
        background-color: #f33;
        border-color: #ff1a1a;
    }

        .btn-check:checked + .btn-danger:focus,
        .btn-check:active + .btn-danger:focus,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
        }

    .btn-danger:disabled,
    .btn-danger.disabled {
        color: #000;
        background-color: red;
        border-color: red;
    }

.btn-success {
    color: #000;
    background-color: #26df2e;
    border-color: #26df2e;
}

    .btn-success:hover {
        color: #000;
        background-color: #47e44d;
        border-color: #3ce243;
    }

    .btn-check:focus + .btn-success,
    .btn-success:focus {
        color: #000;
        background-color: #47e44d;
        border-color: #3ce243;
        box-shadow: 0 0 0 0.25rem rgba(32, 190, 39, 0.5);
    }

    .btn-check:checked + .btn-success,
    .btn-check:active + .btn-success,
    .btn-success:active,
    .btn-success.active,
    .show > .btn-success.dropdown-toggle {
        color: #000;
        background-color: #51e558;
        border-color: #3ce243;
    }

        .btn-check:checked + .btn-success:focus,
        .btn-check:active + .btn-success:focus,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(32, 190, 39, 0.5);
        }

    .btn-success:disabled,
    .btn-success.disabled {
        color: #000;
        background-color: #26df2e;
        border-color: #26df2e;
    }

.btn-info {
    color: #000;
    background-color: #fc125f;
    border-color: #fc125f;
}

    .btn-info:hover {
        color: #000;
        background-color: #fc3677;
        border-color: #fc2a6f;
    }

    .btn-check:focus + .btn-info,
    .btn-info:focus {
        color: #000;
        background-color: #fc3677;
        border-color: #fc2a6f;
        box-shadow: 0 0 0 0.25rem rgba(214, 15, 81, 0.5);
    }

    .btn-check:checked + .btn-info,
    .btn-check:active + .btn-info,
    .btn-info:active,
    .btn-info.active,
    .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #fd417f;
        border-color: #fc2a6f;
    }

        .btn-check:checked + .btn-info:focus,
        .btn-check:active + .btn-info:focus,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(214, 15, 81, 0.5);
        }

    .btn-info:disabled,
    .btn-info.disabled {
        color: #000;
        background-color: #fc125f;
        border-color: #fc125f;
    }

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

    .btn-outline-primary:hover {
        color: #000;
        background-color: #c4c3be;
        border-color: #c4c3be;
    }

    .btn-check:focus + .btn-outline-primary,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(251, 212, 44, 0.5);
    }

    .btn-check:checked + .btn-outline-primary,
    .btn-check:active + .btn-outline-primary,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show {
        color: #000;
        background-color: #c4c3be;
        border-color: #c4c3be;
    }

        .btn-check:checked + .btn-outline-primary:focus,
        .btn-check:active + .btn-outline-primary:focus,
        .btn-outline-primary:active:focus,
        .btn-outline-primary.active:focus,
        .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(251, 212, 44, 0.5);
        }

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

.btn-outline-secondary {
    color: #fff;
    border-color: #161617;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #353534;
        border-color: #161617;
    }

    .btn-check:focus + .btn-outline-secondary,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.25rem rgba(226, 168, 0, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary,
    .btn-check:active + .btn-outline-secondary,
    .btn-outline-secondary:active,
    .btn-outline-secondary.active,
    .btn-outline-secondary.dropdown-toggle.show {
        color: #000;
        background-color: #e2a800;
        border-color: #e2a800;
    }

        .btn-check:checked + .btn-outline-secondary:focus,
        .btn-check:active + .btn-outline-secondary:focus,
        .btn-outline-secondary:active:focus,
        .btn-outline-secondary.active:focus,
        .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(226, 168, 0, 0.5);
        }

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

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

    .btn-outline-light:hover {
        color: #000;
        background-color: #e6e7e7;
        border-color: #e6e7e7;
    }

    .btn-check:focus + .btn-outline-light,
    .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(230, 231, 231, 0.5);
    }

    .btn-check:checked + .btn-outline-light,
    .btn-check:active + .btn-outline-light,
    .btn-outline-light:active,
    .btn-outline-light.active,
    .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #e6e7e7;
        border-color: #e6e7e7;
    }

        .btn-check:checked + .btn-outline-light:focus,
        .btn-check:active + .btn-outline-light:focus,
        .btn-outline-light:active:focus,
        .btn-outline-light.active:focus,
        .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(230, 231, 231, 0.5);
        }

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

.btn-outline-dark {
    color: #1d1d1d;
    border-color: #1d1d1d;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #1d1d1d;
    }

    .btn-check:focus + .btn-outline-dark,
    .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.25rem rgba(29, 29, 29, 0.5);
    }

    .btn-check:checked + .btn-outline-dark,
    .btn-check:active + .btn-outline-dark,
    .btn-outline-dark:active,
    .btn-outline-dark.active,
    .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #1d1d1d;
        border-color: #1d1d1d;
    }

        .btn-check:checked + .btn-outline-dark:focus,
        .btn-check:active + .btn-outline-dark:focus,
        .btn-outline-dark:active:focus,
        .btn-outline-dark.active:focus,
        .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(29, 29, 29, 0.5);
        }

    .btn-outline-dark:disabled,
    .btn-outline-dark.disabled {
        color: #1d1d1d;
        background-color: transparent;
    }

.btn-outline-dark-gray {
    color: #232324;
    border-color: #232324;
}

    .btn-outline-dark-gray:hover {
        color: #fff;
        background-color: #232324;
        border-color: #232324;
    }

    .btn-check:focus + .btn-outline-dark-gray,
    .btn-outline-dark-gray:focus {
        box-shadow: 0 0 0 0.25rem rgba(35, 35, 36, 0.5);
    }

    .btn-check:checked + .btn-outline-dark-gray,
    .btn-check:active + .btn-outline-dark-gray,
    .btn-outline-dark-gray:active,
    .btn-outline-dark-gray.active,
    .btn-outline-dark-gray.dropdown-toggle.show {
        color: #fff;
        background-color: #232324;
        border-color: #232324;
    }

        .btn-check:checked + .btn-outline-dark-gray:focus,
        .btn-check:active + .btn-outline-dark-gray:focus,
        .btn-outline-dark-gray:active:focus,
        .btn-outline-dark-gray.active:focus,
        .btn-outline-dark-gray.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(35, 35, 36, 0.5);
        }

    .btn-outline-dark-gray:disabled,
    .btn-outline-dark-gray.disabled {
        color: #232324;
        background-color: transparent;
    }

.btn-outline-strong-dark {
    color: #161617;
    border-color: #161617;
}

    .btn-outline-strong-dark:hover {
        color: #fff;
        background-color: #161617;
        border-color: #161617;
    }

    .btn-check:focus + .btn-outline-strong-dark,
    .btn-outline-strong-dark:focus {
        box-shadow: 0 0 0 0.25rem rgba(22, 22, 23, 0.5);
    }

    .btn-check:checked + .btn-outline-strong-dark,
    .btn-check:active + .btn-outline-strong-dark,
    .btn-outline-strong-dark:active,
    .btn-outline-strong-dark.active,
    .btn-outline-strong-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #161617;
        border-color: #161617;
    }

        .btn-check:checked + .btn-outline-strong-dark:focus,
        .btn-check:active + .btn-outline-strong-dark:focus,
        .btn-outline-strong-dark:active:focus,
        .btn-outline-strong-dark.active:focus,
        .btn-outline-strong-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(22, 22, 23, 0.5);
        }

    .btn-outline-strong-dark:disabled,
    .btn-outline-strong-dark.disabled {
        color: #161617;
        background-color: transparent;
    }

.btn-outline-gray {
    color: #34383b;
    border-color: #34383b;
}

    .btn-outline-gray:hover {
        color: #fff;
        background-color: #34383b;
        border-color: #34383b;
    }

    .btn-check:focus + .btn-outline-gray,
    .btn-outline-gray:focus {
        box-shadow: 0 0 0 0.25rem rgba(52, 56, 59, 0.5);
    }

    .btn-check:checked + .btn-outline-gray,
    .btn-check:active + .btn-outline-gray,
    .btn-outline-gray:active,
    .btn-outline-gray.active,
    .btn-outline-gray.dropdown-toggle.show {
        color: #fff;
        background-color: #34383b;
        border-color: #34383b;
    }

        .btn-check:checked + .btn-outline-gray:focus,
        .btn-check:active + .btn-outline-gray:focus,
        .btn-outline-gray:active:focus,
        .btn-outline-gray.active:focus,
        .btn-outline-gray.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(52, 56, 59, 0.5);
        }

    .btn-outline-gray:disabled,
    .btn-outline-gray.disabled {
        color: #34383b;
        background-color: transparent;
    }

.btn-outline-strong-gray {
    color: #343434;
    border-color: #343434;
}

    .btn-outline-strong-gray:hover {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }

    .btn-check:focus + .btn-outline-strong-gray,
    .btn-outline-strong-gray:focus {
        box-shadow: 0 0 0 0.25rem rgba(52, 52, 52, 0.5);
    }

    .btn-check:checked + .btn-outline-strong-gray,
    .btn-check:active + .btn-outline-strong-gray,
    .btn-outline-strong-gray:active,
    .btn-outline-strong-gray.active,
    .btn-outline-strong-gray.dropdown-toggle.show {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }

        .btn-check:checked + .btn-outline-strong-gray:focus,
        .btn-check:active + .btn-outline-strong-gray:focus,
        .btn-outline-strong-gray:active:focus,
        .btn-outline-strong-gray.active:focus,
        .btn-outline-strong-gray.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(52, 52, 52, 0.5);
        }

    .btn-outline-strong-gray:disabled,
    .btn-outline-strong-gray.disabled {
        color: #343434;
        background-color: transparent;
    }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-check:focus + .btn-outline-white,
    .btn-outline-white:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
    }

    .btn-check:checked + .btn-outline-white,
    .btn-check:active + .btn-outline-white,
    .btn-outline-white:active,
    .btn-outline-white.active,
    .btn-outline-white.dropdown-toggle.show {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-check:checked + .btn-outline-white:focus,
        .btn-check:active + .btn-outline-white:focus,
        .btn-outline-white:active:focus,
        .btn-outline-white.active:focus,
        .btn-outline-white.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
        }

    .btn-outline-white:disabled,
    .btn-outline-white.disabled {
        color: #fff;
        background-color: transparent;
    }

.btn-outline-black {
    color: #000;
    border-color: #000;
}

    .btn-outline-black:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-check:focus + .btn-outline-black,
    .btn-outline-black:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
    }

    .btn-check:checked + .btn-outline-black,
    .btn-check:active + .btn-outline-black,
    .btn-outline-black:active,
    .btn-outline-black.active,
    .btn-outline-black.dropdown-toggle.show {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-check:checked + .btn-outline-black:focus,
        .btn-check:active + .btn-outline-black:focus,
        .btn-outline-black:active:focus,
        .btn-outline-black.active:focus,
        .btn-outline-black.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
        }

    .btn-outline-black:disabled,
    .btn-outline-black.disabled {
        color: #000;
        background-color: transparent;
    }

.btn-outline-danger {
    color: red;
    border-color: red;
}

    .btn-outline-danger:hover {
        color: #000;
        background-color: red;
        border-color: red;
    }

    .btn-check:focus + .btn-outline-danger,
    .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
    }

    .btn-check:checked + .btn-outline-danger,
    .btn-check:active + .btn-outline-danger,
    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger.dropdown-toggle.show {
        color: #000;
        background-color: red;
        border-color: red;
    }

        .btn-check:checked + .btn-outline-danger:focus,
        .btn-check:active + .btn-outline-danger:focus,
        .btn-outline-danger:active:focus,
        .btn-outline-danger.active:focus,
        .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
        }

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

.btn-outline-success {
    color: #26df2e;
    border-color: #26df2e;
}

    .btn-outline-success:hover {
        color: #000;
        background-color: #26df2e;
        border-color: #26df2e;
    }

    .btn-check:focus + .btn-outline-success,
    .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(38, 223, 46, 0.5);
    }

    .btn-check:checked + .btn-outline-success,
    .btn-check:active + .btn-outline-success,
    .btn-outline-success:active,
    .btn-outline-success.active,
    .btn-outline-success.dropdown-toggle.show {
        color: #000;
        background-color: #26df2e;
        border-color: #26df2e;
    }

        .btn-check:checked + .btn-outline-success:focus,
        .btn-check:active + .btn-outline-success:focus,
        .btn-outline-success:active:focus,
        .btn-outline-success.active:focus,
        .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(38, 223, 46, 0.5);
        }

    .btn-outline-success:disabled,
    .btn-outline-success.disabled {
        color: #26df2e;
        background-color: transparent;
    }

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

    .btn-outline-info:hover {
        color: #000;
        background-color: #fc125f;
        border-color: #fc125f;
    }

    .btn-check:focus + .btn-outline-info,
    .btn-outline-info:focus {
        box-shadow: 0 0 0 0.25rem rgba(252, 18, 95, 0.5);
    }

    .btn-check:checked + .btn-outline-info,
    .btn-check:active + .btn-outline-info,
    .btn-outline-info:active,
    .btn-outline-info.active,
    .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #fc125f;
        border-color: #fc125f;
    }

        .btn-check:checked + .btn-outline-info:focus,
        .btn-check:active + .btn-outline-info:focus,
        .btn-outline-info:active:focus,
        .btn-outline-info.active:focus,
        .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(252, 18, 95, 0.5);
        }

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

.btn-link {
    font-weight: 400;
    color: inherit;
    text-decoration: none;
}

    .btn-link:hover {
        color: inherit;
        text-decoration: underline;
    }

    .btn-link:focus {
        text-decoration: underline;
    }

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

.btn-lg {
    padding: 0.875rem 3.438rem;
    font-size: 1rem;
    border-radius: 0;
}

.btn-sm {
    padding: 0.563rem 0.563rem;
    font-size: 1rem;
    border-radius: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

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

.nav-link {
    display: block;
    padding: 0.625rem 0.625rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

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

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

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

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

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: transparent transparent #c4c3be transparent;
        }

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

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #c4c3be;
            background-color: rgba(0, 0, 0, 0);
            border-color: transparent transparent #c4c3be transparent;
        }

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

.nav-pills .nav-link {
    border-radius: 10px;
}

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

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

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

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

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

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

    .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: 0;
            border-top-right-radius: 0;
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

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

.card-title {
    margin-bottom: 0;
}

.card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

.card-link + .card-link {
    margin-left: 0; /* rtl:ignore */
}

.card-header {
    padding: 0 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0 solid #323334;
}

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

.card-footer {
    padding: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 solid #323334;
}

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

.card-header-tabs {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: 0;
    margin-left: 0;
}

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

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-group {
    display: flex;
    flex-flow: row wrap;
}

    .card-group > .card {
        margin-bottom: 20px;
    }

    .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-img-top,
            .card-group > .card:not(:last-child) .card-header {
                border-top-right-radius: 0;
            }

            .card-group > .card:not(:last-child) .card-img-bottom,
            .card-group > .card:not(:last-child) .card-footer {
                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-img-top,
            .card-group > .card:not(:first-child) .card-header {
                border-top-left-radius: 0;
            }

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 10px;
        color: #6c757d;
        content: var( --bs-breadcrumb-divider, "/" ); /* rtl: var(--bs-breadcrumb-divider, "/") */
    }

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: inherit;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: inherit;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: inherit;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c4c3be;
    border-color: #c4c3be;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

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

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

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

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

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

.badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

    .badge:empty {
        display: none;
    }

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #645512;
    background-color: #fef6d5;
    border-color: #fef2c0;
}

    .alert-primary .alert-link {
        color: #50440e;
    }

.alert-secondary {
    color: #886500;
    background-color: #f9eecc;
    border-color: #f6e5b3;
}

    .alert-secondary .alert-link {
        color: #6d5100;
    }

.alert-light {
    color: #5c5c5c;
    background-color: #fafafa;
    border-color: #f8f8f8;
}

    .alert-light .alert-link {
        color: #4a4a4a;
    }

.alert-dark {
    color: #111;
    background-color: #d2d2d2;
    border-color: #bbb;
}

    .alert-dark .alert-link {
        color: #0e0e0e;
    }

.alert-dark-gray {
    color: #151516;
    background-color: #d3d3d3;
    border-color: #bdbdbd;
}

    .alert-dark-gray .alert-link {
        color: #111112;
    }

.alert-strong-dark {
    color: #0d0d0e;
    background-color: #d0d0d1;
    border-color: #b9b9b9;
}

    .alert-strong-dark .alert-link {
        color: #0a0a0b;
    }

.alert-gray {
    color: #1f2223;
    background-color: #d6d7d8;
    border-color: #c2c3c4;
}

    .alert-gray .alert-link {
        color: #191b1c;
    }

.alert-strong-gray {
    color: #1f1f1f;
    background-color: #d6d6d6;
    border-color: #c2c2c2;
}

    .alert-strong-gray .alert-link {
        color: #191919;
    }

.alert-white {
    color: #666;
    background-color: #fff;
    border-color: #fff;
}

    .alert-white .alert-link {
        color: #525252;
    }

.alert-black {
    color: #000;
    background-color: #ccc;
    border-color: #b3b3b3;
}

    .alert-black .alert-link {
        color: #000;
    }

.alert-danger {
    color: #900;
    background-color: #fcc;
    border-color: #ffb3b3;
}

    .alert-danger .alert-link {
        color: #7a0000;
    }

.alert-success {
    color: #0f5912;
    background-color: #d4f9d5;
    border-color: #bef5c0;
}

    .alert-success .alert-link {
        color: #0c470e;
    }

.alert-info {
    color: #970b39;
    background-color: #fed0df;
    border-color: #feb8cf;
}

    .alert-info .alert-link {
        color: #79092e;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 8px;
    }
}

.progress {
    display: flex;
    height: 8px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #c4c3be;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-size: 8px 8px;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.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: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -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 {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.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, 0.2);
    border-radius: 0;
    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: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #323334;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem 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;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #323334;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}

.modal-sm {
    max-width: 300px;
}

@media (min-width: 1025px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

.modal-xl {
    max-width: 1140px;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1024.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #c4c3be;
}

    .link-primary:hover,
    .link-primary:focus {
        color: #fcdd56;
    }

.link-secondary {
    color: #e2a800;
}

    .link-secondary:hover,
    .link-secondary:focus {
        color: #e8b933;
    }

.link-light {
    color: #e6e7e7;
}

    .link-light:hover,
    .link-light:focus {
        color: #ebecec;
    }

.link-dark {
    color: #1d1d1d;
}

    .link-dark:hover,
    .link-dark:focus {
        color: #171717;
    }

.link-dark-gray {
    color: #232324;
}

    .link-dark-gray:hover,
    .link-dark-gray:focus {
        color: #1c1c1d;
    }

.link-strong-dark {
    color: #161617;
}

    .link-strong-dark:hover,
    .link-strong-dark:focus {
        color: #121212;
    }

.link-gray {
    color: #34383b;
}

    .link-gray:hover,
    .link-gray:focus {
        color: #2a2d2f;
    }

.link-strong-gray {
    color: #343434;
}

    .link-strong-gray:hover,
    .link-strong-gray:focus {
        color: #2a2a2a;
    }

.link-white {
    color: #fff;
}

    .link-white:hover,
    .link-white:focus {
        color: #fff;
    }

.link-black {
    color: #000;
}

    .link-black:hover,
    .link-black:focus {
        color: #000;
    }

.link-danger {
    color: red;
}

    .link-danger:hover,
    .link-danger:focus {
        color: #f33;
    }

.link-success {
    color: #26df2e;
}

    .link-success:hover,
    .link-success:focus {
        color: #51e558;
    }

.link-info {
    color: #fc125f;
}

    .link-info:hover,
    .link-info:focus {
        color: #fd417f;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --aspect-ratio: 100%;
}

.ratio-21x9 {
    --aspect-ratio: calc(9 / 21 * 100%);
}

.ratio-90x20 {
    --aspect-ratio: calc(20 / 90 * 100%);
}

.ratio-180x60 {
    --aspect-ratio: calc(60 / 180 * 100%);
}

.ratio-slide-img {
    --aspect-ratio: calc(560 / 680 * 100%);
}

.ratio-slide-vertical-img {
    --aspect-ratio: calc(244 / 260 * 100%);
}

.ratio-watch {
    --aspect-ratio: calc(450 / 360 * 100%);
}

.ratio-custom-slider {
    --aspect-ratio: calc(340 / 480 * 100%);
}

.ratio-page-horizantal {
    --aspect-ratio: calc(400 / 380 * 100%);
}

.ratio-page-detail-square {
    --aspect-ratio: calc(550 / 960 * 100%);
}

.ratio-cover {
    --aspect-ratio: calc(500 / 360 * 100%);
}

.ratio-campaign {
    --aspect-ratio: calc(340 / 480 * 100%);
}

.ratio-portfolio {
    --aspect-ratio: calc(348 / 470 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1025px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

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

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

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

.d-grid {
    display: grid !important;
}

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

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

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

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

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

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #323334 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #323334 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #323334 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #323334 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #323334 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #c4c3be !important;
}

.border-secondary {
    border-color: #e2a800 !important;
}

.border-light {
    border-color: #e6e7e7 !important;
}

.border-dark {
    border-color: #1d1d1d !important;
}

.border-dark-gray {
    border-color: #232324 !important;
}

.border-strong-dark {
    border-color: #161617 !important;
}

.border-gray {
    border-color: #34383b !important;
}

.border-strong-gray {
    border-color: #343434 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-black {
    border-color: #000 !important;
}

.border-danger {
    border-color: red !important;
}

.border-success {
    border-color: #26df2e !important;
}

.border-info {
    border-color: #fc125f !important;
}

.border-0 {
    border-width: 0 !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !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;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !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;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0 !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-50 {
    gap: 50px !important;
}

.gap-60 {
    gap: 60px !important;
}

.gap-80 {
    gap: 80px !important;
}

.gap-100 {
    gap: 100px !important;
}

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

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

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

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

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

.justify-content-evenly {
    justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-100 {
    margin: 100px !important;
}

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

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.mx-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.mx-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-5 {
    margin-right: 5px !important;
}

.me-10 {
    margin-right: 10px !important;
}

.me-15 {
    margin-right: 15px !important;
}

.me-20 {
    margin-right: 20px !important;
}

.me-30 {
    margin-right: 30px !important;
}

.me-40 {
    margin-right: 40px !important;
}

.me-50 {
    margin-right: 50px !important;
}

.me-60 {
    margin-right: 60px !important;
}

.me-80 {
    margin-right: 80px !important;
}

.me-100 {
    margin-right: 100px !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-5 {
    margin-left: 5px !important;
}

.ms-10 {
    margin-left: 10px !important;
}

.ms-15 {
    margin-left: 15px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.ms-30 {
    margin-left: 30px !important;
}

.ms-40 {
    margin-left: 40px !important;
}

.ms-50 {
    margin-left: 50px !important;
}

.ms-60 {
    margin-left: 60px !important;
}

.ms-80 {
    margin-left: 80px !important;
}

.ms-100 {
    margin-left: 100px !important;
}

.ms-auto {
    margin-left: auto !important;
}

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

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-100 {
    padding: 100px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.px-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-5 {
    padding-right: 5px !important;
}

.pe-10 {
    padding-right: 10px !important;
}

.pe-15 {
    padding-right: 15px !important;
}

.pe-20 {
    padding-right: 20px !important;
}

.pe-30 {
    padding-right: 30px !important;
}

.pe-40 {
    padding-right: 40px !important;
}

.pe-50 {
    padding-right: 50px !important;
}

.pe-60 {
    padding-right: 60px !important;
}

.pe-80 {
    padding-right: 80px !important;
}

.pe-100 {
    padding-right: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-5 {
    padding-left: 5px !important;
}

.ps-10 {
    padding-left: 10px !important;
}

.ps-15 {
    padding-left: 15px !important;
}

.ps-20 {
    padding-left: 20px !important;
}

.ps-30 {
    padding-left: 30px !important;
}

.ps-40 {
    padding-left: 40px !important;
}

.ps-50 {
    padding-left: 50px !important;
}

.ps-60 {
    padding-left: 60px !important;
}

.ps-80 {
    padding-left: 80px !important;
}

.ps-100 {
    padding-left: 100px !important;
}

.fs-1 {
    font-size: 1.75rem !important;
}

.fs-2 {
    font-size: 3rem !important;
}

.fs-3 {
    font-size: 2.25rem !important;
}

.fs-4 {
    font-size: 0.875rem !important;
}

.fs-5 {
    font-size: 0.75rem !important;
}

.fs-6 {
    font-size: 0.625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.250rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1rem !important;
}

.fs-25 {
    font-size: 1.563rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-27 {
    font-size: 1.688rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-29 {
    font-size: 1.813rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-32 {
    font-size: 2rem !important;
}

.fs-36 {
    font-size: 2.25rem !important;
}

.fs-38 {
    font-size: 2.375rem !important;
}

.fs-40 {
    font-size: 2.5rem !important;
}

.fs-42 {
    font-size: 2.625rem !important;
}

.fs-48 {
    font-size: 3rem !important;
}

.fs-60 {
    font-size: 3.75rem !important;
}

.fs-72 {
    font-size: 5rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-primary {
    color: #c4c3be !important;
}

.text-secondary {
    color: #e2a800 !important;
}

.text-light {
    color: #e6e7e7 !important;
}

.text-dark {
    color: #1d1d1d !important;
}

.text-dark-gray {
    color: #232324 !important;
}

.text-strong-dark {
    color: #161617 !important;
}

.text-gray {
    color: #34383b !important;
}

.text-strong-gray {
    color: #343434 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-danger {
    color: red !important;
}

.text-success {
    color: #26df2e !important;
}

.text-info {
    color: #fc125f !important;
}

.text-body {
    color: #000 !important;
}

.text-muted {
    color: #a4a4a5 !important;
}

.text-reset {
    color: inherit !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.15 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 1.85 !important;
}

.bg-primary {
    /*background-color: #c4c3be !important;*/
    background-color: #c4c3be !important;
}

.bg-secondary {
    background-color: #e2a800 !important;
}

.bg-light {
    background-color: #e6e7e7 !important;
}

.bg-dark {
    background-color: #1d1d1d !important;
}

.bg-dark-gray {
    background-color: #232324 !important;
}

.bg-strong-dark {
    background-color: #161617 !important;
}

.bg-gray {
    background-color: #34383b !important;
}

.bg-strong-gray {
    background-color: #343434 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-danger {
    background-color: red !important;
}

.bg-success {
    background-color: #26df2e !important;
}

.bg-info {
    background-color: #fc125f !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0 !important;
}

.rounded-2 {
    border-radius: 10px !important;
}

.rounded-3 {
    border-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50% !important;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-start {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

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

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

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

    .d-md-grid {
        display: grid !important;
    }

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

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

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

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

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

    .d-md-none {
        display: none !important;
    }

    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-5 {
        gap: 5px !important;
    }

    .gap-md-10 {
        gap: 10px !important;
    }

    .gap-md-15 {
        gap: 15px !important;
    }

    .gap-md-20 {
        gap: 20px !important;
    }

    .gap-md-30 {
        gap: 30px !important;
    }

    .gap-md-40 {
        gap: 40px !important;
    }

    .gap-md-50 {
        gap: 50px !important;
    }

    .gap-md-60 {
        gap: 60px !important;
    }

    .gap-md-80 {
        gap: 80px !important;
    }

    .gap-md-100 {
        gap: 100px !important;
    }

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

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

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

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

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

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-5 {
        margin: 5px !important;
    }

    .m-md-10 {
        margin: 10px !important;
    }

    .m-md-15 {
        margin: 15px !important;
    }

    .m-md-20 {
        margin: 20px !important;
    }

    .m-md-30 {
        margin: 30px !important;
    }

    .m-md-40 {
        margin: 40px !important;
    }

    .m-md-50 {
        margin: 50px !important;
    }

    .m-md-60 {
        margin: 60px !important;
    }

    .m-md-80 {
        margin: 80px !important;
    }

    .m-md-100 {
        margin: 100px !important;
    }

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-5 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .mx-md-10 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-md-15 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .mx-md-20 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-md-30 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-md-40 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-md-50 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-md-60 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-md-80 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-md-100 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-md-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-md-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-md-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-md-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-md-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-md-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-md-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-md-5 {
        margin-top: 5px !important;
    }

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mt-md-15 {
        margin-top: 15px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mt-md-60 {
        margin-top: 60px !important;
    }

    .mt-md-80 {
        margin-top: 80px !important;
    }

    .mt-md-100 {
        margin-top: 100px !important;
    }

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

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-5 {
        margin-right: 5px !important;
    }

    .me-md-10 {
        margin-right: 10px !important;
    }

    .me-md-15 {
        margin-right: 15px !important;
    }

    .me-md-20 {
        margin-right: 20px !important;
    }

    .me-md-30 {
        margin-right: 30px !important;
    }

    .me-md-40 {
        margin-right: 40px !important;
    }

    .me-md-50 {
        margin-right: 50px !important;
    }

    .me-md-60 {
        margin-right: 60px !important;
    }

    .me-md-80 {
        margin-right: 80px !important;
    }

    .me-md-100 {
        margin-right: 100px !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

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

    .mb-md-5 {
        margin-bottom: 5px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-15 {
        margin-bottom: 15px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mb-md-60 {
        margin-bottom: 60px !important;
    }

    .mb-md-80 {
        margin-bottom: 80px !important;
    }

    .mb-md-100 {
        margin-bottom: 100px !important;
    }

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

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-5 {
        margin-left: 5px !important;
    }

    .ms-md-10 {
        margin-left: 10px !important;
    }

    .ms-md-15 {
        margin-left: 15px !important;
    }

    .ms-md-20 {
        margin-left: 20px !important;
    }

    .ms-md-30 {
        margin-left: 30px !important;
    }

    .ms-md-40 {
        margin-left: 40px !important;
    }

    .ms-md-50 {
        margin-left: 50px !important;
    }

    .ms-md-60 {
        margin-left: 60px !important;
    }

    .ms-md-80 {
        margin-left: 80px !important;
    }

    .ms-md-100 {
        margin-left: 100px !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

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

    .p-md-5 {
        padding: 5px !important;
    }

    .p-md-10 {
        padding: 10px !important;
    }

    .p-md-15 {
        padding: 15px !important;
    }

    .p-md-20 {
        padding: 20px !important;
    }

    .p-md-30 {
        padding: 30px !important;
    }

    .p-md-40 {
        padding: 40px !important;
    }

    .p-md-50 {
        padding: 50px !important;
    }

    .p-md-60 {
        padding: 60px !important;
    }

    .p-md-80 {
        padding: 80px !important;
    }

    .p-md-100 {
        padding: 100px !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-5 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .px-md-10 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-md-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .px-md-20 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-md-30 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-md-40 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-md-50 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-md-60 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-md-80 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .px-md-100 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-md-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-md-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-md-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-md-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .py-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

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

    .pt-md-5 {
        padding-top: 5px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-5 {
        padding-right: 5px !important;
    }

    .pe-md-10 {
        padding-right: 10px !important;
    }

    .pe-md-15 {
        padding-right: 15px !important;
    }

    .pe-md-20 {
        padding-right: 20px !important;
    }

    .pe-md-30 {
        padding-right: 30px !important;
    }

    .pe-md-40 {
        padding-right: 40px !important;
    }

    .pe-md-50 {
        padding-right: 50px !important;
    }

    .pe-md-60 {
        padding-right: 60px !important;
    }

    .pe-md-80 {
        padding-right: 80px !important;
    }

    .pe-md-100 {
        padding-right: 100px !important;
    }

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

    .pb-md-5 {
        padding-bottom: 5px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-15 {
        padding-bottom: 15px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-5 {
        padding-left: 5px !important;
    }

    .ps-md-10 {
        padding-left: 10px !important;
    }

    .ps-md-15 {
        padding-left: 15px !important;
    }

    .ps-md-20 {
        padding-left: 20px !important;
    }

    .ps-md-30 {
        padding-left: 30px !important;
    }

    .ps-md-40 {
        padding-left: 40px !important;
    }

    .ps-md-50 {
        padding-left: 50px !important;
    }

    .ps-md-60 {
        padding-left: 60px !important;
    }

    .ps-md-80 {
        padding-left: 80px !important;
    }

    .ps-md-100 {
        padding-left: 100px !important;
    }

    .fs-md-1 {
        font-size: 1.75rem !important;
    }

    .fs-md-2 {
        font-size: 3rem !important;
    }

    .fs-md-3 {
        font-size: 2.25rem !important;
    }

    .fs-md-4 {
        font-size: 0.875rem !important;
    }

    .fs-md-5 {
        font-size: 0.75rem !important;
    }

    .fs-md-6 {
        font-size: 0.625rem !important;
    }

    .fs-md-10 {
        font-size: 0.625rem !important;
    }

    .fs-md-11 {
        font-size: 0.6875rem !important;
    }

    .fs-md-12 {
        font-size: 0.75rem !important;
    }

    .fs-md-13 {
        font-size: 0.8125rem !important;
    }

    .fs-md-14 {
        font-size: 0.875rem !important;
    }

    .fs-md-15 {
        font-size: 0.9375rem !important;
    }

    .fs-md-16 {
        font-size: 1rem !important;
    }

    .fs-md-17 {
        font-size: 1.0625rem !important;
    }

    .fs-md-18 {
        font-size: 1.125rem !important;
    }

    .fs-md-19 {
        font-size: 1.1875rem !important;
    }

    .fs-md-20 {
        font-size: 1.25rem !important;
    }

    .fs-md-21 {
        font-size: 1.3125rem !important;
    }

    .fs-md-22 {
        font-size: 1.375rem !important;
    }

    .fs-md-23 {
        font-size: 1.4375rem !important;
    }

    .fs-md-24 {
        font-size: 1.5rem !important;
    }

    .fs-md-25 {
        font-size: 1.563rem !important;
    }

    .fs-md-26 {
        font-size: 1.625rem !important;
    }

    .fs-md-27 {
        font-size: 1.688rem !important;
    }

    .fs-md-28 {
        font-size: 1.75rem !important;
    }

    .fs-md-29 {
        font-size: 1.813rem !important;
    }

    .fs-md-30 {
        font-size: 1.875rem !important;
    }

    .fs-md-32 {
        font-size: 2rem !important;
    }

    .fs-md-36 {
        font-size: 2.25rem !important;
    }

    .fs-md-38 {
        font-size: 2.375rem !important;
    }

    .fs-md-40 {
        font-size: 2.5rem !important;
    }

    .fs-md-42 {
        font-size: 2.625rem !important;
    }

    .fs-md-48 {
        font-size: 2rem !important;
    }

    .fs-md-60 {
        font-size: 3.75rem !important;
    }

    .fs-md-72 {
        font-size: 5rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-primary {
        color: #c4c3be !important;
    }

    .text-md-secondary {
        color: #e2a800 !important;
    }

    .text-md-light {
        color: #e6e7e7 !important;
    }

    .text-md-dark {
        color: #1d1d1d !important;
    }

    .text-md-dark-gray {
        color: #232324 !important;
    }

    .text-md-strong-dark {
        color: #161617 !important;
    }

    .text-md-gray {
        color: #34383b !important;
    }

    .text-md-strong-gray {
        color: #343434 !important;
    }

    .text-md-white {
        color: #fff !important;
    }

    .text-md-black {
        color: #000 !important;
    }

    .text-md-danger {
        color: red !important;
    }

    .text-md-success {
        color: #26df2e !important;
    }

    .text-md-info {
        color: #fc125f !important;
    }

    .text-md-body {
        color: #000 !important;
    }

    .text-md-muted {
        color: #a4a4a5 !important;
    }

    .text-md-reset {
        color: inherit !important;
    }

    .bg-md-primary {
        background-color: #c4c3be !important;
    }

    .bg-md-secondary {
        background-color: #e2a800 !important;
    }

    .bg-md-light {
        background-color: #e6e7e7 !important;
    }

    .bg-md-dark {
        background-color: #1d1d1d !important;
    }

    .bg-md-dark-gray {
        background-color: #232324 !important;
    }

    .bg-md-strong-dark {
        background-color: #161617 !important;
    }

    .bg-md-gray {
        background-color: #34383b !important;
    }

    .bg-md-strong-gray {
        background-color: #343434 !important;
    }

    .bg-md-white {
        background-color: #fff !important;
    }

    .bg-md-black {
        background-color: #000 !important;
    }

    .bg-md-danger {
        background-color: red !important;
    }

    .bg-md-success {
        background-color: #26df2e !important;
    }

    .bg-md-info {
        background-color: #fc125f !important;
    }

    .bg-md-body {
        background-color: #fff !important;
    }

    .bg-md-transparent {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@media (min-width: 1025px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

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

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

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

    .d-lg-grid {
        display: grid !important;
    }

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

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

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

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

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

    .d-lg-none {
        display: none !important;
    }

    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-5 {
        gap: 5px !important;
    }

    .gap-lg-10 {
        gap: 10px !important;
    }

    .gap-lg-15 {
        gap: 15px !important;
    }

    .gap-lg-20 {
        gap: 20px !important;
    }

    .gap-lg-30 {
        gap: 30px !important;
    }

    .gap-lg-40 {
        gap: 40px !important;
    }

    .gap-lg-50 {
        gap: 50px !important;
    }

    .gap-lg-60 {
        gap: 60px !important;
    }

    .gap-lg-80 {
        gap: 80px !important;
    }

    .gap-lg-100 {
        gap: 100px !important;
    }

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

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

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

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

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

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-5 {
        margin: 5px !important;
    }

    .m-lg-10 {
        margin: 10px !important;
    }

    .m-lg-15 {
        margin: 15px !important;
    }

    .m-lg-20 {
        margin: 20px !important;
    }

    .m-lg-30 {
        margin: 30px !important;
    }

    .m-lg-40 {
        margin: 40px !important;
    }

    .m-lg-50 {
        margin: 50px !important;
    }

    .m-lg-60 {
        margin: 60px !important;
    }

    .m-lg-80 {
        margin: 80px !important;
    }

    .m-lg-100 {
        margin: 100px !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-5 {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .mx-lg-10 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-lg-15 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .mx-lg-20 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-lg-30 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-lg-40 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-lg-50 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-lg-60 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-lg-80 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-lg-100 {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .my-lg-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-lg-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-lg-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-lg-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-lg-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-lg-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-lg-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-lg-5 {
        margin-top: 5px !important;
    }

    .mt-lg-10 {
        margin-top: 10px !important;
    }

    .mt-lg-15 {
        margin-top: 15px !important;
    }

    .mt-lg-20 {
        margin-top: 20px !important;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mt-lg-40 {
        margin-top: 40px !important;
    }

    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mt-lg-60 {
        margin-top: 60px !important;
    }

    .mt-lg-80 {
        margin-top: 80px !important;
    }

    .mt-lg-100 {
        margin-top: 100px !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-5 {
        margin-right: 5px !important;
    }

    .me-lg-10 {
        margin-right: 10px !important;
    }

    .me-lg-15 {
        margin-right: 15px !important;
    }

    .me-lg-20 {
        margin-right: 20px !important;
    }

    .me-lg-30 {
        margin-right: 30px !important;
    }

    .me-lg-40 {
        margin-right: 40px !important;
    }

    .me-lg-50 {
        margin-right: 50px !important;
    }

    .me-lg-60 {
        margin-right: 60px !important;
    }

    .me-lg-80 {
        margin-right: 80px !important;
    }

    .me-lg-100 {
        margin-right: 100px !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

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

    .mb-lg-5 {
        margin-bottom: 5px !important;
    }

    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .mb-lg-15 {
        margin-bottom: 15px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mb-lg-40 {
        margin-bottom: 40px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mb-lg-60 {
        margin-bottom: 60px !important;
    }

    .mb-lg-80 {
        margin-bottom: 80px !important;
    }

    .mb-lg-100 {
        margin-bottom: 100px !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-5 {
        margin-left: 5px !important;
    }

    .ms-lg-10 {
        margin-left: 10px !important;
    }

    .ms-lg-15 {
        margin-left: 15px !important;
    }

    .ms-lg-20 {
        margin-left: 20px !important;
    }

    .ms-lg-30 {
        margin-left: 30px !important;
    }

    .ms-lg-40 {
        margin-left: 40px !important;
    }

    .ms-lg-50 {
        margin-left: 50px !important;
    }

    .ms-lg-60 {
        margin-left: 60px !important;
    }

    .ms-lg-80 {
        margin-left: 80px !important;
    }

    .ms-lg-100 {
        margin-left: 100px !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-5 {
        padding: 5px !important;
    }

    .p-lg-10 {
        padding: 10px !important;
    }

    .p-lg-15 {
        padding: 15px !important;
    }

    .p-lg-20 {
        padding: 20px !important;
    }

    .p-lg-30 {
        padding: 30px !important;
    }

    .p-lg-40 {
        padding: 40px !important;
    }

    .p-lg-50 {
        padding: 50px !important;
    }

    .p-lg-60 {
        padding: 60px !important;
    }

    .p-lg-80 {
        padding: 80px !important;
    }

    .p-lg-100 {
        padding: 100px !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-5 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .px-lg-10 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-lg-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .px-lg-20 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-lg-30 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-lg-40 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-lg-50 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-lg-60 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-lg-80 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .px-lg-100 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-5 {
        padding-top: 5px !important;
    }

    .pt-lg-10 {
        padding-top: 10px !important;
    }

    .pt-lg-15 {
        padding-top: 15px !important;
    }

    .pt-lg-20 {
        padding-top: 20px !important;
    }

    .pt-lg-30 {
        padding-top: 30px !important;
    }

    .pt-lg-40 {
        padding-top: 40px !important;
    }

    .pt-lg-50 {
        padding-top: 50px !important;
    }

    .pt-lg-60 {
        padding-top: 60px !important;
    }

    .pt-lg-80 {
        padding-top: 80px !important;
    }

    .pt-lg-100 {
        padding-top: 100px !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-5 {
        padding-right: 5px !important;
    }

    .pe-lg-10 {
        padding-right: 10px !important;
    }

    .pe-lg-15 {
        padding-right: 15px !important;
    }

    .pe-lg-20 {
        padding-right: 20px !important;
    }

    .pe-lg-30 {
        padding-right: 30px !important;
    }

    .pe-lg-40 {
        padding-right: 40px !important;
    }

    .pe-lg-50 {
        padding-right: 50px !important;
    }

    .pe-lg-60 {
        padding-right: 60px !important;
    }

    .pe-lg-80 {
        padding-right: 80px !important;
    }

    .pe-lg-100 {
        padding-right: 100px !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-5 {
        padding-bottom: 5px !important;
    }

    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .pb-lg-15 {
        padding-bottom: 15px !important;
    }

    .pb-lg-20 {
        padding-bottom: 20px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .pb-lg-40 {
        padding-bottom: 40px !important;
    }

    .pb-lg-50 {
        padding-bottom: 50px !important;
    }

    .pb-lg-60 {
        padding-bottom: 60px !important;
    }

    .pb-lg-80 {
        padding-bottom: 80px !important;
    }

    .pb-lg-100 {
        padding-bottom: 100px !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-5 {
        padding-left: 5px !important;
    }

    .ps-lg-10 {
        padding-left: 10px !important;
    }

    .ps-lg-15 {
        padding-left: 15px !important;
    }

    .ps-lg-20 {
        padding-left: 20px !important;
    }

    .ps-lg-30 {
        padding-left: 30px !important;
    }

    .ps-lg-40 {
        padding-left: 40px !important;
    }

    .ps-lg-50 {
        padding-left: 50px !important;
    }

    .ps-lg-60 {
        padding-left: 60px !important;
    }

    .ps-lg-80 {
        padding-left: 80px !important;
    }

    .ps-lg-100 {
        padding-left: 100px !important;
    }

    .fs-lg-1 {
        font-size: 1.75rem !important;
    }

    .fs-lg-2 {
        font-size: 3rem !important;
    }

    .fs-lg-3 {
        font-size: 2.25rem !important;
    }

    .fs-lg-4 {
        font-size: 0.875rem !important;
    }

    .fs-lg-5 {
        font-size: 0.75rem !important;
    }

    .fs-lg-6 {
        font-size: 0.625rem !important;
    }

    .fs-lg-10 {
        font-size: 0.625rem !important;
    }

    .fs-lg-11 {
        font-size: 0.6875rem !important;
    }

    .fs-lg-12 {
        font-size: 0.75rem !important;
    }

    .fs-lg-13 {
        font-size: 0.8125rem !important;
    }

    .fs-lg-14 {
        font-size: 0.875rem !important;
    }

    .fs-lg-15 {
        font-size: 0.9375rem !important;
    }

    .fs-lg-16 {
        font-size: 1rem !important;
    }

    .fs-lg-17 {
        font-size: 1.0625rem !important;
    }

    .fs-lg-18 {
        font-size: 1.125rem !important;
    }

    .fs-lg-19 {
        font-size: 1.1875rem !important;
    }

    .fs-lg-20 {
        font-size: 1.25rem !important;
    }

    .fs-lg-21 {
        font-size: 1.3125rem !important;
    }

    .fs-lg-22 {
        font-size: 17px !important;
    }

    .fs-lg-23 {
        font-size: 1.4375rem !important;
    }

    .fs-lg-24 {
        font-size: 20px !important;
    }

    .fs-lg-25 {
        font-size: 1.563rem !important;
    }

    .fs-lg-26 {
        font-size: 1.625rem !important;
    }

    .fs-lg-27 {
        font-size: 1.688rem !important;
    }

    .fs-lg-28 {
        font-size: 1.75rem !important;
    }

    .fs-lg-29 {
        font-size: 1.813rem !important;
    }

    .fs-lg-30 {
        font-size: 1.875rem !important;
    }

    .fs-lg-32 {
        font-size: 20px !important;
    }

    .fs-lg-36 {
        font-size: 1.5rem !important;
    }

    .fs-lg-38 {
        font-size: 2.375rem !important;
    }

    .fs-lg-40 {
        font-size: 2.5rem !important;
    }

    .fs-lg-42 {
        font-size: 2.625rem !important;
    }

    .fs-lg-48 {
        font-size: 1.5rem !important;
    }

    .fs-lg-60 {
        font-size: 3.75rem !important;
    }

    .fs-lg-72 {
        font-size: 2rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-primary {
        color: #c4c3be !important;
    }

    .text-lg-secondary {
        color: #e2a800 !important;
    }

    .text-lg-light {
        color: #e6e7e7 !important;
    }

    .text-lg-dark {
        color: #1d1d1d !important;
    }

    .text-lg-dark-gray {
        color: #232324 !important;
    }

    .text-lg-strong-dark {
        color: #161617 !important;
    }

    .text-lg-gray {
        color: #34383b !important;
    }

    .text-lg-strong-gray {
        color: #343434 !important;
    }

    .text-lg-white {
        color: #fff !important;
    }

    .text-lg-black {
        color: #000 !important;
    }

    .text-lg-danger {
        color: red !important;
    }

    .text-lg-success {
        color: #26df2e !important;
    }

    .text-lg-info {
        color: #fc125f !important;
    }

    .text-lg-body {
        color: #000 !important;
    }

    .text-lg-muted {
        color: #a4a4a5 !important;
    }

    .text-lg-reset {
        color: inherit !important;
    }

    .bg-lg-primary {
        background-color: #c4c3be !important;
    }

    .bg-lg-secondary {
        background-color: #e2a800 !important;
    }

    .bg-lg-light {
        background-color: #e6e7e7 !important;
    }

    .bg-lg-dark {
        background-color: #1d1d1d !important;
    }

    .bg-lg-dark-gray {
        background-color: #232324 !important;
    }

    .bg-lg-strong-dark {
        background-color: #161617 !important;
    }

    .bg-lg-gray {
        background-color: #34383b !important;
    }

    .bg-lg-strong-gray {
        background-color: #343434 !important;
    }

    .bg-lg-white {
        background-color: #fff !important;
    }

    .bg-lg-black {
        background-color: #000 !important;
    }

    .bg-lg-danger {
        background-color: red !important;
    }

    .bg-lg-success {
        background-color: #26df2e !important;
    }

    .bg-lg-info {
        background-color: #fc125f !important;
    }

    .bg-lg-body {
        background-color: #fff !important;
    }

    .bg-lg-transparent {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

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

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

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

    .d-print-grid {
        display: grid !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;
    }

    .d-print-none {
        display: none !important;
    }
}

.list-unstyled {
    list-style: none;
}

.list-style-disc {
    list-style-type: disc;
}

.list-style-lower-alpha {
    list-style-type: lower-alpha;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    -webkit-user-select: none;
    user-select: none;
}

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link.selected {
        border-bottom: 3px solid #c4c3be;
    }

.nav.flex-column .nav-link {
    padding: 0;
}

.breadcrumb {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item.active {
    color: #fff;
}

.ratio {
    width: 100%;
}

    .ratio::before {
        background: url(../../frontend/images/loading.gif) center center/32px no-repeat rgba(204, 204, 204, 0.1);
    }

    .ratio.prm-media {
        overflow: hidden;
    }

        .ratio.prm-media.card-img {
            height: auto;
        }

        .ratio.prm-media img {
            width: 100%;
            height: auto;
            max-width: 100%;
        }

.ratio-bg-circle::before {
    border-radius: 50%;
    transform: scale(0.98);
}

.ratio-bg-remove::before {
    background: none;
}

.stretched-link-over {
    position: relative;
    z-index: 2;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-ExtraLight.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-Light.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-Regular.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-SemiBold.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-Bold.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Muli;
    src: url(../../frontend/fonts/Muli/Muli-ExtraBold.woff2) format("woff2"), url(../../frontend/fonts/Muli/Muli-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../../frontend/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(../../frontend/fonts/Roboto/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../../frontend/fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../../frontend/fonts/Roboto/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../../frontend/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(../../frontend/fonts/Roboto/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    line-height: 1.25;
}

::selection {
    background: #c4c3be;
    color: #fff;
    text-shadow: 0 0px 30px #fff;
}

ul,
ol {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.site-main {
    min-height: 700px;
}

    .site-main .page-container {
        min-height: 700px;
    }

svg[class^="icon-"],
i[class^="bg-icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex: none !important;
    vertical-align: middle;
    font-size: 32px;
    background-repeat: no-repeat;
}

i.bg-icon-minus {
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M11 15h10v1H11z'/%3E%3C/svg%3E%0A");
}

i.bg-icon-plus {
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M16.5 10.5V15H21v1h-4.501l.001 4.5h-1l-.001-4.5H11v-1h4.5v-4.5h1z'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
i.bg-icon-arrow-r {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJQcmV2aW91cyIgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMzYgMzYiPgogICAgPGRlZnM+CiAgICAgICAgPHN0eWxlPgogICAgICAgICAgICAuY2xzLTF7ZmlsbDpub25lfQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0icGxheV9hcnJvdy0yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2IDYpIj4KICAgICAgICA8cGF0aCBpZD0iUGF0aF84MDQzIiBkPSJNMjQgMEgwdjI0aDI0eiIgY2xhc3M9ImNscy0xIi8+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfODA0NCIgZmlsbD0iI2E0YTRhNSIgZD0iTTE5IDV2MTRMOCAxMnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zKSIvPgogICAgPC9nPgogICAgPGcgaWQ9ImJvdW5kcnkiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMCkiIHN0cm9rZT0iI2E0YTRhNSI+CiAgICAgICAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwSDM2VjM2SDB6Ii8+CiAgICAgICAgPHBhdGggZD0iTTAuNSAwLjVIMzUuNVYzNS41SDAuNXoiIGNsYXNzPSJjbHMtMSIvPgogICAgPC9nPgo8L3N2Zz4K");
}

i.bg-icon-arrow-product-tab-circle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMiAyYTEwIDEwIDAgMSAwIDEwIDEwQTEwIDEwIDAgMCAwIDEyIDJ6bTAgMTNsLTQtNGg4eiIvPgo8L3N2Zz4K");
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes message {
    0% {
        transform: scale(0.7);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes toTop {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes toTop100 {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes toEnd {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes toEnd100 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.ems-loading-overlay {
    background: url(url(../../frontend/images/loading.gif)centercenter/32pxno-repeatrgba( 204, 204, 204, 0.1 )) center center/80px no-repeat rgba(255, 255, 255, 0.5);
    z-index: 1060;
}

.ajx-loading .ems-loading-overlay {
    display: block;
}

.btn-reset,
.btn-circle {
    padding: 0;
    background: none;
    border: none;
    outline: none !important;
}

    .btn-circle svg {
        font-size: 27px;
        background: #fff;
        padding: 3px;
        border-radius: 50%;
    }

.card-img {
    transition: all 0.32s ease;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.card p {
    margin: 0;
}

.card-badge-1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

.card-title {
    z-index: 1;
}

.card-small:hover .card-img,
.card-medium:hover .card-img {
    transform: scale(1.08);
}

.video-container .btn-video-play {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.video-container-small .btn-video-play {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: initial;
    z-index: 1;
}

.swiper-inner {
    overflow: hidden;
    height: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-no-flexbox .swiper-slidess {
    float: left;
}

.swiper-container-vertical > .swiper-inner > .swiper-wrapper {
    flex-direction: column;
}

.swiper-inner > .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    list-style: none;
    margin: 0;
    padding: 0;
}

.swiper-container-android .swiper-slide,
.swiper-inner > .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-android .swiper-slidess,
.swiper-inner > .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-inner > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-inner > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide, .swiper-slidess {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-slidess-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slidess {
        height: auto;
    }

    .swiper-container-autoheight .swiper-inner > .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-inner > .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-inner > .swiper-wrapper,
    .swiper-container-3d .swiper-slidess,
    .swiper-container-3d .swiper-slidess-shadow-left,
    .swiper-container-3d .swiper-slidess-shadow-right,
    .swiper-container-3d .swiper-slidess-shadow-top,
    .swiper-container-3d .swiper-slidess-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slides-shadow-left,
    .swiper-container-3d .swiper-slides-shadow-right,
    .swiper-container-3d .swiper-slides-shadow-top,
    .swiper-container-3d .swiper-slides-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slidess-shadow-left {
        background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slidess-shadow-right {
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slidess-shadow-top {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

    .swiper-container-3d .swiper-slidess-shadow-bottom {
        background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
    }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-inner > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-inner > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    outline: none;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        cursor: auto;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    transform: scale(-1);
    left: -60px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -60px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination, .swiper-pagination_news {
    display: none;
    position: absolute;
    text-align: center;
    padding: 0;
    font-size: 0;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.25;
    outline: none;
    transition: all 0.32s cubic-bezier(0, 0, 0.2, 1);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets
    .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
        .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms transform, 200ms top;
        }

.swiper-container-horizontal > .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
        transition: 200ms transform, 200ms left;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        cursor: zoom-in;
    }

.swiper-slide-zoomed.swiper-slide-active {
    cursor: move;
}

.swiper-slidess-zoomed.swiper-slidess-active {
    cursor: move;
}

    .swiper-slide-zoomed.swiper-slide-active .swiper-zoom-container > img {
        cursor: move;
    }

.swiper-slidess-zoomed.swiper-slidess-active .swiper-zoom-container > img {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../../frontend/images/loading.gif) center center/32px no-repeat rgba(204, 204, 204, 0.1);
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slidess {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slidess {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slidess .swiper-slidess {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

    .swiper-container-fade .swiper-slidess-active,
    .swiper-container-fade .swiper-slidess-active .swiper-slidess-active {
        pointer-events: auto;
    }

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube .swiper-slidess {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slidess .swiper-slidess {
        pointer-events: none;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slidess {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

        .swiper-container-cube .swiper-slidess-active,
        .swiper-container-cube .swiper-slidess-active .swiper-slidess-active {
            pointer-events: auto;
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

        .swiper-container-cube .swiper-slidess-active,
        .swiper-container-cube .swiper-slidess-next,
        .swiper-container-cube .swiper-slidess-prev,
        .swiper-container-cube .swiper-slidess-next + .swiper-slidess {
            pointer-events: auto;
            visibility: visible;
        }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slidess-shadow-top,
    .swiper-container-cube .swiper-slidess-shadow-bottom,
    .swiper-container-cube .swiper-slidess-shadow-left,
    .swiper-container-cube .swiper-slidess-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

    .swiper-container-flip .swiper-slidess {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slidess .swiper-slidess {
        pointer-events: none;
    }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

        .swiper-container-flip .swiper-slidess-active,
        .swiper-container-flip .swiper-slidess-active .swiper-slidess-active {
            pointer-events: auto;
        }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-flip .swiper-slidess-shadow-top,
    .swiper-container-flip .swiper-slidess-shadow-bottom,
    .swiper-container-flip .swiper-slidess-shadow-left,
    .swiper-container-flip .swiper-slidess-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-inner > .swiper-wrapper {
    -ms-perspective: 1200px;
}

.slider-pagination > .swiper-pagination, .swiper-pagination_news {
    display: block;
}

.slider-pagination-static > .swiper-pagination, .swiper-pagination_news {
    position: static;
    text-align: center;
    padding: 10px;
}

.slider-pagination2.swiper-container-horizontal > .swiper-pagination {
    padding: 0;
    min-height: auto;
    display: flex;
    width: 100%;
}

.slider-pagination2.swiper-container-horizontal > .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    margin: 0;
    background: red;
    width: auto;
    height: 5px;
}

.slider-pagination2.swiper-container-horizontal > .swiper-pagination-bullet-active {
    background: #fff;
}

.no-controls > .swiper-pagination,
.no-controls > .swiper-pagination_news,
.no-controls > .swiper-button-prev,
.no-controls > .swiper-button-next {
    display: none !important;
}

.swiper-layout-v > .swiper-inner > .swiper-wrapper {
    flex-direction: column;
}

.swiper-layout-f > .swiper-inner > .swiper-wrapper {
    flex-wrap: wrap;
}

.not-trigger .swiper-inner {
    overflow: visible;
}

.not-trigger .swiper-slide {
    width: auto;
    flex-shrink: 1;
}

.custom-slider-wrapper {
    padding: 30px 0;
}

    .custom-slider-wrapper .swiper-controls a {
        z-index: 10;
    }

    .custom-slider-wrapper .swiper-controls .swiper-pagination {
        display: block;
    }

        .custom-slider-wrapper
        .swiper-controls
        .swiper-pagination
        .swiper-pagination-bullet {
            width: 40px;
            height: 6px;
            border-radius: 2px;
            margin: 0 3px;
            background-color: #fff;
            opacity: 1;
        }

        .custom-slider-wrapper
        .swiper-controls
        .swiper-pagination_news
        .swiper-pagination-bullet {
            width: 40px;
            height: 6px;
            border-radius: 2px;
            margin: 0 3px;
            background-color: #fff;
            opacity: 1;
        }

    .custom-slider-wrapper
    .swiper-controls
    .swiper-pagination
    .swiper-pagination-bullet-active {
        background-color: #c4c3be;
    }

    .custom-slider-wrapper
    .swiper-controls
    .swiper-pagination_news
    .swiper-pagination-bullet-active {
        background-color: #c4c3be;
    }

    .custom-slider-wrapper .swiper-controls.dark .swiper-pagination-bullet {
        background-color: #dcdcdc;
    }

    .custom-slider-wrapper .swiper-controls.dark .swiper-pagination-bullet-active {
        background-color: #c4c3be;
    }

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    display: none !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-50 {
    border-radius: 50%;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.lh-0-75 {
    line-height: 0.75;
}

.lh-1-25 {
    line-height: 1.25;
}

.lh-1-30 {
    line-height: 1.3;
}

.lh-1-4 {
    line-height: 1.4;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-1-75 {
    line-height: 1.75;
}

.letter-spacing-2_4 {
    letter-spacing: 2.4px;
}

.rotate-top {
    transform: rotate(-90deg) !important;
}

.rotate-left {
    transform: rotate(-180deg) !important;
}

.rotate-bottom {
    transform: rotate(90deg) !important;
}

.rotate-mirror {
    transform: scale(-1) !important;
}

.wh-14 {
    width: 14px !important;
    height: 14px !important;
}

.wh-16 {
    width: 16px !important;
    height: 16px !important;
}

.wh-18 {
    width: 18px !important;
    height: 18px !important;
}

.wh-20 {
    width: 20px !important;
    height: 20px !important;
}

.wh-22 {
    width: 22px !important;
    height: 22px !important;
}

.wh-24 {
    width: 24px !important;
    height: 24px !important;
}

.wh-26 {
    width: 26px !important;
    height: 26px !important;
}

.wh-28 {
    width: 28px !important;
    height: 28px !important;
}

.wh-30 {
    width: 30px !important;
    height: 30px !important;
}

.wh-32 {
    width: 32px !important;
    height: 32px !important;
}

.wh-34 {
    width: 34px !important;
    height: 34px !important;
}

.wh-36 {
    width: 36px !important;
    height: 36px !important;
}

.wh-38 {
    width: 38px !important;
    height: 38px !important;
}

.wh-40 {
    width: 40px !important;
    height: 40px !important;
}

.wh-45 {
    width: 45px !important;
    height: 45px !important;
}

.wh-46 {
    width: 46px !important;
    height: 46px !important;
}

.wh-48 {
    width: 48px !important;
    height: 48px !important;
}

.wh-54 {
    width: 54px !important;
    height: 54px !important;
}

.wh-60 {
    width: 60px !important;
    height: 60px !important;
}

.wh-80 {
    width: 80px !important;
    height: 80px !important;
}

.wh-84 {
    width: 84px !important;
    height: 84px !important;
}

.wh-100 {
    width: 100px !important;
    height: 100px !important;
}

.wh-110 {
    width: 110px !important;
    height: 110px !important;
}

.wh-118 {
    width: 118px !important;
    height: 118px !important;
}

.wh-120 {
    width: 120px !important;
    height: 120px !important;
}

.wh-124 {
    width: 124px !important;
    height: 124px !important;
}

.wh-200 {
    width: 200px !important;
    height: 200px !important;
}

.wh-250 {
    width: 250px !important;
    height: 250px !important;
}

.wh-60x15 {
    width: 60px !important;
    height: 15px !important;
}

.w-auto {
    width: auto !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.widget-auto li {
    width: auto !important;
}

    .widget-auto li ul li {
        width: 100% !important;
    }

.widget-1 li {
    width: 100% !important;
}

    .widget-1 li ul li {
        width: 100% !important;
    }

.widget-1_25 li {
    width: calc(100% / 1.25) !important;
}

    .widget-1_25 li ul li {
        width: 100% !important;
    }

.widget-1_5 li {
    width: calc(100% / 1.5) !important;
}

    .widget-1_5 li ul li {
        width: 100% !important;
    }

.widget-1_75 li {
    width: calc(100% / 1.75) !important;
}

    .widget-1_75 li ul li {
        width: 100% !important;
    }

.widget-2 li {
    width: calc(100% / 2) !important;
}

    .widget-2 li ul li {
        width: 100% !important;
    }

.widget-2_5 li {
    width: calc(100% / 2.5) !important;
}

    .widget-2_5 li ul li {
        width: 100% !important;
    }

.widget-3 li {
    width: calc(100% / 3) !important;
}

    .widget-3 li ul li {
        width: 100% !important;
    }

.widget-4 li {
    width: calc(100% / 4) !important;
}

    .widget-4 li ul li {
        width: 100% !important;
    }

    .widget-4 li ul li {
        width: 100%;
    }

.widget-4_5 li {
    width: calc(100% / 4.5) !important;
}

    .widget-4_5 li ul li {
        width: 100% !important;
    }

.widget-5 li {
    width: calc(100% / 5) !important;
}

    .widget-5 li ul li {
        width: 100% !important;
    }

.widget-6 li {
    width: calc(100% / 6) !important;
}

    .widget-6 li ul li {
        width: 100% !important;
    }

.ob-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.ob-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.ob-fit-fill {
    -o-object-fit: fill;
    object-fit: fill;
}

input,
textarea {
    border-radius: 0 !important;
    border: 2px solid #c0c0c0 !important;
    margin-bottom: 10px;
}

label {
    font-weight: 600;
    margin-bottom: 5px;
}

.ems-field {
    position: relative;
}

    .ems-field label {
        font-size: 0.8125rem;
        color: #e6e7e7;
        margin-bottom: 4px;
    }

    .ems-field textarea {
        background-color: #161617;
        border: solid 1px #49494a;
        color: #a4a4a5;
        font-size: 1rem;
        padding: 14px 16px;
        width: 100%;
        resize: none;
    }

        .ems-field textarea::-webkit-scrollbar {
            height: 10px;
            width: 10px;
        }

        .ems-field textarea::-webkit-scrollbar-track {
            background: #000;
        }

        .ems-field textarea::-webkit-scrollbar-thumb {
            background: #e6e7e7;
            border-radius: 5px;
        }

        .ems-field textarea:focus {
            border: solid 1px #3cff2c;
            outline: none;
        }

    .ems-field input,
    .ems-field select {
        width: 100%;
        height: 46px;
        padding: 14px 13px;
        background-color: #161617;
        border: solid 1px #49494a;
        color: #a4a4a5;
        font-size: 1rem;
    }

        .ems-field input::placeholder,
        .ems-field select::placeholder {
            color: #49494a;
        }

        .ems-field input:focus,
        .ems-field select:focus {
            border: solid 1px #3cff2c;
            outline: none;
        }

            .ems-field input:focus::placeholder,
            .ems-field select:focus::placeholder {
                color: #a4a4a5;
            }

        .ems-field input[type="date"]::-webkit-calendar-picker-indicator {
            color: rgba(0, 0, 0, 0);
            opacity: 1;
            display: block;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICAgIDxwYXRoIGZpbGw9IiNhNGE0YTUiIGQ9Ik0xNyAxMmgtNXY1aDV6TTE2IDF2Mkg4VjFINnYySDMuMDF2MThIMjFWM2gtM1Yxem0zIDE4SDVWOGgxNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uMDEgMSkiLz4KPC9zdmc+Cg==");
            width: 20px;
            height: 20px;
            border-width: thin;
        }

.dropdown-list {
    border-color: #49494a !important;
}

.dropdown-list-menu {
    top: 54px;
    z-index: 1000;
}

    .dropdown-list-menu.show {
        display: block !important;
    }

.dropdown-list-menu-basic {
    top: 46px;
    z-index: 1000;
}

    .dropdown-list-menu-basic.show {
        display: block !important;
    }

        .dropdown-list-menu-basic.show li:hover {
            background-color: #34383b;
            color: #fff !important;
        }

.ems-sidebar .dropdown-list {
    z-index: 1001;
}

.ems-store-locator .custom-dropdown.show .custom-dropdown-toggle {
    color: #c4c3be;
}

    .ems-store-locator
    .custom-dropdown.show
    .custom-dropdown-toggle
    .icon-arrow-line-down {
        transform: rotate(-180deg);
    }

.ems-store-locator .custom-dropdown-menu {
    top: 100%;
}

    .ems-store-locator .custom-dropdown-menu .ems-tab-header {
        z-index: 1000;
    }

        .ems-store-locator .custom-dropdown-menu .ems-tab-header a.selected {
            background-color: #000 !important;
        }

        .ems-store-locator .custom-dropdown-menu .ems-tab-header a:hover {
            background-color: #000;
            color: #fff;
        }

    .ems-store-locator .custom-dropdown-menu.show .ems-tab-header {
        display: block !important;
    }

.page-banner {
    position: relative;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-banner-shadow {
    background-color: #000;
    opacity: 0.2;
}

.slider-video-banner {
    position: relative;
}

    .slider-video-banner::before {
        content: "";
        padding-top: calc(500 / 360 * 100%);
        display: block;
    }

    .slider-video-banner .video {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.ems-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    animation: show 0.5s ease;
}

.ems-modal {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.12s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    top: 0;
}

.ems-modal-loading {
    background: url(../../frontend/images/loading.gif) center center/32px no-repeat rgba(204, 204, 204, 0.1);
    background-position: center center;
}

    .ems-modal-loading > div {
        filter: opacity(0.5) blur(3px);
        pointer-events: none;
        -webkit-user-select: none;
        user-select: none;
    }

.ems-product-modal {
    background-color: #fff !important;
    height: auto;
    max-width: 360px;
    left: calc(50% - 130px);
    top: calc(50% - 130px);
}

.ems-product-modal-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.ems-video-modal {
    background-color: #efeff0 !important;
    height: auto;
    max-width: 360px;
    left: calc(50% - 180px);
    top: calc(50% - 180px);
}

.ems-video-modal-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.ems-modal-start {
    transform: translateX(-75%);
}

.ems-modal-end {
    transform: translateX(75%);
    right: 0;
    left: auto;
}

.ems-modal-top {
    transform: translateY(-75%);
}

.ems-modal-bottom {
    transform: translateY(75%);
}

.ems-product-modal-ready .ems-product-modal,
.ems-video-modal-ready .ems-video-modal,
.ems-menu-ready .ems-menu {
    display: flex;
}

.ems-product-modal-animate,
.ems-video-modal-animate,
.ems-menu-animate {
    overflow-x: hidden;
}

    .ems-product-modal-animate .ems-product-modal,
    .ems-video-modal-animate .ems-video-modal,
    .ems-menu-animate .ems-menu {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .ems-menu-animate .ems-menu {
        transform: translateX(0);
    }

    .ems-product-modal-animate .ems-product-modal,
    .ems-video-modal-animate .ems-video-modal {
        transform: translateY(0);
    }

    .ems-product-modal-animate .ems-product-modal-overlay,
    .ems-video-modal-animate .ems-video-modal-overlay,
    .ems-menu-animate .ems-menu-overlay {
        display: block;
    }

.inn-scrollbar {
    height: 245px;
    overflow: auto !important;
}

    .inn-scrollbar::-webkit-scrollbar-track {
        background: #e2a800;
    }

    .inn-scrollbar::-webkit-scrollbar-thumb {
        background: #b38500;
        border-radius: 5px;
    }

.inn-scrollbar-vertical::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.header-main {
    background-color: #fff;
}

.header-logo .prm-media {
    overflow: unset;
}

.header-logo img {
    max-width: 174px;
}

.ems-menu .lvl-1 > li > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 18px 30px 18px;
}

.ems-menu .sub-menu {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    display: none;
}

.ems-menu .sub-items.selected .sub-menu {
    display: block;
}

.ems-menu .sub-items.selected .arrow-menu {
    transform: rotate(90deg);
}

.ratio-ad-horizantal {
    --aspect-ratio: calc(650 / 360 * 100%);
}

.footer {
    font-family: Roboto;
}

.footer-address {
    margin-top: 25px;
}

.footer-menu {
    margin-top: 30px;
}

    .footer-menu ul li:first-child {
        margin-left: 0 !important;
    }

.footer-logo {
    border: none !important;
}

.social-item {
    border-radius: 50%;
}

.social-icons-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social:last-child {
    margin-right: 0 !important;
}

.services-list-item {
    margin-bottom: 50px;
}

.gallery-item {
    display: none;
}

    .gallery-item.show {
        display: block;
    }

.gallery-item-control-group .gallery-item-control {
    font-family: Roboto !important;
    border: 2px solid #c0c0c0;
}

    .gallery-item-control-group .gallery-item-control.active,
    .gallery-item-control-group .gallery-item-control:hover {
        background-color: #c4c3be;
        border-color: transparent;
    }

.portfolio-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
}

.product-item-control-group .gallery-item-control {
    font-family: Roboto !important;
    background: #fff;
}

    .product-item-control-group .gallery-item-control.active,
    .product-item-control-group .gallery-item-control:hover {
        background-color: #c4c3be;
    }

.contact-informations ul {
    padding: 0;
}

    .contact-informations ul li {
        font-weight: 600;
        margin-bottom: 14px;
        list-style: none;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .page-content {
        columns: 2;
        column-gap: 20px;
    }

    .fw-md-100 {
        font-weight: 100 !important;
    }

    .fw-md-200 {
        font-weight: 200 !important;
    }

    .fw-md-300 {
        font-weight: 300 !important;
    }

    .fw-md-400 {
        font-weight: 400 !important;
    }

    .fw-md-500 {
        font-weight: 500 !important;
    }

    .fw-md-600 {
        font-weight: 600 !important;
    }

    .fw-md-700 {
        font-weight: 700 !important;
    }

    .fw-md-800 {
        font-weight: 800 !important;
    }

    .fw-md-900 {
        font-weight: 900 !important;
    }

    .widget-md-1 li {
        width: 100% !important;
    }

        .widget-md-1 li ul li {
            width: 100% !important;
        }

    .widget-md-1_5 li {
        width: calc(100% / 1.5) !important;
    }

        .widget-md-1_5 li ul li {
            width: 100% !important;
        }

    .widget-md-2 li {
        width: calc(100% / 2) !important;
    }

        .widget-md-2 li ul li {
            width: 100% !important;
        }

    .widget-md-2_5 li {
        width: calc(100% / 2.5) !important;
    }

        .widget-md-2_5 li ul li {
            width: 100% !important;
        }

    .widget-md-3 li {
        width: calc(100% / 3) !important;
    }

        .widget-md-3 li ul li {
            width: 100% !important;
        }

    .widget-md-3_5 li {
        width: calc(100% / 3.5) !important;
    }

        .widget-md-3_5 li ul li {
            width: 100% !important;
        }

    .widget-md-4 li {
        width: calc(100% / 4) !important;
    }

        .widget-md-4 li ul li {
            width: 100% !important;
        }

    .widget-md-4_5 li {
        width: calc(100% / 4.5) !important;
    }

        .widget-md-4_5 li ul li {
            width: 100% !important;
        }

    .widget-md-5 li {
        width: calc(100% / 5) !important;
    }

        .widget-md-5 li ul li {
            width: 100% !important;
        }

    .widget-md-6 li {
        width: calc(100% / 6) !important;
    }

        .widget-md-6 li ul li {
            width: 100% !important;
        }

    .w-md-auto {
        width: auto !important;
    }

    .w-md-10 {
        width: 10% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .wh-md-14 {
        width: 14px !important;
        height: 14px !important;
    }

    .wh-md-16 {
        width: 16px !important;
        height: 16px !important;
    }

    .wh-md-18 {
        width: 18px !important;
        height: 18px !important;
    }

    .wh-md-20 {
        width: 20px !important;
        height: 20px !important;
    }

    .wh-md-22 {
        width: 22px !important;
        height: 22px !important;
    }

    .wh-md-24 {
        width: 24px !important;
        height: 24px !important;
    }

    .wh-md-26 {
        width: 26px !important;
        height: 26px !important;
    }

    .wh-md-28 {
        width: 28px !important;
        height: 28px !important;
    }

    .wh-md-30 {
        width: 30px !important;
        height: 30px !important;
    }

    .wh-md-32 {
        width: 32px !important;
        height: 32px !important;
    }

    .wh-md-34 {
        width: 34px !important;
        height: 34px !important;
    }

    .wh-md-36 {
        width: 36px !important;
        height: 36px !important;
    }

    .wh-md-38 {
        width: 38px !important;
        height: 38px !important;
    }

    .wh-md-40 {
        width: 40px !important;
        height: 40px !important;
    }

    .wh-md-45 {
        width: 45px !important;
        height: 45px !important;
    }

    .wh-md-46 {
        width: 46px !important;
        height: 46px !important;
    }

    .wh-md-48 {
        width: 48px !important;
        height: 48px !important;
    }

    .wh-md-54 {
        width: 54px !important;
        height: 54px !important;
    }

    .wh-md-60 {
        width: 60px !important;
        height: 60px !important;
    }

    .wh-md-80 {
        width: 80px !important;
        height: 80px !important;
    }

    .wh-md-84 {
        width: 84px !important;
        height: 84px !important;
    }

    .wh-md-100 {
        width: 100px !important;
        height: 100px !important;
    }

    .wh-md-110 {
        width: 110px !important;
        height: 110px !important;
    }

    .wh-md-118 {
        width: 118px !important;
        height: 118px !important;
    }

    .wh-md-120 {
        width: 120px !important;
        height: 120px !important;
    }

    .wh-md-124 {
        width: 124px !important;
        height: 124px !important;
    }

    .wh-md-200 {
        width: 200px !important;
        height: 200px !important;
    }

    .wh-md-250 {
        width: 250px !important;
        height: 250px !important;
    }

    .wh-md-60x15 {
        width: 60px !important;
        height: 15px !important;
    }

    .ems-video-modal {
        max-width: 700px;
        height: 360px;
        left: calc(50% - 350px);
        top: calc(50% - 180px);
    }

    .ems-product-modal {
        max-width: 700px;
        height: 360px;
        left: calc(50% - 350px);
        top: calc(50% - 180px);
    }
}

@media (min-width: 1025px) {
    .video-container .btn-video-play {
        left: calc(50% - 70px);
        top: calc(50% - 70px);
    }

    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }

    .swiper-product .swiper-inner {
        margin-left: -30px;
    }

    .swiper-product .swiper-slide {
        padding-left: 30px;
        width: calc(100% / 3);
    }

    .swiper-product .swiper-slidess {
        padding-left: 30px;
        width: calc(100% / 3);
    }

    .slider-navigation > .swiper-button-prev,
    .slider-navigation > .swiper-button-next {
        display: block;
    }

    .mobi-swiper.slider-navigation > .swiper-button-prev,
    .mobi-swiper.slider-navigation > .swiper-button-next {
        display: none;
    }

    .mobi-swiper.slider-pagination > .swiper-pagination {
        display: none;
    }

    .d-swiper-layout-r > .swiper-inner > .swiper-wrapper {
        flex-direction: row;
    }

    .d-swiper-layout-v > .swiper-inner > .swiper-wrapper {
        flex-direction: column;
    }

    .swiper-container.swiper-container-inn .swiper-pagination-bullet {
        width: 78px;
        height: 3px;
        opacity: 1;
        border-radius: 0;
        background: #767676;
        outline: none;
        transition: all 0.32s cubic-bezier(0, 0, 0.2, 1);
    }

    .swiper-container.swiper-container-inn.main-slider .swiper-pagination {
        display: block;
        position: absolute;
    }

    .swiper-container.swiper-container-inn.main-slider
    .swiper-pagination-bullet-active {
        opacity: 1;
        width: 78px;
        height: 10px;
    }

    .swiper-container.swiper-container-inn.main-slider .swiper-button-prev,
    .swiper-container.swiper-container-inn.main-slider .swiper-button-next {
        display: none;
    }

    .swiper-container.swiper-container-inn.main-slider
    .swiper-slide
    .card
    .prm-media.ratio-slide-img {
        max-width: 100%;
    }

    .swiper-container.swiper-container-inn.main-slider
    .swiper-slidess
    .card
    .prm-media.ratio-slide-img {
        max-width: 100%;
    }

    .swiper-container.swiper-container-inn.main-slider
    .swiper-slide
    .card
    .prm-media.ratio-slide-vertical-img {
        max-width: 100%;
    }

    .swiper-container.swiper-container-inn.main-slider
    .swiper-slidess
    .card
    .prm-media.ratio-slide-vertical-img {
        max-width: 100%;
    }

    .swiper-container.swiper-container-inn.product-slider .swiper-pagination {
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 42px;
        bottom: 0;
        top: 10px;
        margin-bottom: 0;
    }

    .swiper-container.swiper-container-inn.product-slider .swiper-pagination_news {
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 42px;
        bottom: 0;
        top: 10px;
        margin-bottom: 0;
    }

        .swiper-container.swiper-container-inn.product-slider
        .swiper-pagination:hover
        .swiper-pagination-bullet {
            margin-top: 0;
        }

    .swiper-container.swiper-container-inn.product-slider
    .swiper-pagination-bullet {
        transition: all 0.2s ease-in-out;
        background: #a4a4a5;
        border: 3px solid #e6e7e7;
        width: 42px;
        height: 42px;
        margin-top: 40px;
        background-image: url(https://via.placeholder.com/584x480/eb0/fff);
    }

    .swiper-container.swiper-container-inn.product-slider .swiper-button-prev,
    .swiper-container.swiper-container-inn.product-slider .swiper-button-next {
        display: none;
    }

    .swiper-container.swiper-container-inn.compare-widget .swiper-button-prev,
    .swiper-container.swiper-container-inn.compare-widget .swiper-button-next {
        display: none;
    }

    .custom-slider-wrapper {
        padding: 90px 0;
    }

        .custom-slider-wrapper .swiper-controls {
            margin-top: -95px;
            padding-left: 80px;
        }

            .custom-slider-wrapper .swiper-controls.p-right {
                margin-left: 50%;
                padding-left: 80px;
            }

        .custom-slider-wrapper .prm-media.snick::after {
            content: "";
            position: absolute;
            height: 60px;
            width: 60px;
            background: #fff;
            top: 50%;
            left: -30px;
            margin-top: -30px;
            transform: rotate(45deg);
        }

    .fw-lg-100 {
        font-weight: 100 !important;
    }

    .fw-lg-200 {
        font-weight: 200 !important;
    }

    .fw-lg-300 {
        font-weight: 300 !important;
    }

    .fw-lg-400 {
        font-weight: 400 !important;
    }

    .fw-lg-500 {
        font-weight: 500 !important;
    }

    .fw-lg-600 {
        font-weight: 600 !important;
    }

    .fw-lg-700 {
        font-weight: 700 !important;
    }

    .fw-lg-800 {
        font-weight: 800 !important;
    }

    .fw-lg-900 {
        font-weight: 900 !important;
    }

    .widget-lg-1 li {
        width: 100% !important;
    }

    .widget-lg-1_5 li {
        width: calc(100% / 1.5) !important;
    }

    .widget-lg-2 li {
        width: calc(100% / 2) !important;
    }

    .widget-lg-2_5 li {
        width: calc(100% / 2.5) !important;
    }

    .widget-lg-3 li {
        width: calc(100% / 3) !important;
    }

    .widget-lg-3_5 li {
        width: calc(100% / 3.5) !important;
    }

    .widget-lg-4 li {
        width: calc(100% / 4) !important;
    }

    .widget-lg-4_5 li {
        width: calc(100% / 4.5) !important;
    }

    .widget-lg-5 li {
        width: calc(100% / 5) !important;
    }

    .widget-lg-6 li {
        width: calc(100% / 6) !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .wh-lg-14 {
        width: 14px !important;
        height: 14px !important;
    }

    .wh-lg-16 {
        width: 16px !important;
        height: 16px !important;
    }

    .wh-lg-18 {
        width: 18px !important;
        height: 18px !important;
    }

    .wh-lg-20 {
        width: 20px !important;
        height: 20px !important;
    }

    .wh-lg-22 {
        width: 22px !important;
        height: 22px !important;
    }

    .wh-lg-24 {
        width: 24px !important;
        height: 24px !important;
    }

    .wh-lg-26 {
        width: 26px !important;
        height: 26px !important;
    }

    .wh-lg-28 {
        width: 28px !important;
        height: 28px !important;
    }

    .wh-lg-30 {
        width: 30px !important;
        height: 30px !important;
    }

    .wh-lg-32 {
        width: 32px !important;
        height: 32px !important;
    }

    .wh-lg-34 {
        width: 34px !important;
        height: 34px !important;
    }

    .wh-lg-36 {
        width: 36px !important;
        height: 36px !important;
    }

    .wh-lg-38 {
        width: 38px !important;
        height: 38px !important;
    }

    .wh-lg-40 {
        width: 40px !important;
        height: 40px !important;
    }

    .wh-lg-45 {
        width: 45px !important;
        height: 45px !important;
    }

    .wh-lg-46 {
        width: 46px !important;
        height: 46px !important;
    }

    .wh-lg-48 {
        width: 48px !important;
        height: 48px !important;
    }

    .wh-lg-54 {
        width: 54px !important;
        height: 54px !important;
    }

    .wh-lg-60 {
        width: 60px !important;
        height: 60px !important;
    }

    .wh-lg-80 {
        width: 80px !important;
        height: 80px !important;
    }

    .wh-lg-84 {
        width: 84px !important;
        height: 84px !important;
    }

    .wh-lg-100 {
        width: 100px !important;
        height: 100px !important;
    }

    .wh-lg-110 {
        width: 110px !important;
        height: 110px !important;
    }

    .wh-lg-118 {
        width: 118px !important;
        height: 118px !important;
    }

    .wh-lg-120 {
        width: 120px !important;
        height: 120px !important;
    }

    .wh-lg-124 {
        width: 124px !important;
        height: 124px !important;
    }

    .wh-lg-200 {
        width: 200px !important;
        height: 200px !important;
    }

    .wh-lg-250 {
        width: 250px !important;
        height: 250px !important;
    }

    .wh-lg-60x15 {
        width: 60px !important;
        height: 15px !important;
    }

    .top-lg-0 {
        top: 0 !important;
    }

    .main-slider .ratio-cover {
        --aspect-ratio: calc(740 / 1920 * 100%);
    }

    .ratio-campaign {
        --aspect-ratio: calc(740 / 1920 * 100%);
    }

    .ratio-custom-slider {
        --aspect-ratio: calc(550 / 930 * 100%);
    }

    .page-banner-overlay {
        padding: 0 100px;
    }

    .ratio-page-horizantal {
        --aspect-ratio: calc(450 / 1920 * 100%);
    }

    .calculate-banner .card-title h3,
    .calculate-banner .card-title .h3,
    .calculate-banner .card-title div {
        max-width: 450px;
        line-height: 1.2;
    }

    .slider-video-banner::before {
        padding-top: calc(740 / 1920 * 100%);
    }

    .ems-modal {
        height: auto;
    }

    .ems-menu.ems-modal {
        display: inline-block;
        position: relative;
        transform: unset;
        opacity: 1;
        background: none;
    }

    .ems-menu .lvl-1 > li > .sub {
        flex-direction: row;
        padding: 40px calc((100vw - 1280px) / 2);
        animation: toTop 0.15s ease;
    }

    .ems-menu .lvl-1 > li.selected > a {
        box-shadow: 0px -3px 0px #c4c3be inset;
    }

    .ems-video-modal {
        max-width: 700px;
        height: 360px;
        left: calc(50% - 350px);
        top: calc(50% - 180px);
    }

    .ems-product-modal {
        max-width: 700px;
        height: 360px;
        left: calc(50% - 350px);
        top: calc(50% - 180px);
    }

    .ems-modal-lg {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 1050;
        width: 100%;
        overflow: hidden;
        background: #fff;
        opacity: 0;
        transition: all 0.12s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }

    .ems-modal-lg-drop {
        top: 100%;
        right: 0;
    }

    .ems-menu .lvl-1 > li.selected > .sub {
        display: flex;
    }

    .ems-menu .lvl-1 > li.selected > .sub {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .header-logo img {
        width: 100%;
        max-width: 280px;
        margin-top: -11px;
    }

    .header-menu .ems-menu .lvl-1 li .menu-item {
        padding: 0;
        text-align: center;
        transition: all 0.2s ease;
        position: relative;
        line-height: 2;
        margin: 0 15px;
    }

        .header-menu .ems-menu .lvl-1 li .menu-item:before {
            content: "";
            width: 0;
            display: block;
            position: absolute;
            height: 3px;
            bottom: 0;
            background: #c4c3be;
            transition: all 0.35s ease-in-out;
        }

    .header-menu .ems-menu .lvl-1 li .menu-item:hover {
        transition: all 0.2s ease;
    }

    .header-menu .ems-menu .lvl-1 li .menu-item:hover:before {
        width: 100%;
    }

    .header-menu .ems-menu .lvl-1 li.selected > .menu-item {
        box-shadow: 0px -3px 0px #c4c3be inset;
    }

    .header-menu .ems-menu .lvl-1 .lvl-2 a:hover {
        text-decoration: underline;
    }

    .header-menu .ems-menu-animate .header-menu .ems-menu {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .header-menu .ems-menu-animate .header-menu .ems-menu-trigger {
        z-index: 1050;
    }

    .header-menu .ems-menu-animate .header-menu .ems-menu-overlay {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .ratio-ad-horizantal {
        --aspect-ratio: calc(350 / 1600 * 100%);
    }

    .footer-logo {
        border-right: 1px solid #000 !important;
    }

    .footer-menu {
        margin-top: 70px;
    }

    .page-content {
        columns: 2;
        column-gap: 20px;
    }

    .services-list-item {
        margin-bottom: 158px;
    }

    .services-list-item:nth-child(even) {
        flex-direction: row-reverse;
    }
}
