﻿@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-500italic.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-500italic.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2") format("woff2"), url("/fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff") format("woff")
}

@font-face {
    font-family: "Raleway";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    font-feature-settings: "lnum";
    src: local(""), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2") format("woff2"), url("../fonts/raleway/raleway-v26-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff") format("woff")
}

.fw-semi-bold {
    font-weight: 600 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-middle {
    font-weight: 500 !important
}

.fz-big {
    font-size: 3em
}

@media (max-width: 1440px) {
    .fz-big {
        font-size: 2.375em
    }
}

.fz-sm {
    font-size: .875em !important;
    line-height: 1.25
}

.fz-xsm {
    font-size: .625em !important;
    line-height: 1
}

.fs-7 {
    font-size: 1.125em
}

.fs-12 {
    font-size: .75em
}

.lh-21 {
    line-height: 1.5
}

.rounded-6 {
    border-radius: .375rem !important
}

.rounded-6.border-bottom-0 {
    border-radius: .375rem .375rem 0 0 !important
}

.rounded-6.border-s-0 {
    border-radius: .375rem 0 0 .375rem !important
}

.rounded-6.border-e-0 {
    border-radius: 0 .375rem .375rem 0 !important
}

.rounded-10 {
    border-radius: .625rem !important
}

.rounded-10.border-bottom-0 {
    border-radius: .625rem .625rem 0 0 !important
}

.rounded-10.border-s-0 {
    border-radius: 0 .625rem 0 0 .625rem !important
}

.rounded-10.border-e-0 {
    border-radius: 0 .625rem .625rem 0 !important
}

.rounded-50 {
    border-radius: 3.125rem
}

.rounded-50--t-r {
    border-radius: 0 3.125rem 0 0 !important
}

.box-shadow {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, .03)
}

.box-shadow--filter {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2))
}

.rotate-n45 {
    transform: rotate(-45deg)
}

.rotate-15 {
    transform: rotate(15deg)
}

.rotate-n15 {
    transform: rotate(-15deg)
}

.mw-160 {
    max-width: 10rem
}

.mw-770 {
    max-width: 48.125rem
}

.mw-42 {
    min-width: 2.625rem
}

.mah-40 {
    max-height: 2.5rem
}

.mb-30 {
    margin-bottom: 1.875rem
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.cursor-pointer {
    cursor: pointer
}

.img-res {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-res--contain {
    object-fit: contain
}

.img-dark {
    filter: brightness(0.5)
}

::-webkit-scrollbar {
    width: .3125rem;
    height: .3125rem
}

::-webkit-scrollbar-thumb {
    background: #d7dde0;
    border-radius: .625rem
}

.hide-block {
    display: none
}

.icon-row .icon-row__image {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.75
}

.icon-row .icon-row__image--sm {
    width: 1.125rem;
    height: 1.125rem
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #312782;
    --bs-yellow: #fbbe06;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #fbbe06;
    --bs-secondary: #606970;
    --bs-success: #53B175;
    --bs-info: #0dcaf0;
    --bs-warning: #312782;
    --bs-danger: #E21339;
    --bs-light: #D7DDE0;
    --bs-dark: #212529;
    --bs-primary-rgb: 69, 173, 218;
    --bs-secondary-rgb: 96, 105, 112;
    --bs-success-rgb: 83, 177, 117;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 251, 190, 6;
    --bs-danger-rgb: 226, 19, 57;
    --bs-light-rgb: 215, 221, 224;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, *::before, *::after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    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: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: 0.875em
}

mark, .mark {
    padding: .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: #fbbe06;
    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: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    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:not(:focus-visible) {
    outline: 0
}

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
}

select:disabled {
    opacity: 1
}

[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: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

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: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.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: .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: "— "
}

.img-fluid {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 600px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media (min-width: 991px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media (min-width: 1440px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.grid {
    display: grid;
    grid-template-rows:repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns:repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem)
}

.grid .g-col-1 {
    grid-column: auto/span 1
}

.grid .g-col-2 {
    grid-column: auto/span 2
}

.grid .g-col-3 {
    grid-column: auto/span 3
}

.grid .g-col-4 {
    grid-column: auto/span 4
}

.grid .g-col-5 {
    grid-column: auto/span 5
}

.grid .g-col-6 {
    grid-column: auto/span 6
}

.grid .g-col-7 {
    grid-column: auto/span 7
}

.grid .g-col-8 {
    grid-column: auto/span 8
}

.grid .g-col-9 {
    grid-column: auto/span 9
}

.grid .g-col-10 {
    grid-column: auto/span 10
}

.grid .g-col-11 {
    grid-column: auto/span 11
}

.grid .g-col-12 {
    grid-column: auto/span 12
}

.grid .g-start-1 {
    grid-column-start: 1
}

.grid .g-start-2 {
    grid-column-start: 2
}

.grid .g-start-3 {
    grid-column-start: 3
}

.grid .g-start-4 {
    grid-column-start: 4
}

.grid .g-start-5 {
    grid-column-start: 5
}

.grid .g-start-6 {
    grid-column-start: 6
}

.grid .g-start-7 {
    grid-column-start: 7
}

.grid .g-start-8 {
    grid-column-start: 8
}

.grid .g-start-9 {
    grid-column-start: 9
}

.grid .g-start-10 {
    grid-column-start: 10
}

.grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width: 600px) {
    .grid .g-col-sm-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width: 991px) {
    .grid .g-col-lg-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1440px) {
    .grid .g-col-xxl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

.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.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 600px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 991px) {
    .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.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #fbbe06
}

.link-primary:hover, .link-primary:focus {
    opacity: 0.7
}

.link-secondary {
    color: #606970
}

.link-secondary:hover, .link-secondary:focus {
    color: #4d545a
}

.link-success {
    color: #53b175
}

.link-success:hover, .link-success:focus {
    color: #75c191
}

.link-info {
    color: #0dcaf0
}

.link-info:hover, .link-info:focus {
    color: #3dd5f3
}

.link-warning {
    color: #312782
}

.link-warning:hover, .link-warning:focus {
    color: #f47b54
}

.link-danger {
    color: #e21339
}

.link-danger:hover, .link-danger:focus {
    color: #b50f2e
}

.link-light {
    color: #d7dde0
}

.link-light:hover, .link-light:focus {
    color: #dfe4e6
}

.link-dark {
    color: #212529
}

.link-dark:hover, .link-dark:focus {
    color: #1a1e21
}

.link-yellow {
    color: #fbbe06
}

.link-yellow:hover, .link-yellow:focus {
    color: #fbb748
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.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: 600px) {
    .sticky-sm-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: 991px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1440px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    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
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.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
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !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 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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 #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #fbbe06 !important
}

.border-secondary {
    border-color: #606970 !important
}

.border-success {
    border-color: #53b175 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #312782 !important
}

.border-danger {
    border-color: #e21339 !important
}

.border-light {
    border-color: #d7dde0 !important
}

.border-dark {
    border-color: #212529 !important
}

.border-yellow {
    border-color: #fbbe06 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.mt-n1 {
    margin-top: -0.25rem !important
}

.mt-n2 {
    margin-top: -0.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.me-n1 {
    margin-right: -0.25rem !important
}

.me-n2 {
    margin-right: -0.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.mb-n1 {
    margin-bottom: -0.25rem !important
}

.mb-n2 {
    margin-bottom: -0.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.ms-n1 {
    margin-left: -0.25rem !important
}

.ms-n2 {
    margin-left: -0.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !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
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !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-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: #53b175 !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-blue {
    --bs-text-opacity: 1;
    color: #312782 !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-yellow {
    --bs-text-opacity: 1;
    color: #fbbe06 !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    background-color: #fbbe06 !important
}

.bg-secondary {
    background-color: #606970 !important
}

.bg-success {
    background-color: #53b175 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #312782 !important
}

.bg-danger {
    background-color: #e21339 !important
}

.bg-light {
    background-color: #d7dde0 !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-yellow {
    background-color: #fbbe06 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-blue-light {
    background-color: #dbf5fd !important
}

.bg-yellow-light {
    background-color: #fdf4dc !important
}

.bg-secondary-bright {
    background-color: #f4f4f7 !important
}

.bg-secondary-light {
    background-color: #f9f9fc !important
}

.bg-gray-light {
    background-color: #b9bbbd !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 600px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !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
    }

    .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-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .me-md-n2 {
        margin-right: -0.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 991px) {
    .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
    }

    .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-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !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
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .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: #212529;
    background-color: #fff;
    border-color: #a2d6ed;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .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: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    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.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #a2d6ed;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #a2d6ed;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.form-check-input:checked {
    background-color: #fbbe06;
    border-color: #fbbe06
}

.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: #fbbe06;
    border-color: #fbbe06;
    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: .5
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: .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;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.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='%23a2d6ed'/%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: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #fbbe06;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #c7e6f4
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .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: #fbbe06;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #c7e6f4
}

.form-range::-moz-range-track {
    width: 100%;
    height: .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);
    line-height: 1.25
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

.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: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .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: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.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: .25rem;
    font-size: 0.875em;
    color: #53b175
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(83, 177, 117, .9);
    border-radius: .25rem
}

.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: #53b175;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2353B175' 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.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #53b175;
    box-shadow: 0 0 0 .25rem rgba(83, 177, 117, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #53b175
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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='%2353B175' 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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #53b175;
    box-shadow: 0 0 0 .25rem rgba(83, 177, 117, .25)
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #53b175
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #53b175
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(83, 177, 117, .25)
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #53b175
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #e21339
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(226, 19, 57, .9);
    border-radius: .25rem
}

.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: #e21339;
    padding-right: calc(1.5em + 0.75rem);
    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='%23E21339'%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='%23E21339' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e21339;
    box-shadow: 0 0 0 .25rem rgba(226, 19, 57, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #e21339
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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='%23E21339'%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='%23E21339' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #e21339;
    box-shadow: 0 0 0 .25rem rgba(226, 19, 57, .25)
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #e21339
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #e21339
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(226, 19, 57, .25)
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #e21339
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(69, 173, 218, .25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-primary:hover {
    color: #000;
    background-color: #61b9e0;
    border-color: #58b5de
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #61b9e0;
    border-color: #58b5de;
    box-shadow: 0 0 0 .25rem rgba(59, 147, 185, .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-opacity: 0.7;
    border-color: #58b5de
}

.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 .25rem rgba(59, 147, 185, .5)
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-secondary {
    color: #fff;
    background-color: #606970;
    border-color: #606970
}

.btn-secondary:hover {
    color: #fff;
    background-color: #52595f;
    border-color: #4d545a
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #52595f;
    border-color: #4d545a;
    box-shadow: 0 0 0 .25rem rgba(120, 128, 133, .5)
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4d545a;
    border-color: #484f54
}

.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 .25rem rgba(120, 128, 133, .5)
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #606970;
    border-color: #606970
}

.btn-success {
    color: #000;
    background-color: #53b175;
    border-color: #53b175
}

.btn-success:hover {
    color: #000;
    background-color: #6dbd8a;
    border-color: #64b983
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #6dbd8a;
    border-color: #64b983;
    box-shadow: 0 0 0 .25rem rgba(71, 150, 99, .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: #75c191;
    border-color: #64b983
}

.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 .25rem rgba(71, 150, 99, .5)
}

.btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #53b175;
    border-color: #53b175
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .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: #3dd5f3;
    border-color: #25cff2
}

.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 .25rem rgba(11, 172, 204, .5)
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #312782;
    border-color: #312782
}

.btn-warning:hover {
    color: #000;
    background-color: #312782;
    border-color: #312782
}

.btn-lumina {
    color: #fbbe06;
    background-color: #312782;
    border-color: #fbbe06
}

.btn-lumina:hover {
    color: #fbbe06;
    background-color: #312782;
    border-color: #fbbe06
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #312782;
    border-color: #312782;
    box-shadow: 0 0 0 .25rem rgba(49, 39, 130, .5)
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f47b54;
    border-color: #312782
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 39, 130, .5)
}

.btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #312782;
    border-color: #312782
}

.btn-danger {
    color: #fff;
    background-color: #e21339;
    border-color: #e21339
}

.btn-danger:hover {
    color: #fff;
    background-color: #c01030;
    border-color: #b50f2e
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #c01030;
    border-color: #b50f2e;
    box-shadow: 0 0 0 .25rem rgba(230, 54, 87, .5)
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b50f2e;
    border-color: #aa0e2b
}

.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 .25rem rgba(230, 54, 87, .5)
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #e21339;
    border-color: #e21339
}

