@charset "UTF-8";

/*!
Theme Name: Smatter Custom
Theme URI: https://smatter.se/
Author: Smatter AB
Author URI: https://smatter.se/
Description: Smatter Custom is a theme developed by Smatter AB
Version: 1.0
Text Domain: smatter
*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-gray-light: #e9ecef;
    --bs-disabled-light: #E0DEE9;
    --bs-disabled-dark: #716988;
    --bs-primary: rgb(254, 187, 163);
    --bs-secondary: rgb(105, 244, 174);
    --bs-accent: rgb(168, 174, 251);
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #B40000;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-brand-blue: rgb(90, 133, 197);
    --bs-brand-blue-dark: rgb(38, 38, 98);
    --bs-brand-blue-navy: rgb(52, 57, 140);
    --bs-brand-blue-pale: rgb(233, 238, 245);
    --bs-brand-disabled-light: rgb(222, 225, 233);
    --bs-brand-disabled-dark: rgb(105, 116, 136);
    --bs-smatter-red: rgb(254, 187, 163);
    --bs-smatter-blue: rgb(168, 174, 251);
    --bs-smatter-green: rgb(105, 244, 174);
    --bs-smatter-yellow: rgb(255, 255, 52);
    --bs-gray-light-rgb: 233, 236, 239;
    --bs-disabled-light-rgb: 224, 222, 233;
    --bs-disabled-dark-rgb: 113, 105, 136;
    --bs-primary-rgb: 254, 187, 163;
    --bs-secondary-rgb: 105, 244, 174;
    --bs-accent-rgb: 168, 174, 251;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 180, 0, 0;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-brand-blue-rgb: 90, 133, 197;
    --bs-brand-blue-dark-rgb: 38, 38, 98;
    --bs-brand-blue-navy-rgb: 52, 57, 140;
    --bs-brand-blue-pale-rgb: 233, 238, 245;
    --bs-brand-disabled-light-rgb: 222, 225, 233;
    --bs-brand-disabled-dark-rgb: 105, 116, 136;
    --bs-smatter-red-rgb: 254, 187, 163;
    --bs-smatter-blue-rgb: 168, 174, 251;
    --bs-smatter-green-rgb: 105, 244, 174;
    --bs-smatter-yellow-rgb: 255, 255, 52;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Work Sans", 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-root-font-size: 16px;
    --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: #000;
    --bs-body-bg: #fff
}

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

:root {
    font-size: var(--bs-root-font-size)
}

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-weight: 600;
    line-height: 1.3em
}

.h1,
h1 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.3rem + 0.6vw)
}

@media (min-width:1200px) {

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

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

.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width:1200px) {

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

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

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

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: rgb(52, 57, 140);
    text-decoration: underline
}

a:hover {
    color: rgb(38, 38, 98)
}

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

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

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

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

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

a>code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

[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
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

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

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.3em
}

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.3em
}

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

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.3em
}

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

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.3em
}

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "— "
}

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

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

.figure {
    display: inline-block
}

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

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

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

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1240px) {

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

@media (min-width:1440px) {

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

.row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5)
}

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

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

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

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

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

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.g-25em,
.gx-25em {
    --bs-gutter-x: 0.25em
}

.g-25em,
.gy-25em {
    --bs-gutter-y: 0.25em
}

.g-5em,
.gx-5em {
    --bs-gutter-x: 0.5em
}

.g-5em,
.gy-5em {
    --bs-gutter-y: 0.5em
}

.g-75em,
.gx-75em {
    --bs-gutter-x: 0.75em
}

.g-75em,
.gy-75em {
    --bs-gutter-y: 0.75em
}

.g-1em,
.gx-1em {
    --bs-gutter-x: 1em
}

.g-1em,
.gy-1em {
    --bs-gutter-y: 1em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-25em,
    .gx-sm-25em {
        --bs-gutter-x: 0.25em
    }

    .g-sm-25em,
    .gy-sm-25em {
        --bs-gutter-y: 0.25em
    }

    .g-sm-5em,
    .gx-sm-5em {
        --bs-gutter-x: 0.5em
    }

    .g-sm-5em,
    .gy-sm-5em {
        --bs-gutter-y: 0.5em
    }

    .g-sm-75em,
    .gx-sm-75em {
        --bs-gutter-x: 0.75em
    }

    .g-sm-75em,
    .gy-sm-75em {
        --bs-gutter-y: 0.75em
    }

    .g-sm-1em,
    .gx-sm-1em {
        --bs-gutter-x: 1em
    }

    .g-sm-1em,
    .gy-sm-1em {
        --bs-gutter-y: 1em
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 8px
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 8px
    }

    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 12px
    }

    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 12px
    }

    .g-sm-16,
    .gx-sm-16 {
        --bs-gutter-x: 16px
    }

    .g-sm-16,
    .gy-sm-16 {
        --bs-gutter-y: 16px
    }

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

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

    .g-sm-24,
    .gx-sm-24 {
        --bs-gutter-x: 24px
    }

    .g-sm-24,
    .gy-sm-24 {
        --bs-gutter-y: 24px
    }

    .g-sm-32,
    .gx-sm-32 {
        --bs-gutter-x: 32px
    }

    .g-sm-32,
    .gy-sm-32 {
        --bs-gutter-y: 32px
    }

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

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

    .g-sm-42,
    .gx-sm-42 {
        --bs-gutter-x: 42px
    }

    .g-sm-42,
    .gy-sm-42 {
        --bs-gutter-y: 42px
    }

    .g-sm-48,
    .gx-sm-48 {
        --bs-gutter-x: 48px
    }

    .g-sm-48,
    .gy-sm-48 {
        --bs-gutter-y: 48px
    }

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

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

    .g-sm-64,
    .gx-sm-64 {
        --bs-gutter-x: 64px
    }

    .g-sm-64,
    .gy-sm-64 {
        --bs-gutter-y: 64px
    }

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

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

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

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

    .g-sm-128,
    .gx-sm-128 {
        --bs-gutter-x: 128px
    }

    .g-sm-128,
    .gy-sm-128 {
        --bs-gutter-y: 128px
    }

    .g-sm-144,
    .gx-sm-144 {
        --bs-gutter-x: 144px
    }

    .g-sm-144,
    .gy-sm-144 {
        --bs-gutter-y: 144px
    }

    .g-sm-176,
    .gx-sm-176 {
        --bs-gutter-x: 176px
    }

    .g-sm-176,
    .gy-sm-176 {
        --bs-gutter-y: 176px
    }

    .g-sm-200,
    .gx-sm-200 {
        --bs-gutter-x: 200px
    }

    .g-sm-200,
    .gy-sm-200 {
        --bs-gutter-y: 200px
    }

    .g-sm-220,
    .gx-sm-220 {
        --bs-gutter-x: 220px
    }

    .g-sm-220,
    .gy-sm-220 {
        --bs-gutter-y: 220px
    }

    .g-sm-254,
    .gx-sm-254 {
        --bs-gutter-x: 254px
    }

    .g-sm-254,
    .gy-sm-254 {
        --bs-gutter-y: 254px
    }
}

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

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

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

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

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-25em,
    .gx-md-25em {
        --bs-gutter-x: 0.25em
    }

    .g-md-25em,
    .gy-md-25em {
        --bs-gutter-y: 0.25em
    }

    .g-md-5em,
    .gx-md-5em {
        --bs-gutter-x: 0.5em
    }

    .g-md-5em,
    .gy-md-5em {
        --bs-gutter-y: 0.5em
    }

    .g-md-75em,
    .gx-md-75em {
        --bs-gutter-x: 0.75em
    }

    .g-md-75em,
    .gy-md-75em {
        --bs-gutter-y: 0.75em
    }

    .g-md-1em,
    .gx-md-1em {
        --bs-gutter-x: 1em
    }

    .g-md-1em,
    .gy-md-1em {
        --bs-gutter-y: 1em
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

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

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

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

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-25em,
    .gx-lg-25em {
        --bs-gutter-x: 0.25em
    }

    .g-lg-25em,
    .gy-lg-25em {
        --bs-gutter-y: 0.25em
    }

    .g-lg-5em,
    .gx-lg-5em {
        --bs-gutter-x: 0.5em
    }

    .g-lg-5em,
    .gy-lg-5em {
        --bs-gutter-y: 0.5em
    }

    .g-lg-75em,
    .gx-lg-75em {
        --bs-gutter-x: 0.75em
    }

    .g-lg-75em,
    .gy-lg-75em {
        --bs-gutter-y: 0.75em
    }

    .g-lg-1em,
    .gx-lg-1em {
        --bs-gutter-x: 1em
    }

    .g-lg-1em,
    .gy-lg-1em {
        --bs-gutter-y: 1em
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1240px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-25em,
    .gx-xl-25em {
        --bs-gutter-x: 0.25em
    }

    .g-xl-25em,
    .gy-xl-25em {
        --bs-gutter-y: 0.25em
    }

    .g-xl-5em,
    .gx-xl-5em {
        --bs-gutter-x: 0.5em
    }

    .g-xl-5em,
    .gy-xl-5em {
        --bs-gutter-y: 0.5em
    }

    .g-xl-75em,
    .gx-xl-75em {
        --bs-gutter-x: 0.75em
    }

    .g-xl-75em,
    .gy-xl-75em {
        --bs-gutter-y: 0.75em
    }

    .g-xl-1em,
    .gx-xl-1em {
        --bs-gutter-x: 1em
    }

    .g-xl-1em,
    .gy-xl-1em {
        --bs-gutter-y: 1em
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 8px
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 8px
    }

    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 12px
    }

    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 12px
    }

    .g-xl-16,
    .gx-xl-16 {
        --bs-gutter-x: 16px
    }

    .g-xl-16,
    .gy-xl-16 {
        --bs-gutter-y: 16px
    }

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

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

    .g-xl-24,
    .gx-xl-24 {
        --bs-gutter-x: 24px
    }

    .g-xl-24,
    .gy-xl-24 {
        --bs-gutter-y: 24px
    }

    .g-xl-32,
    .gx-xl-32 {
        --bs-gutter-x: 32px
    }

    .g-xl-32,
    .gy-xl-32 {
        --bs-gutter-y: 32px
    }

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

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

    .g-xl-42,
    .gx-xl-42 {
        --bs-gutter-x: 42px
    }

    .g-xl-42,
    .gy-xl-42 {
        --bs-gutter-y: 42px
    }

    .g-xl-48,
    .gx-xl-48 {
        --bs-gutter-x: 48px
    }

    .g-xl-48,
    .gy-xl-48 {
        --bs-gutter-y: 48px
    }

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

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

    .g-xl-64,
    .gx-xl-64 {
        --bs-gutter-x: 64px
    }

    .g-xl-64,
    .gy-xl-64 {
        --bs-gutter-y: 64px
    }

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

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

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

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

    .g-xl-128,
    .gx-xl-128 {
        --bs-gutter-x: 128px
    }

    .g-xl-128,
    .gy-xl-128 {
        --bs-gutter-y: 128px
    }

    .g-xl-144,
    .gx-xl-144 {
        --bs-gutter-x: 144px
    }

    .g-xl-144,
    .gy-xl-144 {
        --bs-gutter-y: 144px
    }

    .g-xl-176,
    .gx-xl-176 {
        --bs-gutter-x: 176px
    }

    .g-xl-176,
    .gy-xl-176 {
        --bs-gutter-y: 176px
    }

    .g-xl-200,
    .gx-xl-200 {
        --bs-gutter-x: 200px
    }

    .g-xl-200,
    .gy-xl-200 {
        --bs-gutter-y: 200px
    }

    .g-xl-220,
    .gx-xl-220 {
        --bs-gutter-x: 220px
    }

    .g-xl-220,
    .gy-xl-220 {
        --bs-gutter-y: 220px
    }

    .g-xl-254,
    .gx-xl-254 {
        --bs-gutter-x: 254px
    }

    .g-xl-254,
    .gy-xl-254 {
        --bs-gutter-y: 254px
    }
}

@media (min-width:1440px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-25em,
    .gx-xxl-25em {
        --bs-gutter-x: 0.25em
    }

    .g-xxl-25em,
    .gy-xxl-25em {
        --bs-gutter-y: 0.25em
    }

    .g-xxl-5em,
    .gx-xxl-5em {
        --bs-gutter-x: 0.5em
    }

    .g-xxl-5em,
    .gy-xxl-5em {
        --bs-gutter-y: 0.5em
    }

    .g-xxl-75em,
    .gx-xxl-75em {
        --bs-gutter-x: 0.75em
    }

    .g-xxl-75em,
    .gy-xxl-75em {
        --bs-gutter-y: 0.75em
    }

    .g-xxl-1em,
    .gx-xxl-1em {
        --bs-gutter-x: 1em
    }

    .g-xxl-1em,
    .gy-xxl-1em {
        --bs-gutter-y: 1em
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 8px
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 8px
    }

    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 12px
    }

    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 12px
    }

    .g-xxl-16,
    .gx-xxl-16 {
        --bs-gutter-x: 16px
    }

    .g-xxl-16,
    .gy-xxl-16 {
        --bs-gutter-y: 16px
    }

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

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

    .g-xxl-24,
    .gx-xxl-24 {
        --bs-gutter-x: 24px
    }

    .g-xxl-24,
    .gy-xxl-24 {
        --bs-gutter-y: 24px
    }

    .g-xxl-32,
    .gx-xxl-32 {
        --bs-gutter-x: 32px
    }

    .g-xxl-32,
    .gy-xxl-32 {
        --bs-gutter-y: 32px
    }

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

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

    .g-xxl-42,
    .gx-xxl-42 {
        --bs-gutter-x: 42px
    }

    .g-xxl-42,
    .gy-xxl-42 {
        --bs-gutter-y: 42px
    }

    .g-xxl-48,
    .gx-xxl-48 {
        --bs-gutter-x: 48px
    }

    .g-xxl-48,
    .gy-xxl-48 {
        --bs-gutter-y: 48px
    }

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

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

    .g-xxl-64,
    .gx-xxl-64 {
        --bs-gutter-x: 64px
    }

    .g-xxl-64,
    .gy-xxl-64 {
        --bs-gutter-y: 64px
    }

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

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

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

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

    .g-xxl-128,
    .gx-xxl-128 {
        --bs-gutter-x: 128px
    }

    .g-xxl-128,
    .gy-xxl-128 {
        --bs-gutter-y: 128px
    }

    .g-xxl-144,
    .gx-xxl-144 {
        --bs-gutter-x: 144px
    }

    .g-xxl-144,
    .gy-xxl-144 {
        --bs-gutter-y: 144px
    }

    .g-xxl-176,
    .gx-xxl-176 {
        --bs-gutter-x: 176px
    }

    .g-xxl-176,
    .gy-xxl-176 {
        --bs-gutter-y: 176px
    }

    .g-xxl-200,
    .gx-xxl-200 {
        --bs-gutter-x: 200px
    }

    .g-xxl-200,
    .gy-xxl-200 {
        --bs-gutter-y: 200px
    }

    .g-xxl-220,
    .gx-xxl-220 {
        --bs-gutter-x: 220px
    }

    .g-xxl-220,
    .gy-xxl-220 {
        --bs-gutter-y: 220px
    }

    .g-xxl-254,
    .gx-xxl-254 {
        --bs-gutter-x: 254px
    }

    .g-xxl-254,
    .gy-xxl-254 {
        --bs-gutter-y: 254px
    }
}

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

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

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

.table-primary {
    --bs-table-bg: #fff1ed;
    --bs-table-striped-bg: #f2e5e1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d9d5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdfdb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d9d5
}

.table-secondary {
    --bs-table-bg: #e1fdef;
    --bs-table-striped-bg: #d6f0e3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbe4d7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d0eadd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbe4d7
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f0cccc;
    --bs-table-striped-bg: #e4c2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d8b8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #debdbd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d8b8b8
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

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

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

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #ffddd1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

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

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

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

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

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

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

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

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

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

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

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

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

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

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

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

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

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

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

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem
}

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

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

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

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

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

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

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

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

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

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

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

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

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.form-select:focus {
    border-color: #ffddd1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-input:focus {
    border-color: #ffddd1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

.form-check-input:checked {
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

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

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

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

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

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: rgb(254, 187, 163);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

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

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

.form-floating {
    position: relative
}

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

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

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

.form-floating>.form-control {
    padding: 1rem 0.75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem
}

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

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

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25)
}

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25)
}

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

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

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

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

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

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

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #B40000
}

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

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

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #B40000
}

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

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

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

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

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

.btn:hover {
    color: #000
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

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

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

.btn-gray-light:hover {
    color: #000;
    background-color: #eceff1;
    border-color: #ebeef1
}

.btn-check:focus+.btn-gray-light,
.btn-gray-light:focus {
    color: #000;
    background-color: #eceff1;
    border-color: #ebeef1;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5)
}

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

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

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

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

.btn-disabled-light:hover {
    color: #000;
    background-color: #e5e3ec;
    border-color: #e3e1eb
}

.btn-check:focus+.btn-disabled-light,
.btn-disabled-light:focus {
    color: #000;
    background-color: #e5e3ec;
    border-color: #e3e1eb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 189, 198, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(190, 189, 198, 0.5)
}

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

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

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

.btn-disabled-dark {
    color: #fff;
    background-color: #716988;
    border-color: #716988
}

.btn-disabled-dark:hover {
    color: #fff;
    background-color: #605974;
    border-color: #5a546d
}

.btn-check:focus+.btn-disabled-dark,
.btn-disabled-dark:focus {
    color: #fff;
    background-color: #605974;
    border-color: #5a546d;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 128, 154, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(134, 128, 154, 0.5)
}

.btn-check:active+.btn-disabled-dark,
.btn-check:checked+.btn-disabled-dark,
.btn-disabled-dark.active,
.btn-disabled-dark:active,
.show>.btn-disabled-dark.dropdown-toggle {
    color: #fff;
    background-color: #5a546d;
    border-color: #554f66
}

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

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

.btn-primary {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

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

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #fec5b1;
    border-color: #fec2ac;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5)
}

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

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-secondary {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-secondary:hover {
    color: #000;
    background-color: #80f6ba;
    border-color: #78f5b6
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #80f6ba;
    border-color: #78f5b6;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #87f6be;
    border-color: #78f5b6
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-accent {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-accent:hover {
    color: #000;
    background-color: #b5bafc;
    border-color: #b1b6fb
}

.btn-accent:focus,
.btn-check:focus+.btn-accent {
    color: #000;
    background-color: #b5bafc;
    border-color: #b1b6fb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5)
}

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

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

.btn-accent.disabled,
.btn-accent:disabled {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

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

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5)
}

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

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5)
}

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

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

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #B40000;
    border-color: #B40000
}

.btn-danger:hover {
    color: #fff;
    background-color: #990000;
    border-color: #900000
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #990000;
    border-color: #900000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(191, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(191, 38, 38, 0.5)
}

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

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

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #B40000;
    border-color: #B40000
}

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

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

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5)
}

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

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

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

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

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

.btn-brand-blue {
    color: #000;
    background-color: rgb(90, 133, 197);
    border-color: rgb(90, 133, 197)
}

.btn-brand-blue:hover {
    color: #000;
    background-color: #7397ce;
    border-color: #6b91cb
}

.btn-brand-blue:focus,
.btn-check:focus+.btn-brand-blue {
    color: #000;
    background-color: #7397ce;
    border-color: #6b91cb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(77, 113, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(77, 113, 167, 0.5)
}

.btn-brand-blue.active,
.btn-brand-blue:active,
.btn-check:active+.btn-brand-blue,
.btn-check:checked+.btn-brand-blue,
.show>.btn-brand-blue.dropdown-toggle {
    color: #000;
    background-color: #7b9dd1;
    border-color: #6b91cb
}

.btn-brand-blue.active:focus,
.btn-brand-blue:active:focus,
.btn-check:active+.btn-brand-blue:focus,
.btn-check:checked+.btn-brand-blue:focus,
.show>.btn-brand-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(77, 113, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(77, 113, 167, 0.5)
}

.btn-brand-blue.disabled,
.btn-brand-blue:disabled {
    color: #000;
    background-color: rgb(90, 133, 197);
    border-color: rgb(90, 133, 197)
}

.btn-brand-blue-dark {
    color: #fff;
    background-color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98)
}

.btn-brand-blue-dark:hover {
    color: #fff;
    background-color: #202053;
    border-color: #1e1e4e
}

.btn-brand-blue-dark:focus,
.btn-check:focus+.btn-brand-blue-dark {
    color: #fff;
    background-color: #202053;
    border-color: #1e1e4e;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(71, 71, 122, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(71, 71, 122, 0.5)
}

.btn-brand-blue-dark.active,
.btn-brand-blue-dark:active,
.btn-check:active+.btn-brand-blue-dark,
.btn-check:checked+.btn-brand-blue-dark,
.show>.btn-brand-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e1e4e;
    border-color: #1d1d4a
}

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

.btn-brand-blue-dark.disabled,
.btn-brand-blue-dark:disabled {
    color: #fff;
    background-color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98)
}

.btn-brand-blue-navy {
    color: #fff;
    background-color: rgb(52, 57, 140);
    border-color: rgb(52, 57, 140)
}

.btn-brand-blue-navy:hover {
    color: #fff;
    background-color: #2c3077;
    border-color: #2a2e70
}

.btn-brand-blue-navy:focus,
.btn-check:focus+.btn-brand-blue-navy {
    color: #fff;
    background-color: #2c3077;
    border-color: #2a2e70;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 87, 157, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(82, 87, 157, 0.5)
}

.btn-brand-blue-navy.active,
.btn-brand-blue-navy:active,
.btn-check:active+.btn-brand-blue-navy,
.btn-check:checked+.btn-brand-blue-navy,
.show>.btn-brand-blue-navy.dropdown-toggle {
    color: #fff;
    background-color: #2a2e70;
    border-color: #272b69
}

.btn-brand-blue-navy.active:focus,
.btn-brand-blue-navy:active:focus,
.btn-check:active+.btn-brand-blue-navy:focus,
.btn-check:checked+.btn-brand-blue-navy:focus,
.show>.btn-brand-blue-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 87, 157, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(82, 87, 157, 0.5)
}

.btn-brand-blue-navy.disabled,
.btn-brand-blue-navy:disabled {
    color: #fff;
    background-color: rgb(52, 57, 140);
    border-color: rgb(52, 57, 140)
}

.btn-brand-blue-pale {
    color: #000;
    background-color: rgb(233, 238, 245);
    border-color: rgb(233, 238, 245)
}

.btn-brand-blue-pale:hover {
    color: #000;
    background-color: #ecf1f7;
    border-color: #ebf0f6
}

.btn-brand-blue-pale:focus,
.btn-check:focus+.btn-brand-blue-pale {
    color: #000;
    background-color: #ecf1f7;
    border-color: #ebf0f6;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 202, 208, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(198, 202, 208, 0.5)
}

.btn-brand-blue-pale.active,
.btn-brand-blue-pale:active,
.btn-check:active+.btn-brand-blue-pale,
.btn-check:checked+.btn-brand-blue-pale,
.show>.btn-brand-blue-pale.dropdown-toggle {
    color: #000;
    background-color: #edf1f7;
    border-color: #ebf0f6
}

.btn-brand-blue-pale.active:focus,
.btn-brand-blue-pale:active:focus,
.btn-check:active+.btn-brand-blue-pale:focus,
.btn-check:checked+.btn-brand-blue-pale:focus,
.show>.btn-brand-blue-pale.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 202, 208, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(198, 202, 208, 0.5)
}

.btn-brand-blue-pale.disabled,
.btn-brand-blue-pale:disabled {
    color: #000;
    background-color: rgb(233, 238, 245);
    border-color: rgb(233, 238, 245)
}

.btn-brand-disabled-light {
    color: #000;
    background-color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233)
}

.btn-brand-disabled-light:hover {
    color: #000;
    background-color: #e3e6ec;
    border-color: #e1e4eb
}

.btn-brand-disabled-light:focus,
.btn-check:focus+.btn-brand-disabled-light {
    color: #000;
    background-color: #e3e6ec;
    border-color: #e1e4eb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 191, 198, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(189, 191, 198, 0.5)
}

.btn-brand-disabled-light.active,
.btn-brand-disabled-light:active,
.btn-check:active+.btn-brand-disabled-light,
.btn-check:checked+.btn-brand-disabled-light,
.show>.btn-brand-disabled-light.dropdown-toggle {
    color: #000;
    background-color: #e5e7ed;
    border-color: #e1e4eb
}

.btn-brand-disabled-light.active:focus,
.btn-brand-disabled-light:active:focus,
.btn-check:active+.btn-brand-disabled-light:focus,
.btn-check:checked+.btn-brand-disabled-light:focus,
.show>.btn-brand-disabled-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 191, 198, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(189, 191, 198, 0.5)
}

.btn-brand-disabled-light.disabled,
.btn-brand-disabled-light:disabled {
    color: #000;
    background-color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233)
}

.btn-brand-disabled-dark {
    color: #fff;
    background-color: rgb(105, 116, 136);
    border-color: rgb(105, 116, 136)
}

.btn-brand-disabled-dark:hover {
    color: #fff;
    background-color: #596374;
    border-color: #545d6d
}

.btn-brand-disabled-dark:focus,
.btn-check:focus+.btn-brand-disabled-dark {
    color: #fff;
    background-color: #596374;
    border-color: #545d6d;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 137, 154, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(128, 137, 154, 0.5)
}

.btn-brand-disabled-dark.active,
.btn-brand-disabled-dark:active,
.btn-check:active+.btn-brand-disabled-dark,
.btn-check:checked+.btn-brand-disabled-dark,
.show>.btn-brand-disabled-dark.dropdown-toggle {
    color: #fff;
    background-color: #545d6d;
    border-color: #4f5766
}

.btn-brand-disabled-dark.active:focus,
.btn-brand-disabled-dark:active:focus,
.btn-check:active+.btn-brand-disabled-dark:focus,
.btn-check:checked+.btn-brand-disabled-dark:focus,
.show>.btn-brand-disabled-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 137, 154, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(128, 137, 154, 0.5)
}

.btn-brand-disabled-dark.disabled,
.btn-brand-disabled-dark:disabled {
    color: #fff;
    background-color: rgb(105, 116, 136);
    border-color: rgb(105, 116, 136)
}

.btn-smatter-red {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-smatter-red:hover {
    color: #000;
    background-color: #fec5b1;
    border-color: #fec2ac
}

.btn-check:focus+.btn-smatter-red,
.btn-smatter-red:focus {
    color: #000;
    background-color: #fec5b1;
    border-color: #fec2ac;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5)
}

.btn-check:active+.btn-smatter-red,
.btn-check:checked+.btn-smatter-red,
.btn-smatter-red.active,
.btn-smatter-red:active,
.show>.btn-smatter-red.dropdown-toggle {
    color: #000;
    background-color: #fec9b5;
    border-color: #fec2ac
}

.btn-check:active+.btn-smatter-red:focus,
.btn-check:checked+.btn-smatter-red:focus,
.btn-smatter-red.active:focus,
.btn-smatter-red:active:focus,
.show>.btn-smatter-red.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(216, 159, 139, 0.5)
}

.btn-smatter-red.disabled,
.btn-smatter-red:disabled {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-smatter-blue {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-smatter-blue:hover {
    color: #000;
    background-color: #b5bafc;
    border-color: #b1b6fb
}

.btn-check:focus+.btn-smatter-blue,
.btn-smatter-blue:focus {
    color: #000;
    background-color: #b5bafc;
    border-color: #b1b6fb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5)
}

.btn-check:active+.btn-smatter-blue,
.btn-check:checked+.btn-smatter-blue,
.btn-smatter-blue.active,
.btn-smatter-blue:active,
.show>.btn-smatter-blue.dropdown-toggle {
    color: #000;
    background-color: #b9befc;
    border-color: #b1b6fb
}

.btn-check:active+.btn-smatter-blue:focus,
.btn-check:checked+.btn-smatter-blue:focus,
.btn-smatter-blue.active:focus,
.btn-smatter-blue:active:focus,
.show>.btn-smatter-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(143, 148, 213, 0.5)
}

.btn-smatter-blue.disabled,
.btn-smatter-blue:disabled {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-smatter-green {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-smatter-green:hover {
    color: #000;
    background-color: #80f6ba;
    border-color: #78f5b6
}

.btn-check:focus+.btn-smatter-green,
.btn-smatter-green:focus {
    color: #000;
    background-color: #80f6ba;
    border-color: #78f5b6;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5)
}

.btn-check:active+.btn-smatter-green,
.btn-check:checked+.btn-smatter-green,
.btn-smatter-green.active,
.btn-smatter-green:active,
.show>.btn-smatter-green.dropdown-toggle {
    color: #000;
    background-color: #87f6be;
    border-color: #78f5b6
}

.btn-check:active+.btn-smatter-green:focus,
.btn-check:checked+.btn-smatter-green:focus,
.btn-smatter-green.active:focus,
.btn-smatter-green:active:focus,
.show>.btn-smatter-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(89, 207, 148, 0.5)
}

.btn-smatter-green.disabled,
.btn-smatter-green:disabled {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-smatter-yellow {
    color: #000;
    background-color: rgb(255, 255, 52);
    border-color: rgb(255, 255, 52)
}

.btn-smatter-yellow:hover {
    color: #000;
    background-color: #ffff52;
    border-color: #ffff48
}

.btn-check:focus+.btn-smatter-yellow,
.btn-smatter-yellow:focus {
    color: #000;
    background-color: #ffff52;
    border-color: #ffff48;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 44, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 44, 0.5)
}

.btn-check:active+.btn-smatter-yellow,
.btn-check:checked+.btn-smatter-yellow,
.btn-smatter-yellow.active,
.btn-smatter-yellow:active,
.show>.btn-smatter-yellow.dropdown-toggle {
    color: #000;
    background-color: #ffff5d;
    border-color: #ffff48
}

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

.btn-smatter-yellow.disabled,
.btn-smatter-yellow:disabled {
    color: #000;
    background-color: rgb(255, 255, 52);
    border-color: rgb(255, 255, 52)
}

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

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

.btn-check:focus+.btn-outline-gray-light,
.btn-outline-gray-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5)
}

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

.btn-check:active+.btn-outline-gray-light:focus,
.btn-check:checked+.btn-outline-gray-light:focus,
.btn-outline-gray-light.active:focus,
.btn-outline-gray-light.dropdown-toggle.show:focus,
.btn-outline-gray-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5)
}

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

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

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

.btn-check:focus+.btn-outline-disabled-light,
.btn-outline-disabled-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 222, 233, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(224, 222, 233, 0.5)
}

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

.btn-check:active+.btn-outline-disabled-light:focus,
.btn-check:checked+.btn-outline-disabled-light:focus,
.btn-outline-disabled-light.active:focus,
.btn-outline-disabled-light.dropdown-toggle.show:focus,
.btn-outline-disabled-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 222, 233, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(224, 222, 233, 0.5)
}

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

.btn-outline-disabled-dark {
    color: #716988;
    border-color: #716988
}

.btn-outline-disabled-dark:hover {
    color: #fff;
    background-color: #716988;
    border-color: #716988
}

.btn-check:focus+.btn-outline-disabled-dark,
.btn-outline-disabled-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(113, 105, 136, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(113, 105, 136, 0.5)
}

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

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

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

.btn-outline-primary {
    color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-outline-primary:hover {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(254, 187, 163);
    background-color: transparent
}

.btn-outline-secondary {
    color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgb(105, 244, 174);
    background-color: transparent
}

.btn-outline-accent {
    color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-outline-accent:hover {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-check:focus+.btn-outline-accent,
.btn-outline-accent:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5)
}

.btn-check:active+.btn-outline-accent,
.btn-check:checked+.btn-outline-accent,
.btn-outline-accent.active,
.btn-outline-accent.dropdown-toggle.show,
.btn-outline-accent:active {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

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

.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
    color: rgb(168, 174, 251);
    background-color: transparent
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5)
}

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

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

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

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

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

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5)
}

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

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

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

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

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

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

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #B40000;
    border-color: #B40000
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #B40000;
    border-color: #B40000
}

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

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

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

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

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

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

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5)
}

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

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

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

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

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

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

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

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

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

.btn-outline-brand-blue {
    color: rgb(90, 133, 197);
    border-color: rgb(90, 133, 197)
}

.btn-outline-brand-blue:hover {
    color: #000;
    background-color: rgb(90, 133, 197);
    border-color: rgb(90, 133, 197)
}

.btn-check:focus+.btn-outline-brand-blue,
.btn-outline-brand-blue:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(90, 133, 197, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(90, 133, 197, 0.5)
}

.btn-check:active+.btn-outline-brand-blue,
.btn-check:checked+.btn-outline-brand-blue,
.btn-outline-brand-blue.active,
.btn-outline-brand-blue.dropdown-toggle.show,
.btn-outline-brand-blue:active {
    color: #000;
    background-color: rgb(90, 133, 197);
    border-color: rgb(90, 133, 197)
}

.btn-check:active+.btn-outline-brand-blue:focus,
.btn-check:checked+.btn-outline-brand-blue:focus,
.btn-outline-brand-blue.active:focus,
.btn-outline-brand-blue.dropdown-toggle.show:focus,
.btn-outline-brand-blue:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(90, 133, 197, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(90, 133, 197, 0.5)
}

.btn-outline-brand-blue.disabled,
.btn-outline-brand-blue:disabled {
    color: rgb(90, 133, 197);
    background-color: transparent
}

.btn-outline-brand-blue-dark {
    color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98)
}

.btn-outline-brand-blue-dark:hover {
    color: #fff;
    background-color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98)
}

.btn-check:focus+.btn-outline-brand-blue-dark,
.btn-outline-brand-blue-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 98, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 98, 0.5)
}

.btn-check:active+.btn-outline-brand-blue-dark,
.btn-check:checked+.btn-outline-brand-blue-dark,
.btn-outline-brand-blue-dark.active,
.btn-outline-brand-blue-dark.dropdown-toggle.show,
.btn-outline-brand-blue-dark:active {
    color: #fff;
    background-color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98)
}

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

.btn-outline-brand-blue-dark.disabled,
.btn-outline-brand-blue-dark:disabled {
    color: rgb(38, 38, 98);
    background-color: transparent
}

.btn-outline-brand-blue-navy {
    color: rgb(52, 57, 140);
    border-color: rgb(52, 57, 140)
}

.btn-outline-brand-blue-navy:hover {
    color: #fff;
    background-color: rgb(52, 57, 140);
    border-color: rgb(52, 57, 140)
}

.btn-check:focus+.btn-outline-brand-blue-navy,
.btn-outline-brand-blue-navy:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 57, 140, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(52, 57, 140, 0.5)
}

.btn-check:active+.btn-outline-brand-blue-navy,
.btn-check:checked+.btn-outline-brand-blue-navy,
.btn-outline-brand-blue-navy.active,
.btn-outline-brand-blue-navy.dropdown-toggle.show,
.btn-outline-brand-blue-navy:active {
    color: #fff;
    background-color: rgb(52, 57, 140);
    border-color: rgb(52, 57, 140)
}

.btn-check:active+.btn-outline-brand-blue-navy:focus,
.btn-check:checked+.btn-outline-brand-blue-navy:focus,
.btn-outline-brand-blue-navy.active:focus,
.btn-outline-brand-blue-navy.dropdown-toggle.show:focus,
.btn-outline-brand-blue-navy:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 57, 140, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(52, 57, 140, 0.5)
}

.btn-outline-brand-blue-navy.disabled,
.btn-outline-brand-blue-navy:disabled {
    color: rgb(52, 57, 140);
    background-color: transparent
}

.btn-outline-brand-blue-pale {
    color: rgb(233, 238, 245);
    border-color: rgb(233, 238, 245)
}

.btn-outline-brand-blue-pale:hover {
    color: #000;
    background-color: rgb(233, 238, 245);
    border-color: rgb(233, 238, 245)
}

.btn-check:focus+.btn-outline-brand-blue-pale,
.btn-outline-brand-blue-pale:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 238, 245, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(233, 238, 245, 0.5)
}

.btn-check:active+.btn-outline-brand-blue-pale,
.btn-check:checked+.btn-outline-brand-blue-pale,
.btn-outline-brand-blue-pale.active,
.btn-outline-brand-blue-pale.dropdown-toggle.show,
.btn-outline-brand-blue-pale:active {
    color: #000;
    background-color: rgb(233, 238, 245);
    border-color: rgb(233, 238, 245)
}

.btn-check:active+.btn-outline-brand-blue-pale:focus,
.btn-check:checked+.btn-outline-brand-blue-pale:focus,
.btn-outline-brand-blue-pale.active:focus,
.btn-outline-brand-blue-pale.dropdown-toggle.show:focus,
.btn-outline-brand-blue-pale:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 238, 245, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(233, 238, 245, 0.5)
}

.btn-outline-brand-blue-pale.disabled,
.btn-outline-brand-blue-pale:disabled {
    color: rgb(233, 238, 245);
    background-color: transparent
}

.btn-outline-brand-disabled-light {
    color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233)
}

.btn-outline-brand-disabled-light:hover {
    color: #000;
    background-color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233)
}

.btn-check:focus+.btn-outline-brand-disabled-light,
.btn-outline-brand-disabled-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 225, 233, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(222, 225, 233, 0.5)
}

.btn-check:active+.btn-outline-brand-disabled-light,
.btn-check:checked+.btn-outline-brand-disabled-light,
.btn-outline-brand-disabled-light.active,
.btn-outline-brand-disabled-light.dropdown-toggle.show,
.btn-outline-brand-disabled-light:active {
    color: #000;
    background-color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233)
}

.btn-check:active+.btn-outline-brand-disabled-light:focus,
.btn-check:checked+.btn-outline-brand-disabled-light:focus,
.btn-outline-brand-disabled-light.active:focus,
.btn-outline-brand-disabled-light.dropdown-toggle.show:focus,
.btn-outline-brand-disabled-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 225, 233, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(222, 225, 233, 0.5)
}

.btn-outline-brand-disabled-light.disabled,
.btn-outline-brand-disabled-light:disabled {
    color: rgb(222, 225, 233);
    background-color: transparent
}

.btn-outline-brand-disabled-dark {
    color: rgb(105, 116, 136);
    border-color: rgb(105, 116, 136)
}

.btn-outline-brand-disabled-dark:hover {
    color: #fff;
    background-color: rgb(105, 116, 136);
    border-color: rgb(105, 116, 136)
}

.btn-check:focus+.btn-outline-brand-disabled-dark,
.btn-outline-brand-disabled-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 116, 136, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 116, 136, 0.5)
}

.btn-check:active+.btn-outline-brand-disabled-dark,
.btn-check:checked+.btn-outline-brand-disabled-dark,
.btn-outline-brand-disabled-dark.active,
.btn-outline-brand-disabled-dark.dropdown-toggle.show,
.btn-outline-brand-disabled-dark:active {
    color: #fff;
    background-color: rgb(105, 116, 136);
    border-color: rgb(105, 116, 136)
}

.btn-check:active+.btn-outline-brand-disabled-dark:focus,
.btn-check:checked+.btn-outline-brand-disabled-dark:focus,
.btn-outline-brand-disabled-dark.active:focus,
.btn-outline-brand-disabled-dark.dropdown-toggle.show:focus,
.btn-outline-brand-disabled-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 116, 136, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 116, 136, 0.5)
}

.btn-outline-brand-disabled-dark.disabled,
.btn-outline-brand-disabled-dark:disabled {
    color: rgb(105, 116, 136);
    background-color: transparent
}

.btn-outline-smatter-red {
    color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-outline-smatter-red:hover {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-check:focus+.btn-outline-smatter-red,
.btn-outline-smatter-red:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5)
}

.btn-check:active+.btn-outline-smatter-red,
.btn-check:checked+.btn-outline-smatter-red,
.btn-outline-smatter-red.active,
.btn-outline-smatter-red.dropdown-toggle.show,
.btn-outline-smatter-red:active {
    color: #000;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.btn-check:active+.btn-outline-smatter-red:focus,
.btn-check:checked+.btn-outline-smatter-red:focus,
.btn-outline-smatter-red.active:focus,
.btn-outline-smatter-red.dropdown-toggle.show:focus,
.btn-outline-smatter-red:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.5)
}

.btn-outline-smatter-red.disabled,
.btn-outline-smatter-red:disabled {
    color: rgb(254, 187, 163);
    background-color: transparent
}

.btn-outline-smatter-blue {
    color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-outline-smatter-blue:hover {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-check:focus+.btn-outline-smatter-blue,
.btn-outline-smatter-blue:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5)
}

.btn-check:active+.btn-outline-smatter-blue,
.btn-check:checked+.btn-outline-smatter-blue,
.btn-outline-smatter-blue.active,
.btn-outline-smatter-blue.dropdown-toggle.show,
.btn-outline-smatter-blue:active {
    color: #000;
    background-color: rgb(168, 174, 251);
    border-color: rgb(168, 174, 251)
}

.btn-check:active+.btn-outline-smatter-blue:focus,
.btn-check:checked+.btn-outline-smatter-blue:focus,
.btn-outline-smatter-blue.active:focus,
.btn-outline-smatter-blue.dropdown-toggle.show:focus,
.btn-outline-smatter-blue:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(168, 174, 251, 0.5)
}

.btn-outline-smatter-blue.disabled,
.btn-outline-smatter-blue:disabled {
    color: rgb(168, 174, 251);
    background-color: transparent
}

.btn-outline-smatter-green {
    color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-outline-smatter-green:hover {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-check:focus+.btn-outline-smatter-green,
.btn-outline-smatter-green:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5)
}

.btn-check:active+.btn-outline-smatter-green,
.btn-check:checked+.btn-outline-smatter-green,
.btn-outline-smatter-green.active,
.btn-outline-smatter-green.dropdown-toggle.show,
.btn-outline-smatter-green:active {
    color: #000;
    background-color: rgb(105, 244, 174);
    border-color: rgb(105, 244, 174)
}

.btn-check:active+.btn-outline-smatter-green:focus,
.btn-check:checked+.btn-outline-smatter-green:focus,
.btn-outline-smatter-green.active:focus,
.btn-outline-smatter-green.dropdown-toggle.show:focus,
.btn-outline-smatter-green:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 244, 174, 0.5)
}

.btn-outline-smatter-green.disabled,
.btn-outline-smatter-green:disabled {
    color: rgb(105, 244, 174);
    background-color: transparent
}

.btn-outline-smatter-yellow {
    color: rgb(255, 255, 52);
    border-color: rgb(255, 255, 52)
}

.btn-outline-smatter-yellow:hover {
    color: #000;
    background-color: rgb(255, 255, 52);
    border-color: rgb(255, 255, 52)
}

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

.btn-check:active+.btn-outline-smatter-yellow,
.btn-check:checked+.btn-outline-smatter-yellow,
.btn-outline-smatter-yellow.active,
.btn-outline-smatter-yellow.dropdown-toggle.show,
.btn-outline-smatter-yellow:active {
    color: #000;
    background-color: rgb(255, 255, 52);
    border-color: rgb(255, 255, 52)
}

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

.btn-outline-smatter-yellow.disabled,
.btn-outline-smatter-yellow:disabled {
    color: rgb(255, 255, 52);
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: rgb(52, 57, 140);
    text-decoration: underline
}

.btn-link:hover {
    color: rgb(38, 38, 98)
}

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

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

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

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

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

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease
}

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

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1240px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgb(254, 187, 163)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: rgb(254, 187, 163)
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    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),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: rgb(52, 57, 140);
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: rgb(38, 38, 98)
}

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(254, 187, 163)
}

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1240px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1440px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

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

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: 0.5rem
}

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

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

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px)
}

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-group>.card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

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

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

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

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out
}

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

.accordion-button:not(.collapsed) {
    color: #e5a893;
    background-color: #fff8f6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e5a893'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffddd1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem
}

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

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

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: rgb(52, 57, 140);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: rgb(38, 38, 98);
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: rgb(38, 38, 98);
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25)
}

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-gray-light {
    color: #5d5e60;
    background-color: #fbfbfc;
    border-color: #f8f9fa
}

.alert-gray-light .alert-link {
    color: #4a4b4d
}

.alert-disabled-light {
    color: #5a595d;
    background-color: #f9f8fb;
    border-color: #f6f5f8
}

.alert-disabled-light .alert-link {
    color: #48474a
}

.alert-disabled-dark {
    color: #443f52;
    background-color: #e3e1e7;
    border-color: #d4d2db
}

.alert-disabled-dark .alert-link {
    color: #363242
}

.alert-primary {
    color: #664b41;
    background-color: #fff1ed;
    border-color: #ffebe3
}

.alert-primary .alert-link {
    color: #523c34
}

.alert-secondary {
    color: #2a6246;
    background-color: #e1fdef;
    border-color: #d2fce7
}

.alert-secondary .alert-link {
    color: #224e38
}

.alert-accent {
    color: #656897;
    background-color: #eeeffe;
    border-color: #e5e7fe
}

.alert-accent .alert-link {
    color: #515379
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #6c0000;
    background-color: #f0cccc;
    border-color: #e9b3b3
}

.alert-danger .alert-link {
    color: #560000
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

.alert-brand-blue {
    color: #365076;
    background-color: #dee7f3;
    border-color: #cedaee
}

.alert-brand-blue .alert-link {
    color: #2b405e
}

.alert-brand-blue-dark {
    color: #17173b;
    background-color: #d4d4e0;
    border-color: #bebed0
}

.alert-brand-blue-dark .alert-link {
    color: #12122f
}

.alert-brand-blue-navy {
    color: #1f2254;
    background-color: #d6d7e8;
    border-color: #c2c4dd
}

.alert-brand-blue-navy .alert-link {
    color: #191b43
}

.alert-brand-blue-pale {
    color: #5d5f62;
    background-color: #fbfcfd;
    border-color: #f8fafc
}

.alert-brand-blue-pale .alert-link {
    color: #4a4c4e
}

.alert-brand-disabled-light {
    color: #595a5d;
    background-color: #f8f9fb;
    border-color: #f5f6f8
}

.alert-brand-disabled-light .alert-link {
    color: #47484a
}

.alert-brand-disabled-dark {
    color: #3f4652;
    background-color: #e1e3e7;
    border-color: #d2d5db
}

.alert-brand-disabled-dark .alert-link {
    color: #323842
}

.alert-smatter-red {
    color: #664b41;
    background-color: #fff1ed;
    border-color: #ffebe3
}

.alert-smatter-red .alert-link {
    color: #523c34
}

.alert-smatter-blue {
    color: #656897;
    background-color: #eeeffe;
    border-color: #e5e7fe
}

.alert-smatter-blue .alert-link {
    color: #515379
}

.alert-smatter-green {
    color: #2a6246;
    background-color: #e1fdef;
    border-color: #d2fce7
}

.alert-smatter-green .alert-link {
    color: #224e38
}

.alert-smatter-yellow {
    color: #666615;
    background-color: #ffffd6;
    border-color: #ffffc2
}

.alert-smatter-yellow .alert-link {
    color: #525211
}

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

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

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(254, 187, 163);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

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

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

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: rgb(254, 187, 163);
    border-color: rgb(254, 187, 163)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1240px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1440px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-gray-light {
    color: #5d5e60;
    background-color: #fbfbfc
}

.list-group-item-gray-light.list-group-item-action:focus,
.list-group-item-gray-light.list-group-item-action:hover {
    color: #5d5e60;
    background-color: #e2e2e3
}

.list-group-item-gray-light.list-group-item-action.active {
    color: #fff;
    background-color: #5d5e60;
    border-color: #5d5e60
}

.list-group-item-disabled-light {
    color: #5a595d;
    background-color: #f9f8fb
}

.list-group-item-disabled-light.list-group-item-action:focus,
.list-group-item-disabled-light.list-group-item-action:hover {
    color: #5a595d;
    background-color: #e0dfe2
}

.list-group-item-disabled-light.list-group-item-action.active {
    color: #fff;
    background-color: #5a595d;
    border-color: #5a595d
}

.list-group-item-disabled-dark {
    color: #443f52;
    background-color: #e3e1e7
}

.list-group-item-disabled-dark.list-group-item-action:focus,
.list-group-item-disabled-dark.list-group-item-action:hover {
    color: #443f52;
    background-color: #cccbd0
}

.list-group-item-disabled-dark.list-group-item-action.active {
    color: #fff;
    background-color: #443f52;
    border-color: #443f52
}

.list-group-item-primary {
    color: #664b41;
    background-color: #fff1ed
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #664b41;
    background-color: #e6d9d5
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #664b41;
    border-color: #664b41
}

.list-group-item-secondary {
    color: #2a6246;
    background-color: #e1fdef
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #2a6246;
    background-color: #cbe4d7
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #2a6246;
    border-color: #2a6246
}

.list-group-item-accent {
    color: #656897;
    background-color: #eeeffe
}

.list-group-item-accent.list-group-item-action:focus,
.list-group-item-accent.list-group-item-action:hover {
    color: #656897;
    background-color: #d6d7e5
}

.list-group-item-accent.list-group-item-action.active {
    color: #fff;
    background-color: #656897;
    border-color: #656897
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #6c0000;
    background-color: #f0cccc
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #6c0000;
    background-color: #d8b8b8
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6c0000;
    border-color: #6c0000
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.list-group-item-brand-blue {
    color: #365076;
    background-color: #dee7f3
}

.list-group-item-brand-blue.list-group-item-action:focus,
.list-group-item-brand-blue.list-group-item-action:hover {
    color: #365076;
    background-color: #c8d0db
}

.list-group-item-brand-blue.list-group-item-action.active {
    color: #fff;
    background-color: #365076;
    border-color: #365076
}

.list-group-item-brand-blue-dark {
    color: #17173b;
    background-color: #d4d4e0
}

.list-group-item-brand-blue-dark.list-group-item-action:focus,
.list-group-item-brand-blue-dark.list-group-item-action:hover {
    color: #17173b;
    background-color: #bfbfca
}

.list-group-item-brand-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #17173b;
    border-color: #17173b
}

.list-group-item-brand-blue-navy {
    color: #1f2254;
    background-color: #d6d7e8
}

.list-group-item-brand-blue-navy.list-group-item-action:focus,
.list-group-item-brand-blue-navy.list-group-item-action:hover {
    color: #1f2254;
    background-color: #c1c2d1
}

.list-group-item-brand-blue-navy.list-group-item-action.active {
    color: #fff;
    background-color: #1f2254;
    border-color: #1f2254
}

.list-group-item-brand-blue-pale {
    color: #5d5f62;
    background-color: #fbfcfd
}

.list-group-item-brand-blue-pale.list-group-item-action:focus,
.list-group-item-brand-blue-pale.list-group-item-action:hover {
    color: #5d5f62;
    background-color: #e2e3e4
}

.list-group-item-brand-blue-pale.list-group-item-action.active {
    color: #fff;
    background-color: #5d5f62;
    border-color: #5d5f62
}

.list-group-item-brand-disabled-light {
    color: #595a5d;
    background-color: #f8f9fb
}

.list-group-item-brand-disabled-light.list-group-item-action:focus,
.list-group-item-brand-disabled-light.list-group-item-action:hover {
    color: #595a5d;
    background-color: #dfe0e2
}

.list-group-item-brand-disabled-light.list-group-item-action.active {
    color: #fff;
    background-color: #595a5d;
    border-color: #595a5d
}

.list-group-item-brand-disabled-dark {
    color: #3f4652;
    background-color: #e1e3e7
}

.list-group-item-brand-disabled-dark.list-group-item-action:focus,
.list-group-item-brand-disabled-dark.list-group-item-action:hover {
    color: #3f4652;
    background-color: #cbccd0
}

.list-group-item-brand-disabled-dark.list-group-item-action.active {
    color: #fff;
    background-color: #3f4652;
    border-color: #3f4652
}

.list-group-item-smatter-red {
    color: #664b41;
    background-color: #fff1ed
}

.list-group-item-smatter-red.list-group-item-action:focus,
.list-group-item-smatter-red.list-group-item-action:hover {
    color: #664b41;
    background-color: #e6d9d5
}

.list-group-item-smatter-red.list-group-item-action.active {
    color: #fff;
    background-color: #664b41;
    border-color: #664b41
}

.list-group-item-smatter-blue {
    color: #656897;
    background-color: #eeeffe
}

.list-group-item-smatter-blue.list-group-item-action:focus,
.list-group-item-smatter-blue.list-group-item-action:hover {
    color: #656897;
    background-color: #d6d7e5
}

.list-group-item-smatter-blue.list-group-item-action.active {
    color: #fff;
    background-color: #656897;
    border-color: #656897
}

.list-group-item-smatter-green {
    color: #2a6246;
    background-color: #e1fdef
}

.list-group-item-smatter-green.list-group-item-action:focus,
.list-group-item-smatter-green.list-group-item-action:hover {
    color: #2a6246;
    background-color: #cbe4d7
}

.list-group-item-smatter-green.list-group-item-action.active {
    color: #fff;
    background-color: #2a6246;
    border-color: #2a6246
}

.list-group-item-smatter-yellow {
    color: #666615;
    background-color: #ffffd6
}

.list-group-item-smatter-yellow.list-group-item-action:focus,
.list-group-item-smatter-yellow.list-group-item-action:hover {
    color: #666615;
    background-color: #e6e6c1
}

.list-group-item-smatter-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #666615;
    border-color: #666615
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5
}

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

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(254, 187, 163, 0.25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: 16px
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

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

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

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

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

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

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

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

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

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1240px) {
    .modal-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: 0.4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 0.4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: 0.4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 0.4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #000
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em
}

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

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

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

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: 0.5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

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

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

.placeholder-xs {
    min-height: 0.6em
}

.placeholder-sm {
    min-height: 0.8em
}

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

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

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

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

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

.link-gray-light {
    color: #e9ecef
}

.link-gray-light:focus,
.link-gray-light:hover {
    color: #edf0f2
}

.link-disabled-light {
    color: #E0DEE9
}

.link-disabled-light:focus,
.link-disabled-light:hover {
    color: #e6e5ed
}

.link-disabled-dark {
    color: #716988
}

.link-disabled-dark:focus,
.link-disabled-dark:hover {
    color: #5a546d
}

.link-primary {
    color: rgb(254, 187, 163)
}

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

.link-secondary {
    color: rgb(105, 244, 174)
}

.link-secondary:focus,
.link-secondary:hover {
    color: #87f6be
}

.link-accent {
    color: rgb(168, 174, 251)
}

.link-accent:focus,
.link-accent:hover {
    color: #b9befc
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #B40000
}

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

.link-light {
    color: #f8f9fa
}

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

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.link-brand-blue {
    color: rgb(90, 133, 197)
}

.link-brand-blue:focus,
.link-brand-blue:hover {
    color: #7b9dd1
}

.link-brand-blue-dark {
    color: rgb(38, 38, 98)
}

.link-brand-blue-dark:focus,
.link-brand-blue-dark:hover {
    color: #1e1e4e
}

.link-brand-blue-navy {
    color: rgb(52, 57, 140)
}

.link-brand-blue-navy:focus,
.link-brand-blue-navy:hover {
    color: #2a2e70
}

.link-brand-blue-pale {
    color: rgb(233, 238, 245)
}

.link-brand-blue-pale:focus,
.link-brand-blue-pale:hover {
    color: #edf1f7
}

.link-brand-disabled-light {
    color: rgb(222, 225, 233)
}

.link-brand-disabled-light:focus,
.link-brand-disabled-light:hover {
    color: #e5e7ed
}

.link-brand-disabled-dark {
    color: rgb(105, 116, 136)
}

.link-brand-disabled-dark:focus,
.link-brand-disabled-dark:hover {
    color: #545d6d
}

.link-smatter-red {
    color: rgb(254, 187, 163)
}

.link-smatter-red:focus,
.link-smatter-red:hover {
    color: #fec9b5
}

.link-smatter-blue {
    color: rgb(168, 174, 251)
}

.link-smatter-blue:focus,
.link-smatter-blue:hover {
    color: #b9befc
}

.link-smatter-green {
    color: rgb(105, 244, 174)
}

.link-smatter-green:focus,
.link-smatter-green:hover {
    color: #87f6be
}

.link-smatter-yellow {
    color: rgb(255, 255, 52)
}

.link-smatter-yellow:focus,
.link-smatter-yellow:hover {
    color: #ffff5d
}

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

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

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

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

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.ratio-30x9 {
    --bs-aspect-ratio: 30%
}

.ratio-1x4vh {
    --bs-aspect-ratio: 25vh
}

.ratio-2x4vh {
    --bs-aspect-ratio: 50vh
}

.ratio-3x4vh {
    --bs-aspect-ratio: 75vh
}

.ratio-4x4vh {
    --bs-aspect-ratio: 100vh
}

@media (min-width:576px) {
    .ratio-sm-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-sm-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-sm-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-sm-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .ratio-sm-30x9 {
        --bs-aspect-ratio: 30%
    }

    .ratio-sm-1x4vh {
        --bs-aspect-ratio: 25vh
    }

    .ratio-sm-2x4vh {
        --bs-aspect-ratio: 50vh
    }

    .ratio-sm-3x4vh {
        --bs-aspect-ratio: 75vh
    }

    .ratio-sm-4x4vh {
        --bs-aspect-ratio: 100vh
    }
}

@media (min-width:768px) {
    .ratio-md-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-md-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-md-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-md-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .ratio-md-30x9 {
        --bs-aspect-ratio: 30%
    }

    .ratio-md-1x4vh {
        --bs-aspect-ratio: 25vh
    }

    .ratio-md-2x4vh {
        --bs-aspect-ratio: 50vh
    }

    .ratio-md-3x4vh {
        --bs-aspect-ratio: 75vh
    }

    .ratio-md-4x4vh {
        --bs-aspect-ratio: 100vh
    }
}

@media (min-width:992px) {
    .ratio-lg-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-lg-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-lg-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-lg-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .ratio-lg-30x9 {
        --bs-aspect-ratio: 30%
    }

    .ratio-lg-1x4vh {
        --bs-aspect-ratio: 25vh
    }

    .ratio-lg-2x4vh {
        --bs-aspect-ratio: 50vh
    }

    .ratio-lg-3x4vh {
        --bs-aspect-ratio: 75vh
    }

    .ratio-lg-4x4vh {
        --bs-aspect-ratio: 100vh
    }
}

@media (min-width:1240px) {
    .ratio-xl-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-xl-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-xl-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-xl-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .ratio-xl-30x9 {
        --bs-aspect-ratio: 30%
    }

    .ratio-xl-1x4vh {
        --bs-aspect-ratio: 25vh
    }

    .ratio-xl-2x4vh {
        --bs-aspect-ratio: 50vh
    }

    .ratio-xl-3x4vh {
        --bs-aspect-ratio: 75vh
    }

    .ratio-xl-4x4vh {
        --bs-aspect-ratio: 100vh
    }
}

@media (min-width:1440px) {
    .ratio-xxl-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-xxl-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-xxl-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-xxl-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .ratio-xxl-30x9 {
        --bs-aspect-ratio: 30%
    }

    .ratio-xxl-1x4vh {
        --bs-aspect-ratio: 25vh
    }

    .ratio-xxl-2x4vh {
        --bs-aspect-ratio: 50vh
    }

    .ratio-xxl-3x4vh {
        --bs-aspect-ratio: 75vh
    }

    .ratio-xxl-4x4vh {
        --bs-aspect-ratio: 100vh
    }
}

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

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

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

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

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

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

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

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

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

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

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

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

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25
}

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: 0.25 !important
}

.opacity-50 {
    opacity: 0.5 !important
}

.opacity-75 {
    opacity: 0.75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

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

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

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

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

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

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

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

.bottom-0 {
    bottom: 0 !important
}

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

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

.start-0 {
    left: 0 !important
}

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

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

.end-0 {
    right: 0 !important
}

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

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

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

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

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

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

.border-gray-light {
    border-color: #e9ecef !important
}

.border-disabled-light {
    border-color: #E0DEE9 !important
}

.border-disabled-dark {
    border-color: #716988 !important
}

.border-primary {
    border-color: rgb(254, 187, 163) !important
}

.border-secondary {
    border-color: rgb(105, 244, 174) !important
}

.border-accent {
    border-color: rgb(168, 174, 251) !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #B40000 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-brand-blue {
    border-color: rgb(90, 133, 197) !important
}

.border-brand-blue-dark {
    border-color: rgb(38, 38, 98) !important
}

.border-brand-blue-navy {
    border-color: rgb(52, 57, 140) !important
}

.border-brand-blue-pale {
    border-color: rgb(233, 238, 245) !important
}

.border-brand-disabled-light {
    border-color: rgb(222, 225, 233) !important
}

.border-brand-disabled-dark {
    border-color: rgb(105, 116, 136) !important
}

.border-smatter-red {
    border-color: rgb(254, 187, 163) !important
}

.border-smatter-blue {
    border-color: rgb(168, 174, 251) !important
}

.border-smatter-green {
    border-color: rgb(105, 244, 174) !important
}

.border-smatter-yellow {
    border-color: rgb(255, 255, 52) !important
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

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

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

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

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

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

.gap-0 {
    gap: 0 !important
}

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

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

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

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

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

.gap-25em {
    gap: 0.25em !important
}

.gap-5em {
    gap: 0.5em !important
}

.gap-75em {
    gap: 0.75em !important
}

.gap-1em {
    gap: 1em !important
}

.gap-8 {
    gap: 8px !important
}

.gap-12 {
    gap: 12px !important
}

.gap-16 {
    gap: 16px !important
}

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

.gap-24 {
    gap: 24px !important
}

.gap-32 {
    gap: 32px !important
}

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

.gap-42 {
    gap: 42px !important
}

.gap-48 {
    gap: 48px !important
}

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

.gap-64 {
    gap: 64px !important
}

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

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

.gap-128 {
    gap: 128px !important
}

.gap-144 {
    gap: 144px !important
}

.gap-176 {
    gap: 176px !important
}

.gap-200 {
    gap: 200px !important
}

.gap-220 {
    gap: 220px !important
}

.gap-254 {
    gap: 254px !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-25em {
    margin: 0.25em !important
}

.m-5em {
    margin: 0.5em !important
}

.m-75em {
    margin: 0.75em !important
}

.m-1em {
    margin: 1em !important
}

.m-8 {
    margin: 8px !important
}

.m-12 {
    margin: 12px !important
}

.m-16 {
    margin: 16px !important
}

.m-20 {
    margin: 20px !important
}

.m-24 {
    margin: 24px !important
}

.m-32 {
    margin: 32px !important
}

.m-40 {
    margin: 40px !important
}

.m-42 {
    margin: 42px !important
}

.m-48 {
    margin: 48px !important
}

.m-60 {
    margin: 60px !important
}

.m-64 {
    margin: 64px !important
}

.m-80 {
    margin: 80px !important
}

.m-100 {
    margin: 100px !important
}

.m-128 {
    margin: 128px !important
}

.m-144 {
    margin: 144px !important
}

.m-176 {
    margin: 176px !important
}

.m-200 {
    margin: 200px !important
}

.m-220 {
    margin: 220px !important
}

.m-254 {
    margin: 254px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important
}

.mx-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important
}

.mx-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important
}

.mx-1em {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.mx-8 {
    margin-right: 8px !important;
    margin-left: 8px !important
}

.mx-12 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.mx-16 {
    margin-right: 16px !important;
    margin-left: 16px !important
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.mx-24 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.mx-32 {
    margin-right: 32px !important;
    margin-left: 32px !important
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.mx-42 {
    margin-right: 42px !important;
    margin-left: 42px !important
}

.mx-48 {
    margin-right: 48px !important;
    margin-left: 48px !important
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
}

.mx-64 {
    margin-right: 64px !important;
    margin-left: 64px !important
}

.mx-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
}

.mx-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
}

.mx-128 {
    margin-right: 128px !important;
    margin-left: 128px !important
}

.mx-144 {
    margin-right: 144px !important;
    margin-left: 144px !important
}

.mx-176 {
    margin-right: 176px !important;
    margin-left: 176px !important
}

.mx-200 {
    margin-right: 200px !important;
    margin-left: 200px !important
}

.mx-220 {
    margin-right: 220px !important;
    margin-left: 220px !important
}

.mx-254 {
    margin-right: 254px !important;
    margin-left: 254px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important
}

.my-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important
}

.my-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important
}

.my-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important
}

.my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important
}

.my-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important
}

.my-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important
}

.my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.my-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important
}

.my-254 {
    margin-top: 254px !important;
    margin-bottom: 254px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

.mt-1 {
    margin-top: 0.25rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

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

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

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

.mt-25em {
    margin-top: 0.25em !important
}

.mt-5em {
    margin-top: 0.5em !important
}

.mt-75em {
    margin-top: 0.75em !important
}

.mt-1em {
    margin-top: 1em !important
}

.mt-8 {
    margin-top: 8px !important
}

.mt-12 {
    margin-top: 12px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-42 {
    margin-top: 42px !important
}

.mt-48 {
    margin-top: 48px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-64 {
    margin-top: 64px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-128 {
    margin-top: 128px !important
}

.mt-144 {
    margin-top: 144px !important
}

.mt-176 {
    margin-top: 176px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mt-220 {
    margin-top: 220px !important
}

.mt-254 {
    margin-top: 254px !important
}

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

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 0.25rem !important
}

.me-2 {
    margin-right: 0.5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-25em {
    margin-right: 0.25em !important
}

.me-5em {
    margin-right: 0.5em !important
}

.me-75em {
    margin-right: 0.75em !important
}

.me-1em {
    margin-right: 1em !important
}

.me-8 {
    margin-right: 8px !important
}

.me-12 {
    margin-right: 12px !important
}

.me-16 {
    margin-right: 16px !important
}

.me-20 {
    margin-right: 20px !important
}

.me-24 {
    margin-right: 24px !important
}

.me-32 {
    margin-right: 32px !important
}

.me-40 {
    margin-right: 40px !important
}

.me-42 {
    margin-right: 42px !important
}

.me-48 {
    margin-right: 48px !important
}

.me-60 {
    margin-right: 60px !important
}

.me-64 {
    margin-right: 64px !important
}

.me-80 {
    margin-right: 80px !important
}

.me-100 {
    margin-right: 100px !important
}

.me-128 {
    margin-right: 128px !important
}

.me-144 {
    margin-right: 144px !important
}

.me-176 {
    margin-right: 176px !important
}

.me-200 {
    margin-right: 200px !important
}

.me-220 {
    margin-right: 220px !important
}

.me-254 {
    margin-right: 254px !important
}

.me-auto {
    margin-right: auto !important
}

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

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

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

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

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

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

.mb-25em {
    margin-bottom: 0.25em !important
}

.mb-5em {
    margin-bottom: 0.5em !important
}

.mb-75em {
    margin-bottom: 0.75em !important
}

.mb-1em {
    margin-bottom: 1em !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-42 {
    margin-bottom: 42px !important
}

.mb-48 {
    margin-bottom: 48px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-64 {
    margin-bottom: 64px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-128 {
    margin-bottom: 128px !important
}

.mb-144 {
    margin-bottom: 144px !important
}

.mb-176 {
    margin-bottom: 176px !important
}

.mb-200 {
    margin-bottom: 200px !important
}

.mb-220 {
    margin-bottom: 220px !important
}

.mb-254 {
    margin-bottom: 254px !important
}

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

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 0.25rem !important
}

.ms-2 {
    margin-left: 0.5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-25em {
    margin-left: 0.25em !important
}

.ms-5em {
    margin-left: 0.5em !important
}

.ms-75em {
    margin-left: 0.75em !important
}

.ms-1em {
    margin-left: 1em !important
}

.ms-8 {
    margin-left: 8px !important
}

.ms-12 {
    margin-left: 12px !important
}

.ms-16 {
    margin-left: 16px !important
}

.ms-20 {
    margin-left: 20px !important
}

.ms-24 {
    margin-left: 24px !important
}

.ms-32 {
    margin-left: 32px !important
}

.ms-40 {
    margin-left: 40px !important
}

.ms-42 {
    margin-left: 42px !important
}

.ms-48 {
    margin-left: 48px !important
}

.ms-60 {
    margin-left: 60px !important
}

.ms-64 {
    margin-left: 64px !important
}

.ms-80 {
    margin-left: 80px !important
}

.ms-100 {
    margin-left: 100px !important
}

.ms-128 {
    margin-left: 128px !important
}

.ms-144 {
    margin-left: 144px !important
}

.ms-176 {
    margin-left: 176px !important
}

.ms-200 {
    margin-left: 200px !important
}

.ms-220 {
    margin-left: 220px !important
}

.ms-254 {
    margin-left: 254px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

.p-25em {
    padding: 0.25em !important
}

.p-5em {
    padding: 0.5em !important
}

.p-75em {
    padding: 0.75em !important
}

.p-1em {
    padding: 1em !important
}

.p-8 {
    padding: 8px !important
}

.p-12 {
    padding: 12px !important
}

.p-16 {
    padding: 16px !important
}

.p-20 {
    padding: 20px !important
}

.p-24 {
    padding: 24px !important
}

.p-32 {
    padding: 32px !important
}

.p-40 {
    padding: 40px !important
}

.p-42 {
    padding: 42px !important
}

.p-48 {
    padding: 48px !important
}

.p-60 {
    padding: 60px !important
}

.p-64 {
    padding: 64px !important
}

.p-80 {
    padding: 80px !important
}

.p-100 {
    padding: 100px !important
}

.p-128 {
    padding: 128px !important
}

.p-144 {
    padding: 144px !important
}

.p-176 {
    padding: 176px !important
}

.p-200 {
    padding: 200px !important
}

.p-220 {
    padding: 220px !important
}

.p-254 {
    padding: 254px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

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

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

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

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

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

.px-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important
}

.px-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important
}

.px-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important
}

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

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

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

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

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.px-24 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.px-32 {
    padding-right: 32px !important;
    padding-left: 32px !important
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.px-42 {
    padding-right: 42px !important;
    padding-left: 42px !important
}

.px-48 {
    padding-right: 48px !important;
    padding-left: 48px !important
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
}

.px-64 {
    padding-right: 64px !important;
    padding-left: 64px !important
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}

.px-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
}

.px-128 {
    padding-right: 128px !important;
    padding-left: 128px !important
}

.px-144 {
    padding-right: 144px !important;
    padding-left: 144px !important
}

.px-176 {
    padding-right: 176px !important;
    padding-left: 176px !important
}

.px-200 {
    padding-right: 200px !important;
    padding-left: 200px !important
}

.px-220 {
    padding-right: 220px !important;
    padding-left: 220px !important
}

.px-254 {
    padding-right: 254px !important;
    padding-left: 254px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

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

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

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

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

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

.py-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important
}

.py-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important
}

.py-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important
}

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

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

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

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

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

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important
}

.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important
}

.py-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important
}

.py-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important
}

.py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

.py-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important
}

.py-254 {
    padding-top: 254px !important;
    padding-bottom: 254px !important
}

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

.pt-1 {
    padding-top: 0.25rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

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

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

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

.pt-25em {
    padding-top: 0.25em !important
}

.pt-5em {
    padding-top: 0.5em !important
}

.pt-75em {
    padding-top: 0.75em !important
}

.pt-1em {
    padding-top: 1em !important
}

.pt-8 {
    padding-top: 8px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pt-16 {
    padding-top: 16px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-24 {
    padding-top: 24px !important
}

.pt-32 {
    padding-top: 32px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-42 {
    padding-top: 42px !important
}

.pt-48 {
    padding-top: 48px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-64 {
    padding-top: 64px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-128 {
    padding-top: 128px !important
}

.pt-144 {
    padding-top: 144px !important
}

.pt-176 {
    padding-top: 176px !important
}

.pt-200 {
    padding-top: 200px !important
}

.pt-220 {
    padding-top: 220px !important
}

.pt-254 {
    padding-top: 254px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 0.25rem !important
}

.pe-2 {
    padding-right: 0.5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pe-25em {
    padding-right: 0.25em !important
}

.pe-5em {
    padding-right: 0.5em !important
}

.pe-75em {
    padding-right: 0.75em !important
}

.pe-1em {
    padding-right: 1em !important
}

.pe-8 {
    padding-right: 8px !important
}

.pe-12 {
    padding-right: 12px !important
}

.pe-16 {
    padding-right: 16px !important
}

.pe-20 {
    padding-right: 20px !important
}

.pe-24 {
    padding-right: 24px !important
}

.pe-32 {
    padding-right: 32px !important
}

.pe-40 {
    padding-right: 40px !important
}

.pe-42 {
    padding-right: 42px !important
}

.pe-48 {
    padding-right: 48px !important
}

.pe-60 {
    padding-right: 60px !important
}

.pe-64 {
    padding-right: 64px !important
}

.pe-80 {
    padding-right: 80px !important
}

.pe-100 {
    padding-right: 100px !important
}

.pe-128 {
    padding-right: 128px !important
}

.pe-144 {
    padding-right: 144px !important
}

.pe-176 {
    padding-right: 176px !important
}

.pe-200 {
    padding-right: 200px !important
}

.pe-220 {
    padding-right: 220px !important
}

.pe-254 {
    padding-right: 254px !important
}

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

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

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

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

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

.pb-25em {
    padding-bottom: 0.25em !important
}

.pb-5em {
    padding-bottom: 0.5em !important
}

.pb-75em {
    padding-bottom: 0.75em !important
}

.pb-1em {
    padding-bottom: 1em !important
}

.pb-8 {
    padding-bottom: 8px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.pb-16 {
    padding-bottom: 16px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-24 {
    padding-bottom: 24px !important
}

.pb-32 {
    padding-bottom: 32px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-42 {
    padding-bottom: 42px !important
}

.pb-48 {
    padding-bottom: 48px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-64 {
    padding-bottom: 64px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-128 {
    padding-bottom: 128px !important
}

.pb-144 {
    padding-bottom: 144px !important
}

.pb-176 {
    padding-bottom: 176px !important
}

.pb-200 {
    padding-bottom: 200px !important
}

.pb-220 {
    padding-bottom: 220px !important
}

.pb-254 {
    padding-bottom: 254px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 0.25rem !important
}

.ps-2 {
    padding-left: 0.5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ps-25em {
    padding-left: 0.25em !important
}

.ps-5em {
    padding-left: 0.5em !important
}

.ps-75em {
    padding-left: 0.75em !important
}

.ps-1em {
    padding-left: 1em !important
}

.ps-8 {
    padding-left: 8px !important
}

.ps-12 {
    padding-left: 12px !important
}

.ps-16 {
    padding-left: 16px !important
}

.ps-20 {
    padding-left: 20px !important
}

.ps-24 {
    padding-left: 24px !important
}

.ps-32 {
    padding-left: 32px !important
}

.ps-40 {
    padding-left: 40px !important
}

.ps-42 {
    padding-left: 42px !important
}

.ps-48 {
    padding-left: 48px !important
}

.ps-60 {
    padding-left: 60px !important
}

.ps-64 {
    padding-left: 64px !important
}

.ps-80 {
    padding-left: 80px !important
}

.ps-100 {
    padding-left: 100px !important
}

.ps-128 {
    padding-left: 128px !important
}

.ps-144 {
    padding-left: 144px !important
}

.ps-176 {
    padding-left: 176px !important
}

.ps-200 {
    padding-left: 200px !important
}

.ps-220 {
    padding-left: 220px !important
}

.ps-254 {
    padding-left: 254px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

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

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

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

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

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

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

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

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

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

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

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

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-gray-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-light-rgb), var(--bs-text-opacity)) !important
}

.text-disabled-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-disabled-light-rgb), var(--bs-text-opacity)) !important
}

.text-disabled-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-disabled-dark-rgb), var(--bs-text-opacity)) !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-accent {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-accent-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-brand-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-blue-rgb), var(--bs-text-opacity)) !important
}

.text-brand-blue-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-blue-dark-rgb), var(--bs-text-opacity)) !important
}

.text-brand-blue-navy {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-blue-navy-rgb), var(--bs-text-opacity)) !important
}

.text-brand-blue-pale {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-blue-pale-rgb), var(--bs-text-opacity)) !important
}

.text-brand-disabled-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-disabled-light-rgb), var(--bs-text-opacity)) !important
}

.text-brand-disabled-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-brand-disabled-dark-rgb), var(--bs-text-opacity)) !important
}

.text-smatter-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-smatter-red-rgb), var(--bs-text-opacity)) !important
}

.text-smatter-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-smatter-blue-rgb), var(--bs-text-opacity)) !important
}

.text-smatter-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-smatter-green-rgb), var(--bs-text-opacity)) !important
}

.text-smatter-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-smatter-yellow-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-gray-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-disabled-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-disabled-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-disabled-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-disabled-dark-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-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-accent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accent-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-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-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-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-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-brand-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-blue-rgb), var(--bs-bg-opacity)) !important
}

.bg-brand-blue-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-blue-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-brand-blue-navy {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-blue-navy-rgb), var(--bs-bg-opacity)) !important
}

.bg-brand-blue-pale {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-blue-pale-rgb), var(--bs-bg-opacity)) !important
}

.bg-brand-disabled-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-disabled-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-brand-disabled-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-brand-disabled-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-smatter-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-smatter-red-rgb), var(--bs-bg-opacity)) !important
}

.bg-smatter-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-smatter-blue-rgb), var(--bs-bg-opacity)) !important
}

.bg-smatter-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-smatter-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-smatter-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-smatter-yellow-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-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
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 0.2rem !important
}

.rounded-2 {
    border-radius: 0.25rem !important
}

.rounded-3 {
    border-radius: 0.3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 0.25rem !important
    }

    .gap-sm-2 {
        gap: 0.5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-25em {
        gap: 0.25em !important
    }

    .gap-sm-5em {
        gap: 0.5em !important
    }

    .gap-sm-75em {
        gap: 0.75em !important
    }

    .gap-sm-1em {
        gap: 1em !important
    }

    .gap-sm-8 {
        gap: 8px !important
    }

    .gap-sm-12 {
        gap: 12px !important
    }

    .gap-sm-16 {
        gap: 16px !important
    }

    .gap-sm-20 {
        gap: 20px !important
    }

    .gap-sm-24 {
        gap: 24px !important
    }

    .gap-sm-32 {
        gap: 32px !important
    }

    .gap-sm-40 {
        gap: 40px !important
    }

    .gap-sm-42 {
        gap: 42px !important
    }

    .gap-sm-48 {
        gap: 48px !important
    }

    .gap-sm-60 {
        gap: 60px !important
    }

    .gap-sm-64 {
        gap: 64px !important
    }

    .gap-sm-80 {
        gap: 80px !important
    }

    .gap-sm-100 {
        gap: 100px !important
    }

    .gap-sm-128 {
        gap: 128px !important
    }

    .gap-sm-144 {
        gap: 144px !important
    }

    .gap-sm-176 {
        gap: 176px !important
    }

    .gap-sm-200 {
        gap: 200px !important
    }

    .gap-sm-220 {
        gap: 220px !important
    }

    .gap-sm-254 {
        gap: 254px !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-25em {
        margin: 0.25em !important
    }

    .m-sm-5em {
        margin: 0.5em !important
    }

    .m-sm-75em {
        margin: 0.75em !important
    }

    .m-sm-1em {
        margin: 1em !important
    }

    .m-sm-8 {
        margin: 8px !important
    }

    .m-sm-12 {
        margin: 12px !important
    }

    .m-sm-16 {
        margin: 16px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .m-sm-24 {
        margin: 24px !important
    }

    .m-sm-32 {
        margin: 32px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .m-sm-42 {
        margin: 42px !important
    }

    .m-sm-48 {
        margin: 48px !important
    }

    .m-sm-60 {
        margin: 60px !important
    }

    .m-sm-64 {
        margin: 64px !important
    }

    .m-sm-80 {
        margin: 80px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .m-sm-128 {
        margin: 128px !important
    }

    .m-sm-144 {
        margin: 144px !important
    }

    .m-sm-176 {
        margin: 176px !important
    }

    .m-sm-200 {
        margin: 200px !important
    }

    .m-sm-220 {
        margin: 220px !important
    }

    .m-sm-254 {
        margin: 254px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-25em {
        margin-right: 0.25em !important;
        margin-left: 0.25em !important
    }

    .mx-sm-5em {
        margin-right: 0.5em !important;
        margin-left: 0.5em !important
    }

    .mx-sm-75em {
        margin-right: 0.75em !important;
        margin-left: 0.75em !important
    }

    .mx-sm-1em {
        margin-right: 1em !important;
        margin-left: 1em !important
    }

    .mx-sm-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-sm-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-sm-16 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-sm-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-sm-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-sm-32 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-sm-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-sm-42 {
        margin-right: 42px !important;
        margin-left: 42px !important
    }

    .mx-sm-48 {
        margin-right: 48px !important;
        margin-left: 48px !important
    }

    .mx-sm-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-sm-64 {
        margin-right: 64px !important;
        margin-left: 64px !important
    }

    .mx-sm-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-sm-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-sm-128 {
        margin-right: 128px !important;
        margin-left: 128px !important
    }

    .mx-sm-144 {
        margin-right: 144px !important;
        margin-left: 144px !important
    }

    .mx-sm-176 {
        margin-right: 176px !important;
        margin-left: 176px !important
    }

    .mx-sm-200 {
        margin-right: 200px !important;
        margin-left: 200px !important
    }

    .mx-sm-220 {
        margin-right: 220px !important;
        margin-left: 220px !important
    }

    .mx-sm-254 {
        margin-right: 254px !important;
        margin-left: 254px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-25em {
        margin-top: 0.25em !important;
        margin-bottom: 0.25em !important
    }

    .my-sm-5em {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important
    }

    .my-sm-75em {
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important
    }

    .my-sm-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .my-sm-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-sm-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-sm-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-sm-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-sm-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-sm-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-42 {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }

    .my-sm-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .my-sm-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-sm-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .my-sm-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-sm-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-sm-128 {
        margin-top: 128px !important;
        margin-bottom: 128px !important
    }

    .my-sm-144 {
        margin-top: 144px !important;
        margin-bottom: 144px !important
    }

    .my-sm-176 {
        margin-top: 176px !important;
        margin-bottom: 176px !important
    }

    .my-sm-200 {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }

    .my-sm-220 {
        margin-top: 220px !important;
        margin-bottom: 220px !important
    }

    .my-sm-254 {
        margin-top: 254px !important;
        margin-bottom: 254px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-25em {
        margin-top: 0.25em !important
    }

    .mt-sm-5em {
        margin-top: 0.5em !important
    }

    .mt-sm-75em {
        margin-top: 0.75em !important
    }

    .mt-sm-1em {
        margin-top: 1em !important
    }

    .mt-sm-8 {
        margin-top: 8px !important
    }

    .mt-sm-12 {
        margin-top: 12px !important
    }

    .mt-sm-16 {
        margin-top: 16px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mt-sm-24 {
        margin-top: 24px !important
    }

    .mt-sm-32 {
        margin-top: 32px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .mt-sm-42 {
        margin-top: 42px !important
    }

    .mt-sm-48 {
        margin-top: 48px !important
    }

    .mt-sm-60 {
        margin-top: 60px !important
    }

    .mt-sm-64 {
        margin-top: 64px !important
    }

    .mt-sm-80 {
        margin-top: 80px !important
    }

    .mt-sm-100 {
        margin-top: 100px !important
    }

    .mt-sm-128 {
        margin-top: 128px !important
    }

    .mt-sm-144 {
        margin-top: 144px !important
    }

    .mt-sm-176 {
        margin-top: 176px !important
    }

    .mt-sm-200 {
        margin-top: 200px !important
    }

    .mt-sm-220 {
        margin-top: 220px !important
    }

    .mt-sm-254 {
        margin-top: 254px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 0.25rem !important
    }

    .me-sm-2 {
        margin-right: 0.5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-25em {
        margin-right: 0.25em !important
    }

    .me-sm-5em {
        margin-right: 0.5em !important
    }

    .me-sm-75em {
        margin-right: 0.75em !important
    }

    .me-sm-1em {
        margin-right: 1em !important
    }

    .me-sm-8 {
        margin-right: 8px !important
    }

    .me-sm-12 {
        margin-right: 12px !important
    }

    .me-sm-16 {
        margin-right: 16px !important
    }

    .me-sm-20 {
        margin-right: 20px !important
    }

    .me-sm-24 {
        margin-right: 24px !important
    }

    .me-sm-32 {
        margin-right: 32px !important
    }

    .me-sm-40 {
        margin-right: 40px !important
    }

    .me-sm-42 {
        margin-right: 42px !important
    }

    .me-sm-48 {
        margin-right: 48px !important
    }

    .me-sm-60 {
        margin-right: 60px !important
    }

    .me-sm-64 {
        margin-right: 64px !important
    }

    .me-sm-80 {
        margin-right: 80px !important
    }

    .me-sm-100 {
        margin-right: 100px !important
    }

    .me-sm-128 {
        margin-right: 128px !important
    }

    .me-sm-144 {
        margin-right: 144px !important
    }

    .me-sm-176 {
        margin-right: 176px !important
    }

    .me-sm-200 {
        margin-right: 200px !important
    }

    .me-sm-220 {
        margin-right: 220px !important
    }

    .me-sm-254 {
        margin-right: 254px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-25em {
        margin-bottom: 0.25em !important
    }

    .mb-sm-5em {
        margin-bottom: 0.5em !important
    }

    .mb-sm-75em {
        margin-bottom: 0.75em !important
    }

    .mb-sm-1em {
        margin-bottom: 1em !important
    }

    .mb-sm-8 {
        margin-bottom: 8px !important
    }

    .mb-sm-12 {
        margin-bottom: 12px !important
    }

    .mb-sm-16 {
        margin-bottom: 16px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-24 {
        margin-bottom: 24px !important
    }

    .mb-sm-32 {
        margin-bottom: 32px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .mb-sm-42 {
        margin-bottom: 42px !important
    }

    .mb-sm-48 {
        margin-bottom: 48px !important
    }

    .mb-sm-60 {
        margin-bottom: 60px !important
    }

    .mb-sm-64 {
        margin-bottom: 64px !important
    }

    .mb-sm-80 {
        margin-bottom: 80px !important
    }

    .mb-sm-100 {
        margin-bottom: 100px !important
    }

    .mb-sm-128 {
        margin-bottom: 128px !important
    }

    .mb-sm-144 {
        margin-bottom: 144px !important
    }

    .mb-sm-176 {
        margin-bottom: 176px !important
    }

    .mb-sm-200 {
        margin-bottom: 200px !important
    }

    .mb-sm-220 {
        margin-bottom: 220px !important
    }

    .mb-sm-254 {
        margin-bottom: 254px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-25em {
        margin-left: 0.25em !important
    }

    .ms-sm-5em {
        margin-left: 0.5em !important
    }

    .ms-sm-75em {
        margin-left: 0.75em !important
    }

    .ms-sm-1em {
        margin-left: 1em !important
    }

    .ms-sm-8 {
        margin-left: 8px !important
    }

    .ms-sm-12 {
        margin-left: 12px !important
    }

    .ms-sm-16 {
        margin-left: 16px !important
    }

    .ms-sm-20 {
        margin-left: 20px !important
    }

    .ms-sm-24 {
        margin-left: 24px !important
    }

    .ms-sm-32 {
        margin-left: 32px !important
    }

    .ms-sm-40 {
        margin-left: 40px !important
    }

    .ms-sm-42 {
        margin-left: 42px !important
    }

    .ms-sm-48 {
        margin-left: 48px !important
    }

    .ms-sm-60 {
        margin-left: 60px !important
    }

    .ms-sm-64 {
        margin-left: 64px !important
    }

    .ms-sm-80 {
        margin-left: 80px !important
    }

    .ms-sm-100 {
        margin-left: 100px !important
    }

    .ms-sm-128 {
        margin-left: 128px !important
    }

    .ms-sm-144 {
        margin-left: 144px !important
    }

    .ms-sm-176 {
        margin-left: 176px !important
    }

    .ms-sm-200 {
        margin-left: 200px !important
    }

    .ms-sm-220 {
        margin-left: 220px !important
    }

    .ms-sm-254 {
        margin-left: 254px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .p-sm-25em {
        padding: 0.25em !important
    }

    .p-sm-5em {
        padding: 0.5em !important
    }

    .p-sm-75em {
        padding: 0.75em !important
    }

    .p-sm-1em {
        padding: 1em !important
    }

    .p-sm-8 {
        padding: 8px !important
    }

    .p-sm-12 {
        padding: 12px !important
    }

    .p-sm-16 {
        padding: 16px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .p-sm-24 {
        padding: 24px !important
    }

    .p-sm-32 {
        padding: 32px !important
    }

    .p-sm-40 {
        padding: 40px !important
    }

    .p-sm-42 {
        padding: 42px !important
    }

    .p-sm-48 {
        padding: 48px !important
    }

    .p-sm-60 {
        padding: 60px !important
    }

    .p-sm-64 {
        padding: 64px !important
    }

    .p-sm-80 {
        padding: 80px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .p-sm-128 {
        padding: 128px !important
    }

    .p-sm-144 {
        padding: 144px !important
    }

    .p-sm-176 {
        padding: 176px !important
    }

    .p-sm-200 {
        padding: 200px !important
    }

    .p-sm-220 {
        padding: 220px !important
    }

    .p-sm-254 {
        padding: 254px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-25em {
        padding-right: 0.25em !important;
        padding-left: 0.25em !important
    }

    .px-sm-5em {
        padding-right: 0.5em !important;
        padding-left: 0.5em !important
    }

    .px-sm-75em {
        padding-right: 0.75em !important;
        padding-left: 0.75em !important
    }

    .px-sm-1em {
        padding-right: 1em !important;
        padding-left: 1em !important
    }

    .px-sm-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-sm-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-sm-16 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-sm-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-sm-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-sm-32 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-sm-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-sm-42 {
        padding-right: 42px !important;
        padding-left: 42px !important
    }

    .px-sm-48 {
        padding-right: 48px !important;
        padding-left: 48px !important
    }

    .px-sm-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-sm-64 {
        padding-right: 64px !important;
        padding-left: 64px !important
    }

    .px-sm-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-sm-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-sm-128 {
        padding-right: 128px !important;
        padding-left: 128px !important
    }

    .px-sm-144 {
        padding-right: 144px !important;
        padding-left: 144px !important
    }

    .px-sm-176 {
        padding-right: 176px !important;
        padding-left: 176px !important
    }

    .px-sm-200 {
        padding-right: 200px !important;
        padding-left: 200px !important
    }

    .px-sm-220 {
        padding-right: 220px !important;
        padding-left: 220px !important
    }

    .px-sm-254 {
        padding-right: 254px !important;
        padding-left: 254px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-25em {
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important
    }

    .py-sm-5em {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important
    }

    .py-sm-75em {
        padding-top: 0.75em !important;
        padding-bottom: 0.75em !important
    }

    .py-sm-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .py-sm-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-sm-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-sm-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-sm-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-sm-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-sm-42 {
        padding-top: 42px !important;
        padding-bottom: 42px !important
    }

    .py-sm-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .py-sm-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-sm-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .py-sm-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-sm-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-sm-128 {
        padding-top: 128px !important;
        padding-bottom: 128px !important
    }

    .py-sm-144 {
        padding-top: 144px !important;
        padding-bottom: 144px !important
    }

    .py-sm-176 {
        padding-top: 176px !important;
        padding-bottom: 176px !important
    }

    .py-sm-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .py-sm-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important
    }

    .py-sm-254 {
        padding-top: 254px !important;
        padding-bottom: 254px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-25em {
        padding-top: 0.25em !important
    }

    .pt-sm-5em {
        padding-top: 0.5em !important
    }

    .pt-sm-75em {
        padding-top: 0.75em !important
    }

    .pt-sm-1em {
        padding-top: 1em !important
    }

    .pt-sm-8 {
        padding-top: 8px !important
    }

    .pt-sm-12 {
        padding-top: 12px !important
    }

    .pt-sm-16 {
        padding-top: 16px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pt-sm-24 {
        padding-top: 24px !important
    }

    .pt-sm-32 {
        padding-top: 32px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .pt-sm-42 {
        padding-top: 42px !important
    }

    .pt-sm-48 {
        padding-top: 48px !important
    }

    .pt-sm-60 {
        padding-top: 60px !important
    }

    .pt-sm-64 {
        padding-top: 64px !important
    }

    .pt-sm-80 {
        padding-top: 80px !important
    }

    .pt-sm-100 {
        padding-top: 100px !important
    }

    .pt-sm-128 {
        padding-top: 128px !important
    }

    .pt-sm-144 {
        padding-top: 144px !important
    }

    .pt-sm-176 {
        padding-top: 176px !important
    }

    .pt-sm-200 {
        padding-top: 200px !important
    }

    .pt-sm-220 {
        padding-top: 220px !important
    }

    .pt-sm-254 {
        padding-top: 254px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-25em {
        padding-right: 0.25em !important
    }

    .pe-sm-5em {
        padding-right: 0.5em !important
    }

    .pe-sm-75em {
        padding-right: 0.75em !important
    }

    .pe-sm-1em {
        padding-right: 1em !important
    }

    .pe-sm-8 {
        padding-right: 8px !important
    }

    .pe-sm-12 {
        padding-right: 12px !important
    }

    .pe-sm-16 {
        padding-right: 16px !important
    }

    .pe-sm-20 {
        padding-right: 20px !important
    }

    .pe-sm-24 {
        padding-right: 24px !important
    }

    .pe-sm-32 {
        padding-right: 32px !important
    }

    .pe-sm-40 {
        padding-right: 40px !important
    }

    .pe-sm-42 {
        padding-right: 42px !important
    }

    .pe-sm-48 {
        padding-right: 48px !important
    }

    .pe-sm-60 {
        padding-right: 60px !important
    }

    .pe-sm-64 {
        padding-right: 64px !important
    }

    .pe-sm-80 {
        padding-right: 80px !important
    }

    .pe-sm-100 {
        padding-right: 100px !important
    }

    .pe-sm-128 {
        padding-right: 128px !important
    }

    .pe-sm-144 {
        padding-right: 144px !important
    }

    .pe-sm-176 {
        padding-right: 176px !important
    }

    .pe-sm-200 {
        padding-right: 200px !important
    }

    .pe-sm-220 {
        padding-right: 220px !important
    }

    .pe-sm-254 {
        padding-right: 254px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-25em {
        padding-bottom: 0.25em !important
    }

    .pb-sm-5em {
        padding-bottom: 0.5em !important
    }

    .pb-sm-75em {
        padding-bottom: 0.75em !important
    }

    .pb-sm-1em {
        padding-bottom: 1em !important
    }

    .pb-sm-8 {
        padding-bottom: 8px !important
    }

    .pb-sm-12 {
        padding-bottom: 12px !important
    }

    .pb-sm-16 {
        padding-bottom: 16px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pb-sm-24 {
        padding-bottom: 24px !important
    }

    .pb-sm-32 {
        padding-bottom: 32px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .pb-sm-42 {
        padding-bottom: 42px !important
    }

    .pb-sm-48 {
        padding-bottom: 48px !important
    }

    .pb-sm-60 {
        padding-bottom: 60px !important
    }

    .pb-sm-64 {
        padding-bottom: 64px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }

    .pb-sm-100 {
        padding-bottom: 100px !important
    }

    .pb-sm-128 {
        padding-bottom: 128px !important
    }

    .pb-sm-144 {
        padding-bottom: 144px !important
    }

    .pb-sm-176 {
        padding-bottom: 176px !important
    }

    .pb-sm-200 {
        padding-bottom: 200px !important
    }

    .pb-sm-220 {
        padding-bottom: 220px !important
    }

    .pb-sm-254 {
        padding-bottom: 254px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-25em {
        padding-left: 0.25em !important
    }

    .ps-sm-5em {
        padding-left: 0.5em !important
    }

    .ps-sm-75em {
        padding-left: 0.75em !important
    }

    .ps-sm-1em {
        padding-left: 1em !important
    }

    .ps-sm-8 {
        padding-left: 8px !important
    }

    .ps-sm-12 {
        padding-left: 12px !important
    }

    .ps-sm-16 {
        padding-left: 16px !important
    }

    .ps-sm-20 {
        padding-left: 20px !important
    }

    .ps-sm-24 {
        padding-left: 24px !important
    }

    .ps-sm-32 {
        padding-left: 32px !important
    }

    .ps-sm-40 {
        padding-left: 40px !important
    }

    .ps-sm-42 {
        padding-left: 42px !important
    }

    .ps-sm-48 {
        padding-left: 48px !important
    }

    .ps-sm-60 {
        padding-left: 60px !important
    }

    .ps-sm-64 {
        padding-left: 64px !important
    }

    .ps-sm-80 {
        padding-left: 80px !important
    }

    .ps-sm-100 {
        padding-left: 100px !important
    }

    .ps-sm-128 {
        padding-left: 128px !important
    }

    .ps-sm-144 {
        padding-left: 144px !important
    }

    .ps-sm-176 {
        padding-left: 176px !important
    }

    .ps-sm-200 {
        padding-left: 200px !important
    }

    .ps-sm-220 {
        padding-left: 220px !important
    }

    .ps-sm-254 {
        padding-left: 254px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 0.25rem !important
    }

    .gap-md-2 {
        gap: 0.5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-25em {
        gap: 0.25em !important
    }

    .gap-md-5em {
        gap: 0.5em !important
    }

    .gap-md-75em {
        gap: 0.75em !important
    }

    .gap-md-1em {
        gap: 1em !important
    }

    .gap-md-8 {
        gap: 8px !important
    }

    .gap-md-12 {
        gap: 12px !important
    }

    .gap-md-16 {
        gap: 16px !important
    }

    .gap-md-20 {
        gap: 20px !important
    }

    .gap-md-24 {
        gap: 24px !important
    }

    .gap-md-32 {
        gap: 32px !important
    }

    .gap-md-40 {
        gap: 40px !important
    }

    .gap-md-42 {
        gap: 42px !important
    }

    .gap-md-48 {
        gap: 48px !important
    }

    .gap-md-60 {
        gap: 60px !important
    }

    .gap-md-64 {
        gap: 64px !important
    }

    .gap-md-80 {
        gap: 80px !important
    }

    .gap-md-100 {
        gap: 100px !important
    }

    .gap-md-128 {
        gap: 128px !important
    }

    .gap-md-144 {
        gap: 144px !important
    }

    .gap-md-176 {
        gap: 176px !important
    }

    .gap-md-200 {
        gap: 200px !important
    }

    .gap-md-220 {
        gap: 220px !important
    }

    .gap-md-254 {
        gap: 254px !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-25em {
        margin: 0.25em !important
    }

    .m-md-5em {
        margin: 0.5em !important
    }

    .m-md-75em {
        margin: 0.75em !important
    }

    .m-md-1em {
        margin: 1em !important
    }

    .m-md-8 {
        margin: 8px !important
    }

    .m-md-12 {
        margin: 12px !important
    }

    .m-md-16 {
        margin: 16px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .m-md-24 {
        margin: 24px !important
    }

    .m-md-32 {
        margin: 32px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .m-md-42 {
        margin: 42px !important
    }

    .m-md-48 {
        margin: 48px !important
    }

    .m-md-60 {
        margin: 60px !important
    }

    .m-md-64 {
        margin: 64px !important
    }

    .m-md-80 {
        margin: 80px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .m-md-128 {
        margin: 128px !important
    }

    .m-md-144 {
        margin: 144px !important
    }

    .m-md-176 {
        margin: 176px !important
    }

    .m-md-200 {
        margin: 200px !important
    }

    .m-md-220 {
        margin: 220px !important
    }

    .m-md-254 {
        margin: 254px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-25em {
        margin-right: 0.25em !important;
        margin-left: 0.25em !important
    }

    .mx-md-5em {
        margin-right: 0.5em !important;
        margin-left: 0.5em !important
    }

    .mx-md-75em {
        margin-right: 0.75em !important;
        margin-left: 0.75em !important
    }

    .mx-md-1em {
        margin-right: 1em !important;
        margin-left: 1em !important
    }

    .mx-md-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-md-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-md-16 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-md-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-md-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-md-32 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-md-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-md-42 {
        margin-right: 42px !important;
        margin-left: 42px !important
    }

    .mx-md-48 {
        margin-right: 48px !important;
        margin-left: 48px !important
    }

    .mx-md-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-md-64 {
        margin-right: 64px !important;
        margin-left: 64px !important
    }

    .mx-md-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-md-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-md-128 {
        margin-right: 128px !important;
        margin-left: 128px !important
    }

    .mx-md-144 {
        margin-right: 144px !important;
        margin-left: 144px !important
    }

    .mx-md-176 {
        margin-right: 176px !important;
        margin-left: 176px !important
    }

    .mx-md-200 {
        margin-right: 200px !important;
        margin-left: 200px !important
    }

    .mx-md-220 {
        margin-right: 220px !important;
        margin-left: 220px !important
    }

    .mx-md-254 {
        margin-right: 254px !important;
        margin-left: 254px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-25em {
        margin-top: 0.25em !important;
        margin-bottom: 0.25em !important
    }

    .my-md-5em {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important
    }

    .my-md-75em {
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important
    }

    .my-md-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .my-md-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-md-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-md-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-md-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-md-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-42 {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }

    .my-md-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .my-md-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-md-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .my-md-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-md-128 {
        margin-top: 128px !important;
        margin-bottom: 128px !important
    }

    .my-md-144 {
        margin-top: 144px !important;
        margin-bottom: 144px !important
    }

    .my-md-176 {
        margin-top: 176px !important;
        margin-bottom: 176px !important
    }

    .my-md-200 {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }

    .my-md-220 {
        margin-top: 220px !important;
        margin-bottom: 220px !important
    }

    .my-md-254 {
        margin-top: 254px !important;
        margin-bottom: 254px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-25em {
        margin-top: 0.25em !important
    }

    .mt-md-5em {
        margin-top: 0.5em !important
    }

    .mt-md-75em {
        margin-top: 0.75em !important
    }

    .mt-md-1em {
        margin-top: 1em !important
    }

    .mt-md-8 {
        margin-top: 8px !important
    }

    .mt-md-12 {
        margin-top: 12px !important
    }

    .mt-md-16 {
        margin-top: 16px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-24 {
        margin-top: 24px !important
    }

    .mt-md-32 {
        margin-top: 32px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-42 {
        margin-top: 42px !important
    }

    .mt-md-48 {
        margin-top: 48px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-64 {
        margin-top: 64px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-128 {
        margin-top: 128px !important
    }

    .mt-md-144 {
        margin-top: 144px !important
    }

    .mt-md-176 {
        margin-top: 176px !important
    }

    .mt-md-200 {
        margin-top: 200px !important
    }

    .mt-md-220 {
        margin-top: 220px !important
    }

    .mt-md-254 {
        margin-top: 254px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 0.25rem !important
    }

    .me-md-2 {
        margin-right: 0.5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-25em {
        margin-right: 0.25em !important
    }

    .me-md-5em {
        margin-right: 0.5em !important
    }

    .me-md-75em {
        margin-right: 0.75em !important
    }

    .me-md-1em {
        margin-right: 1em !important
    }

    .me-md-8 {
        margin-right: 8px !important
    }

    .me-md-12 {
        margin-right: 12px !important
    }

    .me-md-16 {
        margin-right: 16px !important
    }

    .me-md-20 {
        margin-right: 20px !important
    }

    .me-md-24 {
        margin-right: 24px !important
    }

    .me-md-32 {
        margin-right: 32px !important
    }

    .me-md-40 {
        margin-right: 40px !important
    }

    .me-md-42 {
        margin-right: 42px !important
    }

    .me-md-48 {
        margin-right: 48px !important
    }

    .me-md-60 {
        margin-right: 60px !important
    }

    .me-md-64 {
        margin-right: 64px !important
    }

    .me-md-80 {
        margin-right: 80px !important
    }

    .me-md-100 {
        margin-right: 100px !important
    }

    .me-md-128 {
        margin-right: 128px !important
    }

    .me-md-144 {
        margin-right: 144px !important
    }

    .me-md-176 {
        margin-right: 176px !important
    }

    .me-md-200 {
        margin-right: 200px !important
    }

    .me-md-220 {
        margin-right: 220px !important
    }

    .me-md-254 {
        margin-right: 254px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-25em {
        margin-bottom: 0.25em !important
    }

    .mb-md-5em {
        margin-bottom: 0.5em !important
    }

    .mb-md-75em {
        margin-bottom: 0.75em !important
    }

    .mb-md-1em {
        margin-bottom: 1em !important
    }

    .mb-md-8 {
        margin-bottom: 8px !important
    }

    .mb-md-12 {
        margin-bottom: 12px !important
    }

    .mb-md-16 {
        margin-bottom: 16px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-24 {
        margin-bottom: 24px !important
    }

    .mb-md-32 {
        margin-bottom: 32px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-42 {
        margin-bottom: 42px !important
    }

    .mb-md-48 {
        margin-bottom: 48px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-64 {
        margin-bottom: 64px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-128 {
        margin-bottom: 128px !important
    }

    .mb-md-144 {
        margin-bottom: 144px !important
    }

    .mb-md-176 {
        margin-bottom: 176px !important
    }

    .mb-md-200 {
        margin-bottom: 200px !important
    }

    .mb-md-220 {
        margin-bottom: 220px !important
    }

    .mb-md-254 {
        margin-bottom: 254px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 0.25rem !important
    }

    .ms-md-2 {
        margin-left: 0.5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-25em {
        margin-left: 0.25em !important
    }

    .ms-md-5em {
        margin-left: 0.5em !important
    }

    .ms-md-75em {
        margin-left: 0.75em !important
    }

    .ms-md-1em {
        margin-left: 1em !important
    }

    .ms-md-8 {
        margin-left: 8px !important
    }

    .ms-md-12 {
        margin-left: 12px !important
    }

    .ms-md-16 {
        margin-left: 16px !important
    }

    .ms-md-20 {
        margin-left: 20px !important
    }

    .ms-md-24 {
        margin-left: 24px !important
    }

    .ms-md-32 {
        margin-left: 32px !important
    }

    .ms-md-40 {
        margin-left: 40px !important
    }

    .ms-md-42 {
        margin-left: 42px !important
    }

    .ms-md-48 {
        margin-left: 48px !important
    }

    .ms-md-60 {
        margin-left: 60px !important
    }

    .ms-md-64 {
        margin-left: 64px !important
    }

    .ms-md-80 {
        margin-left: 80px !important
    }

    .ms-md-100 {
        margin-left: 100px !important
    }

    .ms-md-128 {
        margin-left: 128px !important
    }

    .ms-md-144 {
        margin-left: 144px !important
    }

    .ms-md-176 {
        margin-left: 176px !important
    }

    .ms-md-200 {
        margin-left: 200px !important
    }

    .ms-md-220 {
        margin-left: 220px !important
    }

    .ms-md-254 {
        margin-left: 254px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .p-md-25em {
        padding: 0.25em !important
    }

    .p-md-5em {
        padding: 0.5em !important
    }

    .p-md-75em {
        padding: 0.75em !important
    }

    .p-md-1em {
        padding: 1em !important
    }

    .p-md-8 {
        padding: 8px !important
    }

    .p-md-12 {
        padding: 12px !important
    }

    .p-md-16 {
        padding: 16px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .p-md-24 {
        padding: 24px !important
    }

    .p-md-32 {
        padding: 32px !important
    }

    .p-md-40 {
        padding: 40px !important
    }

    .p-md-42 {
        padding: 42px !important
    }

    .p-md-48 {
        padding: 48px !important
    }

    .p-md-60 {
        padding: 60px !important
    }

    .p-md-64 {
        padding: 64px !important
    }

    .p-md-80 {
        padding: 80px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .p-md-128 {
        padding: 128px !important
    }

    .p-md-144 {
        padding: 144px !important
    }

    .p-md-176 {
        padding: 176px !important
    }

    .p-md-200 {
        padding: 200px !important
    }

    .p-md-220 {
        padding: 220px !important
    }

    .p-md-254 {
        padding: 254px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-25em {
        padding-right: 0.25em !important;
        padding-left: 0.25em !important
    }

    .px-md-5em {
        padding-right: 0.5em !important;
        padding-left: 0.5em !important
    }

    .px-md-75em {
        padding-right: 0.75em !important;
        padding-left: 0.75em !important
    }

    .px-md-1em {
        padding-right: 1em !important;
        padding-left: 1em !important
    }

    .px-md-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-md-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-md-16 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-md-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-md-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-md-32 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-md-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-md-42 {
        padding-right: 42px !important;
        padding-left: 42px !important
    }

    .px-md-48 {
        padding-right: 48px !important;
        padding-left: 48px !important
    }

    .px-md-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-md-64 {
        padding-right: 64px !important;
        padding-left: 64px !important
    }

    .px-md-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-md-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-md-128 {
        padding-right: 128px !important;
        padding-left: 128px !important
    }

    .px-md-144 {
        padding-right: 144px !important;
        padding-left: 144px !important
    }

    .px-md-176 {
        padding-right: 176px !important;
        padding-left: 176px !important
    }

    .px-md-200 {
        padding-right: 200px !important;
        padding-left: 200px !important
    }

    .px-md-220 {
        padding-right: 220px !important;
        padding-left: 220px !important
    }

    .px-md-254 {
        padding-right: 254px !important;
        padding-left: 254px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-25em {
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important
    }

    .py-md-5em {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important
    }

    .py-md-75em {
        padding-top: 0.75em !important;
        padding-bottom: 0.75em !important
    }

    .py-md-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .py-md-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-md-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-md-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-md-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-md-42 {
        padding-top: 42px !important;
        padding-bottom: 42px !important
    }

    .py-md-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .py-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-md-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .py-md-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-md-128 {
        padding-top: 128px !important;
        padding-bottom: 128px !important
    }

    .py-md-144 {
        padding-top: 144px !important;
        padding-bottom: 144px !important
    }

    .py-md-176 {
        padding-top: 176px !important;
        padding-bottom: 176px !important
    }

    .py-md-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .py-md-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important
    }

    .py-md-254 {
        padding-top: 254px !important;
        padding-bottom: 254px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-25em {
        padding-top: 0.25em !important
    }

    .pt-md-5em {
        padding-top: 0.5em !important
    }

    .pt-md-75em {
        padding-top: 0.75em !important
    }

    .pt-md-1em {
        padding-top: 1em !important
    }

    .pt-md-8 {
        padding-top: 8px !important
    }

    .pt-md-12 {
        padding-top: 12px !important
    }

    .pt-md-16 {
        padding-top: 16px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pt-md-24 {
        padding-top: 24px !important
    }

    .pt-md-32 {
        padding-top: 32px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }

    .pt-md-42 {
        padding-top: 42px !important
    }

    .pt-md-48 {
        padding-top: 48px !important
    }

    .pt-md-60 {
        padding-top: 60px !important
    }

    .pt-md-64 {
        padding-top: 64px !important
    }

    .pt-md-80 {
        padding-top: 80px !important
    }

    .pt-md-100 {
        padding-top: 100px !important
    }

    .pt-md-128 {
        padding-top: 128px !important
    }

    .pt-md-144 {
        padding-top: 144px !important
    }

    .pt-md-176 {
        padding-top: 176px !important
    }

    .pt-md-200 {
        padding-top: 200px !important
    }

    .pt-md-220 {
        padding-top: 220px !important
    }

    .pt-md-254 {
        padding-top: 254px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 0.25rem !important
    }

    .pe-md-2 {
        padding-right: 0.5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-25em {
        padding-right: 0.25em !important
    }

    .pe-md-5em {
        padding-right: 0.5em !important
    }

    .pe-md-75em {
        padding-right: 0.75em !important
    }

    .pe-md-1em {
        padding-right: 1em !important
    }

    .pe-md-8 {
        padding-right: 8px !important
    }

    .pe-md-12 {
        padding-right: 12px !important
    }

    .pe-md-16 {
        padding-right: 16px !important
    }

    .pe-md-20 {
        padding-right: 20px !important
    }

    .pe-md-24 {
        padding-right: 24px !important
    }

    .pe-md-32 {
        padding-right: 32px !important
    }

    .pe-md-40 {
        padding-right: 40px !important
    }

    .pe-md-42 {
        padding-right: 42px !important
    }

    .pe-md-48 {
        padding-right: 48px !important
    }

    .pe-md-60 {
        padding-right: 60px !important
    }

    .pe-md-64 {
        padding-right: 64px !important
    }

    .pe-md-80 {
        padding-right: 80px !important
    }

    .pe-md-100 {
        padding-right: 100px !important
    }

    .pe-md-128 {
        padding-right: 128px !important
    }

    .pe-md-144 {
        padding-right: 144px !important
    }

    .pe-md-176 {
        padding-right: 176px !important
    }

    .pe-md-200 {
        padding-right: 200px !important
    }

    .pe-md-220 {
        padding-right: 220px !important
    }

    .pe-md-254 {
        padding-right: 254px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-25em {
        padding-bottom: 0.25em !important
    }

    .pb-md-5em {
        padding-bottom: 0.5em !important
    }

    .pb-md-75em {
        padding-bottom: 0.75em !important
    }

    .pb-md-1em {
        padding-bottom: 1em !important
    }

    .pb-md-8 {
        padding-bottom: 8px !important
    }

    .pb-md-12 {
        padding-bottom: 12px !important
    }

    .pb-md-16 {
        padding-bottom: 16px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pb-md-24 {
        padding-bottom: 24px !important
    }

    .pb-md-32 {
        padding-bottom: 32px !important
    }

    .pb-md-40 {
        padding-bottom: 40px !important
    }

    .pb-md-42 {
        padding-bottom: 42px !important
    }

    .pb-md-48 {
        padding-bottom: 48px !important
    }

    .pb-md-60 {
        padding-bottom: 60px !important
    }

    .pb-md-64 {
        padding-bottom: 64px !important
    }

    .pb-md-80 {
        padding-bottom: 80px !important
    }

    .pb-md-100 {
        padding-bottom: 100px !important
    }

    .pb-md-128 {
        padding-bottom: 128px !important
    }

    .pb-md-144 {
        padding-bottom: 144px !important
    }

    .pb-md-176 {
        padding-bottom: 176px !important
    }

    .pb-md-200 {
        padding-bottom: 200px !important
    }

    .pb-md-220 {
        padding-bottom: 220px !important
    }

    .pb-md-254 {
        padding-bottom: 254px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 0.25rem !important
    }

    .ps-md-2 {
        padding-left: 0.5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-25em {
        padding-left: 0.25em !important
    }

    .ps-md-5em {
        padding-left: 0.5em !important
    }

    .ps-md-75em {
        padding-left: 0.75em !important
    }

    .ps-md-1em {
        padding-left: 1em !important
    }

    .ps-md-8 {
        padding-left: 8px !important
    }

    .ps-md-12 {
        padding-left: 12px !important
    }

    .ps-md-16 {
        padding-left: 16px !important
    }

    .ps-md-20 {
        padding-left: 20px !important
    }

    .ps-md-24 {
        padding-left: 24px !important
    }

    .ps-md-32 {
        padding-left: 32px !important
    }

    .ps-md-40 {
        padding-left: 40px !important
    }

    .ps-md-42 {
        padding-left: 42px !important
    }

    .ps-md-48 {
        padding-left: 48px !important
    }

    .ps-md-60 {
        padding-left: 60px !important
    }

    .ps-md-64 {
        padding-left: 64px !important
    }

    .ps-md-80 {
        padding-left: 80px !important
    }

    .ps-md-100 {
        padding-left: 100px !important
    }

    .ps-md-128 {
        padding-left: 128px !important
    }

    .ps-md-144 {
        padding-left: 144px !important
    }

    .ps-md-176 {
        padding-left: 176px !important
    }

    .ps-md-200 {
        padding-left: 200px !important
    }

    .ps-md-220 {
        padding-left: 220px !important
    }

    .ps-md-254 {
        padding-left: 254px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 0.25rem !important
    }

    .gap-lg-2 {
        gap: 0.5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-25em {
        gap: 0.25em !important
    }

    .gap-lg-5em {
        gap: 0.5em !important
    }

    .gap-lg-75em {
        gap: 0.75em !important
    }

    .gap-lg-1em {
        gap: 1em !important
    }

    .gap-lg-8 {
        gap: 8px !important
    }

    .gap-lg-12 {
        gap: 12px !important
    }

    .gap-lg-16 {
        gap: 16px !important
    }

    .gap-lg-20 {
        gap: 20px !important
    }

    .gap-lg-24 {
        gap: 24px !important
    }

    .gap-lg-32 {
        gap: 32px !important
    }

    .gap-lg-40 {
        gap: 40px !important
    }

    .gap-lg-42 {
        gap: 42px !important
    }

    .gap-lg-48 {
        gap: 48px !important
    }

    .gap-lg-60 {
        gap: 60px !important
    }

    .gap-lg-64 {
        gap: 64px !important
    }

    .gap-lg-80 {
        gap: 80px !important
    }

    .gap-lg-100 {
        gap: 100px !important
    }

    .gap-lg-128 {
        gap: 128px !important
    }

    .gap-lg-144 {
        gap: 144px !important
    }

    .gap-lg-176 {
        gap: 176px !important
    }

    .gap-lg-200 {
        gap: 200px !important
    }

    .gap-lg-220 {
        gap: 220px !important
    }

    .gap-lg-254 {
        gap: 254px !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-25em {
        margin: 0.25em !important
    }

    .m-lg-5em {
        margin: 0.5em !important
    }

    .m-lg-75em {
        margin: 0.75em !important
    }

    .m-lg-1em {
        margin: 1em !important
    }

    .m-lg-8 {
        margin: 8px !important
    }

    .m-lg-12 {
        margin: 12px !important
    }

    .m-lg-16 {
        margin: 16px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .m-lg-24 {
        margin: 24px !important
    }

    .m-lg-32 {
        margin: 32px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .m-lg-42 {
        margin: 42px !important
    }

    .m-lg-48 {
        margin: 48px !important
    }

    .m-lg-60 {
        margin: 60px !important
    }

    .m-lg-64 {
        margin: 64px !important
    }

    .m-lg-80 {
        margin: 80px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .m-lg-128 {
        margin: 128px !important
    }

    .m-lg-144 {
        margin: 144px !important
    }

    .m-lg-176 {
        margin: 176px !important
    }

    .m-lg-200 {
        margin: 200px !important
    }

    .m-lg-220 {
        margin: 220px !important
    }

    .m-lg-254 {
        margin: 254px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-25em {
        margin-right: 0.25em !important;
        margin-left: 0.25em !important
    }

    .mx-lg-5em {
        margin-right: 0.5em !important;
        margin-left: 0.5em !important
    }

    .mx-lg-75em {
        margin-right: 0.75em !important;
        margin-left: 0.75em !important
    }

    .mx-lg-1em {
        margin-right: 1em !important;
        margin-left: 1em !important
    }

    .mx-lg-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-lg-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-lg-16 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-lg-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-lg-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-lg-32 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-lg-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-lg-42 {
        margin-right: 42px !important;
        margin-left: 42px !important
    }

    .mx-lg-48 {
        margin-right: 48px !important;
        margin-left: 48px !important
    }

    .mx-lg-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-lg-64 {
        margin-right: 64px !important;
        margin-left: 64px !important
    }

    .mx-lg-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-lg-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-lg-128 {
        margin-right: 128px !important;
        margin-left: 128px !important
    }

    .mx-lg-144 {
        margin-right: 144px !important;
        margin-left: 144px !important
    }

    .mx-lg-176 {
        margin-right: 176px !important;
        margin-left: 176px !important
    }

    .mx-lg-200 {
        margin-right: 200px !important;
        margin-left: 200px !important
    }

    .mx-lg-220 {
        margin-right: 220px !important;
        margin-left: 220px !important
    }

    .mx-lg-254 {
        margin-right: 254px !important;
        margin-left: 254px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-25em {
        margin-top: 0.25em !important;
        margin-bottom: 0.25em !important
    }

    .my-lg-5em {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important
    }

    .my-lg-75em {
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important
    }

    .my-lg-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .my-lg-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-lg-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-lg-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-lg-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-lg-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-42 {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }

    .my-lg-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .my-lg-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-lg-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .my-lg-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-lg-128 {
        margin-top: 128px !important;
        margin-bottom: 128px !important
    }

    .my-lg-144 {
        margin-top: 144px !important;
        margin-bottom: 144px !important
    }

    .my-lg-176 {
        margin-top: 176px !important;
        margin-bottom: 176px !important
    }

    .my-lg-200 {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }

    .my-lg-220 {
        margin-top: 220px !important;
        margin-bottom: 220px !important
    }

    .my-lg-254 {
        margin-top: 254px !important;
        margin-bottom: 254px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-25em {
        margin-top: 0.25em !important
    }

    .mt-lg-5em {
        margin-top: 0.5em !important
    }

    .mt-lg-75em {
        margin-top: 0.75em !important
    }

    .mt-lg-1em {
        margin-top: 1em !important
    }

    .mt-lg-8 {
        margin-top: 8px !important
    }

    .mt-lg-12 {
        margin-top: 12px !important
    }

    .mt-lg-16 {
        margin-top: 16px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-24 {
        margin-top: 24px !important
    }

    .mt-lg-32 {
        margin-top: 32px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-42 {
        margin-top: 42px !important
    }

    .mt-lg-48 {
        margin-top: 48px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-64 {
        margin-top: 64px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-128 {
        margin-top: 128px !important
    }

    .mt-lg-144 {
        margin-top: 144px !important
    }

    .mt-lg-176 {
        margin-top: 176px !important
    }

    .mt-lg-200 {
        margin-top: 200px !important
    }

    .mt-lg-220 {
        margin-top: 220px !important
    }

    .mt-lg-254 {
        margin-top: 254px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 0.25rem !important
    }

    .me-lg-2 {
        margin-right: 0.5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-25em {
        margin-right: 0.25em !important
    }

    .me-lg-5em {
        margin-right: 0.5em !important
    }

    .me-lg-75em {
        margin-right: 0.75em !important
    }

    .me-lg-1em {
        margin-right: 1em !important
    }

    .me-lg-8 {
        margin-right: 8px !important
    }

    .me-lg-12 {
        margin-right: 12px !important
    }

    .me-lg-16 {
        margin-right: 16px !important
    }

    .me-lg-20 {
        margin-right: 20px !important
    }

    .me-lg-24 {
        margin-right: 24px !important
    }

    .me-lg-32 {
        margin-right: 32px !important
    }

    .me-lg-40 {
        margin-right: 40px !important
    }

    .me-lg-42 {
        margin-right: 42px !important
    }

    .me-lg-48 {
        margin-right: 48px !important
    }

    .me-lg-60 {
        margin-right: 60px !important
    }

    .me-lg-64 {
        margin-right: 64px !important
    }

    .me-lg-80 {
        margin-right: 80px !important
    }

    .me-lg-100 {
        margin-right: 100px !important
    }

    .me-lg-128 {
        margin-right: 128px !important
    }

    .me-lg-144 {
        margin-right: 144px !important
    }

    .me-lg-176 {
        margin-right: 176px !important
    }

    .me-lg-200 {
        margin-right: 200px !important
    }

    .me-lg-220 {
        margin-right: 220px !important
    }

    .me-lg-254 {
        margin-right: 254px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-25em {
        margin-bottom: 0.25em !important
    }

    .mb-lg-5em {
        margin-bottom: 0.5em !important
    }

    .mb-lg-75em {
        margin-bottom: 0.75em !important
    }

    .mb-lg-1em {
        margin-bottom: 1em !important
    }

    .mb-lg-8 {
        margin-bottom: 8px !important
    }

    .mb-lg-12 {
        margin-bottom: 12px !important
    }

    .mb-lg-16 {
        margin-bottom: 16px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-24 {
        margin-bottom: 24px !important
    }

    .mb-lg-32 {
        margin-bottom: 32px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-42 {
        margin-bottom: 42px !important
    }

    .mb-lg-48 {
        margin-bottom: 48px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-64 {
        margin-bottom: 64px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-128 {
        margin-bottom: 128px !important
    }

    .mb-lg-144 {
        margin-bottom: 144px !important
    }

    .mb-lg-176 {
        margin-bottom: 176px !important
    }

    .mb-lg-200 {
        margin-bottom: 200px !important
    }

    .mb-lg-220 {
        margin-bottom: 220px !important
    }

    .mb-lg-254 {
        margin-bottom: 254px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-25em {
        margin-left: 0.25em !important
    }

    .ms-lg-5em {
        margin-left: 0.5em !important
    }

    .ms-lg-75em {
        margin-left: 0.75em !important
    }

    .ms-lg-1em {
        margin-left: 1em !important
    }

    .ms-lg-8 {
        margin-left: 8px !important
    }

    .ms-lg-12 {
        margin-left: 12px !important
    }

    .ms-lg-16 {
        margin-left: 16px !important
    }

    .ms-lg-20 {
        margin-left: 20px !important
    }

    .ms-lg-24 {
        margin-left: 24px !important
    }

    .ms-lg-32 {
        margin-left: 32px !important
    }

    .ms-lg-40 {
        margin-left: 40px !important
    }

    .ms-lg-42 {
        margin-left: 42px !important
    }

    .ms-lg-48 {
        margin-left: 48px !important
    }

    .ms-lg-60 {
        margin-left: 60px !important
    }

    .ms-lg-64 {
        margin-left: 64px !important
    }

    .ms-lg-80 {
        margin-left: 80px !important
    }

    .ms-lg-100 {
        margin-left: 100px !important
    }

    .ms-lg-128 {
        margin-left: 128px !important
    }

    .ms-lg-144 {
        margin-left: 144px !important
    }

    .ms-lg-176 {
        margin-left: 176px !important
    }

    .ms-lg-200 {
        margin-left: 200px !important
    }

    .ms-lg-220 {
        margin-left: 220px !important
    }

    .ms-lg-254 {
        margin-left: 254px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .p-lg-25em {
        padding: 0.25em !important
    }

    .p-lg-5em {
        padding: 0.5em !important
    }

    .p-lg-75em {
        padding: 0.75em !important
    }

    .p-lg-1em {
        padding: 1em !important
    }

    .p-lg-8 {
        padding: 8px !important
    }

    .p-lg-12 {
        padding: 12px !important
    }

    .p-lg-16 {
        padding: 16px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .p-lg-24 {
        padding: 24px !important
    }

    .p-lg-32 {
        padding: 32px !important
    }

    .p-lg-40 {
        padding: 40px !important
    }

    .p-lg-42 {
        padding: 42px !important
    }

    .p-lg-48 {
        padding: 48px !important
    }

    .p-lg-60 {
        padding: 60px !important
    }

    .p-lg-64 {
        padding: 64px !important
    }

    .p-lg-80 {
        padding: 80px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .p-lg-128 {
        padding: 128px !important
    }

    .p-lg-144 {
        padding: 144px !important
    }

    .p-lg-176 {
        padding: 176px !important
    }

    .p-lg-200 {
        padding: 200px !important
    }

    .p-lg-220 {
        padding: 220px !important
    }

    .p-lg-254 {
        padding: 254px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-25em {
        padding-right: 0.25em !important;
        padding-left: 0.25em !important
    }

    .px-lg-5em {
        padding-right: 0.5em !important;
        padding-left: 0.5em !important
    }

    .px-lg-75em {
        padding-right: 0.75em !important;
        padding-left: 0.75em !important
    }

    .px-lg-1em {
        padding-right: 1em !important;
        padding-left: 1em !important
    }

    .px-lg-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-lg-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-lg-16 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-lg-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-lg-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-lg-32 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-lg-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-lg-42 {
        padding-right: 42px !important;
        padding-left: 42px !important
    }

    .px-lg-48 {
        padding-right: 48px !important;
        padding-left: 48px !important
    }

    .px-lg-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-lg-64 {
        padding-right: 64px !important;
        padding-left: 64px !important
    }

    .px-lg-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-lg-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-lg-128 {
        padding-right: 128px !important;
        padding-left: 128px !important
    }

    .px-lg-144 {
        padding-right: 144px !important;
        padding-left: 144px !important
    }

    .px-lg-176 {
        padding-right: 176px !important;
        padding-left: 176px !important
    }

    .px-lg-200 {
        padding-right: 200px !important;
        padding-left: 200px !important
    }

    .px-lg-220 {
        padding-right: 220px !important;
        padding-left: 220px !important
    }

    .px-lg-254 {
        padding-right: 254px !important;
        padding-left: 254px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-25em {
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important
    }

    .py-lg-5em {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important
    }

    .py-lg-75em {
        padding-top: 0.75em !important;
        padding-bottom: 0.75em !important
    }

    .py-lg-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .py-lg-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-lg-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-lg-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-lg-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-lg-42 {
        padding-top: 42px !important;
        padding-bottom: 42px !important
    }

    .py-lg-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-lg-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-lg-128 {
        padding-top: 128px !important;
        padding-bottom: 128px !important
    }

    .py-lg-144 {
        padding-top: 144px !important;
        padding-bottom: 144px !important
    }

    .py-lg-176 {
        padding-top: 176px !important;
        padding-bottom: 176px !important
    }

    .py-lg-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .py-lg-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important
    }

    .py-lg-254 {
        padding-top: 254px !important;
        padding-bottom: 254px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-25em {
        padding-top: 0.25em !important
    }

    .pt-lg-5em {
        padding-top: 0.5em !important
    }

    .pt-lg-75em {
        padding-top: 0.75em !important
    }

    .pt-lg-1em {
        padding-top: 1em !important
    }

    .pt-lg-8 {
        padding-top: 8px !important
    }

    .pt-lg-12 {
        padding-top: 12px !important
    }

    .pt-lg-16 {
        padding-top: 16px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pt-lg-24 {
        padding-top: 24px !important
    }

    .pt-lg-32 {
        padding-top: 32px !important
    }

    .pt-lg-40 {
        padding-top: 40px !important
    }

    .pt-lg-42 {
        padding-top: 42px !important
    }

    .pt-lg-48 {
        padding-top: 48px !important
    }

    .pt-lg-60 {
        padding-top: 60px !important
    }

    .pt-lg-64 {
        padding-top: 64px !important
    }

    .pt-lg-80 {
        padding-top: 80px !important
    }

    .pt-lg-100 {
        padding-top: 100px !important
    }

    .pt-lg-128 {
        padding-top: 128px !important
    }

    .pt-lg-144 {
        padding-top: 144px !important
    }

    .pt-lg-176 {
        padding-top: 176px !important
    }

    .pt-lg-200 {
        padding-top: 200px !important
    }

    .pt-lg-220 {
        padding-top: 220px !important
    }

    .pt-lg-254 {
        padding-top: 254px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-25em {
        padding-right: 0.25em !important
    }

    .pe-lg-5em {
        padding-right: 0.5em !important
    }

    .pe-lg-75em {
        padding-right: 0.75em !important
    }

    .pe-lg-1em {
        padding-right: 1em !important
    }

    .pe-lg-8 {
        padding-right: 8px !important
    }

    .pe-lg-12 {
        padding-right: 12px !important
    }

    .pe-lg-16 {
        padding-right: 16px !important
    }

    .pe-lg-20 {
        padding-right: 20px !important
    }

    .pe-lg-24 {
        padding-right: 24px !important
    }

    .pe-lg-32 {
        padding-right: 32px !important
    }

    .pe-lg-40 {
        padding-right: 40px !important
    }

    .pe-lg-42 {
        padding-right: 42px !important
    }

    .pe-lg-48 {
        padding-right: 48px !important
    }

    .pe-lg-60 {
        padding-right: 60px !important
    }

    .pe-lg-64 {
        padding-right: 64px !important
    }

    .pe-lg-80 {
        padding-right: 80px !important
    }

    .pe-lg-100 {
        padding-right: 100px !important
    }

    .pe-lg-128 {
        padding-right: 128px !important
    }

    .pe-lg-144 {
        padding-right: 144px !important
    }

    .pe-lg-176 {
        padding-right: 176px !important
    }

    .pe-lg-200 {
        padding-right: 200px !important
    }

    .pe-lg-220 {
        padding-right: 220px !important
    }

    .pe-lg-254 {
        padding-right: 254px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-25em {
        padding-bottom: 0.25em !important
    }

    .pb-lg-5em {
        padding-bottom: 0.5em !important
    }

    .pb-lg-75em {
        padding-bottom: 0.75em !important
    }

    .pb-lg-1em {
        padding-bottom: 1em !important
    }

    .pb-lg-8 {
        padding-bottom: 8px !important
    }

    .pb-lg-12 {
        padding-bottom: 12px !important
    }

    .pb-lg-16 {
        padding-bottom: 16px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pb-lg-24 {
        padding-bottom: 24px !important
    }

    .pb-lg-32 {
        padding-bottom: 32px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pb-lg-42 {
        padding-bottom: 42px !important
    }

    .pb-lg-48 {
        padding-bottom: 48px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .pb-lg-64 {
        padding-bottom: 64px !important
    }

    .pb-lg-80 {
        padding-bottom: 80px !important
    }

    .pb-lg-100 {
        padding-bottom: 100px !important
    }

    .pb-lg-128 {
        padding-bottom: 128px !important
    }

    .pb-lg-144 {
        padding-bottom: 144px !important
    }

    .pb-lg-176 {
        padding-bottom: 176px !important
    }

    .pb-lg-200 {
        padding-bottom: 200px !important
    }

    .pb-lg-220 {
        padding-bottom: 220px !important
    }

    .pb-lg-254 {
        padding-bottom: 254px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-25em {
        padding-left: 0.25em !important
    }

    .ps-lg-5em {
        padding-left: 0.5em !important
    }

    .ps-lg-75em {
        padding-left: 0.75em !important
    }

    .ps-lg-1em {
        padding-left: 1em !important
    }

    .ps-lg-8 {
        padding-left: 8px !important
    }

    .ps-lg-12 {
        padding-left: 12px !important
    }

    .ps-lg-16 {
        padding-left: 16px !important
    }

    .ps-lg-20 {
        padding-left: 20px !important
    }

    .ps-lg-24 {
        padding-left: 24px !important
    }

    .ps-lg-32 {
        padding-left: 32px !important
    }

    .ps-lg-40 {
        padding-left: 40px !important
    }

    .ps-lg-42 {
        padding-left: 42px !important
    }

    .ps-lg-48 {
        padding-left: 48px !important
    }

    .ps-lg-60 {
        padding-left: 60px !important
    }

    .ps-lg-64 {
        padding-left: 64px !important
    }

    .ps-lg-80 {
        padding-left: 80px !important
    }

    .ps-lg-100 {
        padding-left: 100px !important
    }

    .ps-lg-128 {
        padding-left: 128px !important
    }

    .ps-lg-144 {
        padding-left: 144px !important
    }

    .ps-lg-176 {
        padding-left: 176px !important
    }

    .ps-lg-200 {
        padding-left: 200px !important
    }

    .ps-lg-220 {
        padding-left: 220px !important
    }

    .ps-lg-254 {
        padding-left: 254px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1240px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 0.25rem !important
    }

    .gap-xl-2 {
        gap: 0.5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-25em {
        gap: 0.25em !important
    }

    .gap-xl-5em {
        gap: 0.5em !important
    }

    .gap-xl-75em {
        gap: 0.75em !important
    }

    .gap-xl-1em {
        gap: 1em !important
    }

    .gap-xl-8 {
        gap: 8px !important
    }

    .gap-xl-12 {
        gap: 12px !important
    }

    .gap-xl-16 {
        gap: 16px !important
    }

    .gap-xl-20 {
        gap: 20px !important
    }

    .gap-xl-24 {
        gap: 24px !important
    }

    .gap-xl-32 {
        gap: 32px !important
    }

    .gap-xl-40 {
        gap: 40px !important
    }

    .gap-xl-42 {
        gap: 42px !important
    }

    .gap-xl-48 {
        gap: 48px !important
    }

    .gap-xl-60 {
        gap: 60px !important
    }

    .gap-xl-64 {
        gap: 64px !important
    }

    .gap-xl-80 {
        gap: 80px !important
    }

    .gap-xl-100 {
        gap: 100px !important
    }

    .gap-xl-128 {
        gap: 128px !important
    }

    .gap-xl-144 {
        gap: 144px !important
    }

    .gap-xl-176 {
        gap: 176px !important
    }

    .gap-xl-200 {
        gap: 200px !important
    }

    .gap-xl-220 {
        gap: 220px !important
    }

    .gap-xl-254 {
        gap: 254px !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-25em {
        margin: 0.25em !important
    }

    .m-xl-5em {
        margin: 0.5em !important
    }

    .m-xl-75em {
        margin: 0.75em !important
    }

    .m-xl-1em {
        margin: 1em !important
    }

    .m-xl-8 {
        margin: 8px !important
    }

    .m-xl-12 {
        margin: 12px !important
    }

    .m-xl-16 {
        margin: 16px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .m-xl-24 {
        margin: 24px !important
    }

    .m-xl-32 {
        margin: 32px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .m-xl-42 {
        margin: 42px !important
    }

    .m-xl-48 {
        margin: 48px !important
    }

    .m-xl-60 {
        margin: 60px !important
    }

    .m-xl-64 {
        margin: 64px !important
    }

    .m-xl-80 {
        margin: 80px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .m-xl-128 {
        margin: 128px !important
    }

    .m-xl-144 {
        margin: 144px !important
    }

    .m-xl-176 {
        margin: 176px !important
    }

    .m-xl-200 {
        margin: 200px !important
    }

    .m-xl-220 {
        margin: 220px !important
    }

    .m-xl-254 {
        margin: 254px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-25em {
        margin-right: 0.25em !important;
        margin-left: 0.25em !important
    }

    .mx-xl-5em {
        margin-right: 0.5em !important;
        margin-left: 0.5em !important
    }

    .mx-xl-75em {
        margin-right: 0.75em !important;
        margin-left: 0.75em !important
    }

    .mx-xl-1em {
        margin-right: 1em !important;
        margin-left: 1em !important
    }

    .mx-xl-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xl-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xl-16 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xl-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xl-32 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xl-42 {
        margin-right: 42px !important;
        margin-left: 42px !important
    }

    .mx-xl-48 {
        margin-right: 48px !important;
        margin-left: 48px !important
    }

    .mx-xl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xl-64 {
        margin-right: 64px !important;
        margin-left: 64px !important
    }

    .mx-xl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xl-128 {
        margin-right: 128px !important;
        margin-left: 128px !important
    }

    .mx-xl-144 {
        margin-right: 144px !important;
        margin-left: 144px !important
    }

    .mx-xl-176 {
        margin-right: 176px !important;
        margin-left: 176px !important
    }

    .mx-xl-200 {
        margin-right: 200px !important;
        margin-left: 200px !important
    }

    .mx-xl-220 {
        margin-right: 220px !important;
        margin-left: 220px !important
    }

    .mx-xl-254 {
        margin-right: 254px !important;
        margin-left: 254px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-25em {
        margin-top: 0.25em !important;
        margin-bottom: 0.25em !important
    }

    .my-xl-5em {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important
    }

    .my-xl-75em {
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important
    }

    .my-xl-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .my-xl-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xl-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xl-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xl-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-42 {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }

    .my-xl-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .my-xl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xl-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .my-xl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xl-128 {
        margin-top: 128px !important;
        margin-bottom: 128px !important
    }

    .my-xl-144 {
        margin-top: 144px !important;
        margin-bottom: 144px !important
    }

    .my-xl-176 {
        margin-top: 176px !important;
        margin-bottom: 176px !important
    }

    .my-xl-200 {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }

    .my-xl-220 {
        margin-top: 220px !important;
        margin-bottom: 220px !important
    }

    .my-xl-254 {
        margin-top: 254px !important;
        margin-bottom: 254px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-25em {
        margin-top: 0.25em !important
    }

    .mt-xl-5em {
        margin-top: 0.5em !important
    }

    .mt-xl-75em {
        margin-top: 0.75em !important
    }

    .mt-xl-1em {
        margin-top: 1em !important
    }

    .mt-xl-8 {
        margin-top: 8px !important
    }

    .mt-xl-12 {
        margin-top: 12px !important
    }

    .mt-xl-16 {
        margin-top: 16px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-24 {
        margin-top: 24px !important
    }

    .mt-xl-32 {
        margin-top: 32px !important
    }

    .mt-xl-40 {
        margin-top: 40px !important
    }

    .mt-xl-42 {
        margin-top: 42px !important
    }

    .mt-xl-48 {
        margin-top: 48px !important
    }

    .mt-xl-60 {
        margin-top: 60px !important
    }

    .mt-xl-64 {
        margin-top: 64px !important
    }

    .mt-xl-80 {
        margin-top: 80px !important
    }

    .mt-xl-100 {
        margin-top: 100px !important
    }

    .mt-xl-128 {
        margin-top: 128px !important
    }

    .mt-xl-144 {
        margin-top: 144px !important
    }

    .mt-xl-176 {
        margin-top: 176px !important
    }

    .mt-xl-200 {
        margin-top: 200px !important
    }

    .mt-xl-220 {
        margin-top: 220px !important
    }

    .mt-xl-254 {
        margin-top: 254px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 0.25rem !important
    }

    .me-xl-2 {
        margin-right: 0.5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-25em {
        margin-right: 0.25em !important
    }

    .me-xl-5em {
        margin-right: 0.5em !important
    }

    .me-xl-75em {
        margin-right: 0.75em !important
    }

    .me-xl-1em {
        margin-right: 1em !important
    }

    .me-xl-8 {
        margin-right: 8px !important
    }

    .me-xl-12 {
        margin-right: 12px !important
    }

    .me-xl-16 {
        margin-right: 16px !important
    }

    .me-xl-20 {
        margin-right: 20px !important
    }

    .me-xl-24 {
        margin-right: 24px !important
    }

    .me-xl-32 {
        margin-right: 32px !important
    }

    .me-xl-40 {
        margin-right: 40px !important
    }

    .me-xl-42 {
        margin-right: 42px !important
    }

    .me-xl-48 {
        margin-right: 48px !important
    }

    .me-xl-60 {
        margin-right: 60px !important
    }

    .me-xl-64 {
        margin-right: 64px !important
    }

    .me-xl-80 {
        margin-right: 80px !important
    }

    .me-xl-100 {
        margin-right: 100px !important
    }

    .me-xl-128 {
        margin-right: 128px !important
    }

    .me-xl-144 {
        margin-right: 144px !important
    }

    .me-xl-176 {
        margin-right: 176px !important
    }

    .me-xl-200 {
        margin-right: 200px !important
    }

    .me-xl-220 {
        margin-right: 220px !important
    }

    .me-xl-254 {
        margin-right: 254px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-25em {
        margin-bottom: 0.25em !important
    }

    .mb-xl-5em {
        margin-bottom: 0.5em !important
    }

    .mb-xl-75em {
        margin-bottom: 0.75em !important
    }

    .mb-xl-1em {
        margin-bottom: 1em !important
    }

    .mb-xl-8 {
        margin-bottom: 8px !important
    }

    .mb-xl-12 {
        margin-bottom: 12px !important
    }

    .mb-xl-16 {
        margin-bottom: 16px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-24 {
        margin-bottom: 24px !important
    }

    .mb-xl-32 {
        margin-bottom: 32px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-42 {
        margin-bottom: 42px !important
    }

    .mb-xl-48 {
        margin-bottom: 48px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-64 {
        margin-bottom: 64px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-128 {
        margin-bottom: 128px !important
    }

    .mb-xl-144 {
        margin-bottom: 144px !important
    }

    .mb-xl-176 {
        margin-bottom: 176px !important
    }

    .mb-xl-200 {
        margin-bottom: 200px !important
    }

    .mb-xl-220 {
        margin-bottom: 220px !important
    }

    .mb-xl-254 {
        margin-bottom: 254px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-25em {
        margin-left: 0.25em !important
    }

    .ms-xl-5em {
        margin-left: 0.5em !important
    }

    .ms-xl-75em {
        margin-left: 0.75em !important
    }

    .ms-xl-1em {
        margin-left: 1em !important
    }

    .ms-xl-8 {
        margin-left: 8px !important
    }

    .ms-xl-12 {
        margin-left: 12px !important
    }

    .ms-xl-16 {
        margin-left: 16px !important
    }

    .ms-xl-20 {
        margin-left: 20px !important
    }

    .ms-xl-24 {
        margin-left: 24px !important
    }

    .ms-xl-32 {
        margin-left: 32px !important
    }

    .ms-xl-40 {
        margin-left: 40px !important
    }

    .ms-xl-42 {
        margin-left: 42px !important
    }

    .ms-xl-48 {
        margin-left: 48px !important
    }

    .ms-xl-60 {
        margin-left: 60px !important
    }

    .ms-xl-64 {
        margin-left: 64px !important
    }

    .ms-xl-80 {
        margin-left: 80px !important
    }

    .ms-xl-100 {
        margin-left: 100px !important
    }

    .ms-xl-128 {
        margin-left: 128px !important
    }

    .ms-xl-144 {
        margin-left: 144px !important
    }

    .ms-xl-176 {
        margin-left: 176px !important
    }

    .ms-xl-200 {
        margin-left: 200px !important
    }

    .ms-xl-220 {
        margin-left: 220px !important
    }

    .ms-xl-254 {
        margin-left: 254px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .p-xl-25em {
        padding: 0.25em !important
    }

    .p-xl-5em {
        padding: 0.5em !important
    }

    .p-xl-75em {
        padding: 0.75em !important
    }

    .p-xl-1em {
        padding: 1em !important
    }

    .p-xl-8 {
        padding: 8px !important
    }

    .p-xl-12 {
        padding: 12px !important
    }

    .p-xl-16 {
        padding: 16px !important
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .p-xl-24 {
        padding: 24px !important
    }

    .p-xl-32 {
        padding: 32px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .p-xl-42 {
        padding: 42px !important
    }

    .p-xl-48 {
        padding: 48px !important
    }

    .p-xl-60 {
        padding: 60px !important
    }

    .p-xl-64 {
        padding: 64px !important
    }

    .p-xl-80 {
        padding: 80px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .p-xl-128 {
        padding: 128px !important
    }

    .p-xl-144 {
        padding: 144px !important
    }

    .p-xl-176 {
        padding: 176px !important
    }

    .p-xl-200 {
        padding: 200px !important
    }

    .p-xl-220 {
        padding: 220px !important
    }

    .p-xl-254 {
        padding: 254px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-25em {
        padding-right: 0.25em !important;
        padding-left: 0.25em !important
    }

    .px-xl-5em {
        padding-right: 0.5em !important;
        padding-left: 0.5em !important
    }

    .px-xl-75em {
        padding-right: 0.75em !important;
        padding-left: 0.75em !important
    }

    .px-xl-1em {
        padding-right: 1em !important;
        padding-left: 1em !important
    }

    .px-xl-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xl-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xl-16 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xl-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xl-32 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xl-42 {
        padding-right: 42px !important;
        padding-left: 42px !important
    }

    .px-xl-48 {
        padding-right: 48px !important;
        padding-left: 48px !important
    }

    .px-xl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xl-64 {
        padding-right: 64px !important;
        padding-left: 64px !important
    }

    .px-xl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-xl-128 {
        padding-right: 128px !important;
        padding-left: 128px !important
    }

    .px-xl-144 {
        padding-right: 144px !important;
        padding-left: 144px !important
    }

    .px-xl-176 {
        padding-right: 176px !important;
        padding-left: 176px !important
    }

    .px-xl-200 {
        padding-right: 200px !important;
        padding-left: 200px !important
    }

    .px-xl-220 {
        padding-right: 220px !important;
        padding-left: 220px !important
    }

    .px-xl-254 {
        padding-right: 254px !important;
        padding-left: 254px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-25em {
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important
    }

    .py-xl-5em {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important
    }

    .py-xl-75em {
        padding-top: 0.75em !important;
        padding-bottom: 0.75em !important
    }

    .py-xl-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .py-xl-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xl-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xl-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xl-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xl-42 {
        padding-top: 42px !important;
        padding-bottom: 42px !important
    }

    .py-xl-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .py-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xl-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .py-xl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xl-128 {
        padding-top: 128px !important;
        padding-bottom: 128px !important
    }

    .py-xl-144 {
        padding-top: 144px !important;
        padding-bottom: 144px !important
    }

    .py-xl-176 {
        padding-top: 176px !important;
        padding-bottom: 176px !important
    }

    .py-xl-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .py-xl-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important
    }

    .py-xl-254 {
        padding-top: 254px !important;
        padding-bottom: 254px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-25em {
        padding-top: 0.25em !important
    }

    .pt-xl-5em {
        padding-top: 0.5em !important
    }

    .pt-xl-75em {
        padding-top: 0.75em !important
    }

    .pt-xl-1em {
        padding-top: 1em !important
    }

    .pt-xl-8 {
        padding-top: 8px !important
    }

    .pt-xl-12 {
        padding-top: 12px !important
    }

    .pt-xl-16 {
        padding-top: 16px !important
    }

    .pt-xl-20 {
        padding-top: 20px !important
    }

    .pt-xl-24 {
        padding-top: 24px !important
    }

    .pt-xl-32 {
        padding-top: 32px !important
    }

    .pt-xl-40 {
        padding-top: 40px !important
    }

    .pt-xl-42 {
        padding-top: 42px !important
    }

    .pt-xl-48 {
        padding-top: 48px !important
    }

    .pt-xl-60 {
        padding-top: 60px !important
    }

    .pt-xl-64 {
        padding-top: 64px !important
    }

    .pt-xl-80 {
        padding-top: 80px !important
    }

    .pt-xl-100 {
        padding-top: 100px !important
    }

    .pt-xl-128 {
        padding-top: 128px !important
    }

    .pt-xl-144 {
        padding-top: 144px !important
    }

    .pt-xl-176 {
        padding-top: 176px !important
    }

    .pt-xl-200 {
        padding-top: 200px !important
    }

    .pt-xl-220 {
        padding-top: 220px !important
    }

    .pt-xl-254 {
        padding-top: 254px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-25em {
        padding-right: 0.25em !important
    }

    .pe-xl-5em {
        padding-right: 0.5em !important
    }

    .pe-xl-75em {
        padding-right: 0.75em !important
    }

    .pe-xl-1em {
        padding-right: 1em !important
    }

    .pe-xl-8 {
        padding-right: 8px !important
    }

    .pe-xl-12 {
        padding-right: 12px !important
    }

    .pe-xl-16 {
        padding-right: 16px !important
    }

    .pe-xl-20 {
        padding-right: 20px !important
    }

    .pe-xl-24 {
        padding-right: 24px !important
    }

    .pe-xl-32 {
        padding-right: 32px !important
    }

    .pe-xl-40 {
        padding-right: 40px !important
    }

    .pe-xl-42 {
        padding-right: 42px !important
    }

    .pe-xl-48 {
        padding-right: 48px !important
    }

    .pe-xl-60 {
        padding-right: 60px !important
    }

    .pe-xl-64 {
        padding-right: 64px !important
    }

    .pe-xl-80 {
        padding-right: 80px !important
    }

    .pe-xl-100 {
        padding-right: 100px !important
    }

    .pe-xl-128 {
        padding-right: 128px !important
    }

    .pe-xl-144 {
        padding-right: 144px !important
    }

    .pe-xl-176 {
        padding-right: 176px !important
    }

    .pe-xl-200 {
        padding-right: 200px !important
    }

    .pe-xl-220 {
        padding-right: 220px !important
    }

    .pe-xl-254 {
        padding-right: 254px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-25em {
        padding-bottom: 0.25em !important
    }

    .pb-xl-5em {
        padding-bottom: 0.5em !important
    }

    .pb-xl-75em {
        padding-bottom: 0.75em !important
    }

    .pb-xl-1em {
        padding-bottom: 1em !important
    }

    .pb-xl-8 {
        padding-bottom: 8px !important
    }

    .pb-xl-12 {
        padding-bottom: 12px !important
    }

    .pb-xl-16 {
        padding-bottom: 16px !important
    }

    .pb-xl-20 {
        padding-bottom: 20px !important
    }

    .pb-xl-24 {
        padding-bottom: 24px !important
    }

    .pb-xl-32 {
        padding-bottom: 32px !important
    }

    .pb-xl-40 {
        padding-bottom: 40px !important
    }

    .pb-xl-42 {
        padding-bottom: 42px !important
    }

    .pb-xl-48 {
        padding-bottom: 48px !important
    }

    .pb-xl-60 {
        padding-bottom: 60px !important
    }

    .pb-xl-64 {
        padding-bottom: 64px !important
    }

    .pb-xl-80 {
        padding-bottom: 80px !important
    }

    .pb-xl-100 {
        padding-bottom: 100px !important
    }

    .pb-xl-128 {
        padding-bottom: 128px !important
    }

    .pb-xl-144 {
        padding-bottom: 144px !important
    }

    .pb-xl-176 {
        padding-bottom: 176px !important
    }

    .pb-xl-200 {
        padding-bottom: 200px !important
    }

    .pb-xl-220 {
        padding-bottom: 220px !important
    }

    .pb-xl-254 {
        padding-bottom: 254px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-25em {
        padding-left: 0.25em !important
    }

    .ps-xl-5em {
        padding-left: 0.5em !important
    }

    .ps-xl-75em {
        padding-left: 0.75em !important
    }

    .ps-xl-1em {
        padding-left: 1em !important
    }

    .ps-xl-8 {
        padding-left: 8px !important
    }

    .ps-xl-12 {
        padding-left: 12px !important
    }

    .ps-xl-16 {
        padding-left: 16px !important
    }

    .ps-xl-20 {
        padding-left: 20px !important
    }

    .ps-xl-24 {
        padding-left: 24px !important
    }

    .ps-xl-32 {
        padding-left: 32px !important
    }

    .ps-xl-40 {
        padding-left: 40px !important
    }

    .ps-xl-42 {
        padding-left: 42px !important
    }

    .ps-xl-48 {
        padding-left: 48px !important
    }

    .ps-xl-60 {
        padding-left: 60px !important
    }

    .ps-xl-64 {
        padding-left: 64px !important
    }

    .ps-xl-80 {
        padding-left: 80px !important
    }

    .ps-xl-100 {
        padding-left: 100px !important
    }

    .ps-xl-128 {
        padding-left: 128px !important
    }

    .ps-xl-144 {
        padding-left: 144px !important
    }

    .ps-xl-176 {
        padding-left: 176px !important
    }

    .ps-xl-200 {
        padding-left: 200px !important
    }

    .ps-xl-220 {
        padding-left: 220px !important
    }

    .ps-xl-254 {
        padding-left: 254px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1440px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 0.25rem !important
    }

    .gap-xxl-2 {
        gap: 0.5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-25em {
        gap: 0.25em !important
    }

    .gap-xxl-5em {
        gap: 0.5em !important
    }

    .gap-xxl-75em {
        gap: 0.75em !important
    }

    .gap-xxl-1em {
        gap: 1em !important
    }

    .gap-xxl-8 {
        gap: 8px !important
    }

    .gap-xxl-12 {
        gap: 12px !important
    }

    .gap-xxl-16 {
        gap: 16px !important
    }

    .gap-xxl-20 {
        gap: 20px !important
    }

    .gap-xxl-24 {
        gap: 24px !important
    }

    .gap-xxl-32 {
        gap: 32px !important
    }

    .gap-xxl-40 {
        gap: 40px !important
    }

    .gap-xxl-42 {
        gap: 42px !important
    }

    .gap-xxl-48 {
        gap: 48px !important
    }

    .gap-xxl-60 {
        gap: 60px !important
    }

    .gap-xxl-64 {
        gap: 64px !important
    }

    .gap-xxl-80 {
        gap: 80px !important
    }

    .gap-xxl-100 {
        gap: 100px !important
    }

    .gap-xxl-128 {
        gap: 128px !important
    }

    .gap-xxl-144 {
        gap: 144px !important
    }

    .gap-xxl-176 {
        gap: 176px !important
    }

    .gap-xxl-200 {
        gap: 200px !important
    }

    .gap-xxl-220 {
        gap: 220px !important
    }

    .gap-xxl-254 {
        gap: 254px !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-25em {
        margin: 0.25em !important
    }

    .m-xxl-5em {
        margin: 0.5em !important
    }

    .m-xxl-75em {
        margin: 0.75em !important
    }

    .m-xxl-1em {
        margin: 1em !important
    }

    .m-xxl-8 {
        margin: 8px !important
    }

    .m-xxl-12 {
        margin: 12px !important
    }

    .m-xxl-16 {
        margin: 16px !important
    }

    .m-xxl-20 {
        margin: 20px !important
    }

    .m-xxl-24 {
        margin: 24px !important
    }

    .m-xxl-32 {
        margin: 32px !important
    }

    .m-xxl-40 {
        margin: 40px !important
    }

    .m-xxl-42 {
        margin: 42px !important
    }

    .m-xxl-48 {
        margin: 48px !important
    }

    .m-xxl-60 {
        margin: 60px !important
    }

    .m-xxl-64 {
        margin: 64px !important
    }

    .m-xxl-80 {
        margin: 80px !important
    }

    .m-xxl-100 {
        margin: 100px !important
    }

    .m-xxl-128 {
        margin: 128px !important
    }

    .m-xxl-144 {
        margin: 144px !important
    }

    .m-xxl-176 {
        margin: 176px !important
    }

    .m-xxl-200 {
        margin: 200px !important
    }

    .m-xxl-220 {
        margin: 220px !important
    }

    .m-xxl-254 {
        margin: 254px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-25em {
        margin-right: 0.25em !important;
        margin-left: 0.25em !important
    }

    .mx-xxl-5em {
        margin-right: 0.5em !important;
        margin-left: 0.5em !important
    }

    .mx-xxl-75em {
        margin-right: 0.75em !important;
        margin-left: 0.75em !important
    }

    .mx-xxl-1em {
        margin-right: 1em !important;
        margin-left: 1em !important
    }

    .mx-xxl-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xxl-12 {
        margin-right: 12px !important;
        margin-left: 12px !important
    }

    .mx-xxl-16 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }

    .mx-xxl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxl-24 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }

    .mx-xxl-32 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }

    .mx-xxl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxl-42 {
        margin-right: 42px !important;
        margin-left: 42px !important
    }

    .mx-xxl-48 {
        margin-right: 48px !important;
        margin-left: 48px !important
    }

    .mx-xxl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xxl-64 {
        margin-right: 64px !important;
        margin-left: 64px !important
    }

    .mx-xxl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xxl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xxl-128 {
        margin-right: 128px !important;
        margin-left: 128px !important
    }

    .mx-xxl-144 {
        margin-right: 144px !important;
        margin-left: 144px !important
    }

    .mx-xxl-176 {
        margin-right: 176px !important;
        margin-left: 176px !important
    }

    .mx-xxl-200 {
        margin-right: 200px !important;
        margin-left: 200px !important
    }

    .mx-xxl-220 {
        margin-right: 220px !important;
        margin-left: 220px !important
    }

    .mx-xxl-254 {
        margin-right: 254px !important;
        margin-left: 254px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-25em {
        margin-top: 0.25em !important;
        margin-bottom: 0.25em !important
    }

    .my-xxl-5em {
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important
    }

    .my-xxl-75em {
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important
    }

    .my-xxl-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .my-xxl-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xxl-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important
    }

    .my-xxl-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .my-xxl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxl-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }

    .my-xxl-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }

    .my-xxl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxl-42 {
        margin-top: 42px !important;
        margin-bottom: 42px !important
    }

    .my-xxl-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important
    }

    .my-xxl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xxl-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }

    .my-xxl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xxl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xxl-128 {
        margin-top: 128px !important;
        margin-bottom: 128px !important
    }

    .my-xxl-144 {
        margin-top: 144px !important;
        margin-bottom: 144px !important
    }

    .my-xxl-176 {
        margin-top: 176px !important;
        margin-bottom: 176px !important
    }

    .my-xxl-200 {
        margin-top: 200px !important;
        margin-bottom: 200px !important
    }

    .my-xxl-220 {
        margin-top: 220px !important;
        margin-bottom: 220px !important
    }

    .my-xxl-254 {
        margin-top: 254px !important;
        margin-bottom: 254px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-25em {
        margin-top: 0.25em !important
    }

    .mt-xxl-5em {
        margin-top: 0.5em !important
    }

    .mt-xxl-75em {
        margin-top: 0.75em !important
    }

    .mt-xxl-1em {
        margin-top: 1em !important
    }

    .mt-xxl-8 {
        margin-top: 8px !important
    }

    .mt-xxl-12 {
        margin-top: 12px !important
    }

    .mt-xxl-16 {
        margin-top: 16px !important
    }

    .mt-xxl-20 {
        margin-top: 20px !important
    }

    .mt-xxl-24 {
        margin-top: 24px !important
    }

    .mt-xxl-32 {
        margin-top: 32px !important
    }

    .mt-xxl-40 {
        margin-top: 40px !important
    }

    .mt-xxl-42 {
        margin-top: 42px !important
    }

    .mt-xxl-48 {
        margin-top: 48px !important
    }

    .mt-xxl-60 {
        margin-top: 60px !important
    }

    .mt-xxl-64 {
        margin-top: 64px !important
    }

    .mt-xxl-80 {
        margin-top: 80px !important
    }

    .mt-xxl-100 {
        margin-top: 100px !important
    }

    .mt-xxl-128 {
        margin-top: 128px !important
    }

    .mt-xxl-144 {
        margin-top: 144px !important
    }

    .mt-xxl-176 {
        margin-top: 176px !important
    }

    .mt-xxl-200 {
        margin-top: 200px !important
    }

    .mt-xxl-220 {
        margin-top: 220px !important
    }

    .mt-xxl-254 {
        margin-top: 254px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-25em {
        margin-right: 0.25em !important
    }

    .me-xxl-5em {
        margin-right: 0.5em !important
    }

    .me-xxl-75em {
        margin-right: 0.75em !important
    }

    .me-xxl-1em {
        margin-right: 1em !important
    }

    .me-xxl-8 {
        margin-right: 8px !important
    }

    .me-xxl-12 {
        margin-right: 12px !important
    }

    .me-xxl-16 {
        margin-right: 16px !important
    }

    .me-xxl-20 {
        margin-right: 20px !important
    }

    .me-xxl-24 {
        margin-right: 24px !important
    }

    .me-xxl-32 {
        margin-right: 32px !important
    }

    .me-xxl-40 {
        margin-right: 40px !important
    }

    .me-xxl-42 {
        margin-right: 42px !important
    }

    .me-xxl-48 {
        margin-right: 48px !important
    }

    .me-xxl-60 {
        margin-right: 60px !important
    }

    .me-xxl-64 {
        margin-right: 64px !important
    }

    .me-xxl-80 {
        margin-right: 80px !important
    }

    .me-xxl-100 {
        margin-right: 100px !important
    }

    .me-xxl-128 {
        margin-right: 128px !important
    }

    .me-xxl-144 {
        margin-right: 144px !important
    }

    .me-xxl-176 {
        margin-right: 176px !important
    }

    .me-xxl-200 {
        margin-right: 200px !important
    }

    .me-xxl-220 {
        margin-right: 220px !important
    }

    .me-xxl-254 {
        margin-right: 254px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-25em {
        margin-bottom: 0.25em !important
    }

    .mb-xxl-5em {
        margin-bottom: 0.5em !important
    }

    .mb-xxl-75em {
        margin-bottom: 0.75em !important
    }

    .mb-xxl-1em {
        margin-bottom: 1em !important
    }

    .mb-xxl-8 {
        margin-bottom: 8px !important
    }

    .mb-xxl-12 {
        margin-bottom: 12px !important
    }

    .mb-xxl-16 {
        margin-bottom: 16px !important
    }

    .mb-xxl-20 {
        margin-bottom: 20px !important
    }

    .mb-xxl-24 {
        margin-bottom: 24px !important
    }

    .mb-xxl-32 {
        margin-bottom: 32px !important
    }

    .mb-xxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxl-42 {
        margin-bottom: 42px !important
    }

    .mb-xxl-48 {
        margin-bottom: 48px !important
    }

    .mb-xxl-60 {
        margin-bottom: 60px !important
    }

    .mb-xxl-64 {
        margin-bottom: 64px !important
    }

    .mb-xxl-80 {
        margin-bottom: 80px !important
    }

    .mb-xxl-100 {
        margin-bottom: 100px !important
    }

    .mb-xxl-128 {
        margin-bottom: 128px !important
    }

    .mb-xxl-144 {
        margin-bottom: 144px !important
    }

    .mb-xxl-176 {
        margin-bottom: 176px !important
    }

    .mb-xxl-200 {
        margin-bottom: 200px !important
    }

    .mb-xxl-220 {
        margin-bottom: 220px !important
    }

    .mb-xxl-254 {
        margin-bottom: 254px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-25em {
        margin-left: 0.25em !important
    }

    .ms-xxl-5em {
        margin-left: 0.5em !important
    }

    .ms-xxl-75em {
        margin-left: 0.75em !important
    }

    .ms-xxl-1em {
        margin-left: 1em !important
    }

    .ms-xxl-8 {
        margin-left: 8px !important
    }

    .ms-xxl-12 {
        margin-left: 12px !important
    }

    .ms-xxl-16 {
        margin-left: 16px !important
    }

    .ms-xxl-20 {
        margin-left: 20px !important
    }

    .ms-xxl-24 {
        margin-left: 24px !important
    }

    .ms-xxl-32 {
        margin-left: 32px !important
    }

    .ms-xxl-40 {
        margin-left: 40px !important
    }

    .ms-xxl-42 {
        margin-left: 42px !important
    }

    .ms-xxl-48 {
        margin-left: 48px !important
    }

    .ms-xxl-60 {
        margin-left: 60px !important
    }

    .ms-xxl-64 {
        margin-left: 64px !important
    }

    .ms-xxl-80 {
        margin-left: 80px !important
    }

    .ms-xxl-100 {
        margin-left: 100px !important
    }

    .ms-xxl-128 {
        margin-left: 128px !important
    }

    .ms-xxl-144 {
        margin-left: 144px !important
    }

    .ms-xxl-176 {
        margin-left: 176px !important
    }

    .ms-xxl-200 {
        margin-left: 200px !important
    }

    .ms-xxl-220 {
        margin-left: 220px !important
    }

    .ms-xxl-254 {
        margin-left: 254px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .p-xxl-25em {
        padding: 0.25em !important
    }

    .p-xxl-5em {
        padding: 0.5em !important
    }

    .p-xxl-75em {
        padding: 0.75em !important
    }

    .p-xxl-1em {
        padding: 1em !important
    }

    .p-xxl-8 {
        padding: 8px !important
    }

    .p-xxl-12 {
        padding: 12px !important
    }

    .p-xxl-16 {
        padding: 16px !important
    }

    .p-xxl-20 {
        padding: 20px !important
    }

    .p-xxl-24 {
        padding: 24px !important
    }

    .p-xxl-32 {
        padding: 32px !important
    }

    .p-xxl-40 {
        padding: 40px !important
    }

    .p-xxl-42 {
        padding: 42px !important
    }

    .p-xxl-48 {
        padding: 48px !important
    }

    .p-xxl-60 {
        padding: 60px !important
    }

    .p-xxl-64 {
        padding: 64px !important
    }

    .p-xxl-80 {
        padding: 80px !important
    }

    .p-xxl-100 {
        padding: 100px !important
    }

    .p-xxl-128 {
        padding: 128px !important
    }

    .p-xxl-144 {
        padding: 144px !important
    }

    .p-xxl-176 {
        padding: 176px !important
    }

    .p-xxl-200 {
        padding: 200px !important
    }

    .p-xxl-220 {
        padding: 220px !important
    }

    .p-xxl-254 {
        padding: 254px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-25em {
        padding-right: 0.25em !important;
        padding-left: 0.25em !important
    }

    .px-xxl-5em {
        padding-right: 0.5em !important;
        padding-left: 0.5em !important
    }

    .px-xxl-75em {
        padding-right: 0.75em !important;
        padding-left: 0.75em !important
    }

    .px-xxl-1em {
        padding-right: 1em !important;
        padding-left: 1em !important
    }

    .px-xxl-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xxl-12 {
        padding-right: 12px !important;
        padding-left: 12px !important
    }

    .px-xxl-16 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .px-xxl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxl-24 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .px-xxl-32 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }

    .px-xxl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xxl-42 {
        padding-right: 42px !important;
        padding-left: 42px !important
    }

    .px-xxl-48 {
        padding-right: 48px !important;
        padding-left: 48px !important
    }

    .px-xxl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xxl-64 {
        padding-right: 64px !important;
        padding-left: 64px !important
    }

    .px-xxl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xxl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .px-xxl-128 {
        padding-right: 128px !important;
        padding-left: 128px !important
    }

    .px-xxl-144 {
        padding-right: 144px !important;
        padding-left: 144px !important
    }

    .px-xxl-176 {
        padding-right: 176px !important;
        padding-left: 176px !important
    }

    .px-xxl-200 {
        padding-right: 200px !important;
        padding-left: 200px !important
    }

    .px-xxl-220 {
        padding-right: 220px !important;
        padding-left: 220px !important
    }

    .px-xxl-254 {
        padding-right: 254px !important;
        padding-left: 254px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-25em {
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important
    }

    .py-xxl-5em {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important
    }

    .py-xxl-75em {
        padding-top: 0.75em !important;
        padding-bottom: 0.75em !important
    }

    .py-xxl-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .py-xxl-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xxl-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }

    .py-xxl-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .py-xxl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxl-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .py-xxl-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-xxl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xxl-42 {
        padding-top: 42px !important;
        padding-bottom: 42px !important
    }

    .py-xxl-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .py-xxl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xxl-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .py-xxl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xxl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xxl-128 {
        padding-top: 128px !important;
        padding-bottom: 128px !important
    }

    .py-xxl-144 {
        padding-top: 144px !important;
        padding-bottom: 144px !important
    }

    .py-xxl-176 {
        padding-top: 176px !important;
        padding-bottom: 176px !important
    }

    .py-xxl-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .py-xxl-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important
    }

    .py-xxl-254 {
        padding-top: 254px !important;
        padding-bottom: 254px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-25em {
        padding-top: 0.25em !important
    }

    .pt-xxl-5em {
        padding-top: 0.5em !important
    }

    .pt-xxl-75em {
        padding-top: 0.75em !important
    }

    .pt-xxl-1em {
        padding-top: 1em !important
    }

    .pt-xxl-8 {
        padding-top: 8px !important
    }

    .pt-xxl-12 {
        padding-top: 12px !important
    }

    .pt-xxl-16 {
        padding-top: 16px !important
    }

    .pt-xxl-20 {
        padding-top: 20px !important
    }

    .pt-xxl-24 {
        padding-top: 24px !important
    }

    .pt-xxl-32 {
        padding-top: 32px !important
    }

    .pt-xxl-40 {
        padding-top: 40px !important
    }

    .pt-xxl-42 {
        padding-top: 42px !important
    }

    .pt-xxl-48 {
        padding-top: 48px !important
    }

    .pt-xxl-60 {
        padding-top: 60px !important
    }

    .pt-xxl-64 {
        padding-top: 64px !important
    }

    .pt-xxl-80 {
        padding-top: 80px !important
    }

    .pt-xxl-100 {
        padding-top: 100px !important
    }

    .pt-xxl-128 {
        padding-top: 128px !important
    }

    .pt-xxl-144 {
        padding-top: 144px !important
    }

    .pt-xxl-176 {
        padding-top: 176px !important
    }

    .pt-xxl-200 {
        padding-top: 200px !important
    }

    .pt-xxl-220 {
        padding-top: 220px !important
    }

    .pt-xxl-254 {
        padding-top: 254px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-25em {
        padding-right: 0.25em !important
    }

    .pe-xxl-5em {
        padding-right: 0.5em !important
    }

    .pe-xxl-75em {
        padding-right: 0.75em !important
    }

    .pe-xxl-1em {
        padding-right: 1em !important
    }

    .pe-xxl-8 {
        padding-right: 8px !important
    }

    .pe-xxl-12 {
        padding-right: 12px !important
    }

    .pe-xxl-16 {
        padding-right: 16px !important
    }

    .pe-xxl-20 {
        padding-right: 20px !important
    }

    .pe-xxl-24 {
        padding-right: 24px !important
    }

    .pe-xxl-32 {
        padding-right: 32px !important
    }

    .pe-xxl-40 {
        padding-right: 40px !important
    }

    .pe-xxl-42 {
        padding-right: 42px !important
    }

    .pe-xxl-48 {
        padding-right: 48px !important
    }

    .pe-xxl-60 {
        padding-right: 60px !important
    }

    .pe-xxl-64 {
        padding-right: 64px !important
    }

    .pe-xxl-80 {
        padding-right: 80px !important
    }

    .pe-xxl-100 {
        padding-right: 100px !important
    }

    .pe-xxl-128 {
        padding-right: 128px !important
    }

    .pe-xxl-144 {
        padding-right: 144px !important
    }

    .pe-xxl-176 {
        padding-right: 176px !important
    }

    .pe-xxl-200 {
        padding-right: 200px !important
    }

    .pe-xxl-220 {
        padding-right: 220px !important
    }

    .pe-xxl-254 {
        padding-right: 254px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-25em {
        padding-bottom: 0.25em !important
    }

    .pb-xxl-5em {
        padding-bottom: 0.5em !important
    }

    .pb-xxl-75em {
        padding-bottom: 0.75em !important
    }

    .pb-xxl-1em {
        padding-bottom: 1em !important
    }

    .pb-xxl-8 {
        padding-bottom: 8px !important
    }

    .pb-xxl-12 {
        padding-bottom: 12px !important
    }

    .pb-xxl-16 {
        padding-bottom: 16px !important
    }

    .pb-xxl-20 {
        padding-bottom: 20px !important
    }

    .pb-xxl-24 {
        padding-bottom: 24px !important
    }

    .pb-xxl-32 {
        padding-bottom: 32px !important
    }

    .pb-xxl-40 {
        padding-bottom: 40px !important
    }

    .pb-xxl-42 {
        padding-bottom: 42px !important
    }

    .pb-xxl-48 {
        padding-bottom: 48px !important
    }

    .pb-xxl-60 {
        padding-bottom: 60px !important
    }

    .pb-xxl-64 {
        padding-bottom: 64px !important
    }

    .pb-xxl-80 {
        padding-bottom: 80px !important
    }

    .pb-xxl-100 {
        padding-bottom: 100px !important
    }

    .pb-xxl-128 {
        padding-bottom: 128px !important
    }

    .pb-xxl-144 {
        padding-bottom: 144px !important
    }

    .pb-xxl-176 {
        padding-bottom: 176px !important
    }

    .pb-xxl-200 {
        padding-bottom: 200px !important
    }

    .pb-xxl-220 {
        padding-bottom: 220px !important
    }

    .pb-xxl-254 {
        padding-bottom: 254px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-25em {
        padding-left: 0.25em !important
    }

    .ps-xxl-5em {
        padding-left: 0.5em !important
    }

    .ps-xxl-75em {
        padding-left: 0.75em !important
    }

    .ps-xxl-1em {
        padding-left: 1em !important
    }

    .ps-xxl-8 {
        padding-left: 8px !important
    }

    .ps-xxl-12 {
        padding-left: 12px !important
    }

    .ps-xxl-16 {
        padding-left: 16px !important
    }

    .ps-xxl-20 {
        padding-left: 20px !important
    }

    .ps-xxl-24 {
        padding-left: 24px !important
    }

    .ps-xxl-32 {
        padding-left: 32px !important
    }

    .ps-xxl-40 {
        padding-left: 40px !important
    }

    .ps-xxl-42 {
        padding-left: 42px !important
    }

    .ps-xxl-48 {
        padding-left: 48px !important
    }

    .ps-xxl-60 {
        padding-left: 60px !important
    }

    .ps-xxl-64 {
        padding-left: 64px !important
    }

    .ps-xxl-80 {
        padding-left: 80px !important
    }

    .ps-xxl-100 {
        padding-left: 100px !important
    }

    .ps-xxl-128 {
        padding-left: 128px !important
    }

    .ps-xxl-144 {
        padding-left: 144px !important
    }

    .ps-xxl-176 {
        padding-left: 176px !important
    }

    .ps-xxl-200 {
        padding-left: 200px !important
    }

    .ps-xxl-220 {
        padding-left: 220px !important
    }

    .ps-xxl-254 {
        padding-left: 254px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 3rem !important
    }

    .fs-2 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-container-padding-x-sm: 16px;
    --bs-container-padding-x-md: 16px;
    --bs-container-padding-x-lg: 20px;
    --bs-container-padding-x-xl: 20px;
    --bs-container-padding-x-xxl: 20px
}

.container .container,
.container-fluid .container,
.container-lg .container,
.container-md .container,
.container-sm .container,
.container-xl .container,
.container-xxl .container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:576px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-container-padding-x-sm, 16px);
        padding-left: var(--bs-container-padding-x-sm, 16px)
    }
}

@media (min-width:768px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-container-padding-x-md, 16px);
        padding-left: var(--bs-container-padding-x-md, 16px)
    }
}

@media (min-width:992px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-container-padding-x-lg, 20px);
        padding-left: var(--bs-container-padding-x-lg, 20px)
    }
}

@media (min-width:1240px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-container-padding-x-xl, 20px);
        padding-left: var(--bs-container-padding-x-xl, 20px)
    }
}

@media (min-width:1440px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-container-padding-x-xxl, 20px);
        padding-left: var(--bs-container-padding-x-xxl, 20px)
    }
}

.row {
    --bs-gutter-x-sm: 32px;
    --bs-gutter-x-md: 32px;
    --bs-gutter-x-lg: 40px;
    --bs-gutter-x-xl: 40px;
    --bs-gutter-x-xxl: 40px
}

@media (min-width:576px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x-sm) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x-sm) * 0.5) !important
    }
}

@media (min-width:768px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x-md) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x-md) * 0.5) !important
    }
}

@media (min-width:992px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x-lg) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x-lg) * 0.5) !important
    }
}

@media (min-width:1240px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x-xl) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x-xl) * 0.5) !important
    }
}

@media (min-width:1440px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x-xxl) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x-xxl) * 0.5) !important
    }
}

@media (min-width:576px) {
    .row {
        margin-right: calc(var(--bs-gutter-x-sm) * -0.5) !important;
        margin-left: calc(var(--bs-gutter-x-sm) * -0.5) !important
    }
}

@media (min-width:768px) {
    .row {
        margin-right: calc(var(--bs-gutter-x-md) * -0.5) !important;
        margin-left: calc(var(--bs-gutter-x-md) * -0.5) !important
    }
}

@media (min-width:992px) {
    .row {
        margin-right: calc(var(--bs-gutter-x-lg) * -0.5) !important;
        margin-left: calc(var(--bs-gutter-x-lg) * -0.5) !important
    }
}

@media (min-width:1240px) {
    .row {
        margin-right: calc(var(--bs-gutter-x-xl) * -0.5) !important;
        margin-left: calc(var(--bs-gutter-x-xl) * -0.5) !important
    }
}

@media (min-width:1440px) {
    .row {
        margin-right: calc(var(--bs-gutter-x-xxl) * -0.5) !important;
        margin-left: calc(var(--bs-gutter-x-xxl) * -0.5) !important
    }
}

.offset-r-1 {
    margin-right: 8.33333333%
}

.offset-r-2 {
    margin-right: 16.66666667%
}

.offset-r-3 {
    margin-right: 25%
}

.offset-r-4 {
    margin-right: 33.33333333%
}

.offset-r-5 {
    margin-right: 41.66666667%
}

.offset-r-6 {
    margin-right: 50%
}

.offset-r-7 {
    margin-right: 58.33333333%
}

.offset-r-8 {
    margin-right: 66.66666667%
}

.offset-r-9 {
    margin-right: 75%
}

.offset-r-10 {
    margin-right: 83.33333333%
}

.offset-r-11 {
    margin-right: 91.66666667%
}

@media (min-width:576px) {
    .offset-r-sm-0 {
        margin-right: 0
    }

    .offset-r-sm-1 {
        margin-right: 8.33333333%
    }

    .offset-r-sm-2 {
        margin-right: 16.66666667%
    }

    .offset-r-sm-3 {
        margin-right: 25%
    }

    .offset-r-sm-4 {
        margin-right: 33.33333333%
    }

    .offset-r-sm-5 {
        margin-right: 41.66666667%
    }

    .offset-r-sm-6 {
        margin-right: 50%
    }

    .offset-r-sm-7 {
        margin-right: 58.33333333%
    }

    .offset-r-sm-8 {
        margin-right: 66.66666667%
    }

    .offset-r-sm-9 {
        margin-right: 75%
    }

    .offset-r-sm-10 {
        margin-right: 83.33333333%
    }

    .offset-r-sm-11 {
        margin-right: 91.66666667%
    }
}

@media (min-width:768px) {
    .offset-r-md-0 {
        margin-right: 0
    }

    .offset-r-md-1 {
        margin-right: 8.33333333%
    }

    .offset-r-md-2 {
        margin-right: 16.66666667%
    }

    .offset-r-md-3 {
        margin-right: 25%
    }

    .offset-r-md-4 {
        margin-right: 33.33333333%
    }

    .offset-r-md-5 {
        margin-right: 41.66666667%
    }

    .offset-r-md-6 {
        margin-right: 50%
    }

    .offset-r-md-7 {
        margin-right: 58.33333333%
    }

    .offset-r-md-8 {
        margin-right: 66.66666667%
    }

    .offset-r-md-9 {
        margin-right: 75%
    }

    .offset-r-md-10 {
        margin-right: 83.33333333%
    }

    .offset-r-md-11 {
        margin-right: 91.66666667%
    }
}

@media (min-width:992px) {
    .offset-r-lg-0 {
        margin-right: 0
    }

    .offset-r-lg-1 {
        margin-right: 8.33333333%
    }

    .offset-r-lg-2 {
        margin-right: 16.66666667%
    }

    .offset-r-lg-3 {
        margin-right: 25%
    }

    .offset-r-lg-4 {
        margin-right: 33.33333333%
    }

    .offset-r-lg-5 {
        margin-right: 41.66666667%
    }

    .offset-r-lg-6 {
        margin-right: 50%
    }

    .offset-r-lg-7 {
        margin-right: 58.33333333%
    }

    .offset-r-lg-8 {
        margin-right: 66.66666667%
    }

    .offset-r-lg-9 {
        margin-right: 75%
    }

    .offset-r-lg-10 {
        margin-right: 83.33333333%
    }

    .offset-r-lg-11 {
        margin-right: 91.66666667%
    }
}

@media (min-width:1240px) {
    .offset-r-xl-0 {
        margin-right: 0
    }

    .offset-r-xl-1 {
        margin-right: 8.33333333%
    }

    .offset-r-xl-2 {
        margin-right: 16.66666667%
    }

    .offset-r-xl-3 {
        margin-right: 25%
    }

    .offset-r-xl-4 {
        margin-right: 33.33333333%
    }

    .offset-r-xl-5 {
        margin-right: 41.66666667%
    }

    .offset-r-xl-6 {
        margin-right: 50%
    }

    .offset-r-xl-7 {
        margin-right: 58.33333333%
    }

    .offset-r-xl-8 {
        margin-right: 66.66666667%
    }

    .offset-r-xl-9 {
        margin-right: 75%
    }

    .offset-r-xl-10 {
        margin-right: 83.33333333%
    }

    .offset-r-xl-11 {
        margin-right: 91.66666667%
    }
}

@media (min-width:1440px) {
    .offset-r-xxl-0 {
        margin-right: 0
    }

    .offset-r-xxl-1 {
        margin-right: 8.33333333%
    }

    .offset-r-xxl-2 {
        margin-right: 16.66666667%
    }

    .offset-r-xxl-3 {
        margin-right: 25%
    }

    .offset-r-xxl-4 {
        margin-right: 33.33333333%
    }

    .offset-r-xxl-5 {
        margin-right: 41.66666667%
    }

    .offset-r-xxl-6 {
        margin-right: 50%
    }

    .offset-r-xxl-7 {
        margin-right: 58.33333333%
    }

    .offset-r-xxl-8 {
        margin-right: 66.66666667%
    }

    .offset-r-xxl-9 {
        margin-right: 75%
    }

    .offset-r-xxl-10 {
        margin-right: 83.33333333%
    }

    .offset-r-xxl-11 {
        margin-right: 91.66666667%
    }
}

img {
    max-width: 100%;
    height: auto
}

img.lazyload,
img.lazyloading {
    opacity: 0
}

img.lazyloaded {
    -webkit-transition: opacity 0.7s ease 0s;
    transition: opacity 0.7s ease 0s;
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    img.lazyloaded {
        -webkit-transition: none;
        transition: none
    }
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.container-media-object {
    position: relative
}

.container-media-object .image-object {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.container-media-object .image-object.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        -webkit-transform: translate(0, -24px);
        transform: translate(0, -24px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromTop {
    0% {
        -webkit-transform: translate(0, -24px);
        transform: translate(0, -24px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromTop_Strong {
    0% {
        -webkit-transform: translate(0, -128px);
        transform: translate(0, -128px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromTop_Strong {
    0% {
        -webkit-transform: translate(0, -128px);
        transform: translate(0, -128px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        -webkit-transform: translate(0, 24px);
        transform: translate(0, 24px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromBottom {
    0% {
        -webkit-transform: translate(0, 24px);
        transform: translate(0, 24px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromBottom_Strong {
    0% {
        -webkit-transform: translate(0, 128px);
        transform: translate(0, 128px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromBottom_Strong {
    0% {
        -webkit-transform: translate(0, 128px);
        transform: translate(0, 128px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        -webkit-transform: translateX(24px);
        transform: translateX(24px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideFromRight {
    0% {
        -webkit-transform: translateX(24px);
        transform: translateX(24px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideFromRight_Strong {
    0% {
        -webkit-transform: translate(128px, 0);
        transform: translate(128px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromRight_Strong {
    0% {
        -webkit-transform: translate(128px, 0);
        transform: translate(128px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        -webkit-transform: translate(-24px, 0);
        transform: translate(-24px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromLeft {
    0% {
        -webkit-transform: translate(-24px, 0);
        transform: translate(-24px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes slideFromLeft_Strong {
    0% {
        -webkit-transform: translate(-128px, 0);
        transform: translate(-128px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideFromLeft_Strong {
    0% {
        -webkit-transform: translate(-128px, 0);
        transform: translate(-128px, 0)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes alert-blink {

    0%,
    50%,
    to {
        background-color: #dc3545
    }

    25%,
    75% {
        background-color: rgba(220, 53, 69, 0.2)
    }
}

@keyframes alert-blink {

    0%,
    50%,
    to {
        background-color: #dc3545
    }

    25%,
    75% {
        background-color: rgba(220, 53, 69, 0.2)
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    6% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    11% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    6% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    11% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    28% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    45% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-left {
    0% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateX(-26px);
        transform: translateX(-26px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateX(-13px);
        transform: translateX(-13px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateX(-6.5px);
        transform: translateX(-6.5px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,
    55%,
    75%,
    87%,
    98% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes bounce-left {
    0% {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    24% {
        opacity: 1
    }

    40% {
        -webkit-transform: translateX(-26px);
        transform: translateX(-26px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        -webkit-transform: translateX(-13px);
        transform: translateX(-13px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    82% {
        -webkit-transform: translateX(-6.5px);
        transform: translateX(-6.5px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    93% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    25%,
    55%,
    75%,
    87%,
    98% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    2% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    4% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    8% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    12% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    16% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    20%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    2% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    4% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    8% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    12% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    16% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    20%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.fadein-words .fadein-word {
    -webkit-transition: opacity 2s;
    transition: opacity 2s
}

@media (prefers-reduced-motion:reduce) {
    .fadein-words .fadein-word {
        -webkit-transition: none;
        transition: none
    }
}

.in-view-target {
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    opacity: 0
}

@media (prefers-reduced-motion:reduce) {
    .in-view-target {
        -webkit-transition: none;
        transition: none
    }
}

.in-view-target.in-view.inV-fadeInLeft {
    -webkit-animation: slideFromLeft 0.7s ease 0s forwards, fadeIn 0.7s ease 0s forwards;
    animation: slideFromLeft 0.7s ease 0s forwards, fadeIn 0.7s ease 0s forwards
}

.button-reset {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-align: left
}

.button {
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 32px;
    line-height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(52, 57, 140);
    background-color: rgb(52, 57, 140);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-radius: 2px
}

.button:focus,
.button:hover {
    background-color: transparent;
    color: rgb(52, 57, 140)
}

.button:focus.button-disabled,
.button:hover.button-disabled {
    border-color: rgb(52, 57, 140);
    background-color: transparent;
    color: rgb(52, 57, 140)
}

.button:active {
    background-color: rgb(38, 38, 98);
    border-color: rgb(38, 38, 98);
    color: #000
}

.button.button-disabled,
.button:disabled,
.button[disabled=disabled] {
    background-color: rgb(222, 225, 233);
    border-color: rgb(222, 225, 233);
    color: rgb(105, 116, 136)
}

body .p,
body p {
    font-family: "Work Sans", sans-serif;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.01em
}

body .p-small,
body .small,
body small {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.02em
}

body .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em
}

body .t-breadcrumb {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em
}

body .t-breadcrumb:not(.m-icon) {
    font-family: "Work Sans", sans-serif
}

body .f-serif {
    font-family: "Lora", serif
}

body .f-sansserif {
    font-family: "Work Sans", sans-serif
}

body hr {
    opacity: 1
}

@media (min-width:992px) {

    body .p,
    body p {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em
    }

    body .p-small,
    body .small,
    body small {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 12px
    }

    body .lead {
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.017em
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

body .h1,
body h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em
}

body .h2,
body h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 0.5em
}

body .h3,
body h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 0.5em
}

body .h4,
body h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 0.5em
}

body .h5,
body h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 0.5em
}

body .heading-underline {
    position: relative;
    padding-bottom: 8px
}

body .heading-underline:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: rgb(233, 238, 245)
}

@media (min-width:992px) {

    body .h1,
    body h1 {
        font-size: 42px;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 0.01em;
        margin-bottom: 0.5em
    }

    body .h2,
    body h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: 0.5em
    }

    body .h3,
    body h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 0.5em
    }

    body .h4,
    body h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 0.5em
    }

    body .h5,
    body h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 0.5em
    }
}

.list-unstyled {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.material-symbols-rounded,
.material-symbols-sharp {
    --material-fill: 0;
    --material-wght: 700;
    --material-GRAD: 0;
    --material-opsz: 48;
    font-variation-settings: "FILL" var(--material-fill), "wght" var(--material-wght), "GRAD" var(--material-GRAD), "opsz" var(--material-opsz)
}

.material-symbols-rounded.m-filled,
.material-symbols-sharp.m-filled {
    --material-fill: 1
}

.material-symbols-rounded.m-light,
.material-symbols-sharp.m-light {
    --material-wght: 400
}

.site-navigation {
    position: relative;
    display: none;
    margin-right: auto
}

.site-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.site-navigation .site-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-navigation .site-navigation__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.017em;
    text-decoration: none
}

.site-navigation .site-navigation__list a:hover {
    color: rgb(38, 38, 98)
}

.site-navigation .site-navigation__list>.menu-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 28px
}

.site-navigation .site-navigation__list>.menu-item:last-child {
    margin-right: 0
}

.site-navigation .site-navigation__list>.menu-item-has-children:focus>.sub-menu,
.site-navigation .site-navigation__list>.menu-item-has-children:hover>.sub-menu {
    display: block
}

.site-navigation .site-navigation__list>.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 278px;
    padding-top: 8px
}

.site-navigation .site-navigation__list>.menu-item-has-children>.sub-menu a {
    font-weight: 400;
    letter-spacing: -0.01em
}

.site-navigation .site-navigation__list>.menu-item-has-children>.sub-menu>.menu-item {
    padding: 8px 16px;
    background-color: #fff
}

.site-navigation .site-navigation__list>.menu-item-has-children>.sub-menu .container-sub-menu-icon,
.site-navigation .site-navigation__list>.menu-item-has-children>.sub-menu .sub-menu {
    display: none
}

.site-navigation .site-navigation__list .container-sub-menu-icon {
    height: 24px;
    width: 24px;
    margin-left: 2px
}

.site-navigation .site-navigation__list .container-sub-menu-icon .sub-menu-icon {
    font-size: 24px
}

@media (min-width:992px) {
    .site-navigation {
        display: block
    }
}

.mobile-navigation {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 52px;
    right: -16px;
    width: 320px;
    height: calc(100vh - 52px);
    max-width: 100%;
    z-index: -1;
    pointer-events: none
}

.mobile-navigation.state__is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-navigation.state__is-active a {
    visibility: visible
}

.mobile-navigation a {
    visibility: hidden
}

.mobile-navigation .mobile-navigation-extras,
.mobile-navigation .mobile-navigation__list {
    background-color: #F4F3F8
}

.mobile-navigation .mobile-navigation__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    overflow-y: auto;
    pointer-events: auto
}

.mobile-navigation .mobile-navigation__list a {
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    display: block;
    position: relative;
    padding-right: 46px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.001em;
    text-decoration: none
}

.mobile-navigation .mobile-navigation__list .menu-item {
    position: relative
}

.mobile-navigation .mobile-navigation__list .menu-item.menu-item-has-children.state__is-toggled>.sub-menu {
    display: block
}

.mobile-navigation .mobile-navigation__list .menu-item.current-menu-item>a,
.mobile-navigation .mobile-navigation__list .menu-item:hover>a {
    background-color: #D7D1E9 !important
}

.mobile-navigation .mobile-navigation__list .menu-item.current-menu-item>a:before,
.mobile-navigation .mobile-navigation__list .menu-item:hover>a:before {
    background-color: #774CFF !important
}

.mobile-navigation .mobile-navigation__list>.menu-item>a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #F4F3F8;
    font-weight: 600;
    letter-spacing: 0.001em
}

.mobile-navigation .mobile-navigation__list>.menu-item>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #fff
}

.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 28px;
    background-color: #EBE9F2
}

.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    background-color: #FBFAFF
}

.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 44px;
    padding-right: 20px;
    background-color: #FBFAFF
}

.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>a:before {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 8px;
    background-color: #E0DEE9
}

.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .expand-sub-menu,
.mobile-navigation .mobile-navigation__list>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .sub-menu {
    display: none
}

.mobile-navigation .mobile-navigation__list .expand-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%
}

.mobile-navigation .mobile-navigation__list .expand-sub-menu .material-symbols-sharp {
    width: 24px;
    height: 24px;
    color: #000;
    font-size: 24px
}

.mobile-navigation .mobile-navigation__list .sub-menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: none;
    position: relative
}

.mobile-navigation .mobile-navigation-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 24px
}

.mobile-navigation .mobile-navigation-extras .login-button {
    margin-bottom: 12px
}

.mobile-navigation .mobile-navigation-extras .signup-button {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px
}

@media (min-width:768px) {
    .mobile-navigation {
        top: 52px;
        right: -16px;
        height: calc(100vh - 52px)
    }
}

@media (min-width:992px) {
    .mobile-navigation {
        top: 74px;
        right: -20px;
        height: calc(100vh - 74px);
        width: 444px
    }

    .mobile-navigation .mobile-navigation-extras,
    .mobile-navigation .mobile-navigation__list {
        background-color: #fff
    }

    .mobile-navigation .mobile-navigation__list .location-main_menu {
        display: none
    }

    .mobile-navigation .mobile-navigation__list .menu-item .sub-menu .menu-item>a,
    .mobile-navigation .mobile-navigation__list .menu-item>a {
        background-color: transparent
    }
}

.wrapper-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrapper-page .container-page-sections {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wrapper-page .container-sidebar-nav {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-right: 107px
}

.wrapper-page .sidebar-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px
}

.wrapper-page .sidebar-category__list,
.wrapper-page .sidebar-nav__list {
    margin-bottom: 24px
}

.wrapper-page .sidebar-category__list>.category-item:not(:last-child):after,
.wrapper-page .sidebar-category__list>.page_item:not(:last-child):after,
.wrapper-page .sidebar-nav__list>.category-item:not(:last-child):after,
.wrapper-page .sidebar-nav__list>.page_item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.wrapper-page .sidebar-category__list .category-item,
.wrapper-page .sidebar-category__list .page_item,
.wrapper-page .sidebar-nav__list .category-item,
.wrapper-page .sidebar-nav__list .page_item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgb(243, 245, 248);
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 0.005em
}

.wrapper-page .sidebar-category__list .category-item.current-category-item>a:before,
.wrapper-page .sidebar-category__list .category-item.current_page_item>a:before,
.wrapper-page .sidebar-category__list .page_item.current-category-item>a:before,
.wrapper-page .sidebar-category__list .page_item.current_page_item>a:before,
.wrapper-page .sidebar-nav__list .category-item.current-category-item>a:before,
.wrapper-page .sidebar-nav__list .category-item.current_page_item>a:before,
.wrapper-page .sidebar-nav__list .page_item.current-category-item>a:before,
.wrapper-page .sidebar-nav__list .page_item.current_page_item>a:before {
    background-color: rgb(90, 133, 197)
}

.wrapper-page .sidebar-category__list .category-item .item-title,
.wrapper-page .sidebar-category__list .category-item a,
.wrapper-page .sidebar-category__list .page_item .item-title,
.wrapper-page .sidebar-category__list .page_item a,
.wrapper-page .sidebar-nav__list .category-item .item-title,
.wrapper-page .sidebar-nav__list .category-item a,
.wrapper-page .sidebar-nav__list .page_item .item-title,
.wrapper-page .sidebar-nav__list .page_item a {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 46px;
    border-radius: 5px;
    color: #000;
    text-decoration: none
}

.wrapper-page .sidebar-category__list .category-item .item-title:before,
.wrapper-page .sidebar-category__list .category-item a:before,
.wrapper-page .sidebar-category__list .page_item .item-title:before,
.wrapper-page .sidebar-category__list .page_item a:before,
.wrapper-page .sidebar-nav__list .category-item .item-title:before,
.wrapper-page .sidebar-nav__list .category-item a:before,
.wrapper-page .sidebar-nav__list .page_item .item-title:before,
.wrapper-page .sidebar-nav__list .page_item a:before {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgb(222, 225, 233)
}

.wrapper-page .sidebar-category__list .category-item .item-title:focus:before,
.wrapper-page .sidebar-category__list .category-item .item-title:hover:before,
.wrapper-page .sidebar-category__list .category-item a:focus:before,
.wrapper-page .sidebar-category__list .category-item a:hover:before,
.wrapper-page .sidebar-category__list .page_item .item-title:focus:before,
.wrapper-page .sidebar-category__list .page_item .item-title:hover:before,
.wrapper-page .sidebar-category__list .page_item a:focus:before,
.wrapper-page .sidebar-category__list .page_item a:hover:before,
.wrapper-page .sidebar-nav__list .category-item .item-title:focus:before,
.wrapper-page .sidebar-nav__list .category-item .item-title:hover:before,
.wrapper-page .sidebar-nav__list .category-item a:focus:before,
.wrapper-page .sidebar-nav__list .category-item a:hover:before,
.wrapper-page .sidebar-nav__list .page_item .item-title:focus:before,
.wrapper-page .sidebar-nav__list .page_item .item-title:hover:before,
.wrapper-page .sidebar-nav__list .page_item a:focus:before,
.wrapper-page .sidebar-nav__list .page_item a:hover:before {
    background-color: rgb(90, 133, 197)
}

.wrapper-page .sidebar-category__list .category-item .item-title:hover,
.wrapper-page .sidebar-category__list .category-item a:hover,
.wrapper-page .sidebar-category__list .page_item .item-title:hover,
.wrapper-page .sidebar-category__list .page_item a:hover,
.wrapper-page .sidebar-nav__list .category-item .item-title:hover,
.wrapper-page .sidebar-nav__list .category-item a:hover,
.wrapper-page .sidebar-nav__list .page_item .item-title:hover,
.wrapper-page .sidebar-nav__list .page_item a:hover {
    cursor: pointer
}

.wrapper-page .sidebar-category__list .category-item .page-lock-icon,
.wrapper-page .sidebar-category__list .page_item .page-lock-icon,
.wrapper-page .sidebar-nav__list .category-item .page-lock-icon,
.wrapper-page .sidebar-nav__list .page_item .page-lock-icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: help
}

.wrapper-page .sidebar-category__list .children .page_item,
.wrapper-page .sidebar-nav__list .children .page_item {
    padding-left: 8px
}

.wrapper-page .sidebar-category__list .children .page_item a,
.wrapper-page .sidebar-nav__list .children .page_item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em
}

.wrapper-page .sidebar-category__list .children .children .page_item,
.wrapper-page .sidebar-nav__list .children .children .page_item {
    padding-left: 16px
}

.wrapper-page .sidebar-category__list .children .children .page_item a,
.wrapper-page .sidebar-nav__list .children .children .page_item a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 21px
}

.wrapper-page .sidebar-category__list .toggle-children,
.wrapper-page .sidebar-nav__list .toggle-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px
}

.wrapper-page .sidebar-category__list .toggle-children:not(.collapsed) .material-symbols-sharp,
.wrapper-page .sidebar-nav__list .toggle-children:not(.collapsed) .material-symbols-sharp {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.wrapper-page .sidebar-category__list .toggle-children .material-symbols-sharp,
.wrapper-page .sidebar-nav__list .toggle-children .material-symbols-sharp {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    font-size: 24px
}

.wrapper-page .sidebar-category__list .toggle-categories,
.wrapper-page .sidebar-nav__list .toggle-categories {
    -webkit-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid transparent;
    background-color: rgb(243, 245, 248);
    color: rgb(38, 38, 98);
    font-weight: 600
}

.wrapper-page .sidebar-category__list .toggle-categories:focus,
.wrapper-page .sidebar-category__list .toggle-categories:hover,
.wrapper-page .sidebar-nav__list .toggle-categories:focus,
.wrapper-page .sidebar-nav__list .toggle-categories:hover {
    border-color: rgb(38, 38, 98)
}

.wrapper-page .sidebar-category__list .toggle-categories:not(.collapsed) .collapsed-label,
.wrapper-page .sidebar-nav__list .toggle-categories:not(.collapsed) .collapsed-label {
    display: none
}

.wrapper-page .sidebar-category__list .toggle-categories:not(.collapsed) .expanded-label,
.wrapper-page .sidebar-nav__list .toggle-categories:not(.collapsed) .expanded-label {
    display: block
}

.wrapper-page .sidebar-category__list .toggle-categories:not(.collapsed) .m-icon,
.wrapper-page .sidebar-nav__list .toggle-categories:not(.collapsed) .m-icon {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.wrapper-page .sidebar-category__list .toggle-categories .expanded-label,
.wrapper-page .sidebar-nav__list .toggle-categories .expanded-label {
    display: none
}

.wrapper-page .sidebar-category__list .toggle-categories .m-icon,
.wrapper-page .sidebar-nav__list .toggle-categories .m-icon {
    margin-left: 2px
}

.wrapper-page #sidebar_hiddenCategories>.category-item:not(:last-child):after,
.wrapper-page #sidebar_hiddenCategories>.page_item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.wrapper-page .container-sidebar-post {
    min-height: 185px;
    margin-bottom: 12px;
    padding: 20px;
    background-color: #F3F5F8
}

.wrapper-page .sidebar-post-header {
    margin-bottom: 20px
}

.wrapper-page .sidebar-post-header-title:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    margin-top: 8px;
    border-radius: 100px;
    background-color: rgb(105, 116, 136)
}

.wrapper-page .sidebar-post.posttype-news .sidebar-post-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wrapper-page .sidebar-post.posttype-news .sidebar-post-meta .post-meta:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px
}

.wrapper-page .sidebar-post.posttype-news .sidebar-post-meta .post-meta:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.wrapper-page .sidebar-post.posttype-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-page .sidebar-post.posttype-event .sidebar-post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-page .sidebar-post.posttype-event .post-meta:first-child {
    margin-bottom: 8px
}

.wrapper-page .sidebar-post .sidebar-event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 54px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: rgb(90, 133, 197);
    color: #fff
}

.wrapper-page .sidebar-post .sidebar-event-date .event-day {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em
}

.wrapper-page .sidebar-post .sidebar-event-date .event-month {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-transform: uppercase
}

.wrapper-page .sidebar-post .sidebar-post-title {
    display: block;
    margin-bottom: 8px
}

.wrapper-page .sidebar-post .sidebar-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-page .sidebar-post .sidebar-post-meta .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0
}

.wrapper-page .sidebar-post .sidebar-post-meta .post-meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrapper-page .sidebar-post .sidebar-post-meta .post-meta-list li {
    margin-right: 4px
}

.wrapper-page .sidebar-post .sidebar-post-meta .m-icon {
    margin-right: 4px;
    color: rgb(52, 57, 140);
    font-size: 10px
}

@media (max-width:991.98px) {
    .wrapper-page .container-sidebar-nav.can-toggle-mobile {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 1030;
        background-color: rgb(243, 245, 248)
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile.state__is-toggled {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile.state__is-toggled .sidebar-category__list {
        display: block
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile #close_mobileSidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list {
        display: none
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .category-item.current-category-item>a,
    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .category-item.current_page_item>a,
    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .page_item.current-category-item>a,
    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .page_item.current_page_item>a {
        background-color: rgb(209, 216, 233)
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .category-item>a,
    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .page_item>a {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: -0.01em
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .category-item>a:before,
    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .page_item>a:before {
        display: none
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .collapse:not(.show) {
        display: block
    }

    .wrapper-page .container-sidebar-nav.can-toggle-mobile .sidebar-category__list .toggle-categories {
        display: none
    }
}

@media (min-width:992px) {
    .wrapper-page {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .wrapper-page .sidebar-mobile-header {
        display: none
    }

    .wrapper-page .container-sidebar-nav {
        display: block
    }
}

.container-breadcrumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 8px;
    margin-bottom: 20px
}

.container-breadcrumbs #breadcrumbs-nav__list {
    margin-bottom: 0;
    color: #000;
    line-height: 18px;
    letter-spacing: 0.005em
}

.container-breadcrumbs #breadcrumbs-nav__list a:not(:hover) {
    color: #000
}

.container-breadcrumbs #breadcrumbs-nav__list .breadcrumb-separator {
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width:992px) {
    .container-breadcrumbs {
        padding-top: 16px;
        margin-bottom: 56px
    }

    .container-breadcrumbs #breadcrumbs-nav__list {
        line-height: 10px
    }
}

body a {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    color: rgb(52, 57, 140);
    letter-spacing: -0.01em
}

body a:active,
body a:focus,
body a:hover {
    color: rgb(38, 38, 98)
}

body a.no-deco {
    text-decoration: none
}

.offset-deco {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.offset-deco-pseudo {
    position: relative
}

.offset-deco-pseudo:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    margin-top: 8px;
    border-radius: 100px;
    background-color: rgb(233, 238, 245)
}

.link-with-arrow {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 1.4em;
    padding-bottom: 2px;
    line-height: 1.3em;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.link-with-arrow .link-arrow-icon {
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -1.4em;
    height: 1.3em;
    font-size: inherit
}

.link-with-arrow:focus .link-arrow-icon,
.link-with-arrow:hover .link-arrow-icon {
    left: -1em
}

.container-ext-link {
    background-color: rgb(233, 238, 245);
    padding: 14px 16px;
    border-radius: 5px
}

.ext-link-doc,
.ext-link-page {
    line-height: 1.3em;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.ext-link-doc {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 1.4em;
    padding-bottom: 2px
}

.ext-link-doc .link-doc-icon {
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -1.4em;
    height: 1.3em;
    font-size: inherit;
    color: rgb(52, 57, 140)
}

.ext-link-page {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 1.4em;
    padding-bottom: 2px
}

.ext-link-page .link-page-icon {
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -1.4em;
    height: 1.3em;
    font-size: inherit;
    color: rgb(52, 57, 140)
}

a.block-link {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-indent: -999em !important;
    z-index: 10 !important
}

* {
    outline-color: #2F80ED
}

body.state__no-scroll {
    overflow-y: hidden
}

body.home .site-header {
    background-color: #fff
}

body.home .site-content section:first-of-type {
    margin-top: 52px
}

body:not(.home) .site-content {
    margin-top: 52px
}

@media (min-width:768px) {
    body.home .site-header {
        background-color: transparent
    }

    body.home .site-content section:first-of-type {
        margin-top: 52px
    }

    body:not(.home) .site-content {
        margin-top: 52px
    }
}

@media (min-width:992px) {
    body.home .site-content section:first-of-type {
        margin-top: 198px
    }

    body:not(.home) .site-content {
        margin-top: 198px
    }
}

.site-overlay {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1020;
    pointer-events: none;
    opacity: 0;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%)
}

.site-overlay.state__is-active {
    pointer-events: auto;
    opacity: 1
}

.bg-gray-light {
    background-color: #e9ecef
}

.bg-disabled-light {
    background-color: #E0DEE9
}

.bg-disabled-dark {
    background-color: #716988
}

.bg-primary {
    background-color: rgb(254, 187, 163)
}

.bg-secondary {
    background-color: rgb(105, 244, 174)
}

.bg-accent {
    background-color: rgb(168, 174, 251)
}

.bg-success {
    background-color: #198754
}

.bg-info {
    background-color: #0dcaf0
}

.bg-warning {
    background-color: #ffc107
}

.bg-danger {
    background-color: #B40000
}

.bg-light {
    background-color: #f8f9fa
}

.bg-dark {
    background-color: #212529
}

.bg-brand-blue {
    background-color: rgb(90, 133, 197)
}

.bg-brand-blue-dark {
    background-color: rgb(38, 38, 98)
}

.bg-brand-blue-navy {
    background-color: rgb(52, 57, 140)
}

.bg-brand-blue-pale {
    background-color: rgb(233, 238, 245)
}

.bg-brand-disabled-light {
    background-color: rgb(222, 225, 233)
}

.bg-brand-disabled-dark {
    background-color: rgb(105, 116, 136)
}

.bg-smatter-red {
    background-color: rgb(254, 187, 163)
}

.bg-smatter-blue {
    background-color: rgb(168, 174, 251)
}

.bg-smatter-green {
    background-color: rgb(105, 244, 174)
}

.bg-smatter-yellow {
    background-color: rgb(255, 255, 52)
}

.bg-transparent {
    background-color: transparent
}

.btn-goto-top {
    opacity: 0;
    -webkit-animation: fadeIn 0.5s ease-in-out 1s forwards;
    animation: fadeIn 0.5s ease-in-out 1s forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 45px;
    width: 50px;
    height: 50px;
    z-index: 1030;
    border-radius: 100px;
    background-color: #000
}

.btn-goto-top .m-icon {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    color: #fff;
    font-size: 30px
}

.state__is-transparent {
    opacity: 0 !important
}

.state__is-hidden {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important
}

.state__is-hidden-down {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important
}

.state__is-hidden-up {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important
}

@media (max-width:575.98px) {
    .state__is-hidden-down-sm {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (min-width:576px) {
    .state__is-hidden-up-sm {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (max-width:767.98px) {
    .state__is-hidden-down-md {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (min-width:768px) {
    .state__is-hidden-up-md {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (max-width:991.98px) {
    .state__is-hidden-down-lg {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (min-width:992px) {
    .state__is-hidden-up-lg {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (max-width:1239.98px) {
    .state__is-hidden-down-xl {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (min-width:1240px) {
    .state__is-hidden-up-xl {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (max-width:1439.98px) {
    .state__is-hidden-down-xxl {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

@media (min-width:1440px) {
    .state__is-hidden-up-xxl {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important
    }
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.site-header {
    -webkit-transition: background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s, background-color 0.7s ease 0s;
    transition: transform 0.7s ease 0s, background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030
}

.site-header .container-header-extras {
    display: none;
    background-color: #fff
}

.site-header .header-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0
}

.site-header .search-form.desktop {
    position: relative
}

.site-header .search-form.desktop .search-icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 12px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px
}

.site-header .search-form.desktop .search-field {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    height: 48px;
    width: 427px;
    padding-left: 48px;
    padding-right: 92px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136);
    outline-offset: 0;
    color: rgb(105, 116, 136);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em
}

.site-header .search-form.desktop .search-field.state__is-active {
    color: #000
}

.site-header .search-form.desktop .search-submit {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2px;
    height: 44px;
    width: 90px;
    padding: unset;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.02em
}

.site-header .container-header-main {
    background-color: #fff
}

.site-header .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 52px
}

.site-header .container-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: auto
}

.site-header .container-header-logo.logo-desktop {
    display: none;
    height: 80px
}

.site-header .container-header-logo.logo-mobile {
    padding-top: 6px;
    padding-bottom: 6px
}

.site-header .container-header-logo .header-logo {
    height: auto;
    width: auto;
    max-height: 100%
}

.site-header .toggle-mobile-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px
}

.site-header .toggle-mobile-search .search-icon {
    margin-right: 4px
}

.site-header .container-mobile-search {
    -webkit-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.site-header .container-mobile-search.state__is-toggled {
    top: 100%
}

.site-header .container-mobile-search .search-form.mobile {
    position: relative;
    background-color: #fff
}

.site-header .container-mobile-search .search-form.mobile .search-field {
    height: 48px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 48px
}

.site-header .container-mobile-search .search-form.mobile .search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48px
}

.site-header .container-mobile-search .search-form.mobile .search-submit .search-icon {
    height: 24px;
    width: 24px;
    font-size: 24px
}

.site-header .container-toggle-mobile-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.site-header .toggle-mobile-menu-label {
    padding-left: 12px
}

.site-header .toggle-mobile-menu-label:hover {
    cursor: pointer
}

.site-header .toggle-mobile-menu-label .menu-label-close,
.site-header .toggle-mobile-menu-label .menu-label-open {
    display: none
}

.site-header .toggle-mobile-menu-label .menu-label-close.state__is-active,
.site-header .toggle-mobile-menu-label .menu-label-open.state__is-active {
    display: block
}

.site-header .toggle-mobile-menu {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    position: relative;
    height: 24px;
    width: 24px
}

.site-header .toggle-mobile-menu .container-menu-bar {
    --bs-menu-bar-gap: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 24px;
    height: 2px;
    margin: 0 auto
}

.site-header .toggle-mobile-menu .container-menu-bar .menu-bar {
    -webkit-transition: opacity 0.3s ease 0s, width 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, width 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000
}

.site-header .toggle-mobile-menu .menu-bar-top {
    top: calc(50% - var(--bs-menu-bar-gap))
}

.site-header .toggle-mobile-menu .menu-bar-middle .menu-bar:before {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: inherit
}

.site-header .toggle-mobile-menu .menu-bar-bottom {
    top: calc(50% + var(--bs-menu-bar-gap))
}

.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-bottom .menu-bar,
.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-top .menu-bar {
    width: 0;
    opacity: 0
}

.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-middle .menu-bar {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-middle .menu-bar:before {
    opacity: 1
}

@media (min-width:768px) {
    .site-header .header-extras {
        height: 0
    }

    .site-header .header-main {
        height: 52px
    }
}

@media (min-width:992px) {
    .site-header {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    .site-header .container-header-extras {
        display: block
    }

    .site-header .header-extras {
        height: 124px
    }

    .site-header .container-header-main {
        background-color: #F2F2F2
    }

    .site-header .header-main {
        height: 74px
    }

    .site-header .container-header-logo.logo-desktop {
        display: block
    }

    .site-header .container-header-logo.logo-mobile {
        display: none
    }

    .site-header .container-mobile-search,
    .site-header .toggle-mobile-search {
        display: none
    }

    .site-header .container-toggle-mobile-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .site-header .toggle-mobile-menu-label {
        margin-left: auto;
        padding-right: 12px
    }
}

.site-footer {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgb(90, 133, 197);
    color: #fff
}

.site-footer a:not(:hover) {
    color: #fff
}

.site-footer .f-column-1 {
    margin-bottom: 38px
}

.site-footer .f-column-4 {
    margin-bottom: 60px
}

.site-footer .footer-contact-info p:first-child,
.site-footer .footer-contact-info p:nth-child(3) {
    margin-bottom: 8px
}

.site-footer .footer-contact-info p:nth-child(2),
.site-footer .footer-contact-info p:nth-child(4) {
    margin-bottom: 24px
}

.site-footer .container-column-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(233, 238, 245);
    color: #fff
}

.site-footer .container-column-title:not(.collapsed) .m-icon {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.site-footer .container-column-title .column-title {
    margin-bottom: 0
}

.site-footer .container-column-title .m-icon {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    margin-left: auto
}

.site-footer .column-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-footer .column-links-list .column-link {
    margin-bottom: 16px;
    font-size: 16px
}

.site-footer .column-links-list .column-link a {
    max-width: 182px
}

.site-footer .footer-separator {
    margin-top: 12px;
    margin-bottom: 12px;
    opacity: 1;
    background-color: rgb(233, 238, 245)
}

.site-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .site-footer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .site-footer .f-column {
        margin-bottom: 32px
    }

    .site-footer .collapse:not(.show) {
        display: block
    }
}

@media (min-width:992px) {
    .site-footer .f-column {
        margin-bottom: 0
    }

    .site-footer .container-footer-content {
        height: 172px
    }

    .site-footer .footer-logo {
        height: 24px;
        margin-bottom: 20px
    }
}

.section-search {
    padding-bottom: 100px
}

.section-search .search-title {
    margin-bottom: 16px
}

.section-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136)
}

.section-search .search-form .search-input,
.section-search .search-form .search-submit {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important
}

.section-search .search-form .search-input {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 48px;
    outline-offset: 0;
    border: none
}

.section-search .search-form .search-input::-webkit-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-search .search-form .search-input::-moz-placeholder {
    color: rgb(105, 116, 136)
}

.section-search .search-form .search-input:-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-search .search-form .search-input::-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-search .search-form .search-input::placeholder {
    color: rgb(105, 116, 136)
}

.section-search .search-form .search-submit {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    margin-right: 12px;
    padding: 0
}

.section-search .search-form .search-submit .submit-label {
    display: none
}

.section-search .search-form .search-submit .m-icon {
    color: #000
}

.section-search .search-form>.m-icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 24px
}

.section-search .search-results-title {
    margin-bottom: 20px
}

.section-search .search-result:not(:last-child):after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: rgb(222, 225, 233)
}

.section-search .search-result .result-title {
    margin-bottom: 8px
}

.section-search .search-result .result-locked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-search .search-result .result-locked .m-icon {
    margin-right: 8px
}

.section-search .search-result .relevanssi-query-term {
    color: rgb(52, 57, 140);
    font-weight: 500
}

.section-search .search-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px
}

.section-search .search-pagination .page-numbers {
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 10px;
    border: 1px solid rgb(90, 133, 197);
    color: rgb(90, 133, 197);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-decoration: none
}

.section-search .search-pagination .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.section-search .search-pagination .page-numbers:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.section-search .search-pagination .page-numbers.current,
.section-search .search-pagination .page-numbers:focus:not(.dots),
.section-search .search-pagination .page-numbers:hover:not(.dots) {
    background-color: rgb(90, 133, 197);
    color: #fff
}

.section-search .search-pagination .page-numbers .m-icon {
    font-size: 24px
}

@media (max-width:991.98px) {
    .section-search .search-form .search-submit {
        border-color: transparent;
        background-color: transparent
    }
}

@media (min-width:992px) {
    .section-search {}

    .section-search .search-title {
        margin-bottom: 42px
    }

    .section-search .search-form {
        margin-bottom: 60px
    }

    .section-search .search-form .search-input {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 48px;
        padding-right: 108px
    }

    .section-search .search-form .search-submit {
        margin-right: 0;
        padding: 0 32px
    }

    .section-search .search-form .search-submit .submit-label {
        display: block
    }

    .section-search .search-form .search-submit .m-icon {
        display: none
    }

    .section-search .search-form>.m-icon {
        display: block
    }
}

.section-blog-posts {}

.section-blog-posts .blog-posts-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-blog-posts #open_mobileSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.01em
}

.section-blog-posts #open_mobileSidebar .m-icon {
    margin-right: 4px
}

.section-blog-posts .blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px
}

.section-blog-posts .blog-pagination .page-numbers {
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 10px;
    border: 1px solid rgb(90, 133, 197);
    color: rgb(90, 133, 197);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-decoration: none
}

.section-blog-posts .blog-pagination .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.section-blog-posts .blog-pagination .page-numbers:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.section-blog-posts .blog-pagination .page-numbers.current,
.section-blog-posts .blog-pagination .page-numbers:focus:not(.dots),
.section-blog-posts .blog-pagination .page-numbers:hover:not(.dots) {
    background-color: rgb(90, 133, 197);
    color: #fff
}

.section-blog-posts .blog-pagination .page-numbers .m-icon {
    font-size: 24px
}

@media (min-width:992px) {
    .section-blog-posts #open_mobileSidebar {
        display: none
    }
}

.wrapper-single-post .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-single-post .post-header-contents {
    width: 100%;
    max-width: 598px
}

.wrapper-single-post .post-header-contents .post-title {
    margin-bottom: 8px
}

.wrapper-single-post .post-header-contents .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.wrapper-single-post .post-header-contents .post-meta .m-icon {
    margin-right: 4px
}

.wrapper-single-post .post-header-contents .post-excerpt {
    margin-bottom: 16px
}

.wrapper-single-post .post-share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrapper-single-post .post-share-links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.wrapper-single-post .post-share-links a:first-child {
    margin-right: 8px
}

.wrapper-single-post .post-separator {
    height: 2px;
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: rgb(233, 238, 245)
}

.wrapper-single-post .section-newsletter-signup {
    padding-bottom: 60px
}

@media (min-width:992px) {
    .wrapper-single-post .post-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .wrapper-single-post .post-header-contents {
        margin-right: 16px
    }

    .wrapper-single-post .post-header-contents .post-excerpt {
        margin-bottom: 0
    }

    .wrapper-single-post .post-share-links {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: auto
    }

    .wrapper-single-post .post-separator {
        margin-top: 8px
    }

    .wrapper-single-post .section-newsletter-signup {
        padding-bottom: 100px
    }
}

.archive-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.archive-post .wrapper-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.archive-post .wrapper-post-content:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: rgb(233, 238, 245)
}

.archive-post .post-header {
    margin-bottom: 20px
}

.archive-post .post-header:after {
    content: "";
    display: none;
    position: relative;
    height: 1px;
    border-radius: 100px;
    background-color: rgb(222, 225, 233)
}

.archive-post .container-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.archive-post .container-post-meta .m-icon {
    margin-right: 4px;
    color: rgb(52, 57, 140)
}

.archive-post .container-post-meta .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.archive-post .container-post-meta .post-meta:first-child {
    margin-right: 8px
}

.archive-post .container-post-meta .post-meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.archive-post .container-post-meta .post-meta-list li {
    margin-right: 4px
}

.archive-post .container-post-content {
    display: none;
    margin-bottom: 20px
}

.archive-post .container-post-content .post-content {
    margin-bottom: 12px
}

.archive-post .post-link {
    display: none
}

@media (min-width:992px) {
    .archive-post .post-header:after {
        display: block
    }

    .archive-post .container-post-content {
        display: block
    }

    .archive-post .post-link {
        display: inline-block
    }
}

.archive-post.type-events .event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 54px;
    margin-right: 8px;
    border-radius: 5px;
    background-color: rgb(90, 133, 197);
    color: #fff
}

.archive-post.type-events .event-date .event-day {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em
}

.archive-post.type-events .event-date .event-month {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-transform: uppercase
}

.archive-post.type-events .container-post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.archive-post.type-events .container-post-meta .post-meta:first-child {
    margin-right: 0;
    margin-bottom: 8px
}

@media (min-width:992px) {
    .archive-post.type-events .event-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        height: 72px;
        margin-right: 20px
    }

    .archive-post.type-events .event-date .event-day {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0em
    }

    .archive-post.type-events .event-date .event-month {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;
        text-transform: uppercase
    }

    .archive-post.type-events .container-post-meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .archive-post.type-events .container-post-meta .post-meta:first-child {
        margin-right: 8px;
        margin-bottom: 0
    }
}

.wrapper-single-post.type-events .container-event-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 32px;
    padding-top: 60px;
    padding-bottom: 60px
}

.wrapper-single-post.type-events .container-event-info {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1)
}

.wrapper-single-post.type-events .event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrapper-single-post.type-events .event-info:not(:last-child):after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    content: "";
    display: block;
    position: relative;
    height: 2px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 100px;
    background-color: rgb(222, 225, 233)
}

.wrapper-single-post.type-events .event-info p {
    margin-bottom: 0
}

.wrapper-single-post.type-events .event-info .m-icon {
    margin-right: 8px
}

.wrapper-single-post.type-events .event-info .info-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.wrapper-single-post.type-events .event-info .event-closing-date {
    margin-top: 24px
}

@media (min-width:992px) {
    .wrapper-single-post.type-events .container-event-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        margin-left: 107px;
        margin-bottom: 64px;
        padding-top: 0;
        padding-bottom: 0
    }
}

section table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto
}

section table td,
section table th {
    border: 2px solid rgb(222, 225, 233);
    padding: 8px
}

section table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(105, 116, 136);
    color: #fff
}

.container-general-content {
    position: relative;
    width: 600px;
    max-width: 100%
}

.section-boxes .container-box {
    position: relative;
    border: 1px solid #F3F5F8;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px
}

.section-boxes .container-box.box-type-image {
    min-height: 300px
}

.section-boxes .container-box-title {
    position: relative;
    background-color: rgb(38, 38, 98);
    color: #fff;
    padding: 16px
}

.section-boxes .container-box-title p {
    margin-bottom: 0;
    font-family: "Work Sans", sans-serif
}

.section-boxes .container-box-content {
    padding: 16px
}

.section-boxes .container-media-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .section-boxes .container-box {
        height: 100%;
        min-height: 300px
    }
}

.section-cover {
    position: relative
}

.section-cover .container-media-object {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%
}

@media (max-width:767.98px) {
    .section-cover .container-general-content {
        color: #000;
        width: 100%
    }
}

@media (min-width:768px) {
    .section-cover .container-media-object {
        position: absolute;
        height: 100%
    }
}

.section-latest {}

.section-latest .container-all-news .news-post .date-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-latest .container-all-news .news-post .date-cat .material-symbols-sharp {
    font-size: 10px;
    margin-right: 5px
}

.section-latest .container-all-news .news-post .date-cat .cat,
.section-latest .container-all-news .news-post .date-cat .date {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 0
}

.section-latest .container-all-news .news-post .divider {
    height: 1px;
    width: 90%;
    background-color: #DEE1E9;
    display: none
}

.section-latest .container-all-news .news-post .divider.divider-lg {
    height: 4px;
    width: 100%;
    display: block;
    background-color: rgb(233, 238, 245)
}

.section-latest .container-all-news .news-post .link-with-arrow,
.section-latest .container-all-news .news-post .news-description {
    display: none
}

.section-latest .container-all-news .all-news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-latest .container-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 16px;
    background-color: rgb(243, 245, 248)
}

.section-latest .newsletter-content,
.section-latest .newsletter-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.section-latest .newsletter-content {
    width: 100%;
    margin-bottom: 20px
}

.section-latest .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-latest .gform_wrapper {
    width: 100%
}

.section-latest .gform_wrapper .ginput_container_email {
    margin-bottom: 12px
}

.section-latest .gform_wrapper .ginput_container_email input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_email input::-webkit-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_email input::-moz-placeholder {
    color: rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_email input:-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_email input::-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_email input::placeholder {
    color: rgb(105, 116, 136)
}

.section-latest .gform_wrapper .ginput_container_checkbox {
    margin-bottom: 20px
}

.section-latest .gform_wrapper .ginput_container_checkbox label {
    margin-bottom: 0
}

.section-latest .gform_wrapper .ginput_container_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-latest .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 4px;
    border: 2px solid rgb(105, 116, 136);
    border-radius: 2px;
    background-color: transparent
}

.section-latest .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input:after {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: transparent
}

.section-latest .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input:checked:after {
    background-color: rgb(52, 57, 140)
}

.section-latest .gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-latest .gform_wrapper .gform_footer input[type=submit] {
    width: 100%
}

.section-latest .gform_wrapper .gform_footer input[type=submit]:disabled {
    display: block !important;
    background-color: rgb(222, 225, 233);
    color: rgb(105, 116, 136)
}

.section-latest .container-all-calendar-events .calendar-event-post .pl-0 {
    padding-left: 0 !important
}

.section-latest .container-all-calendar-events .calendar-event-post .event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgb(90, 133, 197);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    height: 80px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 4px
}

.section-latest .container-all-calendar-events .calendar-event-post .event-date .day {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -8px
}

.section-latest .container-all-calendar-events .calendar-event-post .event-date .month {
    font-size: 14px;
    font-weight: 500
}

.section-latest .container-all-calendar-events .calendar-event-post .event-info .cat-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-latest .container-all-calendar-events .calendar-event-post .event-info .cat-place .material-symbols-sharp {
    font-size: 10px;
    margin-right: 5px;
    color: rgb(52, 57, 140)
}

.section-latest .container-all-calendar-events .calendar-event-post .event-info .cat-place .cat,
.section-latest .container-all-calendar-events .calendar-event-post .event-info .cat-place .place {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 0
}

.section-latest .container-all-calendar-events .calendar-event-post .event-info .divider {
    height: 1px;
    width: 100%;
    background-color: #DEE1E9
}

.section-latest .container-all-calendar-events .calendar-event-post .event-info .divider.divider-lg {
    height: 4px
}

.section-latest .container-all-calendar-events .all-calendar-events-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-latest .container-material {
    background-color: rgb(90, 133, 197);
    color: #fff
}

.section-latest .container-material .container-media-object {
    position: relative;
    width: 100%
}

@media (max-width:575.98px) {
    .section-latest .container-material .container-media-object {
        height: 200px
    }
}

@media (min-width:768px) {
    .section-latest {}

    .section-latest .container-col-1,
    .section-latest .container-col-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .section-latest .container-col-1 .container-material,
    .section-latest .container-col-1 .container-newsletter,
    .section-latest .container-col-2 .container-material,
    .section-latest .container-col-2 .container-newsletter {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .section-latest .container-all-news .news-post .divider {
        display: block
    }

    .section-latest .container-all-news .news-post .link-with-arrow,
    .section-latest .container-all-news .news-post .news-description {
        display: inline-block
    }

    .section-latest .newsletter-content {
        max-width: 600px;
        margin-bottom: 24px
    }

    .section-latest .gform_wrapper {
        max-width: 386px
    }

    .section-latest .gform_wrapper .ginput_container_checkbox {
        margin-bottom: 16px
    }

    .section-latest .gform_wrapper .gform_footer input[type=submit] {
        width: auto;
        margin-left: auto
    }

    .section-latest .container-material {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .section-latest .container-material .container-media-object {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.section-newsletter-signup {}

.section-newsletter-signup .container-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 16px;
    background-color: rgb(243, 245, 248)
}

.section-newsletter-signup .newsletter-content,
.section-newsletter-signup .newsletter-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.section-newsletter-signup .newsletter-content {
    width: 100%;
    margin-bottom: 20px
}

.section-newsletter-signup .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-newsletter-signup .gform_wrapper {
    width: 100%
}

.section-newsletter-signup .gform_wrapper .ginput_container_email {
    margin-bottom: 12px
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input::-webkit-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input::-moz-placeholder {
    color: rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input:-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input::-ms-input-placeholder {
    color: rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_email input::placeholder {
    color: rgb(105, 116, 136)
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox {
    margin-bottom: 20px
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox label {
    margin-bottom: 0
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 4px;
    border: 2px solid rgb(105, 116, 136);
    border-radius: 2px;
    background-color: transparent
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input:after {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: transparent
}

.section-newsletter-signup .gform_wrapper .ginput_container_checkbox .gchoice .gfield-choice-input:checked:after {
    background-color: rgb(52, 57, 140)
}

.section-newsletter-signup .gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-newsletter-signup .gform_wrapper .gform_footer input[type=submit] {
    width: 100%
}

.section-newsletter-signup .gform_wrapper .gform_footer input[type=submit]:disabled {
    display: block !important;
    background-color: rgb(222, 225, 233);
    color: rgb(105, 116, 136)
}

@media (min-width:768px) {
    .section-newsletter-signup {}

    .section-newsletter-signup .newsletter-content {
        max-width: 600px;
        margin-bottom: 24px
    }

    .section-newsletter-signup .gform_wrapper {
        max-width: 386px
    }

    .section-newsletter-signup .gform_wrapper .ginput_container_checkbox {
        margin-bottom: 16px
    }

    .section-newsletter-signup .gform_wrapper .gform_footer input[type=submit] {
        width: auto;
        margin-left: auto
    }
}

.section-publisher .container-publisher {
    position: relative;
    border-radius: 2px;
    background-color: rgb(243, 245, 248)
}

.section-publisher .container-publisher-title {
    position: relative;
    background: rgb(52, 57, 140);
    color: #fff;
    border-radius: 2px 2px 0 0;
    padding: 16px
}

.section-publisher .container-publisher-title p {
    margin-bottom: 0
}

.section-publisher .publisher-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-publisher .publisher-content p {
    margin-bottom: 0
}

.section-publisher .publisher-content:not(:last-child) {
    margin-bottom: 12px
}

.section-publisher .publisher-content .publisher-name {
    margin-right: 24px
}

.section-text .container-text-content,
.section-text .container-text-title {
    max-width: 100%
}

.section-vibrations-calculator {}

.section-vibrations-calculator .form-calculator {
    padding: 20px 20px 24px 20px;
    background-color: rgb(243, 245, 248)
}

.section-vibrations-calculator .notes {
    width: 100%;
    /* height: 48px; */
    padding: 12px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136);
    margin-bottom: 20px;
}

