@charset "UTF-8";

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #78829D;
    --bs-gray-dark: #252F4A;
    --bs-gray-100: #F9F9F9;
    --bs-gray-200: #F1F1F4;
    --bs-gray-300: #DBDFE9;
    --bs-gray-400: #C4CADA;
    --bs-gray-500: #99A1B7;
    --bs-gray-600: #78829D;
    --bs-gray-700: #4B5675;
    --bs-gray-800: #252F4A;
    --bs-gray-900: #071437;
    --bs-light: #F9F9F9;
    --bs-primary: #d71920;
    --bs-secondary: #F1F1F4;
    --bs-success: #17C653;
    --bs-info: #7239EA;
    --bs-warning: #f6a500;
    --bs-danger: #F8285A;
    --bs-dark: #1E2129;
    --bs-light-rgb: 249, 249, 249;
    --bs-primary-rgb: 215, 25, 32;
    --bs-secondary-rgb: 241, 241, 244;
    --bs-success-rgb: 23, 198, 83;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 246, 165, 0;
    --bs-danger-rgb: 248, 40, 90;
    --bs-dark-rgb: 30, 33, 41;
    --bs-primary-text-emphasis: #0b3566;
    --bs-secondary-text-emphasis: #606062;
    --bs-success-text-emphasis: #094f21;
    --bs-info-text-emphasis: #2e175e;
    --bs-warning-text-emphasis: #624d00;
    --bs-danger-text-emphasis: #631024;
    --bs-light-text-emphasis: #4B5675;
    --bs-dark-text-emphasis: #4B5675;
    --bs-primary-bg-subtle: #d1e6ff;
    --bs-secondary-bg-subtle: #fcfcfd;
    --bs-success-bg-subtle: #d1f4dd;
    --bs-info-bg-subtle: #e3d7fb;
    --bs-warning-bg-subtle: #fdf2cc;
    --bs-danger-bg-subtle: #fed4de;
    --bs-light-bg-subtle: #fcfcfc;
    --bs-dark-bg-subtle: #C4CADA;
    --bs-primary-border-subtle: #a4ceff;
    --bs-secondary-border-subtle: #f9f9fb;
    --bs-success-border-subtle: #a2e8ba;
    --bs-info-border-subtle: #c7b0f7;
    --bs-warning-border-subtle: #fbe699;
    --bs-danger-border-subtle: #fca9bd;
    --bs-light-border-subtle: #F1F1F4;
    --bs-dark-border-subtle: #99A1B7;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: Inter, Helvetica, "sans-serif";
    --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: #071437;
    --bs-body-color-rgb: 7, 20, 55;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(7, 20, 55, 0.75);
    --bs-secondary-color-rgb: 7, 20, 55;
    --bs-secondary-bg: #F1F1F4;
    --bs-secondary-bg-rgb: 241, 241, 244;
    --bs-tertiary-color: rgba(7, 20, 55, 0.5);
    --bs-tertiary-color-rgb: 7, 20, 55;
    --bs-tertiary-bg: #F9F9F9;
    --bs-tertiary-bg-rgb: 249, 249, 249;
    --bs-heading-color: #071437;
    --bs-link-color: #d71920;
    --bs-link-color-rgb: 215, 25, 32;
    --bs-link-decoration: none;
    --bs-link-hover-color: #056EE9;
    --bs-link-hover-color-rgb: 5, 110, 233;
    --bs-link-hover-decoration: none;
    --bs-code-color: #b93993;
    --bs-highlight-color: #071437;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #F1F1F4;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.475rem;
    --bs-border-radius-sm: 0.425rem;
    --bs-border-radius-lg: 0.625rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(215, 25, 32, 0.25);
    --bs-form-valid-color: #17C653;
    --bs-form-valid-border-color: #17C653;
    --bs-form-invalid-color: #F8285A;
    --bs-form-invalid-border-color: #F8285A;
    --bs-brand-color: #10081F
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #F5F5F5;
    --bs-body-color-rgb: 245, 245, 245;
    --bs-body-bg: #15171C;
    --bs-body-bg-rgb: 21, 23, 28;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(245, 245, 245, 0.75);
    --bs-secondary-color-rgb: 245, 245, 245;
    --bs-secondary-bg: #252F4A;
    --bs-secondary-bg-rgb: 37, 47, 74;
    --bs-tertiary-color: rgba(245, 245, 245, 0.5);
    --bs-tertiary-color-rgb: 245, 245, 245;
    --bs-tertiary-bg: #162241;
    --bs-tertiary-bg-rgb: 22, 34, 65;
    --bs-primary-text-emphasis: #76b5ff;
    --bs-secondary-text-emphasis: #f7f7f8;
    --bs-success-text-emphasis: #74dd98;
    --bs-info-text-emphasis: #aa88f2;
    --bs-warning-text-emphasis: #fad966;
    --bs-danger-text-emphasis: #fb7e9c;
    --bs-light-text-emphasis: #F9F9F9;
    --bs-dark-text-emphasis: #DBDFE9;
    --bs-primary-bg-subtle: #051a33;
    --bs-secondary-bg-subtle: #303031;
    --bs-success-bg-subtle: #052811;
    --bs-info-bg-subtle: #170b2f;
    --bs-warning-bg-subtle: #312600;
    --bs-danger-bg-subtle: #320812;
    --bs-light-bg-subtle: #252F4A;
    --bs-dark-bg-subtle: #131825;
    --bs-primary-border-subtle: #104f99;
    --bs-secondary-border-subtle: #919192;
    --bs-success-border-subtle: #0e7732;
    --bs-info-border-subtle: #44228c;
    --bs-warning-border-subtle: #947300;
    --bs-danger-border-subtle: #951836;
    --bs-light-border-subtle: #4B5675;
    --bs-dark-border-subtle: #252F4A;
    --bs-heading-color: #F5F5F5;
    --bs-link-color: #006AE6;
    --bs-link-hover-color: #3388eb;
    --bs-link-color-rgb: 0, 106, 230;
    --bs-link-hover-color-rgb: 51, 136, 235;
    --bs-code-color: #b93993;
    --bs-highlight-color: #F5F5F5;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #26272F;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

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: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,
h1 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1.26rem + .12vw)
}

@media (min-width:1200px) {

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

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

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

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

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

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

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: none
}

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

img,
svg {
    vertical-align: middle
}

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

button {
    border-radius: 0
}

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

button,
input,
select,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

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

textarea {
    resize: vertical
}

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

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

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

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

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

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    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: 700;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    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: 700;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.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)
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb), 0.75);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: var(--bs-gray-100);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: var(--bs-gray-100);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .75rem .75rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #d1e6ff;
    --bs-table-border-color: #bccfe6;
    --bs-table-striped-bg: #c7dbf2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bccfe6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c1d5ec;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #d1f4dd;
    --bs-table-border-color: #bcdcc7;
    --bs-table-striped-bg: #c7e8d2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bcdcc7;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c1e2cc;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #fed4de;
    --bs-table-border-color: #e5bfc8;
    --bs-table-striped-bg: #f1c9d3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e5bfc8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ebc4cd;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #F9F9F9;
    --bs-table-border-color: #e0e0e0;
    --bs-table-striped-bg: #ededed;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e0e0e0;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e6e6e6;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #1E2129;
    --bs-table-border-color: #35373e;
    --bs-table-striped-bg: #292c34;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #35373e;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #2f3239;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.form-text {
    margin-top: .5rem;
    font-size: .95rem;
    color: var(--bs-text-muted)
}

.form-control {
    display: block;
    width: 100%;
    padding: .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: .475rem;
    box-shadow: false;
    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: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-gray-400);
    outline: 0;
    box-shadow: false, 0 0 0 .25rem rgba(215, 25, 32, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-gray-500);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    opacity: 1
}

.form-control:disabled {
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-300);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .775rem 1rem;
    margin: -.775rem -1rem;
    margin-inline-end: 1rem;
    color: var(--bs-gray-700);
    background-color: var(--bs-gray-100);
    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: shade-color(var(--bs-gray-100), 5%)
}

.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .625rem
}

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

textarea.form-control {
    min-height: calc(1.5em + 1.55rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 1.55rem + 2px);
    padding: .775rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .475rem
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: .475rem
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1.65rem + 2px)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .775rem 3rem .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid var(--bs-gray-300);
    border-radius: .475rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-select:focus {
    border-color: var(--bs-gray-400);
    outline: 0;
    box-shadow: false, 0 0 0 .25rem rgba(var(--bs-component-active-bg), .25)
}

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

.form-select:disabled {
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-300)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-gray-700)
}

.form-select-lg {
    padding-top: .825rem;
    padding-bottom: .825rem;
    padding-left: 1.5rem;
    font-size: 1.15rem;
    border-radius: .625rem
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23808290' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.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: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-300);
    border-radius: .475rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .625rem
}

.input-group-lg>.form-select {
    padding-right: 4rem
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.775rem;
    --bs-btn-font-size: 1.1rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.475rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

.btn:first-child:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow)
}

.btn:first-child:active:focus-visible {
    box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    box-shadow: none
}

.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F9F9F9;
    --bs-btn-border-color: #F9F9F9;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #d4d4d4;
    --bs-btn-hover-border-color: #c7c7c7;
    --bs-btn-focus-shadow-rgb: 212, 212, 212;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #c7c7c7;
    --bs-btn-active-border-color: #bbbbbb;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F9F9F9;
    --bs-btn-disabled-border-color: #F9F9F9
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #d71920;
    --bs-btn-border-color: #d71920;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eb393f;
    --bs-btn-hover-border-color: #de252b;
    --bs-btn-focus-shadow-rgb: 23, 112, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eb393f;
    --bs-btn-active-border-color: #de252b;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #d71920;
    --bs-btn-disabled-border-color: #d71920
}

.btn-success {
    --bs-btn-color: #000000;
    --bs-btn-bg: #17C653;
    --bs-btn-border-color: #17C653;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #3acf6d;
    --bs-btn-hover-border-color: #2ecc64;
    --bs-btn-focus-shadow-rgb: 20, 168, 71;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #45d175;
    --bs-btn-active-border-color: #2ecc64;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #17C653;
    --bs-btn-disabled-border-color: #17C653
}

.btn-danger {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F8285A;
    --bs-btn-border-color: #F8285A;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #f94873;
    --bs-btn-hover-border-color: #f93e6b;
    --bs-btn-focus-shadow-rgb: 211, 34, 77;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #f9537b;
    --bs-btn-active-border-color: #f93e6b;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F8285A;
    --bs-btn-disabled-border-color: #F8285A
}

.btn-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #1E2129;
    --bs-btn-border-color: #1E2129;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #404249;
    --bs-btn-hover-border-color: #35373e;
    --bs-btn-focus-shadow-rgb: 64, 66, 73;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #4b4d54;
    --bs-btn-active-border-color: #35373e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #1E2129;
    --bs-btn-disabled-border-color: #1E2129
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: var(--bs-gray-600);
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 23, 112, 217;
    text-decoration: none
}

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

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.825rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: 1.15rem;
    --bs-btn-border-radius: 0.625rem
}

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

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

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

.btn-group {
    border-radius: .475rem
}

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

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

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

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-gray-100);
    --bs-progress-border-radius: 6px;
    --bs-progress-box-shadow: none;
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #d71920;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-lg {
    min-height: 1.2em
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-primary {
    color: #000 !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #000 !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(73, 157, 255, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(73, 157, 255, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(69, 209, 117, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(69, 209, 117, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(249, 83, 123, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 83, 123, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(24, 26, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(24, 26, 33, var(--bs-link-underline-opacity, 1)) !important
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.d-table {
    display: table !important
}

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.end-0 {
    right: 0 !important
}

.end-25 {
    right: 25% !important
}

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

.end-75 {
    right: 75% !important
}

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

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-1px {
    width: 1px !important
}

.w-2px {
    width: 2px !important
}

.w-3px {
    width: 3px !important
}

.w-4px {
    width: 4px !important
}

.w-5px {
    width: 5px !important
}

.w-6px {
    width: 6px !important
}

.w-7px {
    width: 7px !important
}

.w-8px {
    width: 8px !important
}

.w-9px {
    width: 9px !important
}

.w-10px {
    width: 10px !important
}

.w-15px {
    width: 15px !important
}

.w-20px {
    width: 20px !important
}

.w-25px {
    width: 25px !important
}

.w-30px {
    width: 30px !important
}

.w-35px {
    width: 35px !important
}

.w-40px {
    width: 40px !important
}

.w-45px {
    width: 45px !important
}

.w-50px {
    width: 50px !important
}

.w-55px {
    width: 55px !important
}

.w-60px {
    width: 60px !important
}

.w-65px {
    width: 65px !important
}

.w-70px {
    width: 70px !important
}

.w-75px {
    width: 75px !important
}

.w-80px {
    width: 80px !important
}

.w-85px {
    width: 85px !important
}

.w-90px {
    width: 90px !important
}

.w-95px {
    width: 95px !important
}

.w-100px {
    width: 100px !important
}

.w-125px {
    width: 125px !important
}

.w-150px {
    width: 150px !important
}

.w-175px {
    width: 175px !important
}

.w-200px {
    width: 200px !important
}

.w-225px {
    width: 225px !important
}

.w-250px {
    width: 250px !important
}

.w-275px {
    width: 275px !important
}

.w-300px {
    width: 300px !important
}

.w-325px {
    width: 325px !important
}

.w-350px {
    width: 350px !important
}

.w-375px {
    width: 375px !important
}

.w-400px {
    width: 400px !important
}

.w-425px {
    width: 425px !important
}

.w-450px {
    width: 450px !important
}

.w-475px {
    width: 475px !important
}

.w-500px {
    width: 500px !important
}

.w-550px {
    width: 550px !important
}

.w-600px {
    width: 600px !important
}

.w-650px {
    width: 650px !important
}

.w-700px {
    width: 700px !important
}

.w-750px {
    width: 750px !important
}

.w-800px {
    width: 800px !important
}

.w-850px {
    width: 850px !important
}

.w-900px {
    width: 900px !important
}

.w-950px {
    width: 950px !important
}

.w-1000px {
    width: 1000px !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-1px {
    height: 1px !important
}

.h-2px {
    height: 2px !important
}

.h-3px {
    height: 3px !important
}

.h-4px {
    height: 4px !important
}

.h-5px {
    height: 5px !important
}

.h-6px {
    height: 6px !important
}

.h-7px {
    height: 7px !important
}

.h-8px {
    height: 8px !important
}

.h-9px {
    height: 9px !important
}

.h-10px {
    height: 10px !important
}

.h-15px {
    height: 15px !important
}

.h-20px {
    height: 20px !important
}

.h-25px {
    height: 25px !important
}

.h-30px {
    height: 30px !important
}

.h-35px {
    height: 35px !important
}

.h-40px {
    height: 40px !important
}

.h-45px {
    height: 45px !important
}

.h-50px {
    height: 50px !important
}

.h-55px {
    height: 55px !important
}

.h-60px {
    height: 60px !important
}

.h-65px {
    height: 65px !important
}

.h-70px {
    height: 70px !important
}

.h-75px {
    height: 75px !important
}

.h-80px {
    height: 80px !important
}

.h-85px {
    height: 85px !important
}

.h-90px {
    height: 90px !important
}

.h-95px {
    height: 95px !important
}

.h-100px {
    height: 100px !important
}

.h-125px {
    height: 125px !important
}

.h-150px {
    height: 150px !important
}

.h-175px {
    height: 175px !important
}

.h-200px {
    height: 200px !important
}

.h-225px {
    height: 225px !important
}

.h-250px {
    height: 250px !important
}

.h-275px {
    height: 275px !important
}

.h-300px {
    height: 300px !important
}

.h-325px {
    height: 325px !important
}

.h-350px {
    height: 350px !important
}

.h-375px {
    height: 375px !important
}

.h-400px {
    height: 400px !important
}

.h-425px {
    height: 425px !important
}

.h-450px {
    height: 450px !important
}

.h-475px {
    height: 475px !important
}

.h-500px {
    height: 500px !important
}

.h-550px {
    height: 550px !important
}

.h-600px {
    height: 600px !important
}

.h-650px {
    height: 650px !important
}

.h-700px {
    height: 700px !important
}

.h-750px {
    height: 750px !important
}

.h-800px {
    height: 800px !important
}

.h-850px {
    height: 850px !important
}

.h-900px {
    height: 900px !important
}

.h-950px {
    height: 950px !important
}

.h-1000px {
    height: 1000px !important
}

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

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

.flex-wrap {
    flex-wrap: wrap !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
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

.m-7 {
    margin: 1.75rem !important
}

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

.m-9 {
    margin: 2.25rem !important
}

.m-10 {
    margin: 2.5rem !important
}

.m-11 {
    margin: 2.75rem !important
}

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

.m-13 {
    margin: 3.25rem !important
}

.m-14 {
    margin: 3.5rem !important
}

.m-15 {
    margin: 3.75rem !important
}

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

.m-17 {
    margin: 4.25rem !important
}

.m-18 {
    margin: 4.5rem !important
}

.m-19 {
    margin: 4.75rem !important
}

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

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

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

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

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mb-7 {
    margin-bottom: 1.75rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.mb-9 {
    margin-bottom: 2.25rem !important
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.mb-11 {
    margin-bottom: 2.75rem !important
}

.mb-12 {
    margin-bottom: 3rem !important
}

.mb-13 {
    margin-bottom: 3.25rem !important
}

.mb-14 {
    margin-bottom: 3.5rem !important
}

.mb-15 {
    margin-bottom: 3.75rem !important
}

.mb-16 {
    margin-bottom: 4rem !important
}

.mb-17 {
    margin-bottom: 4.25rem !important
}

.mb-18 {
    margin-bottom: 4.5rem !important
}

.mb-19 {
    margin-bottom: 4.75rem !important
}

.mb-20 {
    margin-bottom: 5rem !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

.p-7 {
    padding: 1.75rem !important
}

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

.p-9 {
    padding: 2.25rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.p-11 {
    padding: 2.75rem !important
}

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

.p-13 {
    padding: 3.25rem !important
}

.p-14 {
    padding: 3.5rem !important
}

.p-15 {
    padding: 3.75rem !important
}

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

.p-17 {
    padding: 4.25rem !important
}

.p-18 {
    padding: 4.5rem !important
}

.p-19 {
    padding: 4.75rem !important
}

.p-20 {
    padding: 5rem !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: .75rem !important;
    padding-left: .75rem !important
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important
}

.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.px-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.px-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important
}

.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important
}

.px-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.px-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important
}

.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.px-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important
}

.px-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.px-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important
}

.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: .75rem !important;
    padding-bottom: .75rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important
}

.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important
}