.btn-light {
    color: #000;
    background-color: #d7dde0;
    border-color: #d7dde0
}

.btn-light:hover {
    color: #000;
    background-color: #dde2e5;
    border-color: #dbe0e3
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #dde2e5;
    border-color: #dbe0e3;
    box-shadow: 0 0 0 .25rem rgba(183, 188, 190, .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: #dfe4e6;
    border-color: #dbe0e3
}

.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 .25rem rgba(183, 188, 190, .5)
}

.btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #d7dde0;
    border-color: #d7dde0
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .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: #1a1e21;
    border-color: #191c1f
}

.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 .25rem rgba(66, 70, 73, .5)
}

.btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-yellow {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-yellow:hover {
    color: #000;
    background-color: #fbb33c;
    border-color: #fbae31
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: #fbb33c;
    border-color: #fbae31;
    box-shadow: 0 0 0 .25rem rgba(213, 140, 22, .5)
}

.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #fbb748;
    border-color: #fbae31
}

.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(213, 140, 22, .5)
}

.btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-outline-primary {
    color: #fbbe06;
    border-color: #fbbe06
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(69, 173, 218, .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: #fbbe06;
    border-color: #fbbe06
}

.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 .25rem rgba(69, 173, 218, .5)
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #fbbe06;
    background-color: transparent
}

.btn-outline-secondary {
    color: #606970;
    border-color: #606970
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #606970;
    border-color: #606970
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(96, 105, 112, .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: #fff;
    background-color: #606970;
    border-color: #606970
}

.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 .25rem rgba(96, 105, 112, .5)
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #606970;
    background-color: transparent
}

.btn-outline-success {
    color: #53b175;
    border-color: #53b175
}

.btn-outline-success:hover {
    color: #000;
    background-color: #53b175;
    border-color: #53b175
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(83, 177, 117, .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: #53b175;
    border-color: #53b175
}

.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 .25rem rgba(83, 177, 117, .5)
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #53b175;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .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: #0dcaf0;
    border-color: #0dcaf0
}

.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 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #312782;
    border-color: #312782
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #312782;
    border-color: #312782
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 90, 41, .5)
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #312782;
    border-color: #312782
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 90, 41, .5)
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #312782;
    background-color: transparent
}

.btn-outline-danger {
    color: #e21339;
    border-color: #e21339
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e21339;
    border-color: #e21339
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(226, 19, 57, .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: #fff;
    background-color: #e21339;
    border-color: #e21339
}

.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 .25rem rgba(226, 19, 57, .5)
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #e21339;
    background-color: transparent
}

.btn-outline-light {
    color: #d7dde0;
    border-color: #d7dde0
}

.btn-outline-light:hover {
    color: #000;
    background-color: #d7dde0;
    border-color: #d7dde0
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(215, 221, 224, .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: #d7dde0;
    border-color: #d7dde0
}

.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 .25rem rgba(215, 221, 224, .5)
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #d7dde0;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .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: #212529;
    border-color: #212529
}

.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 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent
}

.btn-outline-yellow {
    color: #fbbe06;
    border-color: #fbbe06
}

.btn-outline-yellow:hover {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 .25rem rgba(250, 165, 26, .5)
}

.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
    color: #000;
    background-color: #fbbe06;
    border-color: #fbbe06
}

.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(250, 165, 26, .5)
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #fbbe06;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #fbbe06;
    text-decoration: underline
}

