@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ff0000;
  --bs-orange: #fd7e14;
  --bs-yellow: #f7d514;
  --bs-green: #004438;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f1f8f6;
  --bs-gray-200: #eee;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #c5c5c5;
  --bs-gray-500: #8E8E8E;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #455A64;
  --bs-gray-800: #343a40;
  --bs-gray-900: #121212;
  --bs-primary: #f7b114;
  --bs-secondary: #eee;
  --bs-success: #62B67C;
  --bs-info: #77A8E4;
  --bs-warning: #f7d514;
  --bs-danger: #ff0000;
  --bs-light: #f1f8f6;
  --bs-dark: #121212;
  --bs-gray-200: #eee;
  --bs-gray-400: #c5c5c5;
  --bs-gray-500: #8E8E8E;
  --bs-title: #333;
  --bs-primary-rgb: 247, 177, 20;
  --bs-secondary-rgb: 238, 238, 238;
  --bs-success-rgb: 98, 182, 124;
  --bs-info-rgb: 119, 168, 228;
  --bs-warning-rgb: 247, 213, 20;
  --bs-danger-rgb: 255, 0, 0;
  --bs-light-rgb: 241, 248, 246;
  --bs-dark-rgb: 18, 18, 18;
  --bs-gray-200-rgb: 238, 238, 238;
  --bs-gray-400-rgb: 197, 197, 197;
  --bs-gray-500-rgb: 142, 142, 142;
  --bs-title-rgb: 51, 51, 51;
  --bs-primary-text-emphasis: rgb(98.8, 70.8, 8);
  --bs-secondary-text-emphasis: rgb(95.2, 95.2, 95.2);
  --bs-success-text-emphasis: rgb(39.2, 72.8, 49.6);
  --bs-info-text-emphasis: rgb(47.6, 67.2, 91.2);
  --bs-warning-text-emphasis: rgb(98.8, 85.2, 8);
  --bs-danger-text-emphasis: #660000;
  --bs-light-text-emphasis: #455A64;
  --bs-dark-text-emphasis: #455A64;
  --bs-primary-bg-subtle: rgb(253.4, 239.4, 208);
  --bs-secondary-bg-subtle: rgb(251.6, 251.6, 251.6);
  --bs-success-bg-subtle: rgb(223.6, 240.4, 228.8);
  --bs-info-bg-subtle: rgb(227.8, 237.6, 249.6);
  --bs-warning-bg-subtle: rgb(253.4, 246.6, 208);
  --bs-danger-bg-subtle: #ffcccc;
  --bs-light-bg-subtle: rgb(248, 251.5, 250.5);
  --bs-dark-bg-subtle: #c5c5c5;
  --bs-primary-border-subtle: rgb(251.8, 223.8, 161);
  --bs-secondary-border-subtle: rgb(248.2, 248.2, 248.2);
  --bs-success-border-subtle: rgb(192.2, 225.8, 202.6);
  --bs-info-border-subtle: rgb(200.6, 220.2, 244.2);
  --bs-warning-border-subtle: rgb(251.8, 238.2, 161);
  --bs-danger-border-subtle: #ff9999;
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #8E8E8E;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Roboto", system-ui, -apple-system;
  --bs-font-monospace: "Oswald", system-ui, -apple-system;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-gradient-primary-to-success: linear-gradient(90deg, #f7b114, #62b67c);
  --bs-gradient-success-to-primary: linear-gradient(90deg, #62b67c, #f7b114);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f1f8f6;
  --bs-tertiary-bg-rgb: 241, 248, 246;
  --bs-heading-color: #333;
  --bs-link-color: #62B67C;
  --bs-link-color-rgb: 98, 182, 124;
  --bs-link-decoration: none;
  --bs-link-hover-color: #f7b114;
  --bs-link-hover-color-rgb: 247, 177, 20;
  --bs-code-color: #d63384;
  --bs-highlight-color: #000;
  --bs-highlight-bg: rgb(253.4, 246.6, 208);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.02);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(247, 177, 20, 0.25);
  --bs-form-valid-color: #62B67C;
  --bs-form-valid-border-color: #62B67C;
  --bs-form-invalid-color: #ff0000;
  --bs-form-invalid-border-color: #ff0000;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #121212;
  --bs-body-bg-rgb: 18, 18, 18;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #232629;
  --bs-tertiary-bg-rgb: 35, 38, 41;
  --bs-primary-text-emphasis: rgb(250.2, 208.2, 114);
  --bs-secondary-text-emphasis: rgb(244.8, 244.8, 244.8);
  --bs-success-text-emphasis: rgb(160.8, 211.2, 176.4);
  --bs-info-text-emphasis: rgb(173.4, 202.8, 238.8);
  --bs-warning-text-emphasis: rgb(250.2, 229.8, 114);
  --bs-danger-text-emphasis: #ff6666;
  --bs-light-text-emphasis: #f1f8f6;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(49.4, 35.4, 4);
  --bs-secondary-bg-subtle: rgb(47.6, 47.6, 47.6);
  --bs-success-bg-subtle: rgb(19.6, 36.4, 24.8);
  --bs-info-bg-subtle: rgb(23.8, 33.6, 45.6);
  --bs-warning-bg-subtle: rgb(49.4, 42.6, 4);
  --bs-danger-bg-subtle: #330000;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(148.2, 106.2, 12);
  --bs-secondary-border-subtle: rgb(142.8, 142.8, 142.8);
  --bs-success-border-subtle: rgb(58.8, 109.2, 74.4);
  --bs-info-border-subtle: rgb(71.4, 100.8, 136.8);
  --bs-warning-border-subtle: rgb(148.2, 127.8, 12);
  --bs-danger-border-subtle: #990000;
  --bs-light-border-subtle: #455A64;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(250.2, 208.2, 114);
  --bs-link-hover-color: rgb(251.16, 217.56, 142.2);
  --bs-link-color-rgb: 250, 208, 114;
  --bs-link-hover-color-rgb: 251, 218, 142;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(98.8, 85.2, 8);
  --bs-border-color: #455A64;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 142.8, 135.6);
  --bs-form-valid-border-color: rgb(102, 142.8, 135.6);
  --bs-form-invalid-color: #ff6666;
  --bs-form-invalid-border-color: #ff6666;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, .bs-h6, h5, .h5, .bs-h5, h4, .h4, .bs-h4, h3, .h3, .bs-h3, h2, .h2, .bs-h2, h1, .h1, .bs-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--bs-font-monospace);
  font-weight: 500;
  line-height: 1;
  color: var(--bs-heading-color);
}

h1, .h1, .bs-h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  h1, .h1, .bs-h1 {
    font-size: 3.125rem;
  }
}

h2, .h2, .bs-h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  h2, .h2, .bs-h2 {
    font-size: 2.75rem;
  }
}

h3, .h3, .bs-h3 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  h3, .h3, .bs-h3 {
    font-size: 1.625rem;
  }
}

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

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

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

p {
  margin: 0;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  p + p {
    margin-top: 1rem;
  }
}

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

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

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