.py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: .75rem !important
}

.gap-4 {
    gap: 1rem !important
}

.gap-5 {
    gap: 1.25rem !important
}

.gap-6 {
    gap: 1.5rem !important
}

.gap-7 {
    gap: 1.75rem !important
}

.gap-8 {
    gap: 2rem !important
}

.gap-9 {
    gap: 2.25rem !important
}

.gap-10 {
    gap: 2.5rem !important
}

.gap-11 {
    gap: 2.75rem !important
}

.gap-12 {
    gap: 3rem !important
}

.gap-13 {
    gap: 3.25rem !important
}

.gap-14 {
    gap: 3.5rem !important
}

.gap-15 {
    gap: 3.75rem !important
}

.gap-16 {
    gap: 4rem !important
}

.gap-17 {
    gap: 4.25rem !important
}

.gap-18 {
    gap: 4.5rem !important
}

.gap-19 {
    gap: 4.75rem !important
}

.gap-20 {
    gap: 5rem !important
}

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

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: .75rem !important
}

.row-gap-4 {
    row-gap: 1rem !important
}

.row-gap-5 {
    row-gap: 1.25rem !important
}

.row-gap-6 {
    row-gap: 1.5rem !important
}

.row-gap-7 {
    row-gap: 1.75rem !important
}

.row-gap-8 {
    row-gap: 2rem !important
}

.row-gap-9 {
    row-gap: 2.25rem !important
}

.row-gap-10 {
    row-gap: 2.5rem !important
}

.row-gap-11 {
    row-gap: 2.75rem !important
}

.row-gap-12 {
    row-gap: 3rem !important
}

.row-gap-13 {
    row-gap: 3.25rem !important
}

.row-gap-14 {
    row-gap: 3.5rem !important
}

.row-gap-15 {
    row-gap: 3.75rem !important
}

.row-gap-16 {
    row-gap: 4rem !important
}

.row-gap-17 {
    row-gap: 4.25rem !important
}

.row-gap-18 {
    row-gap: 4.5rem !important
}

.row-gap-19 {
    row-gap: 4.75rem !important
}

.row-gap-20 {
    row-gap: 5rem !important
}

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

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: .75rem !important;
    column-gap: .75rem !important
}

.column-gap-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important
}

.column-gap-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important
}

.column-gap-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.column-gap-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important
}

.column-gap-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important
}

.column-gap-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important
}

.column-gap-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-13 {
    -moz-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important
}

.column-gap-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important
}

.column-gap-15 {
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important
}

.column-gap-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
}

.column-gap-17 {
    -moz-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important
}

.column-gap-18 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important
}

.column-gap-19 {
    -moz-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important
}

.column-gap-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
}

.fs-1 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-2 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
    font-size: calc(1.26rem + .12vw) !important
}

.fs-4 {
    font-size: 1.25rem !important
}

.fs-5 {
    font-size: 1.15rem !important
}

.fs-6 {
    font-size: 1.075rem !important
}

.fs-7 {
    font-size: .95rem !important
}

.fs-8 {
    font-size: .85rem !important
}

.fs-9 {
    font-size: .75rem !important
}

.fs-10 {
    font-size: .5rem !important
}

.fs-base {
    font-size: 1rem !important
}

.fs-lg {
    font-size: 1.075rem !important
}

.fs-fluid {
    font-size: 100% !important
}