.btn-link:hover {
    color: #fbbe06
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: #6c757d
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fbbe06;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover, .nav-link:focus {
    color: #fbbe06
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.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: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fbbe06
}

.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
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .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-borderless > :not(:first-child) {
    border-top-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-primary {
    --bs-table-bg: #daeff8;
    --bs-table-striped-bg: #cfe3ec;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c4d7df;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cadde5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c4d7df
}

.table-secondary {
    --bs-table-bg: #dfe1e2;
    --bs-table-striped-bg: #d4d6d7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c9cbcb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ced0d1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c9cbcb
}

.table-success {
    --bs-table-bg: #ddefe3;
    --bs-table-striped-bg: #d2e3d8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c7d7cc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ccddd2;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c7d7cc
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fcded4;
    --bs-table-striped-bg: #efd3c9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3c8bf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9cdc4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e3c8bf
}

.table-danger {
    --bs-table-bg: #f9d0d7;
    --bs-table-striped-bg: #edc6cc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e0bbc2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e6c0c7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e0bbc2
}

.table-light {
    --bs-table-bg: #D7DDE0;
    --bs-table-striped-bg: #ccd2d5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2c7ca;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7cccf;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c2c7ca
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 599.98px) {
    .table-responsive-sm {
        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: 990.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1439.98px) {
    html, body {
        overflow-x: hidden
    }
}

body {
    background-color: #fff;
    font-family: "Raleway";
    font-feature-settings: "lnum"
}

input, textarea {
    font-family: "Raleway"
}

.main-bd {
    padding-top: 2.5rem
}

@media (max-width: 767.98px) {
    .main-bd {
        padding-top: 2.125rem
    }
}

.width-limit {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 600px) {
    .w-sm-none {
        width: unset !important
    }
}

.ui-helper-hidden-accessible {
    display: none
}

.header {
    box-shadow: 0 .25rem 1.875rem rgba(104, 117, 130, .05);
    padding: 1.875rem
}

@media (max-width: 1439.98px) {
    .header {
        padding-top: 3.375rem;
        padding-bottom: 1rem
    }
}

@media (max-width: 990.98px) {
    .header {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width: 599.98px) {
    .header {
        padding-top: 1rem
    }
}

@media (max-width: 1439.98px) {
    .header::before {
        background-color: #f9f9fc;
        position: absolute;
        height: 2.5rem;
        width: 100%;
        top: 0;
        left: 0;
        content: ""
    }
}

@media (max-width: 599.98px) {
    .header::before {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .header__info {
        background-color: #f9f9fc;
        padding-top: .75rem;
        padding-bottom: .75rem;
        height: 2.5rem;
        position: absolute;
        top: -3.375rem;
        right: 0;
        flex-wrap: nowrap
    }
}

@media (max-width: 599.98px) {
    .header__info {
        right: -3rem
    }
}

.header__info > * {
    white-space: nowrap;
    flex-wrap: nowrap
}

.header .logo {
    min-width: 8rem
}

@media (max-width: 767.98px) {
    .header .logo {
        min-width: 7.5rem
    }
}

@media (max-width: 990.98px) {
    .header__nav {
        flex: 1 0 auto
    }
}

@media (max-width: 599.98px) {
    .header__nav {
        flex: 0
    }
}

@media (max-width: 599.98px) {
    .header__nav.searchOpen .info {
        position: static
    }
}

@media (max-width: 1439.98px) {
    .info {
        flex: 1;
        position: relative
    }
}

.info__phone .icon {
    margin-top: -0.125rem
}

.info .toggleFlyin {
    margin-top: -0.0625rem
}

.info__wrap {
    position: relative
}

@media (max-width: 1439.98px) {
    .info__wrap {
        position: static
    }
}

@media (max-width: 599.98px) {
    .info__wrap {
        order: 3
    }
}

@media (min-width: 1440px) {
    .info__wrapper {
        border: 1px solid transparent;
        min-height: 2.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-right: 0.75rem
    }

    .info__wrapper.open {
        border-color: #d7dde0
    }
}

.works-day__info {
    max-width: 20rem
}

.nav-cart__link {
    padding-left: .75rem;
    padding-right: .75rem
}

.nav-cart__text {
    padding-top: .125rem
}

.nav-cart__count {
    height: 1.25rem;
    width: 1.25rem;
    padding-top: .1875rem;
    margin-right: .375rem;
    text-align: center
}

@media (min-width: 1200px) {
    .nav-cart .flyin-content {
        margin-top: 0.75rem
    }
}

.sidebar__wrap {
    overflow: hidden;
    margin-bottom: 1.5rem
}

.sidebar .heading {
    padding: .75rem 1.5rem
}

.sidebar .heading__title {
    font-size: 1.125em
}

.sidebar .heading__icon {
    width: 1.1rem;
    max-height: 1.5rem;
    margin-right: .8rem
}

.sidebar .heading__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(0.6)
}

.sidebar .card-product {
    border: none !important
}

.sidebar .card-product__desctiprion, .sidebar .card-product__additions, .sidebar .card-product__image {
    padding-left: 0;
    padding-right: 0
}

.sidebar .card-product__image {
    padding-top: 0
}

.added__count {
    padding-top: .0625rem
}

@media (min-width: 991px) {
    .mobOpen {
        pointer-events: none
    }
}

@media (min-width: 991px) {
    .mobOpen::before {
        display: none
    }
}

.isempty {
    display: none
}

@media (max-width: 990.98px) {
    .isempty {
        display: none !important
    }
}

@media (max-width: 1439.98px) {
    .footer__grid {
        display: block
    }
}

.footer__grid .footer-logo {
    grid-area: span 1/4/1/1
}

.footer__grid .footer-content {
    grid-area: span 2/span 9/2/14
}

.footer__grid .info-social {
    grid-area: 2/4/1/1
}

.footer__nav li a {
    color: #b9bbbd
}

.footer .info-social .info-block__item {
    line-height: 1.375rem;
    position: relative;
    padding-left: 1.75rem
}

.footer .info-social .info-block__item a {
    text-decoration: none
}

.footer .info-social .info-block__icon {
    position: absolute;
    left: 0;
    top: .35rem
}

.footer .copy {
    color: #b9bbbd;
    line-height: 1.5
}

@media (max-width: 990.98px) {
    .footer .copy {
        width: 100%;
        flex: 1 0 auto;
        margin-bottom: 1.5rem
    }
}

.footer .copy span {
    color: #fff
}

.footer .info-text {
    color: #b9bbbd
}

@media (max-width: 599.98px) {
    .footer .info-text {
        margin-bottom: 1rem
    }
}

.label-list__item {
    min-width: 2.5rem;
    text-align: center
}

@media (max-width: 599.98px) {
    .label-list__item:first-child {
        margin-left: 0 !important
    }
}

@media (min-width: 991px) {
    .subscribe__fields, .subscribe__form {
        flex: 1 0 auto
    }
}

.user-view {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.user-view .main-bd {
    width: 100%
}

@media (max-width: 599.98px) {
    .user-view .header {
        display: none
    }
}

.user-view .header__info {
    top: -4.3125rem
}

.user-view .footer {
    border-top: .0625rem solid #d7dde0;
    margin-top: auto
}

.user-view .footer .copy, .user-view .footer .copy span, .user-view .footer .info-text {
    color: #0a0a0a;
    font-weight: 600
}

.user-view .footer .copy img, .user-view .footer .copy span img, .user-view .footer .info-text img {
    filter: brightness(0)
}

.user-view .footer .label-list__item:first-child img, .user-view .footer .label-list__item:last-child img {
    filter: brightness(0)
}

.user-view .addToCart {
    display: none !important
}

@media (max-width: 990.98px) {
    .user-view .addToCart {
        display: block !important
    }
}

@media (max-width: 599.98px) {
    .user-view .addToCart {
        display: none !important
    }
}

.user-view .card-product .qty-field {
    display: flex !important;
    position: static;
    visibility: visible;
    opacity: 1;
    margin-left: 1rem
}

@media (min-width: 991px) {
    .user-view .card-product .qty-field {
        margin-right: 2.875rem
    }
}

@media (max-width: 990.98px) {
    .user-view .card-product .qty-field {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .user-view .card-product .qty-field {
        margin-left: 0;
        display: flex !important
    }
}

@media (max-width: 599.98px) {
    .user-view .card-product .price {
        margin-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    .user-view .card-product__foot {
        display: block !important
    }
}

@media (max-width: 767.98px) {
    .user-view .card-product__foot .price-calc {
        flex-direction: row !important
    }
}

.user-view .sidebar {
    min-width: 17.3125rem
}

@media (max-width: 767.98px) {
    .user-view .sidebar {
        background-color: #f4f4f7;
        border-radius: .625rem .625rem 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 0 2rem;
        z-index: 5
    }
}

@media (max-width: 599.98px) {
    .user-view .sidebar {
        border-radius: 2rem 2rem 0 0 !important
    }
}

@media (max-width: 599.98px) {
    .user-view .sidebar > div {
        border-radius: 2rem 2rem 0 0 !important
    }
}

@media (max-width: 599.98px) {
    .user-view .sidebar .position-relative {
        position: static !important
    }
}

.user-view .sidebar .flyin-content {
    max-width: 21rem;
    padding: 1.5rem;
    margin-top: 0.75rem !important
}

@media (max-width: 599.98px) {
    .user-view .sidebar .flyin-content {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: translate(0) !important;
        height: 100%;
        width: 100%;
        max-width: unset;
        border: none !important;
        background-color: #f4f4f7 !important
    }
}

@media (max-width: 599.98px) {
    .user-view .sidebar .flyin-content--corner::before, .user-view .sidebar .flyin-content--corner::after {
        display: none
    }
}

.user-view .cart-view {
    padding-bottom: 4.5rem
}

@media (min-width: 991px) {
    .user-view .cart-view .btn__remove {
        display: block !important;
        left: auto !important;
        right: 0;
        margin-top: 0.125rem;
        top: 50% !important
    }
}

@media (max-width: 990.98px) {
    .user-view .cart-view .btn__remove {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .user-view .cart-view .btn__remove {
        top: auto !important;
        bottom: -1rem !important;
        left: auto !important;
        transform: none !important;
        right: 0;
        display: block !important
    }
}

@media (max-width: 599.98px) {
    .user-view .cart-view .btn__remove {
        bottom: 0
    }
}

.user-view .backStep {
    display: none
}

.logo {
    max-width: 10rem;
    height: 1.875rem;
    display: inline-block
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.lang a {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: 600;
    font-size: .75em
}

.dropdown-list__btn {
    background-image: url("../img/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    display: inline-block
}

.dropdown-list__btn {
    margin-top: .125rem;
    display: inline-block;
    width: .875rem;
    min-width: .875rem;
    height: .5rem
}

.btn[style*="display: none"] {
    display: none !important
}

.btn-md {
    padding: .5rem 1rem
}

.btn__icon {
    position: relative;
    padding: .5625rem 1rem .5625rem 2.5rem
}

.btn__icon .icon {
    width: .875rem;
    height: .625rem;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%)
}

.btn__icon .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
    position: absolute
}

.btn__arrow {
    background-color: #fff;
    border-color: #606970;
    position: absolute;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    z-index: 9;
    overflow: hidden
}

@media (max-width: 990.98px) {
    .btn__arrow {
        width: 2.125rem;
        height: 2.125rem
    }
}

.btn__arrow--left::before, .btn__arrow--right::before {
    background: url("../img/icons/arrow.svg") no-repeat;
    content: "";
    position: absolute;
    width: 1.0625rem;
    height: .5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.btn__arrow--left {
    background-color: #f9f9fc;
    border-color: #f9f9fc;
    left: 0
}

.btn__arrow--left::before {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(180deg)
}

@media (max-width: 990.98px) {
    .btn__arrow--left::before {
        background-position: right center
    }
}

.btn__arrow--right {
    right: 0
}

@media (max-width: 990.98px) {
    .btn__arrow--right::before {
        background-position: right center
    }
}

.btn-orange {
    background-color: #312782;
    color: #fff
}

.btn-orange:hover {
    background-color: #f5f4ff;
    color: #312782;
    border: .0625rem solid #312782
}

.btn-orange:hover svg {
    fill: #312782
}

.btn-orange:hover svg path {
    fill: #312782
}

.btn-orange::before {
    color: #312782;
    fill: #312782
}

.btn-yellow {
    color: #fff
}

.btn-yellow:hover {
    color: #fff
}

.btn-yellow-light {
    background-color: #fdf4dc;
    color: #fbbe06;
    border-color: #fbbe06
}

.btn-green {
    color: #fff
}

.btn-green:hover {
    color: #fff
}

.btn-green-light {
    background-color: #e1f5c5;
    color: #538f00;
    border-color: #538f00
}

.btn-green-light:hover {
    background-color: #e1f5c5;
    color: #212529;
    border-color: #212529;
}

.btn-warning img {
    filter: brightness(0) invert(1)
}

.btn-warning:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a
}

.btn-warning--hover {
    background-color: #f5f4ff;
    color: #312782
}

.btn-warning--hover:hover, .btn-warning--hover:focus {
    color: #fff
}

.btn-danger--hover {
    background-color: #f8e9e9;
    color: #e21339
}

.btn-danger--hover:hover, .btn-danger--hover:focus {
    color: #fff
}

@media (max-width: 599.98px) {
    .btn__show-more {
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }
}

.btn__remove {
    background-image: url("/assets/img/icons/xmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    min-width: 2.125rem;
    cursor: pointer
}

@media (max-width: 990.98px) {
    .btn-mobile {
        order: 4;
        padding: .375rem .75rem;
        z-index: 12
    }
}

.btn-toggle {
    position: relative;
    cursor: pointer
}

.btn-toggle::before {
    background-image: url("/assets/img/icons/arrow-down.svg");
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .875rem;
    height: .5rem;
    transform: rotate(-180deg);
    transition: transform .3s
}

.btn-toggle.close::before {
    transform: rotate(0)
}

.btn-md-text {
    display: inline-block;
    background-color: #f5f4ff;
    border: 0.0625rem solid #312782;
    border-radius: .625rem;
    padding: 0.78125rem 1.5rem;
    margin-top: -0.625rem;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .1)
}

@media (max-width: 599.98px) {
    .btn-md-text {
        margin-top: 0.25rem
    }
}

.bg-orange {
    background-color: #312782;
    color: #fff
}

.bg-orange a {
    color: #fff
}

.bg-primary-light {
    background-color: #f9fbff
}

.bg-dark-light {
    background-color: #3e4041;
    color: #fff
}

.bg-dark-light a {
    color: #fff
}

.bg-gray-dark {
    background-color: #5d6263;
    color: #fff
}

.bg-gray-dark a {
    color: #fff
}

.bg-gr-light {
    background: linear-gradient(72.77deg, #EDEEF6 11.72%, #F6F6FA 98.52%)
}

.bg-gr-orange {
    background: linear-gradient(90deg, #312782 2.97%, #8a7df3 98.04%);
    color: #fff
}

.bg-gr-light-l {
    background: linear-gradient(129.07deg, rgba(138, 186, 197, 0.21) 2.5%, rgba(16, 3, 20, 0) 72.4%), linear-gradient(72.77deg, #EDEEF6 11.72%, rgba(237, 238, 246, 0) 98.52%)
}

.flyin-content {
    display: none;
    z-index: 1000;
    padding: 2rem;
    width: 38rem
}

@media (max-width: 599.98px) {
    .flyin-content {
        padding: 1rem .5rem
    }
}

.flyin-content.works-day__info {
    padding: 1.5rem;
    margin-top: 1.5rem !important;
    margin-right: -0.625rem
}

.flyin-content--corner::before, .flyin-content--corner::after {
    position: absolute;
    content: "";
    background-color: #fff
}

.flyin-content--corner::before {
    border: 1px solid #d7dde0;
    border-radius: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    top: -0.25rem;
    right: 1.25rem;
    transform: rotate(45deg);
    z-index: 1
}

.flyin-content--corner::after {
    z-index: 2;
    height: 1.5rem;
    width: 1.75rem;
    top: 0;
    right: 1rem
}

.close-flyin {
    color: #fbbe06
}

.account-nav .flyin-content {
    width: 14rem;
    padding: 1.5rem 1rem;
    margin-top: 0.5rem;
    margin-right: 0.3125rem
}

.account-nav__link.open .account-nav__icon {
    background-color: #312782 !important
}

.account-nav__icon {
    height: 2rem;
    width: 2rem;
    text-align: center;
    padding-top: .25rem;
    margin-right: .375rem
}

.nav-main-link {
    font-size: .875em;
    line-height: 1rem
}

.nav__list {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    width: 17.3125rem;
    padding: 1.25rem
}

@media (max-width: 990.98px) {
    .nav__list {
        right: 0;
        left: auto !important
    }
}

@media (max-width: 767.98px) {
    .nav.navCatMobOpen {
        display: block !important;
        position: static !important
    }
}

@media (max-width: 767.98px) {
    .nav.navCatMobOpen .nav-main-link {
        display: none
    }
}

@media (max-width: 599.98px) {
    .nav.navCatMobOpen .flyin-content {
        display: block;
        z-index: 11;
        top: 4.5rem !important;
        left: 0 !important;
        right: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: none !important
    }
}

@media (max-width: 599.98px) {
    .links-nav__item {
        padding-left: 1rem;
        padding-right: 1rem;
        position: static !important
    }
}

.links-nav__item.hasSubMenu > .links-nav__link {
    position: relative
}

.links-nav__item.hasSubMenu > .links-nav__link::before {
    background-image: url("../img/icons/arrow-r.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: .875rem;
    position: absolute;
    content: "";
    right: 0;
    top: .5rem;
    height: 1rem
}

.links-nav__sub {
    position: absolute;
    display: none;
    left: 110%;
    top: -1.325rem;
    width: 17.3125rem
}

@media (max-width: 599.98px) {
    .links-nav__sub {
        transition: transform .3s;
        display: block;
        height: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.links-nav__sub::before {
    content: "";
    position: absolute;
    width: 2rem;
    top: 0;
    bottom: 0;
    left: -1.75rem
}

@media (max-width: 599.98px) {
    .links-nav__sub .title {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width: 599.98px) {
    .links-nav__sub.sub-open {
        transform: translateX(-110%);
        width: 100%;
        z-index: 1;
        border: none !important;
        top: 0
    }
}

@media (min-width: 600px) {
    .links-nav__item:hover .links-nav__sub {
        display: block !important
    }
}

.nav-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 6.875rem;
    padding: 4.5rem 1rem 1rem;
    z-index: 10;
    display: none
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .nav-mobile {
        top: 4.5rem
    }
}

.search {
    min-width: 15.4375rem;
    min-height: 2.5rem;
    margin-top: -0.0625rem
}

@media (max-width: 1439.98px) {
    .search {
        width: auto;
        flex: 1 0 auto
    }
}

@media (max-width: 990.98px) {
    .search {
        flex: auto;
        min-width: unset;
        width: 10.625rem
    }
}

@media (max-width: 767.98px) {
    .search {
        order: 1;
        width: auto;
        min-width: 2.5rem
    }
}

.search .btn {
    padding-right: 0
}

@media (max-width: 990.98px) {
    .search .btn {
        padding-right: .75rem
    }
}

.search .form-control {
    font-size: .875em;
    font-weight: 600;
    margin-right: 2rem
}

@media (max-width: 767.98px) {
    .search .form-control {
        display: none
    }
}

@media (max-width: 767.98px) {
    .search .search-mobile-action {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 3
    }
}

@media (max-width: 767.98px) {
    .search .search-mobile-action svg {
        display: none
    }
}

.search__clear {
    transform-origin: top;
    transform: scale(0) translateY(-50%);
    transition: transform .3s;
    position: absolute;
    right: 1rem;
    top: 50%
}

.search__wrap {
    position: relative
}

.search__wrap.inFocus {
    width: 99%;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff
}

@media (max-width: 1439.98px) {
    .search__wrap.inFocus {
        width: 100%
    }
}

@media (max-width: 599.98px) {
    .search__wrap.inFocus {
        top: 1rem;
        width: auto;
        left: 1rem;
        right: 1rem;
        z-index: 11;
        background-color: transparent
    }
}

@media (max-width: 599.98px) {
    .search__wrap.inFocus > .input-group {
        top: 4rem
    }
}

@media (max-width: 990.98px) {
    .search__wrap.inFocus .search-mobile-action {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .search__wrap.inFocus .search-mobile-action {
        border-radius: 50rem;
        padding: 0.375rem 0.625rem;
        border: 1px solid #dee2e6;
        display: block !important;
        width: 2.75rem;
        top: -0.0625rem;
        height: 2.5rem;
        right: 3rem;
        left: auto;
        display: flex !important;
        justify-content: center;
        align-items: center
    }

    .search__wrap.inFocus .search-mobile-action::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: ""
    }

    .search__wrap.inFocus .search-mobile-action svg {
        display: block
    }
}

@media (max-width: 990.98px) {
    .search__wrap.inFocus .form-control {
        display: block !important
    }
}

.search__wrap.inFocus .search__clear {
    transform: scale(1) translateY(-50%)
}

.slider .slick-list {
    height: 100% !important
}

.slider .slick-list .slick-track {
    height: 100% !important
}

.slider__item {
    position: relative;
    height: 100%;
    overflow: hidden
}

.slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important
}

.slider .slick-dots li {
    position: relative;
    width: 1.125em;
    height: 1.125em;
    margin-right: .25rem
}

.slider .slick-dots li::before {
    background-color: #d7dde0;
    content: "";
    text-indent: 50rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    width: .5em;
    height: .5em;
    pointer-events: none
}

.slider .slick-dots li.slick-active::before {
    background-color: #fabe06;
    width: .75em;
    height: .75em;
    border-radius: 0;
    transform: translate(-50%, -50%) rotate(45deg)
}

.slider .slick-dots li button {
    text-indent: -50rem;
    border: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: transparent
}

.slider-cart {
    margin-left: -0.625rem
}

.slider-cart .slick-list {
    padding: 1rem .625rem 2rem;
    margin-left: -0.625rem;
    margin-right: -1.25rem
}

.slider-cart .slick-list::before, .slider-cart .slick-list::after {
    background: #fff;
    background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    width: 1rem;
    height: 100%;
    z-index: 1
}

.slider-cart .slick-list::before {
    left: 0
}

.slider-cart .slick-list::after {
    transform: rotate(180deg);
    right: 0
}

.slider-cart .slick-track {
    display: flex;
    align-items: stretch;
    height: auto !important
}

.slider-cart .slick-slide {
    margin: 0 .625rem;
    flex: 1;
    float: none;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between
}

.slider-cart .slick-dots {
    font-size: .5em;
    position: absolute;
    top: -2rem;
    right: 0
}

.slider--arrow-t-r .btn__arrow {
    position: absolute;
    top: -0.7rem
}

@media (max-width: 767.98px) {
    .slider--arrow-t-r .btn__arrow {
        top: -1rem
    }
}

@media (max-width: 599.98px) {
    .slider--arrow-t-r .btn__arrow {
        top: -2.5rem
    }
}

.slider--arrow-t-r .btn__arrow--left {
    right: 4.75rem;
    left: auto
}

.slider--arrow-t-r .btn__arrow--right {
    right: 1.75rem
}

@media (max-width: 767.98px) {
    #mainSlider .btn {
        font-size: .75em !important
    }
}

#mainSlider .btn__arrow--left {
    left: 1.5rem
}

@media (max-width: 990.98px) {
    #mainSlider .btn__arrow--left {
        left: .5rem
    }
}

@media (max-width: 599.98px) {
    #mainSlider .btn__arrow--left {
        left: auto;
        right: 2.75rem;
        bottom: 0;
        top: auto;
        transform: none
    }
}


#mainSlider .btn__arrow--right {
    right: 1.5rem
}

@media (max-width: 990.98px) {
    #mainSlider .btn__arrow--right {
        right: .5rem
    }
}

@media (max-width: 599.98px) {
    #mainSlider .btn__arrow--right {
        right: 0;
        bottom: 0;
        top: auto;
        transform: none
    }
}

#mainSlider .slick-list {
    border-radius: 3.125rem
}

@media (max-width: 990.98px) {
    #mainSlider .slick-list {
        border-radius: .625rem
    }
}

#mainSlider .slider__item {
    overflow: hidden
}

@media (max-width: 599.98px) {
    #mainSlider .slider__item {
        padding-bottom: 3rem
    }
}

@media (max-width: 599.98px) {
    #mainSlider .slider__image {
        border-radius: .625rem
    }
}

#mainSlider .slider__description {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65%;
    padding: 5rem 4rem;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

@media (max-width: 1439.98px) {
    #mainSlider .slider__description {
        padding-left: 6rem
    }
}

