@charset "UTF-8";
/*BASE SCSS*/
/* BREAKPOINTS ------------------------------------------------------------------------------------------*/
/* SPACING ------------------------------------------------------------------------------------------*/
/* COLORS ------------------------------------------------------------------------------------------*/
/*PRINCIPAL*/
/*THEME COLORS*/
/* SLICK FONTS ------------------------------------------------------------------------------------------*/
/* FONT SIZE ------------------------------------------------------------------------------------------*/
/* SIZING ------------------------------------------------------------------------------------------*/
/*UTILITIES*/
@import url("//fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "VAG Rounded Next Extra";
  src: url("../assets/fonts/VAGRoundedNext-ExtraBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VAG Rounded Next Heavy";
  src: url("../assets/fonts/VAGRoundedNext-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary_blue: #24ABE1;
  --bs-primary_red: #E1382C;
  --bs-primary_darkblue: #141A3D;
  --bs-primary_lightblue: #F3F5FF;
  --bs-primary_yellow: #FFD700;
  --bs-primary_silver: #CFCFD0;
  --bs-primary_bronze: #D78315;
  --bs-basic_black: #000;
  --bs-basic_grey: #7A7A7A;
  --bs-basic_white: #FFF;
  --bs-basic_border: rgba(255, 255, 255, 0.19);
  --bs-basic_bg_sidebar: #F6F6F6;
  --bs-basic_bg: #F5F5F5;
  --bs-primary_blue-rgb: 36, 171, 225;
  --bs-primary_red-rgb: 225, 56, 44;
  --bs-primary_darkblue-rgb: 20, 26, 61;
  --bs-primary_lightblue-rgb: 243, 245, 255;
  --bs-primary_yellow-rgb: 255, 215, 0;
  --bs-primary_silver-rgb: 207, 207, 208;
  --bs-primary_bronze-rgb: 215, 131, 21;
  --bs-basic_black-rgb: 0, 0, 0;
  --bs-basic_grey-rgb: 122, 122, 122;
  --bs-basic_white-rgb: 255, 255, 255;
  --bs-basic_border-rgb: 255, 255, 255;
  --bs-basic_bg_sidebar-rgb: 246, 246, 246;
  --bs-basic_bg-rgb: 245, 245, 245;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --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(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: underline;
}
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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -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;
}

::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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 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);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xxxs: 0;
  --bs-breakpoint-xxs: 375px;
  --bs-breakpoint-xs: 425px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1440px;
  --bs-breakpoint-xxxl: 1512px;
  --bs-breakpoint-xxxxl: 1680px;
  --bs-breakpoint-xxxxxl: 1920px;
}

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

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 375px) {
  .grid .g-col-xxs-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxs-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxs-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxs-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxs-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxs-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxs-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxs-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxs-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxs-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxs-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxs-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxs-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxs-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxs-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxs-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxs-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxs-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxs-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxs-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 425px) {
  .grid .g-col-xs-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xs-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xs-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xs-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xs-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xs-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xs-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xs-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xs-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xs-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xs-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xs-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xs-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xs-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xs-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xs-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xs-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xs-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xs-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1440px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1512px) {
  .grid .g-col-xxxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1680px) {
  .grid .g-col-xxxxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxxxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxxxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxxxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxxxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxxxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxxxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxxxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxxxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxxxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxxxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxxxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxxxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxxxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxxxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxxxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxxxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxxxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxxxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxxxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxxxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxxxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxxxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1920px) {
  .grid .g-col-xxxxxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxxxxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxxxxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxxxxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxxxxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxxxxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxxxxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxxxxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxxxxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxxxxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxxxxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxxxxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxxxxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxxxxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxxxxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxxxxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxxxxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxxxxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxxxxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxxxxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxxxxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxxxxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxxxxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}

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

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

.g-15,
.gx-15 {
  --bs-gutter-x: 15rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15rem;
}

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

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

.g-25,
.gx-25 {
  --bs-gutter-x: 25rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 25rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30rem;
}

@media (min-width: 375px) {
  .col-xxs {
    flex: 1 0 0%;
  }
  .row-cols-xxs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .g-xxs-0,
  .gx-xxs-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxs-0,
  .gy-xxs-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxs-1,
  .gx-xxs-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxs-1,
  .gy-xxs-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxs-2,
  .gx-xxs-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxs-2,
  .gy-xxs-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxs-3,
  .gx-xxs-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxs-3,
  .gy-xxs-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxs-4,
  .gx-xxs-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxs-4,
  .gy-xxs-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxs-5,
  .gx-xxs-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxs-5,
  .gy-xxs-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxs-6,
  .gx-xxs-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxs-6,
  .gy-xxs-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxs-7,
  .gx-xxs-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxs-7,
  .gy-xxs-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxs-8,
  .gx-xxs-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxs-8,
  .gy-xxs-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxs-9,
  .gx-xxs-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxs-9,
  .gy-xxs-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxs-10,
  .gx-xxs-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxs-10,
  .gy-xxs-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxs-15,
  .gx-xxs-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxs-15,
  .gy-xxs-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxs-20,
  .gx-xxs-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxs-20,
  .gy-xxs-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xxs-25,
  .gx-xxs-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xxs-25,
  .gy-xxs-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xxs-30,
  .gx-xxs-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xxs-30,
  .gy-xxs-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 425px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xs-20,
  .gx-xs-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xs-20,
  .gy-xs-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xs-25,
  .gx-xs-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xs-25,
  .gy-xs-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xs-30,
  .gx-xs-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xs-30,
  .gy-xs-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 25rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 25rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0rem;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 25rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 25rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1512px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxl-15,
  .gx-xxxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxl-15,
  .gy-xxxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xxxl-25,
  .gx-xxxl-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xxxl-25,
  .gy-xxxl-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xxxl-30,
  .gx-xxxl-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xxxl-30,
  .gy-xxxl-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1680px) {
  .col-xxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxxl-6,
  .gx-xxxxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxxl-6,
  .gy-xxxxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxxl-7,
  .gx-xxxxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxxxl-7,
  .gy-xxxxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxxxl-8,
  .gx-xxxxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxxl-8,
  .gy-xxxxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxxl-9,
  .gx-xxxxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxxl-9,
  .gy-xxxxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxxxl-10,
  .gx-xxxxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxxl-10,
  .gy-xxxxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxxl-15,
  .gx-xxxxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxxl-15,
  .gy-xxxxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxxl-20,
  .gx-xxxxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxxl-20,
  .gy-xxxxl-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xxxxl-25,
  .gx-xxxxl-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xxxxl-25,
  .gy-xxxxl-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xxxxl-30,
  .gx-xxxxl-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xxxxl-30,
  .gy-xxxxl-30 {
    --bs-gutter-y: 30rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxxl-0,
  .gx-xxxxxl-0 {
    --bs-gutter-x: 0rem;
  }
  .g-xxxxxl-0,
  .gy-xxxxxl-0 {
    --bs-gutter-y: 0rem;
  }
  .g-xxxxxl-1,
  .gx-xxxxxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxxxl-1,
  .gy-xxxxxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxxxl-2,
  .gx-xxxxxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxxxl-2,
  .gy-xxxxxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxxxl-3,
  .gx-xxxxxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxxxl-3,
  .gy-xxxxxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxxxl-4,
  .gx-xxxxxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxxxl-4,
  .gy-xxxxxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxxxl-5,
  .gx-xxxxxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxxxl-5,
  .gy-xxxxxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxxxl-6,
  .gx-xxxxxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxxxl-6,
  .gy-xxxxxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxxxl-7,
  .gx-xxxxxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxxxxl-7,
  .gy-xxxxxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxxxxl-8,
  .gx-xxxxxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxxxl-8,
  .gy-xxxxxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxxxl-9,
  .gx-xxxxxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxxxl-9,
  .gy-xxxxxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxxxxl-10,
  .gx-xxxxxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxxxl-10,
  .gy-xxxxxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxxxl-15,
  .gx-xxxxxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxxxl-15,
  .gy-xxxxxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxxxl-20,
  .gx-xxxxxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxxxl-20,
  .gy-xxxxxl-20 {
    --bs-gutter-y: 20rem;
  }
  .g-xxxxxl-25,
  .gx-xxxxxl-25 {
    --bs-gutter-x: 25rem;
  }
  .g-xxxxxl-25,
  .gy-xxxxxl-25 {
    --bs-gutter-y: 25rem;
  }
  .g-xxxxxl-30,
  .gx-xxxxxl-30 {
    --bs-gutter-x: 30rem;
  }
  .g-xxxxxl-30,
  .gy-xxxxxl-30 {
    --bs-gutter-y: 30rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

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

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 374.98px) {
  .table-responsive-xxs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 424.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1511.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxxxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 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;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .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;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .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%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

[data-bs-theme=dark] .form-switch .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");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: 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 .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.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='%23198754' 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.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  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 + 0.75rem));
}

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

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  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 .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  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 + 0.75rem));
}

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --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: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --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-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .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);
}

.btn-primary_blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #24ABE1;
  --bs-btn-border-color: #24ABE1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(30.6, 145.35, 191.25);
  --bs-btn-hover-border-color: rgb(28.8, 136.8, 180);
  --bs-btn-focus-shadow-rgb: 69, 184, 230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(28.8, 136.8, 180);
  --bs-btn-active-border-color: rgb(27, 128.25, 168.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #24ABE1;
  --bs-btn-disabled-border-color: #24ABE1;
}

.btn-primary_red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E1382C;
  --bs-btn-border-color: #E1382C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(191.25, 47.6, 37.4);
  --bs-btn-hover-border-color: rgb(180, 44.8, 35.2);
  --bs-btn-focus-shadow-rgb: 230, 86, 76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(180, 44.8, 35.2);
  --bs-btn-active-border-color: rgb(168.75, 42, 33);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E1382C;
  --bs-btn-disabled-border-color: #E1382C;
}

.btn-primary_darkblue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #141A3D;
  --bs-btn-border-color: #141A3D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 22.1, 51.85);
  --bs-btn-hover-border-color: rgb(16, 20.8, 48.8);
  --bs-btn-focus-shadow-rgb: 55, 60, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(16, 20.8, 48.8);
  --bs-btn-active-border-color: rgb(15, 19.5, 45.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #141A3D;
  --bs-btn-disabled-border-color: #141A3D;
}

.btn-primary_lightblue {
  --bs-btn-color: #000;
  --bs-btn-bg: #F3F5FF;
  --bs-btn-border-color: #F3F5FF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(244.8, 246.5, 255);
  --bs-btn-hover-border-color: rgb(244.2, 246, 255);
  --bs-btn-focus-shadow-rgb: 207, 208, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.4, 247, 255);
  --bs-btn-active-border-color: rgb(244.2, 246, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F3F5FF;
  --bs-btn-disabled-border-color: #F3F5FF;
}

.btn-primary_yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFD700;
  --bs-btn-border-color: #FFD700;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 221, 38.25);
  --bs-btn-hover-border-color: rgb(255, 219, 25.5);
  --bs-btn-focus-shadow-rgb: 217, 183, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffdf33;
  --bs-btn-active-border-color: rgb(255, 219, 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: #FFD700;
  --bs-btn-disabled-border-color: #FFD700;
}

.btn-primary_silver {
  --bs-btn-color: #000;
  --bs-btn-bg: #CFCFD0;
  --bs-btn-border-color: #CFCFD0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(214.2, 214.2, 215.05);
  --bs-btn-hover-border-color: rgb(211.8, 211.8, 212.7);
  --bs-btn-focus-shadow-rgb: 176, 176, 177;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(216.6, 216.6, 217.4);
  --bs-btn-active-border-color: rgb(211.8, 211.8, 212.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #CFCFD0;
  --bs-btn-disabled-border-color: #CFCFD0;
}

.btn-primary_bronze {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D78315;
  --bs-btn-border-color: #D78315;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(182.75, 111.35, 17.85);
  --bs-btn-hover-border-color: rgb(172, 104.8, 16.8);
  --bs-btn-focus-shadow-rgb: 221, 150, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(172, 104.8, 16.8);
  --bs-btn-active-border-color: rgb(161.25, 98.25, 15.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D78315;
  --bs-btn-disabled-border-color: #D78315;
}

.btn-basic_black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-basic_grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7A7A7A;
  --bs-btn-border-color: #7A7A7A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(103.7, 103.7, 103.7);
  --bs-btn-hover-border-color: rgb(97.6, 97.6, 97.6);
  --bs-btn-focus-shadow-rgb: 142, 142, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(97.6, 97.6, 97.6);
  --bs-btn-active-border-color: rgb(91.5, 91.5, 91.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7A7A7A;
  --bs-btn-disabled-border-color: #7A7A7A;
}

.btn-basic_white {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

.btn-basic_border {
  --bs-btn-color: #000;
  --bs-btn-bg: rgba(255, 255, 255, 0.19);
  --bs-btn-border-color: rgba(255, 255, 255, 0.19);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.3115);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.271);
  --bs-btn-focus-shadow-rgb: 95, 95, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(255, 255, 255, 0.352);
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.271);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgba(255, 255, 255, 0.19);
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.19);
}

.btn-basic_bg_sidebar {
  --bs-btn-color: #000;
  --bs-btn-bg: #F6F6F6;
  --bs-btn-border-color: #F6F6F6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.35, 247.35, 247.35);
  --bs-btn-hover-border-color: rgb(246.9, 246.9, 246.9);
  --bs-btn-focus-shadow-rgb: 209, 209, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.8, 247.8, 247.8);
  --bs-btn-active-border-color: rgb(246.9, 246.9, 246.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F6F6F6;
  --bs-btn-disabled-border-color: #F6F6F6;
}

.btn-basic_bg {
  --bs-btn-color: #000;
  --bs-btn-bg: #F5F5F5;
  --bs-btn-border-color: #F5F5F5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.5, 246.5, 246.5);
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F5F5F5;
  --bs-btn-disabled-border-color: #F5F5F5;
}

.btn-outline-primary_blue {
  --bs-btn-color: #24ABE1;
  --bs-btn-border-color: #24ABE1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24ABE1;
  --bs-btn-hover-border-color: #24ABE1;
  --bs-btn-focus-shadow-rgb: 36, 171, 225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #24ABE1;
  --bs-btn-active-border-color: #24ABE1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #24ABE1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #24ABE1;
  --bs-gradient: none;
}

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

.btn-outline-primary_darkblue {
  --bs-btn-color: #141A3D;
  --bs-btn-border-color: #141A3D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #141A3D;
  --bs-btn-hover-border-color: #141A3D;
  --bs-btn-focus-shadow-rgb: 20, 26, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #141A3D;
  --bs-btn-active-border-color: #141A3D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #141A3D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #141A3D;
  --bs-gradient: none;
}

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

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

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

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

.btn-outline-basic_black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --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;
}

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