.section-vibrations-calculator .vibration-type {
    /* Vertical layout:
    display: ;-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    /* -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    justify-content: space-between;
    margin-bottom: 16px;
    margin-right: 100px;
}

.section-vibrations-calculator .vibration-type label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center */
}

.section-vibrations-calculator .vibration-type label input {
    margin-right: 4px
}

.section-vibrations-calculator .tool-description {
    display: block;
    margin-bottom: 4px
}

.section-vibrations-calculator .tool {
    /* set in vibrations-calc.js
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-vibrations-calculator .tool.fade-in {
    animation: fadeIn 0.6s;
}

.section-vibrations-calculator .tool.fade-out {
    animation: fadeOut 0.4s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.section-vibrations-calculator .separator,
.section-vibrations-calculator .tool:before {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: rgb(222, 225, 233)
}

.section-vibrations-calculator .tool:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.section-vibrations-calculator .tool .tool-column {
    margin-right: 12px
}

.section-vibrations-calculator .tool .tool-column label {
    width: 100%
}

.section-vibrations-calculator .tool .tool-column.vdv-type,
.section-vibrations-calculator .tool .tool-column.type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 12px
}

.section-vibrations-calculator .tool .tool-column.score,
.section-vibrations-calculator .tool .tool-column.vdv-measured,
.section-vibrations-calculator .tool .tool-column.vdv-rectime,
.section-vibrations-calculator .tool .tool-column.vdv-realtime,
.section-vibrations-calculator .tool .tool-column.duration,
.section-vibrations-calculator .tool .tool-column.level {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 110px;
    flex: 0 1 110px
}

/* .section-vibrations-calculator .tool .tool-column.score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0
} */

.section-vibrations-calculator .tool .tool-score,
.section-vibrations-calculator .tool .tool-vdv-measured,
.section-vibrations-calculator .tool .tool-vdv-rectime,
.section-vibrations-calculator .tool .tool-vdv-realtime,
.section-vibrations-calculator .tool .tool-vdv-type,
.section-vibrations-calculator .tool .tool-duration,
.section-vibrations-calculator .tool .tool-level,
.section-vibrations-calculator .tool .tool-type {
    width: 100%;
    height: 48px;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136)
}