@media (max-width: 990.98px) {
    #mainSlider .slider__description {
        padding: 2rem 3rem;
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    #mainSlider .slider__description {
        padding: .875rem 3rem 3rem;
        max-width: 70%
    }
}

@media (max-width: 599.98px) {
    #mainSlider .slider__description {
        padding: .875rem .875rem 3rem
    }
}

@media (max-width: 599.98px) {
    #mainSlider .slider__description .btn {
        bottom: 0;
        left: 0;
        position: absolute
    }
}

#mainSlider .slider__title {
    line-height: 3.375rem;
    margin-bottom: 0
}

@media (max-width: 1439.98px) {
    #mainSlider .slider__title {
        line-height: initial
    }
}

@media (max-width: 990.98px) {
    #mainSlider .slider__title {
        margin-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    #mainSlider .slider__title {
        font-size: 1em
    }
}

#mainSlider .slider__text {
    font-size: 1.125em
}

@media (max-width: 1439.98px) {
    #mainSlider .slider__text {
        font-size: 1em
    }
}

@media (max-width: 990.98px) {
    #mainSlider .slider__text {
        margin-bottom: 1.5rem
    }
}

@media (max-width: 767.98px) {
    #mainSlider .slider__text {
        font-size: .75em;
        margin-bottom: .5rem
    }
}

#mainSlider .slider__badge {
    position: absolute;
    z-index: 10;
    top: 20%;
    right: -30%
}

@media (max-width: 1439.98px) {
    #mainSlider .slider__badge {
        right: -50%
    }
}

@media (max-width: 767.98px) {
    #mainSlider .slider__badge {
        font-size: .8em !important;
        right: -40%
    }
}

#mainSlider .slick-dots {
    position: absolute;
    left: 4rem;
    bottom: 2rem
}

@media (max-width: 1439.98px) {
    #mainSlider .slick-dots {
        left: 6rem
    }
}

@media (max-width: 990.98px) {
    #mainSlider .slick-dots {
        display: none !important
    }
}

.simple-list__image {
    margin-bottom: .8125rem
}

.simple-list__image--portrait {
    width: 7.8125rem;
    height: 10rem
}

.simple-list .slick-track {
    display: flex;
    align-items: center
}

.simple-list__item {
    float: none;
    height: inherit
}

#sliderWithNav .slick-slider .slick-list, #sliderWithNav .slick-slider .slick-track {
    height: 100%
}

#sliderWithNav .slider-for {
    border: none
}

#sliderWithNav .slider-for .badge--new {
    right: unset
}

#sliderWithNav .slider-for .card-product__image img {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 990.98px) {
    #sliderWithNav .slider-nav__item {
        max-width: 5.125rem;
        height: 5.125rem;
        margin-right: 0
    }
}

@media (max-width: 767.98px) {
    #sliderWithNav .slider-nav__item {
        margin-right: .8rem
    }
}

#sliderWithNav .slider-nav__item.slick-current > div {
    border-color: #fbbe06 !important
}

@media (max-width: 990.98px) {
    #sliderWithNav .slider-wrap {
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    #sliderWithNav .slider-wrap {
        order: 2 !important
    }
}

#innerSlider .slider .slick-list {
    height: unset !important
}

#innerSlider .slider .slick-list::after {
    content: "";
    display: block;
    height: 1.25rem
}

#innerSlider .slider .slick-track, #innerSlider .slider__item {
    height: unset !important
}

#innerSlider .slider__image {
    width: 50%;
    z-index: 2;
    position: relative
}

@media (max-width: 990.98px) {
    #innerSlider .slider__image {
        width: 45%
    }
}

#innerSlider .slider__image img.image {
    margin-bottom: 2rem
}

@media (max-width: 990.98px) {
    #innerSlider .slider__image img.image {
        border-radius: .625rem !important
    }
}

#innerSlider .slider__description {
    position: absolute;
    width: 100%;
    min-height: 90%;
    z-index: 1;
    padding: 5em
}

@media (max-width: 1439.98px) {
    #innerSlider .slider__description {
        padding: 2.75em 5em;
        letter-spacing: -0.0625rem
    }
}