.fs-2x {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-2qx {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-3x {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3qx {
    font-size: calc(1.45rem + 2.4vw) !important
}

.fs-4x {
    font-size: calc(1.525rem + 3.3vw) !important
}

.fs-4qx {
    font-size: calc(1.55rem + 3.6vw) !important
}

.fs-5x {
    font-size: calc(1.625rem + 4.5vw) !important
}

.fs-5qx {
    font-size: calc(1.65rem + 4.8vw) !important
}

.fs-6x {
    font-size: calc(1.725rem + 5.7vw) !important
}

.fs-6qx {
    font-size: calc(1.75rem + 6vw) !important
}

.fs-7x {
    font-size: calc(1.825rem + 6.9vw) !important
}

.fs-7qx {
    font-size: calc(1.85rem + 7.2vw) !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-semibold {
    font-weight: 500 !important
}

.fw-bolder {
    font-weight: 700 !important
}

.text-end {
    text-align: right !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-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-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.min-w-25 {
    min-width: 25% !important
}

.min-w-50 {
    min-width: 50% !important
}

.min-w-75 {
    min-width: 75% !important
}

.min-w-100 {
    min-width: 100% !important
}

.min-w-1px {
    min-width: 1px !important
}

.min-w-2px {
    min-width: 2px !important
}

.min-w-3px {
    min-width: 3px !important
}

.min-w-4px {
    min-width: 4px !important
}

.min-w-5px {
    min-width: 5px !important
}

.min-w-6px {
    min-width: 6px !important
}

.min-w-7px {
    min-width: 7px !important
}

.min-w-8px {
    min-width: 8px !important
}

.min-w-9px {
    min-width: 9px !important
}

.min-w-10px {
    min-width: 10px !important
}

.min-w-15px {
    min-width: 15px !important
}

.min-w-20px {
    min-width: 20px !important
}

.min-w-25px {
    min-width: 25px !important
}

.min-w-30px {
    min-width: 30px !important
}

.min-w-35px {
    min-width: 35px !important
}

.min-w-40px {
    min-width: 40px !important
}

.min-w-45px {
    min-width: 45px !important
}

.min-w-50px {
    min-width: 50px !important
}

.min-w-55px {
    min-width: 55px !important
}

.min-w-60px {
    min-width: 60px !important
}

.min-w-65px {
    min-width: 65px !important
}

.min-w-70px {
    min-width: 70px !important
}

.min-w-75px {
    min-width: 75px !important
}

.min-w-80px {
    min-width: 80px !important
}

.min-w-85px {
    min-width: 85px !important
}

.min-w-90px {
    min-width: 90px !important
}

.min-w-95px {
    min-width: 95px !important
}

.min-w-100px {
    min-width: 100px !important
}

.min-w-125px {
    min-width: 125px !important
}

.min-w-150px {
    min-width: 150px !important
}

.min-w-175px {
    min-width: 175px !important
}

.min-w-200px {
    min-width: 200px !important
}

.min-w-225px {
    min-width: 225px !important
}

.min-w-250px {
    min-width: 250px !important
}

.min-w-275px {
    min-width: 275px !important
}

.min-w-300px {
    min-width: 300px !important
}

.min-w-325px {
    min-width: 325px !important
}

.min-w-350px {
    min-width: 350px !important
}

.min-w-375px {
    min-width: 375px !important
}

.min-w-400px {
    min-width: 400px !important
}

.min-w-425px {
    min-width: 425px !important
}

.min-w-450px {
    min-width: 450px !important
}

.min-w-475px {
    min-width: 475px !important
}

.min-w-500px {
    min-width: 500px !important
}

.min-w-550px {
    min-width: 550px !important
}

.min-w-600px {
    min-width: 600px !important
}

.min-w-650px {
    min-width: 650px !important
}

.min-w-700px {
    min-width: 700px !important
}

.min-w-750px {
    min-width: 750px !important
}

.min-w-800px {
    min-width: 800px !important
}

.min-w-850px {
    min-width: 850px !important
}

.min-w-900px {
    min-width: 900px !important
}

.min-w-950px {
    min-width: 950px !important
}

.min-w-1000px {
    min-width: 1000px !important
}

.min-h-25 {
    min-height: 25% !important
}

.min-h-50 {
    min-height: 50% !important
}

.min-h-75 {
    min-height: 75% !important
}

.min-h-100 {
    min-height: 100% !important
}

.min-h-1px {
    min-height: 1px !important
}

.min-h-2px {
    min-height: 2px !important
}

.min-h-3px {
    min-height: 3px !important
}

.min-h-4px {
    min-height: 4px !important
}

.min-h-5px {
    min-height: 5px !important
}

.min-h-6px {
    min-height: 6px !important
}

.min-h-7px {
    min-height: 7px !important
}

.min-h-8px {
    min-height: 8px !important
}

.min-h-9px {
    min-height: 9px !important
}

.min-h-10px {
    min-height: 10px !important
}

.min-h-15px {
    min-height: 15px !important
}

.min-h-20px {
    min-height: 20px !important
}

.min-h-25px {
    min-height: 25px !important
}

.min-h-30px {
    min-height: 30px !important
}

.min-h-35px {
    min-height: 35px !important
}

.min-h-40px {
    min-height: 40px !important
}

.min-h-45px {
    min-height: 45px !important
}

.min-h-50px {
    min-height: 50px !important
}

.min-h-55px {
    min-height: 55px !important
}

.min-h-60px {
    min-height: 60px !important
}

.min-h-65px {
    min-height: 65px !important
}

.min-h-70px {
    min-height: 70px !important
}

.min-h-75px {
    min-height: 75px !important
}

.min-h-80px {
    min-height: 80px !important
}

.min-h-85px {
    min-height: 85px !important
}

.min-h-90px {
    min-height: 90px !important
}

.min-h-95px {
    min-height: 95px !important
}

.min-h-100px {
    min-height: 100px !important
}

.min-h-125px {
    min-height: 125px !important
}

.min-h-150px {
    min-height: 150px !important
}

.min-h-175px {
    min-height: 175px !important
}

.min-h-200px {
    min-height: 200px !important
}

.min-h-225px {
    min-height: 225px !important
}

.min-h-250px {
    min-height: 250px !important
}

.min-h-275px {
    min-height: 275px !important
}

.min-h-300px {
    min-height: 300px !important
}

.min-h-325px {
    min-height: 325px !important
}

.min-h-350px {
    min-height: 350px !important
}

.min-h-375px {
    min-height: 375px !important
}

.min-h-400px {
    min-height: 400px !important
}

.min-h-425px {
    min-height: 425px !important
}

.min-h-450px {
    min-height: 450px !important
}

.min-h-475px {
    min-height: 475px !important
}

.min-h-500px {
    min-height: 500px !important
}

.min-h-550px {
    min-height: 550px !important
}

.min-h-600px {
    min-height: 600px !important
}

.min-h-650px {
    min-height: 650px !important
}

.min-h-700px {
    min-height: 700px !important
}

.min-h-750px {
    min-height: 750px !important
}

.min-h-800px {
    min-height: 800px !important
}

.min-h-850px {
    min-height: 850px !important
}

.min-h-900px {
    min-height: 900px !important
}

.min-h-950px {
    min-height: 950px !important
}

.min-h-1000px {
    min-height: 1000px !important
}

@media (min-width:768px) {
    .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-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

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

    .w-md-25 {
        width: 25% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-1px {
        width: 1px !important
    }

    .w-md-2px {
        width: 2px !important
    }

    .w-md-3px {
        width: 3px !important
    }

    .w-md-4px {
        width: 4px !important
    }

    .w-md-5px {
        width: 5px !important
    }

    .w-md-6px {
        width: 6px !important
    }

    .w-md-7px {
        width: 7px !important
    }

    .w-md-8px {
        width: 8px !important
    }

    .w-md-9px {
        width: 9px !important
    }

    .w-md-10px {
        width: 10px !important
    }

    .w-md-15px {
        width: 15px !important
    }

    .w-md-20px {
        width: 20px !important
    }

    .w-md-25px {
        width: 25px !important
    }

    .w-md-30px {
        width: 30px !important
    }

    .w-md-35px {
        width: 35px !important
    }

    .w-md-40px {
        width: 40px !important
    }

    .w-md-45px {
        width: 45px !important
    }

    .w-md-50px {
        width: 50px !important
    }

    .w-md-55px {
        width: 55px !important
    }

    .w-md-60px {
        width: 60px !important
    }

    .w-md-65px {
        width: 65px !important
    }

    .w-md-70px {
        width: 70px !important
    }

    .w-md-75px {
        width: 75px !important
    }

    .w-md-80px {
        width: 80px !important
    }

    .w-md-85px {
        width: 85px !important
    }

    .w-md-90px {
        width: 90px !important
    }

    .w-md-95px {
        width: 95px !important
    }

    .w-md-100px {
        width: 100px !important
    }

    .w-md-125px {
        width: 125px !important
    }

    .w-md-150px {
        width: 150px !important
    }

    .w-md-175px {
        width: 175px !important
    }

    .w-md-200px {
        width: 200px !important
    }

    .w-md-225px {
        width: 225px !important
    }

    .w-md-250px {
        width: 250px !important
    }

    .w-md-275px {
        width: 275px !important
    }

    .w-md-300px {
        width: 300px !important
    }

    .w-md-325px {
        width: 325px !important
    }

    .w-md-350px {
        width: 350px !important
    }

    .w-md-375px {
        width: 375px !important
    }

    .w-md-400px {
        width: 400px !important
    }

    .w-md-425px {
        width: 425px !important
    }

    .w-md-450px {
        width: 450px !important
    }

    .w-md-475px {
        width: 475px !important
    }

    .w-md-500px {
        width: 500px !important
    }

    .w-md-550px {
        width: 550px !important
    }

    .w-md-600px {
        width: 600px !important
    }

    .w-md-650px {
        width: 650px !important
    }

    .w-md-700px {
        width: 700px !important
    }

    .w-md-750px {
        width: 750px !important
    }

    .w-md-800px {
        width: 800px !important
    }

    .w-md-850px {
        width: 850px !important
    }

    .w-md-900px {
        width: 900px !important
    }

    .w-md-950px {
        width: 950px !important
    }

    .w-md-1000px {
        width: 1000px !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-1px {
        height: 1px !important
    }

    .h-md-2px {
        height: 2px !important
    }

    .h-md-3px {
        height: 3px !important
    }

    .h-md-4px {
        height: 4px !important
    }

    .h-md-5px {
        height: 5px !important
    }

    .h-md-6px {
        height: 6px !important
    }

    .h-md-7px {
        height: 7px !important
    }

    .h-md-8px {
        height: 8px !important
    }

    .h-md-9px {
        height: 9px !important
    }

    .h-md-10px {
        height: 10px !important
    }

    .h-md-15px {
        height: 15px !important
    }

    .h-md-20px {
        height: 20px !important
    }

    .h-md-25px {
        height: 25px !important
    }

    .h-md-30px {
        height: 30px !important
    }

    .h-md-35px {
        height: 35px !important
    }

    .h-md-40px {
        height: 40px !important
    }

    .h-md-45px {
        height: 45px !important
    }

    .h-md-50px {
        height: 50px !important
    }

    .h-md-55px {
        height: 55px !important
    }

    .h-md-60px {
        height: 60px !important
    }

    .h-md-65px {
        height: 65px !important
    }

    .h-md-70px {
        height: 70px !important
    }

    .h-md-75px {
        height: 75px !important
    }

    .h-md-80px {
        height: 80px !important
    }

    .h-md-85px {
        height: 85px !important
    }

    .h-md-90px {
        height: 90px !important
    }

    .h-md-95px {
        height: 95px !important
    }

    .h-md-100px {
        height: 100px !important
    }

    .h-md-125px {
        height: 125px !important
    }

    .h-md-150px {
        height: 150px !important
    }

    .h-md-175px {
        height: 175px !important
    }

    .h-md-200px {
        height: 200px !important
    }

    .h-md-225px {
        height: 225px !important
    }

    .h-md-250px {
        height: 250px !important
    }

    .h-md-275px {
        height: 275px !important
    }

    .h-md-300px {
        height: 300px !important
    }

    .h-md-325px {
        height: 325px !important
    }

    .h-md-350px {
        height: 350px !important
    }

    .h-md-375px {
        height: 375px !important
    }

    .h-md-400px {
        height: 400px !important
    }

    .h-md-425px {
        height: 425px !important
    }

    .h-md-450px {
        height: 450px !important
    }

    .h-md-475px {
        height: 475px !important
    }

    .h-md-500px {
        height: 500px !important
    }

    .h-md-550px {
        height: 550px !important
    }

    .h-md-600px {
        height: 600px !important
    }

    .h-md-650px {
        height: 650px !important
    }

    .h-md-700px {
        height: 700px !important
    }

    .h-md-750px {
        height: 750px !important
    }

    .h-md-800px {
        height: 800px !important
    }

    .h-md-850px {
        height: 850px !important
    }

    .h-md-900px {
        height: 900px !important
    }

    .h-md-950px {
        height: 950px !important
    }

    .h-md-1000px {
        height: 1000px !important
    }

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

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

    .flex-md-wrap {
        flex-wrap: wrap !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
    }

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

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

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

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

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

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

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

    .m-md-7 {
        margin: 1.75rem !important
    }

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

    .m-md-9 {
        margin: 2.25rem !important
    }

    .m-md-10 {
        margin: 2.5rem !important
    }

    .m-md-11 {
        margin: 2.75rem !important
    }

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

    .m-md-13 {
        margin: 3.25rem !important
    }

    .m-md-14 {
        margin: 3.5rem !important
    }

    .m-md-15 {
        margin: 3.75rem !important
    }

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

    .m-md-17 {
        margin: 4.25rem !important
    }

    .m-md-18 {
        margin: 4.5rem !important
    }

    .m-md-19 {
        margin: 4.75rem !important
    }

    .m-md-20 {
        margin: 5rem !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: .75rem !important
    }

    .mb-md-4 {
        margin-bottom: 1rem !important
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-md-8 {
        margin-bottom: 2rem !important
    }

    .mb-md-9 {
        margin-bottom: 2.25rem !important
    }

    .mb-md-10 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-11 {
        margin-bottom: 2.75rem !important
    }

    .mb-md-12 {
        margin-bottom: 3rem !important
    }

    .mb-md-13 {
        margin-bottom: 3.25rem !important
    }

    .mb-md-14 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-15 {
        margin-bottom: 3.75rem !important
    }

    .mb-md-16 {
        margin-bottom: 4rem !important
    }

    .mb-md-17 {
        margin-bottom: 4.25rem !important
    }

    .mb-md-18 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-19 {
        margin-bottom: 4.75rem !important
    }

    .mb-md-20 {
        margin-bottom: 5rem !important
    }

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

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

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

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

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

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

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

    .p-md-7 {
        padding: 1.75rem !important
    }

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

    .p-md-9 {
        padding: 2.25rem !important
    }

    .p-md-10 {
        padding: 2.5rem !important
    }

    .p-md-11 {
        padding: 2.75rem !important
    }

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

    .p-md-13 {
        padding: 3.25rem !important
    }

    .p-md-14 {
        padding: 3.5rem !important
    }

    .p-md-15 {
        padding: 3.75rem !important
    }

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

    .p-md-17 {
        padding: 4.25rem !important
    }

    .p-md-18 {
        padding: 4.5rem !important
    }

    .p-md-19 {
        padding: 4.75rem !important
    }

    .p-md-20 {
        padding: 5rem !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: .75rem !important;
        padding-left: .75rem !important
    }

    .px-md-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important
    }

    .px-md-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important
    }

    .px-md-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .px-md-9 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-md-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-md-11 {
        padding-right: 2.75rem !important;
        padding-left: 2.75rem !important
    }

    .px-md-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-13 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important
    }

    .px-md-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-md-15 {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important
    }

    .px-md-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-md-17 {
        padding-right: 4.25rem !important;
        padding-left: 4.25rem !important
    }

    .px-md-18 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-md-19 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important
    }

    .px-md-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !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: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-md-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .py-md-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important
    }

    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-md-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-md-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-md-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important
    }

    .py-md-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-13 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important
    }

    .py-md-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-md-15 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .py-md-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-md-17 {
        padding-top: 4.25rem !important;
        padding-bottom: 4.25rem !important
    }

    .py-md-18 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-md-19 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important
    }

    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

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

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: .75rem !important
    }

    .gap-md-4 {
        gap: 1rem !important
    }

    .gap-md-5 {
        gap: 1.25rem !important
    }

    .gap-md-6 {
        gap: 1.5rem !important
    }

    .gap-md-7 {
        gap: 1.75rem !important
    }

    .gap-md-8 {
        gap: 2rem !important
    }

    .gap-md-9 {
        gap: 2.25rem !important
    }

    .gap-md-10 {
        gap: 2.5rem !important
    }

    .gap-md-11 {
        gap: 2.75rem !important
    }

    .gap-md-12 {
        gap: 3rem !important
    }

    .gap-md-13 {
        gap: 3.25rem !important
    }

    .gap-md-14 {
        gap: 3.5rem !important
    }

    .gap-md-15 {
        gap: 3.75rem !important
    }

    .gap-md-16 {
        gap: 4rem !important
    }

    .gap-md-17 {
        gap: 4.25rem !important
    }

    .gap-md-18 {
        gap: 4.5rem !important
    }

    .gap-md-19 {
        gap: 4.75rem !important
    }

    .gap-md-20 {
        gap: 5rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: .75rem !important
    }

    .row-gap-md-4 {
        row-gap: 1rem !important
    }

    .row-gap-md-5 {
        row-gap: 1.25rem !important
    }

    .row-gap-md-6 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-7 {
        row-gap: 1.75rem !important
    }

    .row-gap-md-8 {
        row-gap: 2rem !important
    }

    .row-gap-md-9 {
        row-gap: 2.25rem !important
    }

    .row-gap-md-10 {
        row-gap: 2.5rem !important
    }

    .row-gap-md-11 {
        row-gap: 2.75rem !important
    }

    .row-gap-md-12 {
        row-gap: 3rem !important
    }

    .row-gap-md-13 {
        row-gap: 3.25rem !important
    }

    .row-gap-md-14 {
        row-gap: 3.5rem !important
    }

    .row-gap-md-15 {
        row-gap: 3.75rem !important
    }

    .row-gap-md-16 {
        row-gap: 4rem !important
    }

    .row-gap-md-17 {
        row-gap: 4.25rem !important
    }

    .row-gap-md-18 {
        row-gap: 4.5rem !important
    }

    .row-gap-md-19 {
        row-gap: 4.75rem !important
    }

    .row-gap-md-20 {
        row-gap: 5rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-5 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-md-6 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-7 {
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-md-8 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-md-9 {
        -moz-column-gap: 2.25rem !important;
        column-gap: 2.25rem !important
    }

    .column-gap-md-10 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-md-11 {
        -moz-column-gap: 2.75rem !important;
        column-gap: 2.75rem !important
    }

    .column-gap-md-12 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-13 {
        -moz-column-gap: 3.25rem !important;
        column-gap: 3.25rem !important
    }

    .column-gap-md-14 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-md-15 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important
    }

    .column-gap-md-16 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-md-17 {
        -moz-column-gap: 4.25rem !important;
        column-gap: 4.25rem !important
    }

    .column-gap-md-18 {
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-md-19 {
        -moz-column-gap: 4.75rem !important;
        column-gap: 4.75rem !important
    }

    .column-gap-md-20 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .fs-md-1 {
        font-size: calc(1.3rem + .6vw) !important
    }

    .fs-md-2 {
        font-size: calc(1.275rem + .3vw) !important
    }

    .fs-md-3 {
        font-size: calc(1.26rem + .12vw) !important
    }

    .fs-md-4 {
        font-size: 1.25rem !important
    }

    .fs-md-5 {
        font-size: 1.15rem !important
    }

    .fs-md-6 {
        font-size: 1.075rem !important
    }

    .fs-md-7 {
        font-size: .95rem !important
    }

    .fs-md-8 {
        font-size: .85rem !important
    }

    .fs-md-9 {
        font-size: .75rem !important
    }

    .fs-md-10 {
        font-size: .5rem !important
    }

    .fs-md-base {
        font-size: 1rem !important
    }

    .fs-md-lg {
        font-size: 1.075rem !important
    }

    .fs-md-fluid {
        font-size: 100% !important
    }

    .fs-md-2x {
        font-size: calc(1.325rem + .9vw) !important
    }

    .fs-md-2qx {
        font-size: calc(1.35rem + 1.2vw) !important
    }

    .fs-md-3x {
        font-size: calc(1.425rem + 2.1vw) !important
    }

    .fs-md-3qx {
        font-size: calc(1.45rem + 2.4vw) !important
    }

    .fs-md-4x {
        font-size: calc(1.525rem + 3.3vw) !important
    }

    .fs-md-4qx {
        font-size: calc(1.55rem + 3.6vw) !important
    }

    .fs-md-5x {
        font-size: calc(1.625rem + 4.5vw) !important
    }

    .fs-md-5qx {
        font-size: calc(1.65rem + 4.8vw) !important
    }

    .fs-md-6x {
        font-size: calc(1.725rem + 5.7vw) !important
    }

    .fs-md-6qx {
        font-size: calc(1.75rem + 6vw) !important
    }

    .fs-md-7x {
        font-size: calc(1.825rem + 6.9vw) !important
    }

    .fs-md-7qx {
        font-size: calc(1.85rem + 7.2vw) !important
    }

    .text-md-end {
        text-align: right !important
    }

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

    .min-w-md-25 {
        min-width: 25% !important
    }

    .min-w-md-50 {
        min-width: 50% !important
    }

    .min-w-md-75 {
        min-width: 75% !important
    }

    .min-w-md-100 {
        min-width: 100% !important
    }

    .min-w-md-1px {
        min-width: 1px !important
    }

    .min-w-md-2px {
        min-width: 2px !important
    }

    .min-w-md-3px {
        min-width: 3px !important
    }

    .min-w-md-4px {
        min-width: 4px !important
    }

    .min-w-md-5px {
        min-width: 5px !important
    }

    .min-w-md-6px {
        min-width: 6px !important
    }

    .min-w-md-7px {
        min-width: 7px !important
    }

    .min-w-md-8px {
        min-width: 8px !important
    }

    .min-w-md-9px {
        min-width: 9px !important
    }

    .min-w-md-10px {
        min-width: 10px !important
    }

    .min-w-md-15px {
        min-width: 15px !important
    }

    .min-w-md-20px {
        min-width: 20px !important
    }

    .min-w-md-25px {
        min-width: 25px !important
    }

    .min-w-md-30px {
        min-width: 30px !important
    }

    .min-w-md-35px {
        min-width: 35px !important
    }

    .min-w-md-40px {
        min-width: 40px !important
    }

    .min-w-md-45px {
        min-width: 45px !important
    }

    .min-w-md-50px {
        min-width: 50px !important
    }

    .min-w-md-55px {
        min-width: 55px !important
    }

    .min-w-md-60px {
        min-width: 60px !important
    }

    .min-w-md-65px {
        min-width: 65px !important
    }

    .min-w-md-70px {
        min-width: 70px !important
    }

    .min-w-md-75px {
        min-width: 75px !important
    }

    .min-w-md-80px {
        min-width: 80px !important
    }

    .min-w-md-85px {
        min-width: 85px !important
    }

    .min-w-md-90px {
        min-width: 90px !important
    }

    .min-w-md-95px {
        min-width: 95px !important
    }

    .min-w-md-100px {
        min-width: 100px !important
    }

    .min-w-md-125px {
        min-width: 125px !important
    }

    .min-w-md-150px {
        min-width: 150px !important
    }

    .min-w-md-175px {
        min-width: 175px !important
    }

    .min-w-md-200px {
        min-width: 200px !important
    }

    .min-w-md-225px {
        min-width: 225px !important
    }

    .min-w-md-250px {
        min-width: 250px !important
    }

    .min-w-md-275px {
        min-width: 275px !important
    }

    .min-w-md-300px {
        min-width: 300px !important
    }

    .min-w-md-325px {
        min-width: 325px !important
    }

    .min-w-md-350px {
        min-width: 350px !important
    }

    .min-w-md-375px {
        min-width: 375px !important
    }

    .min-w-md-400px {
        min-width: 400px !important
    }

    .min-w-md-425px {
        min-width: 425px !important
    }

    .min-w-md-450px {
        min-width: 450px !important
    }

    .min-w-md-475px {
        min-width: 475px !important
    }

    .min-w-md-500px {
        min-width: 500px !important
    }

    .min-w-md-550px {
        min-width: 550px !important
    }

    .min-w-md-600px {
        min-width: 600px !important
    }

    .min-w-md-650px {
        min-width: 650px !important
    }

    .min-w-md-700px {
        min-width: 700px !important
    }

    .min-w-md-750px {
        min-width: 750px !important
    }

    .min-w-md-800px {
        min-width: 800px !important
    }

    .min-w-md-850px {
        min-width: 850px !important
    }

    .min-w-md-900px {
        min-width: 900px !important
    }

    .min-w-md-950px {
        min-width: 950px !important
    }

    .min-w-md-1000px {
        min-width: 1000px !important
    }

    .min-h-md-25 {
        min-height: 25% !important
    }

    .min-h-md-50 {
        min-height: 50% !important
    }

    .min-h-md-75 {
        min-height: 75% !important
    }

    .min-h-md-100 {
        min-height: 100% !important
    }

    .min-h-md-1px {
        min-height: 1px !important
    }

    .min-h-md-2px {
        min-height: 2px !important
    }

    .min-h-md-3px {
        min-height: 3px !important
    }

    .min-h-md-4px {
        min-height: 4px !important
    }

    .min-h-md-5px {
        min-height: 5px !important
    }

    .min-h-md-6px {
        min-height: 6px !important
    }

    .min-h-md-7px {
        min-height: 7px !important
    }

    .min-h-md-8px {
        min-height: 8px !important
    }

    .min-h-md-9px {
        min-height: 9px !important
    }

    .min-h-md-10px {
        min-height: 10px !important
    }

    .min-h-md-15px {
        min-height: 15px !important
    }

    .min-h-md-20px {
        min-height: 20px !important
    }

    .min-h-md-25px {
        min-height: 25px !important
    }

    .min-h-md-30px {
        min-height: 30px !important
    }

    .min-h-md-35px {
        min-height: 35px !important
    }

    .min-h-md-40px {
        min-height: 40px !important
    }

    .min-h-md-45px {
        min-height: 45px !important
    }

    .min-h-md-50px {
        min-height: 50px !important
    }

    .min-h-md-55px {
        min-height: 55px !important
    }

    .min-h-md-60px {
        min-height: 60px !important
    }

    .min-h-md-65px {
        min-height: 65px !important
    }

    .min-h-md-70px {
        min-height: 70px !important
    }

    .min-h-md-75px {
        min-height: 75px !important
    }

    .min-h-md-80px {
        min-height: 80px !important
    }

    .min-h-md-85px {
        min-height: 85px !important
    }

    .min-h-md-90px {
        min-height: 90px !important
    }

    .min-h-md-95px {
        min-height: 95px !important
    }

    .min-h-md-100px {
        min-height: 100px !important
    }

    .min-h-md-125px {
        min-height: 125px !important
    }

    .min-h-md-150px {
        min-height: 150px !important
    }

    .min-h-md-175px {
        min-height: 175px !important
    }

    .min-h-md-200px {
        min-height: 200px !important
    }

    .min-h-md-225px {
        min-height: 225px !important
    }

    .min-h-md-250px {
        min-height: 250px !important
    }

    .min-h-md-275px {
        min-height: 275px !important
    }

    .min-h-md-300px {
        min-height: 300px !important
    }

    .min-h-md-325px {
        min-height: 325px !important
    }

    .min-h-md-350px {
        min-height: 350px !important
    }

    .min-h-md-375px {
        min-height: 375px !important
    }

    .min-h-md-400px {
        min-height: 400px !important
    }

    .min-h-md-425px {
        min-height: 425px !important
    }

    .min-h-md-450px {
        min-height: 450px !important
    }

    .min-h-md-475px {
        min-height: 475px !important
    }

    .min-h-md-500px {
        min-height: 500px !important
    }

    .min-h-md-550px {
        min-height: 550px !important
    }

    .min-h-md-600px {
        min-height: 600px !important
    }

    .min-h-md-650px {
        min-height: 650px !important
    }

    .min-h-md-700px {
        min-height: 700px !important
    }

    .min-h-md-750px {
        min-height: 750px !important
    }

    .min-h-md-800px {
        min-height: 800px !important
    }

    .min-h-md-850px {
        min-height: 850px !important
    }

    .min-h-md-900px {
        min-height: 900px !important
    }

    .min-h-md-950px {
        min-height: 950px !important
    }

    .min-h-md-1000px {
        min-height: 1000px !important
    }
}

@media (min-width:992px) {
    .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-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

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

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-1px {
        width: 1px !important
    }

    .w-lg-2px {
        width: 2px !important
    }

    .w-lg-3px {
        width: 3px !important
    }

    .w-lg-4px {
        width: 4px !important
    }

    .w-lg-5px {
        width: 5px !important
    }

    .w-lg-6px {
        width: 6px !important
    }

    .w-lg-7px {
        width: 7px !important
    }

    .w-lg-8px {
        width: 8px !important
    }

    .w-lg-9px {
        width: 9px !important
    }

    .w-lg-10px {
        width: 10px !important
    }

    .w-lg-15px {
        width: 15px !important
    }

    .w-lg-20px {
        width: 20px !important
    }

    .w-lg-25px {
        width: 25px !important
    }

    .w-lg-30px {
        width: 30px !important
    }

    .w-lg-35px {
        width: 35px !important
    }

    .w-lg-40px {
        width: 40px !important
    }

    .w-lg-45px {
        width: 45px !important
    }

    .w-lg-50px {
        width: 50px !important
    }

    .w-lg-55px {
        width: 55px !important
    }

    .w-lg-60px {
        width: 60px !important
    }

    .w-lg-65px {
        width: 65px !important
    }

    .w-lg-70px {
        width: 70px !important
    }

    .w-lg-75px {
        width: 75px !important
    }

    .w-lg-80px {
        width: 80px !important
    }

    .w-lg-85px {
        width: 85px !important
    }

    .w-lg-90px {
        width: 90px !important
    }

    .w-lg-95px {
        width: 95px !important
    }

    .w-lg-100px {
        width: 100px !important
    }

    .w-lg-125px {
        width: 125px !important
    }

    .w-lg-150px {
        width: 150px !important
    }

    .w-lg-175px {
        width: 175px !important
    }

    .w-lg-200px {
        width: 200px !important
    }

    .w-lg-225px {
        width: 225px !important
    }

    .w-lg-250px {
        width: 250px !important
    }

    .w-lg-275px {
        width: 275px !important
    }

    .w-lg-300px {
        width: 300px !important
    }

    .w-lg-325px {
        width: 325px !important
    }

    .w-lg-350px {
        width: 350px !important
    }

    .w-lg-375px {
        width: 375px !important
    }

    .w-lg-400px {
        width: 400px !important
    }

    .w-lg-425px {
        width: 425px !important
    }

    .w-lg-450px {
        width: 450px !important
    }

    .w-lg-475px {
        width: 475px !important
    }

    .w-lg-500px {
        width: 500px !important
    }

    .w-lg-550px {
        width: 550px !important
    }

    .w-lg-600px {
        width: 600px !important
    }

    .w-lg-650px {
        width: 650px !important
    }

    .w-lg-700px {
        width: 700px !important
    }

    .w-lg-750px {
        width: 750px !important
    }

    .w-lg-800px {
        width: 800px !important
    }

    .w-lg-850px {
        width: 850px !important
    }

    .w-lg-900px {
        width: 900px !important
    }

    .w-lg-950px {
        width: 950px !important
    }

    .w-lg-1000px {
        width: 1000px !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-1px {
        height: 1px !important
    }

    .h-lg-2px {
        height: 2px !important
    }

    .h-lg-3px {
        height: 3px !important
    }

    .h-lg-4px {
        height: 4px !important
    }

    .h-lg-5px {
        height: 5px !important
    }

    .h-lg-6px {
        height: 6px !important
    }

    .h-lg-7px {
        height: 7px !important
    }

    .h-lg-8px {
        height: 8px !important
    }

    .h-lg-9px {
        height: 9px !important
    }

    .h-lg-10px {
        height: 10px !important
    }

    .h-lg-15px {
        height: 15px !important
    }

    .h-lg-20px {
        height: 20px !important
    }

    .h-lg-25px {
        height: 25px !important
    }

    .h-lg-30px {
        height: 30px !important
    }

    .h-lg-35px {
        height: 35px !important
    }

    .h-lg-40px {
        height: 40px !important
    }

    .h-lg-45px {
        height: 45px !important
    }

    .h-lg-50px {
        height: 50px !important
    }

    .h-lg-55px {
        height: 55px !important
    }

    .h-lg-60px {
        height: 60px !important
    }

    .h-lg-65px {
        height: 65px !important
    }

    .h-lg-70px {
        height: 70px !important
    }

    .h-lg-75px {
        height: 75px !important
    }

    .h-lg-80px {
        height: 80px !important
    }

    .h-lg-85px {
        height: 85px !important
    }

    .h-lg-90px {
        height: 90px !important
    }

    .h-lg-95px {
        height: 95px !important
    }

    .h-lg-100px {
        height: 100px !important
    }

    .h-lg-125px {
        height: 125px !important
    }

    .h-lg-150px {
        height: 150px !important
    }

    .h-lg-175px {
        height: 175px !important
    }

    .h-lg-200px {
        height: 200px !important
    }

    .h-lg-225px {
        height: 225px !important
    }

    .h-lg-250px {
        height: 250px !important
    }

    .h-lg-275px {
        height: 275px !important
    }

    .h-lg-300px {
        height: 300px !important
    }

    .h-lg-325px {
        height: 325px !important
    }

    .h-lg-350px {
        height: 350px !important
    }

    .h-lg-375px {
        height: 375px !important
    }

    .h-lg-400px {
        height: 400px !important
    }

    .h-lg-425px {
        height: 425px !important
    }

    .h-lg-450px {
        height: 450px !important
    }

    .h-lg-475px {
        height: 475px !important
    }

    .h-lg-500px {
        height: 500px !important
    }

    .h-lg-550px {
        height: 550px !important
    }

    .h-lg-600px {
        height: 600px !important
    }

    .h-lg-650px {
        height: 650px !important
    }

    .h-lg-700px {
        height: 700px !important
    }

    .h-lg-750px {
        height: 750px !important
    }

    .h-lg-800px {
        height: 800px !important
    }

    .h-lg-850px {
        height: 850px !important
    }

    .h-lg-900px {
        height: 900px !important
    }

    .h-lg-950px {
        height: 950px !important
    }

    .h-lg-1000px {
        height: 1000px !important
    }

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

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

    .flex-lg-wrap {
        flex-wrap: wrap !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
    }

    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

    .m-lg-7 {
        margin: 1.75rem !important
    }

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

    .m-lg-9 {
        margin: 2.25rem !important
    }

    .m-lg-10 {
        margin: 2.5rem !important
    }

    .m-lg-11 {
        margin: 2.75rem !important
    }

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

    .m-lg-13 {
        margin: 3.25rem !important
    }

    .m-lg-14 {
        margin: 3.5rem !important
    }

    .m-lg-15 {
        margin: 3.75rem !important
    }

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

    .m-lg-17 {
        margin: 4.25rem !important
    }

    .m-lg-18 {
        margin: 4.5rem !important
    }

    .m-lg-19 {
        margin: 4.75rem !important
    }

    .m-lg-20 {
        margin: 5rem !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: .75rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1rem !important
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-lg-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-lg-8 {
        margin-bottom: 2rem !important
    }

    .mb-lg-9 {
        margin-bottom: 2.25rem !important
    }

    .mb-lg-10 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-11 {
        margin-bottom: 2.75rem !important
    }

    .mb-lg-12 {
        margin-bottom: 3rem !important
    }

    .mb-lg-13 {
        margin-bottom: 3.25rem !important
    }

    .mb-lg-14 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-15 {
        margin-bottom: 3.75rem !important
    }

    .mb-lg-16 {
        margin-bottom: 4rem !important
    }

    .mb-lg-17 {
        margin-bottom: 4.25rem !important
    }

    .mb-lg-18 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-19 {
        margin-bottom: 4.75rem !important
    }

    .mb-lg-20 {
        margin-bottom: 5rem !important
    }

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

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

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

    .p-lg-3 {
        padding: .75rem !important
    }

    .p-lg-4 {
        padding: 1rem !important
    }

    .p-lg-5 {
        padding: 1.25rem !important
    }

    .p-lg-6 {
        padding: 1.5rem !important
    }

    .p-lg-7 {
        padding: 1.75rem !important
    }

    .p-lg-8 {
        padding: 2rem !important
    }

    .p-lg-9 {
        padding: 2.25rem !important
    }

    .p-lg-10 {
        padding: 2.5rem !important
    }

    .p-lg-11 {
        padding: 2.75rem !important
    }

    .p-lg-12 {
        padding: 3rem !important
    }

    .p-lg-13 {
        padding: 3.25rem !important
    }

    .p-lg-14 {
        padding: 3.5rem !important
    }

    .p-lg-15 {
        padding: 3.75rem !important
    }

    .p-lg-16 {
        padding: 4rem !important
    }

    .p-lg-17 {
        padding: 4.25rem !important
    }

    .p-lg-18 {
        padding: 4.5rem !important
    }

    .p-lg-19 {
        padding: 4.75rem !important
    }

    .p-lg-20 {
        padding: 5rem !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: .75rem !important;
        padding-left: .75rem !important
    }

    .px-lg-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important
    }

    .px-lg-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important
    }

    .px-lg-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .px-lg-9 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .px-lg-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-lg-11 {
        padding-right: 2.75rem !important;
        padding-left: 2.75rem !important
    }

    .px-lg-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-13 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important
    }

    .px-lg-14 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-lg-15 {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important
    }

    .px-lg-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-lg-17 {
        padding-right: 4.25rem !important;
        padding-left: 4.25rem !important
    }

    .px-lg-18 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-lg-19 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important
    }

    .px-lg-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !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: .75rem !important;
        padding-bottom: .75rem !important
    }

    .py-lg-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .py-lg-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important
    }

    .py-lg-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-lg-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .py-lg-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-lg-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important
    }

    .py-lg-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-13 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important
    }

    .py-lg-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-lg-15 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .py-lg-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-lg-17 {
        padding-top: 4.25rem !important;
        padding-bottom: 4.25rem !important
    }

    .py-lg-18 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-lg-19 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

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

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: .75rem !important
    }

    .gap-lg-4 {
        gap: 1rem !important
    }

    .gap-lg-5 {
        gap: 1.25rem !important
    }

    .gap-lg-6 {
        gap: 1.5rem !important
    }

    .gap-lg-7 {
        gap: 1.75rem !important
    }

    .gap-lg-8 {
        gap: 2rem !important
    }

    .gap-lg-9 {
        gap: 2.25rem !important
    }

    .gap-lg-10 {
        gap: 2.5rem !important
    }

    .gap-lg-11 {
        gap: 2.75rem !important
    }

    .gap-lg-12 {
        gap: 3rem !important
    }

    .gap-lg-13 {
        gap: 3.25rem !important
    }

    .gap-lg-14 {
        gap: 3.5rem !important
    }

    .gap-lg-15 {
        gap: 3.75rem !important
    }

    .gap-lg-16 {
        gap: 4rem !important
    }

    .gap-lg-17 {
        gap: 4.25rem !important
    }

    .gap-lg-18 {
        gap: 4.5rem !important
    }

    .gap-lg-19 {
        gap: 4.75rem !important
    }

    .gap-lg-20 {
        gap: 5rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: .75rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1rem !important
    }

    .row-gap-lg-5 {
        row-gap: 1.25rem !important
    }

    .row-gap-lg-6 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-7 {
        row-gap: 1.75rem !important
    }

    .row-gap-lg-8 {
        row-gap: 2rem !important
    }

    .row-gap-lg-9 {
        row-gap: 2.25rem !important
    }

    .row-gap-lg-10 {
        row-gap: 2.5rem !important
    }

    .row-gap-lg-11 {
        row-gap: 2.75rem !important
    }

    .row-gap-lg-12 {
        row-gap: 3rem !important
    }

    .row-gap-lg-13 {
        row-gap: 3.25rem !important
    }

    .row-gap-lg-14 {
        row-gap: 3.5rem !important
    }

    .row-gap-lg-15 {
        row-gap: 3.75rem !important
    }

    .row-gap-lg-16 {
        row-gap: 4rem !important
    }

    .row-gap-lg-17 {
        row-gap: 4.25rem !important
    }

    .row-gap-lg-18 {
        row-gap: 4.5rem !important
    }

    .row-gap-lg-19 {
        row-gap: 4.75rem !important
    }

    .row-gap-lg-20 {
        row-gap: 5rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important
    }

    .column-gap-lg-6 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-7 {
        -moz-column-gap: 1.75rem !important;
        column-gap: 1.75rem !important
    }

    .column-gap-lg-8 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-lg-9 {
        -moz-column-gap: 2.25rem !important;
        column-gap: 2.25rem !important
    }

    .column-gap-lg-10 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-lg-11 {
        -moz-column-gap: 2.75rem !important;
        column-gap: 2.75rem !important
    }

    .column-gap-lg-12 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-13 {
        -moz-column-gap: 3.25rem !important;
        column-gap: 3.25rem !important
    }

    .column-gap-lg-14 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-lg-15 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important
    }

    .column-gap-lg-16 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-lg-17 {
        -moz-column-gap: 4.25rem !important;
        column-gap: 4.25rem !important
    }

    .column-gap-lg-18 {
        -moz-column-gap: 4.5rem !important;
        column-gap: 4.5rem !important
    }

    .column-gap-lg-19 {
        -moz-column-gap: 4.75rem !important;
        column-gap: 4.75rem !important
    }

    .column-gap-lg-20 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important
    }

    .fs-lg-1 {
        font-size: calc(1.3rem + .6vw) !important
    }

    .fs-lg-2 {
        font-size: calc(1.275rem + .3vw) !important
    }

    .fs-lg-3 {
        font-size: calc(1.26rem + .12vw) !important
    }

    .fs-lg-4 {
        font-size: 1.25rem !important
    }

    .fs-lg-5 {
        font-size: 1.15rem !important
    }

    .fs-lg-6 {
        font-size: 1.075rem !important
    }

    .fs-lg-7 {
        font-size: .95rem !important
    }

    .fs-lg-8 {
        font-size: .85rem !important
    }

    .fs-lg-9 {
        font-size: .75rem !important
    }

    .fs-lg-10 {
        font-size: .5rem !important
    }

    .fs-lg-base {
        font-size: 1rem !important
    }

    .fs-lg-lg {
        font-size: 1.075rem !important
    }

    .fs-lg-fluid {
        font-size: 100% !important
    }

    .fs-lg-2x {
        font-size: calc(1.325rem + .9vw) !important
    }

    .fs-lg-2qx {
        font-size: calc(1.35rem + 1.2vw) !important
    }

    .fs-lg-3x {
        font-size: calc(1.425rem + 2.1vw) !important
    }

    .fs-lg-3qx {
        font-size: calc(1.45rem + 2.4vw) !important
    }

    .fs-lg-4x {
        font-size: calc(1.525rem + 3.3vw) !important
    }

    .fs-lg-4qx {
        font-size: calc(1.55rem + 3.6vw) !important
    }

    .fs-lg-5x {
        font-size: calc(1.625rem + 4.5vw) !important
    }

    .fs-lg-5qx {
        font-size: calc(1.65rem + 4.8vw) !important
    }

    .fs-lg-6x {
        font-size: calc(1.725rem + 5.7vw) !important
    }

    .fs-lg-6qx {
        font-size: calc(1.75rem + 6vw) !important
    }

    .fs-lg-7x {
        font-size: calc(1.825rem + 6.9vw) !important
    }

    .fs-lg-7qx {
        font-size: calc(1.85rem + 7.2vw) !important
    }

    .text-lg-end {
        text-align: right !important
    }

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

    .min-w-lg-25 {
        min-width: 25% !important
    }

    .min-w-lg-50 {
        min-width: 50% !important
    }

    .min-w-lg-75 {
        min-width: 75% !important
    }

    .min-w-lg-100 {
        min-width: 100% !important
    }

    .min-w-lg-1px {
        min-width: 1px !important
    }

    .min-w-lg-2px {
        min-width: 2px !important
    }

    .min-w-lg-3px {
        min-width: 3px !important
    }

    .min-w-lg-4px {
        min-width: 4px !important
    }

    .min-w-lg-5px {
        min-width: 5px !important
    }

    .min-w-lg-6px {
        min-width: 6px !important
    }

    .min-w-lg-7px {
        min-width: 7px !important
    }

    .min-w-lg-8px {
        min-width: 8px !important
    }

    .min-w-lg-9px {
        min-width: 9px !important
    }

    .min-w-lg-10px {
        min-width: 10px !important
    }

    .min-w-lg-15px {
        min-width: 15px !important
    }

    .min-w-lg-20px {
        min-width: 20px !important
    }

    .min-w-lg-25px {
        min-width: 25px !important
    }

    .min-w-lg-30px {
        min-width: 30px !important
    }

    .min-w-lg-35px {
        min-width: 35px !important
    }

    .min-w-lg-40px {
        min-width: 40px !important
    }

    .min-w-lg-45px {
        min-width: 45px !important
    }

    .min-w-lg-50px {
        min-width: 50px !important
    }

    .min-w-lg-55px {
        min-width: 55px !important
    }

    .min-w-lg-60px {
        min-width: 60px !important
    }

    .min-w-lg-65px {
        min-width: 65px !important
    }

    .min-w-lg-70px {
        min-width: 70px !important
    }

    .min-w-lg-75px {
        min-width: 75px !important
    }

    .min-w-lg-80px {
        min-width: 80px !important
    }

    .min-w-lg-85px {
        min-width: 85px !important
    }

    .min-w-lg-90px {
        min-width: 90px !important
    }

    .min-w-lg-95px {
        min-width: 95px !important
    }

    .min-w-lg-100px {
        min-width: 100px !important
    }

    .min-w-lg-125px {
        min-width: 125px !important
    }

    .min-w-lg-150px {
        min-width: 150px !important
    }

    .min-w-lg-175px {
        min-width: 175px !important
    }

    .min-w-lg-200px {
        min-width: 200px !important
    }

    .min-w-lg-225px {
        min-width: 225px !important
    }

    .min-w-lg-250px {
        min-width: 250px !important
    }

    .min-w-lg-275px {
        min-width: 275px !important
    }

    .min-w-lg-300px {
        min-width: 300px !important
    }

    .min-w-lg-325px {
        min-width: 325px !important
    }

    .min-w-lg-350px {
        min-width: 350px !important
    }

    .min-w-lg-375px {
        min-width: 375px !important
    }

    .min-w-lg-400px {
        min-width: 400px !important
    }

    .min-w-lg-425px {
        min-width: 425px !important
    }

    .min-w-lg-450px {
        min-width: 450px !important
    }

    .min-w-lg-475px {
        min-width: 475px !important
    }

    .min-w-lg-500px {
        min-width: 500px !important
    }

    .min-w-lg-550px {
        min-width: 550px !important
    }

    .min-w-lg-600px {
        min-width: 600px !important
    }

    .min-w-lg-650px {
        min-width: 650px !important
    }

    .min-w-lg-700px {
        min-width: 700px !important
    }

    .min-w-lg-750px {
        min-width: 750px !important
    }

    .min-w-lg-800px {
        min-width: 800px !important
    }

    .min-w-lg-850px {
        min-width: 850px !important
    }

    .min-w-lg-900px {
        min-width: 900px !important
    }

    .min-w-lg-950px {
        min-width: 950px !important
    }

    .min-w-lg-1000px {
        min-width: 1000px !important
    }

    .min-h-lg-25 {
        min-height: 25% !important
    }

    .min-h-lg-50 {
        min-height: 50% !important
    }

    .min-h-lg-75 {
        min-height: 75% !important
    }

    .min-h-lg-100 {
        min-height: 100% !important
    }

    .min-h-lg-1px {
        min-height: 1px !important
    }

    .min-h-lg-2px {
        min-height: 2px !important
    }

    .min-h-lg-3px {
        min-height: 3px !important
    }

    .min-h-lg-4px {
        min-height: 4px !important
    }

    .min-h-lg-5px {
        min-height: 5px !important
    }

    .min-h-lg-6px {
        min-height: 6px !important
    }

    .min-h-lg-7px {
        min-height: 7px !important
    }

    .min-h-lg-8px {
        min-height: 8px !important
    }

    .min-h-lg-9px {
        min-height: 9px !important
    }

    .min-h-lg-10px {
        min-height: 10px !important
    }

    .min-h-lg-15px {
        min-height: 15px !important
    }

    .min-h-lg-20px {
        min-height: 20px !important
    }

    .min-h-lg-25px {
        min-height: 25px !important
    }

    .min-h-lg-30px {
        min-height: 30px !important
    }

    .min-h-lg-35px {
        min-height: 35px !important
    }

    .min-h-lg-40px {
        min-height: 40px !important
    }

    .min-h-lg-45px {
        min-height: 45px !important
    }

    .min-h-lg-50px {
        min-height: 50px !important
    }

    .min-h-lg-55px {
        min-height: 55px !important
    }

    .min-h-lg-60px {
        min-height: 60px !important
    }

    .min-h-lg-65px {
        min-height: 65px !important
    }

    .min-h-lg-70px {
        min-height: 70px !important
    }

    .min-h-lg-75px {
        min-height: 75px !important
    }

    .min-h-lg-80px {
        min-height: 80px !important
    }

    .min-h-lg-85px {
        min-height: 85px !important
    }

    .min-h-lg-90px {
        min-height: 90px !important
    }

    .min-h-lg-95px {
        min-height: 95px !important
    }

    .min-h-lg-100px {
        min-height: 100px !important
    }

    .min-h-lg-125px {
        min-height: 125px !important
    }

    .min-h-lg-150px {
        min-height: 150px !important
    }

    .min-h-lg-175px {
        min-height: 175px !important
    }

    .min-h-lg-200px {
        min-height: 200px !important
    }

    .min-h-lg-225px {
        min-height: 225px !important
    }

    .min-h-lg-250px {
        min-height: 250px !important
    }

    .min-h-lg-275px {
        min-height: 275px !important
    }

    .min-h-lg-300px {
        min-height: 300px !important
    }

    .min-h-lg-325px {
        min-height: 325px !important
    }

    .min-h-lg-350px {
        min-height: 350px !important
    }

    .min-h-lg-375px {
        min-height: 375px !important
    }

    .min-h-lg-400px {
        min-height: 400px !important
    }

    .min-h-lg-425px {
        min-height: 425px !important
    }

    .min-h-lg-450px {
        min-height: 450px !important
    }

    .min-h-lg-475px {
        min-height: 475px !important
    }

    .min-h-lg-500px {
        min-height: 500px !important
    }

    .min-h-lg-550px {
        min-height: 550px !important
    }

    .min-h-lg-600px {
        min-height: 600px !important
    }

    .min-h-lg-650px {
        min-height: 650px !important
    }

    .min-h-lg-700px {
        min-height: 700px !important
    }

    .min-h-lg-750px {
        min-height: 750px !important
    }

    .min-h-lg-800px {
        min-height: 800px !important
    }

    .min-h-lg-850px {
        min-height: 850px !important
    }

    .min-h-lg-900px {
        min-height: 900px !important
    }

    .min-h-lg-950px {
        min-height: 950px !important
    }

    .min-h-lg-1000px {
        min-height: 1000px !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 1.75rem !important
    }

    .fs-2 {
        font-size: 1.5rem !important
    }

    .fs-3 {
        font-size: 1.35rem !important
    }

    .fs-2x {
        font-size: 2rem !important
    }

    .fs-2qx {
        font-size: 2.25rem !important
    }

    .fs-3x {
        font-size: 3rem !important
    }

    .fs-3qx {
        font-size: 3.25rem !important
    }

    .fs-4x {
        font-size: 4rem !important
    }

    .fs-4qx {
        font-size: 4.25rem !important
    }

    .fs-5x {
        font-size: 5rem !important
    }

    .fs-5qx {
        font-size: 5.25rem !important
    }

    .fs-6x {
        font-size: 6rem !important
    }

    .fs-6qx {
        font-size: 6.25rem !important
    }

    .fs-7x {
        font-size: 7rem !important
    }

    .fs-7qx {
        font-size: 7.25rem !important
    }

    .fs-md-1 {
        font-size: 1.75rem !important
    }

    .fs-md-2 {
        font-size: 1.5rem !important
    }

    .fs-md-3 {
        font-size: 1.35rem !important
    }

    .fs-md-2x {
        font-size: 2rem !important
    }

    .fs-md-2qx {
        font-size: 2.25rem !important
    }

    .fs-md-3x {
        font-size: 3rem !important
    }

    .fs-md-3qx {
        font-size: 3.25rem !important
    }

    .fs-md-4x {
        font-size: 4rem !important
    }

    .fs-md-4qx {
        font-size: 4.25rem !important
    }

    .fs-md-5x {
        font-size: 5rem !important
    }

    .fs-md-5qx {
        font-size: 5.25rem !important
    }

    .fs-md-6x {
        font-size: 6rem !important
    }

    .fs-md-6qx {
        font-size: 6.25rem !important
    }

    .fs-md-7x {
        font-size: 7rem !important
    }

    .fs-md-7qx {
        font-size: 7.25rem !important
    }

    .fs-lg-1 {
        font-size: 1.75rem !important
    }

    .fs-lg-2 {
        font-size: 1.5rem !important
    }

    .fs-lg-3 {
        font-size: 1.35rem !important
    }

    .fs-lg-2x {
        font-size: 2rem !important
    }

    .fs-lg-2qx {
        font-size: 2.25rem !important
    }

    .fs-lg-3x {
        font-size: 3rem !important
    }

    .fs-lg-3qx {
        font-size: 3.25rem !important
    }

    .fs-lg-4x {
        font-size: 4rem !important
    }

    .fs-lg-4qx {
        font-size: 4.25rem !important
    }

    .fs-lg-5x {
        font-size: 5rem !important
    }

    .fs-lg-5qx {
        font-size: 5.25rem !important
    }

    .fs-lg-6x {
        font-size: 6rem !important
    }

    .fs-lg-6qx {
        font-size: 6.25rem !important
    }

    .fs-lg-7x {
        font-size: 7rem !important
    }

    .fs-lg-7qx {
        font-size: 7.25rem !important
    }
}

