@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf1.ttf") format("truetype");
    font-weight: 100;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf2.ttf") format("truetype");
    font-weight: 200;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf3.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf4.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf5.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf6.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf7.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf8.ttf") format("truetype");
    font-weight: 800;
}
@font-face {
    font-display: swap;
    font-family: "SF Pro";
    src: url("../../assets/fonts/sf-pro/sf9.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "PP Eiko";
    font-weight: 100 900;
    src: url("../../assets/fonts/eiko/PPEiko-Variable.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

#baguetteBox-overlay {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1000000;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    height: 100%;
    margin: 0;
}
#baguetteBox-overlay .full-image img {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
#baguetteBox-overlay .full-image figcaption {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #ccc;
    display: block;
    font-family: "SF Pro";
    line-height: 1.8;
    position: absolute;
    text-align: center;
    white-space: normal;
    width: 100%;
}
#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px;
}
#baguetteBox-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease,
        -moz-transform 0.4s ease;
    white-space: nowrap;
    width: 100%;
}
#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    to {
        margin-left: 0;
    }
}
@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    to {
        margin-left: 0;
    }
}
@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    to {
        margin-left: 0;
    }
}
@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    to {
        margin-left: 0;
    }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    height: 60px;
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
}
.baguetteBox-button {
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    color: #ddd;
    cursor: pointer;
    font: 1.6em sans-serif;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
    right: 2%;
}
.baguetteBox-button#previous-button {
    left: 2%;
}
.baguetteBox-button#close-button {
    height: 30px;
    right: 2%;
    right: calc(2% + 6px);
    top: 20px;
    width: 30px;
}
.baguetteBox-button svg {
    left: 0;
    position: absolute;
    top: 0;
}
.baguetteBox-spinner {
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite;
    background-color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
: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-primary: #7d7d7d;
    --bs-secondary: #aaa;
    --bs-success: #10bf76;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f4f6f9;
    --bs-dark: #212529;
    --bs-font-sans-serif: "SF Pro", "Helvetica Neue", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.15),
        hsla(0, 0%, 100%, 0)
    );
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #505050;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}
hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "PP Eiko", Helvetica Neue, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.53743rem + 3.4491vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 4.12425rem;
    }
}
.h2,
h2 {
    font-size: calc(1.43741rem + 2.24895vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 3.12413rem;
    }
}
.h3,
h3 {
    font-size: calc(1.37498rem + 1.4997vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 2.49975rem;
    }
}
.h4,
h4 {
    font-size: calc(1.31242rem + 0.7491vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.87425rem;
    }
}
.h5,
h5 {
    font-size: calc(1.27496rem + 0.29955vw);
}
@media (min-width: 1200px) {
    .h5,
    h5 {
        font-size: 1.49962rem;
    }
}
.h6,
h6 {
    font-size: 1.125rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
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 {
    background-color: #fcf8e3;
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: #d63384;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.875em;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
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 {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@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"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: initial;
}
[hidden] {
    display: none !important;
}
.lead {
    /* font-size: calc(1.27496rem + 0.29955vw); */
    font-size: 1.1rem;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .lead {
        /* font-size: 1.49962rem; */
        font-size: 1.1rem;
    }
}
.display-1 {
    font-size: calc(1.875rem + 7.5vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 7.5rem;
    }
}
.display-2 {
    font-size: calc(1.75rem + 6vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 6.25rem;
    }
}
.display-3 {
    font-size: calc(1.65715rem + 4.8858vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 5.3215rem;
    }
}
.display-4 {
    font-size: calc(1.55rem + 3.6vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 4.25rem;
    }
}
.display-5 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3.5rem;
    }
}
.display-6 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 3rem;
    }
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.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 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
    width: 100%;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.5rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.5rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 1rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 1rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1.5rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1.5rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 2.25rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 2.25rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 4rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 4rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 5rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 5rem;
}
.g-10,
.gx-10 {
    --bs-gutter-x: 6.25rem;
}
.g-10,
.gy-10 {
    --bs-gutter-y: 6.25rem;
}
.g-12,
.gx-12 {
    --bs-gutter-x: 7.5rem;
}
.g-12,
.gy-12 {
    --bs-gutter-y: 7.5rem;
}
.g-14,
.gx-14 {
    --bs-gutter-x: 8.75rem;
}
.g-14,
.gy-14 {
    --bs-gutter-y: 8.75rem;
}
.g-15,
.gx-15 {
    --bs-gutter-x: 9.375rem;
}
.g-15,
.gy-15 {
    --bs-gutter-y: 9.375rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .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.5rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 2.25rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 2.25rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 5rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 5rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 6.25rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 6.25rem;
    }
    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 7.5rem;
    }
    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 7.5rem;
    }
    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 8.75rem;
    }
    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 8.75rem;
    }
    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 9.375rem;
    }
    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 9.375rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 1rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 1rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 2.25rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 2.25rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 5rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 5rem;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 6.25rem;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 6.25rem;
    }
    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 7.5rem;
    }
    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 7.5rem;
    }
    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 8.75rem;
    }
    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 8.75rem;
    }
    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 9.375rem;
    }
    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 9.375rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 2.25rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 2.25rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 5rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 5rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 6.25rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 6.25rem;
    }
    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 7.5rem;
    }
    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 7.5rem;
    }
    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 8.75rem;
    }
    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 8.75rem;
    }
    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 9.375rem;
    }
    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 9.375rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .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.5rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 2.25rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 2.25rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 5rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 5rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 6.25rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 6.25rem;
    }
    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 7.5rem;
    }
    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 7.5rem;
    }
    .g-xl-14,
    .gx-xl-14 {
        --bs-gutter-x: 8.75rem;
    }
    .g-xl-14,
    .gy-xl-14 {
        --bs-gutter-y: 8.75rem;
    }
    .g-xl-15,
    .gx-xl-15 {
        --bs-gutter-x: 9.375rem;
    }
    .g-xl-15,
    .gy-xl-15 {
        --bs-gutter-y: 9.375rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .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.5rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 2.25rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 2.25rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 5rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 5rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 6.25rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 6.25rem;
    }
    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 7.5rem;
    }
    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 7.5rem;
    }
    .g-xxl-14,
    .gx-xxl-14 {
        --bs-gutter-x: 8.75rem;
    }
    .g-xxl-14,
    .gy-xxl-14 {
        --bs-gutter-y: 8.75rem;
    }
    .g-xxl-15,
    .gx-xxl-15 {
        --bs-gutter-x: 9.375rem;
    }
    .g-xxl-15,
    .gy-xxl-15 {
        --bs-gutter-y: 9.375rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: #f4f6f9;
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: initial;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 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: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    border-color: #bacbe6;
    color: #000;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    border-color: #cbccce;
    color: #000;
}
.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;
    border-color: #bcd0c7;
    color: #000;
}
.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;
    border-color: #badce3;
    color: #000;
}
.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;
    border-color: #e6dbb9;
    color: #000;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    border-color: #dfc2c4;
    color: #000;
}
.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;
    border-color: #dfe0e1;
    color: #000;
}
.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;
    border-color: #373b3e;
    color: #fff;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
.col-form-label {
    font-size: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.875rem + 1px);
    padding-top: calc(0.875rem + 1px);
}
.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
    font-size: 0.875rem;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-text {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.875rem 1.375rem;
    transition: border-color 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not(:read-only) {
    cursor: pointer;
}
.form-control:focus {
    border-color: #86b7fe;
    box-shadow: none;
    color: #212529;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #aaa;
    opacity: 1;
}
.form-control:disabled,
.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.875rem -1.375rem;
    margin-inline-end: 1.375rem;
    padding: 0.875rem 1.375rem;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.875rem -1.375rem;
    margin-inline-end: 1.375rem;
    padding: 0.875rem 1.375rem;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s 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(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    background-color: initial;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.875rem 0;
    width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 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 {
    height: auto;
    max-width: 3rem;
    padding: 0.875rem;
}
.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.25rem;
    height: 1.5em;
}
.form-select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 24px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.875rem 2.25rem 0.875rem 1.375rem;
    width: 100%;
}
.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 1.375rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.5625rem;
    padding-left: 2.3125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -2.3125rem;
}
.form-check-input {
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    height: 1.5625rem;
    margin-top: -0.03125rem;
    vertical-align: top;
    width: 1.5625rem;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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='2' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%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");
    border-color: #0d6efd;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.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 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.form-range {
    -webkit-appearance: none;
    appearance: none;
    background-color: initial;
    height: 1.5rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 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;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
.form-floating > label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem 0.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.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 {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: flex;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3.625rem;
}
.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),
.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.valid-feedback {
    color: #ced4da;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(206, 212, 218, 0.9);
    border-radius: 0.25rem;
    color: #000;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.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: #ced4da;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.25);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #ced4da;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #ced4da;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #ced4da;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #ced4da;
}
.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: 3;
}
.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.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: #dc3545;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.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: 3;
}
.btn {
    background-color: initial;
    border: 0 solid transparent;
    border-radius: 0.25rem;
    color: #505050;
    cursor: pointer;
    display: inline-block;
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.875rem 1.75rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;

    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #505050;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 0.65;
    pointer-events: none;
}
.btn-primary {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #000;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #656565;
    border-color: #656565;
    color: #000;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #656565;
    border-color: #656565;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem transparent;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #000;
}
.btn-secondary {
    background-color: #aaa;
    border-color: #aaa;
    color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #b7b7b7;
    border-color: #b3b3b3;
    color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 56.9%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #bbb;
    border-color: #b3b3b3;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 56.9%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #aaa;
    border-color: #aaa;
    color: #000;
}
.btn-success {
    background-color: #10bf76;
    border-color: #10bf76;
    color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #34c98b;
    border-color: #28c584;
    color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(14, 162, 100, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #40cc91;
    border-color: #28c584;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(14, 162, 100, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #10bf76;
    border-color: #10bf76;
    color: #000;
}
.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    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 {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    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 {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-light {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #f6f7fa;
    border-color: #f5f7fa;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(207, 209, 212, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    background-color: #f6f8fa;
    border-color: #f5f7fa;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(207, 209, 212, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    color: #000;
}
.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    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 {
    background-color: #1a1e21;
    border-color: #191c1f;
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-outline-primary {
    border-color: #7d7d7d;
    color: #7d7d7d;
}
.btn-outline-primary:hover {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #000;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(53, 137, 252, 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 {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(53, 137, 252, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: initial;
    color: #7d7d7d;
}
.btn-outline-secondary {
    border-color: #aaa;
    color: #aaa;
}
.btn-outline-secondary:hover {
    background-color: #aaa;
    border-color: #aaa;
    color: #000;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 66.7%, 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 {
    background-color: #aaa;
    border-color: #aaa;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 66.7%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: initial;
    color: #aaa;
}
.btn-outline-success {
    border-color: #10bf76;
    color: #10bf76;
}
.btn-outline-success:hover {
    background-color: #10bf76;
    border-color: #10bf76;
    color: #000;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(16, 191, 118, 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 {
    background-color: #10bf76;
    border-color: #10bf76;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(16, 191, 118, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: initial;
    color: #10bf76;
}
.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0;
}
.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    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 {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: initial;
    color: #0dcaf0;
}
.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}
.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    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 {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: initial;
    color: #ffc107;
}
.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}
.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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 {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: initial;
    color: #dc3545;
}
.btn-outline-light {
    border-color: #f4f6f9;
    color: #f4f6f9;
}
.btn-outline-light:hover {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(244, 246, 249, 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 {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    color: #000;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(244, 246, 249, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: initial;
    color: #f4f6f9;
}
.btn-outline-dark {
    border-color: #212529;
    color: #212529;
}
.btn-outline-dark:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    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 {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: initial;
    color: #212529;
}
.btn-link {
    color: #0d6efd;
    font-weight: 400;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 1.125rem 2rem;
}
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.75rem;
    padding: 1rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0.125rem;
    top: 100%;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: 0.125rem;
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropend .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: 0.125rem;
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}
.dropdown-item {
    background-color: initial;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: initial;
    color: #adb5bd;
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: 0.98438rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}
.dropdown-item-text {
    color: #212529;
    display: block;
    padding: 0.5rem 1rem;
}
.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
    color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
}
.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 {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.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: flex;
    flex-wrap: wrap;
    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: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
}
.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-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    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: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-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: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    color: black;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    background-color: initial;
    border-color: transparent;
    color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #0d6efd;
    color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}