@media (max-width: 990.98px) {
    #innerSlider .slider__description {
        border-radius: .625rem !important;
        padding: 1.75em 4em
    }
}

@media (max-width: 767.98px) {
    #innerSlider .slider__description {
        padding: 1.75em 3em
    }
}

@media (max-width: 599.98px) {
    #innerSlider .slider__description {
        min-height: 100%;
        font-size: .65em;
        padding: 1em 4em
    }
}

#innerSlider .slider__title {
    margin-bottom: 1em
}

@media (max-width: 990.98px) {
    #innerSlider .slider__title {
        margin-bottom: 0.5rem;
        font-size: 1.875rem !important
    }
}

@media (max-width: 767.98px) {
    #innerSlider .slider__title {
        font-size: 1.375rem !important
    }
}

@media (max-width: 599.98px) {
    #innerSlider .slider__title {
        font-size: 0.9375rem !important
    }
}

#innerSlider .slider__text {
    font-size: 1.125em
}

@media (max-width: 990.98px) {
    #innerSlider .slider__text {
        font-size: 1.125rem !important
    }
}

@media (max-width: 767.98px) {
    #innerSlider .slider__text {
        font-size: 0.875rem !important
    }
}

@media (max-width: 599.98px) {
    #innerSlider .slider__text {
        font-size: 0.5rem !important
    }
}

#innerSlider .price-from, #innerSlider .brend {
    position: absolute
}

#innerSlider .price-from {
    top: 30%;
    padding: 1.375em;
    text-align: center;
    font-size: 1.125em
}

@media (max-width: 990.98px) {
    #innerSlider .price-from {
        font-size: .725em
    }
}

@media (max-width: 767.98px) {
    #innerSlider .price-from {
        top: 45%;
        font-size: .5em
    }
}

#innerSlider .price-from::before {
    content: "";
    background-color: #312782;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: auto 1/1;
    border-radius: 50%;
    z-index: 1
}

#innerSlider .price-from__price {
    text-transform: uppercase;
    font-size: .875em;
    position: relative;
    z-index: 2
}

#innerSlider .price-from__price strong {
    font-size: 2.375em;
    line-height: 1;
    vertical-align: middle
}

#innerSlider .price-from__text {
    position: relative;
    z-index: 2
}

#innerSlider .brend {
    width: 8.31rem;
    padding: .5rem 1.125rem;
    right: 1.75rem;
    top: 2rem
}

@media (max-width: 767.98px) {
    #innerSlider .brend {
        top: 1rem;
        width: 5.8125rem;
        padding: .5rem .75rem
    }
}

@media (max-width: 599.98px) {
    #innerSlider .brend {
        top: 1rem;
        width: unset;
        right: 0.5rem;
        padding: 0.3125rem 0.5rem
    }
}

@media (max-width: 599.98px) {
    #innerSlider .brend img {
        width: 2.1875rem
    }
}

#innerSlider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 4rem
}

@media (max-width: 767.98px) {
    #innerSlider .slick-dots {
        left: 0
    }
}

@media (max-width: 767.98px) {
    #innerSlider .btn__arrow {
        width: 1.5rem;
        height: 1.5rem
    }

    #innerSlider .btn__arrow::before {
        background-size: 60%;
        background-position: center center
    }
}

#innerSlider .btn__arrow--left {
    left: -4rem
}

@media (max-width: 1439.98px) {
    #innerSlider .btn__arrow--left {
        left: 1rem
    }
}

@media (max-width: 599.98px) {
    #innerSlider .btn__arrow--left {
        left: .5rem
    }
}

#innerSlider .btn__arrow--right {
    right: -4rem
}

@media (max-width: 1439.98px) {
    #innerSlider .btn__arrow--right {
        right: 1rem
    }
}

@media (max-width: 990.98px) {
    #innerSlider .btn__arrow--right {
        right: .5rem
    }
}

.sliderImages .slick-track {
    display: flex
}

.sliderImages .slick-slide {
    max-height: 17.75rem;
    height: auto;
    overflow: hidden;
    border-radius: .625rem
}

.links-nav__list {
    margin-bottom: 0
}

.links-nav__item {
    position: relative
}

@media (min-width: 768px) {
    .links-nav__item:hover::before {
        background-color: #f9f9fc;
        content: "";
        left: -1.25rem;
        right: -1.25rem;
        position: absolute;
        top: 0;
        bottom: 0
    }
}

.links-nav__item.no-hover:hover::before {
    display: none
}

.links-nav__item:first-child .links-nav__icon {
    top: .25rem
}

.links-nav__link {
    position: relative;
    display: block;
    padding: .5rem 0 .5rem 1.875rem
}

.links-nav__icon {
    position: absolute;
    left: 0;
    top: .5rem
}

.link-arrow {
    background-image: url("../img/icons/arrow-r-primary.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: .875rem
}

.link-arrow--r {
    background-image: url("../img/icons/arrow-r.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: .875rem
}

.wishlist-link.in-wishlist {
    position: relative
}

.wishlist-link.in-wishlist::before {
    background-image: url("../img/icons/heart-red.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.125rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.separator {
    background-color: #ecedf2;
    height: .0625rem;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.separator--y {
    color: #d7dde0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 1px
}

.badge {
    background-image: url("../img/icons/badge.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: relative;
    padding: .5em 1.3em .5em .5em;
    color: #fff
}

.badge--orange {
    background-image: url("../img/icons/badge-orange.svg")
}

.badge--new {
    background-image: none;
    background-color: #312782;
    border-radius: 0 .375rem .375rem 0;
    padding: .5em .75em .4em;
    text-transform: uppercase
}

.card-product {
    border: .125rem solid #fff
}

.card-product:hover {
    border-color: #fbbe06
}

.card-product__image, .card-product__desctiprion, .card-product__foot, .card-product__additions {
    padding-left: 1.375rem;
    padding-right: 1.375rem
}

@media (max-width: 599.98px) {
    .card-product__image, .card-product__desctiprion, .card-product__foot, .card-product__additions {
        padding-left: .875rem;
        padding-right: .875rem
    }
}

.card-product__image {
    padding-top: 1.375rem;
    position: relative;
    margin-bottom: 1.25rem
}

@media (max-width: 599.98px) {
    .card-product__image {
        padding: 0
    }
}

.card-product__image .badge {
    position: absolute;
    top: .3rem;
    right: 0
}

.card-product__image .badge--new {
    right: auto;
    left: 0;
    top: 1.25rem
}

.card-product__foot {
    padding-bottom: 1.25rem
}

@media (max-width: 599.98px) {
    .card-product__foot > .d-flex:not(.price-calc) {
        flex-direction: column;
        align-items: flex-start !important
    }
}

.card-product__foot .btn:hover {
    background-color: #312782;
    border-color: #312782 !important
}

.card-product__foot .btn:hover img {
    filter: brightness(3)
}

.card-product__foot .qty-field {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.card-product__foot .qty-field--show {
    position: static;
    opacity: 1;
    visibility: visible
}

@media (max-width: 599.98px) {
    .card-product__additions {
        flex-wrap: wrap;
        max-width: 6.25rem
    }
}

@media (max-width: 599.98px) {
    .card-product__additions .brend {
        flex: 1 0 100%;
        margin-bottom: 1rem;
        max-width: 4.625rem;
        padding: 0 .5rem !important
    }
}

.card-product__title {
    line-height: 1.375rem;
    height: 4rem;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .card-product__title {
        height: inherit
    }
}

.card-product .price-calc {
    margin-bottom: .25rem
}

.card-product .price {
    font-size: 1.125em
}

.card-product .price span {
    font-size: .777em
}

@media (max-width: 599.98px) {
    .card-product .btn {
        margin-top: .25rem;
        width: 100%;
        height: 2.8rem
    }
}

@media (max-width: 599.98px) {
    .card-product .btn img {
        object-fit: contain
    }
}

.catalog-items .card-product {
    display: flex;
    flex-direction: column
}

.catalog-items .card-product__foot {
    margin-top: auto
}

.blog-list__image {
    min-width: 6.25rem;
    height: 6.25rem
}

@media (max-width: 599.98px) {
    .blog-list__image {
        min-width: 4.6875rem;
        height: 4.6875rem
    }
}

@media (max-width: 599.98px) {
    .blog__header {
        align-items: flex-start !important;
        flex-direction: column
    }
}

@media (max-width: 599.98px) {
    .blog__item:first-child img {
        aspect-ratio: 4/3
    }
}

@media (max-width: 599.98px) {
    .blog__item img {
        aspect-ratio: 4/3
    }
}

@media (min-width: 1200px) {
    .blog .btn__arrow--left {
        left: -2.25rem
    }
}

@media (max-width: 599.98px) {
    .blog .btn__arrow--left {
        left: 0.5rem
    }
}

@media (min-width: 1200px) {
    .blog .btn__arrow--right {
        right: -2.25rem
    }
}

@media (max-width: 599.98px) {
    .blog .btn__arrow--right {
        right: 0.5rem
    }
}

.blog-inner h1, .blog-inner h2, .blog-inner h3, .blog-inner h4, .blog-inner h5 {
    font-weight: bold
}

.blog-inner h5 {
    font-size: 1.125rem
}

.blog-inner #innerSlider .slick-track {
    display: flex
}

.blog-inner #innerSlider .slider__item, .blog-inner #innerSlider .slider .slick-list {
    height: inherit !important
}

.blog-inner #innerSlider .slick-dots {
    bottom: -0.625rem;
    left: 0
}

.blog-inner #innerSlider .slider__item {
    border-radius: .625rem;
    border: 1px solid #d7dde0
}

@media (max-width: 767.98px) {
    .blog-inner #innerSlider .btn__arrow {
        width: 2.125rem;
        height: 2.125rem
    }
}

@media (max-width: 599.98px) {
    .blog-inner #innerSlider .btn__arrow {
        width: 2rem;
        height: 1.875rem
    }
}

@media (max-width: 767.98px) {
    .blog-inner #innerSlider .btn__arrow::before {
        background-size: 90%
    }
}

.blog-inner #innerSlider .btn__arrow--right {
    right: -3.125rem
}

@media (max-width: 599.98px) {
    .blog-inner #innerSlider .btn__arrow--right {
        right: 0.5rem
    }
}

.blog-inner #innerSlider .btn__arrow--left {
    left: -3.125rem
}

@media (max-width: 599.98px) {
    .blog-inner #innerSlider .btn__arrow--left {
        left: 0.5rem
    }
}

.showroom {
    grid-template-columns:auto;
    grid-template-areas:"title images texts openinghours adress btn"
}

@media (max-width: 1439.98px) {
    .showroom {
        grid-row-gap: .0625rem;
        grid-template-areas:"title images texts btn" "adress images openinghours btn"
    }
}

@media (max-width: 767.98px) {
    .showroom {
        grid-template-areas:"title images" "adress images" "texts images" "openinghours images" "btn images"
    }
}

@media (max-width: 599.98px) {
    .showroom {
        grid-template-areas:"images" "title" "adress" "texts" "openinghours" "btn"
    }
}

.showroom__title {
    grid-area: title
}

@media (max-width: 767.98px) {
    .showroom__title {
        font-weight: bold
    }
}