:root {
    --bs-xs: 0;
    --bs-sm: 576px;
    --bs-md: 768px;
    --bs-lg: 992px;
    --bs-xl: 1200px;
    --bs-xxl: 1400px;
    --bs-scrollbar-size: 5px;
    --bs-scrollbar-overlay-size: 19px;
    --bs-scrollbar-overlay-space: 7px;
    --bs-white-bg-rgb: 255, 255, 255;
    --bs-black-bg-rgb: 0, 0, 0
}

[data-bs-theme=light] {
    --bs-text-muted: #99A1B7;
    --bs-gray-100: #F9F9F9;
    --bs-gray-100-rgb: 249, 249, 249;
    --bs-gray-200: #F1F1F4;
    --bs-gray-200-rgb: 241, 241, 244;
    --bs-gray-300: #DBDFE9;
    --bs-gray-300-rgb: 219, 223, 233;
    --bs-gray-400: #C4CADA;
    --bs-gray-400-rgb: 196, 202, 218;
    --bs-gray-500: #99A1B7;
    --bs-gray-500-rgb: 153, 161, 183;
    --bs-gray-600: #78829D;
    --bs-gray-600-rgb: 120, 130, 157;
    --bs-gray-700: #4B5675;
    --bs-gray-700-rgb: 75, 86, 117;
    --bs-gray-800: #252F4A;
    --bs-gray-800-rgb: 37, 47, 74;
    --bs-gray-900: #071437;
    --bs-gray-900-rgb: 7, 20, 55;
    --bs-light: #F9F9F9;
    --bs-primary: #d71920;
    --bs-secondary: #F1F1F4;
    --bs-success: #17C653;
    --bs-info: #7239EA;
    --bs-warning: #f6a500;
    --bs-danger: #F8285A;
    --bs-dark: #1E2129;
    --bs-primary-active: #056EE9;
    --bs-secondary-active: #C4CADA;
    --bs-light-active: #F1F1F4;
    --bs-success-active: #04B440;
    --bs-info-active: #5014D0;
    --bs-warning-active: #DEAD00;
    --bs-danger-active: #D81A48;
    --bs-dark-active: #111318;
    --bs-primary-light: #E9F3FF;
    --bs-secondary-light: #F9F9F9;
    --bs-success-light: #DFFFEA;
    --bs-info-light: #F8F5FF;
    --bs-warning-light: #FFF8DD;
    --bs-danger-light: #FFEEF3;
    --bs-dark-light: #F9F9F9;
    --bs-light-light: #ffffff;
    --bs-primary-inverse: #ffffff;
    --bs-secondary-inverse: #252F4A;
    --bs-light-inverse: #252F4A;
    --bs-success-inverse: #ffffff;
    --bs-info-inverse: #ffffff;
    --bs-warning-inverse: #ffffff;
    --bs-danger-inverse: #ffffff;
    --bs-dark-inverse: #ffffff;
    --bs-primary-clarity: rgba(215, 25, 32, 0.2);
    --bs-secondary-clarity: rgba(249, 249, 249, 0.2);
    --bs-success-clarity: rgba(23, 198, 83, 0.2);
    --bs-info-clarity: rgba(114, 57, 234, 0.2);
    --bs-warning-clarity: rgba(246, 192, 0, 0.2);
    --bs-danger-clarity: rgba(248, 40, 90, 0.2);
    --bs-dark-clarity: rgba(30, 33, 41, 0.2);
    --bs-light-clarity: rgba(255, 255, 255, 0.2);
    --bs-light-rgb: 249, 249, 249;
    --bs-primary-rgb: 215, 25, 32;
    --bs-secondary-rgb: 241, 241, 244;
    --bs-success-rgb: 23, 198, 83;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 246, 192, 0;
    --bs-danger-rgb: 248, 40, 90;
    --bs-dark-rgb: 30, 33, 41;
    --bs-text-white: #ffffff;
    --bs-text-primary: #d71920;
    --bs-text-secondary: #F1F1F4;
    --bs-text-light: #F9F9F9;
    --bs-text-success: #17C653;
    --bs-text-info: #7239EA;
    --bs-text-warning: #F6C000;
    --bs-text-danger: #F8285A;
    --bs-text-dark: #1E2129;
    --bs-text-muted: #99A1B7;
    --bs-text-gray-100: #F9F9F9;
    --bs-text-gray-200: #F1F1F4;
    --bs-text-gray-300: #DBDFE9;
    --bs-text-gray-400: #C4CADA;
    --bs-text-gray-500: #99A1B7;
    --bs-text-gray-600: #78829D;
    --bs-text-gray-700: #4B5675;
    --bs-text-gray-800: #252F4A;
    --bs-text-gray-900: #071437;
    --bs-border-color: #F1F1F4;
    --bs-border-dashed-color: #DBDFE9;
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #d71920;
    --bs-component-hover-color: #d71920;
    --bs-component-hover-bg: #F9F9F9;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #d71920;
    --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-input-bg: var(--bs-body-bg);
    --bs-input-color: var(--bs-gray-700);
    --bs-input-solid-color: var(--bs-gray-700);
    --bs-input-solid-bg: var(--bs-gray-100);
    --bs-input-solid-bg-focus: var(--bs-gray-200);
    --bs-input-solid-placeholder-color: var(--bs-gray-500);
    --bs-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --bs-root-card-border-color: #F1F1F4;
    --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb), 0.75);
    --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-code-bg: #f1f3f8;
    --bs-code-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --bs-code-border-color: transparent;
    --bs-code-color: #b93993;
    --bs-symbol-label-color: var(--bs-gray-800);
    --bs-symbol-label-bg: var(--bs-gray-100);
    --bs-symbol-border-color: rgba(var(--bs-body-bg), 0.5);
    --bs-bullet-bg-color: var(--bs-gray-400);
    --bs-scrolltop-opacity: 0;
    --bs-scrolltop-opacity-on: 0.3;
    --bs-scrolltop-opacity-hover: 1;
    --bs-scrolltop-box-shadow: var(--bs-box-shadow);
    --bs-scrolltop-bg-color: var(--bs-primary);
    --bs-scrolltop-bg-color-hover: var(--bs-primary);
    --bs-scrolltop-icon-color: var(--bs-primary-inverse);
    --bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
    --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
    --bs-drawer-bg-color: #ffffff;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
    --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-menu-dropdown-bg-color: var(--bs-body-bg);
    --bs-menu-heading-color: #99A1B7;
    --bs-menu-link-color-hover: #d71920;
    --bs-menu-link-color-show: #d71920;
    --bs-menu-link-color-here: #d71920;
    --bs-menu-link-color-active: #d71920;
    --bs-menu-link-bg-color-hover: #F9F9F9;
    --bs-menu-link-bg-color-show: #F9F9F9;
    --bs-menu-link-bg-color-here: #F9F9F9;
    --bs-menu-link-bg-color-active: #F9F9F9;
    --bs-scrollbar-color: #F1F1F4;
    --bs-scrollbar-hover-color: #DBDFE9;
    --bs-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-rating-color-default: #C4CADA;
    --bs-rating-color-active: #FFAD0F;
    --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(30, 33, 41, 0.1);
    --bs-ribbon-label-bg: #d71920;
    --bs-ribbon-label-border-color: #0053b4;
    --bs-ribbon-clip-bg: #1E2129;
    --bs-engage-btn-bg: #ffffff;
    --bs-engage-btn-box-shadow: 0px 0px 22px #E0E0E0;
    --bs-engage-btn-border-color: #E8E8E8;
    --bs-engage-btn-color: #252F4A;
    --bs-engage-btn-icon-color: #78829D;
    --bs-engage-btn-color-active: #252F4A
}