.btn-outline-basic_white {
  --bs-btn-color: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFF;
  --bs-btn-hover-border-color: #FFF;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFF;
  --bs-btn-active-border-color: #FFF;
  --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;
}

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

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

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

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  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);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 375px) {
  .dropdown-menu-xxs-start {
    --bs-position: start;
  }
  .dropdown-menu-xxs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxs-end {
    --bs-position: end;
  }
  .dropdown-menu-xxs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 425px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1512px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxxxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --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.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --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: 0.5rem;
  --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%2833, 37, 41, 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: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

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

@media (min-width: 375px) {
  .navbar-expand-xxs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 425px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1512px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxxxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --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='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .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='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%285.2, 44, 101.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary_blue {
  --bs-alert-color: var(--bs-primary_blue-text-emphasis);
  --bs-alert-bg: var(--bs-primary_blue-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_blue-border-subtle);
  --bs-alert-link-color: var(--bs-primary_blue-text-emphasis);
}

.alert-primary_red {
  --bs-alert-color: var(--bs-primary_red-text-emphasis);
  --bs-alert-bg: var(--bs-primary_red-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_red-border-subtle);
  --bs-alert-link-color: var(--bs-primary_red-text-emphasis);
}

.alert-primary_darkblue {
  --bs-alert-color: var(--bs-primary_darkblue-text-emphasis);
  --bs-alert-bg: var(--bs-primary_darkblue-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_darkblue-border-subtle);
  --bs-alert-link-color: var(--bs-primary_darkblue-text-emphasis);
}

.alert-primary_lightblue {
  --bs-alert-color: var(--bs-primary_lightblue-text-emphasis);
  --bs-alert-bg: var(--bs-primary_lightblue-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_lightblue-border-subtle);
  --bs-alert-link-color: var(--bs-primary_lightblue-text-emphasis);
}

.alert-primary_yellow {
  --bs-alert-color: var(--bs-primary_yellow-text-emphasis);
  --bs-alert-bg: var(--bs-primary_yellow-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_yellow-border-subtle);
  --bs-alert-link-color: var(--bs-primary_yellow-text-emphasis);
}

.alert-primary_silver {
  --bs-alert-color: var(--bs-primary_silver-text-emphasis);
  --bs-alert-bg: var(--bs-primary_silver-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_silver-border-subtle);
  --bs-alert-link-color: var(--bs-primary_silver-text-emphasis);
}

.alert-primary_bronze {
  --bs-alert-color: var(--bs-primary_bronze-text-emphasis);
  --bs-alert-bg: var(--bs-primary_bronze-bg-subtle);
  --bs-alert-border-color: var(--bs-primary_bronze-border-subtle);
  --bs-alert-link-color: var(--bs-primary_bronze-text-emphasis);
}

.alert-basic_black {
  --bs-alert-color: var(--bs-basic_black-text-emphasis);
  --bs-alert-bg: var(--bs-basic_black-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_black-border-subtle);
  --bs-alert-link-color: var(--bs-basic_black-text-emphasis);
}

.alert-basic_grey {
  --bs-alert-color: var(--bs-basic_grey-text-emphasis);
  --bs-alert-bg: var(--bs-basic_grey-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_grey-border-subtle);
  --bs-alert-link-color: var(--bs-basic_grey-text-emphasis);
}

.alert-basic_white {
  --bs-alert-color: var(--bs-basic_white-text-emphasis);
  --bs-alert-bg: var(--bs-basic_white-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_white-border-subtle);
  --bs-alert-link-color: var(--bs-basic_white-text-emphasis);
}

.alert-basic_border {
  --bs-alert-color: var(--bs-basic_border-text-emphasis);
  --bs-alert-bg: var(--bs-basic_border-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_border-border-subtle);
  --bs-alert-link-color: var(--bs-basic_border-text-emphasis);
}

.alert-basic_bg_sidebar {
  --bs-alert-color: var(--bs-basic_bg_sidebar-text-emphasis);
  --bs-alert-bg: var(--bs-basic_bg_sidebar-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_bg_sidebar-border-subtle);
  --bs-alert-link-color: var(--bs-basic_bg_sidebar-text-emphasis);
}

.alert-basic_bg {
  --bs-alert-color: var(--bs-basic_bg-text-emphasis);
  --bs-alert-bg: var(--bs-basic_bg-bg-subtle);
  --bs-alert-border-color: var(--bs-basic_bg-border-subtle);
  --bs-alert-link-color: var(--bs-basic_bg-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action: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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.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 + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .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-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .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 > .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 > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .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: 375px) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }
  .list-group-horizontal-xxs > .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-xxs > .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-xxs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .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: 425px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .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-xs > .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-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .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 {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .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 > .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 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .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 {
    flex-direction: row;
  }
  .list-group-horizontal-md > .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 > .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 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .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: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .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 > .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 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .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: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .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 > .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 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .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: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .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 > .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 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .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: 1512px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .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-xxxl > .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-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .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: 1680px) {
  .list-group-horizontal-xxxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxxl > .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-xxxxl > .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-xxxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxl > .list-group-item + .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: 1920px) {
  .list-group-horizontal-xxxxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxxxl > .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-xxxxxl > .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-xxxxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxxl > .list-group-item + .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 {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --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: var(--bs-border-width);
  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;
}

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

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

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

.modal-content {
  position: relative;
  display: flex;
  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;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  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);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  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);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

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

@media (max-width: 374.98px) {
  .modal-fullscreen-xxs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-header,
  .modal-fullscreen-xxs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 424.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1511.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1679.98px) {
  .modal-fullscreen-xxxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-header,
  .modal-fullscreen-xxxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1919.98px) {
  .modal-fullscreen-xxxxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxxxl-down .modal-header,
  .modal-fullscreen-xxxxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxxxl, .offcanvas-xxxxl, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xs, .offcanvas-xxs {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 374.98px) {
  .offcanvas-xxs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 374.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxs {
    transition: none;
  }
}
@media (max-width: 374.98px) {
  .offcanvas-xxs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxs.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);
    transform: translateY(-100%);
  }
  .offcanvas-xxs.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);
    transform: translateY(100%);
  }
  .offcanvas-xxs.showing, .offcanvas-xxs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxs.showing, .offcanvas-xxs.hiding, .offcanvas-xxs.show {
    visibility: visible;
  }
}
@media (min-width: 375px) {
  .offcanvas-xxs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxs .offcanvas-header {
    display: none;
  }
  .offcanvas-xxs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 424.98px) {
  .offcanvas-xs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 424.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xs {
    transition: none;
  }
}
@media (max-width: 424.98px) {
  .offcanvas-xs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xs.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);
    transform: translateY(-100%);
  }
  .offcanvas-xs.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);
    transform: translateY(100%);
  }
  .offcanvas-xs.showing, .offcanvas-xs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xs.showing, .offcanvas-xs.hiding, .offcanvas-xs.show {
    visibility: visible;
  }
}
@media (min-width: 425px) {
  .offcanvas-xs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xs .offcanvas-header {
    display: none;
  }
  .offcanvas-xs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.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);
    transform: translateY(-100%);
  }
  .offcanvas-sm.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);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.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);
    transform: translateY(-100%);
  }
  .offcanvas-md.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);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.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);
    transform: translateY(-100%);
  }
  .offcanvas-lg.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);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1279.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1279.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1279.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.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);
    transform: translateY(-100%);
  }
  .offcanvas-xl.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);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1439.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.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);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.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);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1511.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1511.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1511.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.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);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.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);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1512px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1679.98px) {
  .offcanvas-xxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1679.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxl {
    transition: none;
  }
}
@media (max-width: 1679.98px) {
  .offcanvas-xxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxl.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);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxl.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);
    transform: translateY(100%);
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.hiding, .offcanvas-xxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1680px) {
  .offcanvas-xxxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-xxxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxxl {
    transition: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxxl.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);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxxl.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);
    transform: translateY(100%);
  }
  .offcanvas-xxxxxl.showing, .offcanvas-xxxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxxl.showing, .offcanvas-xxxxxl.hiding, .offcanvas-xxxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .offcanvas-xxxxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  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;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.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);
  transform: translateY(-100%);
}
.offcanvas.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);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .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;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

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

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-basic_bg {
  color: RGBA(var(--bs-basic_bg-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-basic_bg-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-basic_bg:hover, .link-basic_bg:focus {
  color: RGBA(247, 247, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 247, 247, 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;
  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: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  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: 375px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 425px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-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: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1512px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1680px) {
  .sticky-xxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 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 {
  object-fit: contain !important;
}

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

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

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

.object-fit-none {
  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: grid !important;
}

.d-inline-grid {
  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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 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_blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary_blue-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-basic_bg {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-basic_bg-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-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-15 {
  width: 15% !important;
}

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

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

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

.w-80 {
  width: 80% !important;
}

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

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

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

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

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

.h-15 {
  height: 15% !important;
}

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

.h-45 {
  height: 45% !important;
}

.h-48 {
  height: 48% !important;
}

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

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

.h-95 {
  height: 95% !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-30 {
  margin: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 9rem !important;
}

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

.mt-15 {
  margin-top: 15rem !important;
}

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

.mt-25 {
  margin-top: 25rem !important;
}

.mt-30 {
  margin-top: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

.me-9 {
  margin-right: 9rem !important;
}

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

.me-15 {
  margin-right: 15rem !important;
}

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

.me-25 {
  margin-right: 25rem !important;
}

.me-30 {
  margin-right: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-30 {
  margin-bottom: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ms-9 {
  margin-left: 9rem !important;
}

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

.ms-15 {
  margin-left: 15rem !important;
}

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

.ms-25 {
  margin-left: 25rem !important;
}

.ms-30 {
  margin-left: 30rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

.m-n9 {
  margin: -9rem !important;
}

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

.m-n15 {
  margin: -15rem !important;
}

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

.m-n25 {
  margin: -25rem !important;
}

.m-n30 {
  margin: -30rem !important;
}

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

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

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

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

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

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

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

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

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

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

.mx-n15 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

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

.mx-n25 {
  margin-right: -25rem !important;
  margin-left: -25rem !important;
}

.mx-n30 {
  margin-right: -30rem !important;
  margin-left: -30rem !important;
}

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

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

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

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

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

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

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

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

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

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

.my-n15 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

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

.my-n25 {
  margin-top: -25rem !important;
  margin-bottom: -25rem !important;
}

.my-n30 {
  margin-top: -30rem !important;
  margin-bottom: -30rem !important;
}

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

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

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

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

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

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

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

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

.mt-n9 {
  margin-top: -9rem !important;
}

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

.mt-n15 {
  margin-top: -15rem !important;
}

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

.mt-n25 {
  margin-top: -25rem !important;
}

.mt-n30 {
  margin-top: -30rem !important;
}

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

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

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

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

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

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

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

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

.me-n9 {
  margin-right: -9rem !important;
}

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

.me-n15 {
  margin-right: -15rem !important;
}

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

.me-n25 {
  margin-right: -25rem !important;
}

.me-n30 {
  margin-right: -30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-n30 {
  margin-bottom: -30rem !important;
}

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

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

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

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

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

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

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

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

.ms-n9 {
  margin-left: -9rem !important;
}

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

.ms-n15 {
  margin-left: -15rem !important;
}

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

.ms-n25 {
  margin-left: -25rem !important;
}

.ms-n30 {
  margin-left: -30rem !important;
}

.p-0 {
  padding: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-20 {
  padding: 20rem !important;
}

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

.p-30 {
  padding: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-25 {
  padding-top: 25rem !important;
}

.pt-30 {
  padding-top: 30rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-25 {
  padding-right: 25rem !important;
}

.pe-30 {
  padding-right: 30rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-25 {
  padding-bottom: 25rem !important;
}

.pb-30 {
  padding-bottom: 30rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-25 {
  padding-left: 25rem !important;
}

.ps-30 {
  padding-left: 30rem !important;
}

.gap-0 {
  gap: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-30 {
  gap: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-30 {
  row-gap: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-30 {
  column-gap: 30rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

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

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-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-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary_blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary_blue-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-basic_bg {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-basic_bg-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-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_blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary_blue-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.link-underline-basic_bg {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-basic_bg-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-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: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !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-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !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-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !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-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !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-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !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: 375px) {
  .float-xxs-start {
    float: left !important;
  }
  .float-xxs-end {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
  .object-fit-xxs-contain {
    object-fit: contain !important;
  }
  .object-fit-xxs-cover {
    object-fit: cover !important;
  }
  .object-fit-xxs-fill {
    object-fit: fill !important;
  }
  .object-fit-xxs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxs-none {
    object-fit: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-inline-grid {
    display: inline-grid !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
  .order-xxs-first {
    order: -1 !important;
  }
  .order-xxs-0 {
    order: 0 !important;
  }
  .order-xxs-1 {
    order: 1 !important;
  }
  .order-xxs-2 {
    order: 2 !important;
  }
  .order-xxs-3 {
    order: 3 !important;
  }
  .order-xxs-4 {
    order: 4 !important;
  }
  .order-xxs-5 {
    order: 5 !important;
  }
  .order-xxs-last {
    order: 6 !important;
  }
  .m-xxs-0 {
    margin: 0rem !important;
  }
  .m-xxs-1 {
    margin: 1rem !important;
  }
  .m-xxs-2 {
    margin: 2rem !important;
  }
  .m-xxs-3 {
    margin: 3rem !important;
  }
  .m-xxs-4 {
    margin: 4rem !important;
  }
  .m-xxs-5 {
    margin: 5rem !important;
  }
  .m-xxs-6 {
    margin: 6rem !important;
  }
  .m-xxs-7 {
    margin: 7rem !important;
  }
  .m-xxs-8 {
    margin: 8rem !important;
  }
  .m-xxs-9 {
    margin: 9rem !important;
  }
  .m-xxs-10 {
    margin: 10rem !important;
  }
  .m-xxs-15 {
    margin: 15rem !important;
  }
  .m-xxs-20 {
    margin: 20rem !important;
  }
  .m-xxs-25 {
    margin: 25rem !important;
  }
  .m-xxs-30 {
    margin: 30rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mx-xxs-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxs-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxs-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxs-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxs-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxs-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxs-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxs-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxs-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxs-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxs-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxs-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxs-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxs-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxs-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxs-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxs-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxs-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxs-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxs-0 {
    margin-top: 0rem !important;
  }
  .mt-xxs-1 {
    margin-top: 1rem !important;
  }
  .mt-xxs-2 {
    margin-top: 2rem !important;
  }
  .mt-xxs-3 {
    margin-top: 3rem !important;
  }
  .mt-xxs-4 {
    margin-top: 4rem !important;
  }
  .mt-xxs-5 {
    margin-top: 5rem !important;
  }
  .mt-xxs-6 {
    margin-top: 6rem !important;
  }
  .mt-xxs-7 {
    margin-top: 7rem !important;
  }
  .mt-xxs-8 {
    margin-top: 8rem !important;
  }
  .mt-xxs-9 {
    margin-top: 9rem !important;
  }
  .mt-xxs-10 {
    margin-top: 10rem !important;
  }
  .mt-xxs-15 {
    margin-top: 15rem !important;
  }
  .mt-xxs-20 {
    margin-top: 20rem !important;
  }
  .mt-xxs-25 {
    margin-top: 25rem !important;
  }
  .mt-xxs-30 {
    margin-top: 30rem !important;
  }
  .mt-xxs-auto {
    margin-top: auto !important;
  }
  .me-xxs-0 {
    margin-right: 0rem !important;
  }
  .me-xxs-1 {
    margin-right: 1rem !important;
  }
  .me-xxs-2 {
    margin-right: 2rem !important;
  }
  .me-xxs-3 {
    margin-right: 3rem !important;
  }
  .me-xxs-4 {
    margin-right: 4rem !important;
  }
  .me-xxs-5 {
    margin-right: 5rem !important;
  }
  .me-xxs-6 {
    margin-right: 6rem !important;
  }
  .me-xxs-7 {
    margin-right: 7rem !important;
  }
  .me-xxs-8 {
    margin-right: 8rem !important;
  }
  .me-xxs-9 {
    margin-right: 9rem !important;
  }
  .me-xxs-10 {
    margin-right: 10rem !important;
  }
  .me-xxs-15 {
    margin-right: 15rem !important;
  }
  .me-xxs-20 {
    margin-right: 20rem !important;
  }
  .me-xxs-25 {
    margin-right: 25rem !important;
  }
  .me-xxs-30 {
    margin-right: 30rem !important;
  }
  .me-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxs-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxs-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxs-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxs-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxs-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxs-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxs-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxs-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxs-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxs-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
  .ms-xxs-0 {
    margin-left: 0rem !important;
  }
  .ms-xxs-1 {
    margin-left: 1rem !important;
  }
  .ms-xxs-2 {
    margin-left: 2rem !important;
  }
  .ms-xxs-3 {
    margin-left: 3rem !important;
  }
  .ms-xxs-4 {
    margin-left: 4rem !important;
  }
  .ms-xxs-5 {
    margin-left: 5rem !important;
  }
  .ms-xxs-6 {
    margin-left: 6rem !important;
  }
  .ms-xxs-7 {
    margin-left: 7rem !important;
  }
  .ms-xxs-8 {
    margin-left: 8rem !important;
  }
  .ms-xxs-9 {
    margin-left: 9rem !important;
  }
  .ms-xxs-10 {
    margin-left: 10rem !important;
  }
  .ms-xxs-15 {
    margin-left: 15rem !important;
  }
  .ms-xxs-20 {
    margin-left: 20rem !important;
  }
  .ms-xxs-25 {
    margin-left: 25rem !important;
  }
  .ms-xxs-30 {
    margin-left: 30rem !important;
  }
  .ms-xxs-auto {
    margin-left: auto !important;
  }
  .m-xxs-n1 {
    margin: -1rem !important;
  }
  .m-xxs-n2 {
    margin: -2rem !important;
  }
  .m-xxs-n3 {
    margin: -3rem !important;
  }
  .m-xxs-n4 {
    margin: -4rem !important;
  }
  .m-xxs-n5 {
    margin: -5rem !important;
  }
  .m-xxs-n6 {
    margin: -6rem !important;
  }
  .m-xxs-n7 {
    margin: -7rem !important;
  }
  .m-xxs-n8 {
    margin: -8rem !important;
  }
  .m-xxs-n9 {
    margin: -9rem !important;
  }
  .m-xxs-n10 {
    margin: -10rem !important;
  }
  .m-xxs-n15 {
    margin: -15rem !important;
  }
  .m-xxs-n20 {
    margin: -20rem !important;
  }
  .m-xxs-n25 {
    margin: -25rem !important;
  }
  .m-xxs-n30 {
    margin: -30rem !important;
  }
  .mx-xxs-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxs-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxs-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxs-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxs-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxs-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxs-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxs-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxs-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxs-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxs-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxs-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxs-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xxs-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xxs-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxs-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxs-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxs-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxs-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxs-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxs-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxs-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxs-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxs-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxs-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxs-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxs-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xxs-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xxs-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxs-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxs-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxs-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxs-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxs-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxs-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxs-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxs-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxs-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxs-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxs-n20 {
    margin-top: -20rem !important;
  }
  .mt-xxs-n25 {
    margin-top: -25rem !important;
  }
  .mt-xxs-n30 {
    margin-top: -30rem !important;
  }
  .me-xxs-n1 {
    margin-right: -1rem !important;
  }
  .me-xxs-n2 {
    margin-right: -2rem !important;
  }
  .me-xxs-n3 {
    margin-right: -3rem !important;
  }
  .me-xxs-n4 {
    margin-right: -4rem !important;
  }
  .me-xxs-n5 {
    margin-right: -5rem !important;
  }
  .me-xxs-n6 {
    margin-right: -6rem !important;
  }
  .me-xxs-n7 {
    margin-right: -7rem !important;
  }
  .me-xxs-n8 {
    margin-right: -8rem !important;
  }
  .me-xxs-n9 {
    margin-right: -9rem !important;
  }
  .me-xxs-n10 {
    margin-right: -10rem !important;
  }
  .me-xxs-n15 {
    margin-right: -15rem !important;
  }
  .me-xxs-n20 {
    margin-right: -20rem !important;
  }
  .me-xxs-n25 {
    margin-right: -25rem !important;
  }
  .me-xxs-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxs-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxs-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxs-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxs-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxs-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxs-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxs-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxs-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxs-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxs-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxs-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxs-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xxs-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xxs-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xxs-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxs-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxs-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxs-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxs-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxs-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxs-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxs-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxs-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxs-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxs-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxs-n20 {
    margin-left: -20rem !important;
  }
  .ms-xxs-n25 {
    margin-left: -25rem !important;
  }
  .ms-xxs-n30 {
    margin-left: -30rem !important;
  }
  .p-xxs-0 {
    padding: 0rem !important;
  }
  .p-xxs-1 {
    padding: 1rem !important;
  }
  .p-xxs-2 {
    padding: 2rem !important;
  }
  .p-xxs-3 {
    padding: 3rem !important;
  }
  .p-xxs-4 {
    padding: 4rem !important;
  }
  .p-xxs-5 {
    padding: 5rem !important;
  }
  .p-xxs-6 {
    padding: 6rem !important;
  }
  .p-xxs-7 {
    padding: 7rem !important;
  }
  .p-xxs-8 {
    padding: 8rem !important;
  }
  .p-xxs-9 {
    padding: 9rem !important;
  }
  .p-xxs-10 {
    padding: 10rem !important;
  }
  .p-xxs-15 {
    padding: 15rem !important;
  }
  .p-xxs-20 {
    padding: 20rem !important;
  }
  .p-xxs-25 {
    padding: 25rem !important;
  }
  .p-xxs-30 {
    padding: 30rem !important;
  }
  .px-xxs-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxs-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxs-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxs-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxs-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxs-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxs-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxs-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxs-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxs-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxs-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxs-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxs-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxs-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxs-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxs-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxs-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxs-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxs-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxs-0 {
    padding-top: 0rem !important;
  }
  .pt-xxs-1 {
    padding-top: 1rem !important;
  }
  .pt-xxs-2 {
    padding-top: 2rem !important;
  }
  .pt-xxs-3 {
    padding-top: 3rem !important;
  }
  .pt-xxs-4 {
    padding-top: 4rem !important;
  }
  .pt-xxs-5 {
    padding-top: 5rem !important;
  }
  .pt-xxs-6 {
    padding-top: 6rem !important;
  }
  .pt-xxs-7 {
    padding-top: 7rem !important;
  }
  .pt-xxs-8 {
    padding-top: 8rem !important;
  }
  .pt-xxs-9 {
    padding-top: 9rem !important;
  }
  .pt-xxs-10 {
    padding-top: 10rem !important;
  }
  .pt-xxs-15 {
    padding-top: 15rem !important;
  }
  .pt-xxs-20 {
    padding-top: 20rem !important;
  }
  .pt-xxs-25 {
    padding-top: 25rem !important;
  }
  .pt-xxs-30 {
    padding-top: 30rem !important;
  }
  .pe-xxs-0 {
    padding-right: 0rem !important;
  }
  .pe-xxs-1 {
    padding-right: 1rem !important;
  }
  .pe-xxs-2 {
    padding-right: 2rem !important;
  }
  .pe-xxs-3 {
    padding-right: 3rem !important;
  }
  .pe-xxs-4 {
    padding-right: 4rem !important;
  }
  .pe-xxs-5 {
    padding-right: 5rem !important;
  }
  .pe-xxs-6 {
    padding-right: 6rem !important;
  }
  .pe-xxs-7 {
    padding-right: 7rem !important;
  }
  .pe-xxs-8 {
    padding-right: 8rem !important;
  }
  .pe-xxs-9 {
    padding-right: 9rem !important;
  }
  .pe-xxs-10 {
    padding-right: 10rem !important;
  }
  .pe-xxs-15 {
    padding-right: 15rem !important;
  }
  .pe-xxs-20 {
    padding-right: 20rem !important;
  }
  .pe-xxs-25 {
    padding-right: 25rem !important;
  }
  .pe-xxs-30 {
    padding-right: 30rem !important;
  }
  .pb-xxs-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxs-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxs-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxs-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxs-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxs-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxs-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxs-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxs-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxs-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxs-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxs-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxs-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxs-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxs-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxs-0 {
    padding-left: 0rem !important;
  }
  .ps-xxs-1 {
    padding-left: 1rem !important;
  }
  .ps-xxs-2 {
    padding-left: 2rem !important;
  }
  .ps-xxs-3 {
    padding-left: 3rem !important;
  }
  .ps-xxs-4 {
    padding-left: 4rem !important;
  }
  .ps-xxs-5 {
    padding-left: 5rem !important;
  }
  .ps-xxs-6 {
    padding-left: 6rem !important;
  }
  .ps-xxs-7 {
    padding-left: 7rem !important;
  }
  .ps-xxs-8 {
    padding-left: 8rem !important;
  }
  .ps-xxs-9 {
    padding-left: 9rem !important;
  }
  .ps-xxs-10 {
    padding-left: 10rem !important;
  }
  .ps-xxs-15 {
    padding-left: 15rem !important;
  }
  .ps-xxs-20 {
    padding-left: 20rem !important;
  }
  .ps-xxs-25 {
    padding-left: 25rem !important;
  }
  .ps-xxs-30 {
    padding-left: 30rem !important;
  }
  .gap-xxs-0 {
    gap: 0rem !important;
  }
  .gap-xxs-1 {
    gap: 1rem !important;
  }
  .gap-xxs-2 {
    gap: 2rem !important;
  }
  .gap-xxs-3 {
    gap: 3rem !important;
  }
  .gap-xxs-4 {
    gap: 4rem !important;
  }
  .gap-xxs-5 {
    gap: 5rem !important;
  }
  .gap-xxs-6 {
    gap: 6rem !important;
  }
  .gap-xxs-7 {
    gap: 7rem !important;
  }
  .gap-xxs-8 {
    gap: 8rem !important;
  }
  .gap-xxs-9 {
    gap: 9rem !important;
  }
  .gap-xxs-10 {
    gap: 10rem !important;
  }
  .gap-xxs-15 {
    gap: 15rem !important;
  }
  .gap-xxs-20 {
    gap: 20rem !important;
  }
  .gap-xxs-25 {
    gap: 25rem !important;
  }
  .gap-xxs-30 {
    gap: 30rem !important;
  }
  .row-gap-xxs-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xxs-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxs-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxs-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxs-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxs-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxs-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxs-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxs-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxs-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxs-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxs-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxs-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxs-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxs-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxs-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xxs-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxs-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxs-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxs-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxs-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxs-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxs-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxs-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxs-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxs-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxs-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xxs-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xxs-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xxs-30 {
    column-gap: 30rem !important;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 425px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .m-xs-1 {
    margin: 1rem !important;
  }
  .m-xs-2 {
    margin: 2rem !important;
  }
  .m-xs-3 {
    margin: 3rem !important;
  }
  .m-xs-4 {
    margin: 4rem !important;
  }
  .m-xs-5 {
    margin: 5rem !important;
  }
  .m-xs-6 {
    margin: 6rem !important;
  }
  .m-xs-7 {
    margin: 7rem !important;
  }
  .m-xs-8 {
    margin: 8rem !important;
  }
  .m-xs-9 {
    margin: 9rem !important;
  }
  .m-xs-10 {
    margin: 10rem !important;
  }
  .m-xs-15 {
    margin: 15rem !important;
  }
  .m-xs-20 {
    margin: 20rem !important;
  }
  .m-xs-25 {
    margin: 25rem !important;
  }
  .m-xs-30 {
    margin: 30rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xs-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xs-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xs-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xs-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xs-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xs-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xs-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xs-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xs-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xs-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xs-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xs-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xs-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xs-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
  .mt-xs-9 {
    margin-top: 9rem !important;
  }
  .mt-xs-10 {
    margin-top: 10rem !important;
  }
  .mt-xs-15 {
    margin-top: 15rem !important;
  }
  .mt-xs-20 {
    margin-top: 20rem !important;
  }
  .mt-xs-25 {
    margin-top: 25rem !important;
  }
  .mt-xs-30 {
    margin-top: 30rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0rem !important;
  }
  .me-xs-1 {
    margin-right: 1rem !important;
  }
  .me-xs-2 {
    margin-right: 2rem !important;
  }
  .me-xs-3 {
    margin-right: 3rem !important;
  }
  .me-xs-4 {
    margin-right: 4rem !important;
  }
  .me-xs-5 {
    margin-right: 5rem !important;
  }
  .me-xs-6 {
    margin-right: 6rem !important;
  }
  .me-xs-7 {
    margin-right: 7rem !important;
  }
  .me-xs-8 {
    margin-right: 8rem !important;
  }
  .me-xs-9 {
    margin-right: 9rem !important;
  }
  .me-xs-10 {
    margin-right: 10rem !important;
  }
  .me-xs-15 {
    margin-right: 15rem !important;
  }
  .me-xs-20 {
    margin-right: 20rem !important;
  }
  .me-xs-25 {
    margin-right: 25rem !important;
  }
  .me-xs-30 {
    margin-right: 30rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xs-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xs-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xs-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0rem !important;
  }
  .ms-xs-1 {
    margin-left: 1rem !important;
  }
  .ms-xs-2 {
    margin-left: 2rem !important;
  }
  .ms-xs-3 {
    margin-left: 3rem !important;
  }
  .ms-xs-4 {
    margin-left: 4rem !important;
  }
  .ms-xs-5 {
    margin-left: 5rem !important;
  }
  .ms-xs-6 {
    margin-left: 6rem !important;
  }
  .ms-xs-7 {
    margin-left: 7rem !important;
  }
  .ms-xs-8 {
    margin-left: 8rem !important;
  }
  .ms-xs-9 {
    margin-left: 9rem !important;
  }
  .ms-xs-10 {
    margin-left: 10rem !important;
  }
  .ms-xs-15 {
    margin-left: 15rem !important;
  }
  .ms-xs-20 {
    margin-left: 20rem !important;
  }
  .ms-xs-25 {
    margin-left: 25rem !important;
  }
  .ms-xs-30 {
    margin-left: 30rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .m-xs-n1 {
    margin: -1rem !important;
  }
  .m-xs-n2 {
    margin: -2rem !important;
  }
  .m-xs-n3 {
    margin: -3rem !important;
  }
  .m-xs-n4 {
    margin: -4rem !important;
  }
  .m-xs-n5 {
    margin: -5rem !important;
  }
  .m-xs-n6 {
    margin: -6rem !important;
  }
  .m-xs-n7 {
    margin: -7rem !important;
  }
  .m-xs-n8 {
    margin: -8rem !important;
  }
  .m-xs-n9 {
    margin: -9rem !important;
  }
  .m-xs-n10 {
    margin: -10rem !important;
  }
  .m-xs-n15 {
    margin: -15rem !important;
  }
  .m-xs-n20 {
    margin: -20rem !important;
  }
  .m-xs-n25 {
    margin: -25rem !important;
  }
  .m-xs-n30 {
    margin: -30rem !important;
  }
  .mx-xs-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xs-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xs-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xs-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xs-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xs-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xs-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xs-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xs-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xs-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xs-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xs-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xs-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xs-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xs-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xs-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xs-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xs-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xs-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xs-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xs-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xs-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xs-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xs-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xs-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xs-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xs-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xs-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xs-n1 {
    margin-top: -1rem !important;
  }
  .mt-xs-n2 {
    margin-top: -2rem !important;
  }
  .mt-xs-n3 {
    margin-top: -3rem !important;
  }
  .mt-xs-n4 {
    margin-top: -4rem !important;
  }
  .mt-xs-n5 {
    margin-top: -5rem !important;
  }
  .mt-xs-n6 {
    margin-top: -6rem !important;
  }
  .mt-xs-n7 {
    margin-top: -7rem !important;
  }
  .mt-xs-n8 {
    margin-top: -8rem !important;
  }
  .mt-xs-n9 {
    margin-top: -9rem !important;
  }
  .mt-xs-n10 {
    margin-top: -10rem !important;
  }
  .mt-xs-n15 {
    margin-top: -15rem !important;
  }
  .mt-xs-n20 {
    margin-top: -20rem !important;
  }
  .mt-xs-n25 {
    margin-top: -25rem !important;
  }
  .mt-xs-n30 {
    margin-top: -30rem !important;
  }
  .me-xs-n1 {
    margin-right: -1rem !important;
  }
  .me-xs-n2 {
    margin-right: -2rem !important;
  }
  .me-xs-n3 {
    margin-right: -3rem !important;
  }
  .me-xs-n4 {
    margin-right: -4rem !important;
  }
  .me-xs-n5 {
    margin-right: -5rem !important;
  }
  .me-xs-n6 {
    margin-right: -6rem !important;
  }
  .me-xs-n7 {
    margin-right: -7rem !important;
  }
  .me-xs-n8 {
    margin-right: -8rem !important;
  }
  .me-xs-n9 {
    margin-right: -9rem !important;
  }
  .me-xs-n10 {
    margin-right: -10rem !important;
  }
  .me-xs-n15 {
    margin-right: -15rem !important;
  }
  .me-xs-n20 {
    margin-right: -20rem !important;
  }
  .me-xs-n25 {
    margin-right: -25rem !important;
  }
  .me-xs-n30 {
    margin-right: -30rem !important;
  }
  .mb-xs-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xs-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xs-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xs-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xs-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xs-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xs-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xs-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xs-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xs-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xs-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xs-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xs-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xs-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xs-n1 {
    margin-left: -1rem !important;
  }
  .ms-xs-n2 {
    margin-left: -2rem !important;
  }
  .ms-xs-n3 {
    margin-left: -3rem !important;
  }
  .ms-xs-n4 {
    margin-left: -4rem !important;
  }
  .ms-xs-n5 {
    margin-left: -5rem !important;
  }
  .ms-xs-n6 {
    margin-left: -6rem !important;
  }
  .ms-xs-n7 {
    margin-left: -7rem !important;
  }
  .ms-xs-n8 {
    margin-left: -8rem !important;
  }
  .ms-xs-n9 {
    margin-left: -9rem !important;
  }
  .ms-xs-n10 {
    margin-left: -10rem !important;
  }
  .ms-xs-n15 {
    margin-left: -15rem !important;
  }
  .ms-xs-n20 {
    margin-left: -20rem !important;
  }
  .ms-xs-n25 {
    margin-left: -25rem !important;
  }
  .ms-xs-n30 {
    margin-left: -30rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .p-xs-1 {
    padding: 1rem !important;
  }
  .p-xs-2 {
    padding: 2rem !important;
  }
  .p-xs-3 {
    padding: 3rem !important;
  }
  .p-xs-4 {
    padding: 4rem !important;
  }
  .p-xs-5 {
    padding: 5rem !important;
  }
  .p-xs-6 {
    padding: 6rem !important;
  }
  .p-xs-7 {
    padding: 7rem !important;
  }
  .p-xs-8 {
    padding: 8rem !important;
  }
  .p-xs-9 {
    padding: 9rem !important;
  }
  .p-xs-10 {
    padding: 10rem !important;
  }
  .p-xs-15 {
    padding: 15rem !important;
  }
  .p-xs-20 {
    padding: 20rem !important;
  }
  .p-xs-25 {
    padding: 25rem !important;
  }
  .p-xs-30 {
    padding: 30rem !important;
  }
  .px-xs-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xs-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xs-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xs-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xs-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xs-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xs-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xs-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xs-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xs-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xs-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xs-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xs-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xs-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xs-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xs-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
  .pt-xs-9 {
    padding-top: 9rem !important;
  }
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
  .pt-xs-15 {
    padding-top: 15rem !important;
  }
  .pt-xs-20 {
    padding-top: 20rem !important;
  }
  .pt-xs-25 {
    padding-top: 25rem !important;
  }
  .pt-xs-30 {
    padding-top: 30rem !important;
  }
  .pe-xs-0 {
    padding-right: 0rem !important;
  }
  .pe-xs-1 {
    padding-right: 1rem !important;
  }
  .pe-xs-2 {
    padding-right: 2rem !important;
  }
  .pe-xs-3 {
    padding-right: 3rem !important;
  }
  .pe-xs-4 {
    padding-right: 4rem !important;
  }
  .pe-xs-5 {
    padding-right: 5rem !important;
  }
  .pe-xs-6 {
    padding-right: 6rem !important;
  }
  .pe-xs-7 {
    padding-right: 7rem !important;
  }
  .pe-xs-8 {
    padding-right: 8rem !important;
  }
  .pe-xs-9 {
    padding-right: 9rem !important;
  }
  .pe-xs-10 {
    padding-right: 10rem !important;
  }
  .pe-xs-15 {
    padding-right: 15rem !important;
  }
  .pe-xs-20 {
    padding-right: 20rem !important;
  }
  .pe-xs-25 {
    padding-right: 25rem !important;
  }
  .pe-xs-30 {
    padding-right: 30rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xs-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xs-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xs-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xs-0 {
    padding-left: 0rem !important;
  }
  .ps-xs-1 {
    padding-left: 1rem !important;
  }
  .ps-xs-2 {
    padding-left: 2rem !important;
  }
  .ps-xs-3 {
    padding-left: 3rem !important;
  }
  .ps-xs-4 {
    padding-left: 4rem !important;
  }
  .ps-xs-5 {
    padding-left: 5rem !important;
  }
  .ps-xs-6 {
    padding-left: 6rem !important;
  }
  .ps-xs-7 {
    padding-left: 7rem !important;
  }
  .ps-xs-8 {
    padding-left: 8rem !important;
  }
  .ps-xs-9 {
    padding-left: 9rem !important;
  }
  .ps-xs-10 {
    padding-left: 10rem !important;
  }
  .ps-xs-15 {
    padding-left: 15rem !important;
  }
  .ps-xs-20 {
    padding-left: 20rem !important;
  }
  .ps-xs-25 {
    padding-left: 25rem !important;
  }
  .ps-xs-30 {
    padding-left: 30rem !important;
  }
  .gap-xs-0 {
    gap: 0rem !important;
  }
  .gap-xs-1 {
    gap: 1rem !important;
  }
  .gap-xs-2 {
    gap: 2rem !important;
  }
  .gap-xs-3 {
    gap: 3rem !important;
  }
  .gap-xs-4 {
    gap: 4rem !important;
  }
  .gap-xs-5 {
    gap: 5rem !important;
  }
  .gap-xs-6 {
    gap: 6rem !important;
  }
  .gap-xs-7 {
    gap: 7rem !important;
  }
  .gap-xs-8 {
    gap: 8rem !important;
  }
  .gap-xs-9 {
    gap: 9rem !important;
  }
  .gap-xs-10 {
    gap: 10rem !important;
  }
  .gap-xs-15 {
    gap: 15rem !important;
  }
  .gap-xs-20 {
    gap: 20rem !important;
  }
  .gap-xs-25 {
    gap: 25rem !important;
  }
  .gap-xs-30 {
    gap: 30rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xs-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xs-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xs-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xs-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xs-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xs-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xs-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xs-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xs-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xs-30 {
    column-gap: 30rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-sm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-30 {
    margin-top: 30rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 25rem !important;
  }
  .me-sm-30 {
    margin-right: 30rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 25rem !important;
  }
  .ms-sm-30 {
    margin-left: 30rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .m-sm-n15 {
    margin: -15rem !important;
  }
  .m-sm-n20 {
    margin: -20rem !important;
  }
  .m-sm-n25 {
    margin: -25rem !important;
  }
  .m-sm-n30 {
    margin: -30rem !important;
  }
  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-sm-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-sm-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-sm-n1 {
    margin-top: -1rem !important;
  }
  .mt-sm-n2 {
    margin-top: -2rem !important;
  }
  .mt-sm-n3 {
    margin-top: -3rem !important;
  }
  .mt-sm-n4 {
    margin-top: -4rem !important;
  }
  .mt-sm-n5 {
    margin-top: -5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .mt-sm-n15 {
    margin-top: -15rem !important;
  }
  .mt-sm-n20 {
    margin-top: -20rem !important;
  }
  .mt-sm-n25 {
    margin-top: -25rem !important;
  }
  .mt-sm-n30 {
    margin-top: -30rem !important;
  }
  .me-sm-n1 {
    margin-right: -1rem !important;
  }
  .me-sm-n2 {
    margin-right: -2rem !important;
  }
  .me-sm-n3 {
    margin-right: -3rem !important;
  }
  .me-sm-n4 {
    margin-right: -4rem !important;
  }
  .me-sm-n5 {
    margin-right: -5rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -7rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .me-sm-n9 {
    margin-right: -9rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .me-sm-n15 {
    margin-right: -15rem !important;
  }
  .me-sm-n20 {
    margin-right: -20rem !important;
  }
  .me-sm-n25 {
    margin-right: -25rem !important;
  }
  .me-sm-n30 {
    margin-right: -30rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-sm-n1 {
    margin-left: -1rem !important;
  }
  .ms-sm-n2 {
    margin-left: -2rem !important;
  }
  .ms-sm-n3 {
    margin-left: -3rem !important;
  }
  .ms-sm-n4 {
    margin-left: -4rem !important;
  }
  .ms-sm-n5 {
    margin-left: -5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .ms-sm-n9 {
    margin-left: -9rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  .ms-sm-n15 {
    margin-left: -15rem !important;
  }
  .ms-sm-n20 {
    margin-left: -20rem !important;
  }
  .ms-sm-n25 {
    margin-left: -25rem !important;
  }
  .ms-sm-n30 {
    margin-left: -30rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-sm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 25rem !important;
  }
  .pt-sm-30 {
    padding-top: 30rem !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 25rem !important;
  }
  .pe-sm-30 {
    padding-right: 30rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 25rem !important;
  }
  .ps-sm-30 {
    padding-left: 30rem !important;
  }
  .gap-sm-0 {
    gap: 0rem !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-2 {
    gap: 2rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-5 {
    gap: 5rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-15 {
    gap: 15rem !important;
  }
  .gap-sm-20 {
    gap: 20rem !important;
  }
  .gap-sm-25 {
    gap: 25rem !important;
  }
  .gap-sm-30 {
    gap: 30rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 20rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 25rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 30rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0rem !important;
  }
  .column-gap-sm-1 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 7rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 8rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 9rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 10rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 15rem !important;
  }
  .column-gap-sm-20 {
    column-gap: 20rem !important;
  }
  .column-gap-sm-25 {
    column-gap: 25rem !important;
  }
  .column-gap-sm-30 {
    column-gap: 30rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-md-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 25rem !important;
  }
  .mt-md-30 {
    margin-top: 30rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 25rem !important;
  }
  .me-md-30 {
    margin-right: 30rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 30rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 25rem !important;
  }
  .ms-md-30 {
    margin-left: 30rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .m-md-n15 {
    margin: -15rem !important;
  }
  .m-md-n20 {
    margin: -20rem !important;
  }
  .m-md-n25 {
    margin: -25rem !important;
  }
  .m-md-n30 {
    margin: -30rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-md-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-md-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -7rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .mt-md-n15 {
    margin-top: -15rem !important;
  }
  .mt-md-n20 {
    margin-top: -20rem !important;
  }
  .mt-md-n25 {
    margin-top: -25rem !important;
  }
  .mt-md-n30 {
    margin-top: -30rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -7rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .me-md-n9 {
    margin-right: -9rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .me-md-n15 {
    margin-right: -15rem !important;
  }
  .me-md-n20 {
    margin-right: -20rem !important;
  }
  .me-md-n25 {
    margin-right: -25rem !important;
  }
  .me-md-n30 {
    margin-right: -30rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -7rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .ms-md-n9 {
    margin-left: -9rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !important;
  }
  .ms-md-n15 {
    margin-left: -15rem !important;
  }
  .ms-md-n20 {
    margin-left: -20rem !important;
  }
  .ms-md-n25 {
    margin-left: -25rem !important;
  }
  .ms-md-n30 {
    margin-left: -30rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-md-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 25rem !important;
  }
  .pt-md-30 {
    padding-top: 30rem !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 25rem !important;
  }
  .pe-md-30 {
    padding-right: 30rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 30rem !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 25rem !important;
  }
  .ps-md-30 {
    padding-left: 30rem !important;
  }
  .gap-md-0 {
    gap: 0rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-15 {
    gap: 15rem !important;
  }
  .gap-md-20 {
    gap: 20rem !important;
  }
  .gap-md-25 {
    gap: 25rem !important;
  }
  .gap-md-30 {
    gap: 30rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0rem !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-2 {
    row-gap: 2rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4rem !important;
  }
  .row-gap-md-5 {
    row-gap: 5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 6rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7rem !important;
  }
  .row-gap-md-8 {
    row-gap: 8rem !important;
  }
  .row-gap-md-9 {
    row-gap: 9rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !important;
  }
  .row-gap-md-15 {
    row-gap: 15rem !important;
  }
  .row-gap-md-20 {
    row-gap: 20rem !important;
  }
  .row-gap-md-25 {
    row-gap: 25rem !important;
  }
  .row-gap-md-30 {
    row-gap: 30rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0rem !important;
  }
  .column-gap-md-1 {
    column-gap: 1rem !important;
  }
  .column-gap-md-2 {
    column-gap: 2rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-4 {
    column-gap: 4rem !important;
  }
  .column-gap-md-5 {
    column-gap: 5rem !important;
  }
  .column-gap-md-6 {
    column-gap: 6rem !important;
  }
  .column-gap-md-7 {
    column-gap: 7rem !important;
  }
  .column-gap-md-8 {
    column-gap: 8rem !important;
  }
  .column-gap-md-9 {
    column-gap: 9rem !important;
  }
  .column-gap-md-10 {
    column-gap: 10rem !important;
  }
  .column-gap-md-15 {
    column-gap: 15rem !important;
  }
  .column-gap-md-20 {
    column-gap: 20rem !important;
  }
  .column-gap-md-25 {
    column-gap: 25rem !important;
  }
  .column-gap-md-30 {
    column-gap: 30rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-lg-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 25rem !important;
  }
  .mt-lg-30 {
    margin-top: 30rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 25rem !important;
  }
  .me-lg-30 {
    margin-right: 30rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 30rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 25rem !important;
  }
  .ms-lg-30 {
    margin-left: 30rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .m-lg-n15 {
    margin: -15rem !important;
  }
  .m-lg-n20 {
    margin: -20rem !important;
  }
  .m-lg-n25 {
    margin: -25rem !important;
  }
  .m-lg-n30 {
    margin: -30rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-lg-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-lg-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .mt-lg-n15 {
    margin-top: -15rem !important;
  }
  .mt-lg-n20 {
    margin-top: -20rem !important;
  }
  .mt-lg-n25 {
    margin-top: -25rem !important;
  }
  .mt-lg-n30 {
    margin-top: -30rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -7rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .me-lg-n9 {
    margin-right: -9rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .me-lg-n15 {
    margin-right: -15rem !important;
  }
  .me-lg-n20 {
    margin-right: -20rem !important;
  }
  .me-lg-n25 {
    margin-right: -25rem !important;
  }
  .me-lg-n30 {
    margin-right: -30rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  .ms-lg-n15 {
    margin-left: -15rem !important;
  }
  .ms-lg-n20 {
    margin-left: -20rem !important;
  }
  .ms-lg-n25 {
    margin-left: -25rem !important;
  }
  .ms-lg-n30 {
    margin-left: -30rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-lg-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 25rem !important;
  }
  .pt-lg-30 {
    padding-top: 30rem !important;
  }
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 25rem !important;
  }
  .pe-lg-30 {
    padding-right: 30rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 30rem !important;
  }
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 25rem !important;
  }
  .ps-lg-30 {
    padding-left: 30rem !important;
  }
  .gap-lg-0 {
    gap: 0rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-15 {
    gap: 15rem !important;
  }
  .gap-lg-20 {
    gap: 20rem !important;
  }
  .gap-lg-25 {
    gap: 25rem !important;
  }
  .gap-lg-30 {
    gap: 30rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 20rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 25rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 30rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0rem !important;
  }
  .column-gap-lg-1 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 7rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 8rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 9rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 10rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 15rem !important;
  }
  .column-gap-lg-20 {
    column-gap: 20rem !important;
  }
  .column-gap-lg-25 {
    column-gap: 25rem !important;
  }
  .column-gap-lg-30 {
    column-gap: 30rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .m-xl-25 {
    margin: 25rem !important;
  }
  .m-xl-30 {
    margin: 30rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !important;
  }
  .mt-xl-25 {
    margin-top: 25rem !important;
  }
  .mt-xl-30 {
    margin-top: 30rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !important;
  }
  .me-xl-25 {
    margin-right: 25rem !important;
  }
  .me-xl-30 {
    margin-right: 30rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !important;
  }
  .ms-xl-25 {
    margin-left: 25rem !important;
  }
  .ms-xl-30 {
    margin-left: 30rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .m-xl-n15 {
    margin: -15rem !important;
  }
  .m-xl-n20 {
    margin: -20rem !important;
  }
  .m-xl-n25 {
    margin: -25rem !important;
  }
  .m-xl-n30 {
    margin: -30rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xl-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xl-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xl-n20 {
    margin-top: -20rem !important;
  }
  .mt-xl-n25 {
    margin-top: -25rem !important;
  }
  .mt-xl-n30 {
    margin-top: -30rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -7rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .me-xl-n9 {
    margin-right: -9rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .me-xl-n15 {
    margin-right: -15rem !important;
  }
  .me-xl-n20 {
    margin-right: -20rem !important;
  }
  .me-xl-n25 {
    margin-right: -25rem !important;
  }
  .me-xl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xl-n20 {
    margin-left: -20rem !important;
  }
  .ms-xl-n25 {
    margin-left: -25rem !important;
  }
  .ms-xl-n30 {
    margin-left: -30rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .p-xl-25 {
    padding: 25rem !important;
  }
  .p-xl-30 {
    padding: 30rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !important;
  }
  .pt-xl-25 {
    padding-top: 25rem !important;
  }
  .pt-xl-30 {
    padding-top: 30rem !important;
  }
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !important;
  }
  .pe-xl-25 {
    padding-right: 25rem !important;
  }
  .pe-xl-30 {
    padding-right: 30rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !important;
  }
  .ps-xl-25 {
    padding-left: 25rem !important;
  }
  .ps-xl-30 {
    padding-left: 30rem !important;
  }
  .gap-xl-0 {
    gap: 0rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 7rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-15 {
    gap: 15rem !important;
  }
  .gap-xl-20 {
    gap: 20rem !important;
  }
  .gap-xl-25 {
    gap: 25rem !important;
  }
  .gap-xl-30 {
    gap: 30rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xl-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xl-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xl-30 {
    column-gap: 30rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -7rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .m-xxl-n15 {
    margin: -15rem !important;
  }
  .m-xxl-n20 {
    margin: -20rem !important;
  }
  .m-xxl-n25 {
    margin: -25rem !important;
  }
  .m-xxl-n30 {
    margin: -30rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xxl-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -25rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -30rem !important;
  }
  .me-xxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxl-n20 {
    margin-right: -20rem !important;
  }
  .me-xxl-n25 {
    margin-right: -25rem !important;
  }
  .me-xxl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -20rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -25rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -30rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxl-30 {
    padding-left: 30rem !important;
  }
  .gap-xxl-0 {
    gap: 0rem !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-2 {
    gap: 2rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-5 {
    gap: 5rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-15 {
    gap: 15rem !important;
  }
  .gap-xxl-20 {
    gap: 20rem !important;
  }
  .gap-xxl-25 {
    gap: 25rem !important;
  }
  .gap-xxl-30 {
    gap: 30rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxl-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xxl-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xxl-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xxl-30 {
    column-gap: 30rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1512px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0rem !important;
  }
  .m-xxxl-1 {
    margin: 1rem !important;
  }
  .m-xxxl-2 {
    margin: 2rem !important;
  }
  .m-xxxl-3 {
    margin: 3rem !important;
  }
  .m-xxxl-4 {
    margin: 4rem !important;
  }
  .m-xxxl-5 {
    margin: 5rem !important;
  }
  .m-xxxl-6 {
    margin: 6rem !important;
  }
  .m-xxxl-7 {
    margin: 7rem !important;
  }
  .m-xxxl-8 {
    margin: 8rem !important;
  }
  .m-xxxl-9 {
    margin: 9rem !important;
  }
  .m-xxxl-10 {
    margin: 10rem !important;
  }
  .m-xxxl-15 {
    margin: 15rem !important;
  }
  .m-xxxl-20 {
    margin: 20rem !important;
  }
  .m-xxxl-25 {
    margin: 25rem !important;
  }
  .m-xxxl-30 {
    margin: 30rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -1rem !important;
  }
  .m-xxxl-n2 {
    margin: -2rem !important;
  }
  .m-xxxl-n3 {
    margin: -3rem !important;
  }
  .m-xxxl-n4 {
    margin: -4rem !important;
  }
  .m-xxxl-n5 {
    margin: -5rem !important;
  }
  .m-xxxl-n6 {
    margin: -6rem !important;
  }
  .m-xxxl-n7 {
    margin: -7rem !important;
  }
  .m-xxxl-n8 {
    margin: -8rem !important;
  }
  .m-xxxl-n9 {
    margin: -9rem !important;
  }
  .m-xxxl-n10 {
    margin: -10rem !important;
  }
  .m-xxxl-n15 {
    margin: -15rem !important;
  }
  .m-xxxl-n20 {
    margin: -20rem !important;
  }
  .m-xxxl-n25 {
    margin: -25rem !important;
  }
  .m-xxxl-n30 {
    margin: -30rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxl-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xxxl-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxl-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xxxl-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -20rem !important;
  }
  .mt-xxxl-n25 {
    margin-top: -25rem !important;
  }
  .mt-xxxl-n30 {
    margin-top: -30rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -20rem !important;
  }
  .me-xxxl-n25 {
    margin-right: -25rem !important;
  }
  .me-xxxl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxl-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xxxl-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -20rem !important;
  }
  .ms-xxxl-n25 {
    margin-left: -25rem !important;
  }
  .ms-xxxl-n30 {
    margin-left: -30rem !important;
  }
  .p-xxxl-0 {
    padding: 0rem !important;
  }
  .p-xxxl-1 {
    padding: 1rem !important;
  }
  .p-xxxl-2 {
    padding: 2rem !important;
  }
  .p-xxxl-3 {
    padding: 3rem !important;
  }
  .p-xxxl-4 {
    padding: 4rem !important;
  }
  .p-xxxl-5 {
    padding: 5rem !important;
  }
  .p-xxxl-6 {
    padding: 6rem !important;
  }
  .p-xxxl-7 {
    padding: 7rem !important;
  }
  .p-xxxl-8 {
    padding: 8rem !important;
  }
  .p-xxxl-9 {
    padding: 9rem !important;
  }
  .p-xxxl-10 {
    padding: 10rem !important;
  }
  .p-xxxl-15 {
    padding: 15rem !important;
  }
  .p-xxxl-20 {
    padding: 20rem !important;
  }
  .p-xxxl-25 {
    padding: 25rem !important;
  }
  .p-xxxl-30 {
    padding: 30rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxxl-30 {
    padding-left: 30rem !important;
  }
  .gap-xxxl-0 {
    gap: 0rem !important;
  }
  .gap-xxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxl-2 {
    gap: 2rem !important;
  }
  .gap-xxxl-3 {
    gap: 3rem !important;
  }
  .gap-xxxl-4 {
    gap: 4rem !important;
  }
  .gap-xxxl-5 {
    gap: 5rem !important;
  }
  .gap-xxxl-6 {
    gap: 6rem !important;
  }
  .gap-xxxl-7 {
    gap: 7rem !important;
  }
  .gap-xxxl-8 {
    gap: 8rem !important;
  }
  .gap-xxxl-9 {
    gap: 9rem !important;
  }
  .gap-xxxl-10 {
    gap: 10rem !important;
  }
  .gap-xxxl-15 {
    gap: 15rem !important;
  }
  .gap-xxxl-20 {
    gap: 20rem !important;
  }
  .gap-xxxl-25 {
    gap: 25rem !important;
  }
  .gap-xxxl-30 {
    gap: 30rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxxl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxxl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxxl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxxl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxxl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxxl-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xxxl-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xxxl-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xxxl-30 {
    column-gap: 30rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .float-xxxxl-start {
    float: left !important;
  }
  .float-xxxxl-end {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
  .object-fit-xxxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxxl-none {
    object-fit: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: grid !important;
  }
  .d-xxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxxl-first {
    order: -1 !important;
  }
  .order-xxxxl-0 {
    order: 0 !important;
  }
  .order-xxxxl-1 {
    order: 1 !important;
  }
  .order-xxxxl-2 {
    order: 2 !important;
  }
  .order-xxxxl-3 {
    order: 3 !important;
  }
  .order-xxxxl-4 {
    order: 4 !important;
  }
  .order-xxxxl-5 {
    order: 5 !important;
  }
  .order-xxxxl-last {
    order: 6 !important;
  }
  .m-xxxxl-0 {
    margin: 0rem !important;
  }
  .m-xxxxl-1 {
    margin: 1rem !important;
  }
  .m-xxxxl-2 {
    margin: 2rem !important;
  }
  .m-xxxxl-3 {
    margin: 3rem !important;
  }
  .m-xxxxl-4 {
    margin: 4rem !important;
  }
  .m-xxxxl-5 {
    margin: 5rem !important;
  }
  .m-xxxxl-6 {
    margin: 6rem !important;
  }
  .m-xxxxl-7 {
    margin: 7rem !important;
  }
  .m-xxxxl-8 {
    margin: 8rem !important;
  }
  .m-xxxxl-9 {
    margin: 9rem !important;
  }
  .m-xxxxl-10 {
    margin: 10rem !important;
  }
  .m-xxxxl-15 {
    margin: 15rem !important;
  }
  .m-xxxxl-20 {
    margin: 20rem !important;
  }
  .m-xxxxl-25 {
    margin: 25rem !important;
  }
  .m-xxxxl-30 {
    margin: 30rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxxxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxxxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxxxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxxxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxxxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxxxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxxxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxxxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxxxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxxxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxxxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxxxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxxxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxxxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxxxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxxxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxxxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxxxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxxxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxxxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxxxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxxxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxxxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxxxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxxxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxxxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxxxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxxxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxxxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxxxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxxxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxxxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxxxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxxxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxxxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxxxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxxxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxxxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxxxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxxxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxxxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxxl-n1 {
    margin: -1rem !important;
  }
  .m-xxxxl-n2 {
    margin: -2rem !important;
  }
  .m-xxxxl-n3 {
    margin: -3rem !important;
  }
  .m-xxxxl-n4 {
    margin: -4rem !important;
  }
  .m-xxxxl-n5 {
    margin: -5rem !important;
  }
  .m-xxxxl-n6 {
    margin: -6rem !important;
  }
  .m-xxxxl-n7 {
    margin: -7rem !important;
  }
  .m-xxxxl-n8 {
    margin: -8rem !important;
  }
  .m-xxxxl-n9 {
    margin: -9rem !important;
  }
  .m-xxxxl-n10 {
    margin: -10rem !important;
  }
  .m-xxxxl-n15 {
    margin: -15rem !important;
  }
  .m-xxxxl-n20 {
    margin: -20rem !important;
  }
  .m-xxxxl-n25 {
    margin: -25rem !important;
  }
  .m-xxxxl-n30 {
    margin: -30rem !important;
  }
  .mx-xxxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxxxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxxxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxxxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxxl-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xxxxl-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xxxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxxxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxxxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxxl-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xxxxl-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xxxxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxxxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxxxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxxxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxxxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxxxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxxxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxxxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxxxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxxxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxxxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxxxl-n20 {
    margin-top: -20rem !important;
  }
  .mt-xxxxl-n25 {
    margin-top: -25rem !important;
  }
  .mt-xxxxl-n30 {
    margin-top: -30rem !important;
  }
  .me-xxxxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxxxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxxxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxxxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxxxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxxxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxxxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxxxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxxxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxxxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxxxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxxxl-n20 {
    margin-right: -20rem !important;
  }
  .me-xxxxl-n25 {
    margin-right: -25rem !important;
  }
  .me-xxxxl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxxxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxxl-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxxl-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xxxxl-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xxxxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxxxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxxxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxxxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxxxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxxxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxxxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxxxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxxxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxxxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxxxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxxxl-n20 {
    margin-left: -20rem !important;
  }
  .ms-xxxxl-n25 {
    margin-left: -25rem !important;
  }
  .ms-xxxxl-n30 {
    margin-left: -30rem !important;
  }
  .p-xxxxl-0 {
    padding: 0rem !important;
  }
  .p-xxxxl-1 {
    padding: 1rem !important;
  }
  .p-xxxxl-2 {
    padding: 2rem !important;
  }
  .p-xxxxl-3 {
    padding: 3rem !important;
  }
  .p-xxxxl-4 {
    padding: 4rem !important;
  }
  .p-xxxxl-5 {
    padding: 5rem !important;
  }
  .p-xxxxl-6 {
    padding: 6rem !important;
  }
  .p-xxxxl-7 {
    padding: 7rem !important;
  }
  .p-xxxxl-8 {
    padding: 8rem !important;
  }
  .p-xxxxl-9 {
    padding: 9rem !important;
  }
  .p-xxxxl-10 {
    padding: 10rem !important;
  }
  .p-xxxxl-15 {
    padding: 15rem !important;
  }
  .p-xxxxl-20 {
    padding: 20rem !important;
  }
  .p-xxxxl-25 {
    padding: 25rem !important;
  }
  .p-xxxxl-30 {
    padding: 30rem !important;
  }
  .px-xxxxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxxxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxxxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxxxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxxxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxxxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxxxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxxxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxxxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxxxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxxxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxxxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxxxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxxxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxxxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxxxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxxxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxxxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxxxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxxxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxxxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxxxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxxxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxxxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxxxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxxxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxxxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxxxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxxxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxxxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxxxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxxxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxxxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxxxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxxxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxxxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxxxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxxxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxxxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxxxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxxxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxxxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxxxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxxxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxxxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxxxl-30 {
    padding-left: 30rem !important;
  }
  .gap-xxxxl-0 {
    gap: 0rem !important;
  }
  .gap-xxxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxxl-2 {
    gap: 2rem !important;
  }
  .gap-xxxxl-3 {
    gap: 3rem !important;
  }
  .gap-xxxxl-4 {
    gap: 4rem !important;
  }
  .gap-xxxxl-5 {
    gap: 5rem !important;
  }
  .gap-xxxxl-6 {
    gap: 6rem !important;
  }
  .gap-xxxxl-7 {
    gap: 7rem !important;
  }
  .gap-xxxxl-8 {
    gap: 8rem !important;
  }
  .gap-xxxxl-9 {
    gap: 9rem !important;
  }
  .gap-xxxxl-10 {
    gap: 10rem !important;
  }
  .gap-xxxxl-15 {
    gap: 15rem !important;
  }
  .gap-xxxxl-20 {
    gap: 20rem !important;
  }
  .gap-xxxxl-25 {
    gap: 25rem !important;
  }
  .gap-xxxxl-30 {
    gap: 30rem !important;
  }
  .row-gap-xxxxl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xxxxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxxxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxxxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxxxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxxxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxxxl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxxxl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xxxxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxxxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxxxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxxxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxxxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxxxl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxxxl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxxxl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxxxl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxxxl-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xxxxl-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xxxxl-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xxxxl-30 {
    column-gap: 30rem !important;
  }
  .text-xxxxl-start {
    text-align: left !important;
  }
  .text-xxxxl-end {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxxxl-start {
    float: left !important;
  }
  .float-xxxxxl-end {
    float: right !important;
  }
  .float-xxxxxl-none {
    float: none !important;
  }
  .object-fit-xxxxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxxxl-none {
    object-fit: none !important;
  }
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-grid {
    display: grid !important;
  }
  .d-xxxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxxl-none {
    display: none !important;
  }
  .flex-xxxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxxxl-first {
    order: -1 !important;
  }
  .order-xxxxxl-0 {
    order: 0 !important;
  }
  .order-xxxxxl-1 {
    order: 1 !important;
  }
  .order-xxxxxl-2 {
    order: 2 !important;
  }
  .order-xxxxxl-3 {
    order: 3 !important;
  }
  .order-xxxxxl-4 {
    order: 4 !important;
  }
  .order-xxxxxl-5 {
    order: 5 !important;
  }
  .order-xxxxxl-last {
    order: 6 !important;
  }
  .m-xxxxxl-0 {
    margin: 0rem !important;
  }
  .m-xxxxxl-1 {
    margin: 1rem !important;
  }
  .m-xxxxxl-2 {
    margin: 2rem !important;
  }
  .m-xxxxxl-3 {
    margin: 3rem !important;
  }
  .m-xxxxxl-4 {
    margin: 4rem !important;
  }
  .m-xxxxxl-5 {
    margin: 5rem !important;
  }
  .m-xxxxxl-6 {
    margin: 6rem !important;
  }
  .m-xxxxxl-7 {
    margin: 7rem !important;
  }
  .m-xxxxxl-8 {
    margin: 8rem !important;
  }
  .m-xxxxxl-9 {
    margin: 9rem !important;
  }
  .m-xxxxxl-10 {
    margin: 10rem !important;
  }
  .m-xxxxxl-15 {
    margin: 15rem !important;
  }
  .m-xxxxxl-20 {
    margin: 20rem !important;
  }
  .m-xxxxxl-25 {
    margin: 25rem !important;
  }
  .m-xxxxxl-30 {
    margin: 30rem !important;
  }
  .m-xxxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xxxxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxxxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxxxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxxxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxxxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxxxxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxxxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxxxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxxxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxxxxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxxxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxxxxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxxxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxxxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxxxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxxxxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxxxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxxxxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxxxxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxxxxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxxxxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxxxxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxxxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxxxxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxxxxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxxxxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxxxxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxxxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxxxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxxxxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxxxxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxxxxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxxxxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxxxxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxxxxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxxxxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxxxxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxxxxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxxxxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxxxxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxxxxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxxxxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxxxxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxxxxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxxxxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxxxxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxxxxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxxxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxxxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxxxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxxxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxxxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxxxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxxxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxxxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxxxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxxxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxxxxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxxxxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxxxxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxxxxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxxxxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxxxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxxxxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxxxxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxxxxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxxxxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxxxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxxxxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxxxxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxxxxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxxxxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxxxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxxxl-n1 {
    margin: -1rem !important;
  }
  .m-xxxxxl-n2 {
    margin: -2rem !important;
  }
  .m-xxxxxl-n3 {
    margin: -3rem !important;
  }
  .m-xxxxxl-n4 {
    margin: -4rem !important;
  }
  .m-xxxxxl-n5 {
    margin: -5rem !important;
  }
  .m-xxxxxl-n6 {
    margin: -6rem !important;
  }
  .m-xxxxxl-n7 {
    margin: -7rem !important;
  }
  .m-xxxxxl-n8 {
    margin: -8rem !important;
  }
  .m-xxxxxl-n9 {
    margin: -9rem !important;
  }
  .m-xxxxxl-n10 {
    margin: -10rem !important;
  }
  .m-xxxxxl-n15 {
    margin: -15rem !important;
  }
  .m-xxxxxl-n20 {
    margin: -20rem !important;
  }
  .m-xxxxxl-n25 {
    margin: -25rem !important;
  }
  .m-xxxxxl-n30 {
    margin: -30rem !important;
  }
  .mx-xxxxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxxxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxxxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxxxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxxxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxxxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxxxxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxxxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxxxxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxxxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxxxxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxxxl-n25 {
    margin-right: -25rem !important;
    margin-left: -25rem !important;
  }
  .mx-xxxxxl-n30 {
    margin-right: -30rem !important;
    margin-left: -30rem !important;
  }
  .my-xxxxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxxxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxxxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxxxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxxxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxxxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxxxxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxxxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxxxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxxxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxxxxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxxxl-n25 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }
  .my-xxxxxl-n30 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }
  .mt-xxxxxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxxxxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxxxxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxxxxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxxxxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxxxxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxxxxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxxxxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxxxxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxxxxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxxxxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxxxxl-n20 {
    margin-top: -20rem !important;
  }
  .mt-xxxxxl-n25 {
    margin-top: -25rem !important;
  }
  .mt-xxxxxl-n30 {
    margin-top: -30rem !important;
  }
  .me-xxxxxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxxxxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxxxxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxxxxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxxxxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxxxxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxxxxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxxxxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxxxxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxxxxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxxxxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxxxxl-n20 {
    margin-right: -20rem !important;
  }
  .me-xxxxxl-n25 {
    margin-right: -25rem !important;
  }
  .me-xxxxxl-n30 {
    margin-right: -30rem !important;
  }
  .mb-xxxxxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxxxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxxxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxxxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxxxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxxxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxxxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxxxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxxxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxxxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxxxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxxxl-n20 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxxxl-n25 {
    margin-bottom: -25rem !important;
  }
  .mb-xxxxxl-n30 {
    margin-bottom: -30rem !important;
  }
  .ms-xxxxxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxxxxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxxxxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxxxxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxxxxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxxxxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxxxxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxxxxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxxxxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxxxxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxxxxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxxxxl-n20 {
    margin-left: -20rem !important;
  }
  .ms-xxxxxl-n25 {
    margin-left: -25rem !important;
  }
  .ms-xxxxxl-n30 {
    margin-left: -30rem !important;
  }
  .p-xxxxxl-0 {
    padding: 0rem !important;
  }
  .p-xxxxxl-1 {
    padding: 1rem !important;
  }
  .p-xxxxxl-2 {
    padding: 2rem !important;
  }
  .p-xxxxxl-3 {
    padding: 3rem !important;
  }
  .p-xxxxxl-4 {
    padding: 4rem !important;
  }
  .p-xxxxxl-5 {
    padding: 5rem !important;
  }
  .p-xxxxxl-6 {
    padding: 6rem !important;
  }
  .p-xxxxxl-7 {
    padding: 7rem !important;
  }
  .p-xxxxxl-8 {
    padding: 8rem !important;
  }
  .p-xxxxxl-9 {
    padding: 9rem !important;
  }
  .p-xxxxxl-10 {
    padding: 10rem !important;
  }
  .p-xxxxxl-15 {
    padding: 15rem !important;
  }
  .p-xxxxxl-20 {
    padding: 20rem !important;
  }
  .p-xxxxxl-25 {
    padding: 25rem !important;
  }
  .p-xxxxxl-30 {
    padding: 30rem !important;
  }
  .px-xxxxxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xxxxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxxxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxxxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxxxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxxxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxxxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxxxxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxxxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxxxxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxxxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxxxxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxxxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxxxxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxxxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxxxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxxxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxxxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxxxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxxxxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxxxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxxxxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxxxxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxxxxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxxxxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxxxxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxxxxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxxxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxxxxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxxxxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxxxxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxxxxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxxxxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxxxxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxxxxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxxxxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxxxxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxxxxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxxxxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxxxxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxxxxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxxxxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxxxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxxxxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxxxxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxxxxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxxxxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxxxxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxxxxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxxxxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxxxxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxxxxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxxxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxxxxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxxxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxxxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxxxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxxxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxxxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxxxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxxxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxxxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxxxxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxxxxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxxxxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxxxxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxxxxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxxxxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxxxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxxxxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxxxxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxxxxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxxxxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxxxxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxxxxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxxxxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxxxxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxxxxl-30 {
    padding-left: 30rem !important;
  }
  .gap-xxxxxl-0 {
    gap: 0rem !important;
  }
  .gap-xxxxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxxxl-2 {
    gap: 2rem !important;
  }
  .gap-xxxxxl-3 {
    gap: 3rem !important;
  }
  .gap-xxxxxl-4 {
    gap: 4rem !important;
  }
  .gap-xxxxxl-5 {
    gap: 5rem !important;
  }
  .gap-xxxxxl-6 {
    gap: 6rem !important;
  }
  .gap-xxxxxl-7 {
    gap: 7rem !important;
  }
  .gap-xxxxxl-8 {
    gap: 8rem !important;
  }
  .gap-xxxxxl-9 {
    gap: 9rem !important;
  }
  .gap-xxxxxl-10 {
    gap: 10rem !important;
  }
  .gap-xxxxxl-15 {
    gap: 15rem !important;
  }
  .gap-xxxxxl-20 {
    gap: 20rem !important;
  }
  .gap-xxxxxl-25 {
    gap: 25rem !important;
  }
  .gap-xxxxxl-30 {
    gap: 30rem !important;
  }
  .row-gap-xxxxxl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-xxxxxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxxxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxxxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxxxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxxxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxxxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxxxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxxxxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxxxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxxxxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxxxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxxxxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxxxxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxxxxl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxxxxl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-xxxxxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxxxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxxxxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxxxxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxxxxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxxxxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxxxxl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxxxxl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxxxxl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxxxxl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxxxxl-15 {
    column-gap: 15rem !important;
  }
  .column-gap-xxxxxl-20 {
    column-gap: 20rem !important;
  }
  .column-gap-xxxxxl-25 {
    column-gap: 25rem !important;
  }
  .column-gap-xxxxxl-30 {
    column-gap: 30rem !important;
  }
  .text-xxxxxl-start {
    text-align: left !important;
  }
  .text-xxxxxl-end {
    text-align: right !important;
  }
  .text-xxxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* SLICK */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/justarrived/assets/slick/fonts/slick.eot");
  src: url("/wp-content/themes/justarrived/assets/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/justarrived/assets/slick/fonts/slick.woff") format("woff"), url("/wp-content/themes/justarrived/assets/slick/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/justarrived/assets/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*BASE THEME*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  /*
  header + main {
  	margin-top: 7rem;
  	@include media-breakpoint-up(xl) {
  		margin-top: 13rem;
  	}
  	@include media-breakpoint-up(xxxl) {
  		margin-top: 10rem;
  	}
  }
  */
}
html body {
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body h1, html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h3,
html body h4,
html body .h4,
html body h5,
html body .h5,
html body h6,
html body .h6,
html body dd {
  font-family: "Playfair Display", serif;
  margin: 0;
}
html body a {
  text-decoration: none;
}
html body a:focus, html body a:hover {
  text-decoration: none;
}
html body .no--interactive {
  user-select: none;
  pointer-events: none;
}
html body :hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
html body #back-to-top {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 50%;
  bottom: 6rem;
  cursor: pointer;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  line-height: 3rem;
  opacity: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  right: 1rem;
  width: 4rem;
  z-index: 4;
}
html body #back-to-top span {
  color: #fff;
  font-size: 3rem;
  transform: translateY(6px);
}
html body #back-to-top.show {
  opacity: 1;
}
html .btn {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
}
html p,
html li {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
html .big_title {
  color: var(--primary-dark-blue, #1C2242);
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 3.6rem */
  margin-bottom: 1.5rem;
}
html .big_title + p {
  color: #6F6F6F;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
html .breadcrumb {
  padding: 0 !important;
}
html .breadcrumb li:after {
  margin: 0;
}
html .breadcrumb li span {
  color: #141A3D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
html .breadcrumb li:last-child span {
  font-weight: 500;
}
html hr.wp-block-separator {
  border-color: #24ABE1;
}
html .first-letter:first-letter {
  text-transform: uppercase;
}
html .default_page p + .wp-block-heading {
  margin-top: 3rem;
}
html .default_page h2, html .default_page .h2,
html .default_page h3,
html .default_page .h3 {
  border-bottom: 0.1rem solid #dee2e6;
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
html .default_page h4, html .default_page .h4 {
  border-bottom: 0.1rem solid #dee2e6;
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
html .loader-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
html .loader-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html .partner-link {
  color: #034078 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
html .partner-link::after {
  content: ">";
  margin-left: 5px;
}
html .partner-link:hover {
  color: #24ABE1 !important;
}
html .prev-link,
html .next-link {
  display: flex;
}
html .prev-link span,
html .next-link span {
  font-size: 25px;
  line-height: 25px;
  transform: translateY(-4px);
}
html .cf_premium_partners picture img {
  width: 100%;
  height: auto;
}
html .payment_method_bacs p {
  line-height: inherit;
}

.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 50;
}
.modal.show::after {
  opacity: 1;
  visibility: visible;
}
.modal .modal-dialog {
  z-index: 99999;
}

.modal-backdrop {
  display: none;
}

/*PAGES*/
/*PARTS*/
header {
  background: #fff;
  transition: all 0.5s linear;
  /*** HABILLAGE CAMPAGNE ***/
}
@media (min-width: 768px) {
  header.campagne {
    background-color: #000;
  }
}
@media (min-width: 768px) {
  header .navbar-container.campagne {
    position: relative;
  }
  header .navbar-container.campagne .campagne-header {
    min-height: 172px;
    background-size: 1420px;
  }
}
@media (min-width: 1512px) {
  header .navbar-container.campagne .campagne-header {
    background-size: 1720px;
  }
}
@media (min-width: 1680px) {
  header .navbar-container.campagne .campagne-header {
    background-size: 1800px;
  }
}
@media (min-width: 1920px) {
  header .navbar-container.campagne .campagne-header {
    background-size: 1920px;
  }
}
header .navbar-container.campagne #campagne-text-1,
header .navbar-container.campagne #campagne-text-2 {
  font-family: "VAG Rounded Next Extra", sans-serif;
  font-size: 18px;
  font-weight: 1000;
  line-height: 19px;
  text-align: center;
  position: absolute;
  width: 170px;
  color: #FFF;
  top: 130px;
  text-transform: uppercase;
}
header .navbar-container.campagne #campagne-text-1 {
  display: none;
  left: -200px;
}
header .navbar-container.campagne #campagne-text-2 {
  right: -200px;
  display: none;
}
header .navbar-container.campagne .campagne-logo {
  transform: translateX(322px);
  display: none;
}
header .navbar-container.campagne .campagne-link {
  display: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px;
  border: 1px solid #24ABE1;
  background-color: #000;
  text-transform: uppercase;
  transform: translateX(50%);
  position: absolute;
  top: 35%;
  right: 150px;
}
header .navbar-container.campagne .navbar {
  box-shadow: 0px 2px 24px 0px rgba(36, 171, 225, 0.2);
  border-radius: 10px;
}
header .navbar-container.campagne .header-sticky {
  background-color: #FFF;
  padding: 10px;
}
@media (max-width: 1511.98px) {
  header .navbar-container.campagne .header-sticky {
    max-width: 1040px;
  }
}
@media (max-width: 1279.98px) {
  header .topbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-right: 2rem;
    align-items: flex-start;
  }
}
header .topbar .login {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  header .topbar .login {
    padding: inherit;
  }
}
header .topbar .login a {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}
header .topbar .socials {
  list-style-type: none;
}
header .topbar .socials li a {
  color: #fff;
}
@media (min-width: 1280px) {
  header .topbar .socials li a {
    font-size: 2rem;
    margin-right: 1.5rem;
  }
}
header .topbar .lang {
  width: 5rem;
}
@media (min-width: 1280px) {
  header .topbar .lang {
    width: 6.5rem;
  }
}
header .topbar .lang li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .topbar .lang li div {
  margin: 0;
  padding: 0;
}
header .topbar .lang li div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .topbar .lang .wpml-ls-legacy-dropdown-click ul,
header .topbar .lang .wpml-ls-legacy-dropdown-click li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
header .topbar .lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: none;
  border: none;
  width: 6rem;
}
header .topbar .lang .weglot-flags.flag-0 > a:before,
header .topbar .lang .weglot-flags.flag-0 > span:before {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 1.3rem !important;
  margin-right: 0.5rem;
  width: 2rem !important;
}
header .topbar .lang .country-selector.weglot-dropdown {
  background: none;
  display: flex;
  align-items: center;
}
header .topbar .lang .country-selector.weglot-dropdown .wgcurrent {
  border: none;
}
header .topbar .lang .country-selector.weglot-dropdown .wgcurrent:after {
  right: 0;
  top: 16px !important;
}
@media (max-width: 1279.98px) {
  header .topbar .lang .country-selector.weglot-dropdown .wgcurrent:after {
    right: -2rem;
  }
}
header .topbar .lang .country-selector.weglot-dropdown .wgcurrent span {
  align-items: center;
  display: flex;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  header .topbar .lang .country-selector.weglot-dropdown ul {
    right: -3rem;
    top: 100%;
  }
}
header .topbar .city-lang-choice {
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 0.5rem;
  display: flex;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1280px) {
  header .topbar .city-lang-choice {
    padding: 0 1.5rem;
  }
}
header .topbar .city-lang-choice .city {
  align-items: center;
  border-right: 0.1rem solid #000;
  display: flex;
  padding-right: 0.5rem;
}
header .topbar .city-lang-choice .city i {
  color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 1280px) {
  header .topbar .city-lang-choice {
    margin: 0 2rem;
  }
}
header .topbar .city-lang-choice .city select {
  background: none;
  border: none;
  color: #000;
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  header .navbar {
    display: block;
    padding: 1.4rem 0;
  }
}
@media (min-width: 1280px) {
  header .navbar .logo img {
    width: 23rem;
  }
}
header .navbar .navbar-nav {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1280px) {
  header .navbar .navbar-nav {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  header .navbar .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    column-gap: 14px;
    row-gap: 4px;
    grid-auto-columns: minmax(326px, 1fr);
  }
  header .navbar .navbar-nav .nav-item:hover .dropdown-menu[data-type=helpdesk] {
    grid-auto-columns: minmax(422px, 1fr);
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 2rem;
}
@media (min-width: 1440px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 0 0 3rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: var(--primary-blue, #24ABE1);
  text-decoration: underline;
  text-decoration-color: #24ABE1;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.3rem;
}
header .navbar .navbar-nav .sidebar-brand a img {
  max-width: 20rem;
  transition: all 0.5s ease;
}
header .navbar .navbar-nav .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  left: auto;
  right: -150%;
  position: absolute;
  padding: 30px;
  padding-top: 60px;
}
header .navbar .navbar-nav .dropdown-menu:after {
  border-radius: 0.5rem;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(6, 25, 124, 0.18);
  content: "";
  height: 95%;
  top: 2.5rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}
header .navbar .navbar-nav .dropdown-menu[data-type] li {
  position: relative;
}
header .navbar .navbar-nav .dropdown-menu[data-type] li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("https://wordpress-1289217-4854105.cloudwaysapps.com/wp-content/uploads/2024/10/fleche-fine-contour-vers-la-gauche-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 0;
  width: 10px;
  height: 11px;
}
header .navbar .navbar-nav .dropdown-menu[data-type=helpdesk] {
  padding-bottom: 10px;
}
header .navbar .navbar-nav .dropdown-menu[data-type=travailler] {
  padding-bottom: 5px;
}
header .navbar .navbar-nav .dropdown-menu li {
  position: relative;
}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  position: relative;
  white-space: normal;
  text-align: center;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  transition: color 0.5s ease-in-out;
}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background: none;
  color: #24ABE1;
}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item:hover .icon-item {
  background: rgba(36, 171, 225, 0.281);
}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item.active {
  background: none;
  color: #24ABE1;
}
header .navbar .navbar-nav .dropdown-menu li .dropdown-item .icon-item {
  border-radius: 4px;
  background: rgba(36, 171, 225, 0.15);
  display: flex;
  padding: 3px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 36.5px;
  height: 36.5px;
  padding: 11px;
  transition: background 0.5s ease-in-out;
}
header .navbar .navbar-nav .dropdown-menu li.btn {
  flex-basis: 100%;
  max-width: 100%;
}
header .navbar .navbar-nav .dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  display: table;
  margin: auto;
}
header .navbar .navbar-brand img {
  max-width: 20rem;
  margin-bottom: 2rem;
}
header .navbar .menu-toggle {
  display: flex;
  flex-direction: column;
}
header .navbar .menu-toggle span.navbar-icon {
  background: #24ABE1;
  display: block;
  height: 0.3rem;
  margin-bottom: 0.75rem;
  width: 3.5rem;
}
header .navbar .top-bar {
  padding-bottom: 2rem;
}
@media (min-width: 1280px) {
  header .navbar .top-bar {
    position: absolute;
    right: 1rem;
    top: 2rem;
  }
}
header .navbar .top-bar i {
  color: #fff;
  font-size: 2rem;
}
header .navbar .top-bar a.btn {
  background: #F3F5FF;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.5rem 2rem;
}
header .navbar .top-bar a.btn:hover {
  background: #0d6efd;
}
@media (min-width: 1280px) {
  header .navbar .top-bar a.btn {
    font-size: 1.6rem;
    padding: 1rem 4rem;
  }
}
@media (min-width: 1440px) {
  header .navbar .top-bar a.btn {
    padding: 1.5rem 4rem;
  }
}
header .search i {
  color: #fff;
  font-size: 2rem;
}
header .search .search-box {
  display: none;
}
@media (min-width: 1280px) {
  header .search .search-box {
    display: none;
    opacity: 1;
    padding: 0;
    width: 30rem;
  }
  header .search .search-box > .close {
    color: #0d6efd;
    display: table;
    font-size: 3rem;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    text-align: right;
  }
  header .search .search-box p {
    color: #0d6efd;
    font-size: 2rem;
    font-weight: bold;
  }
  header .search .search-box form {
    display: flex;
    position: relative;
  }
  header .search .search-box form input[type=search] {
    border: 0.1rem solid #7A7A7A;
    border-radius: 0.7rem;
    font-size: 1.4rem;
    height: 3rem;
    outline: none;
    text-indent: 1rem;
    width: 100%;
  }
  header .search .search-box form input[type=search]::placeholder {
    color: #000;
    font-size: 1.2rem;
    opacity: 0.5;
  }
  header .search .search-box form input[type=search]:focus::placeholder {
    color: #0d6efd;
  }
  header .search .search-box form input[type=submit] {
    background: #0d6efd;
    border: none;
    color: #fff;
    font-weight: bold;
    flex-basis: 25%;
    height: 3rem;
    max-width: 25%;
    padding: 0 1.5rem;
  }
  header .search .search-box form.focused label {
    color: #0d6efd;
    left: 0;
    top: -50%;
  }
}

#sidebar-wrapper {
  background: #FFF;
  height: 100%;
  margin-right: -30rem;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1031;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper picture img {
  width: 100%;
  height: auto;
}
#sidebar-wrapper > figure {
  left: 2rem;
  position: absolute;
  top: 3.5rem;
}
#sidebar-wrapper .close {
  position: absolute;
  right: 2rem;
  top: 4.5rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 1;
}
#sidebar-wrapper .close:before, #sidebar-wrapper .close:after {
  position: absolute;
  left: 1.5rem;
  content: "";
  height: 2.4rem;
  width: 0.2rem;
  background-color: #000;
}
#sidebar-wrapper .close:before {
  transform: rotate(45deg);
}
#sidebar-wrapper .close:after {
  transform: rotate(-45deg);
}
#sidebar-wrapper .close:hover {
  cursor: pointer;
  opacity: 0.8;
}
#sidebar-wrapper p {
  margin: 3rem 0 0 0;
  text-align: right;
}
#sidebar-wrapper p a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 3rem;
  text-align: right;
}
#sidebar-wrapper.toggled {
  right: 30rem;
  width: 30rem;
}
#sidebar-wrapper .sidebar-nav {
  margin: 0;
  padding: 10rem 0 0 0;
  list-style: none;
}
#sidebar-wrapper .sidebar-nav li {
  text-align: center;
}
#sidebar-wrapper .sidebar-nav li a {
  border-top: 0.1rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #000;
  display: block;
  padding: 1.5rem 3rem 1.5rem 3rem;
  text-align: left;
  text-decoration: none;
  width: fit-content;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
#sidebar-wrapper .sidebar-nav li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sidebar-wrapper .sidebar-nav li a:focus {
  text-decoration: none;
}
#sidebar-wrapper .sidebar-nav li a.dropdown-toggle {
  vertical-align: middle;
}
#sidebar-wrapper .sidebar-nav li a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("https://wordpress-1289217-4854105.cloudwaysapps.com/wp-content/uploads/2024/10/fleche-fine-contour-vers-la-gauche-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 6rem;
  width: 10px;
  height: 11px;
  border: none;
  transition: transform 0.1s ease-in-out;
}
#sidebar-wrapper .sidebar-nav li a.dropdown-toggle::before {
  content: none;
}
#sidebar-wrapper .sidebar-nav li a.dropdown-toggle[aria-expanded=true]::after {
  top: 20px;
  transform: rotate(90deg);
}
#sidebar-wrapper .sidebar-nav li:last-child a {
  border-bottom: 0.1rem solid;
  border-color: rgba(255, 255, 255, 0.2);
}
#sidebar-wrapper .sidebar-nav li.current-menu-item a {
  opacity: 0.8;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu {
  transition: all 0.1s linear;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu[data-type] li {
  position: relative;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu[data-type] li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("https://wordpress-1289217-4854105.cloudwaysapps.com/wp-content/uploads/2024/10/fleche-fine-contour-vers-la-gauche-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 0;
  width: 10px;
  height: 11px;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li {
  background: transparent;
  line-height: inherit;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li .dropdown-item {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  position: relative;
  white-space: normal;
  text-align: center;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  transition: color 0.5s ease-in-out;
  text-align: left;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li .dropdown-item:hover {
  background: none;
  color: #24ABE1;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li .dropdown-item:hover .icon-item {
  background: rgba(36, 171, 225, 0.281);
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li .dropdown-item.active {
  background: none;
  color: #24ABE1;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu li .dropdown-item .icon-item {
  border-radius: 4px;
  background: rgba(36, 171, 225, 0.15);
  display: flex;
  padding: 3px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 36.5px;
  height: 36.5px;
  padding: 11px;
  transition: background 0.5s ease-in-out;
}
#sidebar-wrapper .sidebar-nav li .dropdown-menu.show {
  background: transparent;
  box-shadow: none;
  border: none;
  float: none;
  margin: 0 0 1.5rem 0;
  padding: 0 2rem;
  position: relative !important;
  transform: none !important;
}
#sidebar-wrapper .menu-bottom {
  margin-top: 2.5rem;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content ul li {
  padding: 0 1rem;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content ul li a img {
  object-fit: contain;
  width: 3.5rem;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos {
  align-items: center;
  color: #000;
  display: flex;
  height: 100%;
  padding-top: 2.5rem;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos ul li {
  margin-bottom: 2.5rem;
  text-align: center;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos ul li:last-child {
  margin-bottom: 0;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos ul li a {
  color: #fff;
  font-size: 1.6rem;
}
#sidebar-wrapper .menu-bottom .menu-bottom-content .infos ul li a:hover {
  color: #fd7e14;
}
#sidebar-wrapper.toggled {
  width: 100%;
}

footer {
  position: relative;
  z-index: 6;
}
footer .footer_guide p:first-child {
  color: var(--basic-white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 2.88rem */
}
@media (min-width: 768px) {
  footer .footer_guide p:first-child {
    text-align: center;
  }
}
footer .footer_guide p:nth-child(2) {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  footer .footer_guide p:nth-child(2) {
    text-align: center;
  }
}
footer .footer_guide .gform_wrapper {
  margin: 3.5rem 0;
}
footer .footer_guide .gform_wrapper form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .footer_guide .gform_wrapper form {
    flex-direction: row;
    margin: 0 auto;
    width: 50rem;
  }
}
footer .footer_guide .gform_wrapper form .gform_body {
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer_guide .gform_wrapper form .gform_body {
    width: 75%;
  }
}
footer .footer_guide .gform_wrapper form .gform_body .gform_fields {
  width: 100%;
}
footer .footer_guide .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0;
  width: 100%;
}
footer .footer_guide .gform_wrapper form .gform_body .gform_fields .gfield input {
  border: none;
  border-radius: 0.7rem;
  background: var(--basic-white, #FFF);
  height: 4.5rem;
  font-size: 1.6rem;
  text-indent: 1rem;
  width: 100%;
}
footer .footer_guide .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer_guide .gform_wrapper form .gform_footer {
    width: 25%;
  }
}
footer .footer_guide .gform_wrapper form .gform_footer input[type=submit] {
  background: #24ABE1;
  height: 4.5rem;
  margin: 0;
  width: 100%;
}
footer .footer_guide .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #E1382C;
  padding-bottom: 1.5rem;
  text-align: center;
}
footer .footer_guide .gform_wrapper .gfield_validation_message {
  margin-top: 1rem;
  position: absolute;
  color: red;
  text-align: center;
  left: 0;
  right: 0;
}
footer .footer_guide .gform_wrapper img.gform_ajax_spinner {
  position: absolute;
}
footer .footer_col {
  gap: 30px;
}
@media (min-width: 768px) {
  footer .footer_col {
    gap: inherit;
  }
}
footer .footer_infos .logo img {
  max-width: 100%;
}
footer .footer_socials {
  list-style-type: none;
}
footer .footer_socials li a {
  color: #fff;
}
footer .footer_infos_address p:first-child {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
footer .footer_infos_address p:nth-child(2) {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer_infos_contact p:first-child {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
footer .footer_infos_contact p:nth-child(2) {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer_infos_contact a {
  color: var(--basic-white, #FFF);
  font-size: 1.4rem;
  font-style: normal;
  line-height: 120%;
  /* 1.68rem */
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
footer .footer_menus > p {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
footer .footer_menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer_menus ul li {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
}
footer .footer_menus ul li:last-child {
  margin-bottom: 0;
}
footer .footer_menus ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .copyright p {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.8rem 0;
}

/*HOME*/
main.campagne {
  background: var(--background-top);
  overflow: hidden;
}
main.campagne section {
  justify-content: center;
  position: relative;
}
main.campagne section .campagne-left,
main.campagne section .campagne-right {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  main.campagne section .campagne-left,
  main.campagne section .campagne-right {
    display: none;
  }
}
main.campagne section .campagne-left img,
main.campagne section .campagne-right img {
  display: block;
  height: 100%;
  max-width: 140px;
  object-fit: cover;
}
main.campagne section .campagne-left {
  transform: translatex(-596px);
}
main.campagne section .campagne-right {
  transform: translatex(596px);
}
@media (min-width: 1512px) {
  main.campagne section .campagne-left {
    transform: translatex(-733px);
  }
  main.campagne section .campagne-right {
    transform: translatex(733px);
  }
}
@media (min-width: 1680px) {
  main.campagne section .campagne-left {
    transform: translatex(-778px);
  }
  main.campagne section .campagne-left img,
  main.campagne section .campagne-right img {
    max-width: 230px;
  }
  main.campagne section .campagne-right {
    transform: translatex(778px);
  }
}
@media (min-width: 1920px) {
  main.campagne section .campagne-left {
    transform: translatex(-825px);
  }
  main.campagne section .campagne-left img,
  main.campagne section .campagne-right img {
    max-width: 292px;
  }
  main.campagne section .campagne-right {
    transform: translatex(825px);
  }
}
main .container-campagne {
  background-color: #FFF;
  z-index: 2;
}
@media (max-width: 1511.98px) {
  main .container-campagne {
    max-width: 1040px;
    min-height: 80vh;
  }
}
@media (min-width: 1512px) {
  main .container-campagne {
    min-width: 1320px;
    min-height: 80vh;
  }
}
main .container-campagne .campagne-badge-left {
  position: absolute;
  top: 70px;
  left: -175px;
  width: 100px;
  height: 100px;
  z-index: 3;
}
main .container-campagne .campagne-badge-right {
  position: absolute;
  top: 70px;
  right: -175px;
  width: 100px;
  height: 100px;
  z-index: 3;
}
main .container-campagne .campagne-badge-left,
main .container-campagne .campagne-badge-right {
  display: none;
}
.posts_modify_by_users .single_post__title {
  margin-bottom: 2rem;
}
.posts_modify_by_users .single_post__title h1, .posts_modify_by_users .single_post__title .h1 {
  text-align: center;
}
.posts_modify_by_users .single_post__content h2, .posts_modify_by_users .single_post__content .h2 {
  border-bottom: 0.1rem solid #dbdbdb;
  font-weight: 700;
  line-height: 3.9rem;
  letter-spacing: 0.1842454672px;
  margin-bottom: 2rem;
  padding: 2rem 0 1rem 0;
  text-align: left;
}
.posts_modify_by_users .single_post__content__gallery {
  margin-top: 2.5rem;
}
.posts_modify_by_users .single_post__content__gallery__slider .slick-dots li button:before {
  font-size: 2.4rem;
}
.posts_modify_by_users .single_post__content__gallery__slider .slick-slide img,
.posts_modify_by_users .single_post__content__gallery__slider .slick-slide picture {
  height: 50rem;
  object-fit: contain;
  width: 100%;
}
.posts_modify_by_users .facet h2, .posts_modify_by_users .facet .h2 {
  color: var(--primary-dark-blue, #1C2242);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.posts_modify_by_users .facet .wpgb-button {
  background: #0d6efd;
  color: #fff;
  height: 4rem;
}
@media (min-width: 1280px) {
  .posts_modify_by_users .facet .wpgb-button {
    width: 95%;
  }
}
.posts_modify_by_users .facet .wpgb-hierarchical-list {
  align-items: center;
  display: flex;
}
.posts_modify_by_users .facet .wpgb-hierarchical-list li {
  margin: 0;
  margin-left: 1rem;
}
.posts_modify_by_users .facet .wpgb-hierarchical-list li .wpgb-checkbox {
  align-items: center;
  display: flex;
}
.posts_modify_by_users .facet__habillage .wpgb-facet button.wpgb-apply,
.posts_modify_by_users .facet__habillage .wpgb-facet button.wpgb-reset {
  font-size: 1.4rem;
  width: 97.5%;
}
.posts_modify_by_users .facets .wpgb-facet fieldset {
  margin-bottom: 1rem !important;
}
.posts_modify_by_users .single_posts_modify_by_users {
  display: flex;
  border: none;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.5s ease-in-out;
  position: relative;
}
.posts_modify_by_users .single_posts_modify_by_users .offer-expired-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  transform-origin: top right;
  background: #E1382C;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.posts_modify_by_users .single_posts_modify_by_users .listing-icon {
  margin-right: 5px;
}
.posts_modify_by_users .single_posts_modify_by_users.noflex {
  display: block;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users {
    padding: 20px;
  }
}
.posts_modify_by_users .single_posts_modify_by_users:hover {
  background-color: rgba(36, 171, 225, 0.0666666667);
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content a.link-employeur {
  font-size: 14px;
  font-style: italic;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .job-listing {
  gap: 20px;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .job-listing li {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  min-height: 50px;
  width: auto;
}
@media (max-width: 767.98px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .job-listing li {
    max-width: 100px;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .job-listing li .listing-icon {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .job-listing li.contract-type {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content {
    flex-direction: row;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content.noflex {
  display: block;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__address {
  margin-left: 5px;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__infos {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__infos {
    max-width: 55%;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__infos .single_posts_modify_by_users__title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #141A3D;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__infos .single_posts_modify_by_users__datas {
  display: flex;
  gap: 5px;
  font-size: 14px;
  flex-direction: column;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__infos .single_posts_modify_by_users__datas .single_posts_modify_by_users__hours {
  display: flex;
  gap: 5px;
  align-items: center;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a,
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button {
  padding: 4px 10px;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a,
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button {
    padding: 6px 16px;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a.edit-post-link,
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button.edit-post-link {
  background: #CEE1F2;
  color: #141A3D;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a.edit-post-link:hover,
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button.edit-post-link:hover {
  background: #b9d3e9;
}
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a span,
.posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button span {
  font-size: 11px;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions a span,
  .posts_modify_by_users .single_posts_modify_by_users .single_posts_modify_by_users__content .single_posts_modify_by_users__content__actions button span {
    font-size: 16px;
  }
}
.posts_modify_by_users .single_posts_modify_by_users figure img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media (max-width: 575.98px) {
  .posts_modify_by_users .single_posts_modify_by_users figure img {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
.posts_modify_by_users .single_posts_modify_by_users figure a {
  display: block;
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users figure a img,
.posts_modify_by_users .single_posts_modify_by_users figure a picture {
  height: 10rem;
  object-fit: contain;
  width: 10rem;
}
.posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator {
  align-items: center;
  border-left: 0.1rem solid #ACACAC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator .listing ul {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator .listing ul li {
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
@media (min-width: 1440px) {
  .posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator {
    min-height: 12rem;
  }
}
.posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator span:first-of-type {
  color: #E1382C;
  font-family: Lato;
  font-size: 4.6341rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.posts_modify_by_users .single_posts_modify_by_users .cf_listing_separator span:last-of-type {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.3171rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.posts_modify_by_users .single_posts_modify_by_users__content {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users__content {
    padding: 2rem;
  }
}
.posts_modify_by_users .single_posts_modify_by_users__content h2 > a, .posts_modify_by_users .single_posts_modify_by_users__content .h2 > a {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.posts_modify_by_users .single_posts_modify_by_users__content h2 > a:hover, .posts_modify_by_users .single_posts_modify_by_users__content .h2 > a:hover {
  color: #24ABE1;
}
.posts_modify_by_users .single_posts_modify_by_users__content h2 + p, .posts_modify_by_users .single_posts_modify_by_users__content .h2 + p {
  color: #6F6F6F;
  font-family: Lato;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.posts_modify_by_users .single_posts_modify_by_users__content .taxonomies ul {
  display: flex;
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.posts_modify_by_users .single_posts_modify_by_users__content .taxonomies ul li {
  margin-right: 1rem;
}
.posts_modify_by_users .single_posts_modify_by_users__content .taxonomies ul li a.btn {
  font-size: 1.2rem;
  border-radius: 0;
}
.posts_modify_by_users .single_posts_modify_by_users__content .taxonomies ul li a.btn.default-color {
  background: var(--primary-dark-blue, #1C2242);
  color: #FFF;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking {
  position: relative;
}
@media (max-width: 575.98px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking {
    padding: 0 2rem;
  }
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking > div {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking > div > div {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking figure {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking figure a {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking figure a img {
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking figure a img {
    height: 15rem;
    width: 100%;
    padding: 1rem 0 1rem 2rem;
  }
}
@media (min-width: 1024px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_booking figure a img {
    height: 17.5rem;
    padding: 0;
    width: 100%;
  }
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo {
  position: relative;
}
@media (max-width: 575.98px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo {
    padding: 0 2rem;
  }
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo > div {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo > div > div {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo figure {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo figure a {
  height: 100%;
}
.posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo figure a img {
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo figure a img {
    height: 20rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo figure a img {
    height: 17.5rem;
  }
}
@media (max-width: 575.98px) {
  .posts_modify_by_users .single_posts_modify_by_users.single_posts_modify_by_users_immo .cf_listing_separator {
    border: none;
  }
}

.load_more_booking .wpgb-facet button.wpgb-button {
  background: #24ABE1;
}

@media (min-width: 768px) {
  .cf_news_other_section .facets .wpgb-facet fieldset {
    margin-bottom: 0 !important;
  }
}

/* Style de la modal */
.custom-modal {
  display: none;
  /* Cacher par défaut */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fond semi-transparent */
}

/* Contenu de la modal */
.custom-modal-content {
  background-color: #fff;
  margin: 15% auto;
  /* Centrer verticalement et horizontalement */
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  /* Largeur de la modal */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Bouton fermer */
.custom-modal-close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

/*DEFAULT*/
/*LIBRARY*/
/* SLIDER ------------------------------------------------------------------------------------------*/
.slick-track {
  align-items: center;
  display: flex;
}
.slick-track .slick-slide > div {
  align-items: center;
  display: flex;
}

.slick-loading .slick-list {
  background: url("/wp-content/themes/justarrived/assets/slick/ajax-loader.gif") center center no-repeat;
}

/*COMPONENTS*/
.accordion {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.accordion .accordion-item {
  border-left: 1.5rem solid transparent;
  border-right: none;
  background: none;
}
.accordion .accordion-item[aria-expanded=true] {
  border-left: 1.5rem solid #dc3545;
}
.accordion .accordion-item[aria-expanded=true] .accordion-header .accordion-button {
  color: #dc3545;
}
.accordion .accordion-item:first-child {
  border-top-left-radius: 1rem;
  border-top: none;
}
.accordion .accordion-item:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom: none;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.6rem;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #dc3545;
}
.accordion .accordion-item .accordion-body ul {
  list-style-type: none;
  padding: 0;
}
.accordion .accordion-item .accordion-body ul li {
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.accordion .accordion-item .accordion-body ul li:before {
  content: "●";
  color: #198754;
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.block_faq .accordion {
  background: none;
  border: none;
  box-shadow: none;
}
.block_faq .accordion .accordion-item {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: none;
  margin-bottom: 1.5rem;
  padding: 2rem 0;
}
.block_faq .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-size: 1.6rem;
}
.block_faq .accordion .accordion-item .accordion-header .accordion-button:after {
  background: none;
  color: #dc3545;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.block_faq .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  background: none;
  color: #dc3545;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.block_faq .accordion .accordion-item:first-child {
  border: none;
}
.block_faq .accordion .accordion-item:last-child {
  border: none;
}
.block_faq .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.block_faq .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #dc3545;
}
.facet .wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}
.facet .wpgb-button.wpgb-load-more {
  background: rgb(36, 171, 225);
  display: table;
  margin: 0 auto;
}
.facet .wpgb-button.wpgb-load-more:hover {
  background: rgba(36, 171, 225, 0.8);
}

.wpgb-facet .wpgb-input,
.wpgb-facet .wpgb-select {
  display: flex;
  border: none;
  padding: 12px !important;
  gap: 10px;
  border-radius: 5px !important;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922) !important;
  border: none !important;
}

.results {
  display: flex;
  margin-bottom: 10px;
}
.results .wpgb-result-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.wpgb-pagination {
  margin: auto;
}
.wpgb-pagination .wpgb-page a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  color: inherit;
}
.wpgb-pagination .wpgb-page a[aria-current] {
  background-color: rgba(36, 171, 225, 0.1490196078);
  color: #141A3D !important;
}

.paginate {
  display: table;
  margin: 0 auto;
  margin-top: 6rem;
}
.paginate .wpgb-facet .wpgb-pagination li a {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
.paginate .wpgb-facet .wpgb-pagination li a:hover {
  color: #24ABE1;
  line-height: normal;
  padding: 0;
}
.paginate .wpgb-facet .wpgb-pagination li a[aria-current] {
  color: #24ABE1;
  padding: 0;
}

.facets .wpgb-facet .wpgb-input {
  display: flex;
  border: none;
  padding: 12px;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922);
}

.gform_wrapper .gf_page_steps {
  display: flex;
  justify-content: center;
}
.gform_wrapper .gf_page_steps .gf_step {
  color: #141A3D;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  opacity: 0.43;
  padding: 2.5rem 0;
}
.gform_wrapper .gf_page_steps .gf_step:after {
  content: "-";
  padding: 0 0.5rem;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_last:after {
  content: "";
  padding: 0;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  opacity: 1;
}
.gform_wrapper .gform_heading .gform_required_legend {
  color: red;
  font-size: 1.2rem;
}
.gform_wrapper form .gform_body .gform_fields {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    width: 32%;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.invisible {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio legend {
  color: #141A3D;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio legend {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio legend {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio .gchoice {
  margin: 0 0 0.5rem 0;
  display: flex;
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio .gchoice {
    margin: 0 1.5rem 0 0;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio .gfield_radio label {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 0 0.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-honeypot {
  opacity: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #141A3D;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield span {
  color: #E1382C;
  margin-left: 0.3rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield h3.gsection_title, .gform_wrapper form .gform_body .gform_fields .gfield .gsection_title.h3 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield h3.gsection_title:after, .gform_wrapper form .gform_body .gform_fields .gfield .gsection_title.h3:after {
  background: #24ABE1;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 3rem 0 1rem 0;
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield input,
.gform_wrapper form .gform_body .gform_fields .gfield select,
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  width: 100%;
  display: flex;
  border: none;
  font-size: 14px;
  padding: 12px !important;
  gap: 10px;
  border-radius: 5px !important;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922) !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield select::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder {
  color: #7A7A7A;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=radio], .gform_wrapper form .gform_body .gform_fields .gfield input[type=checkbox],
.gform_wrapper form .gform_body .gform_fields .gfield select[type=radio],
.gform_wrapper form .gform_body .gform_fields .gfield select[type=checkbox],
.gform_wrapper form .gform_body .gform_fields .gfield textarea[type=radio],
.gform_wrapper form .gform_body .gform_fields .gfield textarea[type=checkbox] {
  height: inherit;
  width: inherit;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  height: 10rem;
  padding: 1rem 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  color: #141A3D;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield-choice-input label {
  font-weight: normal;
}
.gform_wrapper form .gform_body .gform_fields .gfield select option {
  font-size: 1.4rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  font-size: 1.4rem;
  margin: 0.2rem 0;
  font-style: italic;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_coupon {
  display: flex;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_coupon #gf_coupon_button {
  background: #24ABE1;
  color: #fff;
  text-indent: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_coupon #gf_coupon_button:hover {
  background: #141A3D;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex {
  margin-bottom: 1.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex span {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex span label {
  font-weight: normal;
  font-size: 1.2rem;
  font-style: italic;
  left: 1rem;
  position: absolute;
  top: 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex span input:focus + label {
  left: auto;
  right: 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex span input.filled + label {
  left: auto;
  right: 1rem;
}
.gform_wrapper form .gform_body .gform_page_footer {
  display: flex;
  align-items: center;
}
.gform_wrapper form .gform_footer {
  margin-top: 2.5rem;
}
.gform_wrapper form .gform_footer input {
  border: none;
  height: 3rem;
  text-indent: 2rem;
  width: 100%;
}
.gform_wrapper form .gform_footer input[type=submit] {
  background: #24ABE1;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  height: 3.5rem;
  padding: 0;
  text-indent: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    margin-top: 0;
  }
}
.gform_wrapper form .gform_previous_button {
  margin-right: 1.5rem;
}
.gform_wrapper form .gform_button,
.gform_wrapper form .gform_previous_button,
.gform_wrapper form .gform_next_button {
  background: #24ABE1;
  border: none;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.068434px;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 10px 20px;
}
.gform_wrapper form .gfield_validation_message {
  color: #E1382C;
  margin-top: 1rem;
}
.gform_wrapper .gform_page_fields {
  margin-bottom: 2.5rem;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #E1382C;
  font-size: 1.4rem !important;
}

.box_form .gform_wrapper form .gform_body {
  width: 100%;
}
.box_form .gform_wrapper form .gform_body .gform_fields {
  width: 100%;
}
.box_form .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
}
.box_form .gform_wrapper form .gform_body .gform_fields .gfield input {
  border: none;
  border-radius: 0.7rem;
  background: var(--basic-white, #FFF);
  height: 4.5rem;
  font-size: 1.6rem;
  text-indent: 1rem;
  width: 100%;
}
.box_form .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.box_form .gform_wrapper form .gform_footer input[type=submit] {
  background: #E1382C;
  border-radius: 0.7rem;
  height: 4.5rem;
  margin: 0;
  width: 100%;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.box_form .gform_wrapper form .gfield_validation_message {
  color: #E1382C;
}
.box_form .gform_validation_errors .gform_submission_error {
  color: #E1382C;
  padding-bottom: 1rem;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: green;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.modal-body .gform_wrapper form .gform_body .gfield_label {
  font-weight: bold;
}
.modal-body .gform_wrapper form .gform_body .gform_fields .gfield label {
  font-size: 1.4rem;
  font-weight: normal;
}
.modal-body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex span label {
  display: none;
}
.modal-body .gform_wrapper form .gform_body .gform_fields .gfield .gchoice {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.ui-datepicker#ui-datepicker-div {
  transform: scale(1.6);
  transform-origin: top left;
  padding: 12px !important;
  background-color: #FFF;
}
.ui-datepicker#ui-datepicker-div .ui-datepicker-prev {
  margin-right: 5px;
}
.ui-datepicker#ui-datepicker-div .ui-datepicker-title {
  display: flex;
  gap: 10px;
}
.ui-datepicker#ui-datepicker-div .ui-datepicker-title select {
  display: flex;
  border: none;
  padding: 5px !important;
  gap: 10px;
  border-radius: 5px !important;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922) !important;
}

.modal-dialog {
  margin-top: 10rem;
  max-width: 50%;
}
@media (max-width: 575.98px) {
  .modal-dialog {
    margin-top: 5rem;
    max-width: 90%;
  }
}
.modal-dialog .modal-content {
  border-radius: 1rem;
}
.modal-dialog .modal-content .modal-header {
  border: none;
  height: 0;
  padding: 0;
  z-index: 2;
}
.modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 2rem;
  border: none;
  font-size: 3rem;
  top: 2rem;
}
.modal-dialog .modal-content .modal-body {
  padding: 2.5rem;
}
.modal-dialog .modal-content .modal-body .gfield--type-honeypot {
  display: none;
}

@media (max-width: 575.98px) {
  .single-cpt_jobs .modal-dialog {
    margin-top: 5rem;
  }
}

.nav-pills li {
  flex-basis: 90%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nav-pills li {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.nav-pills li .nav-link {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 1rem;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 5.6rem;
  padding: 0.5rem 3rem;
}
@media (min-width: 768px) {
  .nav-pills li .nav-link {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .nav-pills li .nav-link {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 2rem 3rem;
  }
}
@media (min-width: 1280px) {
  .nav-pills li .nav-link {
    border-left: 1.5rem solid transparent;
  }
  .nav-pills li .nav-link:hover {
    border-color: #dc3545;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-left: 1.5rem solid;
    color: #dc3545;
  }
  .nav-pills li .nav-link:hover i {
    color: #dc3545;
  }
}
.nav-pills li .nav-link i {
  font-size: 3rem;
  padding-right: 2rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .nav-pills li .nav-link i {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .nav-pills li .nav-link i {
    font-size: 5rem;
  }
}
.nav-pills li .nav-link.active {
  background: #fff;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  border-left: 1.5rem solid #dc3545;
  color: #dc3545;
}
.nav-pills li .nav-link.active i {
  color: #dc3545;
}

.tab-content .tab-pane ul {
  list-style-type: none;
  margin-top: 1.5rem;
}
@media (min-width: 1280px) {
  .tab-content .tab-pane ul {
    margin-top: 3rem;
  }
}
.tab-content .tab-pane ul li {
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .tab-content .tab-pane ul li {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}
@media (min-width: 1280px) {
  .tab-content .tab-pane ul li {
    margin-bottom: 3rem;
  }
}
.tab-content .tab-pane ul li:before {
  left: -2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.sidebar {
  border-radius: 0.7rem;
  overflow-x: hidden;
}
.sidebar .cf_content_sidebar {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .sidebar .cf_content_sidebar {
    padding: 2.5rem 0;
  }
}
.sidebar .cf_content_sidebar picture img {
  width: 100%;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_jobs .cf_content_sidebar_jobs_single {
  border-radius: 0.7rem;
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.sidebar .cf_content_sidebar .cf_content_sidebar_jobs .cf_content_sidebar_jobs_single:last-child {
  margin-bottom: 0;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_jobs .related-offers-container {
  position: relative;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_jobs .related-offers-container .swiper-pagination {
  bottom: -20px;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_jobs .related-offers-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #24ABE1;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single {
  background: var(--basic-white, #FFF);
  display: block;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single > p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  text-align: start;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single:last-child {
  border: none;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single i {
  color: #24ABE1;
  flex-basis: 5%;
  max-width: 5%;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single i.cf_content_sidebar_single_icon {
  flex-basis: 7.5%;
  max-width: 7.5%;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single a {
  flex-basis: 90%;
  width: 100%;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single a:hover {
  color: #24ABE1;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_listing .cf_content_sidebar_single a .cf_content_sidebar_single_text {
  flex-basis: 100%;
  max-width: 78%;
}
.sidebar .cf_content_sidebar h3, .sidebar .cf_content_sidebar .h3,
.sidebar .cf_content_sidebar p,
.sidebar .cf_content_sidebar .cf_content_sidebar_single {
  cursor: pointer;
}
.sidebar .cf_content_sidebar h3:hover .icon-item, .sidebar .cf_content_sidebar .h3:hover .icon-item,
.sidebar .cf_content_sidebar p:hover .icon-item,
.sidebar .cf_content_sidebar .cf_content_sidebar_single:hover .icon-item {
  background: rgba(36, 171, 225, 0.281);
}
.sidebar .cf_content_sidebar h3:hover .cf_content_sidebar_single_text, .sidebar .cf_content_sidebar .h3:hover .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar h3:hover a,
.sidebar .cf_content_sidebar .h3:hover a,
.sidebar .cf_content_sidebar p:hover .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar p:hover a,
.sidebar .cf_content_sidebar .cf_content_sidebar_single:hover .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar .cf_content_sidebar_single:hover a {
  color: #24ABE1;
}
.sidebar .cf_content_sidebar h3 .cf_content_sidebar_single_text, .sidebar .cf_content_sidebar .h3 .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar h3 a,
.sidebar .cf_content_sidebar .h3 a,
.sidebar .cf_content_sidebar p .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar p a,
.sidebar .cf_content_sidebar .cf_content_sidebar_single .cf_content_sidebar_single_text,
.sidebar .cf_content_sidebar .cf_content_sidebar_single a {
  color: #141A3D;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 120%;
  transition: color 0.5s ease-in-out;
}
.sidebar .cf_content_sidebar h3 .cf_content_sidebar_single_text:hover, .sidebar .cf_content_sidebar .h3 .cf_content_sidebar_single_text:hover,
.sidebar .cf_content_sidebar h3 a:hover,
.sidebar .cf_content_sidebar .h3 a:hover,
.sidebar .cf_content_sidebar p .cf_content_sidebar_single_text:hover,
.sidebar .cf_content_sidebar p a:hover,
.sidebar .cf_content_sidebar .cf_content_sidebar_single .cf_content_sidebar_single_text:hover,
.sidebar .cf_content_sidebar .cf_content_sidebar_single a:hover {
  color: #24ABE1;
}
.sidebar .cf_content_sidebar h3 .icon-item, .sidebar .cf_content_sidebar .h3 .icon-item,
.sidebar .cf_content_sidebar p .icon-item,
.sidebar .cf_content_sidebar .cf_content_sidebar_single .icon-item {
  border-radius: 4px;
  background: rgba(36, 171, 225, 0.15);
  display: flex;
  padding: 3px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 36.5px;
  height: 36.5px;
  padding: 11px;
  transition: background 0.5s ease-in-out;
}
.sidebar .cf_content_sidebar h3 .cf_content_sidebar_single_cat, .sidebar .cf_content_sidebar .h3 .cf_content_sidebar_single_cat,
.sidebar .cf_content_sidebar p .cf_content_sidebar_single_cat,
.sidebar .cf_content_sidebar .cf_content_sidebar_single .cf_content_sidebar_single_cat {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: color 0.5s ease-in-out;
  position: relative;
}
.sidebar .cf_content_sidebar h3 .cf_content_sidebar_single_cat::after, .sidebar .cf_content_sidebar .h3 .cf_content_sidebar_single_cat::after,
.sidebar .cf_content_sidebar p .cf_content_sidebar_single_cat::after,
.sidebar .cf_content_sidebar .cf_content_sidebar_single .cf_content_sidebar_single_cat::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("https://wordpress-1289217-4854105.cloudwaysapps.com/wp-content/uploads/2024/10/fleche-fine-contour-vers-la-gauche-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 0;
  width: 10px;
  height: 11px;
}
.sidebar .cf_content_sidebar p:not(.cf_content_sidebar_single_cat) a:before {
  content: "➔";
  margin-right: 0.5rem;
  font-size: inherit;
  font-style: normal;
  color: #24ABE1;
}
.sidebar .cf_content_sidebar .title:after {
  content: "";
  flex-grow: 1;
  background: #24ABE1;
  /* ou toute autre couleur de votre choix */
  height: 1px;
  margin-left: 2rem;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_title {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
  position: relative;
  margin: 0;
  flex-grow: 0;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_whitepaper {
  border-radius: 0.5rem;
  border: 1px solid var(--primary-blue, #24ABE1);
  background: var(--primary-blue, #24ABE1);
  position: relative;
}
.sidebar .cf_content_sidebar .cf_content_sidebar_whitepaper:after {
  background: url("/wp-content/themes/justarrived/assets/img/bg_whitepaper.png");
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 15rem;
  right: 0;
  position: absolute;
  width: 20rem;
}

form .form-row {
  margin: 0 0 2.5rem 0;
  padding: 0;
}
form .form-row.form-row-first, form .form-row.form-row-last {
  width: 49%;
}
form.form-register {
  border: inherit;
  border-radius: 0.7rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #141A3D;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  form.form-register {
    padding: 40px;
    box-shadow: 0px 2px 4px 0px rgba(36, 171, 225, 0.11);
  }
}
form.form-register .error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
form.form-register #user-type-step,
form.form-register #user-details-step {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
form.form-register #user-type-step .acf-field {
  gap: 8px;
}
form.form-register #user-details-step .register-form-fieldset {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  form.form-register #user-details-step .register-form-fieldset {
    gap: 14px;
  }
}
form.form-register #user-details-step .register-form-fieldset .fieldset-content {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
form.form-register #user-details-step .register-form-fieldset .product-card {
  max-width: 420px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 20px;
  padding: 20px;
  background: rgba(36, 171, 225, 0.1490196078);
  box-shadow: 0px 2px 4px 0px rgba(36, 171, 225, 0.11);
}
form.form-register #user-details-step .register-form-fieldset .product-card .product-features {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19.36px;
  letter-spacing: -0.25px;
  color: #034078;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form.form-register #user-details-step .register-form-fieldset .product-card .product-card-price {
  margin: 0 0 15px;
  font-weight: 700;
  color: #24ABE1;
  font-size: 34px;
  line-height: 44.37px;
}
form.form-register #user-details-step .register-form-fieldset .product-card .product-card-price em {
  font-style: normal;
  font-size: 14px;
  line-height: 18.27px;
  font-weight: 600;
}
form.form-register #user-details-step .register-form-fieldset .acf-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1024px) {
  form.form-register #user-details-step .register-form-fieldset .acf-fields {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field {
    width: 320px;
  }
  form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field[data-name=email] {
    width: auto;
    grid-column: span 2;
  }
}
form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field .acf-input-wrap {
  position: relative;
}
form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field .acf-input-wrap input {
  border-radius: 4px;
  border: 0.5px solid rgba(2, 17, 40, 0.4);
  background: #FFF;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  color: #141A3D;
}
form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field .acf-input-wrap svg {
  width: 18px;
  height: 18px;
}
form.form-register #user-details-step .register-form-fieldset .acf-fields .acf-field .acf-input-wrap .upload-logo-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
form.form-register #user-details-step .register-form-fieldset[type=submit] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
form.form-register #user-details-step button.button[disabled]:hover::after {
  content: "Renseigne tous les champs obligatoires avant de continuer.";
}
form.form-register #user-details-step #back-to-step1 {
  border: none;
  background: none;
  position: absolute;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  top: -28px;
  left: -20px;
  color: #24ABE1;
  padding: 0;
}
form.form-register #user-details-step #back-to-step1 svg {
  width: 36px;
}
@media (min-width: 768px) {
  form.form-register #user-details-step #back-to-step1 svg {
    transition: color 0.5s ease-in-out;
  }
}
@media (min-width: 768px) {
  form.form-register #user-details-step #back-to-step1 svg:hover {
    color: #034078;
  }
}
form.form-register h1, form.form-register .h1 {
  border: none;
  color: #034078;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
form.form-register input.input-text,
form.form-register textarea {
  border-radius: 4px;
  border: 0.5px solid rgba(2, 17, 40, 0.4);
  background: #FFF;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  color: #141A3D;
}
form.form-register input.input-text:focus,
form.form-register textarea:focus {
  border-color: #979797;
}
form.form-register .submit-register-wrapper {
  margin-top: 14px;
}
@media (min-width: 1024px) {
  form.form-register .submit-register-wrapper {
    margin: 0;
  }
}
form.form-register button.button {
  background: #24ABE1;
  border-radius: 0.7rem;
  color: #fff;
  line-height: 1.6rem;
  letter-spacing: 0.068434px;
  padding: 1.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
form.form-register button.button[type=submit] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
form.form-register button.button:hover:not([disabled]) {
  background: #141A3D;
}
form.form-register button.button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  position: relative;
  padding: 1.5rem 2rem !important;
  background-color: #e9e6ed;
}
form.form-register button.button[disabled]:hover::after {
  content: "Veuillez choisir un type d’utilisateur avant de continuer.";
  background-color: #24ABE1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  z-index: 100;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.4rem;
  white-space: normal;
}
@media (min-width: 1024px) {
  form.form-register button.button[disabled]:hover::after {
    transform: none;
    bottom: -18px;
    left: inherit;
    width: 150px;
    right: -160px;
  }
}
form.form-register .woocommerce-privacy-policy-text {
  color: #24ABE1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0.0468470007px;
  text-align: left;
}
form.form-register select {
  border: 0.1rem solid #eee;
  color: #767676;
  font-size: 1.4rem;
  height: 4rem;
}
form.form-register label.checkbox {
  font-size: 1.4rem;
}
form.form-register .register-form-fieldset .acf-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
form.form-register .register-form-fieldset .acf-field .acf-label {
  font-size: 18px;
  font-weight: 400;
}
form.form-register .register-form-fieldset .acf-field .acf-label label[for=acf-field_67117b928b26f] {
  color: #7A7A7A;
  text-align: center;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list:not([data-role-custom]) {
  display: none;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] {
  display: flex;
  margin: 0;
  justify-content: space-around;
  gap: 20px;
}
@media (min-width: 1024px) {
  form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] {
    flex-direction: row;
    gap: 40px;
  }
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li {
  border-radius: 0.7em;
  background-color: rgba(216, 230, 236, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(99, 194, 232, 0.185);
  transition: all 0.5s ease;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li:hover {
  background-color: rgba(36, 171, 225, 0.281);
  box-shadow: 0px 2px 4px 0px rgba(99, 194, 232, 0.4);
}
@media (min-width: 768px) {
  form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li:hover {
    transform: scale(1.05);
  }
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li > * {
  transform: none;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li.active {
  background-color: rgba(36, 171, 225, 0.589);
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li .role-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  cursor: pointer;
  width: 159px;
  margin: auto;
}
form.form-register .register-form-fieldset .acf-field[data-name=role] .acf-radio-list[data-role-custom] li .role-field .role-label-txt {
  width: 70%;
  text-align: center;
  font-size: 14px;
}
form.form-register .connection-link {
  font-size: 14px;
}
form.form-register .connection-link p {
  color: #7A7A7A;
  margin: 0;
}
form.form-register .connection-link a {
  text-decoration: underline;
  display: block;
}

/*CF*/
.cf_about p, .cf_about li {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_about ul {
  list-style-type: none;
  margin: 0;
  padding: 3rem 0 3rem 6rem;
}
.cf_about ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cf_about ul li:last-child {
  margin-bottom: 0;
}
.cf_about ul li:before {
  content: "\f00c";
  color: #07BC7D;
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  left: -3rem;
  position: absolute;
  top: 0.1rem;
}

.cf_banner {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.cf_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 5px;
}
.cf_banner:not(.campagne) {
  margin: 0 2rem;
}
.cf_banner:not(.campagne):after {
  bottom: 0;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: rgba(28, 34, 66, 0.58);
  content: "";
  filter: blur(131px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cf_banner strong {
  color: #FFF;
  font-weight: 600;
}
.cf_banner .position-absolute {
  left: 5%;
  margin: 0 auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.cf_banner.campagne {
  background: linear-gradient(90deg, #2F2884 0%, #05ACE9 29%, #894091 53%, #482682 100%);
  margin: 0;
  border-radius: 0;
  overflow: inherit;
}
.cf_banner.campagne .cf_banner_container {
  padding-left: 90px;
  margin: 0 2rem;
}
.cf_banner.campagne .position-absolute {
  z-index: 3;
  left: 0;
}
.cf_banner.campagne .btn-campagne-left,
.cf_banner.campagne .btn-campagne-right {
  position: absolute;
  font-family: "VAG Rounded Next Extra", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 1000;
  line-height: 19px;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px;
  border: 1px solid #24ABE1;
  text-transform: uppercase;
  z-index: 4;
  bottom: -180px;
  width: 138px;
  display: none;
}
.cf_banner.campagne .btn-campagne-left {
  left: -14%;
  background-color: #24ABE1;
}
.cf_banner.campagne .btn-campagne-right {
  right: -14%;
  background-color: #4A2782;
}
@media (min-width: 768px) {
  .cf_banner .cf_banner_title {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .cf_banner .cf_banner_title {
    width: 65%;
  }
}
.cf_banner .cf_banner_title h1, .cf_banner .cf_banner_title .h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 5.52rem */
}
@media (max-width: 575.98px) {
  .cf_banner .cf_banner_title h1, .cf_banner .cf_banner_title .h1 {
    font-size: 3rem;
  }
}
.cf_banner .cf_banner_desc {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cf_banner .cf_banner_desc {
    width: 50rem;
  }
}
@media (min-width: 1280px) {
  .cf_banner .cf_banner_desc {
    width: 65rem;
  }
}
.cf_banner .cf_banner_desc p {
  color: var(--basic-white, #FFF);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_banner .cf_banner_desc .data-banner {
  gap: 5px;
}
.cf_banner .cf_banner_desc .data-banner .listing-icon-banner {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 30px;
  height: 27px;
}
.cf_banner .cf_banner_link {
  position: relative;
  z-index: 2;
}
.cf_banner .cf_banner_link p {
  color: var(--primary-light-blue, #EAF0FF);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 2.4rem */
}
.cf_banner .cf_banner_img.campagne {
  background-color: #FFF;
  position: relative;
}
.cf_banner .cf_banner_img figure img {
  border-radius: 1rem;
  height: 25rem;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cf_banner .cf_banner_img figure img {
    height: 35rem;
  }
}

.home .cf_banner .cf_banner_title h1, .home .cf_banner .cf_banner_title .h1 {
  font-size: 4.8rem;
}
@media (max-width: 575.98px) {
  .home .cf_banner .cf_banner_title h1, .home .cf_banner .cf_banner_title .h1 {
    font-size: 3rem;
  }
}
.home .cf_banner .cf_banner_img figure img {
  height: 45rem;
}

@media (min-width: 1280px) {
  .single .cf_banner .cf_banner_title {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .p-start-3 {
    left: -3rem;
  }
}

strong {
  font-weight: 500;
  color: #141A3D;
}

.cf_content_contact .cf_content_partners_logo img,
.cf_content_img .cf_content_partners_logo img {
  max-width: 20rem;
  object-fit: contain;
  height: auto;
}
.cf_content_contact .content .laure-highlighted-wrappers a img,
.cf_content_img .content .laure-highlighted-wrappers a img {
  display: block;
  height: auto;
  width: 100%;
}
.cf_content_contact .content .alignleft,
.cf_content_img .content .alignleft {
  float: left;
  display: block;
  margin: 0 2rem 2rem 0;
}
.cf_content_contact .content .alignright,
.cf_content_img .content .alignright {
  float: right;
  display: block;
  margin: 0 0 2rem 2rem;
}
.cf_content_contact .content h1, .cf_content_contact .content .h1,
.cf_content_img .content h1,
.cf_content_img .content .h1 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 1.5rem 0;
}
.cf_content_contact .content h2, .cf_content_contact .content .h2,
.cf_content_img .content h2,
.cf_content_img .content .h2 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_content_contact .content h3, .cf_content_contact .content .h3,
.cf_content_img .content h3,
.cf_content_img .content .h3 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_content_contact .content h4, .cf_content_contact .content .h4,
.cf_content_img .content h4,
.cf_content_img .content .h4 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_content_contact .content h5, .cf_content_contact .content .h5,
.cf_content_img .content h5,
.cf_content_img .content .h5 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_content_contact .content h6, .cf_content_contact .content .h6,
.cf_content_img .content h6,
.cf_content_img .content .h6 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_content_contact .content p,
.cf_content_contact .content li,
.cf_content_img .content p,
.cf_content_img .content li {
  color: #595959;
  margin: 1.5rem 0;
  text-align: justify;
}
.cf_content_contact .content ul,
.cf_content_img .content ul {
  padding-left: 4rem;
}
.cf_content_contact .content ul li,
.cf_content_img .content ul li {
  margin: 0 0 1rem 0;
}
.cf_content_contact .content .listing,
.cf_content_img .content .listing {
  display: flex;
  flex-direction: column;
  gap: 0 100px;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cf_content_contact .content .listing,
  .cf_content_img .content .listing {
    flex-direction: inherit;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cf_content_contact .content .listing .listing-item,
.cf_content_img .content .listing .listing-item {
  list-style-type: none;
  margin: 0 1rem 2rem 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.cf_content_contact .content .listing .listing-item > *:first-child,
.cf_content_img .content .listing .listing-item > *:first-child {
  font-weight: 500;
}
.cf_content_contact .content .listing li,
.cf_content_img .content .listing li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #141A3D;
}
.cf_content_contact .content .listing li svg,
.cf_content_img .content .listing li svg {
  margin-right: 5px;
}
.cf_content_contact p a,
.cf_content_contact p > b a,
.cf_content_contact p > a,
.cf_content_contact p > strong > a,
.cf_content_contact p > em > a,
.cf_content_contact p > i > a,
.cf_content_contact ul > li > a,
.cf_content_contact ol > li > a,
.cf_content_contact td > a,
.cf_content_img p a,
.cf_content_img p > b a,
.cf_content_img p > a,
.cf_content_img p > strong > a,
.cf_content_img p > em > a,
.cf_content_img p > i > a,
.cf_content_img ul > li > a,
.cf_content_img ol > li > a,
.cf_content_img td > a {
  color: #595959;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.cf_content_contact p a:hover,
.cf_content_contact p > b a:hover,
.cf_content_contact p > a:hover,
.cf_content_contact p > strong > a:hover,
.cf_content_contact p > em > a:hover,
.cf_content_contact p > i > a:hover,
.cf_content_contact ul > li > a:hover,
.cf_content_contact ol > li > a:hover,
.cf_content_contact td > a:hover,
.cf_content_img p a:hover,
.cf_content_img p > b a:hover,
.cf_content_img p > a:hover,
.cf_content_img p > strong > a:hover,
.cf_content_img p > em > a:hover,
.cf_content_img p > i > a:hover,
.cf_content_img ul > li > a:hover,
.cf_content_img ol > li > a:hover,
.cf_content_img td > a:hover {
  color: var(--primary-blue, #24ABE1);
}
.cf_content_contact .block-contenu-cta,
.cf_content_img .block-contenu-cta {
  border-radius: 0.5rem;
  border: 0.1rem solid var(--primary-blue, #24ABE1);
  background: var(--primary-blue, #24ABE1);
  margin-top: 5rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .cf_content_contact .block-contenu-cta,
  .cf_content_img .block-contenu-cta {
    padding: 3rem 4rem;
  }
}
.cf_content_contact .block-contenu-cta h3, .cf_content_contact .block-contenu-cta .h3,
.cf_content_img .block-contenu-cta h3,
.cf_content_img .block-contenu-cta .h3 {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 0;
}
.cf_content_contact .block-contenu-cta p,
.cf_content_img .block-contenu-cta p {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_content_contact .wp-block-quote,
.cf_content_img .wp-block-quote {
  border-radius: 0.7rem;
}
.cf_content_contact .wp-block-quote > p,
.cf_content_img .wp-block-quote > p {
  border-radius: 0.7rem;
}
.cf_content_contact .wp-block-quote a,
.cf_content_img .wp-block-quote a {
  color: #fff;
  display: block;
  padding-top: 1rem;
}

.wp-block-buttons {
  margin-top: 2.5rem;
}

@media (max-width: 575.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: 100%;
  width: auto;
}
@media (max-width: 575.98px) {
  .wp-block-media-text__media img,
  .wp-block-media-text__media video {
    display: table;
    margin: 0 auto;
  }
}

.wp-block-post-featured-image.aligncenter {
  display: table;
  margin: 0 auto;
}

blockquote,
.wp-block-quote {
  background: #F6F6F6;
  border-radius: 1.5rem;
  margin: 3rem 0;
  padding: 2rem 3rem;
  position: relative;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #24ABE1;
}
blockquote p,
.wp-block-quote p {
  font-size: 2.2rem !important;
  font-style: italic;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}
blockquote:before,
.wp-block-quote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro", serif;
  font-size: 4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -1.5rem;
  color: #0073e6;
  opacity: 0.8;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #777;
  font-style: normal;
}

.wp-block-heading a {
  color: #24ABE1;
}
.wp-block-heading a:hover {
  color: #141A3D;
}

.widget {
  position: relative;
  z-index: 1;
}
.widget li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget p {
  color: var(--basic-white, #FFF);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}

.img_box_shadow {
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  width: 75%;
  z-index: 1;
}
.img_box_shadow img {
  border-radius: 1rem;
  height: 25rem;
  object-fit: cover;
}

.content_box_shadow {
  border-radius: 1rem;
  background: white;
  box-shadow: 0px 0px 17px 0px rgba(6, 25, 124, 0.2);
  margin-top: -3rem;
  padding: 5rem 2rem 2rem;
}
@media (min-width: 768px) {
  .content_box_shadow {
    padding: 5rem;
  }
}
.content_box_shadow h3, .content_box_shadow .h3 {
  color: var(--primary-dark-blue, #1C2242);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content_box_shadow p {
  color: #6F6F6F;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box_shadow {
  border-radius: 1rem;
  background: white;
  box-shadow: 0px 0px 17px 0px rgba(6, 25, 124, 0.2);
  margin-top: 3rem;
  padding: 2.8rem;
}
@media (min-width: 768px) {
  .box_shadow {
    margin-top: 6rem;
    padding: 4.8rem;
  }
}
.box_shadow .guide_box_shadow {
  border-radius: 1rem;
  background: #02AEEF;
  margin-top: 3rem;
  padding: 2rem;
}
@media (min-width: 1280px) {
  .box_shadow .guide_box_shadow {
    padding: 2.5rem 5rem;
  }
}
.box_shadow .guide_box_shadow h3, .box_shadow .guide_box_shadow .h3 {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 2.88rem */
}
.box_shadow .guide_box_shadow h4, .box_shadow .guide_box_shadow .h4 {
  display: none;
}
.box_shadow .guide_box_shadow p {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cf_content_partners_type i {
  font-size: 2.5rem;
}

.cf_helpdesk_subdesc h2, .cf_helpdesk_subdesc .h2 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 2rem 0 1.5rem 0;
}
.cf_helpdesk_subdesc .cf_content_partners_infos p {
  text-align: start;
}
.cf_helpdesk_subdesc p {
  text-align: center;
}

@media (min-width: 768px) {
  .cf_booking .view_all {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
.cf_booking .cf_booking_listing .cf_booking_single {
  border-radius: 1rem;
  background: var(--basic-white, #FFF);
  /* SHADOW */
  box-shadow: 0px 0px 14px 0px rgba(6, 25, 124, 0.18);
}
@media (min-width: 1440px) {
  .cf_booking .cf_booking_listing .cf_booking_single .cf_listing_separator {
    min-height: 12rem;
  }
}
.cf_booking .cf_booking_listing .cf_booking_single .cf_listing_separator span:first-of-type {
  color: #E1382C;
  font-family: Poppins;
  font-size: 4.6341rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.cf_booking .cf_booking_listing .cf_booking_single .cf_listing_separator span:last-of-type {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.3171rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content h3, .cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content .h3,
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content h3 > a,
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content .h3 > a {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.92rem */
}
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content h3:hover, .cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content .h3:hover,
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content h3 > a:hover,
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content .h3 > a:hover {
  color: #24ABE1;
}
.cf_booking .cf_booking_listing .cf_booking_single .cf_booking_content p {
  color: #6F6F6F;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.cf_booking .cf_booking_listing .cf_booking_single figure img {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  height: 16rem;
  object-fit: cover;
  width: 100%;
}
.cf_booking.cf_booking_component .cf_booking_single img {
  height: 15rem;
  object-fit: cover;
}

.cf_infos {
  background: rgba(189, 189, 189, 0.14);
}
.cf_infos .cf_infos_listing .cf_infos_single {
  border-radius: 1rem;
}
.cf_infos .cf_infos_listing .cf_infos_single a {
  display: block;
  position: relative;
}
.cf_infos .cf_infos_listing .cf_infos_single a:after {
  background: rgba(12, 53, 69, 0.74);
  border-radius: 1rem;
  content: "";
  position: absolute;
  inset: 0;
}
.cf_infos .cf_infos_listing .cf_infos_single a h3, .cf_infos .cf_infos_listing .cf_infos_single a .h3 {
  bottom: 5rem;
  color: var(--basic-white, #FFF);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 2.88rem */
  left: 5rem;
  position: absolute;
  right: 1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .cf_infos .cf_infos_listing .cf_infos_single a h3, .cf_infos .cf_infos_listing .cf_infos_single a .h3 {
    font-size: 2rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .cf_infos .cf_infos_listing .cf_infos_single a h3, .cf_infos .cf_infos_listing .cf_infos_single a .h3 {
    left: 3rem;
    right: 1rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .cf_infos .cf_infos_listing .cf_infos_single a h3, .cf_infos .cf_infos_listing .cf_infos_single a .h3 {
    left: 5rem;
  }
}
.cf_infos .cf_infos_listing .cf_infos_single a:hover:after {
  background: rgba(36, 171, 225, 0.72);
}
.cf_infos .cf_infos_listing .cf_infos_single figure,
.cf_infos .cf_infos_listing .cf_infos_single img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
}

.cf_jobs {
  background: rgba(189, 189, 189, 0.14);
}
@media (min-width: 768px) {
  .cf_jobs .view_all {
    bottom: 1rem;
    position: absolute;
    right: 0;
  }
}
.cf_jobs .cf_jobs_listing .cf_jobs_single {
  border-radius: 1rem;
  background: #FFF;
  padding: 2rem;
  /* SHADOW */
  box-shadow: 0px 0px 14px 0px rgba(6, 25, 124, 0.18);
}
.cf_jobs .cf_jobs_listing .cf_jobs_single h3, .cf_jobs .cf_jobs_listing .cf_jobs_single .h3 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.8rem */
}
.cf_jobs .cf_jobs_listing .cf_jobs_single span {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.2rem */
}
.cf_jobs .cf_jobs_listing .cf_jobs_single span i {
  color: #24ABE1;
}
.cf_jobs .cf_jobs_listing .cf_jobs_single .job_company {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.68rem */
  padding-left: 1rem;
  max-width: 100px;
}
.cf_jobs .cf_jobs_listing .cf_jobs_single figure img {
  height: 4rem;
  object-fit: contain;
  width: 4rem;
}

.cf_content_images .box_shadow img {
  height: 10rem;
  object-fit: contain;
  width: 10rem;
}
.cf_content_images .cf_content_partners figure img {
  height: 10rem;
  object-fit: contain;
  width: 10rem;
}

.cf_content_partners_title_wrapper a,
.cf_content_partners_title_wrapper button {
  padding: 4px 10px;
}
@media (min-width: 768px) {
  .cf_content_partners_title_wrapper a,
  .cf_content_partners_title_wrapper button {
    padding: 6px 16px;
  }
}
.cf_content_partners_title_wrapper a.edit-post-link,
.cf_content_partners_title_wrapper button.edit-post-link {
  background: #CEE1F2;
  color: #141A3D;
}
.cf_content_partners_title_wrapper a.edit-post-link:hover,
.cf_content_partners_title_wrapper button.edit-post-link:hover {
  background: #b9d3e9;
}
.cf_content_partners_title_wrapper a span,
.cf_content_partners_title_wrapper button span {
  font-size: 11px;
}
@media (min-width: 768px) {
  .cf_content_partners_title_wrapper a span,
  .cf_content_partners_title_wrapper button span {
    font-size: 16px;
  }
}
.cf_content_partners_title_wrapper a svg,
.cf_content_partners_title_wrapper button svg {
  margin-left: 5px;
}

.cf_listing_tools_repeater .cf_listing_tools_repeater_single {
  margin-bottom: 5rem;
}
@media (min-width: 1280px) {
  .cf_listing_tools_repeater .cf_listing_tools_repeater_single {
    margin-bottom: 10rem;
  }
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .h3 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 3rem */
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single p {
  color: var(--basic-grey, #7A7A7A);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_content p > a {
  color: #595959;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_content picture img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk picture img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a {
  position: relative;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a .h3 {
  bottom: 5rem;
  color: var(--basic-white, #FFF);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 2.88rem */
  left: 5rem;
  position: absolute;
  right: 1rem;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a .h3 {
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a .h3 {
    font-size: 2rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a .h3 {
    left: 3rem;
    right: 1rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a h3, .cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a .h3 {
    left: 5rem;
  }
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk a:after {
  background: rgba(12, 53, 69, 0.74);
  border-radius: 1rem;
  content: "";
  position: absolute;
  inset: 0;
}
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk__2 figure,
.cf_listing_tools_repeater .cf_listing_tools_repeater_single .cf_listing_tools_repeater_helpdesk__2 img {
  height: 27rem;
}

.cf_partners .campagne {
  z-index: 2;
}
.cf_partners .cf_partners_title p {
  color: #141A3D;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 2.4rem */
  text-align: center;
}
.cf_partners .cf_partners_grid img {
  height: 10rem;
  object-fit: contain;
  width: 10rem;
}
.cf_partners .slick-dots {
  bottom: -5rem;
}
.cf_partners .slick-dots li button:before {
  font-size: 1.2rem;
}

.cf_content_partners_type picture img {
  width: 100%;
  height: auto;
}

.cf_content_partners .cf_content_partners_title_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.cf_content_partners .cf_content_partners_title_wrapper .offer-expired-banner {
  background: #E1382C;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cf_content_partners .cf_content_partners_title h1, .cf_content_partners .cf_content_partners_title .h1,
.cf_content_partners .cf_content_partners_title span,
.cf_content_partners .cf_content_partners_title h2,
.cf_content_partners .cf_content_partners_title .h2 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cf_content_partners .cf_content_partners_socials ul {
  list-style-type: none;
}
.cf_content_partners .cf_content_partners_socials ul li a {
  color: #24ABE1;
}
.cf_content_partners .cf_content_partners_infos p {
  text-align: start;
}
.cf_content_partners .cf_content_partners_infos p:last-of-type {
  margin: 0;
}
.cf_content_partners .cf_content_partners_type span {
  color: var(--basic-grey, #7A7A7A);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_content_partners .cf_content_partners_type picture img {
  width: 100%;
  height: auto;
}

.helpdesk_partners_listing .helpdesk_partners_single figure img {
  height: 8.5rem;
  object-fit: contain;
  width: 8.5rem;
}
.helpdesk_partners_listing .helpdesk_partners_single .text-center p {
  text-align: center;
}
.helpdesk_partners_listing .helpdesk_partners_single a {
  color: var(--primary-blue, #24ABE1);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.3rem;
  /* 268.75% */
  text-decoration-line: underline;
}
.helpdesk_partners_listing .helpdesk_partners_single a:hover {
  filter: brightness(70%);
}

.cf_employeurs .campagne {
  z-index: 2;
}
.cf_employeurs .cf_employeurs_title p {
  color: var(--basic-grey, #7A7A7A);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 2.4rem */
  text-align: center;
}
.cf_employeurs .cf_employeurs_grid img {
  height: 10rem;
  object-fit: contain;
  width: 10rem;
}
.cf_employeurs .slick-dots {
  bottom: -5rem;
}
.cf_employeurs .slick-dots li button:before {
  font-size: 1.2rem;
}

.cf_content_employeurs .cf_content_partners_title_wrapper a,
.cf_content_employeurs .cf_content_partners_title_wrapper button {
  padding: 4px 10px;
}
@media (min-width: 768px) {
  .cf_content_employeurs .cf_content_partners_title_wrapper a,
  .cf_content_employeurs .cf_content_partners_title_wrapper button {
    padding: 6px 16px;
  }
}
.cf_content_employeurs .cf_content_partners_title_wrapper a.edit-link,
.cf_content_employeurs .cf_content_partners_title_wrapper button.edit-link {
  background: #CEE1F2;
  color: #141A3D;
}
.cf_content_employeurs .cf_content_partners_title_wrapper a.edit-link:hover,
.cf_content_employeurs .cf_content_partners_title_wrapper button.edit-link:hover {
  background: #b9d3e9;
}
.cf_content_employeurs .cf_content_partners_title_wrapper a span,
.cf_content_employeurs .cf_content_partners_title_wrapper button span {
  font-size: 11px;
}
@media (min-width: 768px) {
  .cf_content_employeurs .cf_content_partners_title_wrapper a span,
  .cf_content_employeurs .cf_content_partners_title_wrapper button span {
    font-size: 16px;
  }
}
.cf_content_employeurs .cf_content_partners_title_wrapper a svg,
.cf_content_employeurs .cf_content_partners_title_wrapper button svg {
  margin-left: 5px;
}
.cf_content_employeurs .cf_content_partners_title_wrapper .cf_content_employeurs_logo {
  max-width: 100px;
}
.cf_content_employeurs .cf_content_partners_title_wrapper .cf_content_employeurs_logo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.cf_content_employeurs .cf_content_employeurs_title h1, .cf_content_employeurs .cf_content_employeurs_title .h1,
.cf_content_employeurs .cf_content_employeurs_title span,
.cf_content_employeurs .cf_content_employeurs_title h2,
.cf_content_employeurs .cf_content_employeurs_title .h2 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cf_content_employeurs .cf_content_employeurs_socials ul {
  list-style-type: none;
}
.cf_content_employeurs .cf_content_employeurs_socials ul li a {
  color: #24ABE1;
}
.cf_content_employeurs .cf_content_employeurs_infos p {
  text-align: start;
}
.cf_content_employeurs .cf_content_employeurs_infos p:last-of-type {
  margin: 0;
}
.cf_content_employeurs .cf_content_employeurs_type span {
  color: var(--basic-grey, #7A7A7A);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.helpdesk_employeurs_listing .helpdesk_employeurs_single figure img {
  height: 8.5rem;
  object-fit: contain;
  width: 8.5rem;
}
.helpdesk_employeurs_listing .helpdesk_employeurs_single .text-center p {
  text-align: center;
}
.helpdesk_employeurs_listing .helpdesk_employeurs_single a {
  color: var(--primary-blue, #24ABE1);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.3rem;
  /* 268.75% */
  text-decoration-line: underline;
}
.helpdesk_employeurs_listing .helpdesk_employeurs_single a:hover {
  filter: brightness(70%);
}

.cf_pub_full img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.cf_news {
  background: rgba(189, 189, 189, 0.14);
}
@media (min-width: 768px) {
  .cf_news .cf_news_listing {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* deux colonnes */
    grid-template-rows: 1fr 1fr 1fr;
  }
}
.cf_news .cf_news_listing .cf_news_single {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(6, 25, 124, 0.18);
  margin-bottom: 2rem;
}
.cf_news .cf_news_listing .cf_news_single__1 {
  /* occupe la 1ère colonne */
}
.cf_news .cf_news_listing .cf_news_single__1 img {
  height: 24rem;
}
@media (min-width: 768px) {
  .cf_news .cf_news_listing .cf_news_single {
    margin-bottom: 0;
  }
}
.cf_news .cf_news_listing .cf_news_single img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cf_news .cf_news_listing .cf_news_single__1 {
    grid-row: 1/4;
    /* occupe les 3 lignes */
    grid-column: 1/2;
    /* occupe la 1ère colonne */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cf_news .cf_news_listing .cf_news_single__1 img {
    height: 22rem;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cf_news .cf_news_listing .cf_news_single__1 .cf_news_single_details {
    position: relative;
  }
  .cf_news .cf_news_listing .cf_news_single__1 .cf_news_single_details:before {
    background: #fff;
    border-top-right-radius: 1rem;
    content: "";
    height: 7rem;
    left: 0;
    position: absolute;
    top: -7rem;
    width: 60%;
  }
  .cf_news .cf_news_listing .cf_news_single__1 .cf_news_single_details h3, .cf_news .cf_news_listing .cf_news_single__1 .cf_news_single_details .h3 {
    width: 60%;
  }
  .cf_news .cf_news_listing .cf_news_single__1 .cf_news_single_details .cf_news_single_link::after {
    content: "→";
    margin-left: 5px;
    font-size: 20px;
  }
  .cf_news .cf_news_listing .cf_news_single__2, .cf_news .cf_news_listing .cf_news_single__3, .cf_news .cf_news_listing .cf_news_single__4 {
    align-items: center;
    display: flex;
    grid-column: 2/3;
    /* occupe la 2ème colonne */
  }
  .cf_news .cf_news_listing .cf_news_single__2 img, .cf_news .cf_news_listing .cf_news_single__3 img, .cf_news .cf_news_listing .cf_news_single__4 img {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 0;
    height: 16rem;
    width: 100%;
    object-fit: cover;
  }
}
.cf_news .cf_news_listing .cf_news_single .cf_news_single_category > a {
  border-radius: 0.7778rem;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_news .cf_news_listing .cf_news_single .cf_news_single_link {
  color: var(--primary-blue, #24ABE1);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cf_news .cf_news_listing .cf_news_single .cf_news_single_title a {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135.5%;
  /* 2.71rem */
}
.cf_news .cf_news_listing .cf_news_single .cf_news_single_title a:hover {
  color: #24ABE1;
}
.cf_news .cf_news_listing .cf_news_single .cf_news_single_excerpt p {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cf_news_single_post {
  background: none;
}
.cf_news_single_post .cf_news_listing .cf_news_single {
  align-items: center;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(6, 25, 124, 0.18);
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .cf_news_single_post .cf_news_listing .cf_news_single {
    flex-direction: column;
  }
  .cf_news_single_post .cf_news_listing .cf_news_single img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .cf_news_single_post .cf_news_listing .cf_news_single img {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 0;
  }
}
.cf_news_single_post .cf_news_listing .cf_news_single .cf_news_single_category > a {
  border-radius: 0.7778rem;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_news_single_post .cf_news_listing .cf_news_single .cf_news_single_title a {
  color: #141A3D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135.5%;
  /* 2.71rem */
}
.cf_news_single_post .cf_news_listing .cf_news_single .cf_news_single_title a:hover {
  color: #24ABE1;
}
.cf_news_single_post .cf_news_listing .cf_news_single .cf_news_single_excerpt p {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_news_single_post .cf_news_listing .cf_news_single .cf_news_single_date {
  color: var(--basic-grey, #7A7A7A);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_news_single_post.cf_news_single_post_component .cf_news_listing .cf_news_single img {
  height: 20rem;
}

.cf_news_other_section h2, .cf_news_other_section .h2 {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
.cf_news_other_section .cf_all_news_single > div {
  border-radius: 0.7rem;
  background: white;
  box-shadow: 0px 0px 9.04718px 0px rgba(6, 25, 124, 0.18);
}
.cf_news_other_section .cf_all_news_single > div figure {
  height: 20rem;
  width: 100%;
}
.cf_news_other_section .cf_all_news_single > div figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cf_news_other_section .cf_all_news_single > div figure,
.cf_news_other_section .cf_all_news_single > div img {
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_title {
  background: #fff;
  border-top-right-radius: 0.7rem;
  display: block;
  margin-top: -4rem;
  position: relative;
  width: 90%;
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_title h3, .cf_news_other_section .cf_all_news_single .cf_all_news_single_title .h3 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 2.168rem */
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_title h3 a, .cf_news_other_section .cf_all_news_single .cf_all_news_single_title .h3 a {
  color: var(--primary-dark-blue, #1C2242);
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_title h3 a:hover, .cf_news_other_section .cf_all_news_single .cf_all_news_single_title .h3 a:hover {
  color: #24ABE1;
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_title_category a {
  border-radius: 0.7778rem;
  color: white;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cf_news_other_section .cf_all_news_single .cf_all_news_single_excerpt p {
  color: #6F6F6F;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cf_tools {
  overflow: hidden;
}
.cf_tools .cf_tools_list_single {
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single {
    margin-bottom: 0;
  }
}
.cf_tools .cf_tools_list_single .cf_tools_content {
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single .cf_tools_content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
.cf_tools .cf_tools_list_single .cf_tools_content:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single .cf_tools_content {
    background: rgba(14, 84, 112, 0.22);
    backdrop-filter: blur(3.2rem);
  }
}
.cf_tools .cf_tools_list_single .cf_tools_content > p:first-of-type {
  color: var(--basic-white, #FFF);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 2.4rem */
}
.cf_tools .cf_tools_list_single .cf_tools_content p {
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cf_tools .cf_tools_list_single .cf_tools_content a {
  color: var(--basic-white, #FFF);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.92rem */
}
.cf_tools .cf_tools_list_single .cf_tools_content a::after {
  content: "→";
  margin-left: 5px;
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_1 .cf_tools_content {
    background: rgba(14, 84, 112, 0.22);
    backdrop-filter: blur(32px);
  }
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_2 .cf_tools_content {
    background: none;
    backdrop-filter: none;
    bottom: auto;
    padding-left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_2 figure img {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_2 figure img {
    max-width: 85%;
  }
}
@media (min-width: 1280px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_2 figure img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_3 .cf_tools_content {
    background: rgba(163, 67, 60, 0.61);
    backdrop-filter: blur(2.5px);
  }
}
@media (min-width: 768px) {
  .cf_tools .cf_tools_list_single.cf_tools_list_single_4 .cf_tools_content {
    background: rgba(22, 119, 158, 0.83);
    backdrop-filter: blur(2.5px);
  }
}

/*WOOCOMMERCE*/
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
  font-size: 1.4rem;
}

.wfacp-coupon-section {
  display: none;
}

.woocommerce {
  position: relative;
}
.woocommerce form .woocommerce-form-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.woocommerce form .form-row {
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
  width: 49%;
}
.woocommerce form .form-row .password-input input[type=password] {
  background: #fff;
  border: 0.1rem solid #EEE;
  font-size: 1.4rem;
  height: 4rem;
  text-indent: 1rem;
  width: 100%;
}
.woocommerce form .form-row .password-input input[type=password]:focus {
  border-color: #979797;
}
.woocommerce form.login,
.woocommerce form.register {
  border: inherit;
  border-radius: 0.7rem;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 2px 4px 0px rgba(36, 171, 225, 0.11);
  color: #141A3D;
  width: fit-content;
}
.woocommerce form.login h1, .woocommerce form.login .h1,
.woocommerce form.register h1,
.woocommerce form.register .h1 {
  border: none;
  color: #034078;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.woocommerce form.login input.input-text,
.woocommerce form.login textarea,
.woocommerce form.register input.input-text,
.woocommerce form.register textarea {
  border-radius: 4px;
  border: 0.5px solid rgba(2, 17, 40, 0.4);
  background: #FFF;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  color: #141A3D;
}
.woocommerce form.login input.input-text:focus,
.woocommerce form.login textarea:focus,
.woocommerce form.register input.input-text:focus,
.woocommerce form.register textarea:focus {
  border-color: #979797;
}
.woocommerce form.login .show-password-input,
.woocommerce form.register .show-password-input {
  top: 36%;
}
.woocommerce form.login button.button,
.woocommerce form.register button.button {
  background: #24ABE1;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0.068434px;
  padding: 1.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  border: none;
}
.woocommerce form.login button.button[type=submit],
.woocommerce form.register button.button[type=submit] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover {
  background: #141A3D;
}
.woocommerce form.login .sent_pwd,
.woocommerce form.register .sent_pwd {
  color: #24ABE1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.303491056px;
  text-align: left;
}
.woocommerce form.login .woocommerce-privacy-policy-text,
.woocommerce form.register .woocommerce-privacy-policy-text {
  color: #24ABE1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0.0468470007px;
  text-align: left;
}
.woocommerce form.login select,
.woocommerce form.register select {
  border: 0.1rem solid #eee;
  color: #767676;
  font-size: 1.4rem;
  height: 4rem;
}
.woocommerce form.login label.checkbox,
.woocommerce form.register label.checkbox {
  font-size: 1.4rem;
}
.woocommerce form.login .woocommerce-privacy-policy-text p,
.woocommerce form.register .woocommerce-privacy-policy-text p {
  font-size: 1.2rem;
  font-style: italic;
  line-height: normal;
}
.woocommerce form.login .woocommerce-form-fieldset,
.woocommerce form.register .woocommerce-form-fieldset {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.woocommerce form.login .woocommerce-form-fieldset .form-actions,
.woocommerce form.register .woocommerce-form-fieldset .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.woocommerce form.login .woocommerce-form-fieldset .form-actions .woocommerce-form-login__rememberme,
.woocommerce form.register .woocommerce-form-fieldset .form-actions .woocommerce-form-login__rememberme {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.woocommerce form.login .woocommerce-form-fieldset .form-actions a.lost_password,
.woocommerce form.register .woocommerce-form-fieldset .form-actions a.lost_password {
  margin: 0;
  line-height: inherit;
  color: #141A3D;
  text-decoration: underline;
}
.woocommerce form.login .woocommerce-form-fieldset a.register-link,
.woocommerce form.register .woocommerce-form-fieldset a.register-link {
  color: #141A3D;
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .woocommerce form.login .woocommerce-form-fieldset {
    min-width: 452px;
  }
}
.woocommerce .woocommerce-EditAccountForm-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-option-wrapper {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-condiotionnals-wrapper {
    width: 50%;
  }
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-condiotionnals-wrapper .card_expiry_dates_field {
  display: flex;
  gap: 10px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-condiotionnals-wrapper .card_expiry_dates_field .card_expiry_dates_wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-condiotionnals-wrapper .card_expiry_dates_field .card_expiry_dates_wrapper label {
  font-size: 12px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-condiotionnals-wrapper #card_cvc {
  width: 70px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .same_as_billing_wrapper {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-method-option {
  display: flex;
  gap: 5px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .payment-details {
  display: none;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .woocommerce-button-wrapper {
  width: fit-content;
  margin: 10px auto 0;
  display: block !important;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .woocommerce-button-wrapper .button {
  font-size: 14px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item {
  position: relative;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item .langue-flag {
  width: 24px;
  height: 24px;
  display: inline-block;
  object-fit: cover;
  border-radius: 4px;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item .langue-label {
  position: absolute;
  bottom: -45px;
  left: 70%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  z-index: 10;
  pointer-events: none;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item:hover .langue-label {
  display: block;
}
.woocommerce .woocommerce-EditAccountForm-wrapper .langues-checkbox-group .langue-item:hover .langue-flag {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.woocommerce .woocommerce-MyAccount-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  border: 1px solid #24ABE1;
  width: 100% !important;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation {
    box-shadow: inherit;
    border: inherit;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs-mobile li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.0509803922);
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs {
  display: flex;
  overflow-x: auto;
  justify-content: center;
  list-style-type: none;
  padding: 10px 0;
  gap: 8px;
  position: relative;
  width: 100%;
  margin: auto;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs.scroll {
  justify-content: flex-start;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li {
  display: block;
  padding: 0;
  background: none;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  scroll-snap-align: start;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li.is-active {
  background: rgba(36, 171, 225, 0.1490196078);
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li:hover {
  box-shadow: 0px 2px 4px 0px rgba(99, 194, 232, 0.8);
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li a {
  color: #141A3D;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3468469083px;
  padding: 14px 20px;
  text-align: left;
  border: 1px solid #24ABE1;
  border-radius: 4px;
  white-space: nowrap;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li a:hover {
  color: #141A3D;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation .woocommerce-account-navigation-tabs li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mes-annonces {
  display: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation ul li a:before {
  padding-right: 1rem;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-image: url("https://www.justarrived.lu/wp-content/uploads/2025/03/mdi_logout.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table {
  border: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper {
    gap: 14px;
    justify-content: flex-start;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper .woocommerce-orders-table__cell__desc {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper .woocommerce-orders-table__cell__datas {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper .woocommerce-orders-table__cell__datas a {
  color: inherit;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-orders-table .order-wrapper .woocommerce-orders-table__cell__datas a.order-yith-pdf-btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content {
  float: inherit;
  width: inherit;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .offer-expired-banner {
  left: 10px;
  transform-origin: top left;
  width: fit-content;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header {
    justify-content: space-between;
    flex-direction: row;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header .woocommerce-account-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header .woocommerce-account-search {
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header .woocommerce-account-search .woocommerce-account-add-button {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header .woocommerce-account-search .woocommerce-account-add-button {
    width: inherit;
    justify-content: inherit;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-account-header .woocommerce-account-section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account {
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 20px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-header {
  cursor: pointer;
  position: relative;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-header::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("https://www.justarrived.lu/wp-content/uploads/2025/03/chevron-en-bas.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 20%;
  right: 0;
  width: 20px;
  height: 20px;
  border: none;
  transition: transform 0.3s ease;
  transform: rotate(var(--rotate-icon, 0deg));
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section {
  display: none;
  max-height: none !important;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .form-radio-group {
  display: flex;
  gap: 10px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader {
  position: relative;
  position: relative;
  max-width: 300px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader.has-value .hide-if-value {
  display: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader.has-value .show-if-value {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  background: #b9d3e9;
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
  gap: 20px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader.has-value .show-if-value .acf-preview {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .hide-if-value {
  display: flex;
  gap: 10px;
  width: max-content;
  align-items: center;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .hide-if-value p {
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .show-if-value {
  display: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions {
  display: flex;
  gap: 10px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions .acf-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #141A3D;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions .acf-icon.-pencil {
  background: #24ABE1;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions .acf-icon:hover {
  background: #034078;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions .acf-icon.-pencil::before {
  content: "\f464";
  font-family: dashicons;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-actions .acf-icon.-cancel::before {
  content: "\f158";
  font-family: dashicons;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-button {
  padding: 8px 12px;
  background: #24ABE1;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  border: none;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account .woocommerce-account-form-section .acf-image-uploader .acf-button:hover {
  background: #034078;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account.open .woocommerce-account-header {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account.open .woocommerce-account-header::after {
  transform: rotate(90deg);
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .edit-account.open .woocommerce-account-form-section {
  opacity: 1;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table__row {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table__row {
    box-shadow: none;
    margin: 0;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell {
  background-color: inherit;
  border-top: inherit;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell:before {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-message {
    justify-content: start;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content #woocommerce-dashboard-welcome {
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content #woocommerce-dashboard-welcome .woocommerce-account-welcome-name {
  text-transform: capitalize;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-welcome-info {
  text-align: center;
  background-color: #e6f7ff;
  border-color: #b9d3e9;
  color: #24ABE1;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto 10px;
  max-width: 620px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-welcome-info p {
  font-size: 14px;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-welcome-info p a {
  font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content p a {
  color: #595959;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content p a:hover {
  color: var(--primary-blue, #24ABE1);
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .form-row label {
  font-size: 18px;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .form-row select {
  border-radius: 0.7rem;
  height: 4rem;
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 1.5rem;
  }
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 1.2rem;
  }
  .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field, .woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-wrapper .woocommerce-MyAccount-content .lits_posts_modify_by_users .woocommerce-account-empty {
  text-align: center;
}
.woocommerce .no_subscriptions {
  flex-direction: column !important;
}
.woocommerce .button.wc-backward {
  display: table;
  margin: 0 auto;
}
.woocommerce .button.wc-forward {
  margin-right: 2rem;
}
.woocommerce a.restore-item {
  background: #0d6efd;
  border-radius: 2.8rem;
  color: #fff;
  margin-left: 1rem;
  padding: 1rem 3rem;
  text-transform: uppercase;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #24ABE1;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.068434px;
  padding: 1.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.woocommerce #respond input#submit.button-silver,
.woocommerce a.button.button-silver,
.woocommerce button.button.button-silver,
.woocommerce input.button.button-silver {
  background: #CEE1F2;
  color: #141A3D;
}
.woocommerce #respond input#submit.button-silver:hover,
.woocommerce a.button.button-silver:hover,
.woocommerce button.button.button-silver:hover,
.woocommerce input.button.button-silver:hover {
  background: #b9d3e9;
  color: inherit;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #141A3D;
  color: #fff;
}
.woocommerce button.button[aria-disabled=true] {
  background: #000;
  color: #fff;
}
.woocommerce button.button[aria-disabled=true]:hover {
  background: #24ABE1;
  color: #fff;
  background-color: inherit !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #141A3D;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #fff;
  opacity: 0.8;
  color: #24ABE1;
}
.woocommerce .reset_variations {
  color: #24ABE1;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.woocommerce ul.order_details {
  border-bottom: 0.1rem solid #CCC;
  border-top: 0.1rem solid #CCC;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
}
.woocommerce ul.order_details li {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .woocommerce ul.order_details li {
    margin-bottom: 0;
  }
}
.woocommerce .woocommerce-order-details {
  margin: 1.5rem 0;
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  font-weight: bold;
  text-align: center;
}
.woocommerce .woocommerce-order-details table.shop_table {
  border: none;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 75%;
}
.woocommerce .woocommerce-customer-details {
  display: none;
}
.woocommerce .woocommerce-order p {
  font-weight: bold;
  padding-bottom: 3.5rem;
  text-decoration: underline;
  text-align: center;
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  padding-bottom: 1.5rem;
}
.woocommerce .woocommerce-order-details header {
  padding: 3.5rem 0 1.5rem;
}
.woocommerce .woocommerce-order-details header h2, .woocommerce .woocommerce-order-details header .h2 {
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce #respond input#submit.alt,
.woocommerce .woocommerce-MyAccount-content .woocommerce a.button.alt,
.woocommerce .woocommerce-MyAccount-content .woocommerce button.button.alt,
.woocommerce .woocommerce-MyAccount-content .woocommerce input.button.alt {
  background: #24ABE1;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce #respond input#submit.alt:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce a.button.alt:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce button.button.alt:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce input.button.alt:hover {
  background: #141A3D;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2, .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .h2,
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content h3, .woocommerce .woocommerce-MyAccount-content .h3 {
  color: #24ABE1;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  font-size: 1.4rem;
  line-height: normal;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title {
  padding: 1.5rem 0;
}
.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea,
.woocommerce .woocommerce-MyAccount-content form .form-row select {
  display: flex;
  border: none;
  padding: 12px;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  font-size: 12px;
  color: #141A3D;
}
.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text:focus,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea:focus,
.woocommerce .woocommerce-MyAccount-content form .form-row select:focus {
  border-color: #979797;
}
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  height: 10rem;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label.checkbox {
  font-size: 1.2rem;
}
.woocommerce .woocommerce-MyAccount-content form .form-row span {
  font-size: 1.1rem;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single,
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  height: 4rem;
  line-height: 4rem;
}
.woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content .h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 0 1.5rem;
  text-align: left;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  font-size: 1.4rem;
  padding: 1.5rem 1rem;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 1.4rem;
}
.woocommerce .order-again {
  padding-top: 2.5rem;
  text-align: left;
}

.woocommerce-checkout .cart-subtotal {
  display: none;
}
.woocommerce-checkout .wfacp_mini_cart_reviews .order-total {
  display: none;
}
.woocommerce-checkout .wfacp_mini_cart_reviews .order-total__mini_cart {
  display: block;
}

.wc-item-meta {
  padding: 2.5rem 0 0 0;
}
.wc-item-meta li {
  font-size: 1.4rem;
}

.form.register {
  display: flex;
  flex-direction: column;
}
.form.register .form-row:nth-of-type(1) {
  order: 5;
}
.form.register .form-row:nth-of-type(2) {
  order: 3;
}
.form.register .form-row:nth-of-type(3) {
  order: 2;
}
.form.register .form-row:nth-of-type(4) {
  order: 4;
}
.form.register .form-row:nth-of-type(5) {
  order: 1;
}

.mj-label {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  padding: 1.5rem;
}
.mj-label input {
  margin-right: 1rem;
}

.woocommerce-order {
  font-size: 1.6rem;
  text-align: center;
}
.woocommerce-order .mj-front-container {
  display: none;
}

.woocommerce-ResetPassword.lost_reset_password #woocommerce-lost-password-nonce {
  margin-top: 1.5rem;
}

.spinner-submit {
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  /* Light grey */
  border-top: 3px solid #3498db;
  /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 16px;
  line-height: 18.77px;
  padding: 1rem;
  border-radius: 8px;
  max-width: 452px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 128, 0, 0.1);
  width: auto;
  margin: auto;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 10px;
  /* Par défaut invisible */
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: relative;
  top: inherit;
  left: inherit;
}
.woocommerce-error.show,
.woocommerce-info.show,
.woocommerce-message.show {
  left: 0;
  opacity: 1;
}
.woocommerce-error.hide,
.woocommerce-info.hide,
.woocommerce-message.hide {
  left: -100%;
  opacity: 0;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  margin-top: 1rem;
}
.woocommerce-error.woocommerce-error,
.woocommerce-info.woocommerce-error,
.woocommerce-message.woocommerce-error {
  border: 0.5px solid #E13C2E;
  background-color: rgba(225, 60, 46, 0.2);
  outline: none;
  color: #E13C2E;
}
.woocommerce-error.woocommerce-error li,
.woocommerce-info.woocommerce-error li,
.woocommerce-message.woocommerce-error li {
  color: #E13C2E;
}
.woocommerce-error.woocommerce-error li strong,
.woocommerce-info.woocommerce-error li strong,
.woocommerce-message.woocommerce-error li strong {
  display: none;
}
.woocommerce-error.woocommerce-error::before,
.woocommerce-info.woocommerce-error::before,
.woocommerce-message.woocommerce-error::before {
  content: "⚠️";
}
.woocommerce-error.woocommerce-message,
.woocommerce-info.woocommerce-message,
.woocommerce-message.woocommerce-message {
  border: 0.5px solid #24ABE1;
  background-color: rgba(36, 171, 225, 0.1490196078);
  color: #24ABE1;
  outline: none;
}
.woocommerce-error.woocommerce-message::before,
.woocommerce-info.woocommerce-message::before,
.woocommerce-message.woocommerce-message::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none' viewBox='0 0 16 15'%3E%3Cpath fill='%23C4E6FF' fill-rule='evenodd' d='M8 11.5c2.209 0 4-1.791 4-4V1.353C14.007 2.661 15.333 4.926 15.333 7.5c0 4.05-3.283 7.333-7.333 7.333-2.575 0-4.839-1.327-6.147-3.334H8z' clip-rule='evenodd'/%3E%3Cpath fill='%23024493' fill-rule='evenodd' d='M8 1.5A6.5 6.5 0 0 0 1.5 8c0 3.314 2.686 6 6.5 6s6.5-2.686 6.5-6A6.5 6.5 0 0 0 8 1.5zm-7.333 7A7.333 7.333 0 1 1 15.333 8c0 4.05-3.283 7.333-7.333 7.333C3.283 15.333 0 12.05 0 8z' clip-rule='evenodd'/%3E%3Cpath fill='%231E93FF' fill-rule='evenodd' d='M11.805 5.028a.667.667 0 0 1 0 .943l-4 4a.667.667 0 0 1-.943 0l-2-2a.667.667 0 1 1 .943-.943l1.529 1.528 3.529-3.528a.667.667 0 0 1 .942 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
}
.woocommerce-error.woocommerce-info,
.woocommerce-info.woocommerce-info,
.woocommerce-message.woocommerce-info {
  border: 1px solid #0073aa;
  background-color: rgba(0, 115, 170, 0.1);
  color: #0073aa;
}

.woocommerce-message .woocommerce-Button.button {
  margin: 0 2rem;
}

.woocommerce-cart main .concept {
  display: none;
}
.woocommerce-cart main .woocommerce h1.titre--panier, .woocommerce-cart main .woocommerce .titre--panier.h1 {
  text-align: center;
}
.woocommerce-cart main .woocommerce h1.titre--panier:after, .woocommerce-cart main .woocommerce .titre--panier.h1:after {
  margin: 1rem auto 0 auto;
}
.woocommerce-cart main .woocommerce .woocommerce-message {
  justify-content: center;
}
.woocommerce-cart main .woocommerce .woocommerce-message a {
  margin-right: 2rem;
}
.woocommerce-cart main .woocommerce table.shop_table {
  border: none;
  margin: 0;
}
.woocommerce-cart main .woocommerce table.shop_table th {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 1.2rem 2rem 1.2rem;
  text-transform: uppercase;
}
.woocommerce-cart main .woocommerce table.shop_table th.product-price, .woocommerce-cart main .woocommerce table.shop_table th.product-quantity, .woocommerce-cart main .woocommerce table.shop_table th.product-subtotal {
  padding: 0 0 2rem 0;
}
.woocommerce-cart main .woocommerce table.shop_table td.product-thumbnail img, .woocommerce-cart main .woocommerce table.shop_table td.product-thumbnail picture {
  width: 10rem;
}
.woocommerce-cart main .woocommerce table.shop_table td.product-remove a {
  color: #141A3D !important;
  font-size: 2.8rem;
  font-weight: 300;
}
.woocommerce-cart main .woocommerce table.shop_table td.product-remove a:hover {
  background: transparent;
}
.woocommerce-cart main .woocommerce table.shop_table td.product-quantity {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.shop_table td.product-quantity {
    display: table-cell;
  }
}
.woocommerce-cart main .woocommerce table.shop_table td.product-quantity input {
  border: 0.1rem solid #141A3D;
  box-shadow: none;
  text-indent: 0;
}
.woocommerce-cart main .woocommerce table.shop_table td a {
  color: #141A3D;
  text-transform: initial;
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr td {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem 0;
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-name a:first-of-type {
  flex-basis: 25%;
  width: 25%;
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-name a:first-of-type img, .woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-name a:first-of-type picture {
  padding: 0 2rem;
  width: 80%;
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-name a:last-of-type {
  flex-basis: 75%;
  width: 75%;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-cart main .woocommerce table.shop_table_responsive tr td.product-quantity {
    width: 15%;
  }
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr td:before {
  text-transform: uppercase;
}
.woocommerce-cart main .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent;
}
.woocommerce-cart main .woocommerce table.cart img, .woocommerce-cart main .woocommerce table.cart picture {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.cart img, .woocommerce-cart main .woocommerce table.cart picture {
    display: block;
  }
}
.woocommerce-cart main .woocommerce table.cart td.actions {
  padding: 3rem 0;
}
.woocommerce-cart main .woocommerce table.cart td.actions .coupon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.cart td.actions .coupon {
    margin: 0;
    width: 50%;
  }
}
.woocommerce-cart main .woocommerce table.cart td.actions .coupon label {
  display: block;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text {
  border-radius: inherit;
  border-top-left-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
  box-shadow: none;
  height: 4.8rem;
  margin: 0;
  width: 85%;
}
@media (min-width: 768px) {
  .woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text {
    width: 30rem;
  }
}
.woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text + .button {
  background: #24ABE1;
  border-radius: inherit;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  height: 4.8rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 1rem;
}
@media (max-width: 575.98px) {
  .woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text + .button {
    margin: 1rem 0 0 0;
  }
}
.woocommerce-cart main .woocommerce table.cart td.actions .coupon .input-text + .button:hover {
  border: none;
  background: #141A3D;
  color: #fff;
}
.woocommerce-cart main .woocommerce table.cart td.actions .button {
  border-radius: 0.7rem;
  display: table;
  margin: 0;
  width: auto;
  padding: 1.5rem 3rem;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce table.cart td.actions .button {
    float: right;
    margin: 0;
  }
}
.woocommerce-cart main .woocommerce table.cart td.actions .button[aria-disabled=false], .woocommerce-cart main .woocommerce table.cart td.actions .button:hover {
  background: #24ABE1;
  color: #fff;
}
.woocommerce-cart main .woocommerce .quantity .qty {
  outline: none;
  padding: 1rem 0;
}
.woocommerce-cart main .woocommerce a.button.alt {
  background: #141A3D;
  border: none;
  border-radius: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem auto 3rem auto;
}
.woocommerce-cart main .woocommerce a.button.alt:hover {
  border: none;
  background: #141A3D;
  color: #fff;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals {
  border: 0.2rem solid #24ABE1;
  border-radius: 0.7rem;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .woocommerce-cart main .woocommerce .cart-collaterals .cart_totals {
    width: 30%;
  }
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .h2 {
  font-size: 1.6rem;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
  border-radius: inherit;
  margin: 0;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr {
  padding: 1rem 0;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.recurring-totals {
  display: none;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr:first-child {
  border-bottom: 0.1rem solid #bdbdbd;
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal {
  display: none;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total th {
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr th {
  font-weight: 400;
  padding: 0;
  text-transform: inherit;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td {
  border: none;
  padding: 0;
  text-align: right;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td[data-title=Sous-total]:before,
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td[data-title=Sous-total] span {
  font-weight: 400;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td:before {
  text-transform: inherit;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #24ABE1;
  border-radius: 0.7rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1.5rem 3rem;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #141A3D;
}
.woocommerce-cart main .woocommerce .cart-collaterals .block_cart p {
  margin: 0;
}
.woocommerce-cart main .woocommerce .cart-collaterals .block_cart .block_title p {
  margin-bottom: 1.5rem;
}
.woocommerce-cart main .woocommerce .cart-collaterals .block_cart .block_title p:last-child {
  margin-bottom: 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: none;
}

.woocommerce-products-header .title_section h1, .woocommerce-products-header .title_section .h1 {
  font-weight: bold;
}
.woocommerce-products-header .title_section h1:after, .woocommerce-products-header .title_section .h1:after {
  content: ".";
  color: #0d6efd;
  font-size: 4.3rem;
  font-weight: 700;
}
.woocommerce-products-header .title_section .category_description {
  display: -webkit-box;
  height: 5rem;
  margin-bottom: 2.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s linear;
  text-overflow: ellipsis;
}
.woocommerce-products-header .title_section .category_description p {
  font-size: 1.5rem;
  margin: 0;
}
.woocommerce-products-header .title_section .category_description p > a {
  color: #0d6efd;
}
.woocommerce-products-header .title_section .category_description.open {
  height: auto;
  -webkit-line-clamp: inherit;
  overflow: visible;
}
.woocommerce-products-header .title_section .category_description.desktop {
  display: block;
  height: auto;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: inherit;
}
.woocommerce-products-header .title_section .read_more {
  color: #0d6efd;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.woocommerce-products-header .filter_first_level {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .woocommerce-products-header .filter_first_level {
    margin-bottom: 0;
  }
}
.woocommerce-products-header .filter_first_level ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .woocommerce-products-header .filter_first_level ul li {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.woocommerce-products-header .filter_first_level ul li a.button {
  background: none;
  border: 0.1rem solid grey;
  color: #000;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .woocommerce-products-header .filter_first_level ul li a.button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.woocommerce-products-header .filter_first_level ul li a.button:hover {
  background: #0d6efd;
  color: #fff;
}
.woocommerce-products-header .filter {
  display: none;
  margin: 3rem 0 5rem 0;
  position: relative;
}
.woocommerce-products-header .filter .loader {
  font-size: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-in-out;
  visibility: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  .woocommerce-products-header .filter {
    display: block;
  }
  .woocommerce-products-header .filter .searchandfilter > ul {
    align-items: center;
    border-bottom: 0.1rem solid #dedee3;
    border-top: 0.1rem solid #dedee3;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li {
    margin: 0 2.5rem;
    visibility: hidden;
    transition: visibility 200ms ease-in-out;
    position: relative;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li:nth-last-child(-n+5) {
    display: none;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li h4, .woocommerce-products-header .filter .searchandfilter > ul > li .h4 {
    padding: 0;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li[data-sf-field-input-type=checkbox]:after {
    border: none;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: inherit;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li[data-sf-field-input-type=checkbox] ul {
    background: #fff;
    display: none;
    padding: 1rem;
    position: absolute;
    width: 20rem;
    z-index: 1;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li[data-sf-field-input-type=checkbox] ul li {
    align-items: center;
    display: flex;
  }
  .woocommerce-products-header .filter .searchandfilter > ul > li[data-sf-field-input-type=checkbox] ul li input {
    border: none;
    box-shadow: none;
    width: auto;
  }
  .woocommerce-products-header .filter select {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .woocommerce-products-header .filter .search-filter-reset {
    color: #0d6efd;
  }
  .woocommerce-products-header .filter .sf-field-submit input {
    background: none;
    border: none;
    box-shadow: none;
    color: #0d6efd;
    text-decoration: underline;
  }
}
.woocommerce-products-header .filter .all_filters {
  color: #0d6efd;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 12rem;
}
.woocommerce-products-header .filter .all_filters h4, .woocommerce-products-header .filter .all_filters .h4 {
  padding: 0;
}
.woocommerce-products-header .filter .all_filters label {
  height: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-appearance: none;
  top: 50%;
  transform: translate(0, -50%);
  width: 12rem;
}
.woocommerce-products-header .filter .all_filters input {
  height: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-appearance: none;
  width: 12rem;
}
.woocommerce-products-header .filter .all_filters input:checked:after {
  border-bottom: 0.1rem solid #0d6efd;
  content: "";
  display: table;
  margin-top: 2rem;
  padding: 0.5rem 0 0 0;
  width: 100%;
}

.all_filter_box {
  background: #fff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 65%;
  transform: translate(0, -50%);
  transition: all linear 250ms;
  visibility: hidden;
  width: 0rem;
}
.all_filter_box.open {
  opacity: 1;
  visibility: visible;
  width: 25rem;
}
.all_filter_box .close {
  background: none;
  border: none;
}
.all_filter_box p {
  background: #dc3545;
  padding: 1rem 2.5rem;
}
.all_filter_box .filter_box {
  padding: 0 2.5rem 2.5rem;
}
.all_filter_box .filter_box form ul {
  padding: 0;
}
.all_filter_box .filter_box form ul li {
  padding: 0;
  position: relative;
}
.all_filter_box .filter_box form ul li.sf-field-reset {
  display: none;
}
.all_filter_box .filter_box form ul li label,
.all_filter_box .filter_box form ul li select.sf-input-select {
  width: 100%;
}
.all_filter_box .filter_box form ul li h4, .all_filter_box .filter_box form ul li .h4 {
  padding: 1.5rem 0;
}
.all_filter_box .filter_box form ul li h4, .all_filter_box .filter_box form ul li .h4,
.all_filter_box .filter_box form ul li select.sf-input-select {
  box-shadow: none;
  border: none;
  border-bottom: 0.1rem solid #dedee3;
  text-indent: 0;
}
.all_filter_box .filter_box form ul li.sf-field-submit.visible {
  right: 1.5rem;
  top: -4.5rem;
  position: absolute;
  width: 10rem;
  z-index: 1;
}
.all_filter_box .filter_box form ul li.sf-field-submit.visible input[type=submit] {
  background: #0d6efd;
  border: none;
  border-radius: 2.8rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem;
  text-indent: 0;
  text-transform: uppercase;
}
.all_filter_box .filter_box form ul li.sf-field-submit.visible:first-of-type input {
  display: none;
}
.all_filter_box .filter_box form ul li[data-sf-field-input-type=checkbox]:after {
  border: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  vertical-align: inherit;
}
.all_filter_box .filter_box form ul li[data-sf-field-input-type=checkbox] ul {
  background: #fff;
  display: none;
  padding: 1rem;
  position: absolute;
  width: 20rem;
  z-index: 1;
}
.all_filter_box .filter_box form ul li[data-sf-field-input-type=checkbox] ul li {
  align-items: center;
  display: flex;
}
.all_filter_box .filter_box form ul li[data-sf-field-input-type=checkbox] ul li input {
  border: none;
  box-shadow: none;
  width: auto;
}

.product_category .product_list_categories .single_product {
  border-bottom: 0.1rem solid #dedee3;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.product_category .product_list_categories .single_product:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.product_category .product_list_categories .single_product figure.img_category .second_img {
  opacity: 0;
  position: absolute;
  inset: 0;
  height: 100%;
  transition: all 0.35s ease;
  width: 0;
}
.product_category .product_list_categories .single_product figure.img_category:hover .second_img {
  opacity: 1;
  width: 100%;
}
.product_category .product_list_categories .single_product figure a {
  display: block;
  position: relative;
}
.product_category .product_list_categories .single_product figure a img, .product_category .product_list_categories .single_product figure a picture {
  transition: 2s linear;
}
.product_category .product_list_categories .single_product .content_product h2 a, .product_category .product_list_categories .single_product .content_product .h2 a {
  color: #000;
}
.product_category .product_list_categories .single_product .content_product h2 a:hover, .product_category .product_list_categories .single_product .content_product .h2 a:hover {
  color: #0d6efd;
}
@media (min-width: 768px) {
  .product_category .product_list_categories .single_product .content_product h2, .product_category .product_list_categories .single_product .content_product .h2 {
    font-weight: bold;
    font-size: 2.1rem;
    white-space: pre-line;
  }
}
.product_category .product_list_categories .single_product .content_product p {
  line-height: 2.4rem;
  display: -webkit-box;
  height: 5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s linear;
  text-overflow: ellipsis;
}
.product_category .product_list_categories .single_product .content_product .single-filtre_marque img, .product_category .product_list_categories .single_product .content_product .single-filtre_marque picture {
  float: right;
  max-width: 9rem;
}
.product_category .product_list_categories .single_product .content_product .confort.border-top {
  border-top: 0.1rem solid #dedee3 !important;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 0.5rem 0 0 0;
}
.product_category .product_list_categories .single_product .content_product .confort img, .product_category .product_list_categories .single_product .content_product .confort picture {
  position: relative;
  top: 1rem;
  width: 25rem;
}
.product_category .product_list_categories .single_product .content_product .caracteristiques {
  margin: 1.5rem 0;
  list-style-type: none;
  padding: 0;
}
.product_category .product_list_categories .single_product .content_product .caracteristiques li {
  border-top: 0.1rem solid #dedee3;
  padding: 0.5rem 0;
}
.product_category .product_list_categories .single_product .content_product .caracteristiques li:last-child {
  border-bottom: 0.1rem solid #dedee3;
}
.product_category .pagination {
  justify-content: center;
  margin: 0 0 1.5rem 0;
}
.product_category .pagination a {
  background: #0d6efd;
  border-radius: 2.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 1.5rem;
  padding: 1.5rem 3rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .product_category .pagination a {
    width: 100%;
  }
}
.product_category .pagination a:hover {
  background: #0d6efd;
}
.product_category .pagination nav.woocommerce-pagination ul {
  border: none;
}
.product_category .pagination nav.woocommerce-pagination ul li {
  border: none;
}
.product_category .pagination nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #0d6efd;
  font-weight: bold;
}
.product_category .pagination nav.woocommerce-pagination ul li a {
  color: #000;
}
.product_category .pagination nav.woocommerce-pagination ul li a:hover {
  background: none;
  color: #0d6efd;
}
.product_category .rdv_magasin a {
  color: #000;
  text-decoration: underline;
}
.product_category .rdv_magasin a:hover {
  color: #0d6efd;
}

.product_engagements,
.other_categories {
  background: #000;
}

.contenus_seo {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .contenus_seo {
    padding: 7.5rem 0;
  }
}
.contenus_seo .mobile {
  display: block;
}
.contenus_seo .mobile .show_off {
  display: -webkit-box;
  font-weight: 700;
  height: 12.5rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-delay: 250ms;
  text-overflow: ellipsis;
}
.contenus_seo .mobile .show_off.open {
  height: auto;
  -webkit-line-clamp: inherit;
}
.contenus_seo .mobile .read_more {
  display: block;
}
@media (min-width: 768px) {
  .contenus_seo .mobile .read_more {
    display: none;
  }
}
@media (min-width: 768px) {
  .contenus_seo .mobile {
    display: none;
  }
}
.contenus_seo .desktop {
  display: none;
}
@media (min-width: 768px) {
  .contenus_seo .desktop {
    display: block;
  }
}
.contenus_seo h2, .contenus_seo .h2, .contenus_seo h3, .contenus_seo .h3 {
  font-weight: bold;
  margin: 2.5rem 0 1rem 0;
}
.contenus_seo h2:first-of-type, .contenus_seo .h2:first-of-type {
  margin-top: 0;
}
.contenus_seo p > a {
  color: #0d6efd;
}

.other_categories,
.other_pages {
  padding: 5rem 0;
}

.other_pages img, .other_pages picture {
  height: 20rem;
  margin-bottom: 2rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .other_pages img, .other_pages picture {
    height: 14rem;
  }
}
@media (min-width: 1024px) {
  .other_pages img, .other_pages picture {
    height: 18rem;
  }
}
.other_pages p {
  margin-bottom: 2rem;
}
.other_pages p > a {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}
.other_pages p > a:hover {
  color: #0d6efd;
}

@media (max-width: 575.98px) {
  .tax-product_cat .magasins {
    padding: 0;
  }
}

.product .woocommerce_show_product_images {
  display: flex;
  justify-content: center;
}
.product .woocommerce_testimonials .product_testimonials {
  /* the slides */
  /* the parent */
}
.product .woocommerce_testimonials .product_testimonials .slick-slide {
  margin: 0 1rem;
}
.product .woocommerce_testimonials .product_testimonials .slick-list {
  margin: 0 -1rem;
}
.product .woocommerce_testimonials .product_testimonials div .box-shadow {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 17px 0px rgba(6, 25, 124, 0.2);
  padding: 2.5rem;
}
.product .woocommerce_testimonials .product_testimonials div .box-shadow span {
  color: var(--primary-dark-blue, #1C2242);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0332rem;
}
.product .woocommerce_testimonials .product_testimonials .slick-track {
  padding: 1rem 0;
}
.product .woocommerce_testimonials .testimonials_arrows span {
  align-items: center;
  border-radius: 1rem;
  background: #24ABE1;
  display: flex;
  font-size: 1.6rem;
  height: 3.7rem;
  justify-content: center;
  width: 3.7rem;
}
.product .woocommerce_testimonials .testimonials_arrows span i {
  color: #fff;
}
.product .woocommerce_price {
  border-radius: 1rem;
  background: #24ABE1;
  padding: 2.5rem;
  position: relative;
}
.product .woocommerce_price p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.product .woocommerce_price .button {
  float: none !important;
}
.product .woocommerce_price .single_add_to_cart_button {
  background-color: #E1382C !important;
  border-radius: 0.7rem;
  display: table;
  float: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
}
.product #loader {
  position: absolute;
  right: 1.5rem;
  top: 3rem;
  z-index: 9999;
  border: 8px solid #f3f3f3; /* Couleur de fond */
  border-top: 8px solid #3498db; /* Couleur du cercle */
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.product .custom-notification {
  background-color: green;
  border-radius: 0.7rem;
  color: #fff;
  display: table;
  font-weight: bold;
  margin: 0 auto 1rem;
  padding: 1rem;
}
.product .custom-notification.error {
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*# sourceMappingURL=app.css.map */