ol,
ul,
dl {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

.display-2 {
  font-weight: 300;
  line-height: 1;
  font-size: 4.5rem;
}

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

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

.display-5 {
  font-weight: 300;
  line-height: 1;
  font-size: 3rem;
}

.display-6 {
  font-weight: 300;
  line-height: 1;
  font-size: 2.5rem;
}

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.bs-container,
.bs-container-fluid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.bs-container-padding {
  padding-inline: 1rem;
}

@media (min-width: 576px) {
  .bs-container-sm, .bs-container {
    max-width: 540px;
  }
  .bs-container-padding {
    padding-inline: calc((100% - 540px + 2rem) * 0.5);
  }
  .bs-container-padding-sm {
    padding-inline: calc((100% - 540px + 2rem) * 0.5);
  }
}
@media (min-width: 768px) {
  .bs-container-md, .bs-container-sm, .bs-container {
    max-width: 720px;
  }
  .bs-container-padding {
    padding-inline: calc((100% - 720px + 2rem) * 0.5);
  }
  .bs-container-padding-sm {
    padding-inline: calc((100% - 720px + 2rem) * 0.5);
  }
  .bs-container-padding-md {
    padding-inline: calc((100% - 720px + 2rem) * 0.5);
  }
}
@media (min-width: 992px) {
  .bs-container-lg, .bs-container-md, .bs-container-sm, .bs-container {
    max-width: 960px;
  }
  .bs-container-padding {
    padding-inline: calc((100% - 960px + 2rem) * 0.5);
  }
  .bs-container-padding-sm {
    padding-inline: calc((100% - 960px + 2rem) * 0.5);
  }
  .bs-container-padding-md {
    padding-inline: calc((100% - 960px + 2rem) * 0.5);
  }
  .bs-container-padding-lg {
    padding-inline: calc((100% - 960px + 2rem) * 0.5);
  }
}
@media (min-width: 1200px) {
  .bs-container-xl, .bs-container-lg, .bs-container-md, .bs-container-sm, .bs-container {
    max-width: 1140px;
  }
  .bs-container-padding {
    padding-inline: calc((100% - 1140px + 2rem) * 0.5);
  }
  .bs-container-padding-sm {
    padding-inline: calc((100% - 1140px + 2rem) * 0.5);
  }
  .bs-container-padding-md {
    padding-inline: calc((100% - 1140px + 2rem) * 0.5);
  }
  .bs-container-padding-lg {
    padding-inline: calc((100% - 1140px + 2rem) * 0.5);
  }
  .bs-container-padding-xl {
    padding-inline: calc((100% - 1140px + 2rem) * 0.5);
  }
}
@media (min-width: 1400px) {
  .bs-container-xxl, .bs-container-xl, .bs-container-lg, .bs-container-md, .bs-container-sm, .bs-container {
    max-width: 1302px;
  }
  .bs-container-padding {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
  .bs-container-padding-sm {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
  .bs-container-padding-md {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
  .bs-container-padding-lg {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
  .bs-container-padding-xl {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
  .bs-container-padding-xxl {
    padding-inline: calc((100% - 1302px + 2rem) * 0.5);
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2px,
.gx-2px {
  --bs-gutter-x: 0.125rem;
}

.g-2px,
.gy-2px {
  --bs-gutter-y: 0.125rem;
}

.g-4px,
.gx-4px {
  --bs-gutter-x: 0.25rem;
}

.g-4px,
.gy-4px {
  --bs-gutter-y: 0.25rem;
}

.g-6px,
.gx-6px {
  --bs-gutter-x: 0.375rem;
}

.g-6px,
.gy-6px {
  --bs-gutter-y: 0.375rem;
}

.g-7px,
.gx-7px {
  --bs-gutter-x: 0.4375rem;
}

.g-7px,
.gy-7px {
  --bs-gutter-y: 0.4375rem;
}

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

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

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

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

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

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

.g-14px,
.gx-14px {
  --bs-gutter-x: 0.875rem;
}

.g-14px,
.gy-14px {
  --bs-gutter-y: 0.875rem;
}

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

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

.g-18px,
.gx-18px {
  --bs-gutter-x: 1.125rem;
}

.g-18px,
.gy-18px {
  --bs-gutter-y: 1.125rem;
}

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

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

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

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

.g-28px,
.gx-28px {
  --bs-gutter-x: 1.75rem;
}

.g-28px,
.gy-28px {
  --bs-gutter-y: 1.75rem;
}

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

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

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

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

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

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

.g-56px,
.gx-56px {
  --bs-gutter-x: 3.5rem;
}

.g-56px,
.gy-56px {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-72px,
.gx-72px {
  --bs-gutter-x: 4.5rem;
}

.g-72px,
.gy-72px {
  --bs-gutter-y: 4.5rem;
}

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

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

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

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

.g-header,
.gx-header {
  --bs-gutter-x: var(--header-height);
}

.g-header,
.gy-header {
  --bs-gutter-y: var(--header-height);
}

@media (min-width: 576px) {
  .bs-col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .bs-row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-offset-sm-0 {
    margin-left: 0;
  }
  .bs-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bs-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bs-offset-sm-3 {
    margin-left: 25%;
  }
  .bs-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bs-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bs-offset-sm-6 {
    margin-left: 50%;
  }
  .bs-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bs-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bs-offset-sm-9 {
    margin-left: 75%;
  }
  .bs-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bs-offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0px,
  .gx-sm-0px {
    --bs-gutter-x: 0;
  }
  .g-sm-0px,
  .gy-sm-0px {
    --bs-gutter-y: 0;
  }
  .g-sm-2px,
  .gx-sm-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-2px,
  .gy-sm-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-4px,
  .gx-sm-4px {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-4px,
  .gy-sm-4px {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-6px,
  .gx-sm-6px {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-6px,
  .gy-sm-6px {
    --bs-gutter-y: 0.375rem;
  }
  .g-sm-7px,
  .gx-sm-7px {
    --bs-gutter-x: 0.4375rem;
  }
  .g-sm-7px,
  .gy-sm-7px {
    --bs-gutter-y: 0.4375rem;
  }
  .g-sm-8px,
  .gx-sm-8px {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-8px,
  .gy-sm-8px {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10px,
  .gx-sm-10px {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-10px,
  .gy-sm-10px {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-12px,
  .gx-sm-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-12px,
  .gy-sm-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-14px,
  .gx-sm-14px {
    --bs-gutter-x: 0.875rem;
  }
  .g-sm-14px,
  .gy-sm-14px {
    --bs-gutter-y: 0.875rem;
  }
  .g-sm-16px,
  .gx-sm-16px {
    --bs-gutter-x: 1rem;
  }
  .g-sm-16px,
  .gy-sm-16px {
    --bs-gutter-y: 1rem;
  }
  .g-sm-18px,
  .gx-sm-18px {
    --bs-gutter-x: 1.125rem;
  }
  .g-sm-18px,
  .gy-sm-18px {
    --bs-gutter-y: 1.125rem;
  }
  .g-sm-20px,
  .gx-sm-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20px,
  .gy-sm-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-24px,
  .gx-sm-24px {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24px,
  .gy-sm-24px {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-28px,
  .gx-sm-28px {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-28px,
  .gy-sm-28px {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-32px,
  .gx-sm-32px {
    --bs-gutter-x: 2rem;
  }
  .g-sm-32px,
  .gy-sm-32px {
    --bs-gutter-y: 2rem;
  }
  .g-sm-40px,
  .gx-sm-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40px,
  .gy-sm-40px {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-48px,
  .gx-sm-48px {
    --bs-gutter-x: 3rem;
  }
  .g-sm-48px,
  .gy-sm-48px {
    --bs-gutter-y: 3rem;
  }
  .g-sm-56px,
  .gx-sm-56px {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-56px,
  .gy-sm-56px {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-64px,
  .gx-sm-64px {
    --bs-gutter-x: 4rem;
  }
  .g-sm-64px,
  .gy-sm-64px {
    --bs-gutter-y: 4rem;
  }
  .g-sm-72px,
  .gx-sm-72px {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-72px,
  .gy-sm-72px {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-80px,
  .gx-sm-80px {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80px,
  .gy-sm-80px {
    --bs-gutter-y: 5rem;
  }
  .g-sm-160px,
  .gx-sm-160px {
    --bs-gutter-x: 10rem;
  }
  .g-sm-160px,
  .gy-sm-160px {
    --bs-gutter-y: 10rem;
  }
  .g-sm-header,
  .gx-sm-header {
    --bs-gutter-x: var(--header-height);
  }
  .g-sm-header,
  .gy-sm-header {
    --bs-gutter-y: var(--header-height);
  }
}
@media (min-width: 768px) {
  .bs-col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .bs-row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-offset-md-0 {
    margin-left: 0;
  }
  .bs-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bs-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bs-offset-md-3 {
    margin-left: 25%;
  }
  .bs-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bs-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bs-offset-md-6 {
    margin-left: 50%;
  }
  .bs-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bs-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bs-offset-md-9 {
    margin-left: 75%;
  }
  .bs-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bs-offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0px,
  .gx-md-0px {
    --bs-gutter-x: 0;
  }
  .g-md-0px,
  .gy-md-0px {
    --bs-gutter-y: 0;
  }
  .g-md-2px,
  .gx-md-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-2px,
  .gy-md-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-4px,
  .gx-md-4px {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-4px,
  .gy-md-4px {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-6px,
  .gx-md-6px {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-6px,
  .gy-md-6px {
    --bs-gutter-y: 0.375rem;
  }
  .g-md-7px,
  .gx-md-7px {
    --bs-gutter-x: 0.4375rem;
  }
  .g-md-7px,
  .gy-md-7px {
    --bs-gutter-y: 0.4375rem;
  }
  .g-md-8px,
  .gx-md-8px {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-8px,
  .gy-md-8px {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10px,
  .gx-md-10px {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-10px,
  .gy-md-10px {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-12px,
  .gx-md-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-12px,
  .gy-md-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-14px,
  .gx-md-14px {
    --bs-gutter-x: 0.875rem;
  }
  .g-md-14px,
  .gy-md-14px {
    --bs-gutter-y: 0.875rem;
  }
  .g-md-16px,
  .gx-md-16px {
    --bs-gutter-x: 1rem;
  }
  .g-md-16px,
  .gy-md-16px {
    --bs-gutter-y: 1rem;
  }
  .g-md-18px,
  .gx-md-18px {
    --bs-gutter-x: 1.125rem;
  }
  .g-md-18px,
  .gy-md-18px {
    --bs-gutter-y: 1.125rem;
  }
  .g-md-20px,
  .gx-md-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20px,
  .gy-md-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-24px,
  .gx-md-24px {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24px,
  .gy-md-24px {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-28px,
  .gx-md-28px {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-28px,
  .gy-md-28px {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-32px,
  .gx-md-32px {
    --bs-gutter-x: 2rem;
  }
  .g-md-32px,
  .gy-md-32px {
    --bs-gutter-y: 2rem;
  }
  .g-md-40px,
  .gx-md-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40px,
  .gy-md-40px {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-48px,
  .gx-md-48px {
    --bs-gutter-x: 3rem;
  }
  .g-md-48px,
  .gy-md-48px {
    --bs-gutter-y: 3rem;
  }
  .g-md-56px,
  .gx-md-56px {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-56px,
  .gy-md-56px {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-64px,
  .gx-md-64px {
    --bs-gutter-x: 4rem;
  }
  .g-md-64px,
  .gy-md-64px {
    --bs-gutter-y: 4rem;
  }
  .g-md-72px,
  .gx-md-72px {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-72px,
  .gy-md-72px {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-80px,
  .gx-md-80px {
    --bs-gutter-x: 5rem;
  }
  .g-md-80px,
  .gy-md-80px {
    --bs-gutter-y: 5rem;
  }
  .g-md-160px,
  .gx-md-160px {
    --bs-gutter-x: 10rem;
  }
  .g-md-160px,
  .gy-md-160px {
    --bs-gutter-y: 10rem;
  }
  .g-md-header,
  .gx-md-header {
    --bs-gutter-x: var(--header-height);
  }
  .g-md-header,
  .gy-md-header {
    --bs-gutter-y: var(--header-height);
  }
}
@media (min-width: 992px) {
  .bs-col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .bs-row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-offset-lg-0 {
    margin-left: 0;
  }
  .bs-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bs-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bs-offset-lg-3 {
    margin-left: 25%;
  }
  .bs-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bs-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bs-offset-lg-6 {
    margin-left: 50%;
  }
  .bs-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bs-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bs-offset-lg-9 {
    margin-left: 75%;
  }
  .bs-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bs-offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0px,
  .gx-lg-0px {
    --bs-gutter-x: 0;
  }
  .g-lg-0px,
  .gy-lg-0px {
    --bs-gutter-y: 0;
  }
  .g-lg-2px,
  .gx-lg-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-2px,
  .gy-lg-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-4px,
  .gx-lg-4px {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-4px,
  .gy-lg-4px {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-6px,
  .gx-lg-6px {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-6px,
  .gy-lg-6px {
    --bs-gutter-y: 0.375rem;
  }
  .g-lg-7px,
  .gx-lg-7px {
    --bs-gutter-x: 0.4375rem;
  }
  .g-lg-7px,
  .gy-lg-7px {
    --bs-gutter-y: 0.4375rem;
  }
  .g-lg-8px,
  .gx-lg-8px {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-8px,
  .gy-lg-8px {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10px,
  .gx-lg-10px {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-10px,
  .gy-lg-10px {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-12px,
  .gx-lg-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-12px,
  .gy-lg-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-14px,
  .gx-lg-14px {
    --bs-gutter-x: 0.875rem;
  }
  .g-lg-14px,
  .gy-lg-14px {
    --bs-gutter-y: 0.875rem;
  }
  .g-lg-16px,
  .gx-lg-16px {
    --bs-gutter-x: 1rem;
  }
  .g-lg-16px,
  .gy-lg-16px {
    --bs-gutter-y: 1rem;
  }
  .g-lg-18px,
  .gx-lg-18px {
    --bs-gutter-x: 1.125rem;
  }
  .g-lg-18px,
  .gy-lg-18px {
    --bs-gutter-y: 1.125rem;
  }
  .g-lg-20px,
  .gx-lg-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20px,
  .gy-lg-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-24px,
  .gx-lg-24px {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24px,
  .gy-lg-24px {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-28px,
  .gx-lg-28px {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-28px,
  .gy-lg-28px {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-32px,
  .gx-lg-32px {
    --bs-gutter-x: 2rem;
  }
  .g-lg-32px,
  .gy-lg-32px {
    --bs-gutter-y: 2rem;
  }
  .g-lg-40px,
  .gx-lg-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40px,
  .gy-lg-40px {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-48px,
  .gx-lg-48px {
    --bs-gutter-x: 3rem;
  }
  .g-lg-48px,
  .gy-lg-48px {
    --bs-gutter-y: 3rem;
  }
  .g-lg-56px,
  .gx-lg-56px {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-56px,
  .gy-lg-56px {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-64px,
  .gx-lg-64px {
    --bs-gutter-x: 4rem;
  }
  .g-lg-64px,
  .gy-lg-64px {
    --bs-gutter-y: 4rem;
  }
  .g-lg-72px,
  .gx-lg-72px {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-72px,
  .gy-lg-72px {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-80px,
  .gx-lg-80px {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80px,
  .gy-lg-80px {
    --bs-gutter-y: 5rem;
  }
  .g-lg-160px,
  .gx-lg-160px {
    --bs-gutter-x: 10rem;
  }
  .g-lg-160px,
  .gy-lg-160px {
    --bs-gutter-y: 10rem;
  }
  .g-lg-header,
  .gx-lg-header {
    --bs-gutter-x: var(--header-height);
  }
  .g-lg-header,
  .gy-lg-header {
    --bs-gutter-y: var(--header-height);
  }
}
@media (min-width: 1200px) {
  .bs-col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .bs-row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-offset-xl-0 {
    margin-left: 0;
  }
  .bs-offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bs-offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bs-offset-xl-3 {
    margin-left: 25%;
  }
  .bs-offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bs-offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bs-offset-xl-6 {
    margin-left: 50%;
  }
  .bs-offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bs-offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bs-offset-xl-9 {
    margin-left: 75%;
  }
  .bs-offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bs-offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0px,
  .gx-xl-0px {
    --bs-gutter-x: 0;
  }
  .g-xl-0px,
  .gy-xl-0px {
    --bs-gutter-y: 0;
  }
  .g-xl-2px,
  .gx-xl-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-2px,
  .gy-xl-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-4px,
  .gx-xl-4px {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-4px,
  .gy-xl-4px {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-6px,
  .gx-xl-6px {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-6px,
  .gy-xl-6px {
    --bs-gutter-y: 0.375rem;
  }
  .g-xl-7px,
  .gx-xl-7px {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xl-7px,
  .gy-xl-7px {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xl-8px,
  .gx-xl-8px {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-8px,
  .gy-xl-8px {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10px,
  .gx-xl-10px {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-10px,
  .gy-xl-10px {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-12px,
  .gx-xl-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-12px,
  .gy-xl-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-14px,
  .gx-xl-14px {
    --bs-gutter-x: 0.875rem;
  }
  .g-xl-14px,
  .gy-xl-14px {
    --bs-gutter-y: 0.875rem;
  }
  .g-xl-16px,
  .gx-xl-16px {
    --bs-gutter-x: 1rem;
  }
  .g-xl-16px,
  .gy-xl-16px {
    --bs-gutter-y: 1rem;
  }
  .g-xl-18px,
  .gx-xl-18px {
    --bs-gutter-x: 1.125rem;
  }
  .g-xl-18px,
  .gy-xl-18px {
    --bs-gutter-y: 1.125rem;
  }
  .g-xl-20px,
  .gx-xl-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20px,
  .gy-xl-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-24px,
  .gx-xl-24px {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24px,
  .gy-xl-24px {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-28px,
  .gx-xl-28px {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-28px,
  .gy-xl-28px {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-32px,
  .gx-xl-32px {
    --bs-gutter-x: 2rem;
  }
  .g-xl-32px,
  .gy-xl-32px {
    --bs-gutter-y: 2rem;
  }
  .g-xl-40px,
  .gx-xl-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40px,
  .gy-xl-40px {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-48px,
  .gx-xl-48px {
    --bs-gutter-x: 3rem;
  }
  .g-xl-48px,
  .gy-xl-48px {
    --bs-gutter-y: 3rem;
  }
  .g-xl-56px,
  .gx-xl-56px {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-56px,
  .gy-xl-56px {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-64px,
  .gx-xl-64px {
    --bs-gutter-x: 4rem;
  }
  .g-xl-64px,
  .gy-xl-64px {
    --bs-gutter-y: 4rem;
  }
  .g-xl-72px,
  .gx-xl-72px {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-72px,
  .gy-xl-72px {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-80px,
  .gx-xl-80px {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80px,
  .gy-xl-80px {
    --bs-gutter-y: 5rem;
  }
  .g-xl-160px,
  .gx-xl-160px {
    --bs-gutter-x: 10rem;
  }
  .g-xl-160px,
  .gy-xl-160px {
    --bs-gutter-y: 10rem;
  }
  .g-xl-header,
  .gx-xl-header {
    --bs-gutter-x: var(--header-height);
  }
  .g-xl-header,
  .gy-xl-header {
    --bs-gutter-y: var(--header-height);
  }
}
@media (min-width: 1400px) {
  .bs-col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .bs-row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .bs-row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bs-col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bs-col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bs-col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .bs-col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bs-col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bs-col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bs-col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bs-col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bs-col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .bs-col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bs-col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bs-col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .bs-offset-xxl-0 {
    margin-left: 0;
  }
  .bs-offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bs-offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bs-offset-xxl-3 {
    margin-left: 25%;
  }
  .bs-offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bs-offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bs-offset-xxl-6 {
    margin-left: 50%;
  }
  .bs-offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bs-offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bs-offset-xxl-9 {
    margin-left: 75%;
  }
  .bs-offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bs-offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0px,
  .gx-xxl-0px {
    --bs-gutter-x: 0;
  }
  .g-xxl-0px,
  .gy-xxl-0px {
    --bs-gutter-y: 0;
  }
  .g-xxl-2px,
  .gx-xxl-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-2px,
  .gy-xxl-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-xxl-4px,
  .gx-xxl-4px {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-4px,
  .gy-xxl-4px {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-6px,
  .gx-xxl-6px {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-6px,
  .gy-xxl-6px {
    --bs-gutter-y: 0.375rem;
  }
  .g-xxl-7px,
  .gx-xxl-7px {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xxl-7px,
  .gy-xxl-7px {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xxl-8px,
  .gx-xxl-8px {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-8px,
  .gy-xxl-8px {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10px,
  .gx-xxl-10px {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-10px,
  .gy-xxl-10px {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-12px,
  .gx-xxl-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-12px,
  .gy-xxl-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-14px,
  .gx-xxl-14px {
    --bs-gutter-x: 0.875rem;
  }
  .g-xxl-14px,
  .gy-xxl-14px {
    --bs-gutter-y: 0.875rem;
  }
  .g-xxl-16px,
  .gx-xxl-16px {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-16px,
  .gy-xxl-16px {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-18px,
  .gx-xxl-18px {
    --bs-gutter-x: 1.125rem;
  }
  .g-xxl-18px,
  .gy-xxl-18px {
    --bs-gutter-y: 1.125rem;
  }
  .g-xxl-20px,
  .gx-xxl-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20px,
  .gy-xxl-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-24px,
  .gx-xxl-24px {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24px,
  .gy-xxl-24px {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-28px,
  .gx-xxl-28px {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-28px,
  .gy-xxl-28px {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-32px,
  .gx-xxl-32px {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-32px,
  .gy-xxl-32px {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-40px,
  .gx-xxl-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40px,
  .gy-xxl-40px {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-48px,
  .gx-xxl-48px {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-48px,
  .gy-xxl-48px {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-56px,
  .gx-xxl-56px {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-56px,
  .gy-xxl-56px {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-64px,
  .gx-xxl-64px {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-64px,
  .gy-xxl-64px {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-72px,
  .gx-xxl-72px {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-72px,
  .gy-xxl-72px {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-80px,
  .gx-xxl-80px {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80px,
  .gy-xxl-80px {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-160px,
  .gx-xxl-160px {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-160px,
  .gy-xxl-160px {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-header,
  .gx-xxl-header {
    --bs-gutter-x: var(--header-height);
  }
  .g-xxl-header,
  .gy-xxl-header {
    --bs-gutter-y: var(--header-height);
  }
}
.bs-form-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.bs-col-form-label {
  padding-top: calc(0.78125rem + var(--bs-border-width));
  padding-bottom: calc(0.78125rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.bs-col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1rem;
}

.bs-col-form-label-sm {
  padding-top: calc(0.34375rem + var(--bs-border-width));
  padding-bottom: calc(0.34375rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.bs-form-control {
  display: block;
  width: 100%;
  padding: 0.78125rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-gray-400);
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bs-form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.bs-form-control[type=file] {
  overflow: hidden;
}
.bs-form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bs-form-control:focus {
  color: var(--bs-black);
  background-color: var(--bs-body-bg);
  border-color: rgb(251, 216, 137.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(247, 177, 20, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(247, 177, 20, 0.25);
}
.bs-form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.bs-form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.bs-form-control::-webkit-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control::-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control::-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control::placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.bs-form-control::-webkit-file-upload-button {
  padding: 0.78125rem 1.25rem;
  margin: -0.78125rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: var(--bs-black);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.bs-form-control::file-selector-button {
  padding: 0.78125rem 1.25rem;
  margin: -0.78125rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: var(--bs-black);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bs-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .bs-form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.bs-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.bs-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.bs-form-control--password {
  padding-right: 3rem;
}

.bs-form-control-prefix {
  color: rgba(var(--bs-black-rgb), 0.2);
}

label.bs-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.5rem;
}
label.bs-form-control .bs-form-control-plaintext {
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
label.bs-form-control .bs-form-control-plaintext:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bs-form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.78125rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.bs-form-control-plaintext:focus {
  outline: 0;
}
.bs-form-control-plaintext::-webkit-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control-plaintext::-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control-plaintext:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control-plaintext::-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control-plaintext::placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.bs-form-control-plaintext.bs-form-control-sm, .bs-form-control-plaintext.bs-form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.bs-form-control-sm {
  min-height: calc(1.5em + 0.6875rem + calc(var(--bs-border-width) * 2));
  padding: 0.34375rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.bs-form-control-sm::-webkit-file-upload-button {
  padding: 0.34375rem 0.5rem;
  margin: -0.34375rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bs-form-control-sm::file-selector-button {
  padding: 0.34375rem 0.5rem;
  margin: -0.34375rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.bs-form-control-lg {
  min-height: 3.5rem;
  font-family: var(--bs-font-roboto);
  font-weight: 700;
  color: var(--bs-primary);
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}
.bs-form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1.25rem;
  margin: -0.5rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}
.bs-form-control-lg::file-selector-button {
  padding: 0.5rem 1.25rem;
  margin: -0.5rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}
.bs-form-control-lg::-webkit-input-placeholder {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
}
.bs-form-control-lg::-moz-placeholder {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
}
.bs-form-control-lg:-ms-input-placeholder {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
}
.bs-form-control-lg::-ms-input-placeholder {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
}
.bs-form-control-lg::placeholder {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
}

textarea {
  resize: none;
}
textarea.bs-form-control {
  min-height: calc(1.5em + 1.5625rem + calc(var(--bs-border-width) * 2));
}
textarea.bs-form-control-sm {
  min-height: calc(1.5em + 0.6875rem + calc(var(--bs-border-width) * 2));
}
textarea.bs-form-control-lg {
  min-height: 3.5rem;
}

.bs-form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.5625rem + calc(var(--bs-border-width) * 2));
  padding: 0.78125rem;
}
.bs-form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bs-form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.5rem;
}
.bs-form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.5rem;
}
.bs-form-control-color.bs-form-control-sm {
  height: calc(1.5em + 0.6875rem + calc(var(--bs-border-width) * 2));
}
.bs-form-control-color.bs-form-control-lg {
  height: 3.5rem;
}

.bs-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.bs-form-check-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bs-form-check-input {
  --bs-form-check-bg: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-success);
  cursor: pointer;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.bs-form-check-input[type=checkbox] {
  border-radius: 0.375rem;
}
.bs-form-check-input[type=radio] {
  border-radius: 50%;
}
.bs-form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.bs-form-check-input:focus {
  border-color: var(--bs-success);
  outline: 0;
}
.bs-form-check-input:checked {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.bs-form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' d='M4.5 8.73077L8.83732 14.2743C9.28599 14.8478 10.1775 14.7648 10.5127 14.1184L15.5 4.5' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
}
.bs-form-check-input:checked[type=radio] {
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 18 18'%3e%3ccircle cx='10' cy='10' r='7' fill='%2362B67C'/%3e%3c/svg%3e");
}
.bs-form-check-input[type=checkbox]:indeterminate {
  background-color: #f7b114;
  border-color: #f7b114;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.bs-form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.bs-form-check-input[disabled] ~ .form-check-label, .bs-form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.bs-form-check-label {
  font-size: 0.875rem;
  color: inherit;
  cursor: pointer;
}

.bs-form-switch {
  padding-left: 2.5em;
}
.bs-form-switch .bs-form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bs-form-switch .bs-form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.bs-form-switch .bs-form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28251, 216, 137.5%29'/%3e%3c/svg%3e");
}
.bs-form-switch .bs-form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bs-form-switch.bs-form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.bs-form-switch.bs-form-check-reverse .bs-form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.bs-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bs-btn-check[disabled] + .btn, .bs-btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .bs-form-switch .bs-form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0rem;
  font-size: 0.625rem;
  color: var(--bs-form-valid-color);
}

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

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

.was-validated .bs-form-control:valid, .bs-form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.5625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2362B67C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.390625rem) center;
  background-size: calc(0.75em + 0.78125rem) calc(0.75em + 0.78125rem);
}
.was-validated .bs-form-control:valid:focus, .bs-form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2362B67C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 6.875rem;
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.78125rem) calc(0.75em + 0.78125rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.5625rem));
}

.was-validated .bs-form-check-input:valid, .bs-form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .bs-form-check-input:valid:checked, .bs-form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .bs-form-check-input:valid:focus, .bs-form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .bs-form-check-input:valid ~ .bs-form-check-label, .bs-form-check-input.is-valid ~ .bs-form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .bs-input-group > .bs-form-control:not(:focus):valid, .bs-input-group > .bs-form-control:not(:focus).is-valid,
.was-validated .bs-input-group > .form-select:not(:focus):valid,
.bs-input-group > .form-select:not(:focus).is-valid,
.was-validated .bs-input-group > .form-floating:not(:focus-within):valid,
.bs-input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0rem;
  font-size: 0.625rem;
  color: var(--bs-form-invalid-color);
}

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");
  padding-right: 6.875rem;
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.78125rem) calc(0.75em + 0.78125rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.5625rem));
}

.was-validated .bs-form-check-input:invalid, .bs-form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .bs-form-check-input:invalid:checked, .bs-form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .bs-form-check-input:invalid:focus, .bs-form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .bs-form-check-input:invalid ~ .bs-form-check-label, .bs-form-check-input.is-invalid ~ .bs-form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .bs-input-group > .bs-form-control:not(:focus):invalid, .bs-input-group > .bs-form-control:not(:focus).is-invalid,
.was-validated .bs-input-group > .form-select:not(:focus):invalid,
.bs-input-group > .form-select:not(:focus).is-invalid,
.was-validated .bs-input-group > .form-floating:not(:focus-within):invalid,
.bs-input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.bs-btn {
  --bs-btn-padding-x: 0rem;
  --bs-btn-padding-y: 0rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0rem;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: none;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bs-btn {
    -webkit-transition: none;
    transition: none;
  }
}
@media (hover: hover) {
  .bs-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .bs-btn-check + .bs-btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
}
.bs-btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.bs-btn-check:focus-visible + .bs-btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.bs-btn-check:checked + .bs-btn, :not(.bs-btn-check) + .bs-btn:active, .bs-btn:first-child:active, .bs-btn.active, .bs-btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.bs-btn-check:checked + .bs-btn:focus-visible, :not(.bs-btn-check) + .bs-btn:active:focus-visible, .bs-btn:first-child:active:focus-visible, .bs-btn.active:focus-visible, .bs-btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.bs-btn-check:checked:focus-visible + .bs-btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.bs-btn:disabled, .bs-btn.disabled, fieldset:disabled .bs-btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.bs-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f7b114;
  --bs-btn-border-color: #f7b114;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #62B67C;
  --bs-btn-hover-border-color: #62B67C;
  --bs-btn-focus-shadow-rgb: 248, 189, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f7b114;
  --bs-btn-active-border-color: #f7b114;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f7b114;
  --bs-btn-disabled-border-color: #f7b114;
}
.bs-btn-primary.bs-btn-border-gradient {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f7b114;
  --bs-btn-border-color: #f7b114;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: linear-gradient(90deg, #62b67c, #f7b114);
  --bs-btn-focus-shadow-rgb: 248, 189, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: linear-gradient(90deg, #62b67c, #f7b114);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f7b114;
  --bs-btn-disabled-border-color: #f7b114;
}

.bs-btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.55, 240.55, 240.55);
  --bs-btn-hover-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-focus-shadow-rgb: 202, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.4, 241.4, 241.4);
  --bs-btn-active-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
}

.bs-btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #62B67C;
  --bs-btn-border-color: #62B67C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7b114;
  --bs-btn-hover-border-color: #f7b114;
  --bs-btn-focus-shadow-rgb: 122, 193, 144;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #62B67C;
  --bs-btn-active-border-color: #62B67C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #62B67C;
  --bs-btn-disabled-border-color: #62B67C;
}
.bs-btn-success.bs-btn-border-gradient {
  --bs-btn-color: #fff;
  --bs-btn-bg: #62B67C;
  --bs-btn-border-color: #62B67C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: linear-gradient(90deg, #62b67c, #f7b114);
  --bs-btn-focus-shadow-rgb: 122, 193, 144;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: linear-gradient(90deg, #62b67c, #f7b114);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #62B67C;
  --bs-btn-disabled-border-color: #62B67C;
}

.bs-btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #77A8E4;
  --bs-btn-border-color: #77A8E4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7b114;
  --bs-btn-hover-border-color: #f7b114;
  --bs-btn-focus-shadow-rgb: 139, 181, 232;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #77A8E4;
  --bs-btn-active-border-color: #77A8E4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #77A8E4;
  --bs-btn-disabled-border-color: #77A8E4;
}

.bs-btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7d514;
  --bs-btn-border-color: #f7d514;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.2, 219.3, 55.25);
  --bs-btn-hover-border-color: rgb(247.8, 217.2, 43.5);
  --bs-btn-focus-shadow-rgb: 210, 181, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.6, 221.4, 67);
  --bs-btn-active-border-color: rgb(247.8, 217.2, 43.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7d514;
  --bs-btn-disabled-border-color: #f7d514;
}

.bs-btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 38.25, 38.25);
  --bs-btn-hover-border-color: rgb(255, 25.5, 25.5);
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff3333;
  --bs-btn-active-border-color: rgb(255, 25.5, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}

.bs-btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1f8f6;
  --bs-btn-border-color: #f1f8f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(204.85, 210.8, 209.1);
  --bs-btn-hover-border-color: rgb(192.8, 198.4, 196.8);
  --bs-btn-focus-shadow-rgb: 205, 211, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(192.8, 198.4, 196.8);
  --bs-btn-active-border-color: rgb(180.75, 186, 184.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1f8f6;
  --bs-btn-disabled-border-color: #f1f8f6;
}

.bs-btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #121212;
  --bs-btn-border-color: #121212;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(53.55, 53.55, 53.55);
  --bs-btn-hover-border-color: rgb(41.7, 41.7, 41.7);
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(65.4, 65.4, 65.4);
  --bs-btn-active-border-color: rgb(41.7, 41.7, 41.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #121212;
  --bs-btn-disabled-border-color: #121212;
}

.bs-btn-gray-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.55, 240.55, 240.55);
  --bs-btn-hover-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-focus-shadow-rgb: 202, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.4, 241.4, 241.4);
  --bs-btn-active-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
}

.bs-btn-gray-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #c5c5c5;
  --bs-btn-border-color: #c5c5c5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(205.7, 205.7, 205.7);
  --bs-btn-hover-border-color: rgb(202.8, 202.8, 202.8);
  --bs-btn-focus-shadow-rgb: 167, 167, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(208.6, 208.6, 208.6);
  --bs-btn-active-border-color: rgb(202.8, 202.8, 202.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c5c5c5;
  --bs-btn-disabled-border-color: #c5c5c5;
}

.bs-btn-gray-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #8E8E8E;
  --bs-btn-border-color: #8E8E8E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(158.95, 158.95, 158.95);
  --bs-btn-hover-border-color: rgb(153.3, 153.3, 153.3);
  --bs-btn-focus-shadow-rgb: 121, 121, 121;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(164.6, 164.6, 164.6);
  --bs-btn-active-border-color: rgb(153.3, 153.3, 153.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #8E8E8E;
  --bs-btn-disabled-border-color: #8E8E8E;
}

.bs-btn-title {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.35, 43.35, 43.35);
  --bs-btn-hover-border-color: rgb(40.8, 40.8, 40.8);
  --bs-btn-focus-shadow-rgb: 82, 82, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(40.8, 40.8, 40.8);
  --bs-btn-active-border-color: rgb(38.25, 38.25, 38.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333;
  --bs-btn-disabled-border-color: #333;
}

.bs-btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7b114;
  --bs-btn-hover-border-color: #f7b114;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f7b114;
  --bs-btn-active-border-color: #f7b114;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.bs-btn-outline-primary.bs-btn-border-gradient {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7b114;
  --bs-btn-hover-border-color: #f7b114;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f7b114;
  --bs-btn-active-border-color: #f7b114;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
  --bs-btn-bg: var(--bs-body-bg);
  --bs-btn-border-color: linear-gradient(90deg, #62b67c, #f7b114);
}

.bs-btn-outline-secondary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #62B67C;
  --bs-btn-hover-border-color: #62B67C;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #62B67C;
  --bs-btn-active-border-color: #62B67C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
  --bs-btn-border-color: #c5c5c5;
}

.bs-btn-outline-success {
  --bs-btn-color: #62B67C;
  --bs-btn-border-color: #62B67C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #62B67C;
  --bs-btn-hover-border-color: #62B67C;
  --bs-btn-focus-shadow-rgb: 98, 182, 124;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #62B67C;
  --bs-btn-active-border-color: #62B67C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #62B67C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #62B67C;
  --bs-gradient: none;
}

.bs-btn-outline-info {
  --bs-btn-color: #77A8E4;
  --bs-btn-border-color: #77A8E4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #77A8E4;
  --bs-btn-hover-border-color: #77A8E4;
  --bs-btn-focus-shadow-rgb: 119, 168, 228;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #77A8E4;
  --bs-btn-active-border-color: #77A8E4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #77A8E4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #77A8E4;
  --bs-gradient: none;
}

.bs-btn-outline-warning {
  --bs-btn-color: #f7d514;
  --bs-btn-border-color: #f7d514;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7d514;
  --bs-btn-hover-border-color: #f7d514;
  --bs-btn-focus-shadow-rgb: 247, 213, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7d514;
  --bs-btn-active-border-color: #f7d514;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7d514;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7d514;
  --bs-gradient: none;
}

.bs-btn-outline-danger {
  --bs-btn-color: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff0000;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-focus-shadow-rgb: 255, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff0000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff0000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff0000;
  --bs-gradient: none;
}

.bs-btn-outline-light {
  --bs-btn-color: #f1f8f6;
  --bs-btn-border-color: #f1f8f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f8f6;
  --bs-btn-hover-border-color: #f1f8f6;
  --bs-btn-focus-shadow-rgb: 241, 248, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f8f6;
  --bs-btn-active-border-color: #f1f8f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f1f8f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1f8f6;
  --bs-gradient: none;
}

.bs-btn-outline-dark {
  --bs-btn-color: #121212;
  --bs-btn-border-color: #121212;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #121212;
  --bs-btn-hover-border-color: #121212;
  --bs-btn-focus-shadow-rgb: 18, 18, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #121212;
  --bs-btn-active-border-color: #121212;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #121212;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #121212;
  --bs-gradient: none;
}

.bs-btn-outline-gray-200 {
  --bs-btn-color: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-focus-shadow-rgb: 238, 238, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eee;
  --bs-btn-active-border-color: #eee;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eee;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eee;
  --bs-gradient: none;
}

.bs-btn-outline-gray-400 {
  --bs-btn-color: #c5c5c5;
  --bs-btn-border-color: #c5c5c5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c5c5c5;
  --bs-btn-hover-border-color: #c5c5c5;
  --bs-btn-focus-shadow-rgb: 197, 197, 197;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c5c5c5;
  --bs-btn-active-border-color: #c5c5c5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c5c5c5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c5c5c5;
  --bs-gradient: none;
}

.bs-btn-outline-gray-500 {
  --bs-btn-color: #8E8E8E;
  --bs-btn-border-color: #8E8E8E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8E8E8E;
  --bs-btn-hover-border-color: #8E8E8E;
  --bs-btn-focus-shadow-rgb: 142, 142, 142;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8E8E8E;
  --bs-btn-active-border-color: #8E8E8E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8E8E8E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8E8E8E;
  --bs-gradient: none;
}

.bs-btn-outline-title {
  --bs-btn-color: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333;
  --bs-btn-hover-border-color: #333;
  --bs-btn-focus-shadow-rgb: 51, 51, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333;
  --bs-gradient: none;
}

.bs-btn-border-gradient {
  border: none;
  position: relative;
}
.bs-btn-border-gradient::after {
  content: "";
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  padding: var(--bs-btn-border-width);
  background: var(--bs-btn-border-color);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
@media (hover: hover) {
  .bs-btn-border-gradient:is(:hover, :focus-visible)::after {
    background: var(--bs-btn-hover-border-color);
  }
}
.bs-btn-border-gradient:is(:active, .active, .show)::after {
  background: var(--bs-btn-active-border-color);
}

.bs-btn-has-icon {
  --bs-btn-icon-size: 1rem;
  --bs-btn-icon-color: var(--bs-btn-color);
  --bs-btn-hover-icon-color: var(--bs-btn-hover-color);
  --bs-btn-active-icon-color: var(--bs-btn-active-color);
  --bs-btn-disabled-icon-color: var(--bs-btn-disabled-color);
  gap: 0.625rem;
}
.bs-btn-has-icon .icon {
  --bs-icon-size: var(--bs-btn-icon-size);
  --bs-icon-color: var(--bs-btn-icon-color);
}
@media (hover: hover) {
  .bs-btn-has-icon:hover .icon, .bs-btn-check + .bs-btn-has-icon:hover .icon {
    --bs-icon-color: var(--bs-btn-hover-icon-color);
  }
  .bs-btn-has-icon:hover .icon-container--hover > .icon:first-child, .bs-btn-check + .bs-btn-has-icon:hover .icon-container--hover > .icon:first-child {
    opacity: 0;
  }
  .bs-btn-has-icon:hover .icon-container--hover > .icon:last-child, .bs-btn-check + .bs-btn-has-icon:hover .icon-container--hover > .icon:last-child {
    opacity: 1;
  }
}
.bs-btn-has-icon:focus-visible .icon, .bs-btn-check:focus-visible + .bs-btn-has-icon .icon {
  --bs-icon-color: var(--bs-btn-hover-icon-color);
}
.bs-btn-has-icon:focus-visible .icon-container--hover > .icon:first-child, .bs-btn-check:focus-visible + .bs-btn-has-icon .icon-container--hover > .icon:first-child {
  opacity: 0;
}
.bs-btn-has-icon:focus-visible .icon-container--hover > .icon:last-child, .bs-btn-check:focus-visible + .bs-btn-has-icon .icon-container--hover > .icon:last-child {
  opacity: 1;
}
.bs-btn-check:checked + .bs-btn-has-icon .icon, .bs-btn-check:checked:focus-visible + .bs-btn-has-icon .icon, :not(.bs-btn-check) + .bs-btn-has-icon:active .icon, .bs-btn-has-icon:first-child:active .icon, .bs-btn-has-icon.active .icon, .bs-btn-has-icon.show .icon {
  --bs-icon-color: var(--bs-btn-active-icon-color);
}
.bs-btn-check:checked + .bs-btn-has-icon .icon-container > .icon:first-child, .bs-btn-check:checked:focus-visible + .bs-btn-has-icon .icon-container > .icon:first-child, :not(.bs-btn-check) + .bs-btn-has-icon:active .icon-container > .icon:first-child, .bs-btn-has-icon:first-child:active .icon-container > .icon:first-child, .bs-btn-has-icon.active .icon-container > .icon:first-child, .bs-btn-has-icon.show .icon-container > .icon:first-child {
  opacity: 0;
}
.bs-btn-check:checked + .bs-btn-has-icon .icon-container > .icon:last-child, .bs-btn-check:checked:focus-visible + .bs-btn-has-icon .icon-container > .icon:last-child, :not(.bs-btn-check) + .bs-btn-has-icon:active .icon-container > .icon:last-child, .bs-btn-has-icon:first-child:active .icon-container > .icon:last-child, .bs-btn-has-icon.active .icon-container > .icon:last-child, .bs-btn-has-icon.show .icon-container > .icon:last-child {
  opacity: 1;
}
.bs-btn-has-icon:disabled .icon, .bs-btn-has-icon.disabled .icon, fieldset:disabled .bs-btn-has-icon .icon {
  --bs-icon-color: var(--bs-btn-disabled-icon-color);
}

.bs-btn-link {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 83, 155, 105;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: start;
  text-decoration: none;
}
@media (hover: hover) {
  .bs-btn-link:hover, .bs-btn-link:focus-visible {
    color: var(--bs-btn-hover-color);
  }
}

.bs-btn-link--regular {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #000;
  --bs-btn-hover-color: var(--bs-success);
  --bs-btn-active-color: var(--bs-success);
}

.bs-btn-icon {
  --bs-btn-icon-size: 2rem;
  --bs-btn-color: #000;
  --bs-btn-hover-color: var(--bs-success);
  --bs-btn-active-color: var(--bs-success);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bs-btn-password {
  --bs-btn-padding-x: .75rem;
  --bs-btn-icon-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .bs-btn-social {
    --bs-btn-icon-size: 2.5rem;
  }
}

.bs-btn-inline {
  --bs-btn-font-size: inherit;
  --bs-btn-line-height: inherit;
  display: inline;
  vertical-align: inherit;
}

.bs-btn-base,
.bs-btn-sm,
.bs-btn-lg {
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.bs-btn-base .text,
.bs-btn-sm .text,
.bs-btn-lg .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bs-btn-base {
  --bs-btn-font-size: .875rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: normal;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-radius: var(--bs-border-radius);
  height: 3rem;
}
@media (min-width: 992px) {
  .bs-btn-base {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .25rem;
  }
}
.bs-btn-base.bs-btn-has-icon {
  --bs-btn-icon-size: 1.25rem;
}

.bs-btn-lg {
  height: 3.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.bs-btn-sm {
  height: 2rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 5rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.bs-dropup,
.bs-dropend,
.bs-dropdown,
.bs-dropstart,
.bs-dropup-center,
.bs-dropdown-center {
  position: relative;
}

.bs-dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.bs-dropdown-toggle.show .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-menu.bs-dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 2.5rem;
  --bs-dropdown-padding-y: 2rem;
  --bs-dropdown-spacer: 0.5rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #eee;
  --bs-dropdown-border-color: ;
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(0.5rem - 0);
  --bs-dropdown-divider-bg: ;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-success);
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-color: var(--bs-success);
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-disabled-color: var(--bs-gray-400);
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 0;
  --bs-dropdown-header-color: #333;
  --bs-dropdown-header-padding-x: 0rem;
  --bs-dropdown-header-padding-y: 0rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.bs-dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.bs-dropdown-menu-start {
  --bs-position: start;
}
.bs-dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.bs-dropdown-menu-end {
  --bs-position: end;
}
.bs-dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .bs-dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bs-dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bs-dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bs-dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bs-dropdown-menu-md-start {
    --bs-position: start;
  }
  .bs-dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bs-dropdown-menu-md-end {
    --bs-position: end;
  }
  .bs-dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bs-dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bs-dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bs-dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bs-dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bs-dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bs-dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bs-dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bs-dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bs-dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bs-dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bs-dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bs-dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.bs-dropup .dropdown-menu.bs-dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.bs-dropend .dropdown-menu.bs-dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.bs-dropstart .dropdown-menu.bs-dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.bs-dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.bs-dropdown-list {
  gap: 1.25rem;
}

.bs-dropdown-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 500;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
@media (hover: hover) {
  .bs-dropdown-item:hover, .bs-dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
}
.bs-dropdown-item.active, .bs-dropdown-item:active {
  font-weight: 700;
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.bs-dropdown-item.disabled, .bs-dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.bs-dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}

.bs-dropdown-header {
  font-family: var(--bs-font-monospace);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 1.5rem;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
}

.bs-dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.bs-dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: ;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: ;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: var(--bs-success);
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-disabled-color: #8E8E8E;
  --bs-dropdown-header-color: #8E8E8E;
}

.bs-navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: ;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 50rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.bs-navbar > .container-xxl, .bs-navbar > .container-xl, .bs-navbar > .container-lg, .bs-navbar > .container-md, .bs-navbar > .container-sm, .bs-navbar > .container,
.bs-navbar > .container-fluid,
.bs-navbar > .bs-container-sm,
.bs-navbar > .bs-container-md,
.bs-navbar > .bs-container-lg,
.bs-navbar > .bs-container-xl,
.bs-navbar > .bs-container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bs-navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
}
.bs-navbar-brand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-decoration: none;
}
.bs-navbar-brand-link img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bs-navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.875rem;
  --bs-nav-link-font-size: 0.625rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  list-style: none;
}
.bs-navbar-nav .bs-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.bs-navbar-nav--sort {
  gap: 2rem;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .bs-navbar-nav--sort {
    gap: 2.5rem;
  }
}
.bs-navbar-nav--sort .bs-nav-link {
  --bs-btn-active-color: var(--bs-success);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
}
.bs-navbar-nav--sort .bs-nav-link::after {
  content: "";
  display: block;
  height: 0.25rem;
  background-image: var(--bs-gradient-success-to-primary);
  border-radius: var(--bs-border-radius-pill);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .bs-navbar-nav--sort .bs-nav-link:is(:hover, :focus-visible)::after {
    background-color: var(--bs-btn-active-color);
    background-image: none;
  }
}
.bs-navbar-nav--sort .bs-nav-link.active::after {
  background-color: var(--bs-btn-active-color);
  background-image: none;
}

.bs-navbar-nav--footer {
  --bs-nav-link-font-size: .875rem;
  --bs-nav-link-padding-y: .625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: initial;
}
.bs-navbar-nav--footer .bs-nav-link {
  --bs-btn-line-height: normal;
}

.bs-navbar-text {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: var(--bs-navbar-color);
}
.bs-navbar-text a,
.bs-navbar-text a:hover,
.bs-navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.bs-navbar-collapse {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bs-navbar-toggler {
  --bs-btn-font-size: var(--bs-navbar-toggler-font-size);
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-radius: var(--bs-border-radius-pill);
  --bs-btn-padding-x: var(--bs-navbar-toggler-padding-x);
  --bs-btn-padding-y: var(--bs-navbar-toggler-padding-y);
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(0, 0, 0, .80);
  --bs-btn-border-color: var(--bs-navbar-toggler-border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bs-navbar-toggler .icon {
  --_size: 2.5rem;
}

.bs-navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.bs-navbar-expand-sm .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .bs-navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-navbar-expand-sm ~ .bs-header-end {
    display: none;
  }
  .bs-navbar-expand-sm .bs-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bs-navbar-expand-sm .bs-navbar-nav .bs-dropdown-menu {
    position: absolute;
  }
  .bs-navbar-expand-sm .bs-navbar-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bs-navbar-expand-sm .bs-navbar-nav-scroll {
    overflow: visible;
  }
  .bs-navbar-expand-sm .bs-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bs-navbar-expand-sm .bs-navbar-toggler {
    display: none;
  }
  .bs-navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .bs-navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .bs-navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 575.98px) {
  .bs-navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .bs-navbar-expand-sm .offcanvas-body .bs-navbar-brand {
    display: none;
  }
  .bs-navbar-expand-sm .offcanvas-body .bs-navbar-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bs-navbar-expand-sm .offcanvas-body .bs-navbar-nav {
    border-radius: 1.25rem;
  }
  .bs-navbar-expand-sm .offcanvas-body .bs-navbar-nav .bs-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.bs-navbar-expand-md .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .bs-navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-navbar-expand-md ~ .bs-header-end {
    display: none;
  }
  .bs-navbar-expand-md .bs-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bs-navbar-expand-md .bs-navbar-nav .bs-dropdown-menu {
    position: absolute;
  }
  .bs-navbar-expand-md .bs-navbar-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bs-navbar-expand-md .bs-navbar-nav-scroll {
    overflow: visible;
  }
  .bs-navbar-expand-md .bs-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bs-navbar-expand-md .bs-navbar-toggler {
    display: none;
  }
  .bs-navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .bs-navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .bs-navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 767.98px) {
  .bs-navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .bs-navbar-expand-md .offcanvas-body .bs-navbar-brand {
    display: none;
  }
  .bs-navbar-expand-md .offcanvas-body .bs-navbar-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bs-navbar-expand-md .offcanvas-body .bs-navbar-nav {
    border-radius: 1.25rem;
  }
  .bs-navbar-expand-md .offcanvas-body .bs-navbar-nav .bs-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.bs-navbar-expand-lg .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .bs-navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-navbar-expand-lg ~ .bs-header-end {
    display: none;
  }
  .bs-navbar-expand-lg .bs-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bs-navbar-expand-lg .bs-navbar-nav .bs-dropdown-menu {
    position: absolute;
  }
  .bs-navbar-expand-lg .bs-navbar-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bs-navbar-expand-lg .bs-navbar-nav-scroll {
    overflow: visible;
  }
  .bs-navbar-expand-lg .bs-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bs-navbar-expand-lg .bs-navbar-toggler {
    display: none;
  }
  .bs-navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .bs-navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .bs-navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 991.98px) {
  .bs-navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .bs-navbar-expand-lg .offcanvas-body .bs-navbar-brand {
    display: none;
  }
  .bs-navbar-expand-lg .offcanvas-body .bs-navbar-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bs-navbar-expand-lg .offcanvas-body .bs-navbar-nav {
    border-radius: 1.25rem;
  }
  .bs-navbar-expand-lg .offcanvas-body .bs-navbar-nav .bs-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.bs-navbar-expand-xl .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 1200px) {
  .bs-navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-navbar-expand-xl ~ .bs-header-end {
    display: none;
  }
  .bs-navbar-expand-xl .bs-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bs-navbar-expand-xl .bs-navbar-nav .bs-dropdown-menu {
    position: absolute;
  }
  .bs-navbar-expand-xl .bs-navbar-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bs-navbar-expand-xl .bs-navbar-nav-scroll {
    overflow: visible;
  }
  .bs-navbar-expand-xl .bs-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bs-navbar-expand-xl .bs-navbar-toggler {
    display: none;
  }
  .bs-navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .bs-navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .bs-navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 1199.98px) {
  .bs-navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .bs-navbar-expand-xl .offcanvas-body .bs-navbar-brand {
    display: none;
  }
  .bs-navbar-expand-xl .offcanvas-body .bs-navbar-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bs-navbar-expand-xl .offcanvas-body .bs-navbar-nav {
    border-radius: 1.25rem;
  }
  .bs-navbar-expand-xl .offcanvas-body .bs-navbar-nav .bs-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.bs-navbar-expand-xxl .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 1400px) {
  .bs-navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bs-navbar-expand-xxl ~ .bs-header-end {
    display: none;
  }
  .bs-navbar-expand-xxl .bs-navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bs-navbar-expand-xxl .bs-navbar-nav .bs-dropdown-menu {
    position: absolute;
  }
  .bs-navbar-expand-xxl .bs-navbar-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bs-navbar-expand-xxl .bs-navbar-nav-scroll {
    overflow: visible;
  }
  .bs-navbar-expand-xxl .bs-navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bs-navbar-expand-xxl .bs-navbar-toggler {
    display: none;
  }
  .bs-navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .bs-navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .bs-navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 1399.98px) {
  .bs-navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .bs-navbar-expand-xxl .offcanvas-body .bs-navbar-brand {
    display: none;
  }
  .bs-navbar-expand-xxl .offcanvas-body .bs-navbar-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bs-navbar-expand-xxl .offcanvas-body .bs-navbar-nav {
    border-radius: 1.25rem;
  }
  .bs-navbar-expand-xxl .offcanvas-body .bs-navbar-nav .bs-nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.bs-navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bs-navbar-expand .bs-navbar-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.bs-navbar-expand ~ .bs-header-end {
  display: none;
}
.bs-navbar-expand .bs-navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bs-navbar-expand .bs-navbar-nav .bs-dropdown-menu {
  position: absolute;
}
.bs-navbar-expand .bs-navbar-main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bs-navbar-expand .bs-navbar-nav-scroll {
  overflow: visible;
}
.bs-navbar-expand .bs-navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.bs-navbar-expand .bs-navbar-toggler {
  display: none;
}
.bs-navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.bs-navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.bs-navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.bs-navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.bs-navbar-expand .offcanvas-body .bs-navbar-brand {
  display: none;
}
.bs-navbar-expand .offcanvas-body .bs-navbar-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bs-navbar-expand .offcanvas-body .bs-navbar-nav {
  border-radius: 1.25rem;
}
.bs-navbar-expand .offcanvas-body .bs-navbar-nav .bs-nav-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.bs-navbar-dark,
.bs-navbar[data-bs-theme=dark] {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #00c1ad;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.5);
  --bs-navbar-active-color: #00c1ad;
  --bs-navbar-brand-color: #00c1ad;
  --bs-navbar-brand-hover-color: #00c1ad;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bs-navbar-dark .bs-navbar-nav,
.bs-navbar[data-bs-theme=dark] .bs-navbar-nav {
  background-color: rgba(0, 0, 0, 0.8);
}
.bs-navbar-dark .bs-navbar-nav .bs-nav-link,
.bs-navbar[data-bs-theme=dark] .bs-navbar-nav .bs-nav-link {
  --bs-btn-border-color: rgba(255, 255, 255, 0.15);
  --bs-btn-hover-border-color: linear-gradient(90deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .10) 100%);
  --bs-btn-active-border-color: linear-gradient(90deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .10) 100%);
  --bs-btn-bg: rgba(255, 255, 255, .05);
  --bs-btn-hover-bg: rgba(255, 255, 255, .05);
  --bs-btn-active-bg: rgba(255, 255, 255, .05);
  backdrop-filter: blur(0.375rem);
}
@media (hover: hover) {
  .bs-navbar-dark .bs-navbar-nav .bs-nav-link:is(:hover, :focus-visible),
  .bs-navbar[data-bs-theme=dark] .bs-navbar-nav .bs-nav-link:is(:hover, :focus-visible) {
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 193, 173, 0.6) inset;
    box-shadow: 0 0 1.25rem 0 rgba(0, 193, 173, 0.6) inset;
  }
}
.bs-navbar-dark .bs-navbar-nav .bs-nav-link:is(:active, .active, .show),
.bs-navbar[data-bs-theme=dark] .bs-navbar-nav .bs-nav-link:is(:active, .active, .show) {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 193, 173, 0.6) inset;
  box-shadow: 0 0 1.25rem 0 rgba(0, 193, 173, 0.6) inset;
}
.bs-navbar-dark .bs-navbar-socials .bs-nav-link,
.bs-navbar[data-bs-theme=dark] .bs-navbar-socials .bs-nav-link {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(0, 0, 0, .80);
}

[data-bs-theme=dark] .bs-navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.list-group.bs-list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #f7b114;
  --bs-list-group-active-border-color: #f7b114;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered.bs-list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered.bs-list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item.bs-list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item.bs-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item.bs-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.bs-list-group-item.disabled, .list-group-item.bs-list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.bs-list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
  border-top-width: 0;
}
.list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action.bs-list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action.bs-list-group-item-action:not(.active):hover, .list-group-item-action.bs-list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action.bs-list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal.bs-list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal.bs-list-group-horizontal > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal.bs-list-group-horizontal > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal.bs-list-group-horizontal > .list-group-item.bs-list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal.bs-list-group-horizontal > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal.bs-list-group-horizontal > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm.bs-list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm.bs-list-group-horizontal-sm > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm.bs-list-group-horizontal-sm > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm.bs-list-group-horizontal-sm > .list-group-item.bs-list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm.bs-list-group-horizontal-sm > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm.bs-list-group-horizontal-sm > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md.bs-list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md.bs-list-group-horizontal-md > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md.bs-list-group-horizontal-md > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md.bs-list-group-horizontal-md > .list-group-item.bs-list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md.bs-list-group-horizontal-md > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md.bs-list-group-horizontal-md > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg.bs-list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg.bs-list-group-horizontal-lg > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg.bs-list-group-horizontal-lg > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg.bs-list-group-horizontal-lg > .list-group-item.bs-list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg.bs-list-group-horizontal-lg > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg.bs-list-group-horizontal-lg > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl.bs-list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl.bs-list-group-horizontal-xl > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl.bs-list-group-horizontal-xl > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl.bs-list-group-horizontal-xl > .list-group-item.bs-list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl.bs-list-group-horizontal-xl > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl.bs-list-group-horizontal-xl > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl > .list-group-item.bs-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl > .list-group-item.bs-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl > .list-group-item.bs-list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl.bs-list-group-horizontal-xxl > .list-group-item.bs-list-group-item + .list-group-item.bs-list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush.bs-list-group-flush {
  border-radius: 0;
}
.list-group-flush.bs-list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush.bs-list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-gray-200 {
  --bs-list-group-color: var(--bs-gray-200-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-200-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-200-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-200-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-200-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-200-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-200-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-200-text-emphasis);
}

.list-group-item-gray-400 {
  --bs-list-group-color: var(--bs-gray-400-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-400-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-400-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-400-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-400-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-400-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-400-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-400-text-emphasis);
}

.list-group-item-gray-500 {
  --bs-list-group-color: var(--bs-gray-500-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-500-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-500-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-500-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-500-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-500-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-500-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-500-text-emphasis);
}

.list-group-item-title {
  --bs-list-group-color: var(--bs-title-text-emphasis);
  --bs-list-group-bg: var(--bs-title-bg-subtle);
  --bs-list-group-border-color: var(--bs-title-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-title-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-title-border-subtle);
  --bs-list-group-active-color: var(--bs-title-bg-subtle);
  --bs-list-group-active-bg: var(--bs-title-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-title-text-emphasis);
}

.list-group--plaintext.bs-list-group--plaintext {
  --bs-list-group-color: inherit;
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: transparent;
  --bs-list-group-border-width: 0;
  --bs-list-group-border-radius: 0;
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-item-padding-y: 0;
}

.bs-list-group--disc {
  gap: 0.5rem;
}
.bs-list-group--disc .bs-list-group-item {
  padding-left: 1rem;
}
.bs-list-group--disc .bs-list-group-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--bs-primary);
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.bs-list-group--disc-success .bs-list-group-item::before {
  background-color: var(--bs-success);
}

.bs-list-group--numbered {
  gap: 1rem;
  counter-reset: section;
}
.bs-list-group--numbered .bs-list-group-item {
  counter-increment: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.bs-list-group--numbered .bs-list-group-item::before {
  content: counter(section);
  min-width: 1.5rem;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
.bs-list-group--numbered-gradient .bs-list-group-item::before {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114));
  background-image: linear-gradient(90deg, #62b67c, #f7b114);
  -webkit-background-clip: text;
  background-clip: text;
}

.bs-offcanvas, .bs-offcanvas-xxl, .bs-offcanvas-xl, .bs-offcanvas-lg, .bs-offcanvas-md, .bs-offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 2.5rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: #eee;
  --bs-offcanvas-border-width: 0rem;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 300ms ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .bs-offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .bs-offcanvas-sm.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .bs-offcanvas-sm.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bs-offcanvas-sm.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .bs-offcanvas-sm.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bs-offcanvas-sm.showing, .bs-offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bs-offcanvas-sm.showing, .bs-offcanvas-sm.hiding, .bs-offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .bs-offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .bs-offcanvas-sm .bs-offcanvas-header {
    display: none;
  }
  .bs-offcanvas-sm .bs-offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .bs-offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .bs-offcanvas-md.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .bs-offcanvas-md.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bs-offcanvas-md.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .bs-offcanvas-md.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bs-offcanvas-md.showing, .bs-offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bs-offcanvas-md.showing, .bs-offcanvas-md.hiding, .bs-offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .bs-offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .bs-offcanvas-md .bs-offcanvas-header {
    display: none;
  }
  .bs-offcanvas-md .bs-offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .bs-offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .bs-offcanvas-lg.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .bs-offcanvas-lg.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bs-offcanvas-lg.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .bs-offcanvas-lg.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bs-offcanvas-lg.showing, .bs-offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bs-offcanvas-lg.showing, .bs-offcanvas-lg.hiding, .bs-offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .bs-offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .bs-offcanvas-lg .bs-offcanvas-header {
    display: none;
  }
  .bs-offcanvas-lg .bs-offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .bs-offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .bs-offcanvas-xl.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .bs-offcanvas-xl.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bs-offcanvas-xl.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .bs-offcanvas-xl.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bs-offcanvas-xl.showing, .bs-offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bs-offcanvas-xl.showing, .bs-offcanvas-xl.hiding, .bs-offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .bs-offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .bs-offcanvas-xl .bs-offcanvas-header {
    display: none;
  }
  .bs-offcanvas-xl .bs-offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .bs-offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .bs-offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .bs-offcanvas-xxl.bs-offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .bs-offcanvas-xxl.bs-offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bs-offcanvas-xxl.bs-offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .bs-offcanvas-xxl.bs-offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bs-offcanvas-xxl.showing, .bs-offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bs-offcanvas-xxl.showing, .bs-offcanvas-xxl.hiding, .bs-offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .bs-offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .bs-offcanvas-xxl .bs-offcanvas-header {
    display: none;
  }
  .bs-offcanvas-xxl .bs-offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.bs-offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .bs-offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.bs-offcanvas.bs-offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bs-offcanvas.bs-offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.bs-offcanvas.bs-offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.bs-offcanvas.bs-offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.bs-offcanvas.showing, .bs-offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.bs-offcanvas.showing, .bs-offcanvas.hiding, .bs-offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.bs-offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.bs-offcanvas-header .bs-btn-close {
  margin-inline: auto;
}

.bs-offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.bs-offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.bs-offcanvas--menu.bs-offcanvas-start, .bs-offcanvas--menu.bs-offcanvas-end, .bs-offcanvas--menu.bs-offcanvas-top {
  top: var(--header-height);
}
.bs-offcanvas--menu .bs-navbar-nav {
  --bs-nav-link-font-size: .875rem;
  --bs-nav-link-padding-y: .75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: initial;
}

.modal.bs-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 1rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-secondary);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0rem;
  --bs-modal-border-radius: 0.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: 0.75rem;
  --bs-modal-header-padding-x: 1.25rem;
  --bs-modal-header-padding-y: 2.5rem;
  --bs-modal-header-padding: 2.5rem 1.25rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0rem;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
@media (min-width: 768px) {
  .modal.bs-modal {
    --bs-modal-header-padding-x: 2.5rem;
    --bs-modal-header-padding-y: 2.5rem;
  }
}

.modal-dialog.bs-modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.bs-modal.fade .modal-dialog.bs-modal-dialog {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.bs-modal.fade .modal-dialog.bs-modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.bs-modal.show .modal-dialog.bs-modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.bs-modal.modal-static .modal-dialog.bs-modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.bs-modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.bs-modal-dialog-scrollable .bs-modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bs-modal-dialog-scrollable .modal-body.bs-modal-body {
  overflow-y: auto;
}

.bs-modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.bs-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.bs-modal-content .bs-btn-close {
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-color: var(--bs-gray-600);
  --bs-btn-hover-color: var(--bs-teal);
  --bs-btn-active-color: var(--bs-teal);
  margin-left: auto;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
}
.bs-modal-content .counter--fill {
  --_bg: var(--bs-white);
}
.bs-modal-content .bs-form-control, .bs-modal-content .bs-form-control:focus {
  background-color: var(--bs-white);
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.bs-modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--bs-modal-header-padding-y) var(--bs-modal-header-padding-x) 0;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.bs-modal-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
  text-align: center;
}

.modal-body.bs-modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-header-padding-y) var(--bs-modal-header-padding-x) 2rem;
}
@media (min-width: 768px) {
  .modal-body.bs-modal-body {
    padding-bottom: var(--bs-modal-header-padding-x);
  }
}

.bs-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 var(--bs-modal-header-padding-x) var(--bs-modal-header-padding-y);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

@media (min-width: 576px) {
  .modal.bs-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog.bs-modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal.bs-modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal.bs-modal-lg,
  .modal.bs-modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal.bs-modal-xl {
    --bs-modal-width: 1140px;
  }
}
.bs-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bs-modal-fullscreen .bs-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bs-modal-fullscreen .bs-modal-header,
.bs-modal-fullscreen .bs-modal-footer {
  border-radius: 0;
}
.bs-modal-fullscreen .modal-body.bs-modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .bs-modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bs-modal-fullscreen-sm-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bs-modal-fullscreen-sm-down .bs-modal-header,
  .bs-modal-fullscreen-sm-down .bs-modal-footer {
    border-radius: 0;
  }
  .bs-modal-fullscreen-sm-down .modal-body.bs-modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .bs-modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bs-modal-fullscreen-md-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bs-modal-fullscreen-md-down .bs-modal-header,
  .bs-modal-fullscreen-md-down .bs-modal-footer {
    border-radius: 0;
  }
  .bs-modal-fullscreen-md-down .modal-body.bs-modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .bs-modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bs-modal-fullscreen-lg-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bs-modal-fullscreen-lg-down .bs-modal-header,
  .bs-modal-fullscreen-lg-down .bs-modal-footer {
    border-radius: 0;
  }
  .bs-modal-fullscreen-lg-down .modal-body.bs-modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .bs-modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bs-modal-fullscreen-xl-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bs-modal-fullscreen-xl-down .bs-modal-header,
  .bs-modal-fullscreen-xl-down .bs-modal-footer {
    border-radius: 0;
  }
  .bs-modal-fullscreen-xl-down .modal-body.bs-modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .bs-modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bs-modal-fullscreen-xxl-down .bs-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bs-modal-fullscreen-xxl-down .bs-modal-header,
  .bs-modal-fullscreen-xxl-down .bs-modal-footer {
    border-radius: 0;
  }
  .bs-modal-fullscreen-xxl-down .modal-body.bs-modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(146, 185, 233, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(146, 185, 233, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(249, 221, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 221, 67, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

.link-gray-200 {
  color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: RGBA(241, 241, 241, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 241, 241, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-gray-500 {
  color: RGBA(var(--bs-gray-500-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: RGBA(165, 165, 165, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(165, 165, 165, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-1 {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-2 {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-200 {
  --bs-focus-ring-color: rgba(var(--bs-gray-200-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-400 {
  --bs-focus-ring-color: rgba(var(--bs-gray-400-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-500 {
  --bs-focus-ring-color: rgba(var(--bs-gray-500-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-title {
  --bs-focus-ring-color: rgba(var(--bs-title-rgb), var(--bs-focus-ring-opacity));
}

.icon-12px {
  --bs-icon-size: 0.75rem;
}

.icon-14px {
  --bs-icon-size: 0.875rem;
}

.icon-16px {
  --bs-icon-size: 1rem;
}

.icon-18px {
  --bs-icon-size: 1.125rem;
}

.icon-20px {
  --bs-icon-size: 1.25rem;
}

.icon-24px {
  --bs-icon-size: 1.5rem;
}

.icon-32px {
  --bs-icon-size: 2rem;
}

.icon-40px {
  --bs-icon-size: 2.5rem;
}

.icon-48px {
  --bs-icon-size: 3rem;
}

.icon-56px {
  --bs-icon-size: 3.5rem;
}

.icon-64px {
  --bs-icon-size: 4rem;
}

.icon-100px {
  --bs-icon-size: 6.25rem;
}

.icon-200px {
  --bs-icon-size: 12.5rem;
}

.icon-320px {
  --bs-icon-size: 20rem;
}

.icon-420px {
  --bs-icon-size: 26.25rem;
}

.icon-480px {
  --bs-icon-size: 30rem;
}

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

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

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

.inset-10 {
  inset: 10% !important;
}

.inset-25 {
  inset: 25% !important;
}

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

.inset-75 {
  inset: 75% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-15 {
  --bs-border-opacity: 0.15;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-12px {
  width: 0.75rem !important;
}

.w-14px {
  width: 0.875rem !important;
}

.w-16px {
  width: 1rem !important;
}

.w-18px {
  width: 1.125rem !important;
}

.w-20px {
  width: 1.25rem !important;
}

.w-24px {
  width: 1.5rem !important;
}

.w-32px {
  width: 2rem !important;
}

.w-40px {
  width: 2.5rem !important;
}

.w-48px {
  width: 3rem !important;
}

.w-56px {
  width: 3.5rem !important;
}

.w-64px {
  width: 4rem !important;
}

.w-100px {
  width: 6.25rem !important;
}

.w-200px {
  width: 12.5rem !important;
}

.w-320px {
  width: 20rem !important;
}

.w-420px {
  width: 26.25rem !important;
}

.w-480px {
  width: 30rem !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-12px {
  max-width: 0.75rem !important;
}

.mw-14px {
  max-width: 0.875rem !important;
}

.mw-16px {
  max-width: 1rem !important;
}

.mw-18px {
  max-width: 1.125rem !important;
}

.mw-20px {
  max-width: 1.25rem !important;
}

.mw-24px {
  max-width: 1.5rem !important;
}

.mw-32px {
  max-width: 2rem !important;
}

.mw-40px {
  max-width: 2.5rem !important;
}

.mw-48px {
  max-width: 3rem !important;
}

.mw-56px {
  max-width: 3.5rem !important;
}

.mw-64px {
  max-width: 4rem !important;
}

.mw-100px {
  max-width: 6.25rem !important;
}

.mw-200px {
  max-width: 12.5rem !important;
}

.mw-320px {
  max-width: 20rem !important;
}

.mw-420px {
  max-width: 26.25rem !important;
}

.mw-480px {
  max-width: 30rem !important;
}

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

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

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

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

.mw-auto {
  max-width: auto !important;
}

.min-w-12px {
  min-width: 0.75rem !important;
}

.min-w-14px {
  min-width: 0.875rem !important;
}

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

.min-w-18px {
  min-width: 1.125rem !important;
}

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

.min-w-24px {
  min-width: 1.5rem !important;
}

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

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

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

.min-w-56px {
  min-width: 3.5rem !important;
}

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

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

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

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

.min-w-420px {
  min-width: 26.25rem !important;
}

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

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

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

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

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

.min-w-auto {
  min-width: auto !important;
}

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

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

.h-12px {
  height: 0.75rem !important;
}

.h-14px {
  height: 0.875rem !important;
}

.h-16px {
  height: 1rem !important;
}

.h-18px {
  height: 1.125rem !important;
}

.h-20px {
  height: 1.25rem !important;
}

.h-24px {
  height: 1.5rem !important;
}

.h-32px {
  height: 2rem !important;
}

.h-40px {
  height: 2.5rem !important;
}

.h-48px {
  height: 3rem !important;
}

.h-56px {
  height: 3.5rem !important;
}

.h-64px {
  height: 4rem !important;
}

.h-100px {
  height: 6.25rem !important;
}

.h-200px {
  height: 12.5rem !important;
}

.h-320px {
  height: 20rem !important;
}

.h-420px {
  height: 26.25rem !important;
}

.h-480px {
  height: 30rem !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;
}

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

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

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

.min-h-12px {
  min-height: 0.75rem !important;
}

.min-h-14px {
  min-height: 0.875rem !important;
}

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

.min-h-18px {
  min-height: 1.125rem !important;
}

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

.min-h-24px {
  min-height: 1.5rem !important;
}

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

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

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

.min-h-56px {
  min-height: 3.5rem !important;
}

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

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

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

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

.min-h-420px {
  min-height: 26.25rem !important;
}

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

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

.min-h-auto {
  min-height: auto !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0px {
  margin: 0 !important;
}

.m-2px {
  margin: 0.125rem !important;
}

.m-4px {
  margin: 0.25rem !important;
}

.m-6px {
  margin: 0.375rem !important;
}

.m-7px {
  margin: 0.4375rem !important;
}

.m-8px {
  margin: 0.5rem !important;
}

.m-10px {
  margin: 0.625rem !important;
}

.m-12px {
  margin: 0.75rem !important;
}

.m-14px {
  margin: 0.875rem !important;
}

.m-16px {
  margin: 1rem !important;
}

.m-18px {
  margin: 1.125rem !important;
}

.m-20px {
  margin: 1.25rem !important;
}

.m-24px {
  margin: 1.5rem !important;
}

.m-28px {
  margin: 1.75rem !important;
}

.m-32px {
  margin: 2rem !important;
}

.m-40px {
  margin: 2.5rem !important;
}

.m-48px {
  margin: 3rem !important;
}

.m-56px {
  margin: 3.5rem !important;
}

.m-64px {
  margin: 4rem !important;
}

.m-72px {
  margin: 4.5rem !important;
}

.m-80px {
  margin: 5rem !important;
}

.m-160px {
  margin: 10rem !important;
}

.m-header {
  margin: var(--header-height) !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0px {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-2px {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.mx-4px {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-6px {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-7px {
  margin-right: 0.4375rem !important;
  margin-left: 0.4375rem !important;
}

.mx-8px {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-10px {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-12px {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-14px {
  margin-right: 0.875rem !important;
  margin-left: 0.875rem !important;
}

.mx-16px {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-18px {
  margin-right: 1.125rem !important;
  margin-left: 1.125rem !important;
}

.mx-20px {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-24px {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-28px {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-32px {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-40px {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-48px {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-56px {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-64px {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-72px {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-80px {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-160px {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-header {
  margin-right: var(--header-height) !important;
  margin-left: var(--header-height) !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0px {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-2px {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-4px {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-6px {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-7px {
  margin-top: 0.4375rem !important;
  margin-bottom: 0.4375rem !important;
}

.my-8px {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-10px {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-12px {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-14px {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.my-16px {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-18px {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.my-20px {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-24px {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-28px {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-32px {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-40px {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-48px {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-56px {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-64px {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-72px {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-80px {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-160px {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-header {
  margin-top: var(--header-height) !important;
  margin-bottom: var(--header-height) !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0px {
  margin-top: 0 !important;
}

.mt-2px {
  margin-top: 0.125rem !important;
}

.mt-4px {
  margin-top: 0.25rem !important;
}

.mt-6px {
  margin-top: 0.375rem !important;
}

.mt-7px {
  margin-top: 0.4375rem !important;
}

.mt-8px {
  margin-top: 0.5rem !important;
}

.mt-10px {
  margin-top: 0.625rem !important;
}

.mt-12px {
  margin-top: 0.75rem !important;
}

.mt-14px {
  margin-top: 0.875rem !important;
}

.mt-16px {
  margin-top: 1rem !important;
}

.mt-18px {
  margin-top: 1.125rem !important;
}

.mt-20px {
  margin-top: 1.25rem !important;
}

.mt-24px {
  margin-top: 1.5rem !important;
}

.mt-28px {
  margin-top: 1.75rem !important;
}

.mt-32px {
  margin-top: 2rem !important;
}

.mt-40px {
  margin-top: 2.5rem !important;
}

.mt-48px {
  margin-top: 3rem !important;
}

.mt-56px {
  margin-top: 3.5rem !important;
}

.mt-64px {
  margin-top: 4rem !important;
}

.mt-72px {
  margin-top: 4.5rem !important;
}

.mt-80px {
  margin-top: 5rem !important;
}

.mt-160px {
  margin-top: 10rem !important;
}

.mt-header {
  margin-top: var(--header-height) !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0px {
  margin-right: 0 !important;
}

.me-2px {
  margin-right: 0.125rem !important;
}

.me-4px {
  margin-right: 0.25rem !important;
}

.me-6px {
  margin-right: 0.375rem !important;
}

.me-7px {
  margin-right: 0.4375rem !important;
}

.me-8px {
  margin-right: 0.5rem !important;
}

.me-10px {
  margin-right: 0.625rem !important;
}

.me-12px {
  margin-right: 0.75rem !important;
}

.me-14px {
  margin-right: 0.875rem !important;
}

.me-16px {
  margin-right: 1rem !important;
}

.me-18px {
  margin-right: 1.125rem !important;
}

.me-20px {
  margin-right: 1.25rem !important;
}

.me-24px {
  margin-right: 1.5rem !important;
}

.me-28px {
  margin-right: 1.75rem !important;
}

.me-32px {
  margin-right: 2rem !important;
}

.me-40px {
  margin-right: 2.5rem !important;
}

.me-48px {
  margin-right: 3rem !important;
}

.me-56px {
  margin-right: 3.5rem !important;
}

.me-64px {
  margin-right: 4rem !important;
}

.me-72px {
  margin-right: 4.5rem !important;
}

.me-80px {
  margin-right: 5rem !important;
}

.me-160px {
  margin-right: 10rem !important;
}

.me-header {
  margin-right: var(--header-height) !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-2px {
  margin-bottom: 0.125rem !important;
}

.mb-4px {
  margin-bottom: 0.25rem !important;
}

.mb-6px {
  margin-bottom: 0.375rem !important;
}

.mb-7px {
  margin-bottom: 0.4375rem !important;
}

.mb-8px {
  margin-bottom: 0.5rem !important;
}

.mb-10px {
  margin-bottom: 0.625rem !important;
}

.mb-12px {
  margin-bottom: 0.75rem !important;
}

.mb-14px {
  margin-bottom: 0.875rem !important;
}

.mb-16px {
  margin-bottom: 1rem !important;
}

.mb-18px {
  margin-bottom: 1.125rem !important;
}

.mb-20px {
  margin-bottom: 1.25rem !important;
}

.mb-24px {
  margin-bottom: 1.5rem !important;
}

.mb-28px {
  margin-bottom: 1.75rem !important;
}

.mb-32px {
  margin-bottom: 2rem !important;
}

.mb-40px {
  margin-bottom: 2.5rem !important;
}

.mb-48px {
  margin-bottom: 3rem !important;
}

.mb-56px {
  margin-bottom: 3.5rem !important;
}

.mb-64px {
  margin-bottom: 4rem !important;
}

.mb-72px {
  margin-bottom: 4.5rem !important;
}

.mb-80px {
  margin-bottom: 5rem !important;
}

.mb-160px {
  margin-bottom: 10rem !important;
}

.mb-header {
  margin-bottom: var(--header-height) !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0px {
  margin-left: 0 !important;
}

.ms-2px {
  margin-left: 0.125rem !important;
}

.ms-4px {
  margin-left: 0.25rem !important;
}

.ms-6px {
  margin-left: 0.375rem !important;
}

.ms-7px {
  margin-left: 0.4375rem !important;
}

.ms-8px {
  margin-left: 0.5rem !important;
}

.ms-10px {
  margin-left: 0.625rem !important;
}

.ms-12px {
  margin-left: 0.75rem !important;
}

.ms-14px {
  margin-left: 0.875rem !important;
}

.ms-16px {
  margin-left: 1rem !important;
}

.ms-18px {
  margin-left: 1.125rem !important;
}

.ms-20px {
  margin-left: 1.25rem !important;
}

.ms-24px {
  margin-left: 1.5rem !important;
}

.ms-28px {
  margin-left: 1.75rem !important;
}

.ms-32px {
  margin-left: 2rem !important;
}

.ms-40px {
  margin-left: 2.5rem !important;
}

.ms-48px {
  margin-left: 3rem !important;
}

.ms-56px {
  margin-left: 3.5rem !important;
}

.ms-64px {
  margin-left: 4rem !important;
}

.ms-72px {
  margin-left: 4.5rem !important;
}

.ms-80px {
  margin-left: 5rem !important;
}

.ms-160px {
  margin-left: 10rem !important;
}

.ms-header {
  margin-left: var(--header-height) !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n0px {
  margin: 0 !important;
}

.m-n2px {
  margin: -0.125rem !important;
}

.m-n4px {
  margin: -0.25rem !important;
}

.m-n6px {
  margin: -0.375rem !important;
}

.m-n7px {
  margin: -0.4375rem !important;
}

.m-n8px {
  margin: -0.5rem !important;
}

.m-n10px {
  margin: -0.625rem !important;
}

.m-n12px {
  margin: -0.75rem !important;
}

.m-n14px {
  margin: -0.875rem !important;
}

.m-n16px {
  margin: -1rem !important;
}

.m-n18px {
  margin: -1.125rem !important;
}

.m-n20px {
  margin: -1.25rem !important;
}

.m-n24px {
  margin: -1.5rem !important;
}

.m-n28px {
  margin: -1.75rem !important;
}

.m-n32px {
  margin: -2rem !important;
}

.m-n40px {
  margin: -2.5rem !important;
}

.m-n48px {
  margin: -3rem !important;
}

.m-n56px {
  margin: -3.5rem !important;
}

.m-n64px {
  margin: -4rem !important;
}

.m-n72px {
  margin: -4.5rem !important;
}

.m-n80px {
  margin: -5rem !important;
}

.m-n160px {
  margin: -10rem !important;
}

.m-nheader {
  margin: -var(--header-height) !important;
}

.mx-n0px {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-n2px {
  margin-right: -0.125rem !important;
  margin-left: -0.125rem !important;
}

.mx-n4px {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n6px {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

.mx-n7px {
  margin-right: -0.4375rem !important;
  margin-left: -0.4375rem !important;
}

.mx-n8px {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n10px {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}

.mx-n12px {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n14px {
  margin-right: -0.875rem !important;
  margin-left: -0.875rem !important;
}

.mx-n16px {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n18px {
  margin-right: -1.125rem !important;
  margin-left: -1.125rem !important;
}

.mx-n20px {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n24px {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n28px {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n32px {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n40px {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n48px {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n56px {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n64px {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n72px {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n80px {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n160px {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-nheader {
  margin-right: -var(--header-height) !important;
  margin-left: -var(--header-height) !important;
}

.my-n0px {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-n2px {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.my-n4px {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n6px {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.my-n7px {
  margin-top: -0.4375rem !important;
  margin-bottom: -0.4375rem !important;
}

.my-n8px {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n10px {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.my-n12px {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n14px {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.my-n16px {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n18px {
  margin-top: -1.125rem !important;
  margin-bottom: -1.125rem !important;
}

.my-n20px {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n24px {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n28px {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n32px {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n40px {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n48px {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n56px {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n64px {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n72px {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n80px {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n160px {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-nheader {
  margin-top: -var(--header-height) !important;
  margin-bottom: -var(--header-height) !important;
}

.mt-n0px {
  margin-top: 0 !important;
}

.mt-n2px {
  margin-top: -0.125rem !important;
}

.mt-n4px {
  margin-top: -0.25rem !important;
}

.mt-n6px {
  margin-top: -0.375rem !important;
}

.mt-n7px {
  margin-top: -0.4375rem !important;
}

.mt-n8px {
  margin-top: -0.5rem !important;
}

.mt-n10px {
  margin-top: -0.625rem !important;
}

.mt-n12px {
  margin-top: -0.75rem !important;
}

.mt-n14px {
  margin-top: -0.875rem !important;
}

.mt-n16px {
  margin-top: -1rem !important;
}

.mt-n18px {
  margin-top: -1.125rem !important;
}

.mt-n20px {
  margin-top: -1.25rem !important;
}

.mt-n24px {
  margin-top: -1.5rem !important;
}

.mt-n28px {
  margin-top: -1.75rem !important;
}

.mt-n32px {
  margin-top: -2rem !important;
}

.mt-n40px {
  margin-top: -2.5rem !important;
}

.mt-n48px {
  margin-top: -3rem !important;
}

.mt-n56px {
  margin-top: -3.5rem !important;
}

.mt-n64px {
  margin-top: -4rem !important;
}

.mt-n72px {
  margin-top: -4.5rem !important;
}

.mt-n80px {
  margin-top: -5rem !important;
}

.mt-n160px {
  margin-top: -10rem !important;
}

.mt-nheader {
  margin-top: -var(--header-height) !important;
}

.me-n0px {
  margin-right: 0 !important;
}

.me-n2px {
  margin-right: -0.125rem !important;
}

.me-n4px {
  margin-right: -0.25rem !important;
}

.me-n6px {
  margin-right: -0.375rem !important;
}

.me-n7px {
  margin-right: -0.4375rem !important;
}

.me-n8px {
  margin-right: -0.5rem !important;
}

.me-n10px {
  margin-right: -0.625rem !important;
}

.me-n12px {
  margin-right: -0.75rem !important;
}

.me-n14px {
  margin-right: -0.875rem !important;
}

.me-n16px {
  margin-right: -1rem !important;
}

.me-n18px {
  margin-right: -1.125rem !important;
}

.me-n20px {
  margin-right: -1.25rem !important;
}

.me-n24px {
  margin-right: -1.5rem !important;
}

.me-n28px {
  margin-right: -1.75rem !important;
}

.me-n32px {
  margin-right: -2rem !important;
}

.me-n40px {
  margin-right: -2.5rem !important;
}

.me-n48px {
  margin-right: -3rem !important;
}

.me-n56px {
  margin-right: -3.5rem !important;
}

.me-n64px {
  margin-right: -4rem !important;
}

.me-n72px {
  margin-right: -4.5rem !important;
}

.me-n80px {
  margin-right: -5rem !important;
}

.me-n160px {
  margin-right: -10rem !important;
}

.me-nheader {
  margin-right: -var(--header-height) !important;
}

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

.mb-n2px {
  margin-bottom: -0.125rem !important;
}

.mb-n4px {
  margin-bottom: -0.25rem !important;
}

.mb-n6px {
  margin-bottom: -0.375rem !important;
}

.mb-n7px {
  margin-bottom: -0.4375rem !important;
}

.mb-n8px {
  margin-bottom: -0.5rem !important;
}

.mb-n10px {
  margin-bottom: -0.625rem !important;
}

.mb-n12px {
  margin-bottom: -0.75rem !important;
}

.mb-n14px {
  margin-bottom: -0.875rem !important;
}

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

.mb-n18px {
  margin-bottom: -1.125rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-nheader {
  margin-bottom: -var(--header-height) !important;
}

.ms-n0px {
  margin-left: 0 !important;
}

.ms-n2px {
  margin-left: -0.125rem !important;
}

.ms-n4px {
  margin-left: -0.25rem !important;
}

.ms-n6px {
  margin-left: -0.375rem !important;
}

.ms-n7px {
  margin-left: -0.4375rem !important;
}

.ms-n8px {
  margin-left: -0.5rem !important;
}

.ms-n10px {
  margin-left: -0.625rem !important;
}

.ms-n12px {
  margin-left: -0.75rem !important;
}

.ms-n14px {
  margin-left: -0.875rem !important;
}

.ms-n16px {
  margin-left: -1rem !important;
}

.ms-n18px {
  margin-left: -1.125rem !important;
}

.ms-n20px {
  margin-left: -1.25rem !important;
}

.ms-n24px {
  margin-left: -1.5rem !important;
}

.ms-n28px {
  margin-left: -1.75rem !important;
}

.ms-n32px {
  margin-left: -2rem !important;
}

.ms-n40px {
  margin-left: -2.5rem !important;
}

.ms-n48px {
  margin-left: -3rem !important;
}

.ms-n56px {
  margin-left: -3.5rem !important;
}

.ms-n64px {
  margin-left: -4rem !important;
}

.ms-n72px {
  margin-left: -4.5rem !important;
}

.ms-n80px {
  margin-left: -5rem !important;
}

.ms-n160px {
  margin-left: -10rem !important;
}

.ms-nheader {
  margin-left: -var(--header-height) !important;
}

.p-0px {
  padding: 0 !important;
}

.p-2px {
  padding: 0.125rem !important;
}

.p-4px {
  padding: 0.25rem !important;
}

.p-6px {
  padding: 0.375rem !important;
}

.p-7px {
  padding: 0.4375rem !important;
}

.p-8px {
  padding: 0.5rem !important;
}

.p-10px {
  padding: 0.625rem !important;
}

.p-12px {
  padding: 0.75rem !important;
}

.p-14px {
  padding: 0.875rem !important;
}

.p-16px {
  padding: 1rem !important;
}

.p-18px {
  padding: 1.125rem !important;
}

.p-20px {
  padding: 1.25rem !important;
}

.p-24px {
  padding: 1.5rem !important;
}

.p-28px {
  padding: 1.75rem !important;
}

.p-32px {
  padding: 2rem !important;
}

.p-40px {
  padding: 2.5rem !important;
}

.p-48px {
  padding: 3rem !important;
}

.p-56px {
  padding: 3.5rem !important;
}

.p-64px {
  padding: 4rem !important;
}

.p-72px {
  padding: 4.5rem !important;
}

.p-80px {
  padding: 5rem !important;
}

.p-160px {
  padding: 10rem !important;
}

.p-header {
  padding: var(--header-height) !important;
}

.px-0px {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-header {
  padding-right: var(--header-height) !important;
  padding-left: var(--header-height) !important;
}

.py-0px {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-header {
  padding-top: var(--header-height) !important;
  padding-bottom: var(--header-height) !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-2px {
  padding-top: 0.125rem !important;
}

.pt-4px {
  padding-top: 0.25rem !important;
}

.pt-6px {
  padding-top: 0.375rem !important;
}

.pt-7px {
  padding-top: 0.4375rem !important;
}

.pt-8px {
  padding-top: 0.5rem !important;
}

.pt-10px {
  padding-top: 0.625rem !important;
}

.pt-12px {
  padding-top: 0.75rem !important;
}

.pt-14px {
  padding-top: 0.875rem !important;
}

.pt-16px {
  padding-top: 1rem !important;
}

.pt-18px {
  padding-top: 1.125rem !important;
}

.pt-20px {
  padding-top: 1.25rem !important;
}

.pt-24px {
  padding-top: 1.5rem !important;
}

.pt-28px {
  padding-top: 1.75rem !important;
}

.pt-32px {
  padding-top: 2rem !important;
}

.pt-40px {
  padding-top: 2.5rem !important;
}

.pt-48px {
  padding-top: 3rem !important;
}

.pt-56px {
  padding-top: 3.5rem !important;
}

.pt-64px {
  padding-top: 4rem !important;
}

.pt-72px {
  padding-top: 4.5rem !important;
}

.pt-80px {
  padding-top: 5rem !important;
}

.pt-160px {
  padding-top: 10rem !important;
}

.pt-header {
  padding-top: var(--header-height) !important;
}

.pe-0px {
  padding-right: 0 !important;
}

.pe-2px {
  padding-right: 0.125rem !important;
}

.pe-4px {
  padding-right: 0.25rem !important;
}

.pe-6px {
  padding-right: 0.375rem !important;
}

.pe-7px {
  padding-right: 0.4375rem !important;
}

.pe-8px {
  padding-right: 0.5rem !important;
}

.pe-10px {
  padding-right: 0.625rem !important;
}

.pe-12px {
  padding-right: 0.75rem !important;
}

.pe-14px {
  padding-right: 0.875rem !important;
}

.pe-16px {
  padding-right: 1rem !important;
}

.pe-18px {
  padding-right: 1.125rem !important;
}

.pe-20px {
  padding-right: 1.25rem !important;
}

.pe-24px {
  padding-right: 1.5rem !important;
}

.pe-28px {
  padding-right: 1.75rem !important;
}

.pe-32px {
  padding-right: 2rem !important;
}

.pe-40px {
  padding-right: 2.5rem !important;
}

.pe-48px {
  padding-right: 3rem !important;
}

.pe-56px {
  padding-right: 3.5rem !important;
}

.pe-64px {
  padding-right: 4rem !important;
}

.pe-72px {
  padding-right: 4.5rem !important;
}

.pe-80px {
  padding-right: 5rem !important;
}

.pe-160px {
  padding-right: 10rem !important;
}

.pe-header {
  padding-right: var(--header-height) !important;
}

.pb-0px {
  padding-bottom: 0 !important;
}

.pb-2px {
  padding-bottom: 0.125rem !important;
}

.pb-4px {
  padding-bottom: 0.25rem !important;
}

.pb-6px {
  padding-bottom: 0.375rem !important;
}

.pb-7px {
  padding-bottom: 0.4375rem !important;
}

.pb-8px {
  padding-bottom: 0.5rem !important;
}

.pb-10px {
  padding-bottom: 0.625rem !important;
}

.pb-12px {
  padding-bottom: 0.75rem !important;
}

.pb-14px {
  padding-bottom: 0.875rem !important;
}

.pb-16px {
  padding-bottom: 1rem !important;
}

.pb-18px {
  padding-bottom: 1.125rem !important;
}

.pb-20px {
  padding-bottom: 1.25rem !important;
}

.pb-24px {
  padding-bottom: 1.5rem !important;
}

.pb-28px {
  padding-bottom: 1.75rem !important;
}

.pb-32px {
  padding-bottom: 2rem !important;
}

.pb-40px {
  padding-bottom: 2.5rem !important;
}

.pb-48px {
  padding-bottom: 3rem !important;
}

.pb-56px {
  padding-bottom: 3.5rem !important;
}

.pb-64px {
  padding-bottom: 4rem !important;
}

.pb-72px {
  padding-bottom: 4.5rem !important;
}

.pb-80px {
  padding-bottom: 5rem !important;
}

.pb-160px {
  padding-bottom: 10rem !important;
}

.pb-header {
  padding-bottom: var(--header-height) !important;
}

.ps-0px {
  padding-left: 0 !important;
}

.ps-2px {
  padding-left: 0.125rem !important;
}

.ps-4px {
  padding-left: 0.25rem !important;
}

.ps-6px {
  padding-left: 0.375rem !important;
}

.ps-7px {
  padding-left: 0.4375rem !important;
}

.ps-8px {
  padding-left: 0.5rem !important;
}

.ps-10px {
  padding-left: 0.625rem !important;
}

.ps-12px {
  padding-left: 0.75rem !important;
}

.ps-14px {
  padding-left: 0.875rem !important;
}

.ps-16px {
  padding-left: 1rem !important;
}

.ps-18px {
  padding-left: 1.125rem !important;
}

.ps-20px {
  padding-left: 1.25rem !important;
}

.ps-24px {
  padding-left: 1.5rem !important;
}

.ps-28px {
  padding-left: 1.75rem !important;
}

.ps-32px {
  padding-left: 2rem !important;
}

.ps-40px {
  padding-left: 2.5rem !important;
}

.ps-48px {
  padding-left: 3rem !important;
}

.ps-56px {
  padding-left: 3.5rem !important;
}

.ps-64px {
  padding-left: 4rem !important;
}

.ps-72px {
  padding-left: 4.5rem !important;
}

.ps-80px {
  padding-left: 5rem !important;
}

.ps-160px {
  padding-left: 10rem !important;
}

.ps-header {
  padding-left: var(--header-height) !important;
}

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

.gap-2px {
  gap: 0.125rem !important;
}

.gap-4px {
  gap: 0.25rem !important;
}

.gap-6px {
  gap: 0.375rem !important;
}

.gap-7px {
  gap: 0.4375rem !important;
}

.gap-8px {
  gap: 0.5rem !important;
}

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

.gap-12px {
  gap: 0.75rem !important;
}

.gap-14px {
  gap: 0.875rem !important;
}

.gap-16px {
  gap: 1rem !important;
}

.gap-18px {
  gap: 1.125rem !important;
}

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

.gap-24px {
  gap: 1.5rem !important;
}

.gap-28px {
  gap: 1.75rem !important;
}

.gap-32px {
  gap: 2rem !important;
}

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

.gap-48px {
  gap: 3rem !important;
}

.gap-56px {
  gap: 3.5rem !important;
}

.gap-64px {
  gap: 4rem !important;
}

.gap-72px {
  gap: 4.5rem !important;
}

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

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

.gap-header {
  gap: var(--header-height) !important;
}

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

.row-gap-2px {
  row-gap: 0.125rem !important;
}

.row-gap-4px {
  row-gap: 0.25rem !important;
}

.row-gap-6px {
  row-gap: 0.375rem !important;
}

.row-gap-7px {
  row-gap: 0.4375rem !important;
}

.row-gap-8px {
  row-gap: 0.5rem !important;
}

.row-gap-10px {
  row-gap: 0.625rem !important;
}

.row-gap-12px {
  row-gap: 0.75rem !important;
}

.row-gap-14px {
  row-gap: 0.875rem !important;
}

.row-gap-16px {
  row-gap: 1rem !important;
}

.row-gap-18px {
  row-gap: 1.125rem !important;
}

.row-gap-20px {
  row-gap: 1.25rem !important;
}

.row-gap-24px {
  row-gap: 1.5rem !important;
}

.row-gap-28px {
  row-gap: 1.75rem !important;
}

.row-gap-32px {
  row-gap: 2rem !important;
}

.row-gap-40px {
  row-gap: 2.5rem !important;
}

.row-gap-48px {
  row-gap: 3rem !important;
}

.row-gap-56px {
  row-gap: 3.5rem !important;
}

.row-gap-64px {
  row-gap: 4rem !important;
}

.row-gap-72px {
  row-gap: 4.5rem !important;
}

.row-gap-80px {
  row-gap: 5rem !important;
}

.row-gap-160px {
  row-gap: 10rem !important;
}

.row-gap-header {
  row-gap: var(--header-height) !important;
}

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

.column-gap-2px {
  -webkit-column-gap: 0.125rem !important;
  -moz-column-gap: 0.125rem !important;
  column-gap: 0.125rem !important;
}

.column-gap-4px {
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-6px {
  -webkit-column-gap: 0.375rem !important;
  -moz-column-gap: 0.375rem !important;
  column-gap: 0.375rem !important;
}

.column-gap-7px {
  -webkit-column-gap: 0.4375rem !important;
  -moz-column-gap: 0.4375rem !important;
  column-gap: 0.4375rem !important;
}

.column-gap-8px {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-10px {
  -webkit-column-gap: 0.625rem !important;
  -moz-column-gap: 0.625rem !important;
  column-gap: 0.625rem !important;
}

.column-gap-12px {
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.column-gap-14px {
  -webkit-column-gap: 0.875rem !important;
  -moz-column-gap: 0.875rem !important;
  column-gap: 0.875rem !important;
}

.column-gap-16px {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-18px {
  -webkit-column-gap: 1.125rem !important;
  -moz-column-gap: 1.125rem !important;
  column-gap: 1.125rem !important;
}

.column-gap-20px {
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.column-gap-24px {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-28px {
  -webkit-column-gap: 1.75rem !important;
  -moz-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
}

.column-gap-32px {
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.column-gap-40px {
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.column-gap-48px {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.column-gap-56px {
  -webkit-column-gap: 3.5rem !important;
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.column-gap-64px {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.column-gap-72px {
  -webkit-column-gap: 4.5rem !important;
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

.column-gap-80px {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.column-gap-160px {
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.column-gap-header {
  -webkit-column-gap: var(--header-height) !important;
  -moz-column-gap: var(--header-height) !important;
  column-gap: var(--header-height) !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.font-reset {
  font-family: inherit !important;
}

.font {
  font-family: system-ui, -apple-system !important;
}

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

.fs-2 {
  font-size: 2.75rem !important;
}

.fs-3 {
  font-size: 1.625rem !important;
}

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

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

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

.fs-6px {
  font-size: 0.375rem !important;
}

.fs-8px {
  font-size: 0.5rem !important;
}

.fs-10px {
  font-size: 0.625rem !important;
}

.fs-12px {
  font-size: 0.75rem !important;
}

.fs-13px {
  font-size: 0.8125rem !important;
}

.fs-14px {
  font-size: 0.875rem !important;
}

.fs-16px {
  font-size: 1rem !important;
}

.fs-18px {
  font-size: 1.125rem !important;
}

.fs-20px {
  font-size: 1.25rem !important;
}

.fs-24px {
  font-size: 1.5rem !important;
}

.fs-28px {
  font-size: 1.75rem !important;
}

.fs-32px {
  font-size: 2rem !important;
}

.fs-36px {
  font-size: 2.25rem !important;
}

.fs-38px {
  font-size: 2.375rem !important;
}

.fs-40px {
  font-size: 2.5rem !important;
}

.fs-50px {
  font-size: 3.125rem !important;
}

.fs-60px {
  font-size: 3.75rem !important;
}

.fs-reset {
  font-size: inherit !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-reset {
  font-weight: inherit !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-reset {
  line-height: inherit !important;
}

.lh-normal {
  line-height: normal !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.ls-n5 {
  letter-spacing: -0.05em !important;
}

.ls-normal {
  letter-spacing: normal !important;
}

.ls-reset {
  letter-spacing: inherit !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-position-center {
  background-position: center !important;
}

.bg-position-center-end {
  background-position: center right !important;
}

.bg-position-center-start {
  background-position: center left !important;
}

.bg-position-top {
  background-position: top !important;
}

.bg-position-bottom {
  background-position: bottom !important;
}

.bg-repeat-norepeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-repeat {
  background-repeat: repeat !important;
}

.bg-repeat-x-repeat {
  background-repeat: repeat-x !important;
}

.bg-size-cover {
  background-size: cover !important;
}

.bg-size-contain {
  background-size: contain !important;
}

.bg-size-auto {
  background-size: auto !important;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

.bg-gradient-primary-to-success {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
  background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
}

.bg-gradient-success-to-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
  background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
}

.bg-gradient-none {
  background-image: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded-4px {
  border-radius: 0.25rem !important;
}

.rounded-6px {
  border-radius: 0.375rem !important;
}

.rounded-8px {
  border-radius: 0.5rem !important;
}

.rounded-10px {
  border-radius: 0.625rem !important;
}

.rounded-12px {
  border-radius: 0.75rem !important;
}

.rounded-16px {
  border-radius: 1rem !important;
}

.rounded-20px {
  border-radius: 1.25rem !important;
}

.rounded-24px {
  border-radius: 1.5rem !important;
}

.rounded-28px {
  border-radius: 1.75rem !important;
}

.rounded-32px {
  border-radius: 2rem !important;
}

.rounded-48px {
  border-radius: 3rem !important;
}

.rounded-60px {
  border-radius: 3.75rem !important;
}

.rounded-80px {
  border-radius: 5rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-reset {
  border-radius: inherit !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-top-4px {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-6px {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-top-8px {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-10px {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}

.rounded-top-12px {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-top-16px {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-top-20px {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

.rounded-top-24px {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-top-28px {
  border-top-left-radius: 1.75rem !important;
  border-top-right-radius: 1.75rem !important;
}

.rounded-top-32px {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-top-48px {
  border-top-left-radius: 3rem !important;
  border-top-right-radius: 3rem !important;
}

.rounded-top-60px {
  border-top-left-radius: 3.75rem !important;
  border-top-right-radius: 3.75rem !important;
}

.rounded-top-80px {
  border-top-left-radius: 5rem !important;
  border-top-right-radius: 5rem !important;
}

.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-reset {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-end-4px {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-end-6px {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-end-8px {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-end-10px {
  border-top-right-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

.rounded-end-12px {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-end-16px {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-end-20px {
  border-top-right-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}

.rounded-end-24px {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-end-28px {
  border-top-right-radius: 1.75rem !important;
  border-bottom-right-radius: 1.75rem !important;
}

.rounded-end-32px {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.rounded-end-48px {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
}

.rounded-end-60px {
  border-top-right-radius: 3.75rem !important;
  border-bottom-right-radius: 3.75rem !important;
}

.rounded-end-80px {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
}

.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-reset {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom-4px {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-6px {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bottom-8px {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bottom-10px {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

.rounded-bottom-12px {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bottom-16px {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-bottom-20px {
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important;
}

.rounded-bottom-24px {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bottom-28px {
  border-bottom-right-radius: 1.75rem !important;
  border-bottom-left-radius: 1.75rem !important;
}

.rounded-bottom-32px {
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-bottom-48px {
  border-bottom-right-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
}

.rounded-bottom-60px {
  border-bottom-right-radius: 3.75rem !important;
  border-bottom-left-radius: 3.75rem !important;
}

.rounded-bottom-80px {
  border-bottom-right-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-reset {
  border-bottom-right-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-4px {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.rounded-start-6px {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

.rounded-start-8px {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.rounded-start-10px {
  border-bottom-left-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
}

.rounded-start-12px {
  border-bottom-left-radius: 0.75rem !important;
  border-top-left-radius: 0.75rem !important;
}

.rounded-start-16px {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

.rounded-start-20px {
  border-bottom-left-radius: 1.25rem !important;
  border-top-left-radius: 1.25rem !important;
}

.rounded-start-24px {
  border-bottom-left-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important;
}

.rounded-start-28px {
  border-bottom-left-radius: 1.75rem !important;
  border-top-left-radius: 1.75rem !important;
}

.rounded-start-32px {
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
}

.rounded-start-48px {
  border-bottom-left-radius: 3rem !important;
  border-top-left-radius: 3rem !important;
}

.rounded-start-60px {
  border-bottom-left-radius: 3.75rem !important;
  border-top-left-radius: 3.75rem !important;
}

.rounded-start-80px {
  border-bottom-left-radius: 5rem !important;
  border-top-left-radius: 5rem !important;
}

.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-reset {
  border-bottom-left-radius: inherit !important;
  border-top-left-radius: inherit !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-sm-1 {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-sm-2 {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-sm-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
  }
  .inset-sm-auto {
    inset: auto !important;
  }
  .inset-sm-0 {
    inset: 0 !important;
  }
  .inset-sm-10 {
    inset: 10% !important;
  }
  .inset-sm-25 {
    inset: 25% !important;
  }
  .inset-sm-50 {
    inset: 50% !important;
  }
  .inset-sm-75 {
    inset: 75% !important;
  }
  .inset-sm-100 {
    inset: 100% !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-10 {
    top: 10% !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-75 {
    top: 75% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-auto {
    left: auto !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-10 {
    left: 10% !important;
  }
  .start-sm-25 {
    left: 25% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-75 {
    left: 75% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-auto {
    right: auto !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-10 {
    right: 10% !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-75 {
    right: 75% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .w-sm-12px {
    width: 0.75rem !important;
  }
  .w-sm-14px {
    width: 0.875rem !important;
  }
  .w-sm-16px {
    width: 1rem !important;
  }
  .w-sm-18px {
    width: 1.125rem !important;
  }
  .w-sm-20px {
    width: 1.25rem !important;
  }
  .w-sm-24px {
    width: 1.5rem !important;
  }
  .w-sm-32px {
    width: 2rem !important;
  }
  .w-sm-40px {
    width: 2.5rem !important;
  }
  .w-sm-48px {
    width: 3rem !important;
  }
  .w-sm-56px {
    width: 3.5rem !important;
  }
  .w-sm-64px {
    width: 4rem !important;
  }
  .w-sm-100px {
    width: 6.25rem !important;
  }
  .w-sm-200px {
    width: 12.5rem !important;
  }
  .w-sm-320px {
    width: 20rem !important;
  }
  .w-sm-420px {
    width: 26.25rem !important;
  }
  .w-sm-480px {
    width: 30rem !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-12px {
    max-width: 0.75rem !important;
  }
  .mw-sm-14px {
    max-width: 0.875rem !important;
  }
  .mw-sm-16px {
    max-width: 1rem !important;
  }
  .mw-sm-18px {
    max-width: 1.125rem !important;
  }
  .mw-sm-20px {
    max-width: 1.25rem !important;
  }
  .mw-sm-24px {
    max-width: 1.5rem !important;
  }
  .mw-sm-32px {
    max-width: 2rem !important;
  }
  .mw-sm-40px {
    max-width: 2.5rem !important;
  }
  .mw-sm-48px {
    max-width: 3rem !important;
  }
  .mw-sm-56px {
    max-width: 3.5rem !important;
  }
  .mw-sm-64px {
    max-width: 4rem !important;
  }
  .mw-sm-100px {
    max-width: 6.25rem !important;
  }
  .mw-sm-200px {
    max-width: 12.5rem !important;
  }
  .mw-sm-320px {
    max-width: 20rem !important;
  }
  .mw-sm-420px {
    max-width: 26.25rem !important;
  }
  .mw-sm-480px {
    max-width: 30rem !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .min-w-sm-12px {
    min-width: 0.75rem !important;
  }
  .min-w-sm-14px {
    min-width: 0.875rem !important;
  }
  .min-w-sm-16px {
    min-width: 1rem !important;
  }
  .min-w-sm-18px {
    min-width: 1.125rem !important;
  }
  .min-w-sm-20px {
    min-width: 1.25rem !important;
  }
  .min-w-sm-24px {
    min-width: 1.5rem !important;
  }
  .min-w-sm-32px {
    min-width: 2rem !important;
  }
  .min-w-sm-40px {
    min-width: 2.5rem !important;
  }
  .min-w-sm-48px {
    min-width: 3rem !important;
  }
  .min-w-sm-56px {
    min-width: 3.5rem !important;
  }
  .min-w-sm-64px {
    min-width: 4rem !important;
  }
  .min-w-sm-100px {
    min-width: 6.25rem !important;
  }
  .min-w-sm-200px {
    min-width: 12.5rem !important;
  }
  .min-w-sm-320px {
    min-width: 20rem !important;
  }
  .min-w-sm-420px {
    min-width: 26.25rem !important;
  }
  .min-w-sm-480px {
    min-width: 30rem !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .min-w-sm-auto {
    min-width: auto !important;
  }
  .h-sm-12px {
    height: 0.75rem !important;
  }
  .h-sm-14px {
    height: 0.875rem !important;
  }
  .h-sm-16px {
    height: 1rem !important;
  }
  .h-sm-18px {
    height: 1.125rem !important;
  }
  .h-sm-20px {
    height: 1.25rem !important;
  }
  .h-sm-24px {
    height: 1.5rem !important;
  }
  .h-sm-32px {
    height: 2rem !important;
  }
  .h-sm-40px {
    height: 2.5rem !important;
  }
  .h-sm-48px {
    height: 3rem !important;
  }
  .h-sm-56px {
    height: 3.5rem !important;
  }
  .h-sm-64px {
    height: 4rem !important;
  }
  .h-sm-100px {
    height: 6.25rem !important;
  }
  .h-sm-200px {
    height: 12.5rem !important;
  }
  .h-sm-320px {
    height: 20rem !important;
  }
  .h-sm-420px {
    height: 26.25rem !important;
  }
  .h-sm-480px {
    height: 30rem !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .min-h-sm-12px {
    min-height: 0.75rem !important;
  }
  .min-h-sm-14px {
    min-height: 0.875rem !important;
  }
  .min-h-sm-16px {
    min-height: 1rem !important;
  }
  .min-h-sm-18px {
    min-height: 1.125rem !important;
  }
  .min-h-sm-20px {
    min-height: 1.25rem !important;
  }
  .min-h-sm-24px {
    min-height: 1.5rem !important;
  }
  .min-h-sm-32px {
    min-height: 2rem !important;
  }
  .min-h-sm-40px {
    min-height: 2.5rem !important;
  }
  .min-h-sm-48px {
    min-height: 3rem !important;
  }
  .min-h-sm-56px {
    min-height: 3.5rem !important;
  }
  .min-h-sm-64px {
    min-height: 4rem !important;
  }
  .min-h-sm-100px {
    min-height: 6.25rem !important;
  }
  .min-h-sm-200px {
    min-height: 12.5rem !important;
  }
  .min-h-sm-320px {
    min-height: 20rem !important;
  }
  .min-h-sm-420px {
    min-height: 26.25rem !important;
  }
  .min-h-sm-480px {
    min-height: 30rem !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .min-h-sm-auto {
    min-height: auto !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0px {
    margin: 0 !important;
  }
  .m-sm-2px {
    margin: 0.125rem !important;
  }
  .m-sm-4px {
    margin: 0.25rem !important;
  }
  .m-sm-6px {
    margin: 0.375rem !important;
  }
  .m-sm-7px {
    margin: 0.4375rem !important;
  }
  .m-sm-8px {
    margin: 0.5rem !important;
  }
  .m-sm-10px {
    margin: 0.625rem !important;
  }
  .m-sm-12px {
    margin: 0.75rem !important;
  }
  .m-sm-14px {
    margin: 0.875rem !important;
  }
  .m-sm-16px {
    margin: 1rem !important;
  }
  .m-sm-18px {
    margin: 1.125rem !important;
  }
  .m-sm-20px {
    margin: 1.25rem !important;
  }
  .m-sm-24px {
    margin: 1.5rem !important;
  }
  .m-sm-28px {
    margin: 1.75rem !important;
  }
  .m-sm-32px {
    margin: 2rem !important;
  }
  .m-sm-40px {
    margin: 2.5rem !important;
  }
  .m-sm-48px {
    margin: 3rem !important;
  }
  .m-sm-56px {
    margin: 3.5rem !important;
  }
  .m-sm-64px {
    margin: 4rem !important;
  }
  .m-sm-72px {
    margin: 4.5rem !important;
  }
  .m-sm-80px {
    margin: 5rem !important;
  }
  .m-sm-160px {
    margin: 10rem !important;
  }
  .m-sm-header {
    margin: var(--header-height) !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-4px {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-6px {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-sm-7px {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-sm-8px {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-10px {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-12px {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-14px {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-sm-16px {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-18px {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-sm-20px {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-24px {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-28px {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-32px {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-40px {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-48px {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-56px {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-64px {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-72px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-80px {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-160px {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-header {
    margin-right: var(--header-height) !important;
    margin-left: var(--header-height) !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-4px {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-6px {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-sm-7px {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-sm-8px {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-12px {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-14px {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-sm-16px {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-sm-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-28px {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-32px {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-40px {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-48px {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-56px {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-64px {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-72px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-160px {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0px {
    margin-top: 0 !important;
  }
  .mt-sm-2px {
    margin-top: 0.125rem !important;
  }
  .mt-sm-4px {
    margin-top: 0.25rem !important;
  }
  .mt-sm-6px {
    margin-top: 0.375rem !important;
  }
  .mt-sm-7px {
    margin-top: 0.4375rem !important;
  }
  .mt-sm-8px {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10px {
    margin-top: 0.625rem !important;
  }
  .mt-sm-12px {
    margin-top: 0.75rem !important;
  }
  .mt-sm-14px {
    margin-top: 0.875rem !important;
  }
  .mt-sm-16px {
    margin-top: 1rem !important;
  }
  .mt-sm-18px {
    margin-top: 1.125rem !important;
  }
  .mt-sm-20px {
    margin-top: 1.25rem !important;
  }
  .mt-sm-24px {
    margin-top: 1.5rem !important;
  }
  .mt-sm-28px {
    margin-top: 1.75rem !important;
  }
  .mt-sm-32px {
    margin-top: 2rem !important;
  }
  .mt-sm-40px {
    margin-top: 2.5rem !important;
  }
  .mt-sm-48px {
    margin-top: 3rem !important;
  }
  .mt-sm-56px {
    margin-top: 3.5rem !important;
  }
  .mt-sm-64px {
    margin-top: 4rem !important;
  }
  .mt-sm-72px {
    margin-top: 4.5rem !important;
  }
  .mt-sm-80px {
    margin-top: 5rem !important;
  }
  .mt-sm-160px {
    margin-top: 10rem !important;
  }
  .mt-sm-header {
    margin-top: var(--header-height) !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0px {
    margin-right: 0 !important;
  }
  .me-sm-2px {
    margin-right: 0.125rem !important;
  }
  .me-sm-4px {
    margin-right: 0.25rem !important;
  }
  .me-sm-6px {
    margin-right: 0.375rem !important;
  }
  .me-sm-7px {
    margin-right: 0.4375rem !important;
  }
  .me-sm-8px {
    margin-right: 0.5rem !important;
  }
  .me-sm-10px {
    margin-right: 0.625rem !important;
  }
  .me-sm-12px {
    margin-right: 0.75rem !important;
  }
  .me-sm-14px {
    margin-right: 0.875rem !important;
  }
  .me-sm-16px {
    margin-right: 1rem !important;
  }
  .me-sm-18px {
    margin-right: 1.125rem !important;
  }
  .me-sm-20px {
    margin-right: 1.25rem !important;
  }
  .me-sm-24px {
    margin-right: 1.5rem !important;
  }
  .me-sm-28px {
    margin-right: 1.75rem !important;
  }
  .me-sm-32px {
    margin-right: 2rem !important;
  }
  .me-sm-40px {
    margin-right: 2.5rem !important;
  }
  .me-sm-48px {
    margin-right: 3rem !important;
  }
  .me-sm-56px {
    margin-right: 3.5rem !important;
  }
  .me-sm-64px {
    margin-right: 4rem !important;
  }
  .me-sm-72px {
    margin-right: 4.5rem !important;
  }
  .me-sm-80px {
    margin-right: 5rem !important;
  }
  .me-sm-160px {
    margin-right: 10rem !important;
  }
  .me-sm-header {
    margin-right: var(--header-height) !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0px {
    margin-bottom: 0 !important;
  }
  .mb-sm-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-4px {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-6px {
    margin-bottom: 0.375rem !important;
  }
  .mb-sm-7px {
    margin-bottom: 0.4375rem !important;
  }
  .mb-sm-8px {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10px {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-12px {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-14px {
    margin-bottom: 0.875rem !important;
  }
  .mb-sm-16px {
    margin-bottom: 1rem !important;
  }
  .mb-sm-18px {
    margin-bottom: 1.125rem !important;
  }
  .mb-sm-20px {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-24px {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-28px {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-32px {
    margin-bottom: 2rem !important;
  }
  .mb-sm-40px {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-48px {
    margin-bottom: 3rem !important;
  }
  .mb-sm-56px {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-64px {
    margin-bottom: 4rem !important;
  }
  .mb-sm-72px {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-80px {
    margin-bottom: 5rem !important;
  }
  .mb-sm-160px {
    margin-bottom: 10rem !important;
  }
  .mb-sm-header {
    margin-bottom: var(--header-height) !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0px {
    margin-left: 0 !important;
  }
  .ms-sm-2px {
    margin-left: 0.125rem !important;
  }
  .ms-sm-4px {
    margin-left: 0.25rem !important;
  }
  .ms-sm-6px {
    margin-left: 0.375rem !important;
  }
  .ms-sm-7px {
    margin-left: 0.4375rem !important;
  }
  .ms-sm-8px {
    margin-left: 0.5rem !important;
  }
  .ms-sm-10px {
    margin-left: 0.625rem !important;
  }
  .ms-sm-12px {
    margin-left: 0.75rem !important;
  }
  .ms-sm-14px {
    margin-left: 0.875rem !important;
  }
  .ms-sm-16px {
    margin-left: 1rem !important;
  }
  .ms-sm-18px {
    margin-left: 1.125rem !important;
  }
  .ms-sm-20px {
    margin-left: 1.25rem !important;
  }
  .ms-sm-24px {
    margin-left: 1.5rem !important;
  }
  .ms-sm-28px {
    margin-left: 1.75rem !important;
  }
  .ms-sm-32px {
    margin-left: 2rem !important;
  }
  .ms-sm-40px {
    margin-left: 2.5rem !important;
  }
  .ms-sm-48px {
    margin-left: 3rem !important;
  }
  .ms-sm-56px {
    margin-left: 3.5rem !important;
  }
  .ms-sm-64px {
    margin-left: 4rem !important;
  }
  .ms-sm-72px {
    margin-left: 4.5rem !important;
  }
  .ms-sm-80px {
    margin-left: 5rem !important;
  }
  .ms-sm-160px {
    margin-left: 10rem !important;
  }
  .ms-sm-header {
    margin-left: var(--header-height) !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n0px {
    margin: 0 !important;
  }
  .m-sm-n2px {
    margin: -0.125rem !important;
  }
  .m-sm-n4px {
    margin: -0.25rem !important;
  }
  .m-sm-n6px {
    margin: -0.375rem !important;
  }
  .m-sm-n7px {
    margin: -0.4375rem !important;
  }
  .m-sm-n8px {
    margin: -0.5rem !important;
  }
  .m-sm-n10px {
    margin: -0.625rem !important;
  }
  .m-sm-n12px {
    margin: -0.75rem !important;
  }
  .m-sm-n14px {
    margin: -0.875rem !important;
  }
  .m-sm-n16px {
    margin: -1rem !important;
  }
  .m-sm-n18px {
    margin: -1.125rem !important;
  }
  .m-sm-n20px {
    margin: -1.25rem !important;
  }
  .m-sm-n24px {
    margin: -1.5rem !important;
  }
  .m-sm-n28px {
    margin: -1.75rem !important;
  }
  .m-sm-n32px {
    margin: -2rem !important;
  }
  .m-sm-n40px {
    margin: -2.5rem !important;
  }
  .m-sm-n48px {
    margin: -3rem !important;
  }
  .m-sm-n56px {
    margin: -3.5rem !important;
  }
  .m-sm-n64px {
    margin: -4rem !important;
  }
  .m-sm-n72px {
    margin: -4.5rem !important;
  }
  .m-sm-n80px {
    margin: -5rem !important;
  }
  .m-sm-n160px {
    margin: -10rem !important;
  }
  .m-sm-nheader {
    margin: -var(--header-height) !important;
  }
  .mx-sm-n0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-sm-n4px {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n6px {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-sm-n7px {
    margin-right: -0.4375rem !important;
    margin-left: -0.4375rem !important;
  }
  .mx-sm-n8px {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n10px {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-sm-n12px {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n14px {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important;
  }
  .mx-sm-n16px {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n18px {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-sm-n20px {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n24px {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n28px {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n32px {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n40px {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n48px {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n56px {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n64px {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n72px {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n80px {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n160px {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-nheader {
    margin-right: -var(--header-height) !important;
    margin-left: -var(--header-height) !important;
  }
  .my-sm-n0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-sm-n4px {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n6px {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-sm-n7px {
    margin-top: -0.4375rem !important;
    margin-bottom: -0.4375rem !important;
  }
  .my-sm-n8px {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-sm-n12px {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n14px {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .my-sm-n16px {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-sm-n20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n28px {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n32px {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n40px {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n48px {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n56px {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n64px {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n72px {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n160px {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-nheader {
    margin-top: -var(--header-height) !important;
    margin-bottom: -var(--header-height) !important;
  }
  .mt-sm-n0px {
    margin-top: 0 !important;
  }
  .mt-sm-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-sm-n4px {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n6px {
    margin-top: -0.375rem !important;
  }
  .mt-sm-n7px {
    margin-top: -0.4375rem !important;
  }
  .mt-sm-n8px {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n10px {
    margin-top: -0.625rem !important;
  }
  .mt-sm-n12px {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n14px {
    margin-top: -0.875rem !important;
  }
  .mt-sm-n16px {
    margin-top: -1rem !important;
  }
  .mt-sm-n18px {
    margin-top: -1.125rem !important;
  }
  .mt-sm-n20px {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n24px {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n28px {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n32px {
    margin-top: -2rem !important;
  }
  .mt-sm-n40px {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n48px {
    margin-top: -3rem !important;
  }
  .mt-sm-n56px {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n64px {
    margin-top: -4rem !important;
  }
  .mt-sm-n72px {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n80px {
    margin-top: -5rem !important;
  }
  .mt-sm-n160px {
    margin-top: -10rem !important;
  }
  .mt-sm-nheader {
    margin-top: -var(--header-height) !important;
  }
  .me-sm-n0px {
    margin-right: 0 !important;
  }
  .me-sm-n2px {
    margin-right: -0.125rem !important;
  }
  .me-sm-n4px {
    margin-right: -0.25rem !important;
  }
  .me-sm-n6px {
    margin-right: -0.375rem !important;
  }
  .me-sm-n7px {
    margin-right: -0.4375rem !important;
  }
  .me-sm-n8px {
    margin-right: -0.5rem !important;
  }
  .me-sm-n10px {
    margin-right: -0.625rem !important;
  }
  .me-sm-n12px {
    margin-right: -0.75rem !important;
  }
  .me-sm-n14px {
    margin-right: -0.875rem !important;
  }
  .me-sm-n16px {
    margin-right: -1rem !important;
  }
  .me-sm-n18px {
    margin-right: -1.125rem !important;
  }
  .me-sm-n20px {
    margin-right: -1.25rem !important;
  }
  .me-sm-n24px {
    margin-right: -1.5rem !important;
  }
  .me-sm-n28px {
    margin-right: -1.75rem !important;
  }
  .me-sm-n32px {
    margin-right: -2rem !important;
  }
  .me-sm-n40px {
    margin-right: -2.5rem !important;
  }
  .me-sm-n48px {
    margin-right: -3rem !important;
  }
  .me-sm-n56px {
    margin-right: -3.5rem !important;
  }
  .me-sm-n64px {
    margin-right: -4rem !important;
  }
  .me-sm-n72px {
    margin-right: -4.5rem !important;
  }
  .me-sm-n80px {
    margin-right: -5rem !important;
  }
  .me-sm-n160px {
    margin-right: -10rem !important;
  }
  .me-sm-nheader {
    margin-right: -var(--header-height) !important;
  }
  .mb-sm-n0px {
    margin-bottom: 0 !important;
  }
  .mb-sm-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-sm-n4px {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n6px {
    margin-bottom: -0.375rem !important;
  }
  .mb-sm-n7px {
    margin-bottom: -0.4375rem !important;
  }
  .mb-sm-n8px {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n10px {
    margin-bottom: -0.625rem !important;
  }
  .mb-sm-n12px {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n14px {
    margin-bottom: -0.875rem !important;
  }
  .mb-sm-n16px {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n18px {
    margin-bottom: -1.125rem !important;
  }
  .mb-sm-n20px {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n24px {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n28px {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n32px {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n40px {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n48px {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n56px {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n64px {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n72px {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n80px {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n160px {
    margin-bottom: -10rem !important;
  }
  .mb-sm-nheader {
    margin-bottom: -var(--header-height) !important;
  }
  .ms-sm-n0px {
    margin-left: 0 !important;
  }
  .ms-sm-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-sm-n4px {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n6px {
    margin-left: -0.375rem !important;
  }
  .ms-sm-n7px {
    margin-left: -0.4375rem !important;
  }
  .ms-sm-n8px {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n10px {
    margin-left: -0.625rem !important;
  }
  .ms-sm-n12px {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n14px {
    margin-left: -0.875rem !important;
  }
  .ms-sm-n16px {
    margin-left: -1rem !important;
  }
  .ms-sm-n18px {
    margin-left: -1.125rem !important;
  }
  .ms-sm-n20px {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n24px {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n28px {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n32px {
    margin-left: -2rem !important;
  }
  .ms-sm-n40px {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n48px {
    margin-left: -3rem !important;
  }
  .ms-sm-n56px {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n64px {
    margin-left: -4rem !important;
  }
  .ms-sm-n72px {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n80px {
    margin-left: -5rem !important;
  }
  .ms-sm-n160px {
    margin-left: -10rem !important;
  }
  .ms-sm-nheader {
    margin-left: -var(--header-height) !important;
  }
  .p-sm-0px {
    padding: 0 !important;
  }
  .p-sm-2px {
    padding: 0.125rem !important;
  }
  .p-sm-4px {
    padding: 0.25rem !important;
  }
  .p-sm-6px {
    padding: 0.375rem !important;
  }
  .p-sm-7px {
    padding: 0.4375rem !important;
  }
  .p-sm-8px {
    padding: 0.5rem !important;
  }
  .p-sm-10px {
    padding: 0.625rem !important;
  }
  .p-sm-12px {
    padding: 0.75rem !important;
  }
  .p-sm-14px {
    padding: 0.875rem !important;
  }
  .p-sm-16px {
    padding: 1rem !important;
  }
  .p-sm-18px {
    padding: 1.125rem !important;
  }
  .p-sm-20px {
    padding: 1.25rem !important;
  }
  .p-sm-24px {
    padding: 1.5rem !important;
  }
  .p-sm-28px {
    padding: 1.75rem !important;
  }
  .p-sm-32px {
    padding: 2rem !important;
  }
  .p-sm-40px {
    padding: 2.5rem !important;
  }
  .p-sm-48px {
    padding: 3rem !important;
  }
  .p-sm-56px {
    padding: 3.5rem !important;
  }
  .p-sm-64px {
    padding: 4rem !important;
  }
  .p-sm-72px {
    padding: 4.5rem !important;
  }
  .p-sm-80px {
    padding: 5rem !important;
  }
  .p-sm-160px {
    padding: 10rem !important;
  }
  .p-sm-header {
    padding: var(--header-height) !important;
  }
  .px-sm-0px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-4px {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-6px {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-sm-7px {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-sm-8px {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-10px {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-12px {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-14px {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-sm-16px {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-18px {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-sm-20px {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-24px {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-28px {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-32px {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-40px {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-48px {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-56px {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-64px {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-72px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-80px {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-160px {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-header {
    padding-right: var(--header-height) !important;
    padding-left: var(--header-height) !important;
  }
  .py-sm-0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-4px {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-6px {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-sm-7px {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-sm-8px {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-12px {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-14px {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-sm-16px {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-sm-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-28px {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-32px {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-40px {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-48px {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-56px {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-64px {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-72px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-160px {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .pt-sm-0px {
    padding-top: 0 !important;
  }
  .pt-sm-2px {
    padding-top: 0.125rem !important;
  }
  .pt-sm-4px {
    padding-top: 0.25rem !important;
  }
  .pt-sm-6px {
    padding-top: 0.375rem !important;
  }
  .pt-sm-7px {
    padding-top: 0.4375rem !important;
  }
  .pt-sm-8px {
    padding-top: 0.5rem !important;
  }
  .pt-sm-10px {
    padding-top: 0.625rem !important;
  }
  .pt-sm-12px {
    padding-top: 0.75rem !important;
  }
  .pt-sm-14px {
    padding-top: 0.875rem !important;
  }
  .pt-sm-16px {
    padding-top: 1rem !important;
  }
  .pt-sm-18px {
    padding-top: 1.125rem !important;
  }
  .pt-sm-20px {
    padding-top: 1.25rem !important;
  }
  .pt-sm-24px {
    padding-top: 1.5rem !important;
  }
  .pt-sm-28px {
    padding-top: 1.75rem !important;
  }
  .pt-sm-32px {
    padding-top: 2rem !important;
  }
  .pt-sm-40px {
    padding-top: 2.5rem !important;
  }
  .pt-sm-48px {
    padding-top: 3rem !important;
  }
  .pt-sm-56px {
    padding-top: 3.5rem !important;
  }
  .pt-sm-64px {
    padding-top: 4rem !important;
  }
  .pt-sm-72px {
    padding-top: 4.5rem !important;
  }
  .pt-sm-80px {
    padding-top: 5rem !important;
  }
  .pt-sm-160px {
    padding-top: 10rem !important;
  }
  .pt-sm-header {
    padding-top: var(--header-height) !important;
  }
  .pe-sm-0px {
    padding-right: 0 !important;
  }
  .pe-sm-2px {
    padding-right: 0.125rem !important;
  }
  .pe-sm-4px {
    padding-right: 0.25rem !important;
  }
  .pe-sm-6px {
    padding-right: 0.375rem !important;
  }
  .pe-sm-7px {
    padding-right: 0.4375rem !important;
  }
  .pe-sm-8px {
    padding-right: 0.5rem !important;
  }
  .pe-sm-10px {
    padding-right: 0.625rem !important;
  }
  .pe-sm-12px {
    padding-right: 0.75rem !important;
  }
  .pe-sm-14px {
    padding-right: 0.875rem !important;
  }
  .pe-sm-16px {
    padding-right: 1rem !important;
  }
  .pe-sm-18px {
    padding-right: 1.125rem !important;
  }
  .pe-sm-20px {
    padding-right: 1.25rem !important;
  }
  .pe-sm-24px {
    padding-right: 1.5rem !important;
  }
  .pe-sm-28px {
    padding-right: 1.75rem !important;
  }
  .pe-sm-32px {
    padding-right: 2rem !important;
  }
  .pe-sm-40px {
    padding-right: 2.5rem !important;
  }
  .pe-sm-48px {
    padding-right: 3rem !important;
  }
  .pe-sm-56px {
    padding-right: 3.5rem !important;
  }
  .pe-sm-64px {
    padding-right: 4rem !important;
  }
  .pe-sm-72px {
    padding-right: 4.5rem !important;
  }
  .pe-sm-80px {
    padding-right: 5rem !important;
  }
  .pe-sm-160px {
    padding-right: 10rem !important;
  }
  .pe-sm-header {
    padding-right: var(--header-height) !important;
  }
  .pb-sm-0px {
    padding-bottom: 0 !important;
  }
  .pb-sm-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-4px {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-6px {
    padding-bottom: 0.375rem !important;
  }
  .pb-sm-7px {
    padding-bottom: 0.4375rem !important;
  }
  .pb-sm-8px {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-10px {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-12px {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-14px {
    padding-bottom: 0.875rem !important;
  }
  .pb-sm-16px {
    padding-bottom: 1rem !important;
  }
  .pb-sm-18px {
    padding-bottom: 1.125rem !important;
  }
  .pb-sm-20px {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-24px {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-28px {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-32px {
    padding-bottom: 2rem !important;
  }
  .pb-sm-40px {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-48px {
    padding-bottom: 3rem !important;
  }
  .pb-sm-56px {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-64px {
    padding-bottom: 4rem !important;
  }
  .pb-sm-72px {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-80px {
    padding-bottom: 5rem !important;
  }
  .pb-sm-160px {
    padding-bottom: 10rem !important;
  }
  .pb-sm-header {
    padding-bottom: var(--header-height) !important;
  }
  .ps-sm-0px {
    padding-left: 0 !important;
  }
  .ps-sm-2px {
    padding-left: 0.125rem !important;
  }
  .ps-sm-4px {
    padding-left: 0.25rem !important;
  }
  .ps-sm-6px {
    padding-left: 0.375rem !important;
  }
  .ps-sm-7px {
    padding-left: 0.4375rem !important;
  }
  .ps-sm-8px {
    padding-left: 0.5rem !important;
  }
  .ps-sm-10px {
    padding-left: 0.625rem !important;
  }
  .ps-sm-12px {
    padding-left: 0.75rem !important;
  }
  .ps-sm-14px {
    padding-left: 0.875rem !important;
  }
  .ps-sm-16px {
    padding-left: 1rem !important;
  }
  .ps-sm-18px {
    padding-left: 1.125rem !important;
  }
  .ps-sm-20px {
    padding-left: 1.25rem !important;
  }
  .ps-sm-24px {
    padding-left: 1.5rem !important;
  }
  .ps-sm-28px {
    padding-left: 1.75rem !important;
  }
  .ps-sm-32px {
    padding-left: 2rem !important;
  }
  .ps-sm-40px {
    padding-left: 2.5rem !important;
  }
  .ps-sm-48px {
    padding-left: 3rem !important;
  }
  .ps-sm-56px {
    padding-left: 3.5rem !important;
  }
  .ps-sm-64px {
    padding-left: 4rem !important;
  }
  .ps-sm-72px {
    padding-left: 4.5rem !important;
  }
  .ps-sm-80px {
    padding-left: 5rem !important;
  }
  .ps-sm-160px {
    padding-left: 10rem !important;
  }
  .ps-sm-header {
    padding-left: var(--header-height) !important;
  }
  .gap-sm-0px {
    gap: 0 !important;
  }
  .gap-sm-2px {
    gap: 0.125rem !important;
  }
  .gap-sm-4px {
    gap: 0.25rem !important;
  }
  .gap-sm-6px {
    gap: 0.375rem !important;
  }
  .gap-sm-7px {
    gap: 0.4375rem !important;
  }
  .gap-sm-8px {
    gap: 0.5rem !important;
  }
  .gap-sm-10px {
    gap: 0.625rem !important;
  }
  .gap-sm-12px {
    gap: 0.75rem !important;
  }
  .gap-sm-14px {
    gap: 0.875rem !important;
  }
  .gap-sm-16px {
    gap: 1rem !important;
  }
  .gap-sm-18px {
    gap: 1.125rem !important;
  }
  .gap-sm-20px {
    gap: 1.25rem !important;
  }
  .gap-sm-24px {
    gap: 1.5rem !important;
  }
  .gap-sm-28px {
    gap: 1.75rem !important;
  }
  .gap-sm-32px {
    gap: 2rem !important;
  }
  .gap-sm-40px {
    gap: 2.5rem !important;
  }
  .gap-sm-48px {
    gap: 3rem !important;
  }
  .gap-sm-56px {
    gap: 3.5rem !important;
  }
  .gap-sm-64px {
    gap: 4rem !important;
  }
  .gap-sm-72px {
    gap: 4.5rem !important;
  }
  .gap-sm-80px {
    gap: 5rem !important;
  }
  .gap-sm-160px {
    gap: 10rem !important;
  }
  .gap-sm-header {
    gap: var(--header-height) !important;
  }
  .row-gap-sm-0px {
    row-gap: 0 !important;
  }
  .row-gap-sm-2px {
    row-gap: 0.125rem !important;
  }
  .row-gap-sm-4px {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-6px {
    row-gap: 0.375rem !important;
  }
  .row-gap-sm-7px {
    row-gap: 0.4375rem !important;
  }
  .row-gap-sm-8px {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-10px {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-12px {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-14px {
    row-gap: 0.875rem !important;
  }
  .row-gap-sm-16px {
    row-gap: 1rem !important;
  }
  .row-gap-sm-18px {
    row-gap: 1.125rem !important;
  }
  .row-gap-sm-20px {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-24px {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-28px {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-32px {
    row-gap: 2rem !important;
  }
  .row-gap-sm-40px {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-48px {
    row-gap: 3rem !important;
  }
  .row-gap-sm-56px {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-64px {
    row-gap: 4rem !important;
  }
  .row-gap-sm-72px {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-80px {
    row-gap: 5rem !important;
  }
  .row-gap-sm-160px {
    row-gap: 10rem !important;
  }
  .row-gap-sm-header {
    row-gap: var(--header-height) !important;
  }
  .column-gap-sm-0px {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-2px {
    -webkit-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  .column-gap-sm-4px {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-6px {
    -webkit-column-gap: 0.375rem !important;
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  .column-gap-sm-7px {
    -webkit-column-gap: 0.4375rem !important;
    -moz-column-gap: 0.4375rem !important;
    column-gap: 0.4375rem !important;
  }
  .column-gap-sm-8px {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-10px {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-sm-12px {
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-14px {
    -webkit-column-gap: 0.875rem !important;
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  .column-gap-sm-16px {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-18px {
    -webkit-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
  }
  .column-gap-sm-20px {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-24px {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-28px {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .column-gap-sm-32px {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-sm-40px {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-48px {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-sm-56px {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-64px {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-sm-72px {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  .column-gap-sm-80px {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-sm-160px {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-sm-header {
    -webkit-column-gap: var(--header-height) !important;
    -moz-column-gap: var(--header-height) !important;
    column-gap: var(--header-height) !important;
  }
  .fs-sm-1 {
    font-size: 3.125rem !important;
  }
  .fs-sm-2 {
    font-size: 2.75rem !important;
  }
  .fs-sm-3 {
    font-size: 1.625rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fs-sm-6px {
    font-size: 0.375rem !important;
  }
  .fs-sm-8px {
    font-size: 0.5rem !important;
  }
  .fs-sm-10px {
    font-size: 0.625rem !important;
  }
  .fs-sm-12px {
    font-size: 0.75rem !important;
  }
  .fs-sm-13px {
    font-size: 0.8125rem !important;
  }
  .fs-sm-14px {
    font-size: 0.875rem !important;
  }
  .fs-sm-16px {
    font-size: 1rem !important;
  }
  .fs-sm-18px {
    font-size: 1.125rem !important;
  }
  .fs-sm-20px {
    font-size: 1.25rem !important;
  }
  .fs-sm-24px {
    font-size: 1.5rem !important;
  }
  .fs-sm-28px {
    font-size: 1.75rem !important;
  }
  .fs-sm-32px {
    font-size: 2rem !important;
  }
  .fs-sm-36px {
    font-size: 2.25rem !important;
  }
  .fs-sm-38px {
    font-size: 2.375rem !important;
  }
  .fs-sm-40px {
    font-size: 2.5rem !important;
  }
  .fs-sm-50px {
    font-size: 3.125rem !important;
  }
  .fs-sm-60px {
    font-size: 3.75rem !important;
  }
  .fs-sm-reset {
    font-size: inherit !important;
  }
  .fw-sm-reset {
    font-weight: inherit !important;
  }
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-medium {
    font-weight: 500 !important;
  }
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: bolder !important;
  }
  .ls-sm-n5 {
    letter-spacing: -0.05em !important;
  }
  .ls-sm-normal {
    letter-spacing: normal !important;
  }
  .ls-sm-reset {
    letter-spacing: inherit !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .bs-bg-sm-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-title {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-title-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bs-bg-sm-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-sm-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-position-sm-center {
    background-position: center !important;
  }
  .bg-position-sm-center-end {
    background-position: center right !important;
  }
  .bg-position-sm-center-start {
    background-position: center left !important;
  }
  .bg-position-sm-top {
    background-position: top !important;
  }
  .bg-position-sm-bottom {
    background-position: bottom !important;
  }
  .bg-repeat-sm-norepeat {
    background-repeat: no-repeat !important;
  }
  .bg-repeat-sm-repeat {
    background-repeat: repeat !important;
  }
  .bg-repeat-sm-x-repeat {
    background-repeat: repeat-x !important;
  }
  .bg-size-sm-cover {
    background-size: cover !important;
  }
  .bg-size-sm-contain {
    background-size: contain !important;
  }
  .bg-size-sm-auto {
    background-size: auto !important;
  }
  .bg-opacity-sm-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-sm-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-sm-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-sm-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-sm-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-sm-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-sm-100 {
    --bs-bg-opacity: 1;
  }
  .bg-gradient-sm {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  .bg-gradient-sm-primary-to-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
    background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
  }
  .bg-gradient-sm-success-to-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
    background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
  }
  .bg-gradient-sm-none {
    background-image: none !important;
  }
  .rounded-sm-4px {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-6px {
    border-radius: 0.375rem !important;
  }
  .rounded-sm-8px {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-10px {
    border-radius: 0.625rem !important;
  }
  .rounded-sm-12px {
    border-radius: 0.75rem !important;
  }
  .rounded-sm-16px {
    border-radius: 1rem !important;
  }
  .rounded-sm-20px {
    border-radius: 1.25rem !important;
  }
  .rounded-sm-24px {
    border-radius: 1.5rem !important;
  }
  .rounded-sm-28px {
    border-radius: 1.75rem !important;
  }
  .rounded-sm-32px {
    border-radius: 2rem !important;
  }
  .rounded-sm-48px {
    border-radius: 3rem !important;
  }
  .rounded-sm-60px {
    border-radius: 3.75rem !important;
  }
  .rounded-sm-80px {
    border-radius: 5rem !important;
  }
  .rounded-sm-pill {
    border-radius: 50rem !important;
  }
  .rounded-sm {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-reset {
    border-radius: inherit !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-top-sm-4px {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-top-sm-6px {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .rounded-top-sm-8px {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .rounded-top-sm-10px {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  .rounded-top-sm-12px {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .rounded-top-sm-16px {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .rounded-top-sm-20px {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .rounded-top-sm-24px {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .rounded-top-sm-28px {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .rounded-top-sm-32px {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .rounded-top-sm-48px {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-sm-60px {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .rounded-top-sm-80px {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .rounded-top-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-sm {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-sm-reset {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
  }
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-sm-4px {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-end-sm-6px {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-end-sm-8px {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .rounded-end-sm-10px {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  .rounded-end-sm-12px {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .rounded-end-sm-16px {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .rounded-end-sm-20px {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
  .rounded-end-sm-24px {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .rounded-end-sm-28px {
    border-top-right-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
  .rounded-end-sm-32px {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  .rounded-end-sm-48px {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-sm-60px {
    border-top-right-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
  .rounded-end-sm-80px {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
  .rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-sm {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-sm-reset {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-sm-4px {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-bottom-sm-6px {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-bottom-sm-8px {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .rounded-bottom-sm-10px {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  .rounded-bottom-sm-12px {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .rounded-bottom-sm-16px {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .rounded-bottom-sm-20px {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
  .rounded-bottom-sm-24px {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .rounded-bottom-sm-28px {
    border-bottom-right-radius: 1.75rem !important;
    border-bottom-left-radius: 1.75rem !important;
  }
  .rounded-bottom-sm-32px {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }
  .rounded-bottom-sm-48px {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-sm-60px {
    border-bottom-right-radius: 3.75rem !important;
    border-bottom-left-radius: 3.75rem !important;
  }
  .rounded-bottom-sm-80px {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
  }
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-sm {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-sm-reset {
    border-bottom-right-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-sm-4px {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-start-sm-6px {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .rounded-start-sm-8px {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .rounded-start-sm-10px {
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
  }
  .rounded-start-sm-12px {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }
  .rounded-start-sm-16px {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .rounded-start-sm-20px {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
  }
  .rounded-start-sm-24px {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
  }
  .rounded-start-sm-28px {
    border-bottom-left-radius: 1.75rem !important;
    border-top-left-radius: 1.75rem !important;
  }
  .rounded-start-sm-32px {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }
  .rounded-start-sm-48px {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-sm-60px {
    border-bottom-left-radius: 3.75rem !important;
    border-top-left-radius: 3.75rem !important;
  }
  .rounded-start-sm-80px {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
  }
  .rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-sm {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-sm-reset {
    border-bottom-left-radius: inherit !important;
    border-top-left-radius: inherit !important;
  }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-none {
    display: none !important;
  }
  .shadow-md {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-md-1 {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-md-2 {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-md-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
  }
  .inset-md-auto {
    inset: auto !important;
  }
  .inset-md-0 {
    inset: 0 !important;
  }
  .inset-md-10 {
    inset: 10% !important;
  }
  .inset-md-25 {
    inset: 25% !important;
  }
  .inset-md-50 {
    inset: 50% !important;
  }
  .inset-md-75 {
    inset: 75% !important;
  }
  .inset-md-100 {
    inset: 100% !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-75 {
    bottom: 75% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-75 {
    left: 75% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-auto {
    right: auto !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-10 {
    right: 10% !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-75 {
    right: 75% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .w-md-12px {
    width: 0.75rem !important;
  }
  .w-md-14px {
    width: 0.875rem !important;
  }
  .w-md-16px {
    width: 1rem !important;
  }
  .w-md-18px {
    width: 1.125rem !important;
  }
  .w-md-20px {
    width: 1.25rem !important;
  }
  .w-md-24px {
    width: 1.5rem !important;
  }
  .w-md-32px {
    width: 2rem !important;
  }
  .w-md-40px {
    width: 2.5rem !important;
  }
  .w-md-48px {
    width: 3rem !important;
  }
  .w-md-56px {
    width: 3.5rem !important;
  }
  .w-md-64px {
    width: 4rem !important;
  }
  .w-md-100px {
    width: 6.25rem !important;
  }
  .w-md-200px {
    width: 12.5rem !important;
  }
  .w-md-320px {
    width: 20rem !important;
  }
  .w-md-420px {
    width: 26.25rem !important;
  }
  .w-md-480px {
    width: 30rem !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-12px {
    max-width: 0.75rem !important;
  }
  .mw-md-14px {
    max-width: 0.875rem !important;
  }
  .mw-md-16px {
    max-width: 1rem !important;
  }
  .mw-md-18px {
    max-width: 1.125rem !important;
  }
  .mw-md-20px {
    max-width: 1.25rem !important;
  }
  .mw-md-24px {
    max-width: 1.5rem !important;
  }
  .mw-md-32px {
    max-width: 2rem !important;
  }
  .mw-md-40px {
    max-width: 2.5rem !important;
  }
  .mw-md-48px {
    max-width: 3rem !important;
  }
  .mw-md-56px {
    max-width: 3.5rem !important;
  }
  .mw-md-64px {
    max-width: 4rem !important;
  }
  .mw-md-100px {
    max-width: 6.25rem !important;
  }
  .mw-md-200px {
    max-width: 12.5rem !important;
  }
  .mw-md-320px {
    max-width: 20rem !important;
  }
  .mw-md-420px {
    max-width: 26.25rem !important;
  }
  .mw-md-480px {
    max-width: 30rem !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .min-w-md-12px {
    min-width: 0.75rem !important;
  }
  .min-w-md-14px {
    min-width: 0.875rem !important;
  }
  .min-w-md-16px {
    min-width: 1rem !important;
  }
  .min-w-md-18px {
    min-width: 1.125rem !important;
  }
  .min-w-md-20px {
    min-width: 1.25rem !important;
  }
  .min-w-md-24px {
    min-width: 1.5rem !important;
  }
  .min-w-md-32px {
    min-width: 2rem !important;
  }
  .min-w-md-40px {
    min-width: 2.5rem !important;
  }
  .min-w-md-48px {
    min-width: 3rem !important;
  }
  .min-w-md-56px {
    min-width: 3.5rem !important;
  }
  .min-w-md-64px {
    min-width: 4rem !important;
  }
  .min-w-md-100px {
    min-width: 6.25rem !important;
  }
  .min-w-md-200px {
    min-width: 12.5rem !important;
  }
  .min-w-md-320px {
    min-width: 20rem !important;
  }
  .min-w-md-420px {
    min-width: 26.25rem !important;
  }
  .min-w-md-480px {
    min-width: 30rem !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .min-w-md-auto {
    min-width: auto !important;
  }
  .h-md-12px {
    height: 0.75rem !important;
  }
  .h-md-14px {
    height: 0.875rem !important;
  }
  .h-md-16px {
    height: 1rem !important;
  }
  .h-md-18px {
    height: 1.125rem !important;
  }
  .h-md-20px {
    height: 1.25rem !important;
  }
  .h-md-24px {
    height: 1.5rem !important;
  }
  .h-md-32px {
    height: 2rem !important;
  }
  .h-md-40px {
    height: 2.5rem !important;
  }
  .h-md-48px {
    height: 3rem !important;
  }
  .h-md-56px {
    height: 3.5rem !important;
  }
  .h-md-64px {
    height: 4rem !important;
  }
  .h-md-100px {
    height: 6.25rem !important;
  }
  .h-md-200px {
    height: 12.5rem !important;
  }
  .h-md-320px {
    height: 20rem !important;
  }
  .h-md-420px {
    height: 26.25rem !important;
  }
  .h-md-480px {
    height: 30rem !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .min-h-md-12px {
    min-height: 0.75rem !important;
  }
  .min-h-md-14px {
    min-height: 0.875rem !important;
  }
  .min-h-md-16px {
    min-height: 1rem !important;
  }
  .min-h-md-18px {
    min-height: 1.125rem !important;
  }
  .min-h-md-20px {
    min-height: 1.25rem !important;
  }
  .min-h-md-24px {
    min-height: 1.5rem !important;
  }
  .min-h-md-32px {
    min-height: 2rem !important;
  }
  .min-h-md-40px {
    min-height: 2.5rem !important;
  }
  .min-h-md-48px {
    min-height: 3rem !important;
  }
  .min-h-md-56px {
    min-height: 3.5rem !important;
  }
  .min-h-md-64px {
    min-height: 4rem !important;
  }
  .min-h-md-100px {
    min-height: 6.25rem !important;
  }
  .min-h-md-200px {
    min-height: 12.5rem !important;
  }
  .min-h-md-320px {
    min-height: 20rem !important;
  }
  .min-h-md-420px {
    min-height: 26.25rem !important;
  }
  .min-h-md-480px {
    min-height: 30rem !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .min-h-md-auto {
    min-height: auto !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0px {
    margin: 0 !important;
  }
  .m-md-2px {
    margin: 0.125rem !important;
  }
  .m-md-4px {
    margin: 0.25rem !important;
  }
  .m-md-6px {
    margin: 0.375rem !important;
  }
  .m-md-7px {
    margin: 0.4375rem !important;
  }
  .m-md-8px {
    margin: 0.5rem !important;
  }
  .m-md-10px {
    margin: 0.625rem !important;
  }
  .m-md-12px {
    margin: 0.75rem !important;
  }
  .m-md-14px {
    margin: 0.875rem !important;
  }
  .m-md-16px {
    margin: 1rem !important;
  }
  .m-md-18px {
    margin: 1.125rem !important;
  }
  .m-md-20px {
    margin: 1.25rem !important;
  }
  .m-md-24px {
    margin: 1.5rem !important;
  }
  .m-md-28px {
    margin: 1.75rem !important;
  }
  .m-md-32px {
    margin: 2rem !important;
  }
  .m-md-40px {
    margin: 2.5rem !important;
  }
  .m-md-48px {
    margin: 3rem !important;
  }
  .m-md-56px {
    margin: 3.5rem !important;
  }
  .m-md-64px {
    margin: 4rem !important;
  }
  .m-md-72px {
    margin: 4.5rem !important;
  }
  .m-md-80px {
    margin: 5rem !important;
  }
  .m-md-160px {
    margin: 10rem !important;
  }
  .m-md-header {
    margin: var(--header-height) !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-4px {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-6px {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-md-7px {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-md-8px {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-10px {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-12px {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-14px {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-md-16px {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-18px {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-md-20px {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-24px {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-28px {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-32px {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-40px {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-48px {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-56px {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-64px {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-72px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-80px {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-160px {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-header {
    margin-right: var(--header-height) !important;
    margin-left: var(--header-height) !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-4px {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-6px {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-md-7px {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-md-8px {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-12px {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-14px {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-md-16px {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-md-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-28px {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-32px {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-40px {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-48px {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-56px {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-64px {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-72px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-160px {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0px {
    margin-top: 0 !important;
  }
  .mt-md-2px {
    margin-top: 0.125rem !important;
  }
  .mt-md-4px {
    margin-top: 0.25rem !important;
  }
  .mt-md-6px {
    margin-top: 0.375rem !important;
  }
  .mt-md-7px {
    margin-top: 0.4375rem !important;
  }
  .mt-md-8px {
    margin-top: 0.5rem !important;
  }
  .mt-md-10px {
    margin-top: 0.625rem !important;
  }
  .mt-md-12px {
    margin-top: 0.75rem !important;
  }
  .mt-md-14px {
    margin-top: 0.875rem !important;
  }
  .mt-md-16px {
    margin-top: 1rem !important;
  }
  .mt-md-18px {
    margin-top: 1.125rem !important;
  }
  .mt-md-20px {
    margin-top: 1.25rem !important;
  }
  .mt-md-24px {
    margin-top: 1.5rem !important;
  }
  .mt-md-28px {
    margin-top: 1.75rem !important;
  }
  .mt-md-32px {
    margin-top: 2rem !important;
  }
  .mt-md-40px {
    margin-top: 2.5rem !important;
  }
  .mt-md-48px {
    margin-top: 3rem !important;
  }
  .mt-md-56px {
    margin-top: 3.5rem !important;
  }
  .mt-md-64px {
    margin-top: 4rem !important;
  }
  .mt-md-72px {
    margin-top: 4.5rem !important;
  }
  .mt-md-80px {
    margin-top: 5rem !important;
  }
  .mt-md-160px {
    margin-top: 10rem !important;
  }
  .mt-md-header {
    margin-top: var(--header-height) !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0px {
    margin-right: 0 !important;
  }
  .me-md-2px {
    margin-right: 0.125rem !important;
  }
  .me-md-4px {
    margin-right: 0.25rem !important;
  }
  .me-md-6px {
    margin-right: 0.375rem !important;
  }
  .me-md-7px {
    margin-right: 0.4375rem !important;
  }
  .me-md-8px {
    margin-right: 0.5rem !important;
  }
  .me-md-10px {
    margin-right: 0.625rem !important;
  }
  .me-md-12px {
    margin-right: 0.75rem !important;
  }
  .me-md-14px {
    margin-right: 0.875rem !important;
  }
  .me-md-16px {
    margin-right: 1rem !important;
  }
  .me-md-18px {
    margin-right: 1.125rem !important;
  }
  .me-md-20px {
    margin-right: 1.25rem !important;
  }
  .me-md-24px {
    margin-right: 1.5rem !important;
  }
  .me-md-28px {
    margin-right: 1.75rem !important;
  }
  .me-md-32px {
    margin-right: 2rem !important;
  }
  .me-md-40px {
    margin-right: 2.5rem !important;
  }
  .me-md-48px {
    margin-right: 3rem !important;
  }
  .me-md-56px {
    margin-right: 3.5rem !important;
  }
  .me-md-64px {
    margin-right: 4rem !important;
  }
  .me-md-72px {
    margin-right: 4.5rem !important;
  }
  .me-md-80px {
    margin-right: 5rem !important;
  }
  .me-md-160px {
    margin-right: 10rem !important;
  }
  .me-md-header {
    margin-right: var(--header-height) !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0px {
    margin-bottom: 0 !important;
  }
  .mb-md-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-4px {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-6px {
    margin-bottom: 0.375rem !important;
  }
  .mb-md-7px {
    margin-bottom: 0.4375rem !important;
  }
  .mb-md-8px {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-10px {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-12px {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-14px {
    margin-bottom: 0.875rem !important;
  }
  .mb-md-16px {
    margin-bottom: 1rem !important;
  }
  .mb-md-18px {
    margin-bottom: 1.125rem !important;
  }
  .mb-md-20px {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-24px {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-28px {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-32px {
    margin-bottom: 2rem !important;
  }
  .mb-md-40px {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-48px {
    margin-bottom: 3rem !important;
  }
  .mb-md-56px {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-64px {
    margin-bottom: 4rem !important;
  }
  .mb-md-72px {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-80px {
    margin-bottom: 5rem !important;
  }
  .mb-md-160px {
    margin-bottom: 10rem !important;
  }
  .mb-md-header {
    margin-bottom: var(--header-height) !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0px {
    margin-left: 0 !important;
  }
  .ms-md-2px {
    margin-left: 0.125rem !important;
  }
  .ms-md-4px {
    margin-left: 0.25rem !important;
  }
  .ms-md-6px {
    margin-left: 0.375rem !important;
  }
  .ms-md-7px {
    margin-left: 0.4375rem !important;
  }
  .ms-md-8px {
    margin-left: 0.5rem !important;
  }
  .ms-md-10px {
    margin-left: 0.625rem !important;
  }
  .ms-md-12px {
    margin-left: 0.75rem !important;
  }
  .ms-md-14px {
    margin-left: 0.875rem !important;
  }
  .ms-md-16px {
    margin-left: 1rem !important;
  }
  .ms-md-18px {
    margin-left: 1.125rem !important;
  }
  .ms-md-20px {
    margin-left: 1.25rem !important;
  }
  .ms-md-24px {
    margin-left: 1.5rem !important;
  }
  .ms-md-28px {
    margin-left: 1.75rem !important;
  }
  .ms-md-32px {
    margin-left: 2rem !important;
  }
  .ms-md-40px {
    margin-left: 2.5rem !important;
  }
  .ms-md-48px {
    margin-left: 3rem !important;
  }
  .ms-md-56px {
    margin-left: 3.5rem !important;
  }
  .ms-md-64px {
    margin-left: 4rem !important;
  }
  .ms-md-72px {
    margin-left: 4.5rem !important;
  }
  .ms-md-80px {
    margin-left: 5rem !important;
  }
  .ms-md-160px {
    margin-left: 10rem !important;
  }
  .ms-md-header {
    margin-left: var(--header-height) !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n0px {
    margin: 0 !important;
  }
  .m-md-n2px {
    margin: -0.125rem !important;
  }
  .m-md-n4px {
    margin: -0.25rem !important;
  }
  .m-md-n6px {
    margin: -0.375rem !important;
  }
  .m-md-n7px {
    margin: -0.4375rem !important;
  }
  .m-md-n8px {
    margin: -0.5rem !important;
  }
  .m-md-n10px {
    margin: -0.625rem !important;
  }
  .m-md-n12px {
    margin: -0.75rem !important;
  }
  .m-md-n14px {
    margin: -0.875rem !important;
  }
  .m-md-n16px {
    margin: -1rem !important;
  }
  .m-md-n18px {
    margin: -1.125rem !important;
  }
  .m-md-n20px {
    margin: -1.25rem !important;
  }
  .m-md-n24px {
    margin: -1.5rem !important;
  }
  .m-md-n28px {
    margin: -1.75rem !important;
  }
  .m-md-n32px {
    margin: -2rem !important;
  }
  .m-md-n40px {
    margin: -2.5rem !important;
  }
  .m-md-n48px {
    margin: -3rem !important;
  }
  .m-md-n56px {
    margin: -3.5rem !important;
  }
  .m-md-n64px {
    margin: -4rem !important;
  }
  .m-md-n72px {
    margin: -4.5rem !important;
  }
  .m-md-n80px {
    margin: -5rem !important;
  }
  .m-md-n160px {
    margin: -10rem !important;
  }
  .m-md-nheader {
    margin: -var(--header-height) !important;
  }
  .mx-md-n0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-md-n4px {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n6px {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-md-n7px {
    margin-right: -0.4375rem !important;
    margin-left: -0.4375rem !important;
  }
  .mx-md-n8px {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n10px {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-md-n12px {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n14px {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important;
  }
  .mx-md-n16px {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n18px {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-md-n20px {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n24px {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n28px {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n32px {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n40px {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n48px {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n56px {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n64px {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n72px {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n80px {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n160px {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-nheader {
    margin-right: -var(--header-height) !important;
    margin-left: -var(--header-height) !important;
  }
  .my-md-n0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-md-n4px {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n6px {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-md-n7px {
    margin-top: -0.4375rem !important;
    margin-bottom: -0.4375rem !important;
  }
  .my-md-n8px {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-md-n12px {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n14px {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .my-md-n16px {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-md-n20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n28px {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n32px {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n40px {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n48px {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n56px {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n64px {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n72px {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n160px {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-nheader {
    margin-top: -var(--header-height) !important;
    margin-bottom: -var(--header-height) !important;
  }
  .mt-md-n0px {
    margin-top: 0 !important;
  }
  .mt-md-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-md-n4px {
    margin-top: -0.25rem !important;
  }
  .mt-md-n6px {
    margin-top: -0.375rem !important;
  }
  .mt-md-n7px {
    margin-top: -0.4375rem !important;
  }
  .mt-md-n8px {
    margin-top: -0.5rem !important;
  }
  .mt-md-n10px {
    margin-top: -0.625rem !important;
  }
  .mt-md-n12px {
    margin-top: -0.75rem !important;
  }
  .mt-md-n14px {
    margin-top: -0.875rem !important;
  }
  .mt-md-n16px {
    margin-top: -1rem !important;
  }
  .mt-md-n18px {
    margin-top: -1.125rem !important;
  }
  .mt-md-n20px {
    margin-top: -1.25rem !important;
  }
  .mt-md-n24px {
    margin-top: -1.5rem !important;
  }
  .mt-md-n28px {
    margin-top: -1.75rem !important;
  }
  .mt-md-n32px {
    margin-top: -2rem !important;
  }
  .mt-md-n40px {
    margin-top: -2.5rem !important;
  }
  .mt-md-n48px {
    margin-top: -3rem !important;
  }
  .mt-md-n56px {
    margin-top: -3.5rem !important;
  }
  .mt-md-n64px {
    margin-top: -4rem !important;
  }
  .mt-md-n72px {
    margin-top: -4.5rem !important;
  }
  .mt-md-n80px {
    margin-top: -5rem !important;
  }
  .mt-md-n160px {
    margin-top: -10rem !important;
  }
  .mt-md-nheader {
    margin-top: -var(--header-height) !important;
  }
  .me-md-n0px {
    margin-right: 0 !important;
  }
  .me-md-n2px {
    margin-right: -0.125rem !important;
  }
  .me-md-n4px {
    margin-right: -0.25rem !important;
  }
  .me-md-n6px {
    margin-right: -0.375rem !important;
  }
  .me-md-n7px {
    margin-right: -0.4375rem !important;
  }
  .me-md-n8px {
    margin-right: -0.5rem !important;
  }
  .me-md-n10px {
    margin-right: -0.625rem !important;
  }
  .me-md-n12px {
    margin-right: -0.75rem !important;
  }
  .me-md-n14px {
    margin-right: -0.875rem !important;
  }
  .me-md-n16px {
    margin-right: -1rem !important;
  }
  .me-md-n18px {
    margin-right: -1.125rem !important;
  }
  .me-md-n20px {
    margin-right: -1.25rem !important;
  }
  .me-md-n24px {
    margin-right: -1.5rem !important;
  }
  .me-md-n28px {
    margin-right: -1.75rem !important;
  }
  .me-md-n32px {
    margin-right: -2rem !important;
  }
  .me-md-n40px {
    margin-right: -2.5rem !important;
  }
  .me-md-n48px {
    margin-right: -3rem !important;
  }
  .me-md-n56px {
    margin-right: -3.5rem !important;
  }
  .me-md-n64px {
    margin-right: -4rem !important;
  }
  .me-md-n72px {
    margin-right: -4.5rem !important;
  }
  .me-md-n80px {
    margin-right: -5rem !important;
  }
  .me-md-n160px {
    margin-right: -10rem !important;
  }
  .me-md-nheader {
    margin-right: -var(--header-height) !important;
  }
  .mb-md-n0px {
    margin-bottom: 0 !important;
  }
  .mb-md-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-md-n4px {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n6px {
    margin-bottom: -0.375rem !important;
  }
  .mb-md-n7px {
    margin-bottom: -0.4375rem !important;
  }
  .mb-md-n8px {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n10px {
    margin-bottom: -0.625rem !important;
  }
  .mb-md-n12px {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n14px {
    margin-bottom: -0.875rem !important;
  }
  .mb-md-n16px {
    margin-bottom: -1rem !important;
  }
  .mb-md-n18px {
    margin-bottom: -1.125rem !important;
  }
  .mb-md-n20px {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n24px {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n28px {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n32px {
    margin-bottom: -2rem !important;
  }
  .mb-md-n40px {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n48px {
    margin-bottom: -3rem !important;
  }
  .mb-md-n56px {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n64px {
    margin-bottom: -4rem !important;
  }
  .mb-md-n72px {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n80px {
    margin-bottom: -5rem !important;
  }
  .mb-md-n160px {
    margin-bottom: -10rem !important;
  }
  .mb-md-nheader {
    margin-bottom: -var(--header-height) !important;
  }
  .ms-md-n0px {
    margin-left: 0 !important;
  }
  .ms-md-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-md-n4px {
    margin-left: -0.25rem !important;
  }
  .ms-md-n6px {
    margin-left: -0.375rem !important;
  }
  .ms-md-n7px {
    margin-left: -0.4375rem !important;
  }
  .ms-md-n8px {
    margin-left: -0.5rem !important;
  }
  .ms-md-n10px {
    margin-left: -0.625rem !important;
  }
  .ms-md-n12px {
    margin-left: -0.75rem !important;
  }
  .ms-md-n14px {
    margin-left: -0.875rem !important;
  }
  .ms-md-n16px {
    margin-left: -1rem !important;
  }
  .ms-md-n18px {
    margin-left: -1.125rem !important;
  }
  .ms-md-n20px {
    margin-left: -1.25rem !important;
  }
  .ms-md-n24px {
    margin-left: -1.5rem !important;
  }
  .ms-md-n28px {
    margin-left: -1.75rem !important;
  }
  .ms-md-n32px {
    margin-left: -2rem !important;
  }
  .ms-md-n40px {
    margin-left: -2.5rem !important;
  }
  .ms-md-n48px {
    margin-left: -3rem !important;
  }
  .ms-md-n56px {
    margin-left: -3.5rem !important;
  }
  .ms-md-n64px {
    margin-left: -4rem !important;
  }
  .ms-md-n72px {
    margin-left: -4.5rem !important;
  }
  .ms-md-n80px {
    margin-left: -5rem !important;
  }
  .ms-md-n160px {
    margin-left: -10rem !important;
  }
  .ms-md-nheader {
    margin-left: -var(--header-height) !important;
  }
  .p-md-0px {
    padding: 0 !important;
  }
  .p-md-2px {
    padding: 0.125rem !important;
  }
  .p-md-4px {
    padding: 0.25rem !important;
  }
  .p-md-6px {
    padding: 0.375rem !important;
  }
  .p-md-7px {
    padding: 0.4375rem !important;
  }
  .p-md-8px {
    padding: 0.5rem !important;
  }
  .p-md-10px {
    padding: 0.625rem !important;
  }
  .p-md-12px {
    padding: 0.75rem !important;
  }
  .p-md-14px {
    padding: 0.875rem !important;
  }
  .p-md-16px {
    padding: 1rem !important;
  }
  .p-md-18px {
    padding: 1.125rem !important;
  }
  .p-md-20px {
    padding: 1.25rem !important;
  }
  .p-md-24px {
    padding: 1.5rem !important;
  }
  .p-md-28px {
    padding: 1.75rem !important;
  }
  .p-md-32px {
    padding: 2rem !important;
  }
  .p-md-40px {
    padding: 2.5rem !important;
  }
  .p-md-48px {
    padding: 3rem !important;
  }
  .p-md-56px {
    padding: 3.5rem !important;
  }
  .p-md-64px {
    padding: 4rem !important;
  }
  .p-md-72px {
    padding: 4.5rem !important;
  }
  .p-md-80px {
    padding: 5rem !important;
  }
  .p-md-160px {
    padding: 10rem !important;
  }
  .p-md-header {
    padding: var(--header-height) !important;
  }
  .px-md-0px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-4px {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-6px {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-md-7px {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-md-8px {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-10px {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-12px {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-14px {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-md-16px {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-18px {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-md-20px {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-24px {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-28px {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-32px {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-40px {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-48px {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-56px {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-64px {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-72px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-80px {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-160px {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-header {
    padding-right: var(--header-height) !important;
    padding-left: var(--header-height) !important;
  }
  .py-md-0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-4px {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-6px {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-md-7px {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-md-8px {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-12px {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-14px {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-md-16px {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-md-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-28px {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-32px {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-40px {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-48px {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-56px {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-64px {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-72px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-160px {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .pt-md-0px {
    padding-top: 0 !important;
  }
  .pt-md-2px {
    padding-top: 0.125rem !important;
  }
  .pt-md-4px {
    padding-top: 0.25rem !important;
  }
  .pt-md-6px {
    padding-top: 0.375rem !important;
  }
  .pt-md-7px {
    padding-top: 0.4375rem !important;
  }
  .pt-md-8px {
    padding-top: 0.5rem !important;
  }
  .pt-md-10px {
    padding-top: 0.625rem !important;
  }
  .pt-md-12px {
    padding-top: 0.75rem !important;
  }
  .pt-md-14px {
    padding-top: 0.875rem !important;
  }
  .pt-md-16px {
    padding-top: 1rem !important;
  }
  .pt-md-18px {
    padding-top: 1.125rem !important;
  }
  .pt-md-20px {
    padding-top: 1.25rem !important;
  }
  .pt-md-24px {
    padding-top: 1.5rem !important;
  }
  .pt-md-28px {
    padding-top: 1.75rem !important;
  }
  .pt-md-32px {
    padding-top: 2rem !important;
  }
  .pt-md-40px {
    padding-top: 2.5rem !important;
  }
  .pt-md-48px {
    padding-top: 3rem !important;
  }
  .pt-md-56px {
    padding-top: 3.5rem !important;
  }
  .pt-md-64px {
    padding-top: 4rem !important;
  }
  .pt-md-72px {
    padding-top: 4.5rem !important;
  }
  .pt-md-80px {
    padding-top: 5rem !important;
  }
  .pt-md-160px {
    padding-top: 10rem !important;
  }
  .pt-md-header {
    padding-top: var(--header-height) !important;
  }
  .pe-md-0px {
    padding-right: 0 !important;
  }
  .pe-md-2px {
    padding-right: 0.125rem !important;
  }
  .pe-md-4px {
    padding-right: 0.25rem !important;
  }
  .pe-md-6px {
    padding-right: 0.375rem !important;
  }
  .pe-md-7px {
    padding-right: 0.4375rem !important;
  }
  .pe-md-8px {
    padding-right: 0.5rem !important;
  }
  .pe-md-10px {
    padding-right: 0.625rem !important;
  }
  .pe-md-12px {
    padding-right: 0.75rem !important;
  }
  .pe-md-14px {
    padding-right: 0.875rem !important;
  }
  .pe-md-16px {
    padding-right: 1rem !important;
  }
  .pe-md-18px {
    padding-right: 1.125rem !important;
  }
  .pe-md-20px {
    padding-right: 1.25rem !important;
  }
  .pe-md-24px {
    padding-right: 1.5rem !important;
  }
  .pe-md-28px {
    padding-right: 1.75rem !important;
  }
  .pe-md-32px {
    padding-right: 2rem !important;
  }
  .pe-md-40px {
    padding-right: 2.5rem !important;
  }
  .pe-md-48px {
    padding-right: 3rem !important;
  }
  .pe-md-56px {
    padding-right: 3.5rem !important;
  }
  .pe-md-64px {
    padding-right: 4rem !important;
  }
  .pe-md-72px {
    padding-right: 4.5rem !important;
  }
  .pe-md-80px {
    padding-right: 5rem !important;
  }
  .pe-md-160px {
    padding-right: 10rem !important;
  }
  .pe-md-header {
    padding-right: var(--header-height) !important;
  }
  .pb-md-0px {
    padding-bottom: 0 !important;
  }
  .pb-md-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-4px {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-6px {
    padding-bottom: 0.375rem !important;
  }
  .pb-md-7px {
    padding-bottom: 0.4375rem !important;
  }
  .pb-md-8px {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-10px {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-12px {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-14px {
    padding-bottom: 0.875rem !important;
  }
  .pb-md-16px {
    padding-bottom: 1rem !important;
  }
  .pb-md-18px {
    padding-bottom: 1.125rem !important;
  }
  .pb-md-20px {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-24px {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-28px {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-32px {
    padding-bottom: 2rem !important;
  }
  .pb-md-40px {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-48px {
    padding-bottom: 3rem !important;
  }
  .pb-md-56px {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-64px {
    padding-bottom: 4rem !important;
  }
  .pb-md-72px {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-80px {
    padding-bottom: 5rem !important;
  }
  .pb-md-160px {
    padding-bottom: 10rem !important;
  }
  .pb-md-header {
    padding-bottom: var(--header-height) !important;
  }
  .ps-md-0px {
    padding-left: 0 !important;
  }
  .ps-md-2px {
    padding-left: 0.125rem !important;
  }
  .ps-md-4px {
    padding-left: 0.25rem !important;
  }
  .ps-md-6px {
    padding-left: 0.375rem !important;
  }
  .ps-md-7px {
    padding-left: 0.4375rem !important;
  }
  .ps-md-8px {
    padding-left: 0.5rem !important;
  }
  .ps-md-10px {
    padding-left: 0.625rem !important;
  }
  .ps-md-12px {
    padding-left: 0.75rem !important;
  }
  .ps-md-14px {
    padding-left: 0.875rem !important;
  }
  .ps-md-16px {
    padding-left: 1rem !important;
  }
  .ps-md-18px {
    padding-left: 1.125rem !important;
  }
  .ps-md-20px {
    padding-left: 1.25rem !important;
  }
  .ps-md-24px {
    padding-left: 1.5rem !important;
  }
  .ps-md-28px {
    padding-left: 1.75rem !important;
  }
  .ps-md-32px {
    padding-left: 2rem !important;
  }
  .ps-md-40px {
    padding-left: 2.5rem !important;
  }
  .ps-md-48px {
    padding-left: 3rem !important;
  }
  .ps-md-56px {
    padding-left: 3.5rem !important;
  }
  .ps-md-64px {
    padding-left: 4rem !important;
  }
  .ps-md-72px {
    padding-left: 4.5rem !important;
  }
  .ps-md-80px {
    padding-left: 5rem !important;
  }
  .ps-md-160px {
    padding-left: 10rem !important;
  }
  .ps-md-header {
    padding-left: var(--header-height) !important;
  }
  .gap-md-0px {
    gap: 0 !important;
  }
  .gap-md-2px {
    gap: 0.125rem !important;
  }
  .gap-md-4px {
    gap: 0.25rem !important;
  }
  .gap-md-6px {
    gap: 0.375rem !important;
  }
  .gap-md-7px {
    gap: 0.4375rem !important;
  }
  .gap-md-8px {
    gap: 0.5rem !important;
  }
  .gap-md-10px {
    gap: 0.625rem !important;
  }
  .gap-md-12px {
    gap: 0.75rem !important;
  }
  .gap-md-14px {
    gap: 0.875rem !important;
  }
  .gap-md-16px {
    gap: 1rem !important;
  }
  .gap-md-18px {
    gap: 1.125rem !important;
  }
  .gap-md-20px {
    gap: 1.25rem !important;
  }
  .gap-md-24px {
    gap: 1.5rem !important;
  }
  .gap-md-28px {
    gap: 1.75rem !important;
  }
  .gap-md-32px {
    gap: 2rem !important;
  }
  .gap-md-40px {
    gap: 2.5rem !important;
  }
  .gap-md-48px {
    gap: 3rem !important;
  }
  .gap-md-56px {
    gap: 3.5rem !important;
  }
  .gap-md-64px {
    gap: 4rem !important;
  }
  .gap-md-72px {
    gap: 4.5rem !important;
  }
  .gap-md-80px {
    gap: 5rem !important;
  }
  .gap-md-160px {
    gap: 10rem !important;
  }
  .gap-md-header {
    gap: var(--header-height) !important;
  }
  .row-gap-md-0px {
    row-gap: 0 !important;
  }
  .row-gap-md-2px {
    row-gap: 0.125rem !important;
  }
  .row-gap-md-4px {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-6px {
    row-gap: 0.375rem !important;
  }
  .row-gap-md-7px {
    row-gap: 0.4375rem !important;
  }
  .row-gap-md-8px {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-10px {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-12px {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-14px {
    row-gap: 0.875rem !important;
  }
  .row-gap-md-16px {
    row-gap: 1rem !important;
  }
  .row-gap-md-18px {
    row-gap: 1.125rem !important;
  }
  .row-gap-md-20px {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-24px {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-28px {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-32px {
    row-gap: 2rem !important;
  }
  .row-gap-md-40px {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-48px {
    row-gap: 3rem !important;
  }
  .row-gap-md-56px {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-64px {
    row-gap: 4rem !important;
  }
  .row-gap-md-72px {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-80px {
    row-gap: 5rem !important;
  }
  .row-gap-md-160px {
    row-gap: 10rem !important;
  }
  .row-gap-md-header {
    row-gap: var(--header-height) !important;
  }
  .column-gap-md-0px {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-2px {
    -webkit-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  .column-gap-md-4px {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-6px {
    -webkit-column-gap: 0.375rem !important;
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  .column-gap-md-7px {
    -webkit-column-gap: 0.4375rem !important;
    -moz-column-gap: 0.4375rem !important;
    column-gap: 0.4375rem !important;
  }
  .column-gap-md-8px {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-10px {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-md-12px {
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .column-gap-md-14px {
    -webkit-column-gap: 0.875rem !important;
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  .column-gap-md-16px {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-18px {
    -webkit-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
  }
  .column-gap-md-20px {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-md-24px {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-28px {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .column-gap-md-32px {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-md-40px {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-md-48px {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-md-56px {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-md-64px {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-md-72px {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  .column-gap-md-80px {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-md-160px {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-md-header {
    -webkit-column-gap: var(--header-height) !important;
    -moz-column-gap: var(--header-height) !important;
    column-gap: var(--header-height) !important;
  }
  .fs-md-1 {
    font-size: 3.125rem !important;
  }
  .fs-md-2 {
    font-size: 2.75rem !important;
  }
  .fs-md-3 {
    font-size: 1.625rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fs-md-6px {
    font-size: 0.375rem !important;
  }
  .fs-md-8px {
    font-size: 0.5rem !important;
  }
  .fs-md-10px {
    font-size: 0.625rem !important;
  }
  .fs-md-12px {
    font-size: 0.75rem !important;
  }
  .fs-md-13px {
    font-size: 0.8125rem !important;
  }
  .fs-md-14px {
    font-size: 0.875rem !important;
  }
  .fs-md-16px {
    font-size: 1rem !important;
  }
  .fs-md-18px {
    font-size: 1.125rem !important;
  }
  .fs-md-20px {
    font-size: 1.25rem !important;
  }
  .fs-md-24px {
    font-size: 1.5rem !important;
  }
  .fs-md-28px {
    font-size: 1.75rem !important;
  }
  .fs-md-32px {
    font-size: 2rem !important;
  }
  .fs-md-36px {
    font-size: 2.25rem !important;
  }
  .fs-md-38px {
    font-size: 2.375rem !important;
  }
  .fs-md-40px {
    font-size: 2.5rem !important;
  }
  .fs-md-50px {
    font-size: 3.125rem !important;
  }
  .fs-md-60px {
    font-size: 3.75rem !important;
  }
  .fs-md-reset {
    font-size: inherit !important;
  }
  .fw-md-reset {
    font-weight: inherit !important;
  }
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-medium {
    font-weight: 500 !important;
  }
  .fw-md-semibold {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: bolder !important;
  }
  .ls-md-n5 {
    letter-spacing: -0.05em !important;
  }
  .ls-md-normal {
    letter-spacing: normal !important;
  }
  .ls-md-reset {
    letter-spacing: inherit !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .bs-bg-md-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-title {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-title-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bs-bg-md-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-md-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-position-md-center {
    background-position: center !important;
  }
  .bg-position-md-center-end {
    background-position: center right !important;
  }
  .bg-position-md-center-start {
    background-position: center left !important;
  }
  .bg-position-md-top {
    background-position: top !important;
  }
  .bg-position-md-bottom {
    background-position: bottom !important;
  }
  .bg-repeat-md-norepeat {
    background-repeat: no-repeat !important;
  }
  .bg-repeat-md-repeat {
    background-repeat: repeat !important;
  }
  .bg-repeat-md-x-repeat {
    background-repeat: repeat-x !important;
  }
  .bg-size-md-cover {
    background-size: cover !important;
  }
  .bg-size-md-contain {
    background-size: contain !important;
  }
  .bg-size-md-auto {
    background-size: auto !important;
  }
  .bg-opacity-md-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-md-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-md-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-md-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-md-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-md-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-md-100 {
    --bs-bg-opacity: 1;
  }
  .bg-gradient-md {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  .bg-gradient-md-primary-to-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
    background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
  }
  .bg-gradient-md-success-to-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
    background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
  }
  .bg-gradient-md-none {
    background-image: none !important;
  }
  .rounded-md-4px {
    border-radius: 0.25rem !important;
  }
  .rounded-md-6px {
    border-radius: 0.375rem !important;
  }
  .rounded-md-8px {
    border-radius: 0.5rem !important;
  }
  .rounded-md-10px {
    border-radius: 0.625rem !important;
  }
  .rounded-md-12px {
    border-radius: 0.75rem !important;
  }
  .rounded-md-16px {
    border-radius: 1rem !important;
  }
  .rounded-md-20px {
    border-radius: 1.25rem !important;
  }
  .rounded-md-24px {
    border-radius: 1.5rem !important;
  }
  .rounded-md-28px {
    border-radius: 1.75rem !important;
  }
  .rounded-md-32px {
    border-radius: 2rem !important;
  }
  .rounded-md-48px {
    border-radius: 3rem !important;
  }
  .rounded-md-60px {
    border-radius: 3.75rem !important;
  }
  .rounded-md-80px {
    border-radius: 5rem !important;
  }
  .rounded-md-pill {
    border-radius: 50rem !important;
  }
  .rounded-md {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-reset {
    border-radius: inherit !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-top-md-4px {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-top-md-6px {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .rounded-top-md-8px {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .rounded-top-md-10px {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  .rounded-top-md-12px {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .rounded-top-md-16px {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .rounded-top-md-20px {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .rounded-top-md-24px {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .rounded-top-md-28px {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .rounded-top-md-32px {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .rounded-top-md-48px {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-md-60px {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .rounded-top-md-80px {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .rounded-top-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-md {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-md-reset {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
  }
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-md-4px {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-end-md-6px {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-end-md-8px {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .rounded-end-md-10px {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  .rounded-end-md-12px {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .rounded-end-md-16px {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .rounded-end-md-20px {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
  .rounded-end-md-24px {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .rounded-end-md-28px {
    border-top-right-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
  .rounded-end-md-32px {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  .rounded-end-md-48px {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-md-60px {
    border-top-right-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
  .rounded-end-md-80px {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
  .rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-md {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-md-reset {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-md-4px {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-bottom-md-6px {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-bottom-md-8px {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .rounded-bottom-md-10px {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  .rounded-bottom-md-12px {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .rounded-bottom-md-16px {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .rounded-bottom-md-20px {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
  .rounded-bottom-md-24px {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .rounded-bottom-md-28px {
    border-bottom-right-radius: 1.75rem !important;
    border-bottom-left-radius: 1.75rem !important;
  }
  .rounded-bottom-md-32px {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }
  .rounded-bottom-md-48px {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-md-60px {
    border-bottom-right-radius: 3.75rem !important;
    border-bottom-left-radius: 3.75rem !important;
  }
  .rounded-bottom-md-80px {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
  }
  .rounded-bottom-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-md {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-md-reset {
    border-bottom-right-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-md-4px {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-start-md-6px {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .rounded-start-md-8px {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .rounded-start-md-10px {
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
  }
  .rounded-start-md-12px {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }
  .rounded-start-md-16px {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .rounded-start-md-20px {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
  }
  .rounded-start-md-24px {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
  }
  .rounded-start-md-28px {
    border-bottom-left-radius: 1.75rem !important;
    border-top-left-radius: 1.75rem !important;
  }
  .rounded-start-md-32px {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }
  .rounded-start-md-48px {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-md-60px {
    border-bottom-left-radius: 3.75rem !important;
    border-top-left-radius: 3.75rem !important;
  }
  .rounded-start-md-80px {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
  }
  .rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-md {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-md-reset {
    border-bottom-left-radius: inherit !important;
    border-top-left-radius: inherit !important;
  }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-lg-1 {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-lg-2 {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-lg-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
  }
  .inset-lg-auto {
    inset: auto !important;
  }
  .inset-lg-0 {
    inset: 0 !important;
  }
  .inset-lg-10 {
    inset: 10% !important;
  }
  .inset-lg-25 {
    inset: 25% !important;
  }
  .inset-lg-50 {
    inset: 50% !important;
  }
  .inset-lg-75 {
    inset: 75% !important;
  }
  .inset-lg-100 {
    inset: 100% !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-auto {
    left: auto !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-75 {
    left: 75% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-auto {
    right: auto !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-10 {
    right: 10% !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-75 {
    right: 75% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .w-lg-12px {
    width: 0.75rem !important;
  }
  .w-lg-14px {
    width: 0.875rem !important;
  }
  .w-lg-16px {
    width: 1rem !important;
  }
  .w-lg-18px {
    width: 1.125rem !important;
  }
  .w-lg-20px {
    width: 1.25rem !important;
  }
  .w-lg-24px {
    width: 1.5rem !important;
  }
  .w-lg-32px {
    width: 2rem !important;
  }
  .w-lg-40px {
    width: 2.5rem !important;
  }
  .w-lg-48px {
    width: 3rem !important;
  }
  .w-lg-56px {
    width: 3.5rem !important;
  }
  .w-lg-64px {
    width: 4rem !important;
  }
  .w-lg-100px {
    width: 6.25rem !important;
  }
  .w-lg-200px {
    width: 12.5rem !important;
  }
  .w-lg-320px {
    width: 20rem !important;
  }
  .w-lg-420px {
    width: 26.25rem !important;
  }
  .w-lg-480px {
    width: 30rem !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-12px {
    max-width: 0.75rem !important;
  }
  .mw-lg-14px {
    max-width: 0.875rem !important;
  }
  .mw-lg-16px {
    max-width: 1rem !important;
  }
  .mw-lg-18px {
    max-width: 1.125rem !important;
  }
  .mw-lg-20px {
    max-width: 1.25rem !important;
  }
  .mw-lg-24px {
    max-width: 1.5rem !important;
  }
  .mw-lg-32px {
    max-width: 2rem !important;
  }
  .mw-lg-40px {
    max-width: 2.5rem !important;
  }
  .mw-lg-48px {
    max-width: 3rem !important;
  }
  .mw-lg-56px {
    max-width: 3.5rem !important;
  }
  .mw-lg-64px {
    max-width: 4rem !important;
  }
  .mw-lg-100px {
    max-width: 6.25rem !important;
  }
  .mw-lg-200px {
    max-width: 12.5rem !important;
  }
  .mw-lg-320px {
    max-width: 20rem !important;
  }
  .mw-lg-420px {
    max-width: 26.25rem !important;
  }
  .mw-lg-480px {
    max-width: 30rem !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .min-w-lg-12px {
    min-width: 0.75rem !important;
  }
  .min-w-lg-14px {
    min-width: 0.875rem !important;
  }
  .min-w-lg-16px {
    min-width: 1rem !important;
  }
  .min-w-lg-18px {
    min-width: 1.125rem !important;
  }
  .min-w-lg-20px {
    min-width: 1.25rem !important;
  }
  .min-w-lg-24px {
    min-width: 1.5rem !important;
  }
  .min-w-lg-32px {
    min-width: 2rem !important;
  }
  .min-w-lg-40px {
    min-width: 2.5rem !important;
  }
  .min-w-lg-48px {
    min-width: 3rem !important;
  }
  .min-w-lg-56px {
    min-width: 3.5rem !important;
  }
  .min-w-lg-64px {
    min-width: 4rem !important;
  }
  .min-w-lg-100px {
    min-width: 6.25rem !important;
  }
  .min-w-lg-200px {
    min-width: 12.5rem !important;
  }
  .min-w-lg-320px {
    min-width: 20rem !important;
  }
  .min-w-lg-420px {
    min-width: 26.25rem !important;
  }
  .min-w-lg-480px {
    min-width: 30rem !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .min-w-lg-auto {
    min-width: auto !important;
  }
  .h-lg-12px {
    height: 0.75rem !important;
  }
  .h-lg-14px {
    height: 0.875rem !important;
  }
  .h-lg-16px {
    height: 1rem !important;
  }
  .h-lg-18px {
    height: 1.125rem !important;
  }
  .h-lg-20px {
    height: 1.25rem !important;
  }
  .h-lg-24px {
    height: 1.5rem !important;
  }
  .h-lg-32px {
    height: 2rem !important;
  }
  .h-lg-40px {
    height: 2.5rem !important;
  }
  .h-lg-48px {
    height: 3rem !important;
  }
  .h-lg-56px {
    height: 3.5rem !important;
  }
  .h-lg-64px {
    height: 4rem !important;
  }
  .h-lg-100px {
    height: 6.25rem !important;
  }
  .h-lg-200px {
    height: 12.5rem !important;
  }
  .h-lg-320px {
    height: 20rem !important;
  }
  .h-lg-420px {
    height: 26.25rem !important;
  }
  .h-lg-480px {
    height: 30rem !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .min-h-lg-12px {
    min-height: 0.75rem !important;
  }
  .min-h-lg-14px {
    min-height: 0.875rem !important;
  }
  .min-h-lg-16px {
    min-height: 1rem !important;
  }
  .min-h-lg-18px {
    min-height: 1.125rem !important;
  }
  .min-h-lg-20px {
    min-height: 1.25rem !important;
  }
  .min-h-lg-24px {
    min-height: 1.5rem !important;
  }
  .min-h-lg-32px {
    min-height: 2rem !important;
  }
  .min-h-lg-40px {
    min-height: 2.5rem !important;
  }
  .min-h-lg-48px {
    min-height: 3rem !important;
  }
  .min-h-lg-56px {
    min-height: 3.5rem !important;
  }
  .min-h-lg-64px {
    min-height: 4rem !important;
  }
  .min-h-lg-100px {
    min-height: 6.25rem !important;
  }
  .min-h-lg-200px {
    min-height: 12.5rem !important;
  }
  .min-h-lg-320px {
    min-height: 20rem !important;
  }
  .min-h-lg-420px {
    min-height: 26.25rem !important;
  }
  .min-h-lg-480px {
    min-height: 30rem !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .min-h-lg-auto {
    min-height: auto !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0px {
    margin: 0 !important;
  }
  .m-lg-2px {
    margin: 0.125rem !important;
  }
  .m-lg-4px {
    margin: 0.25rem !important;
  }
  .m-lg-6px {
    margin: 0.375rem !important;
  }
  .m-lg-7px {
    margin: 0.4375rem !important;
  }
  .m-lg-8px {
    margin: 0.5rem !important;
  }
  .m-lg-10px {
    margin: 0.625rem !important;
  }
  .m-lg-12px {
    margin: 0.75rem !important;
  }
  .m-lg-14px {
    margin: 0.875rem !important;
  }
  .m-lg-16px {
    margin: 1rem !important;
  }
  .m-lg-18px {
    margin: 1.125rem !important;
  }
  .m-lg-20px {
    margin: 1.25rem !important;
  }
  .m-lg-24px {
    margin: 1.5rem !important;
  }
  .m-lg-28px {
    margin: 1.75rem !important;
  }
  .m-lg-32px {
    margin: 2rem !important;
  }
  .m-lg-40px {
    margin: 2.5rem !important;
  }
  .m-lg-48px {
    margin: 3rem !important;
  }
  .m-lg-56px {
    margin: 3.5rem !important;
  }
  .m-lg-64px {
    margin: 4rem !important;
  }
  .m-lg-72px {
    margin: 4.5rem !important;
  }
  .m-lg-80px {
    margin: 5rem !important;
  }
  .m-lg-160px {
    margin: 10rem !important;
  }
  .m-lg-header {
    margin: var(--header-height) !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-4px {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-6px {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-lg-7px {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-lg-8px {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-10px {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-12px {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-14px {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-lg-16px {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-18px {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-lg-20px {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-24px {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-28px {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-32px {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-40px {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-48px {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-56px {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-64px {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-72px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-80px {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-160px {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-header {
    margin-right: var(--header-height) !important;
    margin-left: var(--header-height) !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-4px {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-6px {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-lg-7px {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-lg-8px {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-12px {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-14px {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-lg-16px {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-lg-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-28px {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-32px {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-40px {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-48px {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-56px {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-64px {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-72px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-160px {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0px {
    margin-top: 0 !important;
  }
  .mt-lg-2px {
    margin-top: 0.125rem !important;
  }
  .mt-lg-4px {
    margin-top: 0.25rem !important;
  }
  .mt-lg-6px {
    margin-top: 0.375rem !important;
  }
  .mt-lg-7px {
    margin-top: 0.4375rem !important;
  }
  .mt-lg-8px {
    margin-top: 0.5rem !important;
  }
  .mt-lg-10px {
    margin-top: 0.625rem !important;
  }
  .mt-lg-12px {
    margin-top: 0.75rem !important;
  }
  .mt-lg-14px {
    margin-top: 0.875rem !important;
  }
  .mt-lg-16px {
    margin-top: 1rem !important;
  }
  .mt-lg-18px {
    margin-top: 1.125rem !important;
  }
  .mt-lg-20px {
    margin-top: 1.25rem !important;
  }
  .mt-lg-24px {
    margin-top: 1.5rem !important;
  }
  .mt-lg-28px {
    margin-top: 1.75rem !important;
  }
  .mt-lg-32px {
    margin-top: 2rem !important;
  }
  .mt-lg-40px {
    margin-top: 2.5rem !important;
  }
  .mt-lg-48px {
    margin-top: 3rem !important;
  }
  .mt-lg-56px {
    margin-top: 3.5rem !important;
  }
  .mt-lg-64px {
    margin-top: 4rem !important;
  }
  .mt-lg-72px {
    margin-top: 4.5rem !important;
  }
  .mt-lg-80px {
    margin-top: 5rem !important;
  }
  .mt-lg-160px {
    margin-top: 10rem !important;
  }
  .mt-lg-header {
    margin-top: var(--header-height) !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0px {
    margin-right: 0 !important;
  }
  .me-lg-2px {
    margin-right: 0.125rem !important;
  }
  .me-lg-4px {
    margin-right: 0.25rem !important;
  }
  .me-lg-6px {
    margin-right: 0.375rem !important;
  }
  .me-lg-7px {
    margin-right: 0.4375rem !important;
  }
  .me-lg-8px {
    margin-right: 0.5rem !important;
  }
  .me-lg-10px {
    margin-right: 0.625rem !important;
  }
  .me-lg-12px {
    margin-right: 0.75rem !important;
  }
  .me-lg-14px {
    margin-right: 0.875rem !important;
  }
  .me-lg-16px {
    margin-right: 1rem !important;
  }
  .me-lg-18px {
    margin-right: 1.125rem !important;
  }
  .me-lg-20px {
    margin-right: 1.25rem !important;
  }
  .me-lg-24px {
    margin-right: 1.5rem !important;
  }
  .me-lg-28px {
    margin-right: 1.75rem !important;
  }
  .me-lg-32px {
    margin-right: 2rem !important;
  }
  .me-lg-40px {
    margin-right: 2.5rem !important;
  }
  .me-lg-48px {
    margin-right: 3rem !important;
  }
  .me-lg-56px {
    margin-right: 3.5rem !important;
  }
  .me-lg-64px {
    margin-right: 4rem !important;
  }
  .me-lg-72px {
    margin-right: 4.5rem !important;
  }
  .me-lg-80px {
    margin-right: 5rem !important;
  }
  .me-lg-160px {
    margin-right: 10rem !important;
  }
  .me-lg-header {
    margin-right: var(--header-height) !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0px {
    margin-bottom: 0 !important;
  }
  .mb-lg-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-4px {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-6px {
    margin-bottom: 0.375rem !important;
  }
  .mb-lg-7px {
    margin-bottom: 0.4375rem !important;
  }
  .mb-lg-8px {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-10px {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-12px {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-14px {
    margin-bottom: 0.875rem !important;
  }
  .mb-lg-16px {
    margin-bottom: 1rem !important;
  }
  .mb-lg-18px {
    margin-bottom: 1.125rem !important;
  }
  .mb-lg-20px {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-24px {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-28px {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-32px {
    margin-bottom: 2rem !important;
  }
  .mb-lg-40px {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-48px {
    margin-bottom: 3rem !important;
  }
  .mb-lg-56px {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-64px {
    margin-bottom: 4rem !important;
  }
  .mb-lg-72px {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-80px {
    margin-bottom: 5rem !important;
  }
  .mb-lg-160px {
    margin-bottom: 10rem !important;
  }
  .mb-lg-header {
    margin-bottom: var(--header-height) !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0px {
    margin-left: 0 !important;
  }
  .ms-lg-2px {
    margin-left: 0.125rem !important;
  }
  .ms-lg-4px {
    margin-left: 0.25rem !important;
  }
  .ms-lg-6px {
    margin-left: 0.375rem !important;
  }
  .ms-lg-7px {
    margin-left: 0.4375rem !important;
  }
  .ms-lg-8px {
    margin-left: 0.5rem !important;
  }
  .ms-lg-10px {
    margin-left: 0.625rem !important;
  }
  .ms-lg-12px {
    margin-left: 0.75rem !important;
  }
  .ms-lg-14px {
    margin-left: 0.875rem !important;
  }
  .ms-lg-16px {
    margin-left: 1rem !important;
  }
  .ms-lg-18px {
    margin-left: 1.125rem !important;
  }
  .ms-lg-20px {
    margin-left: 1.25rem !important;
  }
  .ms-lg-24px {
    margin-left: 1.5rem !important;
  }
  .ms-lg-28px {
    margin-left: 1.75rem !important;
  }
  .ms-lg-32px {
    margin-left: 2rem !important;
  }
  .ms-lg-40px {
    margin-left: 2.5rem !important;
  }
  .ms-lg-48px {
    margin-left: 3rem !important;
  }
  .ms-lg-56px {
    margin-left: 3.5rem !important;
  }
  .ms-lg-64px {
    margin-left: 4rem !important;
  }
  .ms-lg-72px {
    margin-left: 4.5rem !important;
  }
  .ms-lg-80px {
    margin-left: 5rem !important;
  }
  .ms-lg-160px {
    margin-left: 10rem !important;
  }
  .ms-lg-header {
    margin-left: var(--header-height) !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n0px {
    margin: 0 !important;
  }
  .m-lg-n2px {
    margin: -0.125rem !important;
  }
  .m-lg-n4px {
    margin: -0.25rem !important;
  }
  .m-lg-n6px {
    margin: -0.375rem !important;
  }
  .m-lg-n7px {
    margin: -0.4375rem !important;
  }
  .m-lg-n8px {
    margin: -0.5rem !important;
  }
  .m-lg-n10px {
    margin: -0.625rem !important;
  }
  .m-lg-n12px {
    margin: -0.75rem !important;
  }
  .m-lg-n14px {
    margin: -0.875rem !important;
  }
  .m-lg-n16px {
    margin: -1rem !important;
  }
  .m-lg-n18px {
    margin: -1.125rem !important;
  }
  .m-lg-n20px {
    margin: -1.25rem !important;
  }
  .m-lg-n24px {
    margin: -1.5rem !important;
  }
  .m-lg-n28px {
    margin: -1.75rem !important;
  }
  .m-lg-n32px {
    margin: -2rem !important;
  }
  .m-lg-n40px {
    margin: -2.5rem !important;
  }
  .m-lg-n48px {
    margin: -3rem !important;
  }
  .m-lg-n56px {
    margin: -3.5rem !important;
  }
  .m-lg-n64px {
    margin: -4rem !important;
  }
  .m-lg-n72px {
    margin: -4.5rem !important;
  }
  .m-lg-n80px {
    margin: -5rem !important;
  }
  .m-lg-n160px {
    margin: -10rem !important;
  }
  .m-lg-nheader {
    margin: -var(--header-height) !important;
  }
  .mx-lg-n0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-lg-n4px {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n6px {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-lg-n7px {
    margin-right: -0.4375rem !important;
    margin-left: -0.4375rem !important;
  }
  .mx-lg-n8px {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n10px {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-lg-n12px {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n14px {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important;
  }
  .mx-lg-n16px {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n18px {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-lg-n20px {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n24px {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n28px {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n32px {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n40px {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n48px {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n56px {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n64px {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n72px {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n80px {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n160px {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-nheader {
    margin-right: -var(--header-height) !important;
    margin-left: -var(--header-height) !important;
  }
  .my-lg-n0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-lg-n4px {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n6px {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-lg-n7px {
    margin-top: -0.4375rem !important;
    margin-bottom: -0.4375rem !important;
  }
  .my-lg-n8px {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-lg-n12px {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n14px {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .my-lg-n16px {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-lg-n20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n28px {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n32px {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n40px {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n48px {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n56px {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n64px {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n72px {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n160px {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-nheader {
    margin-top: -var(--header-height) !important;
    margin-bottom: -var(--header-height) !important;
  }
  .mt-lg-n0px {
    margin-top: 0 !important;
  }
  .mt-lg-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-lg-n4px {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n6px {
    margin-top: -0.375rem !important;
  }
  .mt-lg-n7px {
    margin-top: -0.4375rem !important;
  }
  .mt-lg-n8px {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n10px {
    margin-top: -0.625rem !important;
  }
  .mt-lg-n12px {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n14px {
    margin-top: -0.875rem !important;
  }
  .mt-lg-n16px {
    margin-top: -1rem !important;
  }
  .mt-lg-n18px {
    margin-top: -1.125rem !important;
  }
  .mt-lg-n20px {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n24px {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n28px {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n32px {
    margin-top: -2rem !important;
  }
  .mt-lg-n40px {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n48px {
    margin-top: -3rem !important;
  }
  .mt-lg-n56px {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n64px {
    margin-top: -4rem !important;
  }
  .mt-lg-n72px {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n80px {
    margin-top: -5rem !important;
  }
  .mt-lg-n160px {
    margin-top: -10rem !important;
  }
  .mt-lg-nheader {
    margin-top: -var(--header-height) !important;
  }
  .me-lg-n0px {
    margin-right: 0 !important;
  }
  .me-lg-n2px {
    margin-right: -0.125rem !important;
  }
  .me-lg-n4px {
    margin-right: -0.25rem !important;
  }
  .me-lg-n6px {
    margin-right: -0.375rem !important;
  }
  .me-lg-n7px {
    margin-right: -0.4375rem !important;
  }
  .me-lg-n8px {
    margin-right: -0.5rem !important;
  }
  .me-lg-n10px {
    margin-right: -0.625rem !important;
  }
  .me-lg-n12px {
    margin-right: -0.75rem !important;
  }
  .me-lg-n14px {
    margin-right: -0.875rem !important;
  }
  .me-lg-n16px {
    margin-right: -1rem !important;
  }
  .me-lg-n18px {
    margin-right: -1.125rem !important;
  }
  .me-lg-n20px {
    margin-right: -1.25rem !important;
  }
  .me-lg-n24px {
    margin-right: -1.5rem !important;
  }
  .me-lg-n28px {
    margin-right: -1.75rem !important;
  }
  .me-lg-n32px {
    margin-right: -2rem !important;
  }
  .me-lg-n40px {
    margin-right: -2.5rem !important;
  }
  .me-lg-n48px {
    margin-right: -3rem !important;
  }
  .me-lg-n56px {
    margin-right: -3.5rem !important;
  }
  .me-lg-n64px {
    margin-right: -4rem !important;
  }
  .me-lg-n72px {
    margin-right: -4.5rem !important;
  }
  .me-lg-n80px {
    margin-right: -5rem !important;
  }
  .me-lg-n160px {
    margin-right: -10rem !important;
  }
  .me-lg-nheader {
    margin-right: -var(--header-height) !important;
  }
  .mb-lg-n0px {
    margin-bottom: 0 !important;
  }
  .mb-lg-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-lg-n4px {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n6px {
    margin-bottom: -0.375rem !important;
  }
  .mb-lg-n7px {
    margin-bottom: -0.4375rem !important;
  }
  .mb-lg-n8px {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n10px {
    margin-bottom: -0.625rem !important;
  }
  .mb-lg-n12px {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n14px {
    margin-bottom: -0.875rem !important;
  }
  .mb-lg-n16px {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n18px {
    margin-bottom: -1.125rem !important;
  }
  .mb-lg-n20px {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n24px {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n28px {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n32px {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n40px {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n48px {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n56px {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n64px {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n72px {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n80px {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n160px {
    margin-bottom: -10rem !important;
  }
  .mb-lg-nheader {
    margin-bottom: -var(--header-height) !important;
  }
  .ms-lg-n0px {
    margin-left: 0 !important;
  }
  .ms-lg-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-lg-n4px {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n6px {
    margin-left: -0.375rem !important;
  }
  .ms-lg-n7px {
    margin-left: -0.4375rem !important;
  }
  .ms-lg-n8px {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n10px {
    margin-left: -0.625rem !important;
  }
  .ms-lg-n12px {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n14px {
    margin-left: -0.875rem !important;
  }
  .ms-lg-n16px {
    margin-left: -1rem !important;
  }
  .ms-lg-n18px {
    margin-left: -1.125rem !important;
  }
  .ms-lg-n20px {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n24px {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n28px {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n32px {
    margin-left: -2rem !important;
  }
  .ms-lg-n40px {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n48px {
    margin-left: -3rem !important;
  }
  .ms-lg-n56px {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n64px {
    margin-left: -4rem !important;
  }
  .ms-lg-n72px {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n80px {
    margin-left: -5rem !important;
  }
  .ms-lg-n160px {
    margin-left: -10rem !important;
  }
  .ms-lg-nheader {
    margin-left: -var(--header-height) !important;
  }
  .p-lg-0px {
    padding: 0 !important;
  }
  .p-lg-2px {
    padding: 0.125rem !important;
  }
  .p-lg-4px {
    padding: 0.25rem !important;
  }
  .p-lg-6px {
    padding: 0.375rem !important;
  }
  .p-lg-7px {
    padding: 0.4375rem !important;
  }
  .p-lg-8px {
    padding: 0.5rem !important;
  }
  .p-lg-10px {
    padding: 0.625rem !important;
  }
  .p-lg-12px {
    padding: 0.75rem !important;
  }
  .p-lg-14px {
    padding: 0.875rem !important;
  }
  .p-lg-16px {
    padding: 1rem !important;
  }
  .p-lg-18px {
    padding: 1.125rem !important;
  }
  .p-lg-20px {
    padding: 1.25rem !important;
  }
  .p-lg-24px {
    padding: 1.5rem !important;
  }
  .p-lg-28px {
    padding: 1.75rem !important;
  }
  .p-lg-32px {
    padding: 2rem !important;
  }
  .p-lg-40px {
    padding: 2.5rem !important;
  }
  .p-lg-48px {
    padding: 3rem !important;
  }
  .p-lg-56px {
    padding: 3.5rem !important;
  }
  .p-lg-64px {
    padding: 4rem !important;
  }
  .p-lg-72px {
    padding: 4.5rem !important;
  }
  .p-lg-80px {
    padding: 5rem !important;
  }
  .p-lg-160px {
    padding: 10rem !important;
  }
  .p-lg-header {
    padding: var(--header-height) !important;
  }
  .px-lg-0px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-4px {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-6px {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-lg-7px {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-lg-8px {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-10px {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-12px {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-14px {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-lg-16px {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-18px {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-lg-20px {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-24px {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-28px {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-32px {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-40px {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-48px {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-56px {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-64px {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-72px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-80px {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-160px {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-header {
    padding-right: var(--header-height) !important;
    padding-left: var(--header-height) !important;
  }
  .py-lg-0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-4px {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-6px {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-lg-7px {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-lg-8px {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-12px {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-14px {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-lg-16px {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-lg-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-28px {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-32px {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-40px {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-48px {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-56px {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-64px {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-72px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-160px {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .pt-lg-0px {
    padding-top: 0 !important;
  }
  .pt-lg-2px {
    padding-top: 0.125rem !important;
  }
  .pt-lg-4px {
    padding-top: 0.25rem !important;
  }
  .pt-lg-6px {
    padding-top: 0.375rem !important;
  }
  .pt-lg-7px {
    padding-top: 0.4375rem !important;
  }
  .pt-lg-8px {
    padding-top: 0.5rem !important;
  }
  .pt-lg-10px {
    padding-top: 0.625rem !important;
  }
  .pt-lg-12px {
    padding-top: 0.75rem !important;
  }
  .pt-lg-14px {
    padding-top: 0.875rem !important;
  }
  .pt-lg-16px {
    padding-top: 1rem !important;
  }
  .pt-lg-18px {
    padding-top: 1.125rem !important;
  }
  .pt-lg-20px {
    padding-top: 1.25rem !important;
  }
  .pt-lg-24px {
    padding-top: 1.5rem !important;
  }
  .pt-lg-28px {
    padding-top: 1.75rem !important;
  }
  .pt-lg-32px {
    padding-top: 2rem !important;
  }
  .pt-lg-40px {
    padding-top: 2.5rem !important;
  }
  .pt-lg-48px {
    padding-top: 3rem !important;
  }
  .pt-lg-56px {
    padding-top: 3.5rem !important;
  }
  .pt-lg-64px {
    padding-top: 4rem !important;
  }
  .pt-lg-72px {
    padding-top: 4.5rem !important;
  }
  .pt-lg-80px {
    padding-top: 5rem !important;
  }
  .pt-lg-160px {
    padding-top: 10rem !important;
  }
  .pt-lg-header {
    padding-top: var(--header-height) !important;
  }
  .pe-lg-0px {
    padding-right: 0 !important;
  }
  .pe-lg-2px {
    padding-right: 0.125rem !important;
  }
  .pe-lg-4px {
    padding-right: 0.25rem !important;
  }
  .pe-lg-6px {
    padding-right: 0.375rem !important;
  }
  .pe-lg-7px {
    padding-right: 0.4375rem !important;
  }
  .pe-lg-8px {
    padding-right: 0.5rem !important;
  }
  .pe-lg-10px {
    padding-right: 0.625rem !important;
  }
  .pe-lg-12px {
    padding-right: 0.75rem !important;
  }
  .pe-lg-14px {
    padding-right: 0.875rem !important;
  }
  .pe-lg-16px {
    padding-right: 1rem !important;
  }
  .pe-lg-18px {
    padding-right: 1.125rem !important;
  }
  .pe-lg-20px {
    padding-right: 1.25rem !important;
  }
  .pe-lg-24px {
    padding-right: 1.5rem !important;
  }
  .pe-lg-28px {
    padding-right: 1.75rem !important;
  }
  .pe-lg-32px {
    padding-right: 2rem !important;
  }
  .pe-lg-40px {
    padding-right: 2.5rem !important;
  }
  .pe-lg-48px {
    padding-right: 3rem !important;
  }
  .pe-lg-56px {
    padding-right: 3.5rem !important;
  }
  .pe-lg-64px {
    padding-right: 4rem !important;
  }
  .pe-lg-72px {
    padding-right: 4.5rem !important;
  }
  .pe-lg-80px {
    padding-right: 5rem !important;
  }
  .pe-lg-160px {
    padding-right: 10rem !important;
  }
  .pe-lg-header {
    padding-right: var(--header-height) !important;
  }
  .pb-lg-0px {
    padding-bottom: 0 !important;
  }
  .pb-lg-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-4px {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-6px {
    padding-bottom: 0.375rem !important;
  }
  .pb-lg-7px {
    padding-bottom: 0.4375rem !important;
  }
  .pb-lg-8px {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-10px {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-12px {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-14px {
    padding-bottom: 0.875rem !important;
  }
  .pb-lg-16px {
    padding-bottom: 1rem !important;
  }
  .pb-lg-18px {
    padding-bottom: 1.125rem !important;
  }
  .pb-lg-20px {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-24px {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-28px {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-32px {
    padding-bottom: 2rem !important;
  }
  .pb-lg-40px {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-48px {
    padding-bottom: 3rem !important;
  }
  .pb-lg-56px {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-64px {
    padding-bottom: 4rem !important;
  }
  .pb-lg-72px {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-80px {
    padding-bottom: 5rem !important;
  }
  .pb-lg-160px {
    padding-bottom: 10rem !important;
  }
  .pb-lg-header {
    padding-bottom: var(--header-height) !important;
  }
  .ps-lg-0px {
    padding-left: 0 !important;
  }
  .ps-lg-2px {
    padding-left: 0.125rem !important;
  }
  .ps-lg-4px {
    padding-left: 0.25rem !important;
  }
  .ps-lg-6px {
    padding-left: 0.375rem !important;
  }
  .ps-lg-7px {
    padding-left: 0.4375rem !important;
  }
  .ps-lg-8px {
    padding-left: 0.5rem !important;
  }
  .ps-lg-10px {
    padding-left: 0.625rem !important;
  }
  .ps-lg-12px {
    padding-left: 0.75rem !important;
  }
  .ps-lg-14px {
    padding-left: 0.875rem !important;
  }
  .ps-lg-16px {
    padding-left: 1rem !important;
  }
  .ps-lg-18px {
    padding-left: 1.125rem !important;
  }
  .ps-lg-20px {
    padding-left: 1.25rem !important;
  }
  .ps-lg-24px {
    padding-left: 1.5rem !important;
  }
  .ps-lg-28px {
    padding-left: 1.75rem !important;
  }
  .ps-lg-32px {
    padding-left: 2rem !important;
  }
  .ps-lg-40px {
    padding-left: 2.5rem !important;
  }
  .ps-lg-48px {
    padding-left: 3rem !important;
  }
  .ps-lg-56px {
    padding-left: 3.5rem !important;
  }
  .ps-lg-64px {
    padding-left: 4rem !important;
  }
  .ps-lg-72px {
    padding-left: 4.5rem !important;
  }
  .ps-lg-80px {
    padding-left: 5rem !important;
  }
  .ps-lg-160px {
    padding-left: 10rem !important;
  }
  .ps-lg-header {
    padding-left: var(--header-height) !important;
  }
  .gap-lg-0px {
    gap: 0 !important;
  }
  .gap-lg-2px {
    gap: 0.125rem !important;
  }
  .gap-lg-4px {
    gap: 0.25rem !important;
  }
  .gap-lg-6px {
    gap: 0.375rem !important;
  }
  .gap-lg-7px {
    gap: 0.4375rem !important;
  }
  .gap-lg-8px {
    gap: 0.5rem !important;
  }
  .gap-lg-10px {
    gap: 0.625rem !important;
  }
  .gap-lg-12px {
    gap: 0.75rem !important;
  }
  .gap-lg-14px {
    gap: 0.875rem !important;
  }
  .gap-lg-16px {
    gap: 1rem !important;
  }
  .gap-lg-18px {
    gap: 1.125rem !important;
  }
  .gap-lg-20px {
    gap: 1.25rem !important;
  }
  .gap-lg-24px {
    gap: 1.5rem !important;
  }
  .gap-lg-28px {
    gap: 1.75rem !important;
  }
  .gap-lg-32px {
    gap: 2rem !important;
  }
  .gap-lg-40px {
    gap: 2.5rem !important;
  }
  .gap-lg-48px {
    gap: 3rem !important;
  }
  .gap-lg-56px {
    gap: 3.5rem !important;
  }
  .gap-lg-64px {
    gap: 4rem !important;
  }
  .gap-lg-72px {
    gap: 4.5rem !important;
  }
  .gap-lg-80px {
    gap: 5rem !important;
  }
  .gap-lg-160px {
    gap: 10rem !important;
  }
  .gap-lg-header {
    gap: var(--header-height) !important;
  }
  .row-gap-lg-0px {
    row-gap: 0 !important;
  }
  .row-gap-lg-2px {
    row-gap: 0.125rem !important;
  }
  .row-gap-lg-4px {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-6px {
    row-gap: 0.375rem !important;
  }
  .row-gap-lg-7px {
    row-gap: 0.4375rem !important;
  }
  .row-gap-lg-8px {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-10px {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-12px {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-14px {
    row-gap: 0.875rem !important;
  }
  .row-gap-lg-16px {
    row-gap: 1rem !important;
  }
  .row-gap-lg-18px {
    row-gap: 1.125rem !important;
  }
  .row-gap-lg-20px {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-24px {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-28px {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-32px {
    row-gap: 2rem !important;
  }
  .row-gap-lg-40px {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-48px {
    row-gap: 3rem !important;
  }
  .row-gap-lg-56px {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-64px {
    row-gap: 4rem !important;
  }
  .row-gap-lg-72px {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-80px {
    row-gap: 5rem !important;
  }
  .row-gap-lg-160px {
    row-gap: 10rem !important;
  }
  .row-gap-lg-header {
    row-gap: var(--header-height) !important;
  }
  .column-gap-lg-0px {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-2px {
    -webkit-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  .column-gap-lg-4px {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-6px {
    -webkit-column-gap: 0.375rem !important;
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  .column-gap-lg-7px {
    -webkit-column-gap: 0.4375rem !important;
    -moz-column-gap: 0.4375rem !important;
    column-gap: 0.4375rem !important;
  }
  .column-gap-lg-8px {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-10px {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-lg-12px {
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-14px {
    -webkit-column-gap: 0.875rem !important;
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  .column-gap-lg-16px {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-18px {
    -webkit-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
  }
  .column-gap-lg-20px {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-24px {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-28px {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-32px {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-lg-40px {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-48px {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-lg-56px {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-64px {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-lg-72px {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-80px {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-lg-160px {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-lg-header {
    -webkit-column-gap: var(--header-height) !important;
    -moz-column-gap: var(--header-height) !important;
    column-gap: var(--header-height) !important;
  }
  .fs-lg-1 {
    font-size: 3.125rem !important;
  }
  .fs-lg-2 {
    font-size: 2.75rem !important;
  }
  .fs-lg-3 {
    font-size: 1.625rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fs-lg-6px {
    font-size: 0.375rem !important;
  }
  .fs-lg-8px {
    font-size: 0.5rem !important;
  }
  .fs-lg-10px {
    font-size: 0.625rem !important;
  }
  .fs-lg-12px {
    font-size: 0.75rem !important;
  }
  .fs-lg-13px {
    font-size: 0.8125rem !important;
  }
  .fs-lg-14px {
    font-size: 0.875rem !important;
  }
  .fs-lg-16px {
    font-size: 1rem !important;
  }
  .fs-lg-18px {
    font-size: 1.125rem !important;
  }
  .fs-lg-20px {
    font-size: 1.25rem !important;
  }
  .fs-lg-24px {
    font-size: 1.5rem !important;
  }
  .fs-lg-28px {
    font-size: 1.75rem !important;
  }
  .fs-lg-32px {
    font-size: 2rem !important;
  }
  .fs-lg-36px {
    font-size: 2.25rem !important;
  }
  .fs-lg-38px {
    font-size: 2.375rem !important;
  }
  .fs-lg-40px {
    font-size: 2.5rem !important;
  }
  .fs-lg-50px {
    font-size: 3.125rem !important;
  }
  .fs-lg-60px {
    font-size: 3.75rem !important;
  }
  .fs-lg-reset {
    font-size: inherit !important;
  }
  .fw-lg-reset {
    font-weight: inherit !important;
  }
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-medium {
    font-weight: 500 !important;
  }
  .fw-lg-semibold {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: bolder !important;
  }
  .ls-lg-n5 {
    letter-spacing: -0.05em !important;
  }
  .ls-lg-normal {
    letter-spacing: normal !important;
  }
  .ls-lg-reset {
    letter-spacing: inherit !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .bs-bg-lg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-title {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-title-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bs-bg-lg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-lg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-position-lg-center {
    background-position: center !important;
  }
  .bg-position-lg-center-end {
    background-position: center right !important;
  }
  .bg-position-lg-center-start {
    background-position: center left !important;
  }
  .bg-position-lg-top {
    background-position: top !important;
  }
  .bg-position-lg-bottom {
    background-position: bottom !important;
  }
  .bg-repeat-lg-norepeat {
    background-repeat: no-repeat !important;
  }
  .bg-repeat-lg-repeat {
    background-repeat: repeat !important;
  }
  .bg-repeat-lg-x-repeat {
    background-repeat: repeat-x !important;
  }
  .bg-size-lg-cover {
    background-size: cover !important;
  }
  .bg-size-lg-contain {
    background-size: contain !important;
  }
  .bg-size-lg-auto {
    background-size: auto !important;
  }
  .bg-opacity-lg-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-lg-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-lg-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-lg-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-lg-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-lg-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-lg-100 {
    --bs-bg-opacity: 1;
  }
  .bg-gradient-lg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  .bg-gradient-lg-primary-to-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
    background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
  }
  .bg-gradient-lg-success-to-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
    background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
  }
  .bg-gradient-lg-none {
    background-image: none !important;
  }
  .rounded-lg-4px {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-6px {
    border-radius: 0.375rem !important;
  }
  .rounded-lg-8px {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-10px {
    border-radius: 0.625rem !important;
  }
  .rounded-lg-12px {
    border-radius: 0.75rem !important;
  }
  .rounded-lg-16px {
    border-radius: 1rem !important;
  }
  .rounded-lg-20px {
    border-radius: 1.25rem !important;
  }
  .rounded-lg-24px {
    border-radius: 1.5rem !important;
  }
  .rounded-lg-28px {
    border-radius: 1.75rem !important;
  }
  .rounded-lg-32px {
    border-radius: 2rem !important;
  }
  .rounded-lg-48px {
    border-radius: 3rem !important;
  }
  .rounded-lg-60px {
    border-radius: 3.75rem !important;
  }
  .rounded-lg-80px {
    border-radius: 5rem !important;
  }
  .rounded-lg-pill {
    border-radius: 50rem !important;
  }
  .rounded-lg {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-reset {
    border-radius: inherit !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-top-lg-4px {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-top-lg-6px {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .rounded-top-lg-8px {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .rounded-top-lg-10px {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  .rounded-top-lg-12px {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .rounded-top-lg-16px {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .rounded-top-lg-20px {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .rounded-top-lg-24px {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .rounded-top-lg-28px {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .rounded-top-lg-32px {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .rounded-top-lg-48px {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-lg-60px {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .rounded-top-lg-80px {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .rounded-top-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-lg {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-lg-reset {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
  }
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-lg-4px {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-end-lg-6px {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-end-lg-8px {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .rounded-end-lg-10px {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  .rounded-end-lg-12px {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .rounded-end-lg-16px {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .rounded-end-lg-20px {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
  .rounded-end-lg-24px {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .rounded-end-lg-28px {
    border-top-right-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
  .rounded-end-lg-32px {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  .rounded-end-lg-48px {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-lg-60px {
    border-top-right-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
  .rounded-end-lg-80px {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
  .rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-lg {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-lg-reset {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-lg-4px {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-bottom-lg-6px {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-bottom-lg-8px {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .rounded-bottom-lg-10px {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  .rounded-bottom-lg-12px {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .rounded-bottom-lg-16px {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .rounded-bottom-lg-20px {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
  .rounded-bottom-lg-24px {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .rounded-bottom-lg-28px {
    border-bottom-right-radius: 1.75rem !important;
    border-bottom-left-radius: 1.75rem !important;
  }
  .rounded-bottom-lg-32px {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }
  .rounded-bottom-lg-48px {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-lg-60px {
    border-bottom-right-radius: 3.75rem !important;
    border-bottom-left-radius: 3.75rem !important;
  }
  .rounded-bottom-lg-80px {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
  }
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-lg {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-lg-reset {
    border-bottom-right-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-lg-4px {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-start-lg-6px {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .rounded-start-lg-8px {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .rounded-start-lg-10px {
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
  }
  .rounded-start-lg-12px {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }
  .rounded-start-lg-16px {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .rounded-start-lg-20px {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
  }
  .rounded-start-lg-24px {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
  }
  .rounded-start-lg-28px {
    border-bottom-left-radius: 1.75rem !important;
    border-top-left-radius: 1.75rem !important;
  }
  .rounded-start-lg-32px {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }
  .rounded-start-lg-48px {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-lg-60px {
    border-bottom-left-radius: 3.75rem !important;
    border-top-left-radius: 3.75rem !important;
  }
  .rounded-start-lg-80px {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
  }
  .rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-lg {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-lg-reset {
    border-bottom-left-radius: inherit !important;
    border-top-left-radius: inherit !important;
  }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .shadow-xl {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-xl-1 {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-xl-2 {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-xl-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
  }
  .inset-xl-auto {
    inset: auto !important;
  }
  .inset-xl-0 {
    inset: 0 !important;
  }
  .inset-xl-10 {
    inset: 10% !important;
  }
  .inset-xl-25 {
    inset: 25% !important;
  }
  .inset-xl-50 {
    inset: 50% !important;
  }
  .inset-xl-75 {
    inset: 75% !important;
  }
  .inset-xl-100 {
    inset: 100% !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-10 {
    top: 10% !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-75 {
    top: 75% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-auto {
    left: auto !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-10 {
    left: 10% !important;
  }
  .start-xl-25 {
    left: 25% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-75 {
    left: 75% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-auto {
    right: auto !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-10 {
    right: 10% !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-75 {
    right: 75% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .w-xl-12px {
    width: 0.75rem !important;
  }
  .w-xl-14px {
    width: 0.875rem !important;
  }
  .w-xl-16px {
    width: 1rem !important;
  }
  .w-xl-18px {
    width: 1.125rem !important;
  }
  .w-xl-20px {
    width: 1.25rem !important;
  }
  .w-xl-24px {
    width: 1.5rem !important;
  }
  .w-xl-32px {
    width: 2rem !important;
  }
  .w-xl-40px {
    width: 2.5rem !important;
  }
  .w-xl-48px {
    width: 3rem !important;
  }
  .w-xl-56px {
    width: 3.5rem !important;
  }
  .w-xl-64px {
    width: 4rem !important;
  }
  .w-xl-100px {
    width: 6.25rem !important;
  }
  .w-xl-200px {
    width: 12.5rem !important;
  }
  .w-xl-320px {
    width: 20rem !important;
  }
  .w-xl-420px {
    width: 26.25rem !important;
  }
  .w-xl-480px {
    width: 30rem !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-12px {
    max-width: 0.75rem !important;
  }
  .mw-xl-14px {
    max-width: 0.875rem !important;
  }
  .mw-xl-16px {
    max-width: 1rem !important;
  }
  .mw-xl-18px {
    max-width: 1.125rem !important;
  }
  .mw-xl-20px {
    max-width: 1.25rem !important;
  }
  .mw-xl-24px {
    max-width: 1.5rem !important;
  }
  .mw-xl-32px {
    max-width: 2rem !important;
  }
  .mw-xl-40px {
    max-width: 2.5rem !important;
  }
  .mw-xl-48px {
    max-width: 3rem !important;
  }
  .mw-xl-56px {
    max-width: 3.5rem !important;
  }
  .mw-xl-64px {
    max-width: 4rem !important;
  }
  .mw-xl-100px {
    max-width: 6.25rem !important;
  }
  .mw-xl-200px {
    max-width: 12.5rem !important;
  }
  .mw-xl-320px {
    max-width: 20rem !important;
  }
  .mw-xl-420px {
    max-width: 26.25rem !important;
  }
  .mw-xl-480px {
    max-width: 30rem !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .min-w-xl-12px {
    min-width: 0.75rem !important;
  }
  .min-w-xl-14px {
    min-width: 0.875rem !important;
  }
  .min-w-xl-16px {
    min-width: 1rem !important;
  }
  .min-w-xl-18px {
    min-width: 1.125rem !important;
  }
  .min-w-xl-20px {
    min-width: 1.25rem !important;
  }
  .min-w-xl-24px {
    min-width: 1.5rem !important;
  }
  .min-w-xl-32px {
    min-width: 2rem !important;
  }
  .min-w-xl-40px {
    min-width: 2.5rem !important;
  }
  .min-w-xl-48px {
    min-width: 3rem !important;
  }
  .min-w-xl-56px {
    min-width: 3.5rem !important;
  }
  .min-w-xl-64px {
    min-width: 4rem !important;
  }
  .min-w-xl-100px {
    min-width: 6.25rem !important;
  }
  .min-w-xl-200px {
    min-width: 12.5rem !important;
  }
  .min-w-xl-320px {
    min-width: 20rem !important;
  }
  .min-w-xl-420px {
    min-width: 26.25rem !important;
  }
  .min-w-xl-480px {
    min-width: 30rem !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .min-w-xl-auto {
    min-width: auto !important;
  }
  .h-xl-12px {
    height: 0.75rem !important;
  }
  .h-xl-14px {
    height: 0.875rem !important;
  }
  .h-xl-16px {
    height: 1rem !important;
  }
  .h-xl-18px {
    height: 1.125rem !important;
  }
  .h-xl-20px {
    height: 1.25rem !important;
  }
  .h-xl-24px {
    height: 1.5rem !important;
  }
  .h-xl-32px {
    height: 2rem !important;
  }
  .h-xl-40px {
    height: 2.5rem !important;
  }
  .h-xl-48px {
    height: 3rem !important;
  }
  .h-xl-56px {
    height: 3.5rem !important;
  }
  .h-xl-64px {
    height: 4rem !important;
  }
  .h-xl-100px {
    height: 6.25rem !important;
  }
  .h-xl-200px {
    height: 12.5rem !important;
  }
  .h-xl-320px {
    height: 20rem !important;
  }
  .h-xl-420px {
    height: 26.25rem !important;
  }
  .h-xl-480px {
    height: 30rem !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .min-h-xl-12px {
    min-height: 0.75rem !important;
  }
  .min-h-xl-14px {
    min-height: 0.875rem !important;
  }
  .min-h-xl-16px {
    min-height: 1rem !important;
  }
  .min-h-xl-18px {
    min-height: 1.125rem !important;
  }
  .min-h-xl-20px {
    min-height: 1.25rem !important;
  }
  .min-h-xl-24px {
    min-height: 1.5rem !important;
  }
  .min-h-xl-32px {
    min-height: 2rem !important;
  }
  .min-h-xl-40px {
    min-height: 2.5rem !important;
  }
  .min-h-xl-48px {
    min-height: 3rem !important;
  }
  .min-h-xl-56px {
    min-height: 3.5rem !important;
  }
  .min-h-xl-64px {
    min-height: 4rem !important;
  }
  .min-h-xl-100px {
    min-height: 6.25rem !important;
  }
  .min-h-xl-200px {
    min-height: 12.5rem !important;
  }
  .min-h-xl-320px {
    min-height: 20rem !important;
  }
  .min-h-xl-420px {
    min-height: 26.25rem !important;
  }
  .min-h-xl-480px {
    min-height: 30rem !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .min-h-xl-auto {
    min-height: auto !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0px {
    margin: 0 !important;
  }
  .m-xl-2px {
    margin: 0.125rem !important;
  }
  .m-xl-4px {
    margin: 0.25rem !important;
  }
  .m-xl-6px {
    margin: 0.375rem !important;
  }
  .m-xl-7px {
    margin: 0.4375rem !important;
  }
  .m-xl-8px {
    margin: 0.5rem !important;
  }
  .m-xl-10px {
    margin: 0.625rem !important;
  }
  .m-xl-12px {
    margin: 0.75rem !important;
  }
  .m-xl-14px {
    margin: 0.875rem !important;
  }
  .m-xl-16px {
    margin: 1rem !important;
  }
  .m-xl-18px {
    margin: 1.125rem !important;
  }
  .m-xl-20px {
    margin: 1.25rem !important;
  }
  .m-xl-24px {
    margin: 1.5rem !important;
  }
  .m-xl-28px {
    margin: 1.75rem !important;
  }
  .m-xl-32px {
    margin: 2rem !important;
  }
  .m-xl-40px {
    margin: 2.5rem !important;
  }
  .m-xl-48px {
    margin: 3rem !important;
  }
  .m-xl-56px {
    margin: 3.5rem !important;
  }
  .m-xl-64px {
    margin: 4rem !important;
  }
  .m-xl-72px {
    margin: 4.5rem !important;
  }
  .m-xl-80px {
    margin: 5rem !important;
  }
  .m-xl-160px {
    margin: 10rem !important;
  }
  .m-xl-header {
    margin: var(--header-height) !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-4px {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-6px {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xl-7px {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xl-8px {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-10px {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-12px {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-14px {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xl-16px {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-18px {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xl-20px {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-24px {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-28px {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-32px {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-40px {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-48px {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-56px {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-64px {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-72px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-80px {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-160px {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-header {
    margin-right: var(--header-height) !important;
    margin-left: var(--header-height) !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-4px {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-6px {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xl-7px {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xl-8px {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-12px {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-14px {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xl-16px {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xl-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-28px {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-32px {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-40px {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-48px {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-56px {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-64px {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-72px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-160px {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0px {
    margin-top: 0 !important;
  }
  .mt-xl-2px {
    margin-top: 0.125rem !important;
  }
  .mt-xl-4px {
    margin-top: 0.25rem !important;
  }
  .mt-xl-6px {
    margin-top: 0.375rem !important;
  }
  .mt-xl-7px {
    margin-top: 0.4375rem !important;
  }
  .mt-xl-8px {
    margin-top: 0.5rem !important;
  }
  .mt-xl-10px {
    margin-top: 0.625rem !important;
  }
  .mt-xl-12px {
    margin-top: 0.75rem !important;
  }
  .mt-xl-14px {
    margin-top: 0.875rem !important;
  }
  .mt-xl-16px {
    margin-top: 1rem !important;
  }
  .mt-xl-18px {
    margin-top: 1.125rem !important;
  }
  .mt-xl-20px {
    margin-top: 1.25rem !important;
  }
  .mt-xl-24px {
    margin-top: 1.5rem !important;
  }
  .mt-xl-28px {
    margin-top: 1.75rem !important;
  }
  .mt-xl-32px {
    margin-top: 2rem !important;
  }
  .mt-xl-40px {
    margin-top: 2.5rem !important;
  }
  .mt-xl-48px {
    margin-top: 3rem !important;
  }
  .mt-xl-56px {
    margin-top: 3.5rem !important;
  }
  .mt-xl-64px {
    margin-top: 4rem !important;
  }
  .mt-xl-72px {
    margin-top: 4.5rem !important;
  }
  .mt-xl-80px {
    margin-top: 5rem !important;
  }
  .mt-xl-160px {
    margin-top: 10rem !important;
  }
  .mt-xl-header {
    margin-top: var(--header-height) !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0px {
    margin-right: 0 !important;
  }
  .me-xl-2px {
    margin-right: 0.125rem !important;
  }
  .me-xl-4px {
    margin-right: 0.25rem !important;
  }
  .me-xl-6px {
    margin-right: 0.375rem !important;
  }
  .me-xl-7px {
    margin-right: 0.4375rem !important;
  }
  .me-xl-8px {
    margin-right: 0.5rem !important;
  }
  .me-xl-10px {
    margin-right: 0.625rem !important;
  }
  .me-xl-12px {
    margin-right: 0.75rem !important;
  }
  .me-xl-14px {
    margin-right: 0.875rem !important;
  }
  .me-xl-16px {
    margin-right: 1rem !important;
  }
  .me-xl-18px {
    margin-right: 1.125rem !important;
  }
  .me-xl-20px {
    margin-right: 1.25rem !important;
  }
  .me-xl-24px {
    margin-right: 1.5rem !important;
  }
  .me-xl-28px {
    margin-right: 1.75rem !important;
  }
  .me-xl-32px {
    margin-right: 2rem !important;
  }
  .me-xl-40px {
    margin-right: 2.5rem !important;
  }
  .me-xl-48px {
    margin-right: 3rem !important;
  }
  .me-xl-56px {
    margin-right: 3.5rem !important;
  }
  .me-xl-64px {
    margin-right: 4rem !important;
  }
  .me-xl-72px {
    margin-right: 4.5rem !important;
  }
  .me-xl-80px {
    margin-right: 5rem !important;
  }
  .me-xl-160px {
    margin-right: 10rem !important;
  }
  .me-xl-header {
    margin-right: var(--header-height) !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0px {
    margin-bottom: 0 !important;
  }
  .mb-xl-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-4px {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-6px {
    margin-bottom: 0.375rem !important;
  }
  .mb-xl-7px {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xl-8px {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-10px {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-12px {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-14px {
    margin-bottom: 0.875rem !important;
  }
  .mb-xl-16px {
    margin-bottom: 1rem !important;
  }
  .mb-xl-18px {
    margin-bottom: 1.125rem !important;
  }
  .mb-xl-20px {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-24px {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-28px {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-32px {
    margin-bottom: 2rem !important;
  }
  .mb-xl-40px {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-48px {
    margin-bottom: 3rem !important;
  }
  .mb-xl-56px {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-64px {
    margin-bottom: 4rem !important;
  }
  .mb-xl-72px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-80px {
    margin-bottom: 5rem !important;
  }
  .mb-xl-160px {
    margin-bottom: 10rem !important;
  }
  .mb-xl-header {
    margin-bottom: var(--header-height) !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0px {
    margin-left: 0 !important;
  }
  .ms-xl-2px {
    margin-left: 0.125rem !important;
  }
  .ms-xl-4px {
    margin-left: 0.25rem !important;
  }
  .ms-xl-6px {
    margin-left: 0.375rem !important;
  }
  .ms-xl-7px {
    margin-left: 0.4375rem !important;
  }
  .ms-xl-8px {
    margin-left: 0.5rem !important;
  }
  .ms-xl-10px {
    margin-left: 0.625rem !important;
  }
  .ms-xl-12px {
    margin-left: 0.75rem !important;
  }
  .ms-xl-14px {
    margin-left: 0.875rem !important;
  }
  .ms-xl-16px {
    margin-left: 1rem !important;
  }
  .ms-xl-18px {
    margin-left: 1.125rem !important;
  }
  .ms-xl-20px {
    margin-left: 1.25rem !important;
  }
  .ms-xl-24px {
    margin-left: 1.5rem !important;
  }
  .ms-xl-28px {
    margin-left: 1.75rem !important;
  }
  .ms-xl-32px {
    margin-left: 2rem !important;
  }
  .ms-xl-40px {
    margin-left: 2.5rem !important;
  }
  .ms-xl-48px {
    margin-left: 3rem !important;
  }
  .ms-xl-56px {
    margin-left: 3.5rem !important;
  }
  .ms-xl-64px {
    margin-left: 4rem !important;
  }
  .ms-xl-72px {
    margin-left: 4.5rem !important;
  }
  .ms-xl-80px {
    margin-left: 5rem !important;
  }
  .ms-xl-160px {
    margin-left: 10rem !important;
  }
  .ms-xl-header {
    margin-left: var(--header-height) !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n0px {
    margin: 0 !important;
  }
  .m-xl-n2px {
    margin: -0.125rem !important;
  }
  .m-xl-n4px {
    margin: -0.25rem !important;
  }
  .m-xl-n6px {
    margin: -0.375rem !important;
  }
  .m-xl-n7px {
    margin: -0.4375rem !important;
  }
  .m-xl-n8px {
    margin: -0.5rem !important;
  }
  .m-xl-n10px {
    margin: -0.625rem !important;
  }
  .m-xl-n12px {
    margin: -0.75rem !important;
  }
  .m-xl-n14px {
    margin: -0.875rem !important;
  }
  .m-xl-n16px {
    margin: -1rem !important;
  }
  .m-xl-n18px {
    margin: -1.125rem !important;
  }
  .m-xl-n20px {
    margin: -1.25rem !important;
  }
  .m-xl-n24px {
    margin: -1.5rem !important;
  }
  .m-xl-n28px {
    margin: -1.75rem !important;
  }
  .m-xl-n32px {
    margin: -2rem !important;
  }
  .m-xl-n40px {
    margin: -2.5rem !important;
  }
  .m-xl-n48px {
    margin: -3rem !important;
  }
  .m-xl-n56px {
    margin: -3.5rem !important;
  }
  .m-xl-n64px {
    margin: -4rem !important;
  }
  .m-xl-n72px {
    margin: -4.5rem !important;
  }
  .m-xl-n80px {
    margin: -5rem !important;
  }
  .m-xl-n160px {
    margin: -10rem !important;
  }
  .m-xl-nheader {
    margin: -var(--header-height) !important;
  }
  .mx-xl-n0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xl-n4px {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n6px {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xl-n7px {
    margin-right: -0.4375rem !important;
    margin-left: -0.4375rem !important;
  }
  .mx-xl-n8px {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n10px {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xl-n12px {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n14px {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important;
  }
  .mx-xl-n16px {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n18px {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-xl-n20px {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n24px {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n28px {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n32px {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n40px {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n48px {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n56px {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n64px {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n72px {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n80px {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n160px {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-nheader {
    margin-right: -var(--header-height) !important;
    margin-left: -var(--header-height) !important;
  }
  .my-xl-n0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xl-n4px {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n6px {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xl-n7px {
    margin-top: -0.4375rem !important;
    margin-bottom: -0.4375rem !important;
  }
  .my-xl-n8px {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xl-n12px {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n14px {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .my-xl-n16px {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-xl-n20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n28px {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n32px {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n40px {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n48px {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n56px {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n64px {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n72px {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n160px {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-nheader {
    margin-top: -var(--header-height) !important;
    margin-bottom: -var(--header-height) !important;
  }
  .mt-xl-n0px {
    margin-top: 0 !important;
  }
  .mt-xl-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-xl-n4px {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n6px {
    margin-top: -0.375rem !important;
  }
  .mt-xl-n7px {
    margin-top: -0.4375rem !important;
  }
  .mt-xl-n8px {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n10px {
    margin-top: -0.625rem !important;
  }
  .mt-xl-n12px {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n14px {
    margin-top: -0.875rem !important;
  }
  .mt-xl-n16px {
    margin-top: -1rem !important;
  }
  .mt-xl-n18px {
    margin-top: -1.125rem !important;
  }
  .mt-xl-n20px {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n24px {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n28px {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n32px {
    margin-top: -2rem !important;
  }
  .mt-xl-n40px {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n48px {
    margin-top: -3rem !important;
  }
  .mt-xl-n56px {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n64px {
    margin-top: -4rem !important;
  }
  .mt-xl-n72px {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n80px {
    margin-top: -5rem !important;
  }
  .mt-xl-n160px {
    margin-top: -10rem !important;
  }
  .mt-xl-nheader {
    margin-top: -var(--header-height) !important;
  }
  .me-xl-n0px {
    margin-right: 0 !important;
  }
  .me-xl-n2px {
    margin-right: -0.125rem !important;
  }
  .me-xl-n4px {
    margin-right: -0.25rem !important;
  }
  .me-xl-n6px {
    margin-right: -0.375rem !important;
  }
  .me-xl-n7px {
    margin-right: -0.4375rem !important;
  }
  .me-xl-n8px {
    margin-right: -0.5rem !important;
  }
  .me-xl-n10px {
    margin-right: -0.625rem !important;
  }
  .me-xl-n12px {
    margin-right: -0.75rem !important;
  }
  .me-xl-n14px {
    margin-right: -0.875rem !important;
  }
  .me-xl-n16px {
    margin-right: -1rem !important;
  }
  .me-xl-n18px {
    margin-right: -1.125rem !important;
  }
  .me-xl-n20px {
    margin-right: -1.25rem !important;
  }
  .me-xl-n24px {
    margin-right: -1.5rem !important;
  }
  .me-xl-n28px {
    margin-right: -1.75rem !important;
  }
  .me-xl-n32px {
    margin-right: -2rem !important;
  }
  .me-xl-n40px {
    margin-right: -2.5rem !important;
  }
  .me-xl-n48px {
    margin-right: -3rem !important;
  }
  .me-xl-n56px {
    margin-right: -3.5rem !important;
  }
  .me-xl-n64px {
    margin-right: -4rem !important;
  }
  .me-xl-n72px {
    margin-right: -4.5rem !important;
  }
  .me-xl-n80px {
    margin-right: -5rem !important;
  }
  .me-xl-n160px {
    margin-right: -10rem !important;
  }
  .me-xl-nheader {
    margin-right: -var(--header-height) !important;
  }
  .mb-xl-n0px {
    margin-bottom: 0 !important;
  }
  .mb-xl-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-xl-n4px {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n6px {
    margin-bottom: -0.375rem !important;
  }
  .mb-xl-n7px {
    margin-bottom: -0.4375rem !important;
  }
  .mb-xl-n8px {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n10px {
    margin-bottom: -0.625rem !important;
  }
  .mb-xl-n12px {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n14px {
    margin-bottom: -0.875rem !important;
  }
  .mb-xl-n16px {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n18px {
    margin-bottom: -1.125rem !important;
  }
  .mb-xl-n20px {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n24px {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n28px {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n32px {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n40px {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n48px {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n56px {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n64px {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n72px {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n80px {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n160px {
    margin-bottom: -10rem !important;
  }
  .mb-xl-nheader {
    margin-bottom: -var(--header-height) !important;
  }
  .ms-xl-n0px {
    margin-left: 0 !important;
  }
  .ms-xl-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-xl-n4px {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n6px {
    margin-left: -0.375rem !important;
  }
  .ms-xl-n7px {
    margin-left: -0.4375rem !important;
  }
  .ms-xl-n8px {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n10px {
    margin-left: -0.625rem !important;
  }
  .ms-xl-n12px {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n14px {
    margin-left: -0.875rem !important;
  }
  .ms-xl-n16px {
    margin-left: -1rem !important;
  }
  .ms-xl-n18px {
    margin-left: -1.125rem !important;
  }
  .ms-xl-n20px {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n24px {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n28px {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n32px {
    margin-left: -2rem !important;
  }
  .ms-xl-n40px {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n48px {
    margin-left: -3rem !important;
  }
  .ms-xl-n56px {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n64px {
    margin-left: -4rem !important;
  }
  .ms-xl-n72px {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n80px {
    margin-left: -5rem !important;
  }
  .ms-xl-n160px {
    margin-left: -10rem !important;
  }
  .ms-xl-nheader {
    margin-left: -var(--header-height) !important;
  }
  .p-xl-0px {
    padding: 0 !important;
  }
  .p-xl-2px {
    padding: 0.125rem !important;
  }
  .p-xl-4px {
    padding: 0.25rem !important;
  }
  .p-xl-6px {
    padding: 0.375rem !important;
  }
  .p-xl-7px {
    padding: 0.4375rem !important;
  }
  .p-xl-8px {
    padding: 0.5rem !important;
  }
  .p-xl-10px {
    padding: 0.625rem !important;
  }
  .p-xl-12px {
    padding: 0.75rem !important;
  }
  .p-xl-14px {
    padding: 0.875rem !important;
  }
  .p-xl-16px {
    padding: 1rem !important;
  }
  .p-xl-18px {
    padding: 1.125rem !important;
  }
  .p-xl-20px {
    padding: 1.25rem !important;
  }
  .p-xl-24px {
    padding: 1.5rem !important;
  }
  .p-xl-28px {
    padding: 1.75rem !important;
  }
  .p-xl-32px {
    padding: 2rem !important;
  }
  .p-xl-40px {
    padding: 2.5rem !important;
  }
  .p-xl-48px {
    padding: 3rem !important;
  }
  .p-xl-56px {
    padding: 3.5rem !important;
  }
  .p-xl-64px {
    padding: 4rem !important;
  }
  .p-xl-72px {
    padding: 4.5rem !important;
  }
  .p-xl-80px {
    padding: 5rem !important;
  }
  .p-xl-160px {
    padding: 10rem !important;
  }
  .p-xl-header {
    padding: var(--header-height) !important;
  }
  .px-xl-0px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-4px {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-6px {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xl-7px {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xl-8px {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-10px {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-12px {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-14px {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xl-16px {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-18px {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xl-20px {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-24px {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-28px {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-32px {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-40px {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-48px {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-56px {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-64px {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-72px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-80px {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-160px {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-header {
    padding-right: var(--header-height) !important;
    padding-left: var(--header-height) !important;
  }
  .py-xl-0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-4px {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-6px {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xl-7px {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xl-8px {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-12px {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-14px {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xl-16px {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xl-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-28px {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-32px {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-40px {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-48px {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-56px {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-64px {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-72px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-160px {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .pt-xl-0px {
    padding-top: 0 !important;
  }
  .pt-xl-2px {
    padding-top: 0.125rem !important;
  }
  .pt-xl-4px {
    padding-top: 0.25rem !important;
  }
  .pt-xl-6px {
    padding-top: 0.375rem !important;
  }
  .pt-xl-7px {
    padding-top: 0.4375rem !important;
  }
  .pt-xl-8px {
    padding-top: 0.5rem !important;
  }
  .pt-xl-10px {
    padding-top: 0.625rem !important;
  }
  .pt-xl-12px {
    padding-top: 0.75rem !important;
  }
  .pt-xl-14px {
    padding-top: 0.875rem !important;
  }
  .pt-xl-16px {
    padding-top: 1rem !important;
  }
  .pt-xl-18px {
    padding-top: 1.125rem !important;
  }
  .pt-xl-20px {
    padding-top: 1.25rem !important;
  }
  .pt-xl-24px {
    padding-top: 1.5rem !important;
  }
  .pt-xl-28px {
    padding-top: 1.75rem !important;
  }
  .pt-xl-32px {
    padding-top: 2rem !important;
  }
  .pt-xl-40px {
    padding-top: 2.5rem !important;
  }
  .pt-xl-48px {
    padding-top: 3rem !important;
  }
  .pt-xl-56px {
    padding-top: 3.5rem !important;
  }
  .pt-xl-64px {
    padding-top: 4rem !important;
  }
  .pt-xl-72px {
    padding-top: 4.5rem !important;
  }
  .pt-xl-80px {
    padding-top: 5rem !important;
  }
  .pt-xl-160px {
    padding-top: 10rem !important;
  }
  .pt-xl-header {
    padding-top: var(--header-height) !important;
  }
  .pe-xl-0px {
    padding-right: 0 !important;
  }
  .pe-xl-2px {
    padding-right: 0.125rem !important;
  }
  .pe-xl-4px {
    padding-right: 0.25rem !important;
  }
  .pe-xl-6px {
    padding-right: 0.375rem !important;
  }
  .pe-xl-7px {
    padding-right: 0.4375rem !important;
  }
  .pe-xl-8px {
    padding-right: 0.5rem !important;
  }
  .pe-xl-10px {
    padding-right: 0.625rem !important;
  }
  .pe-xl-12px {
    padding-right: 0.75rem !important;
  }
  .pe-xl-14px {
    padding-right: 0.875rem !important;
  }
  .pe-xl-16px {
    padding-right: 1rem !important;
  }
  .pe-xl-18px {
    padding-right: 1.125rem !important;
  }
  .pe-xl-20px {
    padding-right: 1.25rem !important;
  }
  .pe-xl-24px {
    padding-right: 1.5rem !important;
  }
  .pe-xl-28px {
    padding-right: 1.75rem !important;
  }
  .pe-xl-32px {
    padding-right: 2rem !important;
  }
  .pe-xl-40px {
    padding-right: 2.5rem !important;
  }
  .pe-xl-48px {
    padding-right: 3rem !important;
  }
  .pe-xl-56px {
    padding-right: 3.5rem !important;
  }
  .pe-xl-64px {
    padding-right: 4rem !important;
  }
  .pe-xl-72px {
    padding-right: 4.5rem !important;
  }
  .pe-xl-80px {
    padding-right: 5rem !important;
  }
  .pe-xl-160px {
    padding-right: 10rem !important;
  }
  .pe-xl-header {
    padding-right: var(--header-height) !important;
  }
  .pb-xl-0px {
    padding-bottom: 0 !important;
  }
  .pb-xl-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-4px {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-6px {
    padding-bottom: 0.375rem !important;
  }
  .pb-xl-7px {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xl-8px {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-10px {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-12px {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-14px {
    padding-bottom: 0.875rem !important;
  }
  .pb-xl-16px {
    padding-bottom: 1rem !important;
  }
  .pb-xl-18px {
    padding-bottom: 1.125rem !important;
  }
  .pb-xl-20px {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-24px {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-28px {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-32px {
    padding-bottom: 2rem !important;
  }
  .pb-xl-40px {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-48px {
    padding-bottom: 3rem !important;
  }
  .pb-xl-56px {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-64px {
    padding-bottom: 4rem !important;
  }
  .pb-xl-72px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-80px {
    padding-bottom: 5rem !important;
  }
  .pb-xl-160px {
    padding-bottom: 10rem !important;
  }
  .pb-xl-header {
    padding-bottom: var(--header-height) !important;
  }
  .ps-xl-0px {
    padding-left: 0 !important;
  }
  .ps-xl-2px {
    padding-left: 0.125rem !important;
  }
  .ps-xl-4px {
    padding-left: 0.25rem !important;
  }
  .ps-xl-6px {
    padding-left: 0.375rem !important;
  }
  .ps-xl-7px {
    padding-left: 0.4375rem !important;
  }
  .ps-xl-8px {
    padding-left: 0.5rem !important;
  }
  .ps-xl-10px {
    padding-left: 0.625rem !important;
  }
  .ps-xl-12px {
    padding-left: 0.75rem !important;
  }
  .ps-xl-14px {
    padding-left: 0.875rem !important;
  }
  .ps-xl-16px {
    padding-left: 1rem !important;
  }
  .ps-xl-18px {
    padding-left: 1.125rem !important;
  }
  .ps-xl-20px {
    padding-left: 1.25rem !important;
  }
  .ps-xl-24px {
    padding-left: 1.5rem !important;
  }
  .ps-xl-28px {
    padding-left: 1.75rem !important;
  }
  .ps-xl-32px {
    padding-left: 2rem !important;
  }
  .ps-xl-40px {
    padding-left: 2.5rem !important;
  }
  .ps-xl-48px {
    padding-left: 3rem !important;
  }
  .ps-xl-56px {
    padding-left: 3.5rem !important;
  }
  .ps-xl-64px {
    padding-left: 4rem !important;
  }
  .ps-xl-72px {
    padding-left: 4.5rem !important;
  }
  .ps-xl-80px {
    padding-left: 5rem !important;
  }
  .ps-xl-160px {
    padding-left: 10rem !important;
  }
  .ps-xl-header {
    padding-left: var(--header-height) !important;
  }
  .gap-xl-0px {
    gap: 0 !important;
  }
  .gap-xl-2px {
    gap: 0.125rem !important;
  }
  .gap-xl-4px {
    gap: 0.25rem !important;
  }
  .gap-xl-6px {
    gap: 0.375rem !important;
  }
  .gap-xl-7px {
    gap: 0.4375rem !important;
  }
  .gap-xl-8px {
    gap: 0.5rem !important;
  }
  .gap-xl-10px {
    gap: 0.625rem !important;
  }
  .gap-xl-12px {
    gap: 0.75rem !important;
  }
  .gap-xl-14px {
    gap: 0.875rem !important;
  }
  .gap-xl-16px {
    gap: 1rem !important;
  }
  .gap-xl-18px {
    gap: 1.125rem !important;
  }
  .gap-xl-20px {
    gap: 1.25rem !important;
  }
  .gap-xl-24px {
    gap: 1.5rem !important;
  }
  .gap-xl-28px {
    gap: 1.75rem !important;
  }
  .gap-xl-32px {
    gap: 2rem !important;
  }
  .gap-xl-40px {
    gap: 2.5rem !important;
  }
  .gap-xl-48px {
    gap: 3rem !important;
  }
  .gap-xl-56px {
    gap: 3.5rem !important;
  }
  .gap-xl-64px {
    gap: 4rem !important;
  }
  .gap-xl-72px {
    gap: 4.5rem !important;
  }
  .gap-xl-80px {
    gap: 5rem !important;
  }
  .gap-xl-160px {
    gap: 10rem !important;
  }
  .gap-xl-header {
    gap: var(--header-height) !important;
  }
  .row-gap-xl-0px {
    row-gap: 0 !important;
  }
  .row-gap-xl-2px {
    row-gap: 0.125rem !important;
  }
  .row-gap-xl-4px {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-6px {
    row-gap: 0.375rem !important;
  }
  .row-gap-xl-7px {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xl-8px {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-10px {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-12px {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-14px {
    row-gap: 0.875rem !important;
  }
  .row-gap-xl-16px {
    row-gap: 1rem !important;
  }
  .row-gap-xl-18px {
    row-gap: 1.125rem !important;
  }
  .row-gap-xl-20px {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-24px {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-28px {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-32px {
    row-gap: 2rem !important;
  }
  .row-gap-xl-40px {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-48px {
    row-gap: 3rem !important;
  }
  .row-gap-xl-56px {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-64px {
    row-gap: 4rem !important;
  }
  .row-gap-xl-72px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-80px {
    row-gap: 5rem !important;
  }
  .row-gap-xl-160px {
    row-gap: 10rem !important;
  }
  .row-gap-xl-header {
    row-gap: var(--header-height) !important;
  }
  .column-gap-xl-0px {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-2px {
    -webkit-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  .column-gap-xl-4px {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-6px {
    -webkit-column-gap: 0.375rem !important;
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  .column-gap-xl-7px {
    -webkit-column-gap: 0.4375rem !important;
    -moz-column-gap: 0.4375rem !important;
    column-gap: 0.4375rem !important;
  }
  .column-gap-xl-8px {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-10px {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-xl-12px {
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-14px {
    -webkit-column-gap: 0.875rem !important;
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  .column-gap-xl-16px {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-18px {
    -webkit-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
  }
  .column-gap-xl-20px {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-24px {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-28px {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-32px {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xl-40px {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-48px {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xl-56px {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-64px {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xl-72px {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-80px {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xl-160px {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xl-header {
    -webkit-column-gap: var(--header-height) !important;
    -moz-column-gap: var(--header-height) !important;
    column-gap: var(--header-height) !important;
  }
  .fs-xl-1 {
    font-size: 3.125rem !important;
  }
  .fs-xl-2 {
    font-size: 2.75rem !important;
  }
  .fs-xl-3 {
    font-size: 1.625rem !important;
  }
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fs-xl-6px {
    font-size: 0.375rem !important;
  }
  .fs-xl-8px {
    font-size: 0.5rem !important;
  }
  .fs-xl-10px {
    font-size: 0.625rem !important;
  }
  .fs-xl-12px {
    font-size: 0.75rem !important;
  }
  .fs-xl-13px {
    font-size: 0.8125rem !important;
  }
  .fs-xl-14px {
    font-size: 0.875rem !important;
  }
  .fs-xl-16px {
    font-size: 1rem !important;
  }
  .fs-xl-18px {
    font-size: 1.125rem !important;
  }
  .fs-xl-20px {
    font-size: 1.25rem !important;
  }
  .fs-xl-24px {
    font-size: 1.5rem !important;
  }
  .fs-xl-28px {
    font-size: 1.75rem !important;
  }
  .fs-xl-32px {
    font-size: 2rem !important;
  }
  .fs-xl-36px {
    font-size: 2.25rem !important;
  }
  .fs-xl-38px {
    font-size: 2.375rem !important;
  }
  .fs-xl-40px {
    font-size: 2.5rem !important;
  }
  .fs-xl-50px {
    font-size: 3.125rem !important;
  }
  .fs-xl-60px {
    font-size: 3.75rem !important;
  }
  .fs-xl-reset {
    font-size: inherit !important;
  }
  .fw-xl-reset {
    font-weight: inherit !important;
  }
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-medium {
    font-weight: 500 !important;
  }
  .fw-xl-semibold {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: bolder !important;
  }
  .ls-xl-n5 {
    letter-spacing: -0.05em !important;
  }
  .ls-xl-normal {
    letter-spacing: normal !important;
  }
  .ls-xl-reset {
    letter-spacing: inherit !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .bs-bg-xl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-title {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-title-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bs-bg-xl-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xl-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-position-xl-center {
    background-position: center !important;
  }
  .bg-position-xl-center-end {
    background-position: center right !important;
  }
  .bg-position-xl-center-start {
    background-position: center left !important;
  }
  .bg-position-xl-top {
    background-position: top !important;
  }
  .bg-position-xl-bottom {
    background-position: bottom !important;
  }
  .bg-repeat-xl-norepeat {
    background-repeat: no-repeat !important;
  }
  .bg-repeat-xl-repeat {
    background-repeat: repeat !important;
  }
  .bg-repeat-xl-x-repeat {
    background-repeat: repeat-x !important;
  }
  .bg-size-xl-cover {
    background-size: cover !important;
  }
  .bg-size-xl-contain {
    background-size: contain !important;
  }
  .bg-size-xl-auto {
    background-size: auto !important;
  }
  .bg-opacity-xl-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xl-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xl-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xl-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xl-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xl-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xl-100 {
    --bs-bg-opacity: 1;
  }
  .bg-gradient-xl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  .bg-gradient-xl-primary-to-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
    background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
  }
  .bg-gradient-xl-success-to-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
    background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
  }
  .bg-gradient-xl-none {
    background-image: none !important;
  }
  .rounded-xl-4px {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-6px {
    border-radius: 0.375rem !important;
  }
  .rounded-xl-8px {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-10px {
    border-radius: 0.625rem !important;
  }
  .rounded-xl-12px {
    border-radius: 0.75rem !important;
  }
  .rounded-xl-16px {
    border-radius: 1rem !important;
  }
  .rounded-xl-20px {
    border-radius: 1.25rem !important;
  }
  .rounded-xl-24px {
    border-radius: 1.5rem !important;
  }
  .rounded-xl-28px {
    border-radius: 1.75rem !important;
  }
  .rounded-xl-32px {
    border-radius: 2rem !important;
  }
  .rounded-xl-48px {
    border-radius: 3rem !important;
  }
  .rounded-xl-60px {
    border-radius: 3.75rem !important;
  }
  .rounded-xl-80px {
    border-radius: 5rem !important;
  }
  .rounded-xl-pill {
    border-radius: 50rem !important;
  }
  .rounded-xl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-reset {
    border-radius: inherit !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-top-xl-4px {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-top-xl-6px {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .rounded-top-xl-8px {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .rounded-top-xl-10px {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  .rounded-top-xl-12px {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .rounded-top-xl-16px {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .rounded-top-xl-20px {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .rounded-top-xl-24px {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .rounded-top-xl-28px {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .rounded-top-xl-32px {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .rounded-top-xl-48px {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xl-60px {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .rounded-top-xl-80px {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .rounded-top-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-xl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xl-reset {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
  }
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-xl-4px {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-end-xl-6px {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-end-xl-8px {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .rounded-end-xl-10px {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  .rounded-end-xl-12px {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .rounded-end-xl-16px {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .rounded-end-xl-20px {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
  .rounded-end-xl-24px {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .rounded-end-xl-28px {
    border-top-right-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
  .rounded-end-xl-32px {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  .rounded-end-xl-48px {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xl-60px {
    border-top-right-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
  .rounded-end-xl-80px {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
  .rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-xl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xl-reset {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-xl-4px {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-bottom-xl-6px {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-bottom-xl-8px {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .rounded-bottom-xl-10px {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  .rounded-bottom-xl-12px {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .rounded-bottom-xl-16px {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .rounded-bottom-xl-20px {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
  .rounded-bottom-xl-24px {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .rounded-bottom-xl-28px {
    border-bottom-right-radius: 1.75rem !important;
    border-bottom-left-radius: 1.75rem !important;
  }
  .rounded-bottom-xl-32px {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }
  .rounded-bottom-xl-48px {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xl-60px {
    border-bottom-right-radius: 3.75rem !important;
    border-bottom-left-radius: 3.75rem !important;
  }
  .rounded-bottom-xl-80px {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
  }
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-xl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xl-reset {
    border-bottom-right-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-xl-4px {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-start-xl-6px {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .rounded-start-xl-8px {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .rounded-start-xl-10px {
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
  }
  .rounded-start-xl-12px {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }
  .rounded-start-xl-16px {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .rounded-start-xl-20px {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
  }
  .rounded-start-xl-24px {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
  }
  .rounded-start-xl-28px {
    border-bottom-left-radius: 1.75rem !important;
    border-top-left-radius: 1.75rem !important;
  }
  .rounded-start-xl-32px {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }
  .rounded-start-xl-48px {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xl-60px {
    border-bottom-left-radius: 3.75rem !important;
    border-top-left-radius: 3.75rem !important;
  }
  .rounded-start-xl-80px {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
  }
  .rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-xl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xl-reset {
    border-bottom-left-radius: inherit !important;
    border-top-left-radius: inherit !important;
  }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-contents {
    display: contents !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .shadow-xxl {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-xxl-1 {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-xxl-2 {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-xxl-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
  }
  .inset-xxl-auto {
    inset: auto !important;
  }
  .inset-xxl-0 {
    inset: 0 !important;
  }
  .inset-xxl-10 {
    inset: 10% !important;
  }
  .inset-xxl-25 {
    inset: 25% !important;
  }
  .inset-xxl-50 {
    inset: 50% !important;
  }
  .inset-xxl-75 {
    inset: 75% !important;
  }
  .inset-xxl-100 {
    inset: 100% !important;
  }
  .top-xxl-auto {
    top: auto !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-10 {
    top: 10% !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-75 {
    top: 75% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-auto {
    left: auto !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-10 {
    left: 10% !important;
  }
  .start-xxl-25 {
    left: 25% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-75 {
    left: 75% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-auto {
    right: auto !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-10 {
    right: 10% !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-75 {
    right: 75% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .w-xxl-12px {
    width: 0.75rem !important;
  }
  .w-xxl-14px {
    width: 0.875rem !important;
  }
  .w-xxl-16px {
    width: 1rem !important;
  }
  .w-xxl-18px {
    width: 1.125rem !important;
  }
  .w-xxl-20px {
    width: 1.25rem !important;
  }
  .w-xxl-24px {
    width: 1.5rem !important;
  }
  .w-xxl-32px {
    width: 2rem !important;
  }
  .w-xxl-40px {
    width: 2.5rem !important;
  }
  .w-xxl-48px {
    width: 3rem !important;
  }
  .w-xxl-56px {
    width: 3.5rem !important;
  }
  .w-xxl-64px {
    width: 4rem !important;
  }
  .w-xxl-100px {
    width: 6.25rem !important;
  }
  .w-xxl-200px {
    width: 12.5rem !important;
  }
  .w-xxl-320px {
    width: 20rem !important;
  }
  .w-xxl-420px {
    width: 26.25rem !important;
  }
  .w-xxl-480px {
    width: 30rem !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-12px {
    max-width: 0.75rem !important;
  }
  .mw-xxl-14px {
    max-width: 0.875rem !important;
  }
  .mw-xxl-16px {
    max-width: 1rem !important;
  }
  .mw-xxl-18px {
    max-width: 1.125rem !important;
  }
  .mw-xxl-20px {
    max-width: 1.25rem !important;
  }
  .mw-xxl-24px {
    max-width: 1.5rem !important;
  }
  .mw-xxl-32px {
    max-width: 2rem !important;
  }
  .mw-xxl-40px {
    max-width: 2.5rem !important;
  }
  .mw-xxl-48px {
    max-width: 3rem !important;
  }
  .mw-xxl-56px {
    max-width: 3.5rem !important;
  }
  .mw-xxl-64px {
    max-width: 4rem !important;
  }
  .mw-xxl-100px {
    max-width: 6.25rem !important;
  }
  .mw-xxl-200px {
    max-width: 12.5rem !important;
  }
  .mw-xxl-320px {
    max-width: 20rem !important;
  }
  .mw-xxl-420px {
    max-width: 26.25rem !important;
  }
  .mw-xxl-480px {
    max-width: 30rem !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mw-xxl-auto {
    max-width: auto !important;
  }
  .min-w-xxl-12px {
    min-width: 0.75rem !important;
  }
  .min-w-xxl-14px {
    min-width: 0.875rem !important;
  }
  .min-w-xxl-16px {
    min-width: 1rem !important;
  }
  .min-w-xxl-18px {
    min-width: 1.125rem !important;
  }
  .min-w-xxl-20px {
    min-width: 1.25rem !important;
  }
  .min-w-xxl-24px {
    min-width: 1.5rem !important;
  }
  .min-w-xxl-32px {
    min-width: 2rem !important;
  }
  .min-w-xxl-40px {
    min-width: 2.5rem !important;
  }
  .min-w-xxl-48px {
    min-width: 3rem !important;
  }
  .min-w-xxl-56px {
    min-width: 3.5rem !important;
  }
  .min-w-xxl-64px {
    min-width: 4rem !important;
  }
  .min-w-xxl-100px {
    min-width: 6.25rem !important;
  }
  .min-w-xxl-200px {
    min-width: 12.5rem !important;
  }
  .min-w-xxl-320px {
    min-width: 20rem !important;
  }
  .min-w-xxl-420px {
    min-width: 26.25rem !important;
  }
  .min-w-xxl-480px {
    min-width: 30rem !important;
  }
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  .h-xxl-12px {
    height: 0.75rem !important;
  }
  .h-xxl-14px {
    height: 0.875rem !important;
  }
  .h-xxl-16px {
    height: 1rem !important;
  }
  .h-xxl-18px {
    height: 1.125rem !important;
  }
  .h-xxl-20px {
    height: 1.25rem !important;
  }
  .h-xxl-24px {
    height: 1.5rem !important;
  }
  .h-xxl-32px {
    height: 2rem !important;
  }
  .h-xxl-40px {
    height: 2.5rem !important;
  }
  .h-xxl-48px {
    height: 3rem !important;
  }
  .h-xxl-56px {
    height: 3.5rem !important;
  }
  .h-xxl-64px {
    height: 4rem !important;
  }
  .h-xxl-100px {
    height: 6.25rem !important;
  }
  .h-xxl-200px {
    height: 12.5rem !important;
  }
  .h-xxl-320px {
    height: 20rem !important;
  }
  .h-xxl-420px {
    height: 26.25rem !important;
  }
  .h-xxl-480px {
    height: 30rem !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .min-h-xxl-12px {
    min-height: 0.75rem !important;
  }
  .min-h-xxl-14px {
    min-height: 0.875rem !important;
  }
  .min-h-xxl-16px {
    min-height: 1rem !important;
  }
  .min-h-xxl-18px {
    min-height: 1.125rem !important;
  }
  .min-h-xxl-20px {
    min-height: 1.25rem !important;
  }
  .min-h-xxl-24px {
    min-height: 1.5rem !important;
  }
  .min-h-xxl-32px {
    min-height: 2rem !important;
  }
  .min-h-xxl-40px {
    min-height: 2.5rem !important;
  }
  .min-h-xxl-48px {
    min-height: 3rem !important;
  }
  .min-h-xxl-56px {
    min-height: 3.5rem !important;
  }
  .min-h-xxl-64px {
    min-height: 4rem !important;
  }
  .min-h-xxl-100px {
    min-height: 6.25rem !important;
  }
  .min-h-xxl-200px {
    min-height: 12.5rem !important;
  }
  .min-h-xxl-320px {
    min-height: 20rem !important;
  }
  .min-h-xxl-420px {
    min-height: 26.25rem !important;
  }
  .min-h-xxl-480px {
    min-height: 30rem !important;
  }
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  .min-h-xxl-auto {
    min-height: auto !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0px {
    margin: 0 !important;
  }
  .m-xxl-2px {
    margin: 0.125rem !important;
  }
  .m-xxl-4px {
    margin: 0.25rem !important;
  }
  .m-xxl-6px {
    margin: 0.375rem !important;
  }
  .m-xxl-7px {
    margin: 0.4375rem !important;
  }
  .m-xxl-8px {
    margin: 0.5rem !important;
  }
  .m-xxl-10px {
    margin: 0.625rem !important;
  }
  .m-xxl-12px {
    margin: 0.75rem !important;
  }
  .m-xxl-14px {
    margin: 0.875rem !important;
  }
  .m-xxl-16px {
    margin: 1rem !important;
  }
  .m-xxl-18px {
    margin: 1.125rem !important;
  }
  .m-xxl-20px {
    margin: 1.25rem !important;
  }
  .m-xxl-24px {
    margin: 1.5rem !important;
  }
  .m-xxl-28px {
    margin: 1.75rem !important;
  }
  .m-xxl-32px {
    margin: 2rem !important;
  }
  .m-xxl-40px {
    margin: 2.5rem !important;
  }
  .m-xxl-48px {
    margin: 3rem !important;
  }
  .m-xxl-56px {
    margin: 3.5rem !important;
  }
  .m-xxl-64px {
    margin: 4rem !important;
  }
  .m-xxl-72px {
    margin: 4.5rem !important;
  }
  .m-xxl-80px {
    margin: 5rem !important;
  }
  .m-xxl-160px {
    margin: 10rem !important;
  }
  .m-xxl-header {
    margin: var(--header-height) !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xxl-4px {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-6px {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xxl-7px {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xxl-8px {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-10px {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-12px {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-14px {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xxl-16px {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-18px {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xxl-20px {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-24px {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-28px {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-32px {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-40px {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-48px {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-56px {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-64px {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-72px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-80px {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-160px {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-header {
    margin-right: var(--header-height) !important;
    margin-left: var(--header-height) !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xxl-4px {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-6px {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xxl-7px {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xxl-8px {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-12px {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-14px {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xxl-16px {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xxl-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-28px {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-32px {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-40px {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-48px {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-56px {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-64px {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-72px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-160px {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0px {
    margin-top: 0 !important;
  }
  .mt-xxl-2px {
    margin-top: 0.125rem !important;
  }
  .mt-xxl-4px {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-6px {
    margin-top: 0.375rem !important;
  }
  .mt-xxl-7px {
    margin-top: 0.4375rem !important;
  }
  .mt-xxl-8px {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-10px {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-12px {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-14px {
    margin-top: 0.875rem !important;
  }
  .mt-xxl-16px {
    margin-top: 1rem !important;
  }
  .mt-xxl-18px {
    margin-top: 1.125rem !important;
  }
  .mt-xxl-20px {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-24px {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-28px {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-32px {
    margin-top: 2rem !important;
  }
  .mt-xxl-40px {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-48px {
    margin-top: 3rem !important;
  }
  .mt-xxl-56px {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-64px {
    margin-top: 4rem !important;
  }
  .mt-xxl-72px {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-80px {
    margin-top: 5rem !important;
  }
  .mt-xxl-160px {
    margin-top: 10rem !important;
  }
  .mt-xxl-header {
    margin-top: var(--header-height) !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0px {
    margin-right: 0 !important;
  }
  .me-xxl-2px {
    margin-right: 0.125rem !important;
  }
  .me-xxl-4px {
    margin-right: 0.25rem !important;
  }
  .me-xxl-6px {
    margin-right: 0.375rem !important;
  }
  .me-xxl-7px {
    margin-right: 0.4375rem !important;
  }
  .me-xxl-8px {
    margin-right: 0.5rem !important;
  }
  .me-xxl-10px {
    margin-right: 0.625rem !important;
  }
  .me-xxl-12px {
    margin-right: 0.75rem !important;
  }
  .me-xxl-14px {
    margin-right: 0.875rem !important;
  }
  .me-xxl-16px {
    margin-right: 1rem !important;
  }
  .me-xxl-18px {
    margin-right: 1.125rem !important;
  }
  .me-xxl-20px {
    margin-right: 1.25rem !important;
  }
  .me-xxl-24px {
    margin-right: 1.5rem !important;
  }
  .me-xxl-28px {
    margin-right: 1.75rem !important;
  }
  .me-xxl-32px {
    margin-right: 2rem !important;
  }
  .me-xxl-40px {
    margin-right: 2.5rem !important;
  }
  .me-xxl-48px {
    margin-right: 3rem !important;
  }
  .me-xxl-56px {
    margin-right: 3.5rem !important;
  }
  .me-xxl-64px {
    margin-right: 4rem !important;
  }
  .me-xxl-72px {
    margin-right: 4.5rem !important;
  }
  .me-xxl-80px {
    margin-right: 5rem !important;
  }
  .me-xxl-160px {
    margin-right: 10rem !important;
  }
  .me-xxl-header {
    margin-right: var(--header-height) !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0px {
    margin-bottom: 0 !important;
  }
  .mb-xxl-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-xxl-4px {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-6px {
    margin-bottom: 0.375rem !important;
  }
  .mb-xxl-7px {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xxl-8px {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-10px {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-12px {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-14px {
    margin-bottom: 0.875rem !important;
  }
  .mb-xxl-16px {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-18px {
    margin-bottom: 1.125rem !important;
  }
  .mb-xxl-20px {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-24px {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-28px {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-32px {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-40px {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-48px {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-56px {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-64px {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-72px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-80px {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-160px {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-header {
    margin-bottom: var(--header-height) !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0px {
    margin-left: 0 !important;
  }
  .ms-xxl-2px {
    margin-left: 0.125rem !important;
  }
  .ms-xxl-4px {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-6px {
    margin-left: 0.375rem !important;
  }
  .ms-xxl-7px {
    margin-left: 0.4375rem !important;
  }
  .ms-xxl-8px {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-10px {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-12px {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-14px {
    margin-left: 0.875rem !important;
  }
  .ms-xxl-16px {
    margin-left: 1rem !important;
  }
  .ms-xxl-18px {
    margin-left: 1.125rem !important;
  }
  .ms-xxl-20px {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-24px {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-28px {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-32px {
    margin-left: 2rem !important;
  }
  .ms-xxl-40px {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-48px {
    margin-left: 3rem !important;
  }
  .ms-xxl-56px {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-64px {
    margin-left: 4rem !important;
  }
  .ms-xxl-72px {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-80px {
    margin-left: 5rem !important;
  }
  .ms-xxl-160px {
    margin-left: 10rem !important;
  }
  .ms-xxl-header {
    margin-left: var(--header-height) !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n0px {
    margin: 0 !important;
  }
  .m-xxl-n2px {
    margin: -0.125rem !important;
  }
  .m-xxl-n4px {
    margin: -0.25rem !important;
  }
  .m-xxl-n6px {
    margin: -0.375rem !important;
  }
  .m-xxl-n7px {
    margin: -0.4375rem !important;
  }
  .m-xxl-n8px {
    margin: -0.5rem !important;
  }
  .m-xxl-n10px {
    margin: -0.625rem !important;
  }
  .m-xxl-n12px {
    margin: -0.75rem !important;
  }
  .m-xxl-n14px {
    margin: -0.875rem !important;
  }
  .m-xxl-n16px {
    margin: -1rem !important;
  }
  .m-xxl-n18px {
    margin: -1.125rem !important;
  }
  .m-xxl-n20px {
    margin: -1.25rem !important;
  }
  .m-xxl-n24px {
    margin: -1.5rem !important;
  }
  .m-xxl-n28px {
    margin: -1.75rem !important;
  }
  .m-xxl-n32px {
    margin: -2rem !important;
  }
  .m-xxl-n40px {
    margin: -2.5rem !important;
  }
  .m-xxl-n48px {
    margin: -3rem !important;
  }
  .m-xxl-n56px {
    margin: -3.5rem !important;
  }
  .m-xxl-n64px {
    margin: -4rem !important;
  }
  .m-xxl-n72px {
    margin: -4.5rem !important;
  }
  .m-xxl-n80px {
    margin: -5rem !important;
  }
  .m-xxl-n160px {
    margin: -10rem !important;
  }
  .m-xxl-nheader {
    margin: -var(--header-height) !important;
  }
  .mx-xxl-n0px {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xxl-n4px {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n6px {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xxl-n7px {
    margin-right: -0.4375rem !important;
    margin-left: -0.4375rem !important;
  }
  .mx-xxl-n8px {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n10px {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xxl-n12px {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n14px {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important;
  }
  .mx-xxl-n16px {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n18px {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }
  .mx-xxl-n20px {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n24px {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n28px {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n32px {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n40px {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n48px {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n56px {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n64px {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n72px {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n80px {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n160px {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-nheader {
    margin-right: -var(--header-height) !important;
    margin-left: -var(--header-height) !important;
  }
  .my-xxl-n0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xxl-n4px {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n6px {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xxl-n7px {
    margin-top: -0.4375rem !important;
    margin-bottom: -0.4375rem !important;
  }
  .my-xxl-n8px {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xxl-n12px {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n14px {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .my-xxl-n16px {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .my-xxl-n20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n28px {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n32px {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n40px {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n48px {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n56px {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n64px {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n72px {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n160px {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-nheader {
    margin-top: -var(--header-height) !important;
    margin-bottom: -var(--header-height) !important;
  }
  .mt-xxl-n0px {
    margin-top: 0 !important;
  }
  .mt-xxl-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-xxl-n4px {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n6px {
    margin-top: -0.375rem !important;
  }
  .mt-xxl-n7px {
    margin-top: -0.4375rem !important;
  }
  .mt-xxl-n8px {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n10px {
    margin-top: -0.625rem !important;
  }
  .mt-xxl-n12px {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n14px {
    margin-top: -0.875rem !important;
  }
  .mt-xxl-n16px {
    margin-top: -1rem !important;
  }
  .mt-xxl-n18px {
    margin-top: -1.125rem !important;
  }
  .mt-xxl-n20px {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n24px {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n28px {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n32px {
    margin-top: -2rem !important;
  }
  .mt-xxl-n40px {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n48px {
    margin-top: -3rem !important;
  }
  .mt-xxl-n56px {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n64px {
    margin-top: -4rem !important;
  }
  .mt-xxl-n72px {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n80px {
    margin-top: -5rem !important;
  }
  .mt-xxl-n160px {
    margin-top: -10rem !important;
  }
  .mt-xxl-nheader {
    margin-top: -var(--header-height) !important;
  }
  .me-xxl-n0px {
    margin-right: 0 !important;
  }
  .me-xxl-n2px {
    margin-right: -0.125rem !important;
  }
  .me-xxl-n4px {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n6px {
    margin-right: -0.375rem !important;
  }
  .me-xxl-n7px {
    margin-right: -0.4375rem !important;
  }
  .me-xxl-n8px {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n10px {
    margin-right: -0.625rem !important;
  }
  .me-xxl-n12px {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n14px {
    margin-right: -0.875rem !important;
  }
  .me-xxl-n16px {
    margin-right: -1rem !important;
  }
  .me-xxl-n18px {
    margin-right: -1.125rem !important;
  }
  .me-xxl-n20px {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n24px {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n28px {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n32px {
    margin-right: -2rem !important;
  }
  .me-xxl-n40px {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n48px {
    margin-right: -3rem !important;
  }
  .me-xxl-n56px {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n64px {
    margin-right: -4rem !important;
  }
  .me-xxl-n72px {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n80px {
    margin-right: -5rem !important;
  }
  .me-xxl-n160px {
    margin-right: -10rem !important;
  }
  .me-xxl-nheader {
    margin-right: -var(--header-height) !important;
  }
  .mb-xxl-n0px {
    margin-bottom: 0 !important;
  }
  .mb-xxl-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-xxl-n4px {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n6px {
    margin-bottom: -0.375rem !important;
  }
  .mb-xxl-n7px {
    margin-bottom: -0.4375rem !important;
  }
  .mb-xxl-n8px {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n10px {
    margin-bottom: -0.625rem !important;
  }
  .mb-xxl-n12px {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n14px {
    margin-bottom: -0.875rem !important;
  }
  .mb-xxl-n16px {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n18px {
    margin-bottom: -1.125rem !important;
  }
  .mb-xxl-n20px {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n24px {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n28px {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n32px {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n40px {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n48px {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n56px {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n64px {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n72px {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n80px {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n160px {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-nheader {
    margin-bottom: -var(--header-height) !important;
  }
  .ms-xxl-n0px {
    margin-left: 0 !important;
  }
  .ms-xxl-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-xxl-n4px {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n6px {
    margin-left: -0.375rem !important;
  }
  .ms-xxl-n7px {
    margin-left: -0.4375rem !important;
  }
  .ms-xxl-n8px {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n10px {
    margin-left: -0.625rem !important;
  }
  .ms-xxl-n12px {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n14px {
    margin-left: -0.875rem !important;
  }
  .ms-xxl-n16px {
    margin-left: -1rem !important;
  }
  .ms-xxl-n18px {
    margin-left: -1.125rem !important;
  }
  .ms-xxl-n20px {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n24px {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n28px {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n32px {
    margin-left: -2rem !important;
  }
  .ms-xxl-n40px {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n48px {
    margin-left: -3rem !important;
  }
  .ms-xxl-n56px {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n64px {
    margin-left: -4rem !important;
  }
  .ms-xxl-n72px {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n80px {
    margin-left: -5rem !important;
  }
  .ms-xxl-n160px {
    margin-left: -10rem !important;
  }
  .ms-xxl-nheader {
    margin-left: -var(--header-height) !important;
  }
  .p-xxl-0px {
    padding: 0 !important;
  }
  .p-xxl-2px {
    padding: 0.125rem !important;
  }
  .p-xxl-4px {
    padding: 0.25rem !important;
  }
  .p-xxl-6px {
    padding: 0.375rem !important;
  }
  .p-xxl-7px {
    padding: 0.4375rem !important;
  }
  .p-xxl-8px {
    padding: 0.5rem !important;
  }
  .p-xxl-10px {
    padding: 0.625rem !important;
  }
  .p-xxl-12px {
    padding: 0.75rem !important;
  }
  .p-xxl-14px {
    padding: 0.875rem !important;
  }
  .p-xxl-16px {
    padding: 1rem !important;
  }
  .p-xxl-18px {
    padding: 1.125rem !important;
  }
  .p-xxl-20px {
    padding: 1.25rem !important;
  }
  .p-xxl-24px {
    padding: 1.5rem !important;
  }
  .p-xxl-28px {
    padding: 1.75rem !important;
  }
  .p-xxl-32px {
    padding: 2rem !important;
  }
  .p-xxl-40px {
    padding: 2.5rem !important;
  }
  .p-xxl-48px {
    padding: 3rem !important;
  }
  .p-xxl-56px {
    padding: 3.5rem !important;
  }
  .p-xxl-64px {
    padding: 4rem !important;
  }
  .p-xxl-72px {
    padding: 4.5rem !important;
  }
  .p-xxl-80px {
    padding: 5rem !important;
  }
  .p-xxl-160px {
    padding: 10rem !important;
  }
  .p-xxl-header {
    padding: var(--header-height) !important;
  }
  .px-xxl-0px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xxl-4px {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-6px {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xxl-7px {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xxl-8px {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-10px {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-12px {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-14px {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xxl-16px {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-18px {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xxl-20px {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-24px {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-28px {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-32px {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-40px {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-48px {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-56px {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-64px {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-72px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-80px {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-160px {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-header {
    padding-right: var(--header-height) !important;
    padding-left: var(--header-height) !important;
  }
  .py-xxl-0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xxl-4px {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-6px {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xxl-7px {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xxl-8px {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-12px {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-14px {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xxl-16px {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xxl-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-28px {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-32px {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-40px {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-48px {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-56px {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-64px {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-72px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-160px {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .pt-xxl-0px {
    padding-top: 0 !important;
  }
  .pt-xxl-2px {
    padding-top: 0.125rem !important;
  }
  .pt-xxl-4px {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-6px {
    padding-top: 0.375rem !important;
  }
  .pt-xxl-7px {
    padding-top: 0.4375rem !important;
  }
  .pt-xxl-8px {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-10px {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-12px {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-14px {
    padding-top: 0.875rem !important;
  }
  .pt-xxl-16px {
    padding-top: 1rem !important;
  }
  .pt-xxl-18px {
    padding-top: 1.125rem !important;
  }
  .pt-xxl-20px {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-24px {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-28px {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-32px {
    padding-top: 2rem !important;
  }
  .pt-xxl-40px {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-48px {
    padding-top: 3rem !important;
  }
  .pt-xxl-56px {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-64px {
    padding-top: 4rem !important;
  }
  .pt-xxl-72px {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-80px {
    padding-top: 5rem !important;
  }
  .pt-xxl-160px {
    padding-top: 10rem !important;
  }
  .pt-xxl-header {
    padding-top: var(--header-height) !important;
  }
  .pe-xxl-0px {
    padding-right: 0 !important;
  }
  .pe-xxl-2px {
    padding-right: 0.125rem !important;
  }
  .pe-xxl-4px {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-6px {
    padding-right: 0.375rem !important;
  }
  .pe-xxl-7px {
    padding-right: 0.4375rem !important;
  }
  .pe-xxl-8px {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-10px {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-12px {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-14px {
    padding-right: 0.875rem !important;
  }
  .pe-xxl-16px {
    padding-right: 1rem !important;
  }
  .pe-xxl-18px {
    padding-right: 1.125rem !important;
  }
  .pe-xxl-20px {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-24px {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-28px {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-32px {
    padding-right: 2rem !important;
  }
  .pe-xxl-40px {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-48px {
    padding-right: 3rem !important;
  }
  .pe-xxl-56px {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-64px {
    padding-right: 4rem !important;
  }
  .pe-xxl-72px {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-80px {
    padding-right: 5rem !important;
  }
  .pe-xxl-160px {
    padding-right: 10rem !important;
  }
  .pe-xxl-header {
    padding-right: var(--header-height) !important;
  }
  .pb-xxl-0px {
    padding-bottom: 0 !important;
  }
  .pb-xxl-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-xxl-4px {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-6px {
    padding-bottom: 0.375rem !important;
  }
  .pb-xxl-7px {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xxl-8px {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-10px {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-12px {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-14px {
    padding-bottom: 0.875rem !important;
  }
  .pb-xxl-16px {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-18px {
    padding-bottom: 1.125rem !important;
  }
  .pb-xxl-20px {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-24px {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-28px {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-32px {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-40px {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-48px {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-56px {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-64px {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-72px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-80px {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-160px {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-header {
    padding-bottom: var(--header-height) !important;
  }
  .ps-xxl-0px {
    padding-left: 0 !important;
  }
  .ps-xxl-2px {
    padding-left: 0.125rem !important;
  }
  .ps-xxl-4px {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-6px {
    padding-left: 0.375rem !important;
  }
  .ps-xxl-7px {
    padding-left: 0.4375rem !important;
  }
  .ps-xxl-8px {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-10px {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-12px {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-14px {
    padding-left: 0.875rem !important;
  }
  .ps-xxl-16px {
    padding-left: 1rem !important;
  }
  .ps-xxl-18px {
    padding-left: 1.125rem !important;
  }
  .ps-xxl-20px {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-24px {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-28px {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-32px {
    padding-left: 2rem !important;
  }
  .ps-xxl-40px {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-48px {
    padding-left: 3rem !important;
  }
  .ps-xxl-56px {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-64px {
    padding-left: 4rem !important;
  }
  .ps-xxl-72px {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-80px {
    padding-left: 5rem !important;
  }
  .ps-xxl-160px {
    padding-left: 10rem !important;
  }
  .ps-xxl-header {
    padding-left: var(--header-height) !important;
  }
  .gap-xxl-0px {
    gap: 0 !important;
  }
  .gap-xxl-2px {
    gap: 0.125rem !important;
  }
  .gap-xxl-4px {
    gap: 0.25rem !important;
  }
  .gap-xxl-6px {
    gap: 0.375rem !important;
  }
  .gap-xxl-7px {
    gap: 0.4375rem !important;
  }
  .gap-xxl-8px {
    gap: 0.5rem !important;
  }
  .gap-xxl-10px {
    gap: 0.625rem !important;
  }
  .gap-xxl-12px {
    gap: 0.75rem !important;
  }
  .gap-xxl-14px {
    gap: 0.875rem !important;
  }
  .gap-xxl-16px {
    gap: 1rem !important;
  }
  .gap-xxl-18px {
    gap: 1.125rem !important;
  }
  .gap-xxl-20px {
    gap: 1.25rem !important;
  }
  .gap-xxl-24px {
    gap: 1.5rem !important;
  }
  .gap-xxl-28px {
    gap: 1.75rem !important;
  }
  .gap-xxl-32px {
    gap: 2rem !important;
  }
  .gap-xxl-40px {
    gap: 2.5rem !important;
  }
  .gap-xxl-48px {
    gap: 3rem !important;
  }
  .gap-xxl-56px {
    gap: 3.5rem !important;
  }
  .gap-xxl-64px {
    gap: 4rem !important;
  }
  .gap-xxl-72px {
    gap: 4.5rem !important;
  }
  .gap-xxl-80px {
    gap: 5rem !important;
  }
  .gap-xxl-160px {
    gap: 10rem !important;
  }
  .gap-xxl-header {
    gap: var(--header-height) !important;
  }
  .row-gap-xxl-0px {
    row-gap: 0 !important;
  }
  .row-gap-xxl-2px {
    row-gap: 0.125rem !important;
  }
  .row-gap-xxl-4px {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-6px {
    row-gap: 0.375rem !important;
  }
  .row-gap-xxl-7px {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xxl-8px {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-10px {
    row-gap: 0.625rem !important;
  }
  .row-gap-xxl-12px {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-14px {
    row-gap: 0.875rem !important;
  }
  .row-gap-xxl-16px {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-18px {
    row-gap: 1.125rem !important;
  }
  .row-gap-xxl-20px {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-24px {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-28px {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-32px {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-40px {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-48px {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-56px {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-64px {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-72px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-80px {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-160px {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-header {
    row-gap: var(--header-height) !important;
  }
  .column-gap-xxl-0px {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-2px {
    -webkit-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  .column-gap-xxl-4px {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-6px {
    -webkit-column-gap: 0.375rem !important;
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  .column-gap-xxl-7px {
    -webkit-column-gap: 0.4375rem !important;
    -moz-column-gap: 0.4375rem !important;
    column-gap: 0.4375rem !important;
  }
  .column-gap-xxl-8px {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-10px {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-xxl-12px {
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-14px {
    -webkit-column-gap: 0.875rem !important;
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  .column-gap-xxl-16px {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-18px {
    -webkit-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
  }
  .column-gap-xxl-20px {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-24px {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-28px {
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .column-gap-xxl-32px {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xxl-40px {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-48px {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xxl-56px {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-64px {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xxl-72px {
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  .column-gap-xxl-80px {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xxl-160px {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xxl-header {
    -webkit-column-gap: var(--header-height) !important;
    -moz-column-gap: var(--header-height) !important;
    column-gap: var(--header-height) !important;
  }
  .fs-xxl-1 {
    font-size: 3.125rem !important;
  }
  .fs-xxl-2 {
    font-size: 2.75rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.625rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxl-6px {
    font-size: 0.375rem !important;
  }
  .fs-xxl-8px {
    font-size: 0.5rem !important;
  }
  .fs-xxl-10px {
    font-size: 0.625rem !important;
  }
  .fs-xxl-12px {
    font-size: 0.75rem !important;
  }
  .fs-xxl-13px {
    font-size: 0.8125rem !important;
  }
  .fs-xxl-14px {
    font-size: 0.875rem !important;
  }
  .fs-xxl-16px {
    font-size: 1rem !important;
  }
  .fs-xxl-18px {
    font-size: 1.125rem !important;
  }
  .fs-xxl-20px {
    font-size: 1.25rem !important;
  }
  .fs-xxl-24px {
    font-size: 1.5rem !important;
  }
  .fs-xxl-28px {
    font-size: 1.75rem !important;
  }
  .fs-xxl-32px {
    font-size: 2rem !important;
  }
  .fs-xxl-36px {
    font-size: 2.25rem !important;
  }
  .fs-xxl-38px {
    font-size: 2.375rem !important;
  }
  .fs-xxl-40px {
    font-size: 2.5rem !important;
  }
  .fs-xxl-50px {
    font-size: 3.125rem !important;
  }
  .fs-xxl-60px {
    font-size: 3.75rem !important;
  }
  .fs-xxl-reset {
    font-size: inherit !important;
  }
  .fw-xxl-reset {
    font-weight: inherit !important;
  }
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-medium {
    font-weight: 500 !important;
  }
  .fw-xxl-semibold {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: bolder !important;
  }
  .ls-xxl-n5 {
    letter-spacing: -0.05em !important;
  }
  .ls-xxl-normal {
    letter-spacing: normal !important;
  }
  .ls-xxl-reset {
    letter-spacing: inherit !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .bs-bg-xxl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-gray-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-title {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-title-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bs-bg-xxl-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bs-bg-xxl-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-position-xxl-center {
    background-position: center !important;
  }
  .bg-position-xxl-center-end {
    background-position: center right !important;
  }
  .bg-position-xxl-center-start {
    background-position: center left !important;
  }
  .bg-position-xxl-top {
    background-position: top !important;
  }
  .bg-position-xxl-bottom {
    background-position: bottom !important;
  }
  .bg-repeat-xxl-norepeat {
    background-repeat: no-repeat !important;
  }
  .bg-repeat-xxl-repeat {
    background-repeat: repeat !important;
  }
  .bg-repeat-xxl-x-repeat {
    background-repeat: repeat-x !important;
  }
  .bg-size-xxl-cover {
    background-size: cover !important;
  }
  .bg-size-xxl-contain {
    background-size: contain !important;
  }
  .bg-size-xxl-auto {
    background-size: auto !important;
  }
  .bg-opacity-xxl-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl-100 {
    --bs-bg-opacity: 1;
  }
  .bg-gradient-xxl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  .bg-gradient-xxl-primary-to-success {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7b114), to(#62b67c)) !important;
    background-image: linear-gradient(90deg, #f7b114, #62b67c) !important;
  }
  .bg-gradient-xxl-success-to-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#62b67c), to(#f7b114)) !important;
    background-image: linear-gradient(90deg, #62b67c, #f7b114) !important;
  }
  .bg-gradient-xxl-none {
    background-image: none !important;
  }
  .rounded-xxl-4px {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-6px {
    border-radius: 0.375rem !important;
  }
  .rounded-xxl-8px {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-10px {
    border-radius: 0.625rem !important;
  }
  .rounded-xxl-12px {
    border-radius: 0.75rem !important;
  }
  .rounded-xxl-16px {
    border-radius: 1rem !important;
  }
  .rounded-xxl-20px {
    border-radius: 1.25rem !important;
  }
  .rounded-xxl-24px {
    border-radius: 1.5rem !important;
  }
  .rounded-xxl-28px {
    border-radius: 1.75rem !important;
  }
  .rounded-xxl-32px {
    border-radius: 2rem !important;
  }
  .rounded-xxl-48px {
    border-radius: 3rem !important;
  }
  .rounded-xxl-60px {
    border-radius: 3.75rem !important;
  }
  .rounded-xxl-80px {
    border-radius: 5rem !important;
  }
  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }
  .rounded-xxl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-reset {
    border-radius: inherit !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-top-xxl-4px {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-top-xxl-6px {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .rounded-top-xxl-8px {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .rounded-top-xxl-10px {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  .rounded-top-xxl-12px {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .rounded-top-xxl-16px {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .rounded-top-xxl-20px {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .rounded-top-xxl-24px {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .rounded-top-xxl-28px {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .rounded-top-xxl-32px {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .rounded-top-xxl-48px {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xxl-60px {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .rounded-top-xxl-80px {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .rounded-top-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  .rounded-top-xxl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl-reset {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
  }
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-xxl-4px {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-end-xxl-6px {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-end-xxl-8px {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .rounded-end-xxl-10px {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  .rounded-end-xxl-12px {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .rounded-end-xxl-16px {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .rounded-end-xxl-20px {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
  .rounded-end-xxl-24px {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .rounded-end-xxl-28px {
    border-top-right-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
  .rounded-end-xxl-32px {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  .rounded-end-xxl-48px {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xxl-60px {
    border-top-right-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
  .rounded-end-xxl-80px {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
  .rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  .rounded-end-xxl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl-reset {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-xxl-4px {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-bottom-xxl-6px {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-bottom-xxl-8px {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .rounded-bottom-xxl-10px {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  .rounded-bottom-xxl-12px {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .rounded-bottom-xxl-16px {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .rounded-bottom-xxl-20px {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
  .rounded-bottom-xxl-24px {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .rounded-bottom-xxl-28px {
    border-bottom-right-radius: 1.75rem !important;
    border-bottom-left-radius: 1.75rem !important;
  }
  .rounded-bottom-xxl-32px {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }
  .rounded-bottom-xxl-48px {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xxl-60px {
    border-bottom-right-radius: 3.75rem !important;
    border-bottom-left-radius: 3.75rem !important;
  }
  .rounded-bottom-xxl-80px {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
  }
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  .rounded-bottom-xxl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl-reset {
    border-bottom-right-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-xxl-4px {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-start-xxl-6px {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .rounded-start-xxl-8px {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .rounded-start-xxl-10px {
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
  }
  .rounded-start-xxl-12px {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
  }
  .rounded-start-xxl-16px {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .rounded-start-xxl-20px {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
  }
  .rounded-start-xxl-24px {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
  }
  .rounded-start-xxl-28px {
    border-bottom-left-radius: 1.75rem !important;
    border-top-left-radius: 1.75rem !important;
  }
  .rounded-start-xxl-32px {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }
  .rounded-start-xxl-48px {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xxl-60px {
    border-bottom-left-radius: 3.75rem !important;
    border-top-left-radius: 3.75rem !important;
  }
  .rounded-start-xxl-80px {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important;
  }
  .rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-start-xxl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl-reset {
    border-bottom-left-radius: inherit !important;
    border-top-left-radius: inherit !important;
  }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-contents {
    display: contents !important;
  }
  .d-print-none {
    display: none !important;
  }
}