[data-bs-theme=dark] {
    --bs-text-muted: #636674;
    --bs-gray-100: #1B1C22;
    --bs-gray-100-rgb: 27, 28, 34;
    --bs-gray-200: #26272F;
    --bs-gray-200-rgb: 38, 39, 47;
    --bs-gray-300: #363843;
    --bs-gray-300-rgb: 54, 56, 67;
    --bs-gray-400: #464852;
    --bs-gray-400-rgb: 70, 72, 82;
    --bs-gray-500: #636674;
    --bs-gray-500-rgb: 99, 102, 116;
    --bs-gray-600: #808290;
    --bs-gray-600-rgb: 128, 130, 144;
    --bs-gray-700: #9A9CAE;
    --bs-gray-700-rgb: 154, 156, 174;
    --bs-gray-800: #B5B7C8;
    --bs-gray-800-rgb: 181, 183, 200;
    --bs-gray-900: #F5F5F5;
    --bs-gray-900-rgb: 245, 245, 245;
    --bs-light: #1B1C22;
    --bs-primary: #006AE6;
    --bs-secondary: #363843;
    --bs-success: #00A261;
    --bs-info: #883FFF;
    --bs-warning: #f6a500;
    --bs-danger: #E42855;
    --bs-dark: #272A34;
    --bs-primary-active: #107EFF;
    --bs-secondary-active: #464852;
    --bs-light-active: #1F212A;
    --bs-success-active: #01BF73;
    --bs-info-active: #9E63FF;
    --bs-warning-active: #D9AA00;
    --bs-danger-active: #FF3767;
    --bs-dark-active: #2D2F39;
    --bs-primary-light: #172331;
    --bs-secondary-light: #363843;
    --bs-success-light: #1F212A;
    --bs-info-light: #272134;
    --bs-warning-light: #242320;
    --bs-danger-light: #302024;
    --bs-dark-light: #1E2027;
    --bs-light-light: #1F212A;
    --bs-primary-inverse: #ffffff;
    --bs-secondary-inverse: #ffffff;
    --bs-light-inverse: #808290;
    --bs-success-inverse: #ffffff;
    --bs-info-inverse: #ffffff;
    --bs-warning-inverse: #ffffff;
    --bs-danger-inverse: #ffffff;
    --bs-dark-inverse: #ffffff;
    --bs-primary-clarity: rgba(0, 106, 230, 0.2);
    --bs-secondary-clarity: rgba(54, 56, 67, 0.2);
    --bs-success-clarity: rgba(0, 162, 97, 0.2);
    --bs-info-clarity: rgba(136, 63, 255, 0.2);
    --bs-warning-clarity: rgba(197, 154, 0, 0.2);
    --bs-danger-clarity: rgba(228, 40, 85, 0.2);
    --bs-dark-clarity: rgba(39, 42, 52, 0.2);
    --bs-light-clarity: rgba(31, 33, 42, 0.2);
    --bs-light-rgb: 27, 28, 34;
    --bs-primary-rgb: 0, 106, 230;
    --bs-secondary-rgb: 54, 56, 67;
    --bs-success-rgb: 0, 162, 97;
    --bs-info-rgb: 136, 63, 255;
    --bs-warning-rgb: 197, 154, 0;
    --bs-danger-rgb: 228, 40, 85;
    --bs-dark-rgb: 39, 42, 52;
    --bs-text-white: #ffffff;
    --bs-text-primary: #006AE6;
    --bs-text-secondary: #363843;
    --bs-text-light: #1B1C22;
    --bs-text-success: #00A261;
    --bs-text-info: #883FFF;
    --bs-text-warning: #C59A00;
    --bs-text-danger: #E42855;
    --bs-text-dark: #272A34;
    --bs-text-muted: #636674;
    --bs-text-gray-100: #1B1C22;
    --bs-text-gray-200: #26272F;
    --bs-text-gray-300: #363843;
    --bs-text-gray-400: #464852;
    --bs-text-gray-500: #636674;
    --bs-text-gray-600: #808290;
    --bs-text-gray-700: #9A9CAE;
    --bs-text-gray-800: #B5B7C8;
    --bs-text-gray-900: #F5F5F5;
    --bs-border-color: #26272F;
    --bs-border-dashed-color: #363843;
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #006AE6;
    --bs-component-hover-color: #006AE6;
    --bs-component-hover-bg: #1B1C22;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #006AE6;
    --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-input-color: var(--bs-gray-700);
    --bs-input-bg: var(--bs-body-bg);
    --bs-input-solid-color: var(--bs-gray-700);
    --bs-input-solid-bg: var(--bs-gray-100);
    --bs-input-solid-bg-focus: var(--bs-gray-200);
    --bs-input-solid-placeholder-color: var(--bs-gray-500);
    --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    --bs-root-card-box-shadow: none;
    --bs-root-card-border-color: #1E2027;
    --bs-table-striped-bg: rgba(27, 28, 34, 0.75);
    --bs-table-loading-message-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-dropdown-bg: #1C1D22;
    --bs-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-code-bg: #2b2b40;
    --bs-code-shadow: rgba(0, 0, 0, 0.08) 0px 3px 9px 0px;
    --bs-code-border-color: transparent;
    --bs-code-color: #b93993;
    --bs-symbol-label-color: #B5B7C8;
    --bs-symbol-label-bg: #1B1C22;
    --bs-symbol-border-color: rgba(255, 255, 255, 0.5);
    --bs-bullet-bg-color: #464852;
    --bs-scrolltop-opacity: 0;
    --bs-scrolltop-opacity-on: 0.3;
    --bs-scrolltop-opacity-hover: 1;
    --bs-scrolltop-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-scrolltop-bg-color: #d71920;
    --bs-scrolltop-bg-color-hover: #d71920;
    --bs-scrolltop-icon-color: #ffffff;
    --bs-scrolltop-icon-color-hover: #ffffff;
    --bs-drawer-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    --bs-drawer-bg-color: #1C1D22;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.4);
    --bs-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-menu-dropdown-bg-color: #1C1D22;
    --bs-menu-heading-color: #636674;
    --bs-menu-link-color-hover: #006AE6;
    --bs-menu-link-color-show: #006AE6;
    --bs-menu-link-color-here: #006AE6;
    --bs-menu-link-color-active: #006AE6;
    --bs-menu-link-bg-color-hover: #1B1C22;
    --bs-menu-link-bg-color-show: #1B1C22;
    --bs-menu-link-bg-color-here: #1B1C22;
    --bs-menu-link-bg-color-active: #1B1C22;
    --bs-scrollbar-color: #26272F;
    --bs-scrollbar-hover-color: #363843;
    --bs-overlay-bg: rgba(255, 255, 255, 0.05);
    --bs-blockui-overlay-bg: rgba(255, 255, 255, 0.05);
    --bs-rating-color-default: #464852;
    --bs-rating-color-active: #FFAD0F;
    --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(255, 255, 255, 0.1);
    --bs-ribbon-label-bg: #d71920;
    --bs-ribbon-label-border-color: #0053b4;
    --bs-ribbon-clip-bg: #F9F9F9;
    --bs-engage-btn-bg: #26272F;
    --bs-engage-btn-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-engage-btn-border-color: #26272F;
    --bs-engage-btn-color: #B5B7C8;
    --bs-engage-btn-icon-color: #808290;
    --bs-engage-btn-color-active: #B5B7C8
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    outline: 0
}