.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-toggler {
    background-color: initial;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem;
    outline: 0;
    text-decoration: none;
}
.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.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 {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: #000;
}
.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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    word-wrap: break-word;
    background-clip: initial;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem 1rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -0.5rem;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.card-img-overlay {
    border-radius: calc(0.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
.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-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-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-bottom-left-radius: 0;
        border-top-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;
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: 0.5rem;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    border-color: #dee2e6;
    z-index: 2;
}
.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
    z-index: 3;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    font-size: calc(1.26563rem + 0.1875vw);
    padding: 0.75rem 1.5rem;
}
@media (min-width: 1200px) {
    .pagination-lg .page-link {
        font-size: 1.40625rem;
    }
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.98438rem;
    padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.badge {
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: initial;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    background-color: #d7e7fe;
    border-color: #c2dcfe;
    color: #205297;
}
.alert-primary .alert-link {
    color: #1a4279;
}
.alert-secondary {
    background-color: #eee;
    border-color: #e6e6e6;
    color: #666;
}
.alert-secondary .alert-link {
    color: #525252;
}
.alert-success {
    background-color: #cff2e4;
    border-color: #b7ecd6;
    color: #0a7347;
}
.alert-success .alert-link {
    color: #085c39;
}
.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    background-color: #fdfdfe;
    border-color: #fcfcfd;
    color: #626264;
}
.alert-light .alert-link {
    color: #4e4e50;
}
.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619;
}
.alert-dark .alert-link {
    color: #101214;
}
.list-group {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #212529;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    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-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        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-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        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-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        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-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        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-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        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-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -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-primary {
    background-color: #d7e7fe;
    color: #205297;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #c2d0e5;
    color: #205297;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #205297;
    border-color: #205297;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #eee;
    color: #666;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #d6d6d6;
    color: #666;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.list-group-item-success {
    background-color: #cff2e4;
    color: #0a7347;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #badacd;
    color: #0a7347;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #0a7347;
    border-color: #0a7347;
    color: #fff;
}
.list-group-item-info {
    background-color: #cff4fc;
    color: #055160;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff;
}
.list-group-item-light {
    background-color: #fdfdfe;
    color: #626264;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e4e4e5;
    color: #626264;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #626264;
    border-color: #626264;
    color: #fff;
}
.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff;
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: initial;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1060;
}
.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}
.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .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: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.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 {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .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 {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .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 {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .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: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .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: 1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .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;
    }
}
.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1050;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.offcanvas-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}
.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}
.offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 400px;
}
.offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 400px;
}
.offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: 0;
    transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0;
}
.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.link-primary {
    color: #7d7d7d;
}
.link-primary:focus,
.link-primary:hover {
    color: #5da1fd;
}
.link-secondary {
    color: #aaa;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #bbb;
}
.link-success {
    color: #10bf76;
}
.link-success:focus,
.link-success:hover {
    color: #40cc91;
}
.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: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f4f6f9;
}
.link-light:focus,
.link-light:hover {
    color: #f6f8fa;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 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.85714%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.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: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.align-baseline {
    vertical-align: initial !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #7d7d7d !important;
}
.border-secondary {
    border-color: #aaa !important;
}
.border-success {
    border-color: #10bf76 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f4f6f9 !important;
}
.border-dark {
    border-color: #212529 !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-10 {
    max-width: 10rem !important;
}
.mw-20 {
    max-width: 20rem !important;
}
.mw-30 {
    max-width: 30rem !important;
}
.mw-35 {
    max-width: 35rem !important;
}
.mw-40 {
    max-width: 40rem !important;
}
.mw-45 {
    max-width: 45rem !important;
}
.mw-50 {
    max-width: 50rem !important;
}
.mw-60 {
    max-width: 60rem !important;
}
.mw-70 {
    max-width: 70rem !important;
}
.mw-80 {
    max-width: 80rem !important;
}
.mw-90 {
    max-width: 90rem !important;
}
.mw-100 {
    max-width: 100rem !important;
}
.mw-max {
    max-width: 125rem !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-25 {
    height: 25vh !important;
}
.vh-50 {
    height: 50vh !important;
}
.vh-75 {
    height: 75vh !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.5rem !important;
}
.gap-2 {
    gap: 1rem !important;
}
.gap-3 {
    gap: 1.5rem !important;
}
.gap-4 {
    gap: 2.25rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.gap-6 {
    gap: 4rem !important;
}
.gap-8 {
    gap: 5rem !important;
}
.gap-10 {
    gap: 6.25rem !important;
}
.gap-12 {
    gap: 7.5rem !important;
}
.gap-14 {
    gap: 8.75rem !important;
}
.gap-15 {
    gap: 9.375rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.5rem !important;
}
.m-2 {
    margin: 1rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.m-4 {
    margin: 2.25rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-6 {
    margin: 4rem !important;
}
.m-8 {
    margin: 5rem !important;
}
.m-10 {
    margin: 6.25rem !important;
}
.m-12 {
    margin: 7.5rem !important;
}
.m-14 {
    margin: 8.75rem !important;
}
.m-15 {
    margin: 9.375rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-4 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}
.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mx-10 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
}
.mx-12 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
}
.mx-14 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
}
.mx-15 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-2 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-3 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-4 {
    margin-bottom: 2.25rem !important;
    margin-top: 2.25rem !important;
}
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}
.my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
}
.my-10 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
}
.my-12 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
}
.my-14 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
}
.my-15 {
    margin-bottom: 9.375rem !important;
    margin-top: 9.375rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2.25rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-6 {
    margin-top: 4rem !important;
}
.mt-8 {
    margin-top: 5rem !important;
}
.mt-10 {
    margin-top: 6.25rem !important;
}
.mt-12 {
    margin-top: 7.5rem !important;
}
.mt-14 {
    margin-top: 8.75rem !important;
}
.mt-15 {
    margin-top: 9.375rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.5rem !important;
}
.me-2 {
    margin-right: 1rem !important;
}
.me-3 {
    margin-right: 1.5rem !important;
}
.me-4 {
    margin-right: 2.25rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-6 {
    margin-right: 4rem !important;
}
.me-8 {
    margin-right: 5rem !important;
}
.me-10 {
    margin-right: 6.25rem !important;
}
.me-12 {
    margin-right: 7.5rem !important;
}
.me-14 {
    margin-right: 8.75rem !important;
}
.me-15 {
    margin-right: 9.375rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2.25rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-8 {
    margin-bottom: 5rem !important;
}
.mb-10 {
    margin-bottom: 6.25rem !important;
}
.mb-12 {
    margin-bottom: 7.5rem !important;
}
.mb-14 {
    margin-bottom: 8.75rem !important;
}
.mb-15 {
    margin-bottom: 9.375rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.5rem !important;
}
.ms-2 {
    margin-left: 1rem !important;
}
.ms-3 {
    margin-left: 1.5rem !important;
}
.ms-4 {
    margin-left: 2.25rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-6 {
    margin-left: 4rem !important;
}
.ms-8 {
    margin-left: 5rem !important;
}
.ms-10 {
    margin-left: 6.25rem !important;
}
.ms-12 {
    margin-left: 7.5rem !important;
}
.ms-14 {
    margin-left: 8.75rem !important;
}
.ms-15 {
    margin-left: 9.375rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.5rem !important;
}
.m-n2 {
    margin: -1rem !important;
}
.m-n3 {
    margin: -1.5rem !important;
}
.m-n4 {
    margin: -2.25rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.m-n6 {
    margin: -4rem !important;
}
.m-n8 {
    margin: -5rem !important;
}
.m-n10 {
    margin: -6.25rem !important;
}
.m-n12 {
    margin: -7.5rem !important;
}
.m-n14 {
    margin: -8.75rem !important;
}
.m-n15 {
    margin: -9.375rem !important;
}
.mx-n1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}
.mx-n2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mx-n3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
.mx-n4 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
}
.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mx-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mx-n8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mx-n10 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
}
.mx-n12 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
}
.mx-n14 {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
}
.mx-n15 {
    margin-left: -9.375rem !important;
    margin-right: -9.375rem !important;
}
.my-n1 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
}
.my-n2 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
}
.my-n3 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
}
.my-n4 {
    margin-bottom: -2.25rem !important;
    margin-top: -2.25rem !important;
}
.my-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
}
.my-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
}
.my-n8 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
}
.my-n10 {
    margin-bottom: -6.25rem !important;
    margin-top: -6.25rem !important;
}
.my-n12 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important;
}
.my-n14 {
    margin-bottom: -8.75rem !important;
    margin-top: -8.75rem !important;
}
.my-n15 {
    margin-bottom: -9.375rem !important;
    margin-top: -9.375rem !important;
}
.mt-n1 {
    margin-top: -0.5rem !important;
}
.mt-n2 {
    margin-top: -1rem !important;
}
.mt-n3 {
    margin-top: -1.5rem !important;
}
.mt-n4 {
    margin-top: -2.25rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.mt-n6 {
    margin-top: -4rem !important;
}
.mt-n8 {
    margin-top: -5rem !important;
}
.mt-n10 {
    margin-top: -6.25rem !important;
}
.mt-n12 {
    margin-top: -7.5rem !important;
}
.mt-n14 {
    margin-top: -8.75rem !important;
}
.mt-n15 {
    margin-top: -9.375rem !important;
}
.me-n1 {
    margin-right: -0.5rem !important;
}
.me-n2 {
    margin-right: -1rem !important;
}
.me-n3 {
    margin-right: -1.5rem !important;
}
.me-n4 {
    margin-right: -2.25rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.me-n6 {
    margin-right: -4rem !important;
}
.me-n8 {
    margin-right: -5rem !important;
}
.me-n10 {
    margin-right: -6.25rem !important;
}
.me-n12 {
    margin-right: -7.5rem !important;
}
.me-n14 {
    margin-right: -8.75rem !important;
}
.me-n15 {
    margin-right: -9.375rem !important;
}
.mb-n1 {
    margin-bottom: -0.5rem !important;
}
.mb-n2 {
    margin-bottom: -1rem !important;
}
.mb-n3 {
    margin-bottom: -1.5rem !important;
}
.mb-n4 {
    margin-bottom: -2.25rem !important;
}
.mb-n5 {
    margin-bottom: -3rem !important;
}
.mb-n6 {
    margin-bottom: -4rem !important;
}
.mb-n8 {
    margin-bottom: -5rem !important;
}
.mb-n10 {
    margin-bottom: -6.25rem !important;
}
.mb-n12 {
    margin-bottom: -7.5rem !important;
}
.mb-n14 {
    margin-bottom: -8.75rem !important;
}
.mb-n15 {
    margin-bottom: -9.375rem !important;
}
.ms-n1 {
    margin-left: -0.5rem !important;
}
.ms-n2 {
    margin-left: -1rem !important;
}
.ms-n3 {
    margin-left: -1.5rem !important;
}
.ms-n4 {
    margin-left: -2.25rem !important;
}
.ms-n5 {
    margin-left: -3rem !important;
}
.ms-n6 {
    margin-left: -4rem !important;
}
.ms-n8 {
    margin-left: -5rem !important;
}
.ms-n10 {
    margin-left: -6.25rem !important;
}
.ms-n12 {
    margin-left: -7.5rem !important;
}
.ms-n14 {
    margin-left: -8.75rem !important;
}
.ms-n15 {
    margin-left: -9.375rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.p-4 {
    padding: 2.25rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.p-6 {
    padding: 4rem !important;
}
.p-8 {
    padding: 5rem !important;
}
.p-10 {
    padding: 6.25rem !important;
}
.p-12 {
    padding: 7.5rem !important;
}
.p-14 {
    padding: 8.75rem !important;
}
.p-15 {
    padding: 9.375rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-4 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.px-10 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
}
.px-12 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}
.px-14 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
}
.px-15 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-2 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-3 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-4 {
    padding-bottom: 2.25rem !important;
    padding-top: 2.25rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}
.py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}
.py-10 {
    padding-bottom: 6.25rem !important;
    padding-top: 6.25rem !important;
}
.py-12 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important;
}
.py-14 {
    padding-bottom: 8.75rem !important;
    padding-top: 8.75rem !important;
}
.py-15 {
    padding-bottom: 9.375rem !important;
    padding-top: 9.375rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.5rem !important;
}
.pt-2 {
    padding-top: 1rem !important;
}
.pt-3 {
    padding-top: 1.5rem !important;
}
.pt-4 {
    padding-top: 2.25rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pt-6 {
    padding-top: 4rem !important;
}
.pt-8 {
    padding-top: 5rem !important;
}
.pt-10 {
    padding-top: 6.25rem !important;
}
.pt-12 {
    padding-top: 7.5rem !important;
}
.pt-14 {
    padding-top: 8.75rem !important;
}
.pt-15 {
    padding-top: 9.375rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.5rem !important;
}
.pe-2 {
    padding-right: 1rem !important;
}
.pe-3 {
    padding-right: 1.5rem !important;
}
.pe-4 {
    padding-right: 2.25rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pe-6 {
    padding-right: 4rem !important;
}
.pe-8 {
    padding-right: 5rem !important;
}
.pe-10 {
    padding-right: 6.25rem !important;
}
.pe-12 {
    padding-right: 7.5rem !important;
}
.pe-14 {
    padding-right: 8.75rem !important;
}
.pe-15 {
    padding-right: 9.375rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.pb-3 {
    padding-bottom: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 2.25rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-8 {
    padding-bottom: 5rem !important;
}
.pb-10 {
    padding-bottom: 6.25rem !important;
}
.pb-12 {
    padding-bottom: 7.5rem !important;
}
.pb-14 {
    padding-bottom: 8.75rem !important;
}
.pb-15 {
    padding-bottom: 9.375rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.5rem !important;
}
.ps-2 {
    padding-left: 1rem !important;
}
.ps-3 {
    padding-left: 1.5rem !important;
}
.ps-4 {
    padding-left: 2.25rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.ps-6 {
    padding-left: 4rem !important;
}
.ps-8 {
    padding-left: 5rem !important;
}
.ps-10 {
    padding-left: 6.25rem !important;
}
.ps-12 {
    padding-left: 7.5rem !important;
}
.ps-14 {
    padding-left: 8.75rem !important;
}
.ps-15 {
    padding-left: 9.375rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.53743rem + 3.4491vw) !important;
}
.fs-2 {
    font-size: calc(1.43741rem + 2.24895vw) !important;
}
.fs-3 {
    font-size: calc(1.37498rem + 1.4997vw) !important;
}
.fs-4 {
    font-size: calc(1.31242rem + 0.7491vw) !important;
}
.fs-5 {
    font-size: calc(1.27496rem + 0.29955vw) !important;
}
.fs-6 {
    font-size: 1.125rem !important;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-13 {
    font-size: 0.8125rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-24 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    color: #7d7d7d !important;
}
.text-secondary {
    color: #aaa !important;
}
.text-success {
    color: #10bf76 !important;
}
.text-info {
    color: #0dcaf0 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-light {
    color: #f4f6f9 !important;
}
.text-dark {
    color: #212529 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #505050 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.bg-primary {
    background-color: #7d7d7d !important;
}
.bg-secondary {
    background-color: #aaa !important;
}
.bg-success {
    background-color: #10bf76 !important;
}
.bg-info {
    background-color: #0dcaf0 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-light {
    background-color: #f4f6f9 !important;
}
.bg-dark {
    background-color: #212529 !important;
}
.bg-body,
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 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;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.cursor-auto {
    cursor: auto !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-grab {
    cursor: grab !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;
}
.of-contain {
    object-fit: contain !important;
}
.of-cover {
    object-fit: cover !important;
}
.z-index-1 {
    z-index: 10 !important;
}
.z-index-2 {
    z-index: 20 !important;
}
.z-index-3 {
    z-index: 30 !important;
}
.z-index-4 {
    z-index: 40 !important;
}
.z-index-5 {
    z-index: 50 !important;
}
.outline-0 {
    outline: 0 !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.content-visibility-auto {
    content-visibility: auto !important;
}
.content-visibility-size {
    content-visibility: size !important;
}
.content-visibility-layout {
    content-visibility: layout !important;
}
.content-visibility-style {
    content-visibility: style !important;
}
.content-visibility-paint {
    content-visibility: paint !important;
}
.mbm-normal {
    mix-blend-mode: normal !important;
}
.mbm-difference {
    mix-blend-mode: difference !important;
}
.mbm-multiply {
    mix-blend-mode: multiply !important;
}
.column-count-1 {
    column-count: 1 !important;
}
.column-count-2 {
    column-count: 2 !important;
}
.column-count-3 {
    column-count: 3 !important;
}
.column-gap-40 {
    column-gap: 40px !important;
}
.column-gap-60 {
    column-gap: 60px !important;
}
.column-gap-80 {
    column-gap: 80px !important;
}
.column-gap-100 {
    column-gap: 100px !important;
}
.direction-ltr {
    direction: ltr !important;
}
.direction-rtl {
    direction: rtl !important;
}
.max-vh-75 {
    max-height: 75vh !important;
}
.max-vh-100 {
    max-height: 100vh !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: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.5rem !important;
    }
    .gap-sm-2 {
        gap: 1rem !important;
    }
    .gap-sm-3 {
        gap: 1.5rem !important;
    }
    .gap-sm-4 {
        gap: 2.25rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .gap-sm-6 {
        gap: 4rem !important;
    }
    .gap-sm-8 {
        gap: 5rem !important;
    }
    .gap-sm-10 {
        gap: 6.25rem !important;
    }
    .gap-sm-12 {
        gap: 7.5rem !important;
    }
    .gap-sm-14 {
        gap: 8.75rem !important;
    }
    .gap-sm-15 {
        gap: 9.375rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.5rem !important;
    }
    .m-sm-2 {
        margin: 1rem !important;
    }
    .m-sm-3 {
        margin: 1.5rem !important;
    }
    .m-sm-4 {
        margin: 2.25rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-6 {
        margin: 4rem !important;
    }
    .m-sm-8 {
        margin: 5rem !important;
    }
    .m-sm-10 {
        margin: 6.25rem !important;
    }
    .m-sm-12 {
        margin: 7.5rem !important;
    }
    .m-sm-14 {
        margin: 8.75rem !important;
    }
    .m-sm-15 {
        margin: 9.375rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-4 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-sm-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-sm-10 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }
    .mx-sm-12 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-sm-14 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }
    .mx-sm-15 {
        margin-left: 9.375rem !important;
        margin-right: 9.375rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-4 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-sm-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-sm-10 {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
    }
    .my-sm-12 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-sm-14 {
        margin-bottom: 8.75rem !important;
        margin-top: 8.75rem !important;
    }
    .my-sm-15 {
        margin-bottom: 9.375rem !important;
        margin-top: 9.375rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-2 {
        margin-top: 1rem !important;
    }
    .mt-sm-3 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 2.25rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 4rem !important;
    }
    .mt-sm-8 {
        margin-top: 5rem !important;
    }
    .mt-sm-10 {
        margin-top: 6.25rem !important;
    }
    .mt-sm-12 {
        margin-top: 7.5rem !important;
    }
    .mt-sm-14 {
        margin-top: 8.75rem !important;
    }
    .mt-sm-15 {
        margin-top: 9.375rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.5rem !important;
    }
    .me-sm-2 {
        margin-right: 1rem !important;
    }
    .me-sm-3 {
        margin-right: 1.5rem !important;
    }
    .me-sm-4 {
        margin-right: 2.25rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-6 {
        margin-right: 4rem !important;
    }
    .me-sm-8 {
        margin-right: 5rem !important;
    }
    .me-sm-10 {
        margin-right: 6.25rem !important;
    }
    .me-sm-12 {
        margin-right: 7.5rem !important;
    }
    .me-sm-14 {
        margin-right: 8.75rem !important;
    }
    .me-sm-15 {
        margin-right: 9.375rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 2.25rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 6.25rem !important;
    }
    .mb-sm-12 {
        margin-bottom: 7.5rem !important;
    }
    .mb-sm-14 {
        margin-bottom: 8.75rem !important;
    }
    .mb-sm-15 {
        margin-bottom: 9.375rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-2 {
        margin-left: 1rem !important;
    }
    .ms-sm-3 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-4 {
        margin-left: 2.25rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-6 {
        margin-left: 4rem !important;
    }
    .ms-sm-8 {
        margin-left: 5rem !important;
    }
    .ms-sm-10 {
        margin-left: 6.25rem !important;
    }
    .ms-sm-12 {
        margin-left: 7.5rem !important;
    }
    .ms-sm-14 {
        margin-left: 8.75rem !important;
    }
    .ms-sm-15 {
        margin-left: 9.375rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.5rem !important;
    }
    .m-sm-n2 {
        margin: -1rem !important;
    }
    .m-sm-n3 {
        margin: -1.5rem !important;
    }
    .m-sm-n4 {
        margin: -2.25rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .m-sm-n6 {
        margin: -4rem !important;
    }
    .m-sm-n8 {
        margin: -5rem !important;
    }
    .m-sm-n10 {
        margin: -6.25rem !important;
    }
    .m-sm-n12 {
        margin: -7.5rem !important;
    }
    .m-sm-n14 {
        margin: -8.75rem !important;
    }
    .m-sm-n15 {
        margin: -9.375rem !important;
    }
    .mx-sm-n1 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-sm-n2 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-sm-n3 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-sm-n4 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-sm-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-sm-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-sm-n8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-sm-n10 {
        margin-left: -6.25rem !important;
        margin-right: -6.25rem !important;
    }
    .mx-sm-n12 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }
    .mx-sm-n14 {
        margin-left: -8.75rem !important;
        margin-right: -8.75rem !important;
    }
    .mx-sm-n15 {
        margin-left: -9.375rem !important;
        margin-right: -9.375rem !important;
    }
    .my-sm-n1 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-sm-n2 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-sm-n3 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-sm-n4 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important;
    }
    .my-sm-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-sm-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important;
    }
    .my-sm-n8 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important;
    }
    .my-sm-n10 {
        margin-bottom: -6.25rem !important;
        margin-top: -6.25rem !important;
    }
    .my-sm-n12 {
        margin-bottom: -7.5rem !important;
        margin-top: -7.5rem !important;
    }
    .my-sm-n14 {
        margin-bottom: -8.75rem !important;
        margin-top: -8.75rem !important;
    }
    .my-sm-n15 {
        margin-bottom: -9.375rem !important;
        margin-top: -9.375rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n2 {
        margin-top: -1rem !important;
    }
    .mt-sm-n3 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n4 {
        margin-top: -2.25rem !important;
    }
    .mt-sm-n5 {
        margin-top: -3rem !important;
    }
    .mt-sm-n6 {
        margin-top: -4rem !important;
    }
    .mt-sm-n8 {
        margin-top: -5rem !important;
    }
    .mt-sm-n10 {
        margin-top: -6.25rem !important;
    }
    .mt-sm-n12 {
        margin-top: -7.5rem !important;
    }
    .mt-sm-n14 {
        margin-top: -8.75rem !important;
    }
    .mt-sm-n15 {
        margin-top: -9.375rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n2 {
        margin-right: -1rem !important;
    }
    .me-sm-n3 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n4 {
        margin-right: -2.25rem !important;
    }
    .me-sm-n5 {
        margin-right: -3rem !important;
    }
    .me-sm-n6 {
        margin-right: -4rem !important;
    }
    .me-sm-n8 {
        margin-right: -5rem !important;
    }
    .me-sm-n10 {
        margin-right: -6.25rem !important;
    }
    .me-sm-n12 {
        margin-right: -7.5rem !important;
    }
    .me-sm-n14 {
        margin-right: -8.75rem !important;
    }
    .me-sm-n15 {
        margin-right: -9.375rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -2.25rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-sm-n6 {
        margin-bottom: -4rem !important;
    }
    .mb-sm-n8 {
        margin-bottom: -5rem !important;
    }
    .mb-sm-n10 {
        margin-bottom: -6.25rem !important;
    }
    .mb-sm-n12 {
        margin-bottom: -7.5rem !important;
    }
    .mb-sm-n14 {
        margin-bottom: -8.75rem !important;
    }
    .mb-sm-n15 {
        margin-bottom: -9.375rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n2 {
        margin-left: -1rem !important;
    }
    .ms-sm-n3 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n4 {
        margin-left: -2.25rem !important;
    }
    .ms-sm-n5 {
        margin-left: -3rem !important;
    }
    .ms-sm-n6 {
        margin-left: -4rem !important;
    }
    .ms-sm-n8 {
        margin-left: -5rem !important;
    }
    .ms-sm-n10 {
        margin-left: -6.25rem !important;
    }
    .ms-sm-n12 {
        margin-left: -7.5rem !important;
    }
    .ms-sm-n14 {
        margin-left: -8.75rem !important;
    }
    .ms-sm-n15 {
        margin-left: -9.375rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 1rem !important;
    }
    .p-sm-3 {
        padding: 1.5rem !important;
    }
    .p-sm-4 {
        padding: 2.25rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .p-sm-6 {
        padding: 4rem !important;
    }
    .p-sm-8 {
        padding: 5rem !important;
    }
    .p-sm-10 {
        padding: 6.25rem !important;
    }
    .p-sm-12 {
        padding: 7.5rem !important;
    }
    .p-sm-14 {
        padding: 8.75rem !important;
    }
    .p-sm-15 {
        padding: 9.375rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-4 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-sm-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-sm-10 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
    .px-sm-12 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .px-sm-14 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }
    .px-sm-15 {
        padding-left: 9.375rem !important;
        padding-right: 9.375rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-4 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important;
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-sm-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-sm-10 {
        padding-bottom: 6.25rem !important;
        padding-top: 6.25rem !important;
    }
    .py-sm-12 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .py-sm-14 {
        padding-bottom: 8.75rem !important;
        padding-top: 8.75rem !important;
    }
    .py-sm-15 {
        padding-bottom: 9.375rem !important;
        padding-top: 9.375rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-2 {
        padding-top: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 2.25rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 4rem !important;
    }
    .pt-sm-8 {
        padding-top: 5rem !important;
    }
    .pt-sm-10 {
        padding-top: 6.25rem !important;
    }
    .pt-sm-12 {
        padding-top: 7.5rem !important;
    }
    .pt-sm-14 {
        padding-top: 8.75rem !important;
    }
    .pt-sm-15 {
        padding-top: 9.375rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-2 {
        padding-right: 1rem !important;
    }
    .pe-sm-3 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-4 {
        padding-right: 2.25rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pe-sm-6 {
        padding-right: 4rem !important;
    }
    .pe-sm-8 {
        padding-right: 5rem !important;
    }
    .pe-sm-10 {
        padding-right: 6.25rem !important;
    }
    .pe-sm-12 {
        padding-right: 7.5rem !important;
    }
    .pe-sm-14 {
        padding-right: 8.75rem !important;
    }
    .pe-sm-15 {
        padding-right: 9.375rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 2.25rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 6.25rem !important;
    }
    .pb-sm-12 {
        padding-bottom: 7.5rem !important;
    }
    .pb-sm-14 {
        padding-bottom: 8.75rem !important;
    }
    .pb-sm-15 {
        padding-bottom: 9.375rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-2 {
        padding-left: 1rem !important;
    }
    .ps-sm-3 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-4 {
        padding-left: 2.25rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .ps-sm-6 {
        padding-left: 4rem !important;
    }
    .ps-sm-8 {
        padding-left: 5rem !important;
    }
    .ps-sm-10 {
        padding-left: 6.25rem !important;
    }
    .ps-sm-12 {
        padding-left: 7.5rem !important;
    }
    .ps-sm-14 {
        padding-left: 8.75rem !important;
    }
    .ps-sm-15 {
        padding-left: 9.375rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .column-count-sm-1 {
        column-count: 1 !important;
    }
    .column-count-sm-2 {
        column-count: 2 !important;
    }
    .column-count-sm-3 {
        column-count: 3 !important;
    }
    .column-gap-sm-40 {
        column-gap: 40px !important;
    }
    .column-gap-sm-60 {
        column-gap: 60px !important;
    }
    .column-gap-sm-80 {
        column-gap: 80px !important;
    }
    .column-gap-sm-100 {
        column-gap: 100px !important;
    }
    .direction-sm-ltr {
        direction: ltr !important;
    }
    .direction-sm-rtl {
        direction: rtl !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.5rem !important;
    }
    .gap-md-2 {
        gap: 1rem !important;
    }
    .gap-md-3 {
        gap: 1.5rem !important;
    }
    .gap-md-4 {
        gap: 2.25rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .gap-md-6 {
        gap: 4rem !important;
    }
    .gap-md-8 {
        gap: 5rem !important;
    }
    .gap-md-10 {
        gap: 6.25rem !important;
    }
    .gap-md-12 {
        gap: 7.5rem !important;
    }
    .gap-md-14 {
        gap: 8.75rem !important;
    }
    .gap-md-15 {
        gap: 9.375rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.5rem !important;
    }
    .m-md-2 {
        margin: 1rem !important;
    }
    .m-md-3 {
        margin: 1.5rem !important;
    }
    .m-md-4 {
        margin: 2.25rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-6 {
        margin: 4rem !important;
    }
    .m-md-8 {
        margin: 5rem !important;
    }
    .m-md-10 {
        margin: 6.25rem !important;
    }
    .m-md-12 {
        margin: 7.5rem !important;
    }
    .m-md-14 {
        margin: 8.75rem !important;
    }
    .m-md-15 {
        margin: 9.375rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-4 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-md-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-md-10 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }
    .mx-md-12 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-md-14 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }
    .mx-md-15 {
        margin-left: 9.375rem !important;
        margin-right: 9.375rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-4 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-md-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-md-10 {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
    }
    .my-md-12 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-md-14 {
        margin-bottom: 8.75rem !important;
        margin-top: 8.75rem !important;
    }
    .my-md-15 {
        margin-bottom: 9.375rem !important;
        margin-top: 9.375rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.5rem !important;
    }
    .mt-md-2 {
        margin-top: 1rem !important;
    }
    .mt-md-3 {
        margin-top: 1.5rem !important;
    }
    .mt-md-4 {
        margin-top: 2.25rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 4rem !important;
    }
    .mt-md-8 {
        margin-top: 5rem !important;
    }
    .mt-md-10 {
        margin-top: 6.25rem !important;
    }
    .mt-md-12 {
        margin-top: 7.5rem !important;
    }
    .mt-md-14 {
        margin-top: 8.75rem !important;
    }
    .mt-md-15 {
        margin-top: 9.375rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.5rem !important;
    }
    .me-md-2 {
        margin-right: 1rem !important;
    }
    .me-md-3 {
        margin-right: 1.5rem !important;
    }
    .me-md-4 {
        margin-right: 2.25rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-6 {
        margin-right: 4rem !important;
    }
    .me-md-8 {
        margin-right: 5rem !important;
    }
    .me-md-10 {
        margin-right: 6.25rem !important;
    }
    .me-md-12 {
        margin-right: 7.5rem !important;
    }
    .me-md-14 {
        margin-right: 8.75rem !important;
    }
    .me-md-15 {
        margin-right: 9.375rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-2 {
        margin-bottom: 1rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 2.25rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 4rem !important;
    }
    .mb-md-8 {
        margin-bottom: 5rem !important;
    }
    .mb-md-10 {
        margin-bottom: 6.25rem !important;
    }
    .mb-md-12 {
        margin-bottom: 7.5rem !important;
    }
    .mb-md-14 {
        margin-bottom: 8.75rem !important;
    }
    .mb-md-15 {
        margin-bottom: 9.375rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.5rem !important;
    }
    .ms-md-2 {
        margin-left: 1rem !important;
    }
    .ms-md-3 {
        margin-left: 1.5rem !important;
    }
    .ms-md-4 {
        margin-left: 2.25rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-6 {
        margin-left: 4rem !important;
    }
    .ms-md-8 {
        margin-left: 5rem !important;
    }
    .ms-md-10 {
        margin-left: 6.25rem !important;
    }
    .ms-md-12 {
        margin-left: 7.5rem !important;
    }
    .ms-md-14 {
        margin-left: 8.75rem !important;
    }
    .ms-md-15 {
        margin-left: 9.375rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.5rem !important;
    }
    .m-md-n2 {
        margin: -1rem !important;
    }
    .m-md-n3 {
        margin: -1.5rem !important;
    }
    .m-md-n4 {
        margin: -2.25rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .m-md-n6 {
        margin: -4rem !important;
    }
    .m-md-n8 {
        margin: -5rem !important;
    }
    .m-md-n10 {
        margin: -6.25rem !important;
    }
    .m-md-n12 {
        margin: -7.5rem !important;
    }
    .m-md-n14 {
        margin: -8.75rem !important;
    }
    .m-md-n15 {
        margin: -9.375rem !important;
    }
    .mx-md-n1 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-md-n2 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-md-n3 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-md-n4 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-md-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-md-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-md-n8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-md-n10 {
        margin-left: -6.25rem !important;
        margin-right: -6.25rem !important;
    }
    .mx-md-n12 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }
    .mx-md-n14 {
        margin-left: -8.75rem !important;
        margin-right: -8.75rem !important;
    }
    .mx-md-n15 {
        margin-left: -9.375rem !important;
        margin-right: -9.375rem !important;
    }
    .my-md-n1 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-md-n2 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-md-n3 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-md-n4 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important;
    }
    .my-md-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-md-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important;
    }
    .my-md-n8 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important;
    }
    .my-md-n10 {
        margin-bottom: -6.25rem !important;
        margin-top: -6.25rem !important;
    }
    .my-md-n12 {
        margin-bottom: -7.5rem !important;
        margin-top: -7.5rem !important;
    }
    .my-md-n14 {
        margin-bottom: -8.75rem !important;
        margin-top: -8.75rem !important;
    }
    .my-md-n15 {
        margin-bottom: -9.375rem !important;
        margin-top: -9.375rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n2 {
        margin-top: -1rem !important;
    }
    .mt-md-n3 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n4 {
        margin-top: -2.25rem !important;
    }
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
    .mt-md-n6 {
        margin-top: -4rem !important;
    }
    .mt-md-n8 {
        margin-top: -5rem !important;
    }
    .mt-md-n10 {
        margin-top: -6.25rem !important;
    }
    .mt-md-n12 {
        margin-top: -7.5rem !important;
    }
    .mt-md-n14 {
        margin-top: -8.75rem !important;
    }
    .mt-md-n15 {
        margin-top: -9.375rem !important;
    }
    .me-md-n1 {
        margin-right: -0.5rem !important;
    }
    .me-md-n2 {
        margin-right: -1rem !important;
    }
    .me-md-n3 {
        margin-right: -1.5rem !important;
    }
    .me-md-n4 {
        margin-right: -2.25rem !important;
    }
    .me-md-n5 {
        margin-right: -3rem !important;
    }
    .me-md-n6 {
        margin-right: -4rem !important;
    }
    .me-md-n8 {
        margin-right: -5rem !important;
    }
    .me-md-n10 {
        margin-right: -6.25rem !important;
    }
    .me-md-n12 {
        margin-right: -7.5rem !important;
    }
    .me-md-n14 {
        margin-right: -8.75rem !important;
    }
    .me-md-n15 {
        margin-right: -9.375rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -2.25rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-md-n6 {
        margin-bottom: -4rem !important;
    }
    .mb-md-n8 {
        margin-bottom: -5rem !important;
    }
    .mb-md-n10 {
        margin-bottom: -6.25rem !important;
    }
    .mb-md-n12 {
        margin-bottom: -7.5rem !important;
    }
    .mb-md-n14 {
        margin-bottom: -8.75rem !important;
    }
    .mb-md-n15 {
        margin-bottom: -9.375rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n2 {
        margin-left: -1rem !important;
    }
    .ms-md-n3 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n4 {
        margin-left: -2.25rem !important;
    }
    .ms-md-n5 {
        margin-left: -3rem !important;
    }
    .ms-md-n6 {
        margin-left: -4rem !important;
    }
    .ms-md-n8 {
        margin-left: -5rem !important;
    }
    .ms-md-n10 {
        margin-left: -6.25rem !important;
    }
    .ms-md-n12 {
        margin-left: -7.5rem !important;
    }
    .ms-md-n14 {
        margin-left: -8.75rem !important;
    }
    .ms-md-n15 {
        margin-left: -9.375rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.5rem !important;
    }
    .p-md-2 {
        padding: 1rem !important;
    }
    .p-md-3 {
        padding: 1.5rem !important;
    }
    .p-md-4 {
        padding: 2.25rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .p-md-6 {
        padding: 4rem !important;
    }
    .p-md-8 {
        padding: 5rem !important;
    }
    .p-md-10 {
        padding: 6.25rem !important;
    }
    .p-md-12 {
        padding: 7.5rem !important;
    }
    .p-md-14 {
        padding: 8.75rem !important;
    }
    .p-md-15 {
        padding: 9.375rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-4 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-md-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-md-10 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
    .px-md-12 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .px-md-14 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }
    .px-md-15 {
        padding-left: 9.375rem !important;
        padding-right: 9.375rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-4 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important;
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-md-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-md-10 {
        padding-bottom: 6.25rem !important;
        padding-top: 6.25rem !important;
    }
    .py-md-12 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .py-md-14 {
        padding-bottom: 8.75rem !important;
        padding-top: 8.75rem !important;
    }
    .py-md-15 {
        padding-bottom: 9.375rem !important;
        padding-top: 9.375rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.5rem !important;
    }
    .pt-md-2 {
        padding-top: 1rem !important;
    }
    .pt-md-3 {
        padding-top: 1.5rem !important;
    }
    .pt-md-4 {
        padding-top: 2.25rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 4rem !important;
    }
    .pt-md-8 {
        padding-top: 5rem !important;
    }
    .pt-md-10 {
        padding-top: 6.25rem !important;
    }
    .pt-md-12 {
        padding-top: 7.5rem !important;
    }
    .pt-md-14 {
        padding-top: 8.75rem !important;
    }
    .pt-md-15 {
        padding-top: 9.375rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.5rem !important;
    }
    .pe-md-2 {
        padding-right: 1rem !important;
    }
    .pe-md-3 {
        padding-right: 1.5rem !important;
    }
    .pe-md-4 {
        padding-right: 2.25rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pe-md-6 {
        padding-right: 4rem !important;
    }
    .pe-md-8 {
        padding-right: 5rem !important;
    }
    .pe-md-10 {
        padding-right: 6.25rem !important;
    }
    .pe-md-12 {
        padding-right: 7.5rem !important;
    }
    .pe-md-14 {
        padding-right: 8.75rem !important;
    }
    .pe-md-15 {
        padding-right: 9.375rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-2 {
        padding-bottom: 1rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 2.25rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 4rem !important;
    }
    .pb-md-8 {
        padding-bottom: 5rem !important;
    }
    .pb-md-10 {
        padding-bottom: 6.25rem !important;
    }
    .pb-md-12 {
        padding-bottom: 7.5rem !important;
    }
    .pb-md-14 {
        padding-bottom: 8.75rem !important;
    }
    .pb-md-15 {
        padding-bottom: 9.375rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.5rem !important;
    }
    .ps-md-2 {
        padding-left: 1rem !important;
    }
    .ps-md-3 {
        padding-left: 1.5rem !important;
    }
    .ps-md-4 {
        padding-left: 2.25rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .ps-md-6 {
        padding-left: 4rem !important;
    }
    .ps-md-8 {
        padding-left: 5rem !important;
    }
    .ps-md-10 {
        padding-left: 6.25rem !important;
    }
    .ps-md-12 {
        padding-left: 7.5rem !important;
    }
    .ps-md-14 {
        padding-left: 8.75rem !important;
    }
    .ps-md-15 {
        padding-left: 9.375rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .column-count-md-1 {
        column-count: 1 !important;
    }
    .column-count-md-2 {
        column-count: 2 !important;
    }
    .column-count-md-3 {
        column-count: 3 !important;
    }
    .column-gap-md-40 {
        column-gap: 40px !important;
    }
    .column-gap-md-60 {
        column-gap: 60px !important;
    }
    .column-gap-md-80 {
        column-gap: 80px !important;
    }
    .column-gap-md-100 {
        column-gap: 100px !important;
    }
    .direction-md-ltr {
        direction: ltr !important;
    }
    .direction-md-rtl {
        direction: rtl !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: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.5rem !important;
    }
    .gap-lg-2 {
        gap: 1rem !important;
    }
    .gap-lg-3 {
        gap: 1.5rem !important;
    }
    .gap-lg-4 {
        gap: 2.25rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .gap-lg-6 {
        gap: 4rem !important;
    }
    .gap-lg-8 {
        gap: 5rem !important;
    }
    .gap-lg-10 {
        gap: 6.25rem !important;
    }
    .gap-lg-12 {
        gap: 7.5rem !important;
    }
    .gap-lg-14 {
        gap: 8.75rem !important;
    }
    .gap-lg-15 {
        gap: 9.375rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.5rem !important;
    }
    .m-lg-2 {
        margin: 1rem !important;
    }
    .m-lg-3 {
        margin: 1.5rem !important;
    }
    .m-lg-4 {
        margin: 2.25rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-6 {
        margin: 4rem !important;
    }
    .m-lg-8 {
        margin: 5rem !important;
    }
    .m-lg-10 {
        margin: 6.25rem !important;
    }
    .m-lg-12 {
        margin: 7.5rem !important;
    }
    .m-lg-14 {
        margin: 8.75rem !important;
    }
    .m-lg-15 {
        margin: 9.375rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-4 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-lg-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-lg-10 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }
    .mx-lg-12 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-lg-14 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }
    .mx-lg-15 {
        margin-left: 9.375rem !important;
        margin-right: 9.375rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-4 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-lg-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-lg-10 {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
    }
    .my-lg-12 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-lg-14 {
        margin-bottom: 8.75rem !important;
        margin-top: 8.75rem !important;
    }
    .my-lg-15 {
        margin-bottom: 9.375rem !important;
        margin-top: 9.375rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-2 {
        margin-top: 1rem !important;
    }
    .mt-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 2.25rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 4rem !important;
    }
    .mt-lg-8 {
        margin-top: 5rem !important;
    }
    .mt-lg-10 {
        margin-top: 6.25rem !important;
    }
    .mt-lg-12 {
        margin-top: 7.5rem !important;
    }
    .mt-lg-14 {
        margin-top: 8.75rem !important;
    }
    .mt-lg-15 {
        margin-top: 9.375rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.5rem !important;
    }
    .me-lg-2 {
        margin-right: 1rem !important;
    }
    .me-lg-3 {
        margin-right: 1.5rem !important;
    }
    .me-lg-4 {
        margin-right: 2.25rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-6 {
        margin-right: 4rem !important;
    }
    .me-lg-8 {
        margin-right: 5rem !important;
    }
    .me-lg-10 {
        margin-right: 6.25rem !important;
    }
    .me-lg-12 {
        margin-right: 7.5rem !important;
    }
    .me-lg-14 {
        margin-right: 8.75rem !important;
    }
    .me-lg-15 {
        margin-right: 9.375rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 2.25rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 6.25rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 7.5rem !important;
    }
    .mb-lg-14 {
        margin-bottom: 8.75rem !important;
    }
    .mb-lg-15 {
        margin-bottom: 9.375rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-2 {
        margin-left: 1rem !important;
    }
    .ms-lg-3 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-4 {
        margin-left: 2.25rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-6 {
        margin-left: 4rem !important;
    }
    .ms-lg-8 {
        margin-left: 5rem !important;
    }
    .ms-lg-10 {
        margin-left: 6.25rem !important;
    }
    .ms-lg-12 {
        margin-left: 7.5rem !important;
    }
    .ms-lg-14 {
        margin-left: 8.75rem !important;
    }
    .ms-lg-15 {
        margin-left: 9.375rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.5rem !important;
    }
    .m-lg-n2 {
        margin: -1rem !important;
    }
    .m-lg-n3 {
        margin: -1.5rem !important;
    }
    .m-lg-n4 {
        margin: -2.25rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .m-lg-n6 {
        margin: -4rem !important;
    }
    .m-lg-n8 {
        margin: -5rem !important;
    }
    .m-lg-n10 {
        margin: -6.25rem !important;
    }
    .m-lg-n12 {
        margin: -7.5rem !important;
    }
    .m-lg-n14 {
        margin: -8.75rem !important;
    }
    .m-lg-n15 {
        margin: -9.375rem !important;
    }
    .mx-lg-n1 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-lg-n2 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-lg-n3 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-lg-n4 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-lg-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-lg-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-lg-n8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-lg-n10 {
        margin-left: -6.25rem !important;
        margin-right: -6.25rem !important;
    }
    .mx-lg-n12 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }
    .mx-lg-n14 {
        margin-left: -8.75rem !important;
        margin-right: -8.75rem !important;
    }
    .mx-lg-n15 {
        margin-left: -9.375rem !important;
        margin-right: -9.375rem !important;
    }
    .my-lg-n1 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-lg-n2 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-lg-n3 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-lg-n4 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important;
    }
    .my-lg-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-lg-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important;
    }
    .my-lg-n8 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important;
    }
    .my-lg-n10 {
        margin-bottom: -6.25rem !important;
        margin-top: -6.25rem !important;
    }
    .my-lg-n12 {
        margin-bottom: -7.5rem !important;
        margin-top: -7.5rem !important;
    }
    .my-lg-n14 {
        margin-bottom: -8.75rem !important;
        margin-top: -8.75rem !important;
    }
    .my-lg-n15 {
        margin-bottom: -9.375rem !important;
        margin-top: -9.375rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n2 {
        margin-top: -1rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n4 {
        margin-top: -2.25rem !important;
    }
    .mt-lg-n5 {
        margin-top: -3rem !important;
    }
    .mt-lg-n6 {
        margin-top: -4rem !important;
    }
    .mt-lg-n8 {
        margin-top: -5rem !important;
    }
    .mt-lg-n10 {
        margin-top: -6.25rem !important;
    }
    .mt-lg-n12 {
        margin-top: -7.5rem !important;
    }
    .mt-lg-n14 {
        margin-top: -8.75rem !important;
    }
    .mt-lg-n15 {
        margin-top: -9.375rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n2 {
        margin-right: -1rem !important;
    }
    .me-lg-n3 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n4 {
        margin-right: -2.25rem !important;
    }
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
    .me-lg-n6 {
        margin-right: -4rem !important;
    }
    .me-lg-n8 {
        margin-right: -5rem !important;
    }
    .me-lg-n10 {
        margin-right: -6.25rem !important;
    }
    .me-lg-n12 {
        margin-right: -7.5rem !important;
    }
    .me-lg-n14 {
        margin-right: -8.75rem !important;
    }
    .me-lg-n15 {
        margin-right: -9.375rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -2.25rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-lg-n6 {
        margin-bottom: -4rem !important;
    }
    .mb-lg-n8 {
        margin-bottom: -5rem !important;
    }
    .mb-lg-n10 {
        margin-bottom: -6.25rem !important;
    }
    .mb-lg-n12 {
        margin-bottom: -7.5rem !important;
    }
    .mb-lg-n14 {
        margin-bottom: -8.75rem !important;
    }
    .mb-lg-n15 {
        margin-bottom: -9.375rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n2 {
        margin-left: -1rem !important;
    }
    .ms-lg-n3 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n4 {
        margin-left: -2.25rem !important;
    }
    .ms-lg-n5 {
        margin-left: -3rem !important;
    }
    .ms-lg-n6 {
        margin-left: -4rem !important;
    }
    .ms-lg-n8 {
        margin-left: -5rem !important;
    }
    .ms-lg-n10 {
        margin-left: -6.25rem !important;
    }
    .ms-lg-n12 {
        margin-left: -7.5rem !important;
    }
    .ms-lg-n14 {
        margin-left: -8.75rem !important;
    }
    .ms-lg-n15 {
        margin-left: -9.375rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 1rem !important;
    }
    .p-lg-3 {
        padding: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 2.25rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .p-lg-6 {
        padding: 4rem !important;
    }
    .p-lg-8 {
        padding: 5rem !important;
    }
    .p-lg-10 {
        padding: 6.25rem !important;
    }
    .p-lg-12 {
        padding: 7.5rem !important;
    }
    .p-lg-14 {
        padding: 8.75rem !important;
    }
    .p-lg-15 {
        padding: 9.375rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-4 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-lg-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-lg-10 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
    .px-lg-12 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .px-lg-14 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }
    .px-lg-15 {
        padding-left: 9.375rem !important;
        padding-right: 9.375rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-4 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important;
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-lg-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-lg-10 {
        padding-bottom: 6.25rem !important;
        padding-top: 6.25rem !important;
    }
    .py-lg-12 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .py-lg-14 {
        padding-bottom: 8.75rem !important;
        padding-top: 8.75rem !important;
    }
    .py-lg-15 {
        padding-bottom: 9.375rem !important;
        padding-top: 9.375rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-2 {
        padding-top: 1rem !important;
    }
    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 2.25rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 4rem !important;
    }
    .pt-lg-8 {
        padding-top: 5rem !important;
    }
    .pt-lg-10 {
        padding-top: 6.25rem !important;
    }
    .pt-lg-12 {
        padding-top: 7.5rem !important;
    }
    .pt-lg-14 {
        padding-top: 8.75rem !important;
    }
    .pt-lg-15 {
        padding-top: 9.375rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-2 {
        padding-right: 1rem !important;
    }
    .pe-lg-3 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-4 {
        padding-right: 2.25rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pe-lg-6 {
        padding-right: 4rem !important;
    }
    .pe-lg-8 {
        padding-right: 5rem !important;
    }
    .pe-lg-10 {
        padding-right: 6.25rem !important;
    }
    .pe-lg-12 {
        padding-right: 7.5rem !important;
    }
    .pe-lg-14 {
        padding-right: 8.75rem !important;
    }
    .pe-lg-15 {
        padding-right: 9.375rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 2.25rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 6.25rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 7.5rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 8.75rem !important;
    }
    .pb-lg-15 {
        padding-bottom: 9.375rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-2 {
        padding-left: 1rem !important;
    }
    .ps-lg-3 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-4 {
        padding-left: 2.25rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .ps-lg-6 {
        padding-left: 4rem !important;
    }
    .ps-lg-8 {
        padding-left: 5rem !important;
    }
    .ps-lg-10 {
        padding-left: 6.25rem !important;
    }
    .ps-lg-12 {
        padding-left: 7.5rem !important;
    }
    .ps-lg-14 {
        padding-left: 8.75rem !important;
    }
    .ps-lg-15 {
        padding-left: 9.375rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .column-count-lg-1 {
        column-count: 1 !important;
    }
    .column-count-lg-2 {
        column-count: 2 !important;
    }
    .column-count-lg-3 {
        column-count: 3 !important;
    }
    .column-gap-lg-40 {
        column-gap: 40px !important;
    }
    .column-gap-lg-60 {
        column-gap: 60px !important;
    }
    .column-gap-lg-80 {
        column-gap: 80px !important;
    }
    .column-gap-lg-100 {
        column-gap: 100px !important;
    }
    .direction-lg-ltr {
        direction: ltr !important;
    }
    .direction-lg-rtl {
        direction: rtl !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.5rem !important;
    }
    .gap-xl-2 {
        gap: 1rem !important;
    }
    .gap-xl-3 {
        gap: 1.5rem !important;
    }
    .gap-xl-4 {
        gap: 2.25rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .gap-xl-6 {
        gap: 4rem !important;
    }
    .gap-xl-8 {
        gap: 5rem !important;
    }
    .gap-xl-10 {
        gap: 6.25rem !important;
    }
    .gap-xl-12 {
        gap: 7.5rem !important;
    }
    .gap-xl-14 {
        gap: 8.75rem !important;
    }
    .gap-xl-15 {
        gap: 9.375rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.5rem !important;
    }
    .m-xl-2 {
        margin: 1rem !important;
    }
    .m-xl-3 {
        margin: 1.5rem !important;
    }
    .m-xl-4 {
        margin: 2.25rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-6 {
        margin: 4rem !important;
    }
    .m-xl-8 {
        margin: 5rem !important;
    }
    .m-xl-10 {
        margin: 6.25rem !important;
    }
    .m-xl-12 {
        margin: 7.5rem !important;
    }
    .m-xl-14 {
        margin: 8.75rem !important;
    }
    .m-xl-15 {
        margin: 9.375rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-4 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xl-10 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }
    .mx-xl-12 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-xl-14 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }
    .mx-xl-15 {
        margin-left: 9.375rem !important;
        margin-right: 9.375rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-4 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-xl-10 {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
    }
    .my-xl-12 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-xl-14 {
        margin-bottom: 8.75rem !important;
        margin-top: 8.75rem !important;
    }
    .my-xl-15 {
        margin-bottom: 9.375rem !important;
        margin-top: 9.375rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-2 {
        margin-top: 1rem !important;
    }
    .mt-xl-3 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 2.25rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 4rem !important;
    }
    .mt-xl-8 {
        margin-top: 5rem !important;
    }
    .mt-xl-10 {
        margin-top: 6.25rem !important;
    }
    .mt-xl-12 {
        margin-top: 7.5rem !important;
    }
    .mt-xl-14 {
        margin-top: 8.75rem !important;
    }
    .mt-xl-15 {
        margin-top: 9.375rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.5rem !important;
    }
    .me-xl-2 {
        margin-right: 1rem !important;
    }
    .me-xl-3 {
        margin-right: 1.5rem !important;
    }
    .me-xl-4 {
        margin-right: 2.25rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 4rem !important;
    }
    .me-xl-8 {
        margin-right: 5rem !important;
    }
    .me-xl-10 {
        margin-right: 6.25rem !important;
    }
    .me-xl-12 {
        margin-right: 7.5rem !important;
    }
    .me-xl-14 {
        margin-right: 8.75rem !important;
    }
    .me-xl-15 {
        margin-right: 9.375rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 6.25rem !important;
    }
    .mb-xl-12 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xl-14 {
        margin-bottom: 8.75rem !important;
    }
    .mb-xl-15 {
        margin-bottom: 9.375rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-2 {
        margin-left: 1rem !important;
    }
    .ms-xl-3 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-4 {
        margin-left: 2.25rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 4rem !important;
    }
    .ms-xl-8 {
        margin-left: 5rem !important;
    }
    .ms-xl-10 {
        margin-left: 6.25rem !important;
    }
    .ms-xl-12 {
        margin-left: 7.5rem !important;
    }
    .ms-xl-14 {
        margin-left: 8.75rem !important;
    }
    .ms-xl-15 {
        margin-left: 9.375rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.5rem !important;
    }
    .m-xl-n2 {
        margin: -1rem !important;
    }
    .m-xl-n3 {
        margin: -1.5rem !important;
    }
    .m-xl-n4 {
        margin: -2.25rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .m-xl-n6 {
        margin: -4rem !important;
    }
    .m-xl-n8 {
        margin: -5rem !important;
    }
    .m-xl-n10 {
        margin: -6.25rem !important;
    }
    .m-xl-n12 {
        margin: -7.5rem !important;
    }
    .m-xl-n14 {
        margin: -8.75rem !important;
    }
    .m-xl-n15 {
        margin: -9.375rem !important;
    }
    .mx-xl-n1 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xl-n2 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xl-n3 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xl-n4 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-xl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xl-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-xl-n8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-xl-n10 {
        margin-left: -6.25rem !important;
        margin-right: -6.25rem !important;
    }
    .mx-xl-n12 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }
    .mx-xl-n14 {
        margin-left: -8.75rem !important;
        margin-right: -8.75rem !important;
    }
    .mx-xl-n15 {
        margin-left: -9.375rem !important;
        margin-right: -9.375rem !important;
    }
    .my-xl-n1 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xl-n2 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xl-n3 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xl-n4 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important;
    }
    .my-xl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xl-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important;
    }
    .my-xl-n8 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important;
    }
    .my-xl-n10 {
        margin-bottom: -6.25rem !important;
        margin-top: -6.25rem !important;
    }
    .my-xl-n12 {
        margin-bottom: -7.5rem !important;
        margin-top: -7.5rem !important;
    }
    .my-xl-n14 {
        margin-bottom: -8.75rem !important;
        margin-top: -8.75rem !important;
    }
    .my-xl-n15 {
        margin-bottom: -9.375rem !important;
        margin-top: -9.375rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n2 {
        margin-top: -1rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n4 {
        margin-top: -2.25rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xl-n6 {
        margin-top: -4rem !important;
    }
    .mt-xl-n8 {
        margin-top: -5rem !important;
    }
    .mt-xl-n10 {
        margin-top: -6.25rem !important;
    }
    .mt-xl-n12 {
        margin-top: -7.5rem !important;
    }
    .mt-xl-n14 {
        margin-top: -8.75rem !important;
    }
    .mt-xl-n15 {
        margin-top: -9.375rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n2 {
        margin-right: -1rem !important;
    }
    .me-xl-n3 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n4 {
        margin-right: -2.25rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .me-xl-n6 {
        margin-right: -4rem !important;
    }
    .me-xl-n8 {
        margin-right: -5rem !important;
    }
    .me-xl-n10 {
        margin-right: -6.25rem !important;
    }
    .me-xl-n12 {
        margin-right: -7.5rem !important;
    }
    .me-xl-n14 {
        margin-right: -8.75rem !important;
    }
    .me-xl-n15 {
        margin-right: -9.375rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -4rem !important;
    }
    .mb-xl-n8 {
        margin-bottom: -5rem !important;
    }
    .mb-xl-n10 {
        margin-bottom: -6.25rem !important;
    }
    .mb-xl-n12 {
        margin-bottom: -7.5rem !important;
    }
    .mb-xl-n14 {
        margin-bottom: -8.75rem !important;
    }
    .mb-xl-n15 {
        margin-bottom: -9.375rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n2 {
        margin-left: -1rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n4 {
        margin-left: -2.25rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xl-n6 {
        margin-left: -4rem !important;
    }
    .ms-xl-n8 {
        margin-left: -5rem !important;
    }
    .ms-xl-n10 {
        margin-left: -6.25rem !important;
    }
    .ms-xl-n12 {
        margin-left: -7.5rem !important;
    }
    .ms-xl-n14 {
        margin-left: -8.75rem !important;
    }
    .ms-xl-n15 {
        margin-left: -9.375rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 1rem !important;
    }
    .p-xl-3 {
        padding: 1.5rem !important;
    }
    .p-xl-4 {
        padding: 2.25rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .p-xl-6 {
        padding: 4rem !important;
    }
    .p-xl-8 {
        padding: 5rem !important;
    }
    .p-xl-10 {
        padding: 6.25rem !important;
    }
    .p-xl-12 {
        padding: 7.5rem !important;
    }
    .p-xl-14 {
        padding: 8.75rem !important;
    }
    .p-xl-15 {
        padding: 9.375rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-4 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xl-10 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
    .px-xl-12 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .px-xl-14 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }
    .px-xl-15 {
        padding-left: 9.375rem !important;
        padding-right: 9.375rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-4 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important;
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-xl-10 {
        padding-bottom: 6.25rem !important;
        padding-top: 6.25rem !important;
    }
    .py-xl-12 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .py-xl-14 {
        padding-bottom: 8.75rem !important;
        padding-top: 8.75rem !important;
    }
    .py-xl-15 {
        padding-bottom: 9.375rem !important;
        padding-top: 9.375rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-2 {
        padding-top: 1rem !important;
    }
    .pt-xl-3 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-4 {
        padding-top: 2.25rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 4rem !important;
    }
    .pt-xl-8 {
        padding-top: 5rem !important;
    }
    .pt-xl-10 {
        padding-top: 6.25rem !important;
    }
    .pt-xl-12 {
        padding-top: 7.5rem !important;
    }
    .pt-xl-14 {
        padding-top: 8.75rem !important;
    }
    .pt-xl-15 {
        padding-top: 9.375rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-2 {
        padding-right: 1rem !important;
    }
    .pe-xl-3 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-4 {
        padding-right: 2.25rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 4rem !important;
    }
    .pe-xl-8 {
        padding-right: 5rem !important;
    }
    .pe-xl-10 {
        padding-right: 6.25rem !important;
    }
    .pe-xl-12 {
        padding-right: 7.5rem !important;
    }
    .pe-xl-14 {
        padding-right: 8.75rem !important;
    }
    .pe-xl-15 {
        padding-right: 9.375rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 5rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 6.25rem !important;
    }
    .pb-xl-12 {
        padding-bottom: 7.5rem !important;
    }
    .pb-xl-14 {
        padding-bottom: 8.75rem !important;
    }
    .pb-xl-15 {
        padding-bottom: 9.375rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-2 {
        padding-left: 1rem !important;
    }
    .ps-xl-3 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-4 {
        padding-left: 2.25rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 4rem !important;
    }
    .ps-xl-8 {
        padding-left: 5rem !important;
    }
    .ps-xl-10 {
        padding-left: 6.25rem !important;
    }
    .ps-xl-12 {
        padding-left: 7.5rem !important;
    }
    .ps-xl-14 {
        padding-left: 8.75rem !important;
    }
    .ps-xl-15 {
        padding-left: 9.375rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .column-count-xl-1 {
        column-count: 1 !important;
    }
    .column-count-xl-2 {
        column-count: 2 !important;
    }
    .column-count-xl-3 {
        column-count: 3 !important;
    }
    .column-gap-xl-40 {
        column-gap: 40px !important;
    }
    .column-gap-xl-60 {
        column-gap: 60px !important;
    }
    .column-gap-xl-80 {
        column-gap: 80px !important;
    }
    .column-gap-xl-100 {
        column-gap: 100px !important;
    }
    .direction-xl-ltr {
        direction: ltr !important;
    }
    .direction-xl-rtl {
        direction: rtl !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .position-xxl-static {
        position: static !important;
    }
    .position-xxl-relative {
        position: relative !important;
    }
    .position-xxl-absolute {
        position: absolute !important;
    }
    .position-xxl-fixed {
        position: fixed !important;
    }
    .position-xxl-sticky {
        position: sticky !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.5rem !important;
    }
    .gap-xxl-2 {
        gap: 1rem !important;
    }
    .gap-xxl-3 {
        gap: 1.5rem !important;
    }
    .gap-xxl-4 {
        gap: 2.25rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .gap-xxl-6 {
        gap: 4rem !important;
    }
    .gap-xxl-8 {
        gap: 5rem !important;
    }
    .gap-xxl-10 {
        gap: 6.25rem !important;
    }
    .gap-xxl-12 {
        gap: 7.5rem !important;
    }
    .gap-xxl-14 {
        gap: 8.75rem !important;
    }
    .gap-xxl-15 {
        gap: 9.375rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.5rem !important;
    }
    .m-xxl-2 {
        margin: 1rem !important;
    }
    .m-xxl-3 {
        margin: 1.5rem !important;
    }
    .m-xxl-4 {
        margin: 2.25rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-6 {
        margin: 4rem !important;
    }
    .m-xxl-8 {
        margin: 5rem !important;
    }
    .m-xxl-10 {
        margin: 6.25rem !important;
    }
    .m-xxl-12 {
        margin: 7.5rem !important;
    }
    .m-xxl-14 {
        margin: 8.75rem !important;
    }
    .m-xxl-15 {
        margin: 9.375rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-4 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xxl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xxl-10 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }
    .mx-xxl-12 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-xxl-14 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }
    .mx-xxl-15 {
        margin-left: 9.375rem !important;
        margin-right: 9.375rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xxl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-xxl-10 {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
    }
    .my-xxl-12 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-xxl-14 {
        margin-bottom: 8.75rem !important;
        margin-top: 8.75rem !important;
    }
    .my-xxl-15 {
        margin-bottom: 9.375rem !important;
        margin-top: 9.375rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-2 {
        margin-top: 1rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-4 {
        margin-top: 2.25rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 4rem !important;
    }
    .mt-xxl-8 {
        margin-top: 5rem !important;
    }
    .mt-xxl-10 {
        margin-top: 6.25rem !important;
    }
    .mt-xxl-12 {
        margin-top: 7.5rem !important;
    }
    .mt-xxl-14 {
        margin-top: 8.75rem !important;
    }
    .mt-xxl-15 {
        margin-top: 9.375rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-2 {
        margin-right: 1rem !important;
    }
    .me-xxl-3 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-4 {
        margin-right: 2.25rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-6 {
        margin-right: 4rem !important;
    }
    .me-xxl-8 {
        margin-right: 5rem !important;
    }
    .me-xxl-10 {
        margin-right: 6.25rem !important;
    }
    .me-xxl-12 {
        margin-right: 7.5rem !important;
    }
    .me-xxl-14 {
        margin-right: 8.75rem !important;
    }
    .me-xxl-15 {
        margin-right: 9.375rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 2.25rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 5rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 6.25rem !important;
    }
    .mb-xxl-12 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xxl-14 {
        margin-bottom: 8.75rem !important;
    }
    .mb-xxl-15 {
        margin-bottom: 9.375rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-2 {
        margin-left: 1rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-4 {
        margin-left: 2.25rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-6 {
        margin-left: 4rem !important;
    }
    .ms-xxl-8 {
        margin-left: 5rem !important;
    }
    .ms-xxl-10 {
        margin-left: 6.25rem !important;
    }
    .ms-xxl-12 {
        margin-left: 7.5rem !important;
    }
    .ms-xxl-14 {
        margin-left: 8.75rem !important;
    }
    .ms-xxl-15 {
        margin-left: 9.375rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.5rem !important;
    }
    .m-xxl-n2 {
        margin: -1rem !important;
    }
    .m-xxl-n3 {
        margin: -1.5rem !important;
    }
    .m-xxl-n4 {
        margin: -2.25rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -4rem !important;
    }
    .m-xxl-n8 {
        margin: -5rem !important;
    }
    .m-xxl-n10 {
        margin: -6.25rem !important;
    }
    .m-xxl-n12 {
        margin: -7.5rem !important;
    }
    .m-xxl-n14 {
        margin: -8.75rem !important;
    }
    .m-xxl-n15 {
        margin: -9.375rem !important;
    }
    .mx-xxl-n1 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xxl-n2 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xxl-n3 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xxl-n4 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important;
    }
    .mx-xxl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xxl-n6 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }
    .mx-xxl-n8 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }
    .mx-xxl-n10 {
        margin-left: -6.25rem !important;
        margin-right: -6.25rem !important;
    }
    .mx-xxl-n12 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }
    .mx-xxl-n14 {
        margin-left: -8.75rem !important;
        margin-right: -8.75rem !important;
    }
    .mx-xxl-n15 {
        margin-left: -9.375rem !important;
        margin-right: -9.375rem !important;
    }
    .my-xxl-n1 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xxl-n2 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xxl-n3 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xxl-n4 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important;
    }
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xxl-n6 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important;
    }
    .my-xxl-n8 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important;
    }
    .my-xxl-n10 {
        margin-bottom: -6.25rem !important;
        margin-top: -6.25rem !important;
    }
    .my-xxl-n12 {
        margin-bottom: -7.5rem !important;
        margin-top: -7.5rem !important;
    }
    .my-xxl-n14 {
        margin-bottom: -8.75rem !important;
        margin-top: -8.75rem !important;
    }
    .my-xxl-n15 {
        margin-bottom: -9.375rem !important;
        margin-top: -9.375rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -2.25rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xxl-n6 {
        margin-top: -4rem !important;
    }
    .mt-xxl-n8 {
        margin-top: -5rem !important;
    }
    .mt-xxl-n10 {
        margin-top: -6.25rem !important;
    }
    .mt-xxl-n12 {
        margin-top: -7.5rem !important;
    }
    .mt-xxl-n14 {
        margin-top: -8.75rem !important;
    }
    .mt-xxl-n15 {
        margin-top: -9.375rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n2 {
        margin-right: -1rem !important;
    }
    .me-xxl-n3 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n4 {
        margin-right: -2.25rem !important;
    }
    .me-xxl-n5 {
        margin-right: -3rem !important;
    }
    .me-xxl-n6 {
        margin-right: -4rem !important;
    }
    .me-xxl-n8 {
        margin-right: -5rem !important;
    }
    .me-xxl-n10 {
        margin-right: -6.25rem !important;
    }
    .me-xxl-n12 {
        margin-right: -7.5rem !important;
    }
    .me-xxl-n14 {
        margin-right: -8.75rem !important;
    }
    .me-xxl-n15 {
        margin-right: -9.375rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -2.25rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -4rem !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -5rem !important;
    }
    .mb-xxl-n10 {
        margin-bottom: -6.25rem !important;
    }
    .mb-xxl-n12 {
        margin-bottom: -7.5rem !important;
    }
    .mb-xxl-n14 {
        margin-bottom: -8.75rem !important;
    }
    .mb-xxl-n15 {
        margin-bottom: -9.375rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -2.25rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xxl-n6 {
        margin-left: -4rem !important;
    }
    .ms-xxl-n8 {
        margin-left: -5rem !important;
    }
    .ms-xxl-n10 {
        margin-left: -6.25rem !important;
    }
    .ms-xxl-n12 {
        margin-left: -7.5rem !important;
    }
    .ms-xxl-n14 {
        margin-left: -8.75rem !important;
    }
    .ms-xxl-n15 {
        margin-left: -9.375rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.5rem !important;
    }
    .p-xxl-2 {
        padding: 1rem !important;
    }
    .p-xxl-3 {
        padding: 1.5rem !important;
    }
    .p-xxl-4 {
        padding: 2.25rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .p-xxl-6 {
        padding: 4rem !important;
    }
    .p-xxl-8 {
        padding: 5rem !important;
    }
    .p-xxl-10 {
        padding: 6.25rem !important;
    }
    .p-xxl-12 {
        padding: 7.5rem !important;
    }
    .p-xxl-14 {
        padding: 8.75rem !important;
    }
    .p-xxl-15 {
        padding: 9.375rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-4 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xxl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xxl-10 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
    .px-xxl-12 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .px-xxl-14 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }
    .px-xxl-15 {
        padding-left: 9.375rem !important;
        padding-right: 9.375rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xxl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-xxl-10 {
        padding-bottom: 6.25rem !important;
        padding-top: 6.25rem !important;
    }
    .py-xxl-12 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .py-xxl-14 {
        padding-bottom: 8.75rem !important;
        padding-top: 8.75rem !important;
    }
    .py-xxl-15 {
        padding-bottom: 9.375rem !important;
        padding-top: 9.375rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-2 {
        padding-top: 1rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-4 {
        padding-top: 2.25rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 4rem !important;
    }
    .pt-xxl-8 {
        padding-top: 5rem !important;
    }
    .pt-xxl-10 {
        padding-top: 6.25rem !important;
    }
    .pt-xxl-12 {
        padding-top: 7.5rem !important;
    }
    .pt-xxl-14 {
        padding-top: 8.75rem !important;
    }
    .pt-xxl-15 {
        padding-top: 9.375rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-2 {
        padding-right: 1rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-4 {
        padding-right: 2.25rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pe-xxl-6 {
        padding-right: 4rem !important;
    }
    .pe-xxl-8 {
        padding-right: 5rem !important;
    }
    .pe-xxl-10 {
        padding-right: 6.25rem !important;
    }
    .pe-xxl-12 {
        padding-right: 7.5rem !important;
    }
    .pe-xxl-14 {
        padding-right: 8.75rem !important;
    }
    .pe-xxl-15 {
        padding-right: 9.375rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 2.25rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 4rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 5rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 6.25rem !important;
    }
    .pb-xxl-12 {
        padding-bottom: 7.5rem !important;
    }
    .pb-xxl-14 {
        padding-bottom: 8.75rem !important;
    }
    .pb-xxl-15 {
        padding-bottom: 9.375rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-2 {
        padding-left: 1rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-4 {
        padding-left: 2.25rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .ps-xxl-6 {
        padding-left: 4rem !important;
    }
    .ps-xxl-8 {
        padding-left: 5rem !important;
    }
    .ps-xxl-10 {
        padding-left: 6.25rem !important;
    }
    .ps-xxl-12 {
        padding-left: 7.5rem !important;
    }
    .ps-xxl-14 {
        padding-left: 8.75rem !important;
    }
    .ps-xxl-15 {
        padding-left: 9.375rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
    .column-count-xxl-1 {
        column-count: 1 !important;
    }
    .column-count-xxl-2 {
        column-count: 2 !important;
    }
    .column-count-xxl-3 {
        column-count: 3 !important;
    }
    .column-gap-xxl-40 {
        column-gap: 40px !important;
    }
    .column-gap-xxl-60 {
        column-gap: 60px !important;
    }
    .column-gap-xxl-80 {
        column-gap: 80px !important;
    }
    .column-gap-xxl-100 {
        column-gap: 100px !important;
    }
    .direction-xxl-ltr {
        direction: ltr !important;
    }
    .direction-xxl-rtl {
        direction: rtl !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 4.12425rem !important;
    }
    .fs-2 {
        font-size: 3.12413rem !important;
    }
    .fs-3 {
        font-size: 2.49975rem !important;
    }
    .fs-4 {
        font-size: 1.87425rem !important;
    }
    .fs-5 {
        font-size: 1.49962rem !important;
    }
    .fs-24 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.hamburger {
    background-color: initial;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5rem;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}
.hamburger-box {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 30px;
}
.hamburger-inner {
    display: block;
    margin-top: -0.5px;
    top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #000;
    border-radius: 4px;
    height: 1px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 30px;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 0.5px;
}
.hamburger--slider .hamburger-inner:before {
    top: 7px;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}
.hamburger--slider .hamburger-inner:after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
}
.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.swiper-container:not(.swiper-container-initialized) {
    opacity: 0;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
}
:root {
    --swiper-theme-color: #7d7d7d;
}
.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: 0.2;
    width: 8px;
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
.c-card-project .img-wrapper:after,
.c-card-project .img-wrapper:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #67a6fd;
    color: #fff;
}
html {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
html.play-intro body {
    background: #000;
}
html.play-intro
    body
    > :not(.l-site-nav):not(#skip-to-content):not(.svg-gradient):not(
        .js-cursor
    ),
html.play-intro main > :not(#swiper-intro) {
    display: none !important;
}
html.play-intro .l-site-nav {
    mix-blend-mode: normal !important;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100%);
}
html.play-intro .btn {
    transition: none !important;
}
html.play-intro #swiper-intro {
    opacity: 0;
}
html.play-intro
    #swiper-intro.swiper-container:not(.swiper-container-initialized)
    .swiper-slide:nth-child(n + 2) {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(100%);
    width: 100%;
    z-index: 1;
}
main {
    flex-shrink: 0;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 125rem;
}
@media (min-width: 1200px) {
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
.bg-none {
    background: none !important;
}
.bg_noise_black {
    background-color: #000;
    background-image: url("../img/bg_noise_black.jpg");
    background-repeat: repeat;
}
.fill-primary {
    fill: #7d7d7d;
}
.stroke-primary {
    stroke: #7d7d7d;
    fill: none;
}
.fill-secondary {
    fill: #aaa;
}
.stroke-secondary {
    stroke: #aaa;
    fill: none;
}
.fill-success {
    fill: #10bf76;
}
.stroke-success {
    stroke: #10bf76;
    fill: none;
}
.fill-info {
    fill: #0dcaf0;
}
.stroke-info {
    stroke: #0dcaf0;
    fill: none;
}
.fill-warning {
    fill: #ffc107;
}
.stroke-warning {
    stroke: #ffc107;
    fill: none;
}
.fill-danger {
    fill: #dc3545;
}
.stroke-danger {
    stroke: #dc3545;
    fill: none;
}
.fill-light {
    fill: #f4f6f9;
}
.stroke-light {
    stroke: #f4f6f9;
    fill: none;
}
.fill-dark {
    fill: #212529;
}
.stroke-dark {
    stroke: #212529;
    fill: none;
}
.fill-white {
    fill: #fff;
}
.fill-black {
    fill: #000;
}
.fill-primary-gradient {
    fill: url("#svg-primary-gradient");
}
.stroke-white {
    stroke: #fff;
    fill: none;
}
.stroke-black {
    stroke: #000;
    fill: none;
}
.bg-primary-gradient {
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
}
.bg-black {
    background: #000;
}
#svg-primary-gradient {
    --svg-primary-gradient-start: #7d7d7d;
    --svg-primary-gradient-end: #00aee7;
}
.cms-text,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.h1,
.h2,
.h3,
.h4,
a,
h1,
h2,
h3,
h4 {
    word-break: break-word;
}
.cms-text p a:not(.btn) {
    text-decoration: underline;
}
.cms-text p:last-of-type {
    margin-bottom: 0;
}
.cms-text ol,
.cms-text ul {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.lead {
    color: #aaa;
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
    line-height: 1.333;
}
.text-label {
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}
.text-label:not(.text-white) {
    /* opacity: 0.6; */
}
.text-label.text-white {
    opacity: 0.7;
}
.text-black {
    color: #000 !important;
}
.text-gradient-primary {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
    -webkit-background-clip: text;
    display: inline-block !important;
}
.btn-primary,
.btn-success {
    color: #fff !important;
}
.btn-primary-gradient {
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
}
.btn-primary-gradient,
.btn-primary-gradient:hover {
    color: #fff;
}
.btn[class*="btn-outline-"]:not(.btn-outline-primary-gradient) {
    border-width: 1px;
}
.btn-outline-primary-gradient {
    background-origin: border-box;
    border: 2px solid transparent;
    transition: background 0.25s ease-in-out;
}
.btn-outline-primary-gradient:not(.has-white-bg):not(:hover):not(:focus):not(
        :active
    ) {
    background-image: linear-gradient(transparent, transparent),
        linear-gradient(225deg, #7d7d7d, #00aee7);
    box-shadow: inset 0 1000px 0 #000;
    color: #fff;
}
.btn-outline-primary-gradient.has-white-bg:not(:hover):not(:focus):not(
        :active
    ) {
    background-image: linear-gradient(
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0)
        ),
        linear-gradient(225deg, #7d7d7d, #00aee7);
    box-shadow: inset 0 1000px 0 #fff;
    color: #000;
}
.btn-outline-primary-gradient.has-white-bg:not(:hover):not(:focus):not(:active)
    .text-color {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
    -webkit-background-clip: text;
    display: inline-block !important;
}
.btn-outline-primary-gradient:active,
.btn-outline-primary-gradient:focus,
.btn-outline-primary-gradient:hover {
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
    color: #fff;
}
.btn-circle {
    background: linear-gradient(#fff, #fff) padding-box padding-box,
        repeating-conic-gradient(#7d7d7d 0 2deg, transparent 0 6deg) border-box;
    border: 2px solid transparent;
    height: 15rem;
    text-decoration: none !important;
    width: 15rem;
}
.btn-circle.is-black {
    background: linear-gradient(#000, #000) padding-box padding-box,
        repeating-conic-gradient(#7d7d7d 0 2deg, transparent 0 6deg) border-box;
}
.btn-circle,
.btn-circle .btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.btn-circle .btn {
    font-size: 0.9rem;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
}
.btn-circle:active,
.btn-circle:focus,
.btn-circle:hover {
    animation: rotateScale 30s linear infinite;
}
.btn-circle:active .btn,
.btn-circle:focus .btn,
.btn-circle:hover .btn {
    animation: rotateScaleReverse 30s linear infinite forwards;
    /* background: linear-gradient(225deg, #7d7d7d, #00aee7); */
    box-shadow: none !important;
    color: #fff;
}
@keyframes rotateScale {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes rotateScaleReverse {
    0% {
        transform: rotate(1turn);
    }
    to {
        transform: rotate(0deg);
    }
}
.c-card-case {
    display: block;
    position: relative;
}
.c-card-case img {
    opacity: 0.7;
}
.c-card-case .list-tags,
.c-card-case .title {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.c-card-case .title {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
    .c-card-case .title {
        font-weight: 400;
    }
}
@media (max-width: 575.98px) {
    .c-card-case .title {
        font-size: calc(1.425rem + 2.1vw);
    }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
    .c-card-case .title {
        font-size: 3rem;
    }
}
.c-card-case .list-tags {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25));
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .c-card-case .list-tags {
        opacity: 0;
        transform: translateY(100%);
    }
}
.c-card-case .list-tags li {
    margin-right: 0;
}
.c-card-case .list-tags li:not(:last-child):after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}
.c-card-news .cms-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.c-card-project {
    display: block;
    text-decoration: none !important;
}
.c-card-project li:not(:last-child):after {
    content: " / ";
}
.c-card-project .img-wrapper:after,
.c-card-project .img-wrapper:before {
    content: "";
    pointer-events: none;
}
.c-card-project .img-wrapper:before {
    background-image: linear-gradient(
        225deg,
        rgba(0, 0, 0, 0.05),
        rgba(60, 122, 225, 0.12) 61%,
        rgba(121, 27, 204, 0.12) 85%,
        rgba(0, 0, 0, 0.05)
    );
    z-index: 1;
}
.c-card-project .img-wrapper:after {
    background-image: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.05),
        rgba(60, 122, 225, 0.12) 61%,
        rgba(121, 27, 204, 0.12) 85%,
        rgba(0, 0, 0, 0.05)
    );
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: 2;
}
.c-card-project .img-wrapper:hover:after {
    opacity: 1;
    transform: scale(1.1);
}
.c-card-project .list-inline-item {
    margin-right: 0;
}
.c-card-project .text-label {
    letter-spacing: 0.25rem;
}
.c-card-step {
    border-radius: 1rem;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.075);
    color: #505050 !important;
    display: block;
    text-decoration: none !important;
    transition: box-shadow 0.4s ease;
}
.c-card-step:active,
.c-card-step:focus,
.c-card-step:hover {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
.c-card-step:active .circle,
.c-card-step:focus .circle,
.c-card-step:hover .circle {
    fill: url("#svg-primary-gradient");
}
.c-card-step:active .base,
.c-card-step:focus .base,
.c-card-step:hover .base {
    transform: translateX(100%);
}
.c-card-step:active .perspective,
.c-card-step:focus .perspective,
.c-card-step:hover .perspective {
    transform: translateZ(50px);
}
.c-card-step:not(:hover):not(:focus):not(:active) .hover {
    transform: translateX(-100%);
}
.c-card-step .circle {
    fill: #fff;
    stroke: url("#svg-primary-gradient");
    stroke-width: 2px;
}
.c-card-step .circle-content-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
}
#cookies-notice {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s ease-out;
    z-index: 10000;
}
#cookies-notice.is-loading {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
#cookies-notice table {
    border: 0;
    display: block;
    margin-top: 30px;
    overflow: auto;
    width: 100%;
}
#cookies-notice table tr:first-child td {
    background: #ced4da;
    white-space: nowrap;
}
#cookies-notice table td,
#cookies-notice table tr {
    border-color: #dee2e6;
    font-size: 0.75rem;
    padding: 5px 15px;
    text-align: left;
}
#cookies-notice table td p,
#cookies-notice table tr p {
    text-align: left;
}
#cookies-notice table tr:nth-child(odd):not(:first-child) td,
#cookies-notice table tr:nth-child(odd):not(:first-child) th {
    background-color: #f4f6f9;
}
#cookies-notice .cookie-message {
    box-shadow: 0 2.2px 1.7px rgba(0, 0, 0, 0.022),
        0 5.3px 4px rgba(0, 0, 0, 0.028), 0 10px 7.5px rgba(0, 0, 0, 0.03),
        0 17.9px 13.4px rgba(0, 0, 0, 0.033),
        0 33.4px 25.1px rgba(0, 0, 0, 0.039), 0 80px 60px rgba(0, 0, 0, 0.06);
    max-width: 90%;
    transform: translate3d(-50%, -50%, 0);
    width: 498px;
}
@media (min-width: 768px) {
    #cookies-notice .cookie-message {
        width: 30rem;
    }
}
#cookies-notice .cookie-group {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
    #cookies-notice .buttons-wrapper .btn,
    #cookies-notice .modal-footer .btn {
        width: 100%;
    }
}
#cookies-notice ~ .modal-backdrop {
    opacity: 0;
}
.js-cursor {
    display: none;
}
@media (any-pointer: fine) {
    .js-cursor {
        display: block;
        left: 0;
        mix-blend-mode: difference;
        pointer-events: none;
        position: fixed;
        top: 0;
        z-index: 1166400;
    }
    .js-cursor__inner {
        border: 1px solid #7d7d7d;
        opacity: 0.6;
    }
    .no-js .js-cursor {
        display: none;
    }
}
.icon {
    transition: all 0.25s ease-in-out;
}
.icon--arrow-circle.left {
    transform: scale(-1);
}
.c-icon-circle {
    align-items: center;
    border-radius: 50%;
    border-width: 1px;
    display: flex;
    justify-content: center;
}
.c-icon-circle.size-40 {
    height: 40px;
    width: 40px;
}
.c-icon-circle.size-48 {
    height: 48px;
    width: 48px;
}
#legacy-notice {
    z-index: 10001;
}
.legacy #legacy-notice {
    display: block !important;
}
.list-contrast {
    font-weight: 400;
}
.list-contrast.text-white a {
    color: #fff;
}
.list-contrast li.active {
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
}
.list-contrast li.active > a:not(:hover):not(:focus):not(:active) {
    padding-left: 15px;
}
.list-contrast li.active > a:before {
    content: "/";
}
.list-contrast li:not(.active) > a:not(:hover):not(:focus):not(:active) {
    opacity: 0.67;
}
.list-contrast li + li {
    margin-top: 0.625rem;
}
.list-contrast li {
    overflow: hidden;
    position: relative;
}
.list-contrast a {
    display: inline-block;
    text-decoration: none;
}
.list-contrast a,
.list-contrast a:after,
.list-contrast a:before {
    transition: 0.2s;
}
.list-contrast a:after,
.list-contrast a:before {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
}
.list-contrast a:before {
    left: 0;
    margin-top: -2px;
    transform: translateY(-50%);
}
.list-contrast a:after {
    background: url("../img/arrow_right_primary_gradient.svg") no-repeat;
    content: "";
    height: 10px;
    left: -10px;
    transform: translateX(-100%) translateY(-50%);
    width: 15px;
}
.list-contrast a:active,
.list-contrast a:focus,
.list-contrast a:hover {
    padding-left: 25px;
}
.list-contrast a:active:before,
.list-contrast a:focus:before,
.list-contrast a:hover:before {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
}
.list-contrast a:active:after,
.list-contrast a:focus:after,
.list-contrast a:hover:after {
    transform: translateX(10px) translateY(-50%);
}
.list-stacked-cards li + li {
    margin-top: -40px;
}
.list-stacked-cards li:nth-child(4n + 1) {
    transform: translateX(-20px) rotate(-8deg);
}
.list-stacked-cards li:nth-child(4n + 2) {
    transform: translateX(20px) rotate(8deg);
}
.list-stacked-cards li:nth-child(4n + 3) {
    transform: translateX(-60px) rotate(-8deg);
}
.list-stacked-cards li:nth-child(4n + 4) {
    transform: translateX(40px) rotate(8deg);
}
.list-group-black .list-group-item {
    background: #000;
    border-color: #343a40;
    color: #fff;
    overflow: hidden;
    padding: 1rem;
}
.list-group-black .list-group-item:hover .icon--arrow-circle {
    transform: scale(1.25);
}
#swiper-instagram .swiper-slide:nth-child(4n + 1) {
    width: 108px !important;
}
@media (min-width: 768px) {
    #swiper-instagram .swiper-slide:nth-child(4n + 1) {
        width: 162px !important;
    }
}
@media (min-width: 1200px) {
    #swiper-instagram .swiper-slide:nth-child(4n + 1) {
        width: 216px !important;
    }
}
#swiper-instagram .swiper-slide:nth-child(2n + 2) {
    width: 144px !important;
}
@media (min-width: 768px) {
    #swiper-instagram .swiper-slide:nth-child(2n + 2) {
        width: 216px !important;
    }
}
@media (min-width: 1200px) {
    #swiper-instagram .swiper-slide:nth-child(2n + 2) {
        width: 288px !important;
    }
}
#swiper-instagram .swiper-slide:nth-child(4n + 3) {
    width: 180px !important;
}
@media (min-width: 768px) {
    #swiper-instagram .swiper-slide:nth-child(4n + 3) {
        width: 270px !important;
    }
}
@media (min-width: 1200px) {
    #swiper-instagram .swiper-slide:nth-child(4n + 3) {
        width: 360px !important;
    }
}
textarea.form-control {
    min-height: 10rem;
}
.form-label {
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
}
.form-control,
.form-select {
    background-origin: border-box;
}
.form-control {
    background-clip: initial;
    background-color: #fff;
}
.form-control:focus {
    background-color: #fff;
    background-image: linear-gradient(
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0)
        ),
        linear-gradient(225deg, #7d7d7d, #00aee7);
    background-origin: border-box;
    border-color: transparent;
    box-shadow: inset 0 1000px 0 #fff !important;
}
.form-select:not(.select-outer) {
    background-image: linear-gradient(
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0)
        ),
        linear-gradient(225deg, #7d7d7d, #00aee7),
        url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
    background-position: 50%, 50%, right 0.75rem center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 24px 12px;
}
.form-check-input {
    margin-top: 0.125rem;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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='2' d='m6 10 3 3 6-6'/%3E%3C/svg%3E"),
        linear-gradient(225deg, #7d7d7d, #00aee7);
    border: 0;
}
.form-dark .form-check-label,
.form-dark .form-control,
.form-dark .form-label,
.form-dark .form-select {
    color: #fff;
}
.form-dark .form-control,
.form-dark .form-select {
    border-width: 2px;
}
.form-dark .form-control:-webkit-autofill:focus,
.form-dark .form-select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1000px #3c3c3c !important;
}
.form-dark .form-control {
    background-color: #3c3c3c;
}
.form-dark .form-control:focus {
    background-color: #000;
    background-image: linear-gradient(transparent, transparent),
        linear-gradient(225deg, #7d7d7d, #00aee7);
    box-shadow: inset 0 1000px 0 #000 !important;
}
.form-dark .select-outer {
    background-color: #3c3c3c;
    padding: 0 !important;
}
.form-dark .select-outer:focus-within {
    background: linear-gradient(225deg, #7d7d7d, #00aee7);
    background-origin: border-box;
}
.form-dark .select-inner {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-position: right 0.75rem center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 12px !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}
.form-dark .select-inner:focus {
    background-color: #000;
}
.form-dark .form-control.is-valid,
.form-dark .form-control.is-valid:focus,
.form-dark .form-control:not(.is-invalid),
.form-dark .form-select:not(.is-invalid),
.form-dark .was-validated .form-control:valid,
.form-dark .was-validated .form-control:valid:focus {
    border-color: transparent !important;
}
.invalid-feedback {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}
.l-site-footer {
    /* background-image: radial-gradient(circle at 0 0, #21232b 0, #14141b 100%); */
    background-color: black;
}
.l-site-footer,
.l-site-footer .nav-item > a {
    color: hsla(0, 0%, 100%, 0.67);
    text-decoration: none;
}
.l-site-footer .nav-item > a:active,
.l-site-footer .nav-item > a:focus,
.l-site-footer .nav-item > a:hover {
    color: #fff;
}
.l-site-footer .nav-item > a:active .icon--chevron,
.l-site-footer .nav-item > a:focus .icon--chevron,
.l-site-footer .nav-item > a:hover .icon--chevron {
    opacity: 1;
}
.l-site-footer .nav-item {
    position: relative;
}
.l-site-footer .nav-item > a.show .icon {
    transform: translateX(-100%) translateY(-50%) scaleY(-1);
}
.l-site-footer .nav-item .badge {
    font-size: 0.6875rem;
    min-height: 16px;
    min-width: 16px;
    padding-right: 1px !important;
    right: 2px;
    top: -2px;
    transform: translateX(100%);
}
.l-site-footer .nav-item .icon--chevron {
    left: -6px;
    margin-top: 1px;
    opacity: 0.67;
    position: absolute;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
}
.l-site-footer .dropdown ul {
    border-left: 1px solid #7d7d7d;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.l-site-footer .dropdown ul a {
    color: #fff;
    text-decoration: none;
}
.l-site-footer .dropdown ul a:not(:hover):not(:focus):not(:active) {
    opacity: 0.67;
}
.l-site-footer .dropdown ul li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.l-site-footer .author-link:not(:hover):not(:focus):not(:active),
.l-site-footer .nav-social a:not(:hover):not(:focus):not(:active) {
    opacity: 0.67;
}
.l-site-footer .nav-social {
    margin: 0 -0.375rem;
}
.l-site-footer .nav-social .nav-item {
    padding: 0.375rem;
}
.l-site-footer .nav-social .icon {
    height: 18px;
    width: 18px;
}
.l-site-footer .nav-legal .nav-item:not(:last-of-type):after {
    content: "|";
    display: inline-block;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.l-site-footer .col-meta {
    max-width: 25rem;
    padding-top: 0.25rem;
}
.l-site-footer .btn-outline-primary-gradient:not(.has-white-bg) {
    box-shadow: inset 0 1000px 0 #1b1d23 !important;
}
.l-site-footer .list-contact-info a:hover .c-icon-circle {
    box-shadow: none !important;
}
.l-site-footer .list-contact-info a:hover .c-icon-circle svg {
    fill: #fff;
}
.l-site-nav {
    display: block;
    font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1050;
}
.l-site-nav .navbar-brand img,
.l-site-nav .navbar-brand svg {
    height: 37px;
    max-width: 33vw;
}
@media (min-width: 992px) {
    .l-site-nav .nav-link.active {
        position: relative;
    }
    .l-site-nav .nav-link.active:before {
        background: linear-gradient(225deg, #7d7d7d, #00aee7);
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: -1.5rem;
        width: 100%;
    }
}
.l-site-nav .nav-link.show {
    background: #fff;
    border: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000 !important;
    transition: none;
}
.l-site-nav .nav-link.show .icon {
    fill: #000;
    transform: scaleY(-1);
    transition: none;
}
.l-site-nav .nav-link .badge {
    font-size: 0.6875rem;
    min-height: 16px;
    min-width: 16px;
    padding-top: 1px !important;
}
@media (min-width: 992px) {
    .l-site-nav .nav-link .badge {
        right: 0;
        top: 6px;
        transform: translateX(-2px);
    }
}
.l-site-nav .nav-link .icon--chevron {
    margin-left: 6px;
}
.l-site-nav .dropdown-menu {
    border: 0;
    border-top-left-radius: 0;
    margin-left: 0;
    margin-top: -1px;
}
.l-site-nav .offcanvas {
    border-left: 0;
}
@media (min-width: 992px) {
    .l-site-nav .offcanvas {
        background: none;
        border: 0;
        margin-left: auto;
        position: static;
        transform: none;
        visibility: visible !important;
        width: auto;
    }
}
@media (max-width: 991.98px) {
    .l-site-nav .offcanvas {
        background-color: #000;
        box-shadow: -10px 0 60px #212529;
        height: 100vh;
        overflow: auto;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
        width: 18.75rem;
    }
    .l-site-nav .offcanvas .dropdown-menu,
    .l-site-nav .offcanvas .nav-link.show {
        background: #212529;
    }
    .l-site-nav .offcanvas .dropdown-item,
    .l-site-nav .offcanvas .nav-link.show {
        color: #fff !important;
    }
    .l-site-nav .offcanvas .nav-link.show .icon--chevron {
        fill: #fff;
    }
    .l-site-nav .offcanvas .dropdown-item:not(.active):hover {
        background-color: #495057;
    }
}
@media (min-width: 992px) {
    .l-site-nav .offcanvas .btn-close {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .l-site-nav .offcanvas .dropdown-item,
    .l-site-nav .offcanvas .nav-link {
        padding: 0.625rem 1.625rem;
    }
    .l-site-nav .offcanvas .dropdown-item.active,
    .l-site-nav .offcanvas .nav-link.active {
        background: #7d7d7d;
        color: #fff;
    }
    .l-site-nav .offcanvas .dropdown-item.active .badge,
    .l-site-nav .offcanvas .nav-link.active .badge {
        background: #fff;
        color: #7d7d7d;
    }
    .l-site-nav .offcanvas .nav-link {
        color: #fff;
    }
    .l-site-nav .offcanvas .nav-link:not(.active):hover {
        color: hsla(0, 0%, 100%, 0.75);
    }
    .l-site-nav .offcanvas .nav-link .icon--chevron {
        fill: #fff;
    }
}
.l-site-nav .navbar-languages {
    margin-right: 2.25rem !important;
}
@media (min-width: 992px) {
    .l-site-nav .navbar-languages {
        margin-right: -1rem !important;
    }
    .l-site-nav .navbar-languages:before {
        border-left: 1px solid #000;
        content: "";
        height: 14px;
        margin-left: 1rem;
        margin-right: 1rem;
        opacity: 0.5;
    }
}
.l-site-nav .navbar-languages .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.l-site-nav .navbar-languages .dropdown-menu {
    border-top-right-radius: 0;
    min-width: 0;
}
.l-site-nav:not(.navbar-dark) .icon--chevron {
    fill: #000;
}
.l-site-nav:not(.navbar-dark) .dropdown-menu,
.l-site-nav:not(.navbar-dark) .nav-link.show {
    background: #212529;
}
.l-site-nav:not(.navbar-dark) .dropdown-item,
.l-site-nav:not(.navbar-dark) .nav-link.show {
    color: #fff !important;
}
.l-site-nav:not(.navbar-dark) .nav-link.show .icon--chevron {
    fill: #fff;
}
.l-site-nav:not(.navbar-dark) .dropdown-item:not(.active):hover {
    background-color: #495057;
}
.l-site-nav:not(.navbar-dark):not(.mbm-difference) .hamburger-inner,
.l-site-nav:not(.navbar-dark):not(.mbm-difference) .hamburger-inner:after,
.l-site-nav:not(.navbar-dark):not(.mbm-difference) .hamburger-inner:before {
    background: #212529;
}
.l-site-nav .hamburger {
    position: fixed;
    right: 1.5rem;
    top: 0.875rem;
}
.l-site-nav .hamburger .hamburger-inner,
.l-site-nav .hamburger .hamburger-inner:after,
.l-site-nav .hamburger .hamburger-inner:before {
    background: #fff;
}
.l-site-nav.navbar-dark .navbar-languages:before {
    border-color: #fff;
}
.l-site-nav.navbar-dark .hamburger-inner,
.l-site-nav.navbar-dark .hamburger-inner:after,
.l-site-nav.navbar-dark .hamburger-inner:before {
    background: #fff;
}
.offcanvas-open .l-site-nav {
    mix-blend-mode: normal !important;
}
@media (max-width: 767.98px) {
    .l-widget--articles-multi-columns .articles {
        height: auto !important;
        position: static !important;
    }
    .l-widget--articles-multi-columns .articles > * {
        position: static !important;
    }
    .l-widget--articles-multi-columns .articles .h2,
    .l-widget--articles-multi-columns .articles h2 {
        margin-bottom: 1rem;
    }
    .l-widget--articles-multi-columns .articles .mw-30 {
        max-width: none !important;
    }
}
@media (min-width: 768px) {
    .l-widget--articles-multi-columns
        .articles
        > div.container-lg:nth-child(odd),
    .l-widget--articles-multi-columns
        .articles
        > div.container-md:nth-child(odd),
    .l-widget--articles-multi-columns
        .articles
        > div.container-sm:nth-child(odd),
    .l-widget--articles-multi-columns
        .articles
        > div.container-xl:nth-child(odd),
    .l-widget--articles-multi-columns
        .articles
        > div.container-xxl:nth-child(odd),
    .l-widget--articles-multi-columns
        .articles
        > div:nth-child(odd).container-fluid {
        padding-right: 0;
    }
    .l-widget--articles-multi-columns
        .articles
        > div.container-lg:nth-child(odd)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-md:nth-child(odd)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-sm:nth-child(odd)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-xl:nth-child(odd)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-xxl:nth-child(odd)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div:nth-child(odd).container-fluid
        article {
        margin-left: auto;
    }
    .l-widget--articles-multi-columns
        .articles
        > div.container-lg:nth-child(2n),
    .l-widget--articles-multi-columns
        .articles
        > div.container-md:nth-child(2n),
    .l-widget--articles-multi-columns
        .articles
        > div.container-sm:nth-child(2n),
    .l-widget--articles-multi-columns
        .articles
        > div.container-xl:nth-child(2n),
    .l-widget--articles-multi-columns
        .articles
        > div.container-xxl:nth-child(2n),
    .l-widget--articles-multi-columns
        .articles
        > div:nth-child(2n).container-fluid {
        padding-left: 0;
    }
    .l-widget--articles-multi-columns
        .articles
        > div.container-lg:nth-child(2n)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-md:nth-child(2n)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-sm:nth-child(2n)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-xl:nth-child(2n)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div.container-xxl:nth-child(2n)
        article,
    .l-widget--articles-multi-columns
        .articles
        > div:nth-child(2n).container-fluid
        article {
        margin-right: auto;
    }
}
.l-widget-carousel:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent);
    content: "";
    display: block;
    height: 25%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.l-widget-carousel .swiper-pagination {
    bottom: 1.25rem;
}
@media (min-width: 992px) {
    .l-widget-carousel .swiper-pagination {
        bottom: 5rem;
    }
}
.l-widget-carousel .swiper-pagination-bullet {
    background: #fff;
}
@keyframes rotate-scroll {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(1turn);
    }
}
.l-widget-carousel .scroll-indicator-circle {
    animation: rotate-scroll 10s linear infinite;
    bottom: 5vh;
    left: 50%;
    opacity: 0.75;
    transform: translateX(-50%);
    z-index: 100;
}
.l-widget-carousel .scroll-indicator {
    opacity: 0.7;
}
@media (max-width: 767.98px) {
    .l-widget-carousel .scroll-indicator {
        align-items: flex-end;
        bottom: 24px !important;
        display: flex;
        height: 36px;
        justify-content: center;
        overflow: hidden;
        padding: 0 !important;
    }
}
.l-widget-carousel .btn:focus,
.l-widget-carousel .btn:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.l-widget--case-heading .meta-title {
    margin-bottom: 0.25rem;
}
.l-widget--image-text .col-content {
    max-width: 35rem;
}
@media (max-width: 767.98px) {
    .l-widget--image-text-multiple .col-images {
        height: 80vh;
        overflow: hidden;
        text-align: center;
    }
}
.l-widget--partners img {
    filter: grayscale(1);
}
@media (min-width: 992px) {
    .l-widget--partners .row > div {
        flex-basis: 20%;
        width: 20%;
    }
}
.l-widget--quote.bg-white blockquote {
    color: #000;
}
.l-widget--quote.bg-white .icon--quote {
    fill: #000;
    opacity: 0.066;
}
.l-widget--quote.bg-black blockquote {
    color: #fff;
}
.l-widget--quote.bg-black .icon--quote {
    fill: #fff;
    opacity: 0.15;
}
.body-page-contact:after,
.body-page-contact:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.body-page-contact:before {
    background: url("../img/bg_wave.jpg") repeat 50% 50%;
}
.body-page-contact:after {
    background-image: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.2)
    );
}
main#page-contact .list-contact-info a:hover .c-icon-circle {
    box-shadow: none;
}
main#page-contact .list-contact-info a:hover .c-icon-circle svg {
    fill: #fff;
}
@media (max-width: 767.98px) {
    main#page-contact #map {
        padding-bottom: 50px;
    }
}
@media (min-width: 768px) {
    main#page-contact #map:after {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 63%;
        z-index: 1;
    }
}
main#page-error .error-code {
    filter: blur(12px);
    font-size: clamp(8rem, 40vw, 30rem);
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    opacity: 0.12;
}
main#page-error #noise {
    filter: invert(1);
    opacity: 0.2;
}
@media (max-width: 767.98px) {
    main#page-home
        .list-contrast
        li.active
        > a:not(:hover):not(:focus):not(:active) {
        padding-left: 0;
    }
    main#page-home
        .list-contrast
        li.active
        > a:not(:hover):not(:focus):not(:active):before {
        content: "";
    }
}
main#page-home .image-transition-wrapper:before {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
    bottom: 0;
    content: "";
    display: block;
    height: 33%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
main#page-home .transition-title {
    transform: translateY(-50%);
    z-index: 10;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    main#page-home .row-cases,
    main#page-home .row-steps {
        padding-top: 6.25rem;
    }
}
@media (min-width: 768px) {
    main#page-home .row-cases > div:nth-child(odd),
    main#page-home .row-steps > div:nth-child(odd) {
        transform: translateY(-6.25rem);
    }
}
@media (min-width: 992px) {
    main#page-home .row-cases > div:nth-child(odd),
    main#page-home .row-steps > div:nth-child(odd) {
        transform: translateY(-7.5rem);
    }
}
@media (min-width: 1200px) {
    main#page-home .row-cases > div:nth-child(odd),
    main#page-home .row-steps > div:nth-child(odd) {
        transform: translateY(-8.75rem);
    }
}
@media (min-width: 1400px) {
    main#page-home .row-cases > div:nth-child(odd),
    main#page-home .row-steps > div:nth-child(odd) {
        transform: translateY(-9.375rem);
    }
}
main#page-home .row-steps > div {
    perspective: 1000px;
}
@media (max-width: 575.98px) {
    main#page-home .row-cases {
        padding-top: 4rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    main#page-home .row-cases {
        padding-top: 5rem;
    }
    main#page-home .row-cases > div:nth-child(odd) {
        transform: translateY(-5rem);
    }
}
@media (min-width: 768px) {
    main#page-home #services .list-stacked-cards > li:first-child {
        margin-top: 50%;
    }
    main#page-home #services .list-stacked-cards > li:last-child {
        margin-bottom: 50%;
    }
    main#page-home #services .li-img img:not(.img-fluid) {
        height: auto;
        max-width: 50vw;
    }
}
@media (min-width: 576px) {
    main#page-home #services {
        height: 100vh;
    }
    main#page-home #services .list-stacked-cards > li:first-child {
        margin-top: 75%;
    }
    main#page-home #services .list-stacked-cards > li:last-child {
        margin-bottom: 75%;
    }
    main#page-home #services .li-img.inactive .img-wrapper {
        transform: scale(0.9);
    }
    main#page-home #services .li-img.inactive .img-wrapper:before {
        opacity: 0.5;
    }
    main#page-home #services .li-img img:not(.img-fluid) {
        height: auto;
        max-width: 80vw;
    }
    main#page-home #services .img-wrapper:before {
        background: #000;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    main#page-home #services .img-wrapper,
    main#page-home #services .img-wrapper:before {
        transition: 0.5s;
    }
    main#page-home #services .row {
        left: 0;
        position: absolute;
        width: 100%;
    }
    main#page-home #services .col-services {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 575.98px) {
    main#page-home #services .list-contrast > .active {
        font-family: "SF Pro", Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        opacity: 0.67;
    }
}
main#page-home #steps {
    background: url("../img/bg_dotted_lines_01.jpg") no-repeat 100% 0;
}
main#page-home #lets-partner-together .h2,
main#page-home #lets-partner-together h2 {
    line-height: 1;
}
@media (min-width: 576px) {
    main#page-home #lets-partner-together .title-wrapper:before {
        background-color: #000;
        /* background-image: url("../img/bg_noise_black.jpg"); */
        background-repeat: repeat;
        content: "";
        display: block;
        height: 54%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    main#page-home #lets-partner-together .text-wrapper {
        margin-left: 6rem;
    }
}
@media (min-width: 768px) {
    main#page-home #lets-partner-together .text-wrapper {
        margin-left: 12rem;
    }
}
@media (min-width: 1200px) {
    main#page-home #lets-partner-together .text-wrapper {
        margin-left: 15rem;
    }
}
@media (min-width: 1400px) {
    main#page-home #lets-partner-together .text-wrapper {
        margin-left: 18.75rem;
    }
}
@media (max-width: 575.98px) {
    main#page-home #news .h2,
    main#page-home #news h2 {
        font-size: calc(1.65715rem + 4.8858vw) !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
@media (min-width: 576px) {
    main#page-home #news .title-wrapper {
        opacity: 0.1;
        /* text-transform: lowercase; */
    }
}
@media (max-width: 767.98px) {
    main#page-home #subscribe {
        box-shadow: none;
    }
}
@media (min-width: 768px) {
    main#page-home #subscribe {
        max-width: 37.5rem;
    }
}
@media (max-width: 767.98px) {
    main#page-jobs-detail {
        overflow: hidden;
    }
    main#page-jobs-detail aside .card-body:before {
        background: #f4f6f9;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 300%;
        z-index: 1;
    }
    main#page-jobs-detail aside .card-body > * {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 768px) {
    main#page-jobs-detail aside {
        position: sticky;
        top: 2rem;
    }
}
@media (min-width: 992px) {
    main#page-jobs-detail aside {
        top: 3rem;
    }
}
@media (min-width: 576px) {
    main#page-news-overview .row-news {
        padding-bottom: 5rem;
    }
}
@media (min-width: 768px) {
    main#page-news-overview .row-news {
        padding-bottom: 6.25rem;
    }
}
@media (min-width: 992px) {
    main#page-news-overview .row-news {
        padding-bottom: 7.5rem;
    }
}
@media (min-width: 1200px) {
    main#page-news-overview .row-news {
        padding-bottom: 8.75rem;
    }
}
@media (min-width: 1400px) {
    main#page-news-overview .row-news {
        padding-bottom: 9.375rem;
    }
}
@media (min-width: 576px) {
    main#page-news-overview .row-news > :nth-child(2n + 2) {
        transform: translateY(5rem);
    }
}
@media (min-width: 768px) {
    main#page-news-overview .row-news > :nth-child(2n + 2) {
        transform: translateY(6.25rem);
    }
}
@media (min-width: 992px) {
    main#page-news-overview .row-news > :nth-child(2n + 2) {
        transform: translateY(7.5rem);
    }
}
@media (min-width: 1200px) {
    main#page-news-overview .row-news > :nth-child(2n + 2) {
        transform: translateY(8.75rem);
    }
}
@media (min-width: 1400px) {
    main#page-news-overview .row-news > :nth-child(2n + 2) {
        transform: translateY(9.375rem);
    }
}
@media (max-width: 575.98px) {
    main#page-news-overview .c-card-news .container-fluid,
    main#page-news-overview .c-card-news .container-lg,
    main#page-news-overview .c-card-news .container-md,
    main#page-news-overview .c-card-news .container-sm,
    main#page-news-overview .c-card-news .container-xl,
    main#page-news-overview .c-card-news .container-xxl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
main#page-projects .btn-wrapper {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-top: -0.75em;
}
main#page-projects .btn-wrapper > .btn {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75em;
    transition: none;
}
main#page-projects .row-projects img {
    display: block;
}
/* @media (max-width: 991.98px) {
    main#page-projects .row-projects > :nth-child(2n) {
        transform: translateY(2.5rem);
    }
} */
/* @media (min-width: 992px) {
    main#page-projects .row-projects > :nth-child(3n + 2) {
        transform: translateY(2.5rem);
    }
    main#page-projects .row-projects > :nth-child(3n + 3) {
        transform: translateY(5rem);
    }
} */
main.page-widget:before {
    bottom: 0;
    content: "";
    display: block;
    height: 150px;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    z-index: -1;
}
main.page-widget.bg-white:before {
    background: #fff;
}
main.page-widget.bg-white .bg-black + .bg-black {
    box-shadow: 0 -1px 0 #000;
    padding-top: 0 !important;
}
main.page-widget.bg-black:before {
    background: #000;
}
main.page-widget.bg-black .h1,
main.page-widget.bg-black h1 {
    color: #fff;
}
main.page-widget.bg-black .bg-white + .bg-white {
    box-shadow: 0 -1px 0 #fff;
    padding-top: 0 !important;
}
main.page-widget .bg-black .h2,
main.page-widget .bg-black .h3,
main.page-widget .bg-black .h4,
main.page-widget .bg-black .h5,
main.page-widget .bg-black .h6,
main.page-widget .bg-black h2,
main.page-widget .bg-black h3,
main.page-widget .bg-black h4,
main.page-widget .bg-black h5,
main.page-widget .bg-black h6 {
    color: #fff;
}
.a-hover-zoom-img {
    display: inline-block;
    overflow: hidden;
}
.a-hover-zoom-img img {
    transition: transform 0.25s ease-out;
}
.a-hover-zoom-img:hover img {
    transform: scale(1.1);
    transition-timing-function: ease-in;
}
.a-hover-zoom:focus,
.a-hover-zoom:hover {
    transform: scale(1.05);
}
.splitting .char,
.splitting .word {
    display: inline-block;
}
.splitting .char {
    position: relative;
}
.splitting .char:after,
.splitting .char:before {
    content: attr(data-char);
    left: 0;
    position: absolute;
    top: 0;
    transition: inherit;
    -webkit-user-select: none;
    user-select: none;
    visibility: hidden;
}
.splitting {
    --word-center: calc(var(--word-total) / 2 - 0.5);
    --char-center: calc(var(--char-total) / 2 - 0.5);
    --line-center: calc(var(--line-total) / 2 - 0.5);
}
.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc(
        var(--char-offset) * var(--char-offset) / var(--char-center)
    );
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc(var(--distance) / var(--char-center));
}

.navbar-dark .navbar-brand svg * {
    fill: white !important;
}

.l-site-nav .navbar-brand svg {
    height: 100px;
}

.js-cursor {
    display: none;
}

.font-sans {
    font-family: "SF Pro";
}
.c-card-step {
    border: 1px solid #00000015;
}

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

.bg-accent {
    background-color: #2a2929;
}
/*# sourceMappingURL=css\styles.d355807f.css.map*/