.section-vibrations-calculator .tool .tool-score {
    background-color: rgba(var(--bs-brand-blue-pale-rgb), var(--bs-bg-opacity));
}

.section-vibrations-calculator .row-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 10px */
}

.section-vibrations-calculator .row-icon:hover .m-icon {
    color: rgb(52, 57, 140)
}

.section-vibrations-calculator .row-icon .m-icon {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    margin-right: 4px;
    font-size: 16px
}

.section-vibrations-calculator .row-icon .button-text {
    color: rgb(52, 57, 140);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.01em;
}

.section-vibrations-calculator .total-score:before,
.section-vibrations-calculator .total-vdv:before {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: rgb(222, 225, 233)
}

.section-vibrations-calculator #trafficlight[data-light=green] {
    color: #6FCF97
}

.section-vibrations-calculator #trafficlight[data-light=yellow] {
    color: #F2994A
}

.section-vibrations-calculator #trafficlight[data-light=red] {
    color: #EB5757
}

.section-vibrations-calculator .button[type=submit] {
    margin-top: 12px
}

.section-vibrations-calculator .button[type=submit] .m-icon {
    margin-right: 4px
}

@media (min-width:1240px) {
    .section-vibrations-calculator .tool {
        margin-bottom: 12px;
    }

    .section-vibrations-calculator .tool:before {
        /* display: none */
    }

    .section-vibrations-calculator .tool .tool-column {
        margin-right: 12px
    }

    .section-vibrations-calculator .tool .tool-column.type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 420px;
        flex: 0 1 420px;
        margin-right: 12px;
        margin-bottom: 0
    }

    .section-vibrations-calculator .tool .tool-column.vdv-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        margin-right: 12px;
        margin-bottom: 0
    }

    .section-vibrations-calculator .tool .tool-column.tool-score,
    .section-vibrations-calculator .tool .tool-column.vdv-measured,
    .section-vibrations-calculator .tool .tool-column.vdv-realtime,
    .section-vibrations-calculator .tool .tool-column.vdv-recalc,
    .section-vibrations-calculator .tool .tool-column.duration,
    .section-vibrations-calculator .tool .tool-column.level {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90px;
        flex: 0 1 90px
    }

    .section-vibrations-calculator .tool .tool-column.vdv-score,
    .section-vibrations-calculator .tool .tool-column.score {
        padding-bottom: 12px
    }

    .section-vibrations-calculator .row-icon {
        margin-top: 16px;
        margin-bottom: 12px
    }

    .section-vibrations-calculator .row-icon .m-icon {
        font-size: 20px
    }

    .section-vibrations-calculator .row-icon .button-text {
        font-size: 16px;
        line-height: 16px
    }

    .section-vibrations-calculator .total-score:after {
        display: none
    }
}