[data-kt-theme-mode-switching=true] * {
    transition: none !important
}

[data-bs-theme=light] .theme-light-bg-transparent {
    background-color: transparent !important
}

[data-bs-theme=light] .theme-light-bg-body {
    background-color: var(--bs-body-bg) !important
}

[data-bs-theme=dark] .theme-dark-bg-transparent {
    background-color: transparent !important
}

[data-bs-theme=dark] .theme-dark-bg-body {
    background-color: var(--bs-body-bg) !important
}

@keyframes animationSlideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes animationSlideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes animationFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animationFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes animationBlink {
    to {
        visibility: hidden
    }
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: .75rem
    }

    to {
        margin-top: 0
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: .75rem
    }

    to {
        margin-bottom: 0
    }
}

.btn {
    --bs-btn-color: var(--bs-body-color);
    outline: 0 !important
}

.btn.btn-link {
    border: 0;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-decoration: none;
    font-weight: 500
}

.btn.btn-flex {
    display: inline-flex;
    align-items: center
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
    line-height: 1
}

.btn-group-lg>.btn.btn-icon,
.btn.btn-icon.btn-lg {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px)
}

.btn.btn-light {
    color: var(--bs-light-inverse);
    border-color: var(--bs-light);
    background-color: var(--bs-light)
}

.btn.btn-light .svg-icon {
    color: var(--bs-light-inverse)
}

.btn.btn-light-light {
    color: var(--bs-light);
    border-color: var(--bs-light-light);
    background-color: var(--bs-light-light)
}

.btn.btn-light-light .svg-icon {
    color: var(--bs-light)
}

.btn.btn-bg-light {
    border-color: var(--bs-light);
    background-color: var(--bs-light)
}

.btn.btn-primary {
    color: var(--bs-primary-inverse);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary)
}

.btn.btn-primary .svg-icon {
    color: var(--bs-primary-inverse)
}

.btn.btn-light-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary-light);
    background-color: var(--bs-primary-light)
}

.btn.btn-light-primary .svg-icon {
    color: var(--bs-primary)
}

.btn.btn-bg-primary {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary)
}

.btn.btn-success {
    color: var(--bs-success-inverse);
    border-color: var(--bs-success);
    background-color: var(--bs-success)
}

.btn.btn-success .svg-icon {
    color: var(--bs-success-inverse)
}

.btn.btn-light-success {
    color: var(--bs-success);
    border-color: var(--bs-success-light);
    background-color: var(--bs-success-light)
}

.btn.btn-light-success .svg-icon {
    color: var(--bs-success)
}

.btn.btn-bg-success {
    border-color: var(--bs-success);
    background-color: var(--bs-success)
}

.btn.btn-danger {
    color: var(--bs-danger-inverse);
    border-color: var(--bs-danger);
    background-color: var(--bs-danger)
}

.btn.btn-danger .svg-icon {
    color: var(--bs-danger-inverse)
}

.btn.btn-light-danger {
    color: var(--bs-danger);
    border-color: var(--bs-danger-light);
    background-color: var(--bs-danger-light)
}

.btn.btn-light-danger .svg-icon {
    color: var(--bs-danger)
}

.btn.btn-bg-danger {
    border-color: var(--bs-danger);
    background-color: var(--bs-danger)
}

.btn.btn-dark {
    color: var(--bs-dark-inverse);
    border-color: var(--bs-dark);
    background-color: var(--bs-dark)
}

.btn.btn-dark .svg-icon {
    color: var(--bs-dark-inverse)
}

.btn.btn-light-dark {
    color: var(--bs-dark);
    border-color: var(--bs-dark-light);
    background-color: var(--bs-dark-light)
}

.btn.btn-light-dark .svg-icon {
    color: var(--bs-dark)
}

.btn.btn-bg-dark {
    border-color: var(--bs-dark);
    background-color: var(--bs-dark)
}

.btn.btn-color-white {
    color: var(--bs-text-white)
}

.btn.btn-color-white .svg-icon {
    color: var(--bs-text-white)
}

.btn.btn-icon-white .svg-icon {
    color: var(--bs-text-white)
}

.btn.btn-text-white {
    color: var(--bs-text-white)
}

.btn.btn-color-primary {
    color: var(--bs-text-primary)
}

.btn.btn-color-primary .svg-icon {
    color: var(--bs-text-primary)
}

.btn.btn-icon-primary .svg-icon {
    color: var(--bs-text-primary)
}

.btn.btn-text-primary {
    color: var(--bs-text-primary)
}

.btn.btn-color-light {
    color: var(--bs-text-light)
}

.btn.btn-color-light .svg-icon {
    color: var(--bs-text-light)
}

.btn.btn-icon-light .svg-icon {
    color: var(--bs-text-light)
}

.btn.btn-text-light {
    color: var(--bs-text-light)
}

.btn.btn-color-success {
    color: var(--bs-text-success)
}

.btn.btn-color-success .svg-icon {
    color: var(--bs-text-success)
}

.btn.btn-icon-success .svg-icon {
    color: var(--bs-text-success)
}

.btn.btn-text-success {
    color: var(--bs-text-success)
}

.btn.btn-color-danger {
    color: var(--bs-text-danger)
}

.btn.btn-color-danger .svg-icon {
    color: var(--bs-text-danger)
}

.btn.btn-icon-danger .svg-icon {
    color: var(--bs-text-danger)
}

.btn.btn-text-danger {
    color: var(--bs-text-danger)
}

.btn.btn-color-dark {
    color: var(--bs-text-dark)
}

.btn.btn-color-dark .svg-icon {
    color: var(--bs-text-dark)
}

.btn.btn-icon-dark .svg-icon {
    color: var(--bs-text-dark)
}

.btn.btn-text-dark {
    color: var(--bs-text-dark)
}

.btn.btn-color-gray-100 {
    color: var(--bs-text-gray-100)
}

.btn.btn-color-gray-100 .svg-icon {
    color: var(--bs-text-gray-100)
}

.btn.btn-icon-gray-100 .svg-icon {
    color: var(--bs-text-gray-100)
}

.btn.btn-text-gray-100 {
    color: var(--bs-text-gray-100)
}

.btn.btn-color-gray-200 {
    color: var(--bs-text-gray-200)
}

.btn.btn-color-gray-200 .svg-icon {
    color: var(--bs-text-gray-200)
}

.btn.btn-icon-gray-200 .svg-icon {
    color: var(--bs-text-gray-200)
}

.btn.btn-text-gray-200 {
    color: var(--bs-text-gray-200)
}

.btn.btn-color-gray-300 {
    color: var(--bs-text-gray-300)
}

.btn.btn-color-gray-300 .svg-icon {
    color: var(--bs-text-gray-300)
}

.btn.btn-icon-gray-300 .svg-icon {
    color: var(--bs-text-gray-300)
}

.btn.btn-text-gray-300 {
    color: var(--bs-text-gray-300)
}

.btn.btn-color-gray-400 {
    color: var(--bs-text-gray-400)
}

.btn.btn-color-gray-400 .svg-icon {
    color: var(--bs-text-gray-400)
}

.btn.btn-icon-gray-400 .svg-icon {
    color: var(--bs-text-gray-400)
}

.btn.btn-text-gray-400 {
    color: var(--bs-text-gray-400)
}

.btn.btn-color-gray-500 {
    color: var(--bs-text-gray-500)
}

.btn.btn-color-gray-500 .svg-icon {
    color: var(--bs-text-gray-500)
}

.btn.btn-icon-gray-500 .svg-icon {
    color: var(--bs-text-gray-500)
}

.btn.btn-text-gray-500 {
    color: var(--bs-text-gray-500)
}

.btn.btn-color-gray-600 {
    color: var(--bs-text-gray-600)
}

.btn.btn-color-gray-600 .svg-icon {
    color: var(--bs-text-gray-600)
}

.btn.btn-icon-gray-600 .svg-icon {
    color: var(--bs-text-gray-600)
}

.btn.btn-text-gray-600 {
    color: var(--bs-text-gray-600)
}

.btn.btn-color-gray-700 {
    color: var(--bs-text-gray-700)
}

.btn.btn-color-gray-700 .svg-icon {
    color: var(--bs-text-gray-700)
}

.btn.btn-icon-gray-700 .svg-icon {
    color: var(--bs-text-gray-700)
}

.btn.btn-text-gray-700 {
    color: var(--bs-text-gray-700)
}

.btn.btn-color-gray-800 {
    color: var(--bs-text-gray-800)
}

.btn.btn-color-gray-800 .svg-icon {
    color: var(--bs-text-gray-800)
}

.btn.btn-icon-gray-800 .svg-icon {
    color: var(--bs-text-gray-800)
}

.btn.btn-text-gray-800 {
    color: var(--bs-text-gray-800)
}

.btn.btn-color-gray-900 {
    color: var(--bs-text-gray-900)
}

.btn.btn-color-gray-900 .svg-icon {
    color: var(--bs-text-gray-900)
}

.btn.btn-icon-gray-900 .svg-icon {
    color: var(--bs-text-gray-900)
}

.btn.btn-text-gray-900 {
    color: var(--bs-text-gray-900)
}

[data-bs-theme=dark] .btn.btn-dark {
    color: #b5b7c8;
    background-color: #464852
}

[data-bs-theme=dark] .btn.btn-dark .svg-icon {
    color: #b5b7c8
}

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

.form-control.form-control-transparent:active,
.form-control.form-control-transparent:focus {
    background-color: transparent;
    border-color: transparent
}

.placeholder-gray-500::-moz-placeholder {
    color: var(--bs-gray-500)
}

.placeholder-gray-500::placeholder {
    color: var(--bs-gray-500)
}

.placeholder-gray-500::-moz-placeholder {
    color: var(--bs-gray-500);
    opacity: 1
}

.placeholder-white::-moz-placeholder {
    color: #fff
}

.placeholder-white::placeholder {
    color: #fff
}

.placeholder-white::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: var(--bs-gray-400);
    box-shadow: false, 0 0 0 .25rem rgba(var(--bs-component-active-bg), .25)
}

.form-select:disabled {
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-300)
}

.form-select:-moz-focusring {
    text-shadow: 0 0 0 var(--bs-gray-700)
}

.form-select.form-select-transparent {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-gray-700)
}

.form-select.form-select-transparent::-moz-placeholder {
    color: var(--bs-gray-500)
}

.form-select.form-select-transparent::placeholder {
    color: var(--bs-gray-500)
}

.form-select.form-select-transparent::-moz-placeholder {
    color: var(--bs-gray-500);
    opacity: 1
}

.form-select.form-select-transparent:active,
.form-select.form-select-transparent:focus {
    background-color: transparent;
    border-color: transparent !important;
    color: var(--bs-gray-700)
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: .25rem;
    font-weight: 600
}

.table-loading-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: .475rem;
    box-shadow: var(--bs-table-loading-message-box-shadow);
    background-color: var(--bs-body-bg);
    color: var(--bs-gray-700);
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    padding: .85rem 2rem !important;
    transform: translateX(-50%) translateY(-50%)
}

.table-loading {
    position: relative
}

.table-loading .table-loading-message {
    display: block
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: .475rem;
    background-repeat: no-repeat;
    background-size: cover
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: .475rem;
    background-repeat: no-repeat;
    background-size: cover
}

.image-input [data-kt-image-input-action] {
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%)
}

.image-input [data-kt-image-input-action=change] {
    left: 100%;
    top: 0
}

.image-input [data-kt-image-input-action=change] input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0
}

.image-input [data-kt-image-input-action=cancel],
.image-input [data-kt-image-input-action=remove] {
    position: absolute;
    left: 100%;
    top: 100%
}

.image-input [data-kt-image-input-action=cancel] {
    display: none
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.page-loading *,
[data-kt-app-page-loading=on] * {
    transition: none !important
}

@keyframes animation-scrolltop {
    from {
        margin-bottom: -15px
    }

    to {
        margin-bottom: 0
    }
}

.svg-icon {
    line-height: 1;
    color: var(--bs-text-muted)
}

.svg-icon svg {
    height: 1.15rem;
    width: 1.15rem
}

.svg-icon.svg-icon-white {
    color: var(--bs-text-white)
}

.svg-icon.svg-icon-primary {
    color: var(--bs-text-primary)
}

.svg-icon.svg-icon-light {
    color: var(--bs-text-light)
}

.svg-icon.svg-icon-success {
    color: var(--bs-text-success)
}

.svg-icon.svg-icon-danger {
    color: var(--bs-text-danger)
}

.svg-icon.svg-icon-dark {
    color: var(--bs-text-dark)
}

.svg-icon.svg-icon-gray-100 {
    color: var(--bs-text-gray-100)
}

.svg-icon.svg-icon-gray-200 {
    color: var(--bs-text-gray-200)
}

.svg-icon.svg-icon-gray-300 {
    color: var(--bs-text-gray-300)
}

.svg-icon.svg-icon-gray-400 {
    color: var(--bs-text-gray-400)
}

.svg-icon.svg-icon-gray-500 {
    color: var(--bs-text-gray-500)
}

.svg-icon.svg-icon-gray-600 {
    color: var(--bs-text-gray-600)
}

.svg-icon.svg-icon-gray-700 {
    color: var(--bs-text-gray-700)
}

.svg-icon.svg-icon-gray-800 {
    color: var(--bs-text-gray-800)
}

.svg-icon.svg-icon-gray-900 {
    color: var(--bs-text-gray-900)
}

.svg-icon.svg-icon-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important
}

.svg-icon.svg-icon-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important
}

.svg-icon.svg-icon-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important
}

.svg-icon.svg-icon-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important
}

.svg-icon.svg-icon-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important
}

.svg-icon.svg-icon-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important
}

.svg-icon.svg-icon-7 svg {
    height: .95rem !important;
    width: .95rem !important
}

.svg-icon.svg-icon-8 svg {
    height: .85rem !important;
    width: .85rem !important
}

.svg-icon.svg-icon-9 svg {
    height: .75rem !important;
    width: .75rem !important
}

.svg-icon.svg-icon-10 svg {
    height: .5rem !important;
    width: .5rem !important
}

.svg-icon.svg-icon-base svg {
    height: 1rem !important;
    width: 1rem !important
}

.svg-icon.svg-icon-lg svg {
    height: 1.075rem !important;
    width: 1.075rem !important
}

.svg-icon.svg-icon-fluid svg {
    height: 100% !important;
    width: 100% !important
}

.svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important
}

.svg-icon.svg-icon-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important
}

.svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important
}

.svg-icon.svg-icon-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important
}

.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important
}

.svg-icon.svg-icon-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important
}

.svg-icon.svg-icon-5x svg {
    height: 5rem !important;
    width: 5rem !important
}

.svg-icon.svg-icon-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important
}

.svg-icon.svg-icon-6x svg {
    height: 6rem !important;
    width: 6rem !important
}

.svg-icon.svg-icon-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important
}

.svg-icon.svg-icon-7x svg {
    height: 7rem !important;
    width: 7rem !important
}

.svg-icon.svg-icon-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important
}