.showroom__images-list {
    grid-area: images;
    position: relative;
    width: 13.4375rem;
    height: 4rem
}

@media (max-width: 599.98px) {
    .showroom__images-list {
        height: 7rem
    }
}

.showroom__images-list img {
    position: absolute;
    height: 5rem;
    width: 5rem
}

.showroom__images-list img:first-child {
    top: -0.2rem;
    left: 0
}

.showroom__images-list img:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    top: .5rem;
    left: 0;
    right: 0;
    z-index: 1
}

.showroom__images-list img:last-child {
    right: 0
}

.showroom__text {
    grid-area: texts
}

@media (max-width: 599.98px) {
    .showroom__text {
        margin-bottom: .625rem
    }
}

.showroom__opening-hours {
    grid-area: openinghours
}

@media (max-width: 1439.98px) {
    .showroom__opening-hours {
        display: flex;
        flex-wrap: nowrap
    }
}

@media (max-width: 990.98px) {
    .showroom__opening-hours {
        margin-bottom: 1rem
    }
}

@media (max-width: 599.98px) {
    .showroom__opening-hours {
        flex-direction: column
    }
}

.showroom__opening-hours__item {
    font-size: .875em
}

.showroom__opening-hours__item > span {
    margin-right: .25rem;
    font-size: 1.125em
}

.showroom__opening-hours__item:first-child {
    margin-right: .75rem
}

@media (max-width: 599.98px) {
    .showroom__opening-hours__item:first-child {
        margin-right: 0;
        margin-bottom: .625rem
    }
}

.showroom__adress {
    grid-area: adress;
    max-width: 6rem;
    line-height: 1.5
}

@media (max-width: 1439.98px) {
    .showroom__adress {
        max-width: inherit
    }
}

@media (max-width: 990.98px) {
    .showroom__adress {
        margin-bottom: 1rem
    }
}

.showroom .btn {
    grid-area: btn
}

@media (max-width: 767.98px) {
    .showroom .btn {
        max-width: 8rem
    }
}

@media (max-width: 767.98px) {
    .subscribe {
        flex-direction: column
    }
}

.subscribe__fields .input-group {
    background-color: #fff
}

.subscribe__fields .input-group-text, .subscribe__fields .form-control {
    background-color: transparent;
    border: none
}

.subscribe__fields .form-control {
    font-size: .75em;
    padding-top: .7em;
    padding-bottom: .7em
}

.subscribe__note {
    color: #b9bbbd
}

@media (max-width: 599.98px) {
    .subscribe__note {
        line-height: 1.2
    }
}

@media (max-width: 599.98px) {
    .subscribe__form .d-flex {
        flex-direction: column
    }
}

@media (max-width: 599.98px) {
    .subscribe__form .btn {
        margin-top: 1rem;
        margin-left: 0 !important
    }
}

@media (max-width: 599.98px) {
    .list-block__heading h2 {
        font-size: 1.25em !important
    }
}

.checkbox-custom {
    user-select: none;
    padding-left: 2rem;
    margin-bottom: .5rem;
    position: relative;
    cursor: pointer
}

.checkbox-custom__field {
    display: inline-block;
    border: 1px solid #d7dde0;
    border-radius: .25rem;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0
}

.checkbox-custom__field svg {
    position: relative;
    top: -0.25rem;
    transform: scale(0);
    transition: transform .4s
}

.checkbox-custom__input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none
}

.checkbox-custom__input:checked + .checkbox-custom__field {
    background-color: #312782;
    border-color: #312782;
    transition: all .2s
}

.checkbox-custom__input:checked + .checkbox-custom__field svg {
    transform: scale(1)
}

.checkbox-custom__text {
    padding-top: .125rem
}

.form-select {
    min-width: 4.25rem
}

.form-control-lg, .form-select-lg {
    min-height: calc(1.5em + 2.063rem + 2px);
    font-size: .875rem
}

input.form-control:focus {
    box-shadow: none
}

textarea.form-control {
    padding: 1.25rem;
    min-height: 8.5rem;
    resize: vertical
}

.modal-view {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-120%);
    z-index: 10;
    transition: transform .3s
}

.modal-view--open {
    transform: translateY(0)
}