.ct-access-denied {
    padding-top: 40px;
    background-color: rgb(243, 245, 248)
}

.ct-access-denied .container-login-content,
.ct-access-denied .container-login-form {
    max-width: 600px;
    margin: 0 auto
}

.ct-access-denied .container-login-content {
    margin-bottom: 40px
}

.ct-access-denied .container-login-form {
    padding-top: 48px;
    padding-bottom: 28px;
    padding-left: 108px;
    padding-right: 108px;
    background-color: #fff
}

.ct-access-denied .form-label {
    display: block;
    margin-bottom: 4px
}

.ct-access-denied input[type=password],
.ct-access-denied input[type=text] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid rgb(105, 116, 136)
}

.ct-access-denied #user_login {
    margin-bottom: 24px
}

.ct-access-denied #user_pass {
    margin-bottom: 12px
}

.ct-access-denied .rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ct-access-denied .m-icon {
    margin-right: 4px;
    font-size: 24px
}

.ct-access-denied .m-icon.checked {
    display: none
}

.ct-access-denied #rememberme {
    display: none
}

.ct-access-denied #rememberme:checked~.m-icon.checked {
    display: block
}

.ct-access-denied #rememberme:checked~.m-icon.unchecked {
    display: none
}

.ct-access-denied .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ct-access-denied #wp-submit,
.ct-access-denied .lostpassword {
    margin-bottom: 8px
}