@media (min-width:768px) {
    .svg-icon.svg-icon-md-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important
    }

    .svg-icon.svg-icon-md-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important
    }

    .svg-icon.svg-icon-md-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important
    }

    .svg-icon.svg-icon-md-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important
    }

    .svg-icon.svg-icon-md-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important
    }

    .svg-icon.svg-icon-md-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important
    }

    .svg-icon.svg-icon-md-7 svg {
        height: .95rem !important;
        width: .95rem !important
    }

    .svg-icon.svg-icon-md-8 svg {
        height: .85rem !important;
        width: .85rem !important
    }

    .svg-icon.svg-icon-md-9 svg {
        height: .75rem !important;
        width: .75rem !important
    }

    .svg-icon.svg-icon-md-10 svg {
        height: .5rem !important;
        width: .5rem !important
    }

    .svg-icon.svg-icon-md-base svg {
        height: 1rem !important;
        width: 1rem !important
    }

    .svg-icon.svg-icon-md-lg svg {
        height: 1.075rem !important;
        width: 1.075rem !important
    }

    .svg-icon.svg-icon-md-fluid svg {
        height: 100% !important;
        width: 100% !important
    }

    .svg-icon.svg-icon-md-2x svg {
        height: 2rem !important;
        width: 2rem !important
    }

    .svg-icon.svg-icon-md-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important
    }

    .svg-icon.svg-icon-md-3x svg {
        height: 3rem !important;
        width: 3rem !important
    }

    .svg-icon.svg-icon-md-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important
    }

    .svg-icon.svg-icon-md-4x svg {
        height: 4rem !important;
        width: 4rem !important
    }

    .svg-icon.svg-icon-md-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important
    }

    .svg-icon.svg-icon-md-5x svg {
        height: 5rem !important;
        width: 5rem !important
    }

    .svg-icon.svg-icon-md-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important
    }

    .svg-icon.svg-icon-md-6x svg {
        height: 6rem !important;
        width: 6rem !important
    }

    .svg-icon.svg-icon-md-6qx svg {
        height: 6.25rem !important;
        width: 6.25rem !important
    }

    .svg-icon.svg-icon-md-7x svg {
        height: 7rem !important;
        width: 7rem !important
    }

    .svg-icon.svg-icon-md-7qx svg {
        height: 7.25rem !important;
        width: 7.25rem !important
    }
}

@media (min-width:992px) {
    .svg-icon.svg-icon-lg-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important
    }

    .svg-icon.svg-icon-lg-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important
    }

    .svg-icon.svg-icon-lg-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important
    }

    .svg-icon.svg-icon-lg-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important
    }

    .svg-icon.svg-icon-lg-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important
    }

    .svg-icon.svg-icon-lg-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important
    }

    .svg-icon.svg-icon-lg-7 svg {
        height: .95rem !important;
        width: .95rem !important
    }

    .svg-icon.svg-icon-lg-8 svg {
        height: .85rem !important;
        width: .85rem !important
    }

    .svg-icon.svg-icon-lg-9 svg {
        height: .75rem !important;
        width: .75rem !important
    }

    .svg-icon.svg-icon-lg-10 svg {
        height: .5rem !important;
        width: .5rem !important
    }

    .svg-icon.svg-icon-lg-base svg {
        height: 1rem !important;
        width: 1rem !important
    }

    .svg-icon.svg-icon-lg-lg svg {
        height: 1.075rem !important;
        width: 1.075rem !important
    }

    .svg-icon.svg-icon-lg-fluid svg {
        height: 100% !important;
        width: 100% !important
    }

    .svg-icon.svg-icon-lg-2x svg {
        height: 2rem !important;
        width: 2rem !important
    }

    .svg-icon.svg-icon-lg-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important
    }

    .svg-icon.svg-icon-lg-3x svg {
        height: 3rem !important;
        width: 3rem !important
    }

    .svg-icon.svg-icon-lg-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important
    }

    .svg-icon.svg-icon-lg-4x svg {
        height: 4rem !important;
        width: 4rem !important
    }

    .svg-icon.svg-icon-lg-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important
    }

    .svg-icon.svg-icon-lg-5x svg {
        height: 5rem !important;
        width: 5rem !important
    }

    .svg-icon.svg-icon-lg-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important
    }

    .svg-icon.svg-icon-lg-6x svg {
        height: 6rem !important;
        width: 6rem !important
    }

    .svg-icon.svg-icon-lg-6qx svg {
        height: 6.25rem !important;
        width: 6.25rem !important
    }

    .svg-icon.svg-icon-lg-7x svg {
        height: 7rem !important;
        width: 7rem !important
    }

    .svg-icon.svg-icon-lg-7qx svg {
        height: 7.25rem !important;
        width: 7.25rem !important
    }
}

[data-kt-drawer=true] {
    display: none
}

@keyframes animation-drawer-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width:991.98px) {
    body[data-kt-drawer=on] {
        overflow: hidden
    }
}

@media (min-width:992px) {
    div {
        scrollbar-width: thin;
        scrollbar-color: var(--bs-scrollbar-color) transparent
    }

    div::-webkit-scrollbar {
        width: var(--bs-scrollbar-size);
        height: var(--bs-scrollbar-size)
    }

    div ::-webkit-scrollbar-track {
        background-color: transparent
    }

    div ::-webkit-scrollbar-thumb {
        border-radius: var(--bs-scrollbar-size)
    }

    div::-webkit-scrollbar-thumb {
        background-color: var(--bs-scrollbar-color)
    }

    div::-webkit-scrollbar-corner {
        background-color: transparent
    }

    div:hover {
        scrollbar-color: var(--bs-scrollbar-hover-color) transparent
    }

    div:hover::-webkit-scrollbar-thumb {
        background-color: var(--bs-scrollbar-hover-color)
    }

    div:hover::-webkit-scrollbar-corner {
        background-color: transparent
    }
}

.bg-white {
    --bs-bg-rgb-color: var(--bs-white-bg-rgb);
    background-color: #fff !important
}

.bg-body {
    --bs-bg-rgb-color: var(--bs-body-bg-rgb);
    background-color: var(--bs-body-bg) !important
}

.bg-light-light {
    background-color: var(--bs-light-light) !important
}

.bg-light {
    --bs-bg-rgb-color: var(--bs-light-rgb);
    background-color: var(--bs-light) !important
}

.bg-light-primary {
    background-color: var(--bs-primary-light) !important
}

.bg-primary {
    --bs-bg-rgb-color: var(--bs-primary-rgb);
    background-color: var(--bs-primary) !important
}

.bg-light-success {
    background-color: var(--bs-success-light) !important
}

.bg-success {
    --bs-bg-rgb-color: var(--bs-success-rgb);
    background-color: var(--bs-success) !important
}

.bg-light-danger {
    background-color: var(--bs-danger-light) !important
}

.bg-danger {
    --bs-bg-rgb-color: var(--bs-danger-rgb);
    background-color: var(--bs-danger) !important
}

.bg-light-dark {
    background-color: var(--bs-dark-light) !important
}

.bg-dark {
    --bs-bg-rgb-color: var(--bs-dark-rgb);
    background-color: var(--bs-dark) !important
}

.bg-gray-100 {
    --bs-bg-rgb-color: var(--bs-gray-100-rgb);
    background-color: var(--bs-gray-100)
}

.bg-gray-200 {
    --bs-bg-rgb-color: var(--bs-gray-200-rgb);
    background-color: var(--bs-gray-200)
}

.bg-gray-300 {
    --bs-bg-rgb-color: var(--bs-gray-300-rgb);
    background-color: var(--bs-gray-300)
}

.bg-gray-400 {
    --bs-bg-rgb-color: var(--bs-gray-400-rgb);
    background-color: var(--bs-gray-400)
}

.bg-gray-500 {
    --bs-bg-rgb-color: var(--bs-gray-500-rgb);
    background-color: var(--bs-gray-500)
}

.bg-gray-600 {
    --bs-bg-rgb-color: var(--bs-gray-600-rgb);
    background-color: var(--bs-gray-600)
}

.bg-gray-700 {
    --bs-bg-rgb-color: var(--bs-gray-700-rgb);
    background-color: var(--bs-gray-700)
}

.bg-gray-800 {
    --bs-bg-rgb-color: var(--bs-gray-800-rgb);
    background-color: var(--bs-gray-800)
}

.bg-gray-900 {
    --bs-bg-rgb-color: var(--bs-gray-900-rgb);
    background-color: var(--bs-gray-900)
}

.bgi-position-x-end {
    background-position-x: right
}

.bgi-position-x-center {
    background-position-x: center
}

.bgi-position-center {
    background-position: center
}

.bgi-size-cover {
    background-size: cover
}

@media (min-width:768px) {
    .bgi-size-md-cover {
        background-size: cover
    }
}

@media (min-width:992px) {
    .bgi-size-lg-cover {
        background-size: cover
    }
}

.flex-root {
    flex: 1
}

.flex-column-fluid {
    flex: 1 0 auto
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0
}

.flex-center {
    justify-content: center;
    align-items: center
}

.flex-end {
    justify-content: flex-end;
    align-items: flex-end
}

.flex-stack {
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    .flex-md-root {
        flex: 1
    }

    .flex-md-column-fluid {
        flex: 1 0 auto
    }

    .flex-md-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-md-center {
        justify-content: center;
        align-items: center
    }

    .flex-md-end {
        justify-content: flex-end;
        align-items: flex-end
    }

    .flex-md-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:992px) {
    .flex-lg-root {
        flex: 1
    }

    .flex-lg-column-fluid {
        flex: 1 0 auto
    }

    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0
    }

    .flex-lg-center {
        justify-content: center;
        align-items: center
    }

    .flex-lg-end {
        justify-content: flex-end;
        align-items: flex-end
    }

    .flex-lg-stack {
        justify-content: space-between;
        align-items: center
    }
}

.text-white {
    color: var(--bs-text-white) !important
}

.text-primary {
    color: var(--bs-text-primary) !important
}

.text-light-primary {
    color: var(--bs-primary-light) !important
}

.text-light {
    color: var(--bs-text-light) !important
}

.text-light-light {
    color: var(--bs-light-light) !important
}

.text-success {
    color: var(--bs-text-success) !important
}

.text-light-success {
    color: var(--bs-success-light) !important
}

.text-danger {
    color: var(--bs-text-danger) !important
}

.text-light-danger {
    color: var(--bs-danger-light) !important
}

.text-dark {
    color: var(--bs-text-dark) !important
}

.text-light-dark {
    color: var(--bs-dark-light) !important
}

.text-gray-100 {
    color: var(--bs-text-gray-100) !important
}

.text-gray-200 {
    color: var(--bs-text-gray-200) !important
}

.text-gray-300 {
    color: var(--bs-text-gray-300) !important
}

.text-gray-400 {
    color: var(--bs-text-gray-400) !important
}

.text-gray-500 {
    color: var(--bs-text-gray-500) !important
}

.text-gray-600 {
    color: var(--bs-text-gray-600) !important
}

.text-gray-700 {
    color: var(--bs-text-gray-700) !important
}

.text-gray-800 {
    color: var(--bs-text-gray-800) !important
}

.text-gray-900 {
    color: var(--bs-text-gray-900) !important
}

.text-transparent {
    color: transparent
}

a {
    transition: color .2s ease
}

a:hover {
    transition: color .2s ease
}

body[data-kt-sticky-landing-header=on] {
    padding-top: 100px
}

@media (max-width:991.98px) {
    body[data-kt-sticky-landing-header=on] {
        padding-top: 70px
    }
}

[data-bs-theme=light] {
    --bs-app-bg-color: #fcfcfc;
    --bs-app-blank-bg-color: #fcfcfc;
    --bs-app-header-base-bg-color: transparent;
    --bs-app-header-base-box-shadow: none;
    --bs-app-header-minimize-bg-color: #ffffff;
    --bs-app-header-minimize-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --bs-app-toolbar-base-bg-color: #ffffff;
    --bs-app-toolbar-base-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --bs-app-toolbar-base-border-top: 1px dashed #DBDFE9;
    --bs-app-aside-base-bg-color: #ffffff;
    --bs-app-footer-bg-color: transparent;
    --bs-app-footer-box-shadow: 0px 10px 30px 0px rgba(49, 25, 79, 0.05)
}

[data-bs-theme=dark] {
    --bs-app-bg-color: #0F1014;
    --bs-app-blank-bg-color: #0F1014;
    --bs-app-header-base-bg-color: #0D0E12;
    --bs-app-header-base-box-shadow: none;
    --bs-app-header-minimize-bg-color: #0D0E12;
    --bs-app-header-minimize-box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-app-toolbar-base-bg-color: #131313;
    --bs-app-toolbar-base-box-shadow: none;
    --bs-app-toolbar-base-border-top: 1px dashed #363843;
    --bs-app-aside-base-bg-color: #131313;
    --bs-app-footer-bg-color: transparent;
    --bs-app-footer-box-shadow: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Inter, Helvetica, sans-serif
}

@media (max-width:991.98px) {

    body,
    html {
        font-size: 12px !important
    }
}

@media (max-width:767.98px) {

    body,
    html {
        font-size: 12px !important
    }
}

body {
    display: flex;
    flex-direction: column
}

body a:active,
body a:focus,
body a:hover {
    text-decoration: none !important
}

.app-default,
body {
    background-color: var(--bs-app-bg-color)
}

.app-blank {
    background-color: var(--bs-app-blank-bg-color)
}

[data-kt-app-reset-transition=true] * {
    transition: none !important
}

.app-page {
    display: flex
}

[data-kt-app-page-loading=on] {
    overflow: hidden
}

[data-kt-app-page-loading=on] * {
    transition: none !important
}

@media (min-width:992px) {
    :root {
        --bs-app-header-height: 74px;
        --bs-app-header-height-actual: 74px
    }

    [data-kt-app-header-fixed=true][data-kt-app-header-stacked=true] {
        --bs-app-header-height: calc(var(--bs-app-header-primary-height, 0px) + var(--bs-app-header-secondary-height, 0px) + var(--bs-app-header-tertiary-height, 0px));
        --bs-app-header-height-actual: calc(70px + 70px + 70px)
    }

    [data-kt-app-header-sticky=on] {
        --bs-app-header-height: 70px;
        --bs-app-header-height-actual: 74px
    }

    [data-kt-app-header-sticky=on][data-kt-app-header-stacked=true] {
        --bs-app-header-height: calc(var(--bs-app-header-primary-height, 0px) + var(--bs-app-header-secondary-height, 0px) + var(--bs-app-header-tertiary-height, 0px));
        --bs-app-header-height-actual: calc(70px + 70px + 70px)
    }

    [data-kt-app-header-minimize=on] {
        --bs-app-header-height: 74px
    }
}

@media (max-width:991.98px) {
    :root {
        --bs-app-header-height: 60px
    }

    [data-kt-app-header-sticky=on] {
        --bs-app-header-height: 70px;
        --bs-app-header-height-actual: 70px
    }

    [data-kt-app-header-minimize=on] {
        --bs-app-header-height: 60px;
        --bs-app-header-height-actual: 60px
    }
}

@media (min-width:992px) {
    [data-kt-app-header-primary-enabled=true] {
        --bs-app-header-primary-height: 70px
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-primary-height: 70px
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-primary-height: 70px
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-primary-sticky-hide=true] {
        --bs-app-header-primary-height: 0
    }
}

@media (max-width:991.98px) {
    [data-kt-app-header-primary-enabled=true] {
        --bs-app-header-primary-height: 60px
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-primary-height: 60px
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-primary-height: 60px
    }
}

@media (min-width:992px) {
    [data-kt-app-header-secondary-enabled=true] {
        --bs-app-header-secondary-height: 70px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-secondary-height: 70px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-secondary-height: 70px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-secondary-sticky-hide=true] {
        --bs-app-header-secondary-height: 0
    }
}

@media (max-width:991.98px) {
    [data-kt-app-header-secondary-enabled=true] {
        --bs-app-header-secondary-height: 60px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-secondary-height: 60px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-secondary-height: 60px
    }
}

@media (min-width:992px) {
    [data-kt-app-header-tertiary-enabled=true] {
        --bs-app-header-tertiary-height: 70px
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-tertiary-height: 70px
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-tertiary-height: 70px
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-tertiary-sticky-hide=true] {
        --bs-app-header-tertiary-height: 0
    }
}

@media (max-width:991.98px) {
    [data-kt-app-header-tertiary-enabled=true] {
        --bs-app-header-tertiary-height: 70px
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on] {
        --bs-app-header-tertiary-height: 60px
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
        --bs-app-header-tertiary-height: 60px
    }
}

@media (min-width:992px) {
    :root {
        --bs-app-toolbar-height: 55px;
        --bs-app-toolbar-height-actual: 55px
    }

    [data-kt-app-toolbar-sticky=on] {
        --bs-app-toolbar-height: 70px
    }

    [data-kt-app-toolbar-minimize=on] {
        --bs-app-toolbar-height: 70px
    }
}

@media (max-width:991.98px) {
    [data-kt-app-toolbar-sticky=on] {
        --bs-app-toolbar-height: 70px
    }

    [data-kt-app-toolbar-minimize=on] {
        --bs-app-toolbar-height: 70px
    }
}

@media (min-width:992px) {
    :root {
        --bs-app-sidebar-width: 265px;
        --bs-app-sidebar-width-actual: 265px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }

    [data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-width: calc(var(--bs-app-sidebar-primary-width) + var(--bs-app-sidebar-secondary-width, 0px))
    }

    [data-kt-app-sidebar-minimize=on] {
        --bs-app-sidebar-width: 75px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }

    [data-kt-app-sidebar-sticky=on] {
        --bs-app-sidebar-width: 300px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }

    [data-kt-app-sidebar-collapse=on] {
        --bs-app-sidebar-width: 0px
    }
}