@media (max-width: 767.98px) {
    .modal-view {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 599.98px) {
    .modal-view {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.modal-view__wrap {
    max-width: 38rem;
    padding: 2rem 2.5rem
}

@media (max-width: 767.98px) {
    .modal-view__wrap {
        width: 100%
    }
}

@media (max-width: 599.98px) {
    .modal-view__wrap {
        padding: 1.5rem 1rem
    }
}

@media (max-width: 599.98px) {
    .modal-view .mini-cart__content-row {
        grid-template-areas:"image image" "title title" "price qty"
    }
}

@media (max-width: 599.98px) {
    .modal-view .mini-cart__content-row .image, .modal-view .mini-cart__content-row .title {
        margin-right: 0
    }
}

.modal-view .mini-cart__content-row .btn__remove {
    border-color: rgba(0, 0, 0, .03) !important
}

@media (max-width: 599.98px) {
    .modal-view .mini-cart__content-row .btn__remove {
        top: auto !important;
        bottom: .25rem;
        transform: translate(0) !important
    }
}

.modal-view .recently-viewed {
    padding-right: 3.125rem;
    padding-top: 0;
    margin-top: 2rem
}

.modal-view .recently-viewed .slick-list {
    height: 6.25rem
}

.modal-view .recently-viewed .btn__arrow--left {
    display: none !important
}

@media (max-width: 599.98px) {
    .modal-view .fs-3 {
        font-size: 1.125rem !important
    }
}

@media (max-width: 990.98px) {
    .added {
        background-color: #f4f4f7;
        box-shadow: 0px -10px 40px rgba(0, 0, 0, .03);
        border-radius: 2rem 2rem 0 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3
    }
}

@media (min-width: 991px) {
    .added .hide-block {
        display: block !important
    }
}

.added__count {
    height: 1.25rem;
    min-width: 1.25rem;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 990.98px) {
    .added__count {
        display: inline-block !important
    }
}

.added.empty .added__count {
    background-color: #b9bbbd !important
}

.added.empty .mobOpen::before {
    display: none
}

.added .mobOpen {
    position: relative;
    padding-right: 1rem
}

.added .mobOpen::before {
    background-image: url("/assets/img/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 0;
    content: "";
    position: absolute;
    right: 0;
    top: .5rem;
    width: 1.125rem;
    height: .5rem
}

@media (max-width: 767.98px) {
    .added .box-shadow {
        box-shadow: none
    }
}

@media (max-width: 767.98px) {
    .added .fs-4 {
        font-size: 1.125rem !important
    }
}

.switcher__check {
    padding: 0
}

.switcher__check .label-list__item:first-child img, .switcher__check .label-list__item:last-child img {
    filter: brightness(0)
}

.switcher__check .label-list__item {
    min-width: unset;
    width: 1.5rem;
    height: 1rem;
    margin: 0 0.0625rem 0 0 !important;
    padding: 0.125rem !important;
    display: flex
}

.switcher__check .label-list__item img {
    width: 100%;
    object-fit: contain
}

.switcher__check input[type=radio]:checked + div {
    background-color: #312782;
    border: none !important;
    color: #fff
}

.switcher__check input[type=radio]:checked + div .label-list__item:first-child img, .switcher__check input[type=radio]:checked + div .label-list__item:last-child img {
    filter: brightness(3)
}

.switcher__title--alert {
    background-image: url("/assets/img/icons/triangle-exclamation.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 1.5rem
}

@media (max-width: 599.98px) {
    .switcher__content {
        padding: 0.75rem
    }
}

@media (max-width: 599.98px) {
    .checkout-view > a.hide {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .checkout-view .label-list {
        flex-wrap: wrap
    }
}

.checkout-view .label-list__item:first-child {
    margin-left: 0 !important
}

@media (max-width: 599.98px) {
    .checkout-view__body {
        flex-wrap: nowrap
    }
}

@media (max-width: 599.98px) {
    .checkout-view__body .bg-secondary-bright {
        background-color: #fff !important;
        padding: 0 !important
    }
}

@media (max-width: 767.98px) {
    .checkout-view .checkoutFirst {
        background-color: #fff;
        transition: transform .5s
    }
}

@media (max-width: 767.98px) {
    .checkout-view .checkoutFirst.hide {
        margin-right: -100%;
        transform: translateX(-110%);
        position: absolute
    }
}

@media (max-width: 767.98px) {
    .checkout-view .checkoutSecond {
        transition: transform .5s;
        transform: translateX(110%)
    }
}

@media (max-width: 767.98px) {
    .checkout-view .checkoutSecond.show {
        transform: translateX(0)
    }
}

#autocomplete_container {
    position: relative
}

.ui-autocomplete {
    background-color: #fff;
    border: .0625rem solid #d7dde0;
    border-radius: .625rem;
    max-height: 18.75rem;
    height: fit-content;
    min-height: min-content;
    left: 0 !important;
    width: 100% !important;
    position: absolute;
    z-index: 9;
    top: 0.25rem !important;
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    list-style: none
}

.ui-autocomplete .ui-menu-item {
    margin-bottom: 1.625rem;
    font-size: .875rem;
    cursor: pointer
}

.ui-autocomplete .ui-menu-item:last-child {
    margin-bottom: 0
}

@media (max-width: 599.98px) {
    .popular-categories .slider--arrow-t-r .btn__arrow {
        top: -2.25rem
    }
}

@media (max-width: 990.98px) {
    .product-item__head {
        padding-bottom: 3rem
    }
}

@media (max-width: 767.98px) {
    .product-item__head {
        padding-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    .product-item .slider-for {
        padding-bottom: 1rem
    }
}

.product-item .slider-for .brend {
    display: inline-block;
    position: absolute;
    left: 1rem;
    bottom: 1.25rem
}

.product-item .slider-for .badge {
    top: .75rem;
    right: .0825rem
}

.product-item .slider-nav {
    height: 100% !important;
    padding-bottom: 1.75rem
}

@media (max-width: 990.98px) {
    .product-item .slider-nav {
        padding-bottom: 0
    }
}

.product-item .slider-nav .slick-list {
    min-height: 100% !important;
    padding: 0 !important
}

.product-item .card-product__image {
    margin-bottom: 0;
    padding: .0625rem
}

.product-item__status {
    padding-right: .75rem;
    margin-right: .75rem
}

@media (min-width: 768px)and (max-width: 990.98px) {
    .product-item__status {
        border-right: none !important
    }
}

.product-item__status img {
    padding-right: .5rem
}

.product-item__add {
    padding: .5rem 1.1rem
}

.product-item__add img {
    margin-right: .25rem
}

@media (max-width: 990.98px) {
    .product-item .separator {
        display: none
    }
}

@media (max-width: 990.98px) {
    .product-item__phone {
        position: absolute;
        bottom: 0;
        left: calc(var(--bs-gutter-x) * .5)
    }
}

@media (max-width: 767.98px) {
    .product-item__phone {
        position: static;
        left: 0
    }
}

@media (max-width: 767.98px) {
    .product-item__nav {
        overflow-y: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex
    }
}

@media (max-width: 767.98px) {
    .product-item__nav .nav li {
        white-space: nowrap
    }
}

.product-item .qty-field__action--plus img {
    filter: none
}

.product-item__sup-price .btn-yellow {
    font-size: 0.75rem;
    height: 1.75rem
}

.product-item__vars {
    gap: 0.625rem;
    margin-bottom: 1.25rem
}

.product-item__vars input[type=radio] {
    opacity: 0;
    position: absolute;
    display: none
}

.product-item__vars input:checked ~ .item-state {
    border-color: #fbbe06;
    background-color: #fffbf7
}

.product-item__vars__item-wrap {
    border: 0.0625rem solid #d7dde0;
    padding: 0.5rem 1rem;
    border-radius: .625rem
}

.info__phone .phone-code {
    color: #606970
}

.grid-view {
    flex-direction: column !important
}

.grid-view > div[class*=col-] {
    width: 100% !important
}

.grid-view .badge {
    font-size: .5em !important;
    left: -1.25rem
}

@media (max-width: 599.98px) {
    .grid-view .badge {
        left: 0
    }
}

.grid-view .badge:not(.badge--new) {
    display: none
}

@media (max-width: 599.98px) {
    .grid-view .brend {
        margin: 0
    }
}

.grid-view .card-product {
    display: grid;
    grid-template-areas:"head desctiprion foot" "head additions foot";
    padding: 1.25rem;
    align-items: center;
    justify-content: stretch;
    grid-template-columns:7.25rem auto auto
}

@media (max-width: 599.98px) {
    .grid-view .card-product {
        grid-template-columns:7.25rem auto;
        padding: 0;
        grid-template-areas:"head desctiprion" "head additions" "head foot";
        box-shadow: none
    }
}

.grid-view .card-product__image, .grid-view .card-product__desctiprion, .grid-view .card-product__foot, .grid-view .card-product__additions {
    padding: 0;
    margin: 0
}

.grid-view .card-product__head {
    grid-area: head;
    margin-right: 1.125rem
}

@media (max-width: 599.98px) {
    .grid-view .card-product__head {
        margin-right: 0.5rem
    }
}

.grid-view .card-product__additions {
    grid-area: additions;
    justify-content: flex-start !important;
    gap: .5rem
}

.grid-view .card-product__desctiprion {
    grid-area: desctiprion
}

.grid-view .card-product__title {
    height: auto;
    justify-self: start
}

.grid-view .card-product__foot {
    grid-area: foot;
    display: flex;
    gap: .5rem;
    justify-self: end
}

@media (max-width: 599.98px) {
    .grid-view .card-product__foot {
        width: 100%;
        justify-self: start;
        flex-direction: column
    }
}

.grid-view .card-product__foot .price-calc {
    flex-direction: column
}

@media (max-width: 599.98px) {
    .grid-view .card-product__foot .price-calc {
        margin-top: 0 !important;
        align-items: flex-start !important
    }
}

.grid-view .card-product__foot .btn {
    margin-left: 1rem
}

@media (max-width: 599.98px) {
    .grid-view .card-product__foot .btn {
        min-width: 1.5rem;
        margin-left: 0
    }
}

.items-list-block .slider__item {
    overflow: visible !important
}

.items-list-block .card-product .btn__remove {
    display: none
}

@media (max-width: 599.98px) {
    .items-list-block .card-product .btn__remove {
        transform: translate(0, -50%) !important
    }
}

.items-list-block .card-product:hover .btn__remove {
    display: block
}

.short-list .card-product__image {
    padding: 0 .875rem 0;
    margin-bottom: 1rem
}

@media (max-width: 990.98px) {
    .small-list {
        margin-right: 1rem
    }
}

.small-list__image {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem
}

.qty-field .form-control {
    width: 2.125rem;
    height: 100%;
    padding: 0;
    text-align: center;
    margin-left: .25rem;
    margin-right: .25rem;
    min-height: 2.125rem
}

.qty-field__action {
    width: 2.125rem;
    height: 100%;
    text-align: center;
    line-height: 2.125;
    cursor: pointer;
    user-select: none
}

.qty-field__action img {
    width: auto;
    display: initial
}

.qty-field__action--plus img {
    filter: brightness(3)
}

.nav-tabs--simple .nav-link {
    border-style: solid;
    border-width: 0 0 .0625rem 0;
    border-color: transparent
}

@media (max-width: 990.98px) {
    .nav-tabs--simple .nav-link {
        font-size: 0.875rem
    }
}

.nav-tabs--simple .nav-link.active {
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 .0625rem 0;
    border-color: transparent transparent #312782;
    border-radius: 0
}

.nav-pills .nav-link {
    color: #606970;
    font-size: 1em;
    font-weight: 600;
    border: 1px solid transparent
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #0a0a0a;
    border: 1px solid #d7dde0
}

.info-icons-text__wrap {
    position: relative;
    padding: 2em 2em 2em 7.3125em;
    height: 100%
}

@media (max-width: 767.98px) {
    .info-icons-text__wrap {
        padding: 1em
    }
}

@media (max-width: 599.98px) {
    .info-icons-text__wrap {
        padding: 2em 2em 2em 7.3125em
    }
}

@media (max-width: 767.98px) {
    .info-icons-text__wrap img {
        max-width: 2.625rem
    }
}

@media (max-width: 599.98px) {
    .info-icons-text__wrap img {
        max-width: unset
    }
}

.info-icons-text__icon {
    position: absolute;
    left: 1.65em;
    top: 1.25em
}

@media (max-width: 767.98px) {
    .info-icons-text__icon {
        position: static
    }
}

@media (max-width: 599.98px) {
    .info-icons-text__icon {
        position: absolute
    }
}

.info-icons-text__title {
    font-size: .75em;
    font-weight: 600
}

.recently-viewed {
    padding-top: 1.5rem
}

.recently-viewed .slick-track {
    margin-left: 0
}

@media (max-width: 599.98px) {
    .recently-viewed .slick-list {
        margin: 0 2.5rem
    }
}

.recently-viewed__item {
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    overflow: hidden
}

@media (max-width: 599.98px) {
    .recently-viewed__item {
    }
}

.recently-viewed__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature__title {
    position: relative
}

@media (max-width: 767.98px) {
    .feature__title {
        margin-bottom: .5rem
    }
}

.feature__title::before {
    content: "";
    height: .0625rem;
    width: 100%;
    border-bottom: .0625rem dashed #d7dde0;
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: -1
}

@media (max-width: 767.98px) {
    .feature__title::before {
        display: none
    }
}

.feature__title span {
    background-color: #fff;
    display: inline-block;
    padding-right: 1.5rem
}

.category-items .slider--arrow-t-r .simple-list .btn__arrow {
    top: -3rem
}

@media (max-width: 599.98px) {
    .category-items .slider--arrow-t-r .simple-list .btn__arrow {
        top: -4rem
    }
}

.category-list {
    gap: 1.5rem
}

@media (max-width: 767.98px) {
    .category-list {
        gap: 1rem
    }
}

@media (max-width: 599.98px) {
}

.category-list__item {
    max-width: 10rem
}

@media (max-width: 767.98px) {
    .category-list__item {
        max-width: 7.625rem
    }
}

@media (max-width: 599.98px) {
    .category-list__item {
        max-width: 8.5rem
    }
}

.category-list__image {
    width: 10.3125rem;
    height: 10.3125rem
}

@media (max-width: 767.98px) {
    .category-list__image {
        width: 7.5rem;
        height: 7.5rem
    }
}

@media (max-width: 599.98px) {
    .category-list__image {
        width: 8.5rem;
        height: 8.5rem
    }
}

@media (max-width: 599.98px) {
    .category-list__image {
        max-width: 100%
    }
}

.category-list__title {
    min-height: 3.75rem;
    padding-left: .125rem;
    padding-right: .125rem
}

.catalog-items .sidebar {
    min-width: 19.1875rem !important
}

.catalog-items .sidebar.added {
    min-width: unset !important
}

.ui-slider {
    background-color: #d7dde0;
    height: .125rem;
    position: relative;
    margin-bottom: .75rem
}

.ui-slider .ui-widget-header {
    background-color: #312782;
    position: absolute;
    height: 100%;
    z-index: 1
}

.ui-slider .ui-slider-handle {
    border: 1px solid #ecedf2;
    background-color: #fff;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    touch-action: none;
    z-index: 2;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .08)
}

.toggle-list__content {
    height: 5.5rem;
    overflow: hidden
}

.toggle-list__btn {
    cursor: pointer;
    position: relative;
    height: 1.25rem;
    overflow: hidden;
    user-select: none
}

.toggle-list__btn span {
    position: absolute;
    left: 1.85rem;
    top: 0;
    transition: transform .3s
}

.toggle-list__btn span span:nth-child(2) {
    transform: translateY(0)
}

.toggle-list__btn span:last-child {
    transform: translateY(-110%)
}

.toggle-list__btn img {
    transition: transform .3s
}

.toggle-list__btn.listOpen span:nth-child(2) {
    transform: translateY(110%)
}

.toggle-list__btn.listOpen span:last-child {
    transform: translateY(0)
}

.toggle-list__btn.listOpen img {
    transform: rotate(180deg)
}

@media (max-width: 990.98px) {
    .catalog-items .openFilter {
        display: block !important
    }
}

.favourite-items {
    position: relative
}

.favourite-items .btn__remove-all {
    position: absolute;
    top: -3.75rem;
    right: 0
}

.favourite-items__view-empty {
    display: none
}

.favourite-items .items-list-block:not(.grid-view) .slider__item {
    display: flex;
    flex-direction: column
}

.content-block ol {
    margin: 0 0 1.5em 1.25em;
    padding: 0;
    counter-reset: item
}

.content-block ol li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item
}

.content-block ol li::before {
    display: inline-block;
    width: 1.5em;
    padding-right: .5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."
}

.content-block table {
    font-size: .875em;
    table-layout: auto;
    font-weight: 500;
    min-width: 56.25rem;
    width: 100%
}

.content-block table th, .content-block table td {
    padding: .625rem;
    width: auto
}

.content-block table th:first-child, .content-block table td:first-child {
    white-space: nowrap
}

.content-block table tbody tr:nth-child(odd) {
    background-color: #fcfcfc
}

.content-block table > :not(:first-child) {
    border-top: .25rem solid #312782
}

@media (max-width: 990.98px) {
    .mini-cart {
        position: fixed !important;
        height: calc(100vh - 6.875rem);
        top: 6.875rem !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .mini-cart {
        height: calc(100vh - 6.5rem);
        top: 6.5rem !important;
        border: none !important
    }
}

@media (max-width: 599.98px) {
    .mini-cart {
        height: calc(100vh - 4rem);
        top: 4rem !important
    }
}

.mini-cart__content {
    max-height: 21.875rem;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width: 990.98px) {
    .mini-cart__content {
        max-height: calc(100% - 12rem)
    }
}

@media (max-width: 599.98px) {
    .mini-cart__content {
        padding-bottom: 6rem
    }
}

.mini-cart__content-row {
    position: relative;
    padding-right: 2.625rem;
    display: grid;
    grid-template-columns:6.25rem 1fr 6.25rem;
    grid-template-rows:auto auto;
    grid-template-areas:"image title qty" "image price qty";
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .mini-cart__content-row {
        grid-template-columns:6.25rem 1fr 6.25rem;
        gap: .625rem
    }
}

@media (max-width: 599.98px) {
    .mini-cart__content-row {
        grid-template-areas:"image title" "image price" "image qty";
        grid-template-columns:6.25rem 1fr;
        padding-right: 0
    }
}

.mini-cart__content-row .image {
    grid-area: image;
    margin-right: 1rem
}

.mini-cart__content-row .title {
    grid-area: title
}

@media (max-width: 990.98px) {
    .mini-cart__content-row .title {
        align-self: flex-start
    }
}

.mini-cart__content-row .price {
    grid-area: price
}

.mini-cart__content-row .qty-field {
    grid-area: qty;
    align-self: center;
    height: 2.125rem
}

@media (max-width: 599.98px) {
    .mini-cart__content-row .qty-field {
        padding-right: 2.625rem
    }
}

.mini-cart__content-row .qty-field__action--plus img {
    filter: brightness(3)
}

@media (max-width: 990.98px) {
    .mini-cart__footer {
        background-color: #fff;
        box-shadow: 0px -10px 40px rgba(0, 0, 0, .03);
        padding: 2rem;
        border-radius: .625rem;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 10
    }
}

.mini-cart .btn__remove {
    border-color: rgba(0, 0, 0, .03) !important
}

@media (max-width: 767.98px) {
    .mini-cart .btn__remove {
        top: auto !important;
        bottom: 0 !important;
        transform: translateY(-0.5rem) !important
    }
}

.checklist__item {
    margin-bottom: 1rem
}

.checklist__filter-box {
    position: relative;
    padding-left: 2.5rem;
    margin-left: -0.75rem
}

.checklist .hasSubmenu > .checklist__filter-box::before {
    background-image: url("/assets/img/icons/arrow-down.svg");
    content: "";
    cursor: pointer;
    position: absolute;
    left: -0.5rem;
    top: .25rem;
    width: .875rem;
    height: .5rem;
    transform: rotate(-90deg);
    transition: transform .3s
}

.checklist .hasSubmenu.isActive > .checklist__filter-box::before {
    transform: rotate(0)
}

.checklist__icon img {
    display: block
}

.checklist__label {
    position: relative
}

.checklist__label input[type=checkbox] {
    position: absolute;
    display: none
}

.checklist__label input[type=checkbox]:indeterminate + .checklist__title::before {
    background-color: #606970;
    border-color: #606970
}

.checklist__label input[type=checkbox]:checked + .checklist__title::before {
    background-color: #312782;
    border-color: #312782
}

.checklist__label input[type=checkbox]:checked + .checklist__title::after {
    transform: scale(1)
}

.checklist__label input[type=checkbox]:indeterminate + .checklist__title::after {
    background-image: url("/assets/img/icons/minus.svg");
    transform: scale(1)
}

.checklist__sub {
    display: none;
    padding-left: .25rem
}

.checklist__title {
    position: relative
}

.checklist__title::before, .checklist__title::after {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    left: -1.75rem;
    top: 0
}

.checklist__title::before {
    border: .0625rem solid #d7dde0;
    border-radius: .25rem
}

.checklist__title::after {
    background-image: url("/assets/img/icons/check-slim.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(3);
    transform: scale(0);
    transition: transform .3s
}

.profile {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.profile .links-nav__link {
    color: #0a0a0a
}

.profile .links-nav__icon {
    top: .3125rem
}

.profile .links-nav__icon img {
    filter: invert(46%) sepia(6%) saturate(704%) hue-rotate(164deg) brightness(84%) contrast(87%)
}

.profile .links-nav__item {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: .5rem 1rem
}

@media (max-width: 767.98px) {
    .profile .links-nav__item {
        white-space: nowrap;
        margin: 0 !important
    }
}

.profile .links-nav__item:hover::before {
    display: none
}

.profile .links-nav__item--active {
    background-color: #fff
}

@media (max-width: 767.98px) {
    .profile .links-nav__item--active {
        background-color: #f9f9fc
    }
}

.profile .links-nav__item--active a {
    color: #fbbe06
}

.profile .links-nav__item--active img {
    filter: invert(73%) sepia(76%) saturate(2220%) hue-rotate(347deg) brightness(101%) contrast(96%)
}

@media (max-width: 767.98px) {
    .profile .links-nav__list {
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap
    }
}

@media (max-width: 767.98px) {
    .profile__logout {
        position: absolute;
        right: 1rem;
        width: 11rem !important;
        top: 0
    }
}

@media (max-width: 599.98px) {
    .profile__logout {
        font-size: 0.875rem;
        width: 10rem !important
    }
}

@media (max-width: 767.98px) {
    .profile__sidebar {
        background-color: transparent !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width: 767.98px) {
    .profile__sidebar .p-3 {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.profile__list-items:first-child .card-product {
    margin-top: 1rem
}

.profile__list-items:first-child .card-product__head, .profile__list-items:first-child .card-product__count, .profile__list-items:first-child .card-product__foot {
    position: relative
}

@media (min-width: 600px) {
    .profile__list-items:first-child .card-product__head, .profile__list-items:first-child .card-product__count, .profile__list-items:first-child .card-product__foot {
        height: 100%
    }
}

.profile__list-items:first-child .card-product__head::before, .profile__list-items:first-child .card-product__count::before, .profile__list-items:first-child .card-product__foot::before {
    font-size: .875rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -3rem;
    color: #212529
}

@media (max-width: 599.98px) {
    .profile__list-items:first-child .card-product__head::before, .profile__list-items:first-child .card-product__count::before, .profile__list-items:first-child .card-product__foot::before {
        display: none
    }
}

.profile__list-items:first-child .card-product__head::before {
    content: attr(data-title)
}

.profile__list-items:first-child .card-product__count::before {
    content: attr(data-count)
}

@media (max-width: 990.98px) {
    .profile__list-items:first-child .card-product__count::before {
        left: -2rem
    }
}

.profile__list-items:first-child .card-product__foot::before {
    content: attr(data-price);
    top: -3.125rem;
    left: 2rem
}

.profile__list-items .card-product {
    grid-template-areas:"head desctiprion count foot" "head additions count foot";
    grid-template-columns:7.25rem 17rem 4rem auto
}

@media (max-width: 990.98px) {
    .profile__list-items .card-product {
        grid-template-columns:7.25rem 12rem 2rem auto
    }
}

@media (max-width: 599.98px) {
    .profile__list-items .card-product {
        grid-template-columns:7.25rem auto;
        grid-template-areas:"head desctiprion" "head additions" "head foot"
    }
}

.profile__list-items .card-product__count {
    grid-area: count;
    text-align: center
}

@media (max-width: 599.98px) {
    .profile__list-items .card-product__count {
        display: none !important
    }
}

.profile__list-items .card-product__foot .btn {
    min-width: 3.375rem
}

.profile__list-items .card-product__foot .btn:hover span {
    color: #fff !important
}

@media (max-width: 599.98px) {
    .profile__list-items .card-product__foot .price {
        margin-bottom: 2rem;
        position: relative
    }
}

.profile__list-items .card-product__foot .price::before {
    content: attr(data-count);
    font-size: .875rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: -1.75rem;
    color: #606970
}

@media (min-width: 600px) {
    .profile__list-items .card-product__foot .price::before {
        display: none
    }
}

@media (min-width: 600px) {
    .profile__list-items .card-product .price-calc {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .profile a.fs-7 {
        font-size: 0.875rem
    }
}

.profile .recently-flex {
    gap: 1.25rem
}

@media (max-width: 599.98px) {
    .profile .recently-flex {
        gap: 0.75rem
    }
}

.profile .recently-viewed__item {
    margin-right: 0;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .profile .recently-viewed__item {
        width: 5rem !important;
        height: 5rem
    }
}

@media (max-width: 599.98px) {
    .profile .recently-viewed__item {
        width: 3.5rem !important;
        height: 3.5rem
    }
}

.viewed-items {
    position: relative
}

.viewed-items .btn__remove-all {
    position: absolute;
    top: -3.5rem;
    right: 0
}

@media (max-width: 767.98px) {
    .viewed-items .btn__remove-all {
        top: -2.875rem
    }
}

@media (max-width: 599.98px) {
    .viewed-items .breadcrumb-back {
        display: none !important
    }
}

@media (max-width: 599.98px) {
    .viewed-items .nav-sorting__view {
        position: absolute;
        top: -2.25rem;
        right: 0
    }
}

@media (max-width: 599.98px) {
    .viewed-items .nav-sorting__sort {
        width: 100%
    }
}

.viewed-items .card-product__additions {
    padding-right: 0
}

@media (max-width: 767.98px) {
    .viewed-items .card-product__foot {
        flex-direction: column;
        align-items: flex-start !important
    }
}

@media (max-width: 767.98px) {
    .viewed-items .card-product .add-btns {
        width: 100%
    }
}

.viewed-items .grid-view .card-product {
    grid-template-columns:7.25rem 60% auto
}

@media (max-width: 990.98px) {
    .viewed-items .grid-view .card-product {
        grid-template-columns:7.25rem auto auto
    }
}

@media (max-width: 599.98px) {
    .viewed-items .grid-view .card-product {
        grid-template-columns:7.25rem auto;
        padding: 0;
        grid-template-areas:"head desctiprion" "head additions" "head foot";
        box-shadow: none
    }
}

.viewed-items .grid-view .card-product__center {
    position: relative
}

.viewed-items .grid-view .card-product__desctiprion {
    order: 1
}

.viewed-items .grid-view .card-product__additions {
    order: 2
}

.viewed-items .grid-view .card-product .com-wish {
    order: 3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767.98px) {
    .viewed-items .grid-view .card-product__foot {
        flex-direction: row
    }
}

.viewed-items .grid-view .card-product__foot .btn {
    margin-left: 0
}

.viewed-items .grid-view .card-product .price-calc {
    flex-direction: row
}

@media (max-width: 767.98px) {
    .viewed-items .grid-view .card-product .add-btns .btn {
        width: 3.125rem
    }
}

.contact__grid {
    display: grid;
    grid-template-columns:28rem 1fr;
    grid-template-areas:"title title" "description map";
    justify-items: stretch
}

@media (max-width: 767.98px) {
    .contact__grid {
        grid-template-columns:1fr;
        grid-template-areas:"map" "title" "description"
    }
}

.contact__title {
    grid-area: title
}

.contact__map {
    grid-area: map
}

.contact__description {
    grid-area: description
}

@media (min-width: 1200px) {
    .contact .btn__arrow--left {
        left: -2.875rem
    }
}

@media (min-width: 1200px) {
    .contact .btn__arrow--right {
        right: -2.875rem
    }
}

@media (max-width: 599.98px) {
    .brochures .fs-4, .brochures .fs-7, .brochures a {
        font-size: 0.875rem !important
    }
}

.brochures .row .col-6:nth-child(odd) {
    padding-right: 0.5rem
}

.brochures .row .col-6:nth-child(even) {
    padding-left: 0.5rem
}

@media (max-width: 599.98px) {
    .brochures .box-shadow {
        box-shadow: unset !important
    }
}
@media (min-width: 1250px) {
    .items-list-block-wide .w-xl-20 {
        width: 20% !important;
    }
}

/*# sourceMappingURL=style.css.map */