.gform_wrapper label {
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em
}

.gform_wrapper .hidden_label .gfield_label {
    display: none
}

.gform_wrapper .gform_required_legend {
    display: none
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph {
    margin-bottom: 12px !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode label {
    margin-bottom: 4px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    letter-spacing: 0em !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    padding: 12px !important;
    border-radius: 2px !important;
    border: 1px solid rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text::-webkit-input-placeholder {
    color: rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text::-moz-placeholder {
    color: rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text:-ms-input-placeholder {
    color: rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text::-ms-input-placeholder {
    color: rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_text::placeholder {
    color: rgb(105, 116, 136) !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset {
    margin-bottom: 20px !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset label {
    margin-bottom: 0 !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset .mailpoet_checkbox_label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset .mailpoet_checkbox_label .mailpoet_checkbox {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative !important;
    height: 20px !important;
    width: 20px !important;
    margin: 4px !important;
    border: 2px solid rgb(105, 116, 136) !important;
    border-radius: 2px !important;
    background-color: transparent !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset .mailpoet_checkbox_label .mailpoet_checkbox:after {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: transparent
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode fieldset .mailpoet_checkbox_label .mailpoet_checkbox:checked:after {
    background-color: rgb(52, 57, 140)
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit] {
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    width: 100% !important;
    margin: unset !important;
    padding: 16px 32px !important;
    border-color: rgb(52, 57, 140);
    background-color: rgb(52, 57, 140);
    color: #fff
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit]:focus,
.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit]:hover {
    background-color: transparent;
    color: rgb(52, 57, 140)
}

.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit]:focus.button-disabled,
.container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit]:hover.button-disabled {
    border-color: rgb(52, 57, 140);
    background-color: transparent;
    color: rgb(52, 57, 140)
}

@media (min-width:768px) {
    .container-newsletter .mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last input[type=submit] {
        width: auto !important;
        margin-left: auto !important
    }
}

.__dev-breakpoints {
    position: fixed;
    bottom: 24px;
    left: 16px;
    right: auto;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3em 0.7em;
    z-index: 1030;
    border-radius: 5px;
    background-color: #198754;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.07em
}

.__dev-breakpoints:after {
    white-space: pre-wrap;
    content: "X-Small\a< 576px"
}

@media (min-width:576px) {
    .__dev-breakpoints:after {
        content: "Small\a 576px – 767px"
    }
}

@media (min-width:768px) {
    .__dev-breakpoints:after {
        content: "Medium\a 768px – 991px"
    }
}

@media (min-width:992px) {
    .__dev-breakpoints:after {
        content: "Large\a 992px – 1199px"
    }
}

@media (min-width:1240px) {
    .__dev-breakpoints:after {
        content: "X-Large\a 1200px – 1399px"
    }
}

@media (min-width:1440px) {
    .__dev-breakpoints:after {
        content: "XX-Large\a> 1400px"
    }
}

@media (min-width:768px) {
    .__dev-breakpoints {
        left: 24px
    }
}

.__dev-grid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    pointer-events: none
}

.__dev-grid .__dev-grid-column {
    position: relative
}

.__dev-grid .__dev-grid-column:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 16px;
    background-color: #fff
}

.__dev-grid .__dev-grid-column[data-grid-color=grid-color-red]:before {
    background-color: #dc3545
}

.__dev-grid .__dev-grid-column[data-grid-color=grid-color-white]:before {
    background-color: #fff
}

.__dev-grid .__dev-grid-column[data-grid-color=grid-color-black]:before {
    background-color: #000
}

.__dev-container-grid-icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background-color: rgba(0, 0, 0, 0.7)
}

.__dev-grid-settings {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: auto;
    position: fixed;
    right: 0;
    bottom: 24px;
    z-index: 10001;
    background-color: #fff;
    color: #000
}

.__dev-grid-settings:hover {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.__dev-grid-settings .__dev-grid-icon {
    color: #fff;
    font-size: 40px
}

.dev-container-grid-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 250px;
    padding: 20px
}

.dev-container-grid-settings.is-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.dev-container-grid-settings input,
.dev-container-grid-settings label,
.dev-container-grid-settings select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.dev-container-grid-settings #__dev-gridSettingColor {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 6px;
    border-radius: 0;
    border-color: #000;
    background-color: transparent;
    color: #000
}

.dev-container-grid-settings label[for=devGridSettingOpacity] {
    margin-top: 8px
}

.acf-template-notfound {
    padding: 12px 24px;
    border-width: 8px;
    border-color: #dc3545;
    border-style: ridge;
    background-color: #dc3545;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.07em;
    text-align: center
}

.acf-template-notfound strong {
    position: relative;
    font-weight: 500;
    letter-spacing: 0em
}

.acf-template-notfound strong:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    border-bottom: 2px dotted #fff
}