@media (max-width:991.98px) {
    :root {
        --bs-app-sidebar-width: 250px;
        --bs-app-sidebar-width-actual: 250px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }

    [data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-width: calc(var(--bs-app-sidebar-primary-width) + var(--bs-app-sidebar-secondary-width, 0))
    }

    [data-kt-app-sidebar-minimize-mobile=on] {
        --bs-app-sidebar-width: 75px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }

    [data-kt-app-sidebar-collapse-mobile=on] {
        --bs-app-sidebar-width: 0px
    }
}

@media (min-width:992px) {
    :root {
        --bs-app-sidebar-primary-width-actual: 100px
    }

    [data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-primary-width: 100px;
        --bs-app-sidebar-primary-gap-start: 0px;
        --bs-app-sidebar-primary-gap-end: 0px;
        --bs-app-sidebar-primary-gap-top: 0px;
        --bs-app-sidebar-primary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-primary-minimize=on] {
        --bs-app-sidebar-primary-width: 75px;
        --bs-app-sidebar-primary-gap-start: 0px;
        --bs-app-sidebar-primary-gap-end: 0px;
        --bs-app-sidebar-primary-gap-top: 0px;
        --bs-app-sidebar-primary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-primary-collapse=on] {
        --bs-app-sidebar-primary-width: 0px
    }
}

@media (max-width:991.98px) {
    :root {
        --bs-app-sidebar-primary-width-actual: 100px
    }

    [data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-primary-width: 100px;
        --bs-app-sidebar-primary-gap-start: 0px;
        --bs-app-sidebar-primary-gap-end: 0px;
        --bs-app-sidebar-primary-gap-top: 0px;
        --bs-app-sidebar-primary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-primary-minimize-mobile=on] {
        --bs-app-sidebar-primary-width: 75px;
        --bs-app-sidebar-primary-gap-start: 0px;
        --bs-app-sidebar-primary-gap-end: 0px;
        --bs-app-sidebar-primary-gap-top: 0px;
        --bs-app-sidebar-primary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-primary-collapse-mobile=on] {
        --bs-app-sidebar-primary-width: 0px
    }
}

@media (min-width:992px) {
    [data-kt-app-sidebar-secondary-enabled=true] {
        --bs-app-sidebar-secondary-width-actual: calc(265px - 100px - 0px - 0px - 0px - 0px)
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-secondary-width: calc(265px - 100px - 0px - 0px - 0px - 0px);
        --bs-app-sidebar-secondary-gap-start: 0px;
        --bs-app-sidebar-secondary-gap-end: 0px;
        --bs-app-sidebar-secondary-gap-top: 0px;
        --bs-app-sidebar-secondary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize=on] {
        --bs-app-sidebar-secondary-width: 75px;
        --bs-app-sidebar-secondary-gap-start: 0px;
        --bs-app-sidebar-secondary-gap-end: 0px;
        --bs-app-sidebar-secondary-gap-top: 0px;
        --bs-app-sidebar-secondary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] {
        --bs-app-sidebar-secondary-width-actual: calc(265px - 100px - 0px - 0px - 0px - 0px);
        --bs-app-sidebar-secondary-width: 0px
    }
}

@media (max-width:991.98px) {
    [data-kt-app-sidebar-secondary-enabled=true] {
        --bs-app-sidebar-secondary-width-actual: calc(250px - 100px - 0px - 0px - 0px - 0px)
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-stacked=true] {
        --bs-app-sidebar-secondary-width: calc(250px - 100px - 0px - 0px - 0px - 0px);
        --bs-app-sidebar-secondary-gap-start: 0px;
        --bs-app-sidebar-secondary-gap-end: 0px;
        --bs-app-sidebar-secondary-gap-top: 0px;
        --bs-app-sidebar-secondary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize-mobile=on] {
        --bs-app-sidebar-secondary-width: 75px;
        --bs-app-sidebar-secondary-gap-start: 0px;
        --bs-app-sidebar-secondary-gap-end: 0px;
        --bs-app-sidebar-secondary-gap-top: 0px;
        --bs-app-sidebar-secondary-gap-bottom: 0px
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse-mobile=on] {
        --bs-app-sidebar-secondary-width-actual: calc(250px - 100px - 0px - 0px - 0px - 0px);
        --bs-app-sidebar-secondary-width: 0px
    }
}

@media (min-width:992px) {
    :root {
        --bs-app-sidebar-panel-width: 300px;
        --bs-app-sidebar-panel-width-actual: 300px;
        --bs-app-sidebar-panel-gap-start: 0px;
        --bs-app-sidebar-panel-gap-end: 0px;
        --bs-app-sidebar-panel-gap-top: 0px;
        --bs-app-sidebar-panel-gap-bottom: 0px
    }

    [data-kt-app-sidebar-panel-minimize=on] {
        --bs-app-sidebar-panel-width: 75px;
        --bs-app-sidebar-panel-gap-start: 0px;
        --bs-app-sidebar-panel-gap-end: 0px;
        --bs-app-sidebar-panel-gap-top: 0px;
        --bs-app-sidebar-panel-gap-bottom: 0px
    }

    [data-kt-app-sidebar-panel-sticky=on] {
        --bs-app-sidebar-panel-width: 300px;
        --bs-app-sidebar-panel-gap-start: 0px;
        --bs-app-sidebar-panel-gap-end: 0px;
        --bs-app-sidebar-panel-gap-top: 0px;
        --bs-app-sidebar-panel-gap-bottom: 0px
    }

    [data-kt-app-sidebar-panel-collapse=on] {
        --bs-app-sidebar-panel-width-actual: 300px;
        --bs-app-sidebar-panel-width: 0px
    }
}

@media (max-width:991.98px) {
    :root {
        --bs-app-sidebar-panel-width: 300px;
        --bs-app-sidebar-panel-width-actual: 300px;
        --bs-app-sidebar-panel-gap-start: 0px;
        --bs-app-sidebar-panel-gap-end: 0px;
        --bs-app-sidebar-panel-gap-top: 0px;
        --bs-app-sidebar-panel-gap-bottom: 0px
    }

    [data-kt-app-sidebar-panel-minimize-mobile=on] {
        --bs-app-sidebar-panel-width: 75px;
        --bs-app-sidebar-panel-gap-start: 0px;
        --bs-app-sidebar-panel-gap-end: 0px;
        --bs-app-sidebar-panel-gap-top: 0px;
        --bs-app-sidebar-panel-gap-bottom: 0px
    }

    [data-kt-app-sidebar-panel-collapse-mobile=on] {
        --bs-app-sidebar-panel-width-actual: 300px;
        --bs-app-sidebar-panel-width: 0px
    }
}

.app-aside {
    transition: none;
    background-color: var(--bs-app-aside-base-bg-color);
    box-shadow: var(--bs-app-aside-base-box-shadow)
}

@media (min-width:992px) {
    .app-aside {
        display: flex;
        flex-shrink: 0;
        width: var(--bs-app-aside-width);
        margin-left: 0;
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    :root {
        --bs-app-aside-width: 320px;
        --bs-app-aside-width-actual: 320px;
        --bs-app-aside-gap-start: 0px;
        --bs-app-aside-gap-end: 30px;
        --bs-app-aside-gap-top: 30px;
        --bs-app-aside-gap-bottom: 30px
    }

    [data-kt-app-aside-stacked=true] {
        --bs-app-aside-width: calc(var(--bs-app-aside-primary-width) + var(--bs-app-aside-secondary-width))
    }

    [data-kt-app-aside-minimize=on] {
        --bs-app-aside-width: 75px;
        --bs-app-aside-gap-start: 0px;
        --bs-app-aside-gap-end: 0px;
        --bs-app-aside-gap-top: 0px;
        --bs-app-aside-gap-bottom: 0px
    }

    [data-kt-app-aside-sticky=on] {
        --bs-app-aside-width: 300px;
        --bs-app-aside-gap-start: 0px;
        --bs-app-aside-gap-end: 0px;
        --bs-app-aside-gap-top: 0px;
        --bs-app-aside-gap-bottom: 0px
    }

    [data-kt-app-aside-collapse=on] {
        --bs-app-aside-width: 0px
    }

    [data-kt-app-aside-static=true] .app-aside {
        position: relative
    }

    [data-kt-app-aside-offcanvas=true] .app-aside {
        display: none
    }

    [data-kt-app-aside-fixed=true] .app-aside {
        position: fixed;
        z-index: 99;
        top: 0;
        bottom: 0;
        right: 0
    }

    [data-kt-app-aside-stacked=true] .app-aside {
        align-items: stretch
    }

    [data-kt-app-aside-sticky=on] .app-aside {
        position: fixed;
        transition: none;
        box-shadow: var(--bs-app-aside-sticky-box-shadow);
        border-left: var(--bs-aside-sticky-border-start);
        border-right: var(--bs-app-aside-sticky-border-end);
        top: auto;
        bottom: auto;
        left: auto;
        z-index: 99;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    [data-kt-app-aside-minimize=on] .app-aside {
        transition: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    [data-kt-app-aside-hoverable=true] .app-aside .app-aside-wrapper {
        width: var(--bs-app-aside-width-actual)
    }

    [data-kt-app-aside-collapse=on] .app-aside {
        transition: none;
        width: var(--bs-app-aside-width-actual);
        margin-right: calc(-1 * var(--bs-app-aside-width-actual))
    }

    [data-kt-app-aside-fixed=true][data-kt-app-header-fixed=true]:not([data-kt-app-aside-push-header=true]) .app-aside {
        top: var(--bs-app-header-height)
    }

    [data-kt-app-aside-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true]:not([data-kt-app-aside-push-toolbar=true]) .app-aside {
        top: calc(var(--bs-app-header-height) + var(--bs-app-toolbar-height, 0px))
    }
}

@media (max-width:991.98px) {
    .app-aside {
        display: none;
        width: var(--bs-app-aside-width);
        z-index: 106;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    :root {
        --bs-app-aside-width: 300px;
        --bs-app-aside-width-actual: 300px;
        --bs-app-aside-gap-start: 0px;
        --bs-app-aside-gap-end: 0px;
        --bs-app-aside-gap-top: 0px;
        --bs-app-aside-gap-bottom: 0px
    }

    [data-kt-app-aside-minimize-mobile=on] {
        --bs-app-aside-width: 75px;
        --bs-app-aside-gap-start: 0px;
        --bs-app-aside-gap-end: 0px;
        --bs-app-aside-gap-top: 0px;
        --bs-app-aside-gap-bottom: 0px
    }

    [data-kt-app-aside-collapse-mobile=on] {
        --bs-app-aside-width: 0px
    }

    [data-kt-app-aside-stacked=true] .app-aside {
        align-items: stretch
    }

    [data-kt-app-aside-minimize-mobile=on] .app-aside {
        transition: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    [data-kt-app-aside-hoverable-mobile=true] .app-aside .app-aside-wrapper {
        width: var(--bs-app-aside-width-actual)
    }

    [data-kt-app-aside-collapse-mobile=on] .app-aside {
        transition: none;
        width: var(--bs-app-aside-width-actual);
        margin-right: calc(-1 * var(--bs-app-aside-width-actual))
    }
}

.app-wrapper {
    display: flex
}

@media (min-width:992px) {
    .app-wrapper {
        transition: margin-left .3s ease, margin-right .3s ease
    }

    [data-kt-app-header-sticky=on] .app-wrapper {
        margin-top: var(--bs-app-header-height-actual)
    }

    [data-kt-app-header-fixed=true] .app-wrapper {
        margin-top: var(--bs-app-header-height)
    }

    [data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: var(--bs-app-toolbar-height)
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: calc(var(--bs-app-header-height-actual) + var(--bs-app-toolbar-height-actual))
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-wrapper {
        margin-top: calc(var(--bs-app-header-height) + var(--bs-app-toolbar-height))
    }

    [data-kt-app-sidebar-fixed=true] .app-wrapper {
        margin-left: calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start, 0px) + var(--bs-app-sidebar-gap-end, 0px))
    }

    [data-kt-app-sidebar-panel-fixed=true] .app-wrapper {
        margin-left: calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start, 0px) + var(--bs-app-sidebar-gap-end, 0px) + var(--bs-app-sidebar-panel-width) + var(--bs-app-sidebar-panel-gap-start, 0px) + var(--bs-app-sidebar-panel-gap-end, 0px))
    }

    [data-kt-app-aside-fixed=true] .app-wrapper {
        margin-right: calc(var(--bs-app-aside-width) + var(--bs-app-aside-gap-start, 0px) + var(--bs-app-aside-gap-end, 0px))
    }

    [data-kt-app-footer-fixed=true] .app-wrapper {
        margin-bottom: var(--bs-app-footer-height)
    }
}

@media (max-width:991.98px) {
    .app-wrapper {
        transition: margin-left .3s ease, margin-right .3s ease
    }

    [data-kt-app-header-sticky=on] .app-wrapper {
        margin-top: var(--bs-app-header-height-actual)
    }

    [data-kt-app-header-fixed-mobile=true] .app-wrapper {
        margin-top: var(--bs-app-header-height)
    }

    [data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: calc(var(--bs-app-header-height-actual) + var(--bs-app-toolbar-height-actual))
    }

    [data-kt-app-footer-fixed-mobile=true] .app-wrapper {
        margin-bottom: var(--bs-app-footer-height)
    }
}

@media (min-width:992px) {
    .app-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    .app-content {
        max-width: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

.app-footer {
    transition: left .3s ease, right .3s ease;
    display: flex;
    align-items: center;
    background-color: var(--bs-app-footer-bg-color);
    border-top: var(--bs-app-footer-border-top)
}

@media (min-width:992px) {
    :root {
        --bs-app-footer-height: 60px
    }

    .app-footer {
        height: var(--bs-app-footer-height)
    }

    [data-kt-app-footer-fixed=true] .app-footer {
        z-index: 100;
        box-shadow: var(--bs-app-footer-box-shadow);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-footer=true] .app-footer {
        left: calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start, 0px) + var(--bs-app-sidebar-gap-end, 0px))
    }

    [data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-footer=true] .app-footer {
        left: calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start, 0px) + var(--bs-app-sidebar-gap-end, 0px) + var(--bs-app-sidebar-panel-width) + var(--bs-app-sidebar-panel-gap-start, 0px) + var(--bs-app-sidebar-panel-gap-end, 0px))
    }

    [data-kt-app-aside-fixed=true][data-kt-app-aside-push-footer=true] .app-footer {
        right: calc(var(--bs-app-aside-width) + var(--bs-app-aside-gap-start, 0px) + var(--bs-app-aside-gap-end, 0px))
    }
}

@media (max-width:991.98px) {
    body {
        --bs-app-footer-height: auto
    }

    .app-footer {
        height: var(--bs-app-footer-height)
    }

    [data-kt-app-footer-fixed-mobile=true] .app-footer {
        z-index: 100;
        box-shadow: var(--bs-app-footer-box-shadow);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0
    }
}

[data-bs-theme=light] {
    --bs-app-header-light-separator-color: #E4E6EF;
    --bs-app-sidebar-base-toggle-btn-box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.04);
    --bs-app-sidebar-base-toggle-btn-bg-color: #ffffff;
    --bs-app-sidebar-base-toggle-btn-border-color: #F1F1F2;
    --bs-app-sidebar-base-border-color: #F1F1F2;
    --bs-app-sidebar-light-bg-color: #ffffff;
    --bs-app-sidebar-light-box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.05);
    --bs-app-sidebar-light-separator-color: #E4E6EF;
    --bs-app-sidebar-light-scrollbar-color-hover: #F1F1F4;
    --bs-app-sidebar-light-menu-heading-color: #B5B5C3;
    --bs-app-sidebar-light-menu-link-bg-color-active: #F7F8FB;
    --bs-app-sidebar-light-header-menu-link-bg-color-active: #F7F8FB;
    --bs-app-sidebar-light-menu-link-color: #252F4A;
    --bs-app-sidebar-light-menu-link-icon-color: #99A1B7
}

[data-bs-theme=dark] {
    --bs-app-header-light-separator-color: #26272F;
    --bs-app-sidebar-base-toggle-btn-box-shadow: none;
    --bs-app-sidebar-base-toggle-btn-bg-color: #26272F;
    --bs-app-sidebar-base-toggle-btn-border-color: none;
    --bs-app-sidebar-base-border-color: none;
    --bs-app-sidebar-light-bg-color: #0D0E12;
    --bs-app-sidebar-light-box-shadow: none;
    --bs-app-sidebar-light-separator-color: #26272F;
    --bs-app-sidebar-light-scrollbar-color-hover: #26272F;
    --bs-app-sidebar-light-menu-heading-color: #636674;
    --bs-app-sidebar-light-menu-link-bg-color-active: #2A2A3C;
    --bs-app-sidebar-light-header-menu-link-bg-color-active: #1B1C22;
    --bs-app-sidebar-light-menu-link-color: #DBDFE9;
    --bs-app-sidebar-light-menu-link-icon-color: #7F8194;
    --bs-bg-brand: linear-gradient(145deg, rgba(16, 8, 31, 1) 40%, rgba(83, 18, 24, 1) 90%, rgba(85, 20, 24, 1) 100%);
}



@media (min-width: 1200px) {
    .w-xl-500px {
        width: 500px !important;
    }
}

@media (min-width:992px) {
    .app-aside {
        border: 1px solid var(--bs-border-color);
        border-radius: .625rem;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03)
    }
}

@media (min-width:992px) {
    [data-kt-app-toolbar-enabled=true]:not([data-kt-app-toolbar-fixed=true]) .app-content {
        padding-top: 0
    }
}

@media (max-width:991.98px) {
    [data-kt-app-toolbar-enabled=true]:not([data-kt-app-toolbar-fixed-mobile=true]) .app-content {
        padding-top: 0
    }
}


.bg-brand {
    background: var(--bs-bg-brand);
}
