@charset "UTF-8";

/* src/scss/style.scss */
/*!
 * Bootstrap  v5.3.0 (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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: #0a58ca;
  --bs-link-hover-color-rgb:
    10,
    88,
    202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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: #adb5bd;
  --bs-body-color-rgb:
    173,
    181,
    189;
  --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(173, 181, 189, 0.75);
  --bs-secondary-color-rgb:
    173,
    181,
    189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb:
    173,
    181,
    189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb:
    110,
    168,
    254;
  --bs-link-hover-color-rgb:
    139,
    185,
    254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::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;
  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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-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: "\2014\a0";
}
.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-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);
}
.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.3333333333%;
}
.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.6666666667%;
}
.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: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 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: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  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: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: 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: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 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);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  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: #86b7fe;
  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);
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  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='%23adb5bd' 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);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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);
  appearance: none;
  -webkit-print-color-adjust: exact;
  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: #86b7fe;
  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='%2386b7fe'/%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;
  background-color: transparent;
  appearance: none;
}
.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;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-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 {
  color: #6c757d;
}
.form-floating > :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;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .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: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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 {
  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.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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: 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: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-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: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-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: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-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;
  }
}
.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='%23052c65'%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: #86b7fe;
  --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='%236ea8fe'%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='%236ea8fe'%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, "/");
}
.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 {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-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: 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: 992px) {
  .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: 1200px) {
  .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: 1400px) {
  .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);
  }
}
.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 {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.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;
  -webkit-user-select: 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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .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: 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: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.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: 1399.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;
  }
}
.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);
}
.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);
}
.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);
}
.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);
}
.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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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);
}
.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);
}
.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);
}
.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);
}
.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%;
}
.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);
  }
}
.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-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@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: 991.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: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.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: 992px) {
  .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: 1199.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: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.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: 1200px) {
  .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: 1399.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: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.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: 1400px) {
  .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;
  }
}
.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 {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, 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: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: 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: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.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-3 {
  opacity: 0.3 !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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-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-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  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: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -1rem !important;
}
.me-n4 {
  margin-right: -1.5rem !important;
}
.me-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-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 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --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 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-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 {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 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: 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: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !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: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !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: 1200px) {
  .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: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !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: 1400px) {
  .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: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 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;
  }
}
.shadow-1 {
  box-shadow: 0px 4px 12px rgba(0, 121, 107, 0.1215686275);
}
.bg-info-100 {
  background-color: #dbeafe !important;
}
.text-info-600 {
  color: #2563eb !important;
}
.hover-bg-info-200:hover {
  background-color: #bfdbfe !important;
}
.text-danger-600 {
  color: #dc2626 !important;
}
.bg-danger-focus {
  background-color: rgba(239, 71, 112, 0.1490196078) !important;
}
.hover-bg-danger-200:hover {
  background-color: #fecaca !important;
}
:root {
  --bs-primary-rgb:
    61,
    91,
    89;
  --bs-primary-1-rgb:
    209,
    224,
    223;
  --bs-primary-2-rgb:
    179,
    204,
    202;
  --bs-primary-3-rgb:
    148,
    183,
    181;
  --bs-primary-4-rgb:
    118,
    163,
    160;
  --bs-primary-5-rgb:
    92,
    137,
    134;
  --bs-secondary-rgb:
    99,
    112,
    118;
  --bs-success-rgb:
    0,
    175,
    18;
  --bs-info-rgb:
    0,
    139,
    223;
  --bs-warning-rgb:
    209,
    147,
    24;
  --bs-warning-1-rgb:
    254,
    250,
    239;
  --bs-warning-2-rgb:
    246,
    224,
    164;
  --bs-warning-3-rgb:
    239,
    199,
    88;
  --bs-warning-4-rgb:
    230,
    172,
    12;
  --bs-warning-5-rgb:
    187,
    123,
    36;
  --bs-danger-rgb:
    199,
    60,
    40;
  --bs-danger-1-rgb:
    254,
    244,
    243;
  --bs-danger-2-rgb:
    250,
    187,
    178;
  --bs-danger-3-rgb:
    246,
    130,
    113;
  --bs-danger-4-rgb:
    243,
    73,
    50;
  --bs-danger-5-rgb:
    157,
    47,
    32;
  --bs-light-rgb:
    247,
    249,
    250;
  --bs-dark-rgb:
    31,
    38,
    46;
  --body-bg: #f0f2f5;
  --gray-100: #FBFBFB;
  --gray-200: #F4F8F9;
  --gray-300: #BFCCD4;
  --gray-400: #637076;
  --gray-500: #3A3D42;
  --gray-600: #292A2F;
  --gray-700: #495057;
  --gray-light: #eff2f6;
  --input-focus-border-color: #007bff;
  --input-focus-shadow: 0 0 0 0.2rem #268fff80;
  --input-placeholder-color: #858d93;
  --form-switch-input-bg: #d3d3d3;
  --input-disabled-bg: #f7f9fa;
  --btn-border-light: #bec3cb;
  --btn-color-light: #647181;
  --btn-bg-light: #f7f9fa;
  --text-color: #707090;
}
.dark {
  --gray-100: #131a23;
  --gray-200: #151c26;
  --gray-300: #1f262e;
  --gray-400: #38414d;
  --gray-500: #424c59;
  --gray-600: #74808f;
  --input-focus-border-color: #8dd0ff;
  --input-focus-shadow: 0 0 0 1px #e3f3fe;
  --input-placeholder-color: #858d93;
  --form-switch-input-bg: #3f4b5b;
  --input-disabled-bg: #4c5059;
  --btn-border-light: #74808f;
  --btn-color-light: #ccd5e0;
  --btn-color-light: #ccd5e0;
  --text-color: #ffffff;
}
.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-20 {
  opacity: 0.2 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-35 {
  opacity: 0.35 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-45 {
  opacity: 0.45 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-55 {
  opacity: 0.55 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-65 {
  opacity: 0.65 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-85 {
  opacity: 0.85 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-95 {
  opacity: 0.95 !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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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 {
  inset-block-start: 0% !important;
}
.top-5 {
  inset-block-start: 5% !important;
}
.top-10 {
  inset-block-start: 10% !important;
}
.top-20 {
  inset-block-start: 20% !important;
}
.top-25 {
  inset-block-start: 25% !important;
}
.top-30 {
  inset-block-start: 30% !important;
}
.top-33_3 {
  inset-block-start: 33.3% !important;
}
.top-35 {
  inset-block-start: 35% !important;
}
.top-40 {
  inset-block-start: 40% !important;
}
.top-44 {
  inset-block-start: 44% !important;
}
.top-45 {
  inset-block-start: 45% !important;
}
.top-46 {
  inset-block-start: 46% !important;
}
.top-48 {
  inset-block-start: 48% !important;
}
.top-50 {
  inset-block-start: 50% !important;
}
.top-60 {
  inset-block-start: 60% !important;
}
.top-65 {
  inset-block-start: 65% !important;
}
.top-70 {
  inset-block-start: 70% !important;
}
.top-75 {
  inset-block-start: 75% !important;
}
.top-80 {
  inset-block-start: 80% !important;
}
.top-90 {
  inset-block-start: 90% !important;
}
.top-95 {
  inset-block-start: 95% !important;
}
.top-100 {
  inset-block-start: 100% !important;
}
.top-auto {
  inset-block-start: auto !important;
}
.bottom-0 {
  inset-block-end: 0% !important;
}
.bottom-5 {
  inset-block-end: 5% !important;
}
.bottom-10 {
  inset-block-end: 10% !important;
}
.bottom-20 {
  inset-block-end: 20% !important;
}
.bottom-25 {
  inset-block-end: 25% !important;
}
.bottom-30 {
  inset-block-end: 30% !important;
}
.bottom-33_3 {
  inset-block-end: 33.3% !important;
}
.bottom-35 {
  inset-block-end: 35% !important;
}
.bottom-40 {
  inset-block-end: 40% !important;
}
.bottom-44 {
  inset-block-end: 44% !important;
}
.bottom-45 {
  inset-block-end: 45% !important;
}
.bottom-46 {
  inset-block-end: 46% !important;
}
.bottom-48 {
  inset-block-end: 48% !important;
}
.bottom-50 {
  inset-block-end: 50% !important;
}
.bottom-60 {
  inset-block-end: 60% !important;
}
.bottom-65 {
  inset-block-end: 65% !important;
}
.bottom-70 {
  inset-block-end: 70% !important;
}
.bottom-75 {
  inset-block-end: 75% !important;
}
.bottom-80 {
  inset-block-end: 80% !important;
}
.bottom-90 {
  inset-block-end: 90% !important;
}
.bottom-95 {
  inset-block-end: 95% !important;
}
.bottom-100 {
  inset-block-end: 100% !important;
}
.bottom-auto {
  inset-block-end: auto !important;
}
.start-0 {
  inset-inline-start: 0% !important;
}
.start-5 {
  inset-inline-start: 5% !important;
}
.start-10 {
  inset-inline-start: 10% !important;
}
.start-20 {
  inset-inline-start: 20% !important;
}
.start-25 {
  inset-inline-start: 25% !important;
}
.start-30 {
  inset-inline-start: 30% !important;
}
.start-33_3 {
  inset-inline-start: 33.3% !important;
}
.start-35 {
  inset-inline-start: 35% !important;
}
.start-40 {
  inset-inline-start: 40% !important;
}
.start-44 {
  inset-inline-start: 44% !important;
}
.start-45 {
  inset-inline-start: 45% !important;
}
.start-46 {
  inset-inline-start: 46% !important;
}
.start-48 {
  inset-inline-start: 48% !important;
}
.start-50 {
  inset-inline-start: 50% !important;
}
.start-60 {
  inset-inline-start: 60% !important;
}
.start-65 {
  inset-inline-start: 65% !important;
}
.start-70 {
  inset-inline-start: 70% !important;
}
.start-75 {
  inset-inline-start: 75% !important;
}
.start-80 {
  inset-inline-start: 80% !important;
}
.start-90 {
  inset-inline-start: 90% !important;
}
.start-95 {
  inset-inline-start: 95% !important;
}
.start-100 {
  inset-inline-start: 100% !important;
}
.start-auto {
  inset-inline-start: auto !important;
}
.end-0 {
  inset-inline-end: 0% !important;
}
.end-5 {
  inset-inline-end: 5% !important;
}
.end-10 {
  inset-inline-end: 10% !important;
}
.end-20 {
  inset-inline-end: 20% !important;
}
.end-25 {
  inset-inline-end: 25% !important;
}
.end-30 {
  inset-inline-end: 30% !important;
}
.end-33_3 {
  inset-inline-end: 33.3% !important;
}
.end-35 {
  inset-inline-end: 35% !important;
}
.end-40 {
  inset-inline-end: 40% !important;
}
.end-44 {
  inset-inline-end: 44% !important;
}
.end-45 {
  inset-inline-end: 45% !important;
}
.end-46 {
  inset-inline-end: 46% !important;
}
.end-48 {
  inset-inline-end: 48% !important;
}
.end-50 {
  inset-inline-end: 50% !important;
}
.end-60 {
  inset-inline-end: 60% !important;
}
.end-65 {
  inset-inline-end: 65% !important;
}
.end-70 {
  inset-inline-end: 70% !important;
}
.end-75 {
  inset-inline-end: 75% !important;
}
.end-80 {
  inset-inline-end: 80% !important;
}
.end-90 {
  inset-inline-end: 90% !important;
}
.end-95 {
  inset-inline-end: 95% !important;
}
.end-100 {
  inset-inline-end: 100% !important;
}
.end-auto {
  inset-inline-end: auto !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-0 {
  border-block-start: 0px !important;
}
.border-top-1 {
  border-block-start: 1px solid !important;
}
.border-top-2 {
  border-block-start: 2px solid !important;
}
.border-top-3 {
  border-block-start: 3px solid !important;
}
.border-top-4 {
  border-block-start: 4px solid !important;
}
.border-top-5 {
  border-block-start: 5px solid !important;
}
.border-end-0 {
  border-inline-end: 0px !important;
}
.border-end-1 {
  border-inline-end: 1px solid !important;
}
.border-end-2 {
  border-inline-end: 2px solid !important;
}
.border-end-3 {
  border-inline-end: 3px solid !important;
}
.border-end-4 {
  border-inline-end: 4px solid !important;
}
.border-end-5 {
  border-inline-end: 5px solid !important;
}
.border-bottom-0 {
  border-block-end: 0px !important;
}
.border-bottom-1 {
  border-block-end: 1px solid !important;
}
.border-bottom-2 {
  border-block-end: 2px solid !important;
}
.border-bottom-3 {
  border-block-end: 3px solid !important;
}
.border-bottom-4 {
  border-block-end: 4px solid !important;
}
.border-bottom-5 {
  border-block-end: 5px solid !important;
}
.border-start-0 {
  border-inline-start: 0px !important;
}
.border-start-1 {
  border-inline-start: 1px solid !important;
}
.border-start-2 {
  border-inline-start: 2px solid !important;
}
.border-start-3 {
  border-inline-start: 3px solid !important;
}
.border-start-4 {
  border-inline-start: 4px solid !important;
}
.border-start-5 {
  border-inline-start: 5px solid !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-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-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.max-w-0 {
  max-width: 0% !important;
}
.max-w-5 {
  max-width: 5% !important;
}
.max-w-10 {
  max-width: 10% !important;
}
.max-w-20 {
  max-width: 20% !important;
}
.max-w-25 {
  max-width: 25% !important;
}
.max-w-30 {
  max-width: 30% !important;
}
.max-w-33_3 {
  max-width: 33.3% !important;
}
.max-w-35 {
  max-width: 35% !important;
}
.max-w-40 {
  max-width: 40% !important;
}
.max-w-44 {
  max-width: 44% !important;
}
.max-w-45 {
  max-width: 45% !important;
}
.max-w-46 {
  max-width: 46% !important;
}
.max-w-48 {
  max-width: 48% !important;
}
.max-w-50 {
  max-width: 50% !important;
}
.max-w-60 {
  max-width: 60% !important;
}
.max-w-65 {
  max-width: 65% !important;
}
.max-w-70 {
  max-width: 70% !important;
}
.max-w-75 {
  max-width: 75% !important;
}
.max-w-80 {
  max-width: 80% !important;
}
.max-w-90 {
  max-width: 90% !important;
}
.max-w-95 {
  max-width: 95% !important;
}
.max-w-100 {
  max-width: 100% !important;
}
.max-w-auto {
  max-width: auto !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-0 {
  height: 0% !important;
}
.h-5 {
  height: 5% !important;
}
.h-10 {
  height: 10% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-33_3 {
  height: 33.3% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-44 {
  height: 44% !important;
}
.h-45 {
  height: 45% !important;
}
.h-46 {
  height: 46% !important;
}
.h-48 {
  height: 48% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.max-h-0 {
  max-height: 0% !important;
}
.max-h-5 {
  max-height: 5% !important;
}
.max-h-10 {
  max-height: 10% !important;
}
.max-h-20 {
  max-height: 20% !important;
}
.max-h-25 {
  max-height: 25% !important;
}
.max-h-30 {
  max-height: 30% !important;
}
.max-h-33_3 {
  max-height: 33.3% !important;
}
.max-h-35 {
  max-height: 35% !important;
}
.max-h-40 {
  max-height: 40% !important;
}
.max-h-44 {
  max-height: 44% !important;
}
.max-h-45 {
  max-height: 45% !important;
}
.max-h-46 {
  max-height: 46% !important;
}
.max-h-48 {
  max-height: 48% !important;
}
.max-h-50 {
  max-height: 50% !important;
}
.max-h-60 {
  max-height: 60% !important;
}
.max-h-65 {
  max-height: 65% !important;
}
.max-h-70 {
  max-height: 70% !important;
}
.max-h-75 {
  max-height: 75% !important;
}
.max-h-80 {
  max-height: 80% !important;
}
.max-h-90 {
  max-height: 90% !important;
}
.max-h-95 {
  max-height: 95% !important;
}
.max-h-100 {
  max-height: 100% !important;
}
.max-h-auto {
  max-height: auto !important;
}
.vh-calc-unset {
  height: unset !important;
}
.vh-calc-60 {
  height: calc(100vh - 60px) !important;
}
.vh-calc-92 {
  height: calc(100vh - 92px) !important;
}
.vh-calc-110 {
  height: calc(100vh - 60px - 50px) !important;
}
.vh-calc-140 {
  height: calc(100vh - 60px - 80px) !important;
}
.vh-calc-156 {
  height: calc(100vh - 156px) !important;
}
.vh-calc-180 {
  height: calc(100vh - 60px - 80px - 40px) !important;
}
.vh-calc-188 {
  height: calc(100vh - 60px - 128px) !important;
}
.vh-calc-190 {
  height: calc(100vh - 60px - 80px - 50px) !important;
}
.vh-calc-196 {
  height: calc(100vh - 60px - 80px - 56px) !important;
}
.vh-calc-198 {
  height: calc(100vh - 60px - 138px) !important;
}
.vh-calc-200 {
  height: calc(100vh - 60px - 80px - 60px) !important;
}
.vh-calc-206 {
  height: calc(100vh - 60px - 80px - 66px) !important;
}
.vh-calc-210 {
  height: calc(100vh - 60px - 150px) !important;
}
.vh-calc-212 {
  height: calc(100vh - 60px - 80px - 72px) !important;
}
.vh-calc-220 {
  height: calc(100vh - 60px - 80px - 80px) !important;
}
.vh-calc-228 {
  height: calc(100vh - 60px - 80px - 88px) !important;
}
.vh-calc-233 {
  height: calc(100vh - 60px - 80px - 93px) !important;
}
.vh-calc-242 {
  height: calc(100vh - 60px - 80px - 102px) !important;
}
.vh-calc-250 {
  height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}
.vh-calc-256 {
  height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.vh-calc-265 {
  height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.vh-calc-269 {
  height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}
.vh-calc-270 {
  height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}
.vh-calc-294 {
  height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}
.vh-calc-296 {
  height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}
.vh-calc-275 {
  height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}
.vh-calc-299 {
  height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}
.vh-calc-281 {
  height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}
.vh-calc-297 {
  height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}
.vh-calc-302 {
  height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}
.vh-calc-331 {
  height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}
.vh-calc-328 {
  height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}
.vh-calc-330 {
  height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}
.vh-calc-396 {
  height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}
.vh-calc-397 {
  height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}
.vh-calc-398 {
  height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}
.vh-calc-408 {
  height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}
.vh-calc-430 {
  height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}
.vh-calc-446 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}
.vh-calc-452 {
  height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}
.vh-calc-494 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}
.vh-calc-521 {
  height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}
.vh-calc-588 {
  height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}
.min-vh-calc-unset {
  min-height: unset !important;
}
.min-vh-calc-60 {
  min-height: calc(100vh - 60px) !important;
}
.min-vh-calc-92 {
  min-height: calc(100vh - 92px) !important;
}
.min-vh-calc-110 {
  min-height: calc(100vh - 60px - 50px) !important;
}
.min-vh-calc-140 {
  min-height: calc(100vh - 60px - 80px) !important;
}
.min-vh-calc-156 {
  min-height: calc(100vh - 156px) !important;
}
.min-vh-calc-180 {
  min-height: calc(100vh - 60px - 80px - 40px) !important;
}
.min-vh-calc-188 {
  min-height: calc(100vh - 60px - 128px) !important;
}
.min-vh-calc-190 {
  min-height: calc(100vh - 60px - 80px - 50px) !important;
}
.min-vh-calc-196 {
  min-height: calc(100vh - 60px - 80px - 56px) !important;
}
.min-vh-calc-198 {
  min-height: calc(100vh - 60px - 138px) !important;
}
.min-vh-calc-200 {
  min-height: calc(100vh - 60px - 80px - 60px) !important;
}
.min-vh-calc-206 {
  min-height: calc(100vh - 60px - 80px - 66px) !important;
}
.min-vh-calc-210 {
  min-height: calc(100vh - 60px - 150px) !important;
}
.min-vh-calc-212 {
  min-height: calc(100vh - 60px - 80px - 72px) !important;
}
.min-vh-calc-220 {
  min-height: calc(100vh - 60px - 80px - 80px) !important;
}
.min-vh-calc-228 {
  min-height: calc(100vh - 60px - 80px - 88px) !important;
}
.min-vh-calc-233 {
  min-height: calc(100vh - 60px - 80px - 93px) !important;
}
.min-vh-calc-242 {
  min-height: calc(100vh - 60px - 80px - 102px) !important;
}
.min-vh-calc-250 {
  min-height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}
.min-vh-calc-256 {
  min-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.min-vh-calc-265 {
  min-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.min-vh-calc-269 {
  min-height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}
.min-vh-calc-270 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}
.min-vh-calc-294 {
  min-height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}
.min-vh-calc-296 {
  min-height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}
.min-vh-calc-275 {
  min-height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}
.min-vh-calc-299 {
  min-height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}
.min-vh-calc-281 {
  min-height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}
.min-vh-calc-297 {
  min-height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}
.min-vh-calc-302 {
  min-height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}
.min-vh-calc-331 {
  min-height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}
.min-vh-calc-328 {
  min-height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}
.min-vh-calc-330 {
  min-height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}
.min-vh-calc-396 {
  min-height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}
.min-vh-calc-397 {
  min-height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}
.min-vh-calc-398 {
  min-height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}
.min-vh-calc-408 {
  min-height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}
.min-vh-calc-430 {
  min-height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}
.min-vh-calc-446 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}
.min-vh-calc-452 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}
.min-vh-calc-494 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}
.min-vh-calc-521 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}
.min-vh-calc-588 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-0 {
  flex: 0 0 auto !important;
}
.flex-1 {
  flex: 1 !important;
}
.flex-2 {
  flex: 2 !important;
}
.flex-3 {
  flex: 3 !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: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -1rem !important;
}
.me-n4 {
  margin-right: -1.5rem !important;
}
.me-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-px-0 {
  row-gap: 0rem !important;
}
.row-gap-px-1 {
  row-gap: 0.0625rem !important;
}
.row-gap-px-2 {
  row-gap: 0.125rem !important;
}
.row-gap-px-3 {
  row-gap: 0.1875rem !important;
}
.row-gap-px-4 {
  row-gap: 0.25rem !important;
}
.row-gap-px-5 {
  row-gap: 0.3125rem !important;
}
.row-gap-px-6 {
  row-gap: 0.375rem !important;
}
.row-gap-px-7 {
  row-gap: 0.4375rem !important;
}
.row-gap-px-8 {
  row-gap: 0.5rem !important;
}
.row-gap-px-9 {
  row-gap: 0.5625rem !important;
}
.row-gap-px-10 {
  row-gap: 0.625rem !important;
}
.row-gap-px-11 {
  row-gap: 0.6875rem !important;
}
.row-gap-px-12 {
  row-gap: 0.75rem !important;
}
.row-gap-px-13 {
  row-gap: 0.8125rem !important;
}
.row-gap-px-14 {
  row-gap: 0.875rem !important;
}
.row-gap-px-15 {
  row-gap: 0.9375rem !important;
}
.row-gap-px-16 {
  row-gap: 1rem !important;
}
.row-gap-px-17 {
  row-gap: 1.0625rem !important;
}
.row-gap-px-18 {
  row-gap: 1.125rem !important;
}
.row-gap-px-19 {
  row-gap: 1.1875rem !important;
}
.row-gap-px-20 {
  row-gap: 1.25rem !important;
}
.row-gap-px-21 {
  row-gap: 1.3125rem !important;
}
.row-gap-px-22 {
  row-gap: 1.375rem !important;
}
.row-gap-px-23 {
  row-gap: 1.4375rem !important;
}
.row-gap-px-24 {
  row-gap: 1.5rem !important;
}
.row-gap-px-25 {
  row-gap: 1.5625rem !important;
}
.row-gap-px-26 {
  row-gap: 1.625rem !important;
}
.row-gap-px-27 {
  row-gap: 1.6875rem !important;
}
.row-gap-px-28 {
  row-gap: 1.75rem !important;
}
.row-gap-px-29 {
  row-gap: 1.8125rem !important;
}
.row-gap-px-30 {
  row-gap: 1.875rem !important;
}
.row-gap-px-31 {
  row-gap: 1.9375rem !important;
}
.row-gap-px-32 {
  row-gap: 2rem !important;
}
.row-gap-px-33 {
  row-gap: 2.0625rem !important;
}
.row-gap-px-34 {
  row-gap: 2.125rem !important;
}
.row-gap-px-35 {
  row-gap: 2.1875rem !important;
}
.row-gap-px-36 {
  row-gap: 2.25rem !important;
}
.row-gap-px-37 {
  row-gap: 2.3125rem !important;
}
.row-gap-px-38 {
  row-gap: 2.375rem !important;
}
.row-gap-px-39 {
  row-gap: 2.4375rem !important;
}
.row-gap-px-40 {
  row-gap: 2.5rem !important;
}
.row-gap-px-41 {
  row-gap: 2.5625rem !important;
}
.row-gap-px-42 {
  row-gap: 2.625rem !important;
}
.row-gap-px-43 {
  row-gap: 2.6875rem !important;
}
.row-gap-px-44 {
  row-gap: 2.75rem !important;
}
.row-gap-px-45 {
  row-gap: 2.8125rem !important;
}
.row-gap-px-46 {
  row-gap: 2.875rem !important;
}
.row-gap-px-47 {
  row-gap: 2.9375rem !important;
}
.row-gap-px-48 {
  row-gap: 3rem !important;
}
.row-gap-px-49 {
  row-gap: 3.0625rem !important;
}
.row-gap-px-50 {
  row-gap: 3.125rem !important;
}
.row-gap-px-51 {
  row-gap: 3.1875rem !important;
}
.row-gap-px-52 {
  row-gap: 3.25rem !important;
}
.row-gap-px-53 {
  row-gap: 3.3125rem !important;
}
.row-gap-px-54 {
  row-gap: 3.375rem !important;
}
.row-gap-px-56 {
  row-gap: 3.5rem !important;
}
.row-gap-px-57 {
  row-gap: 3.5625rem !important;
}
.row-gap-px-58 {
  row-gap: 3.625rem !important;
}
.row-gap-px-59 {
  row-gap: 3.6875rem !important;
}
.row-gap-px-60 {
  row-gap: 3.75rem !important;
}
.row-gap-px-61 {
  row-gap: 3.8125rem !important;
}
.row-gap-px-62 {
  row-gap: 3.875rem !important;
}
.row-gap-px-63 {
  row-gap: 3.9375rem !important;
}
.row-gap-px-64 {
  row-gap: 4rem !important;
}
.row-gap-px-68 {
  row-gap: 4.25rem !important;
}
.row-gap-px-70 {
  row-gap: 4.375rem !important;
}
.row-gap-px-80 {
  row-gap: 5rem !important;
}
.row-gap-px-82 {
  row-gap: 5.125rem !important;
}
.row-gap-px-83 {
  row-gap: 5.1875rem !important;
}
.row-gap-px-84 {
  row-gap: 5.25rem !important;
}
.row-gap-px-98 {
  row-gap: 6.125rem !important;
}
.row-gap-px-104 {
  row-gap: 6.5rem !important;
}
.row-gap-px-122 {
  row-gap: 7.625rem !important;
}
.row-gap-px-123 {
  row-gap: 7.6875rem !important;
}
.row-gap-px-147 {
  row-gap: 9.1875rem !important;
}
.row-gap-px-148 {
  row-gap: 9.25rem !important;
}
.row-gap-px-150 {
  row-gap: 9.375rem !important;
}
.row-gap-px-180 {
  row-gap: 11.25rem !important;
}
.row-gap-px-192 {
  row-gap: 12rem !important;
}
.row-gap-px-200 {
  row-gap: 12.5rem !important;
}
.row-gap-px-220 {
  row-gap: 13.75rem !important;
}
.row-gap-px-270 {
  row-gap: 16.875rem !important;
}
.row-gap-px-300 {
  row-gap: 18.75rem !important;
}
.row-gap-px-350 {
  row-gap: 21.875rem !important;
}
.row-gap-px-400 {
  row-gap: 25rem !important;
}
.row-gap-px-500 {
  row-gap: 31.25rem !important;
}
.row-gap-px-600 {
  row-gap: 37.5rem !important;
}
.column-gap-px-0 {
  column-gap: 0rem !important;
}
.column-gap-px-1 {
  column-gap: 0.0625rem !important;
}
.column-gap-px-2 {
  column-gap: 0.125rem !important;
}
.column-gap-px-3 {
  column-gap: 0.1875rem !important;
}
.column-gap-px-4 {
  column-gap: 0.25rem !important;
}
.column-gap-px-5 {
  column-gap: 0.3125rem !important;
}
.column-gap-px-6 {
  column-gap: 0.375rem !important;
}
.column-gap-px-7 {
  column-gap: 0.4375rem !important;
}
.column-gap-px-8 {
  column-gap: 0.5rem !important;
}
.column-gap-px-9 {
  column-gap: 0.5625rem !important;
}
.column-gap-px-10 {
  column-gap: 0.625rem !important;
}
.column-gap-px-11 {
  column-gap: 0.6875rem !important;
}
.column-gap-px-12 {
  column-gap: 0.75rem !important;
}
.column-gap-px-13 {
  column-gap: 0.8125rem !important;
}
.column-gap-px-14 {
  column-gap: 0.875rem !important;
}
.column-gap-px-15 {
  column-gap: 0.9375rem !important;
}
.column-gap-px-16 {
  column-gap: 1rem !important;
}
.column-gap-px-17 {
  column-gap: 1.0625rem !important;
}
.column-gap-px-18 {
  column-gap: 1.125rem !important;
}
.column-gap-px-19 {
  column-gap: 1.1875rem !important;
}
.column-gap-px-20 {
  column-gap: 1.25rem !important;
}
.column-gap-px-21 {
  column-gap: 1.3125rem !important;
}
.column-gap-px-22 {
  column-gap: 1.375rem !important;
}
.column-gap-px-23 {
  column-gap: 1.4375rem !important;
}
.column-gap-px-24 {
  column-gap: 1.5rem !important;
}
.column-gap-px-25 {
  column-gap: 1.5625rem !important;
}
.column-gap-px-26 {
  column-gap: 1.625rem !important;
}
.column-gap-px-27 {
  column-gap: 1.6875rem !important;
}
.column-gap-px-28 {
  column-gap: 1.75rem !important;
}
.column-gap-px-29 {
  column-gap: 1.8125rem !important;
}
.column-gap-px-30 {
  column-gap: 1.875rem !important;
}
.column-gap-px-31 {
  column-gap: 1.9375rem !important;
}
.column-gap-px-32 {
  column-gap: 2rem !important;
}
.column-gap-px-33 {
  column-gap: 2.0625rem !important;
}
.column-gap-px-34 {
  column-gap: 2.125rem !important;
}
.column-gap-px-35 {
  column-gap: 2.1875rem !important;
}
.column-gap-px-36 {
  column-gap: 2.25rem !important;
}
.column-gap-px-37 {
  column-gap: 2.3125rem !important;
}
.column-gap-px-38 {
  column-gap: 2.375rem !important;
}
.column-gap-px-39 {
  column-gap: 2.4375rem !important;
}
.column-gap-px-40 {
  column-gap: 2.5rem !important;
}
.column-gap-px-41 {
  column-gap: 2.5625rem !important;
}
.column-gap-px-42 {
  column-gap: 2.625rem !important;
}
.column-gap-px-43 {
  column-gap: 2.6875rem !important;
}
.column-gap-px-44 {
  column-gap: 2.75rem !important;
}
.column-gap-px-45 {
  column-gap: 2.8125rem !important;
}
.column-gap-px-46 {
  column-gap: 2.875rem !important;
}
.column-gap-px-47 {
  column-gap: 2.9375rem !important;
}
.column-gap-px-48 {
  column-gap: 3rem !important;
}
.column-gap-px-49 {
  column-gap: 3.0625rem !important;
}
.column-gap-px-50 {
  column-gap: 3.125rem !important;
}
.column-gap-px-51 {
  column-gap: 3.1875rem !important;
}
.column-gap-px-52 {
  column-gap: 3.25rem !important;
}
.column-gap-px-53 {
  column-gap: 3.3125rem !important;
}
.column-gap-px-54 {
  column-gap: 3.375rem !important;
}
.column-gap-px-56 {
  column-gap: 3.5rem !important;
}
.column-gap-px-57 {
  column-gap: 3.5625rem !important;
}
.column-gap-px-58 {
  column-gap: 3.625rem !important;
}
.column-gap-px-59 {
  column-gap: 3.6875rem !important;
}
.column-gap-px-60 {
  column-gap: 3.75rem !important;
}
.column-gap-px-61 {
  column-gap: 3.8125rem !important;
}
.column-gap-px-62 {
  column-gap: 3.875rem !important;
}
.column-gap-px-63 {
  column-gap: 3.9375rem !important;
}
.column-gap-px-64 {
  column-gap: 4rem !important;
}
.column-gap-px-68 {
  column-gap: 4.25rem !important;
}
.column-gap-px-70 {
  column-gap: 4.375rem !important;
}
.column-gap-px-80 {
  column-gap: 5rem !important;
}
.column-gap-px-82 {
  column-gap: 5.125rem !important;
}
.column-gap-px-83 {
  column-gap: 5.1875rem !important;
}
.column-gap-px-84 {
  column-gap: 5.25rem !important;
}
.column-gap-px-98 {
  column-gap: 6.125rem !important;
}
.column-gap-px-104 {
  column-gap: 6.5rem !important;
}
.column-gap-px-122 {
  column-gap: 7.625rem !important;
}
.column-gap-px-123 {
  column-gap: 7.6875rem !important;
}
.column-gap-px-147 {
  column-gap: 9.1875rem !important;
}
.column-gap-px-148 {
  column-gap: 9.25rem !important;
}
.column-gap-px-150 {
  column-gap: 9.375rem !important;
}
.column-gap-px-180 {
  column-gap: 11.25rem !important;
}
.column-gap-px-192 {
  column-gap: 12rem !important;
}
.column-gap-px-200 {
  column-gap: 12.5rem !important;
}
.column-gap-px-220 {
  column-gap: 13.75rem !important;
}
.column-gap-px-270 {
  column-gap: 16.875rem !important;
}
.column-gap-px-300 {
  column-gap: 18.75rem !important;
}
.column-gap-px-350 {
  column-gap: 21.875rem !important;
}
.column-gap-px-400 {
  column-gap: 25rem !important;
}
.column-gap-px-500 {
  column-gap: 31.25rem !important;
}
.column-gap-px-600 {
  column-gap: 37.5rem !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: start !important;
}
.text-end {
  text-align: end !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-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 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --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 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-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 {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 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-index-1 {
  z-index: 9999 !important;
}
.z-index-2 {
  z-index: 9990 !important;
}
.z-index-3 {
  z-index: 9980 !important;
}
.z-index-4 {
  z-index: 9970 !important;
}
.z-index-5 {
  z-index: 9960 !important;
}
.z-index-1019 {
  z-index: 1019 !important;
}
.z-index-99 {
  z-index: 99 !important;
}
.z-index-unset {
  z-index: unset !important;
}
.grid-cols-auto-fill-300 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}
.grid-cols-auto-fill-270 {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
}
.grid-cols-auto-fill-260 {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
}
.grid-cols-auto-fill-240 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}
.grid-cols-auto-fill-220 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-grab {
  cursor: grab !important;
}
.fs-0 {
  font-size: 0rem !important;
}
.fs-1 {
  font-size: 0.0625rem !important;
}
.fs-2 {
  font-size: 0.125rem !important;
}
.fs-3 {
  font-size: 0.1875rem !important;
}
.fs-4 {
  font-size: 0.25rem !important;
}
.fs-5 {
  font-size: 0.3125rem !important;
}
.fs-6 {
  font-size: 0.375rem !important;
}
.fs-7 {
  font-size: 0.4375rem !important;
}
.fs-8 {
  font-size: 0.5rem !important;
}
.fs-9 {
  font-size: 0.5625rem !important;
}
.fs-10 {
  font-size: 0.625rem !important;
}
.fs-11 {
  font-size: 0.6875rem !important;
}
.fs-12 {
  font-size: 0.75rem !important;
}
.fs-13 {
  font-size: 0.8125rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-15 {
  font-size: 0.9375rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fs-17 {
  font-size: 1.0625rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-19 {
  font-size: 1.1875rem !important;
}
.fs-20 {
  font-size: 1.25rem !important;
}
.fs-21 {
  font-size: 1.3125rem !important;
}
.fs-22 {
  font-size: 1.375rem !important;
}
.fs-23 {
  font-size: 1.4375rem !important;
}
.fs-24 {
  font-size: 1.5rem !important;
}
.fs-25 {
  font-size: 1.5625rem !important;
}
.fs-26 {
  font-size: 1.625rem !important;
}
.fs-27 {
  font-size: 1.6875rem !important;
}
.fs-28 {
  font-size: 1.75rem !important;
}
.fs-29 {
  font-size: 1.8125rem !important;
}
.fs-30 {
  font-size: 1.875rem !important;
}
.fs-31 {
  font-size: 1.9375rem !important;
}
.fs-32 {
  font-size: 2rem !important;
}
.fs-33 {
  font-size: 2.0625rem !important;
}
.fs-34 {
  font-size: 2.125rem !important;
}
.fs-35 {
  font-size: 2.1875rem !important;
}
.fs-36 {
  font-size: 2.25rem !important;
}
.fs-37 {
  font-size: 2.3125rem !important;
}
.fs-38 {
  font-size: 2.375rem !important;
}
.fs-39 {
  font-size: 2.4375rem !important;
}
.fs-40 {
  font-size: 2.5rem !important;
}
.fs-41 {
  font-size: 2.5625rem !important;
}
.fs-42 {
  font-size: 2.625rem !important;
}
.fs-43 {
  font-size: 2.6875rem !important;
}
.fs-44 {
  font-size: 2.75rem !important;
}
.fs-45 {
  font-size: 2.8125rem !important;
}
.fs-46 {
  font-size: 2.875rem !important;
}
.fs-47 {
  font-size: 2.9375rem !important;
}
.fs-48 {
  font-size: 3rem !important;
}
.fs-49 {
  font-size: 3.0625rem !important;
}
.fs-50 {
  font-size: 3.125rem !important;
}
.fs-51 {
  font-size: 3.1875rem !important;
}
.fs-52 {
  font-size: 3.25rem !important;
}
.fs-53 {
  font-size: 3.3125rem !important;
}
.fs-54 {
  font-size: 3.375rem !important;
}
.fs-56 {
  font-size: 3.5rem !important;
}
.fs-57 {
  font-size: 3.5625rem !important;
}
.fs-58 {
  font-size: 3.625rem !important;
}
.fs-59 {
  font-size: 3.6875rem !important;
}
.fs-60 {
  font-size: 3.75rem !important;
}
.fs-61 {
  font-size: 3.8125rem !important;
}
.fs-62 {
  font-size: 3.875rem !important;
}
.fs-63 {
  font-size: 3.9375rem !important;
}
.fs-64 {
  font-size: 4rem !important;
}
.fs-68 {
  font-size: 4.25rem !important;
}
.fs-70 {
  font-size: 4.375rem !important;
}
.fs-80 {
  font-size: 5rem !important;
}
.fs-82 {
  font-size: 5.125rem !important;
}
.fs-83 {
  font-size: 5.1875rem !important;
}
.fs-84 {
  font-size: 5.25rem !important;
}
.fs-98 {
  font-size: 6.125rem !important;
}
.fs-104 {
  font-size: 6.5rem !important;
}
.fs-122 {
  font-size: 7.625rem !important;
}
.fs-123 {
  font-size: 7.6875rem !important;
}
.fs-147 {
  font-size: 9.1875rem !important;
}
.fs-148 {
  font-size: 9.25rem !important;
}
.fs-150 {
  font-size: 9.375rem !important;
}
.fs-180 {
  font-size: 11.25rem !important;
}
.fs-192 {
  font-size: 12rem !important;
}
.fs-200 {
  font-size: 12.5rem !important;
}
.fs-220 {
  font-size: 13.75rem !important;
}
.fs-270 {
  font-size: 16.875rem !important;
}
.fs-300 {
  font-size: 18.75rem !important;
}
.fs-350 {
  font-size: 21.875rem !important;
}
.fs-400 {
  font-size: 25rem !important;
}
.fs-500 {
  font-size: 31.25rem !important;
}
.fs-600 {
  font-size: 37.5rem !important;
}
.w-px-0 {
  width: 0rem !important;
}
.w-px-1 {
  width: 0.0625rem !important;
}
.w-px-2 {
  width: 0.125rem !important;
}
.w-px-3 {
  width: 0.1875rem !important;
}
.w-px-4 {
  width: 0.25rem !important;
}
.w-px-5 {
  width: 0.3125rem !important;
}
.w-px-6 {
  width: 0.375rem !important;
}
.w-px-7 {
  width: 0.4375rem !important;
}
.w-px-8 {
  width: 0.5rem !important;
}
.w-px-9 {
  width: 0.5625rem !important;
}
.w-px-10 {
  width: 0.625rem !important;
}
.w-px-11 {
  width: 0.6875rem !important;
}
.w-px-12 {
  width: 0.75rem !important;
}
.w-px-13 {
  width: 0.8125rem !important;
}
.w-px-14 {
  width: 0.875rem !important;
}
.w-px-15 {
  width: 0.9375rem !important;
}
.w-px-16 {
  width: 1rem !important;
}
.w-px-17 {
  width: 1.0625rem !important;
}
.w-px-18 {
  width: 1.125rem !important;
}
.w-px-19 {
  width: 1.1875rem !important;
}
.w-px-20 {
  width: 1.25rem !important;
}
.w-px-21 {
  width: 1.3125rem !important;
}
.w-px-22 {
  width: 1.375rem !important;
}
.w-px-23 {
  width: 1.4375rem !important;
}
.w-px-24 {
  width: 1.5rem !important;
}
.w-px-25 {
  width: 1.5625rem !important;
}
.w-px-26 {
  width: 1.625rem !important;
}
.w-px-27 {
  width: 1.6875rem !important;
}
.w-px-28 {
  width: 1.75rem !important;
}
.w-px-29 {
  width: 1.8125rem !important;
}
.w-px-30 {
  width: 1.875rem !important;
}
.w-px-31 {
  width: 1.9375rem !important;
}
.w-px-32 {
  width: 2rem !important;
}
.w-px-33 {
  width: 2.0625rem !important;
}
.w-px-34 {
  width: 2.125rem !important;
}
.w-px-35 {
  width: 2.1875rem !important;
}
.w-px-36 {
  width: 2.25rem !important;
}
.w-px-37 {
  width: 2.3125rem !important;
}
.w-px-38 {
  width: 2.375rem !important;
}
.w-px-39 {
  width: 2.4375rem !important;
}
.w-px-40 {
  width: 2.5rem !important;
}
.w-px-41 {
  width: 2.5625rem !important;
}
.w-px-42 {
  width: 2.625rem !important;
}
.w-px-43 {
  width: 2.6875rem !important;
}
.w-px-44 {
  width: 2.75rem !important;
}
.w-px-45 {
  width: 2.8125rem !important;
}
.w-px-46 {
  width: 2.875rem !important;
}
.w-px-47 {
  width: 2.9375rem !important;
}
.w-px-48 {
  width: 3rem !important;
}
.w-px-49 {
  width: 3.0625rem !important;
}
.w-px-50 {
  width: 3.125rem !important;
}
.w-px-51 {
  width: 3.1875rem !important;
}
.w-px-52 {
  width: 3.25rem !important;
}
.w-px-53 {
  width: 3.3125rem !important;
}
.w-px-54 {
  width: 3.375rem !important;
}
.w-px-56 {
  width: 3.5rem !important;
}
.w-px-57 {
  width: 3.5625rem !important;
}
.w-px-58 {
  width: 3.625rem !important;
}
.w-px-59 {
  width: 3.6875rem !important;
}
.w-px-60 {
  width: 3.75rem !important;
}
.w-px-61 {
  width: 3.8125rem !important;
}
.w-px-62 {
  width: 3.875rem !important;
}
.w-px-63 {
  width: 3.9375rem !important;
}
.w-px-64 {
  width: 4rem !important;
}
.w-px-68 {
  width: 4.25rem !important;
}
.w-px-70 {
  width: 4.375rem !important;
}
.w-px-80 {
  width: 5rem !important;
}
.w-px-82 {
  width: 5.125rem !important;
}
.w-px-83 {
  width: 5.1875rem !important;
}
.w-px-84 {
  width: 5.25rem !important;
}
.w-px-98 {
  width: 6.125rem !important;
}
.w-px-104 {
  width: 6.5rem !important;
}
.w-px-122 {
  width: 7.625rem !important;
}
.w-px-123 {
  width: 7.6875rem !important;
}
.w-px-147 {
  width: 9.1875rem !important;
}
.w-px-148 {
  width: 9.25rem !important;
}
.w-px-150 {
  width: 9.375rem !important;
}
.w-px-180 {
  width: 11.25rem !important;
}
.w-px-192 {
  width: 12rem !important;
}
.w-px-200 {
  width: 12.5rem !important;
}
.w-px-220 {
  width: 13.75rem !important;
}
.w-px-270 {
  width: 16.875rem !important;
}
.w-px-300 {
  width: 18.75rem !important;
}
.w-px-350 {
  width: 21.875rem !important;
}
.w-px-400 {
  width: 25rem !important;
}
.w-px-500 {
  width: 31.25rem !important;
}
.w-px-600 {
  width: 37.5rem !important;
}
.w-rem-unset {
  width: unset !important;
}
.w-rem-1 {
  width: 1rem !important;
}
.w-rem-2 {
  width: 2rem !important;
}
.w-rem-3 {
  width: 3rem !important;
}
.w-rem-4 {
  width: 4rem !important;
}
.w-rem-5 {
  width: 5rem !important;
}
.w-rem-7 {
  width: 7rem !important;
}
.w-rem-8 {
  width: 8rem !important;
}
.w-rem-9 {
  width: 9rem !important;
}
.w-rem-10 {
  width: 10rem !important;
}
.w-rem-11 {
  width: 11rem !important;
}
.w-rem-12 {
  width: 12rem !important;
}
.w-rem-13 {
  width: 13rem !important;
}
.w-rem-14 {
  width: 14rem !important;
}
.w-rem-15 {
  width: 15rem !important;
}
.w-rem-16 {
  width: 16rem !important;
}
.w-rem-17 {
  width: 17rem !important;
}
.w-rem-18 {
  width: 18rem !important;
}
.w-rem-19 {
  width: 19rem !important;
}
.w-rem-20 {
  width: 20rem !important;
}
.w-rem-23 {
  width: 23rem !important;
}
.w-rem-25 {
  width: 25rem !important;
}
.w-rem-30 {
  width: 30rem !important;
}
.w-rem-31 {
  width: 31rem !important;
}
.w-rem-32 {
  width: 32rem !important;
}
.w-rem-33 {
  width: 33rem !important;
}
.w-rem-34 {
  width: 34rem !important;
}
.w-rem-35 {
  width: 35rem !important;
}
.w-rem-36 {
  width: 36rem !important;
}
.w-rem-37 {
  width: 37rem !important;
}
.w-rem-38 {
  width: 38rem !important;
}
.w-rem-39 {
  width: 39rem !important;
}
.w-rem-40 {
  width: 40rem !important;
}
.w-rem-41 {
  width: 41rem !important;
}
.w-rem-42 {
  width: 42rem !important;
}
.w-rem-43 {
  width: 43rem !important;
}
.w-rem-44 {
  width: 44rem !important;
}
.w-rem-45 {
  width: 45rem !important;
}
.w-rem-46 {
  width: 46rem !important;
}
.w-rem-47 {
  width: 47rem !important;
}
.w-rem-48 {
  width: 48rem !important;
}
.w-rem-49 {
  width: 49rem !important;
}
.w-rem-50 {
  width: 50rem !important;
}
.w-rem-51 {
  width: 51rem !important;
}
.w-rem-52 {
  width: 52rem !important;
}
.w-rem-53 {
  width: 53rem !important;
}
.w-rem-54 {
  width: 54rem !important;
}
.w-rem-55 {
  width: 55rem !important;
}
.w-rem-56 {
  width: 56rem !important;
}
.w-rem-57 {
  width: 57rem !important;
}
.w-rem-58 {
  width: 58rem !important;
}
.w-rem-59 {
  width: 59rem !important;
}
.w-rem-60 {
  width: 60rem !important;
}
.w-rem-61 {
  width: 61rem !important;
}
.w-rem-62 {
  width: 62rem !important;
}
.w-rem-63 {
  width: 63rem !important;
}
.w-rem-64 {
  width: 64rem !important;
}
.w-rem-65 {
  width: 65rem !important;
}
.w-rem-66 {
  width: 66rem !important;
}
.w-rem-67 {
  width: 67rem !important;
}
.w-rem-68 {
  width: 68rem !important;
}
.w-rem-69 {
  width: 69rem !important;
}
.w-rem-70 {
  width: 70rem !important;
}
.w-rem-71 {
  width: 71rem !important;
}
.w-rem-72 {
  width: 72rem !important;
}
.w-rem-73 {
  width: 73rem !important;
}
.w-rem-74 {
  width: 74rem !important;
}
.w-rem-75 {
  width: 75rem !important;
}
.w-rem-76 {
  width: 76rem !important;
}
.w-rem-77 {
  width: 77rem !important;
}
.w-rem-78 {
  width: 78rem !important;
}
.w-rem-79 {
  width: 79rem !important;
}
.w-rem-80 {
  width: 80rem !important;
}
.w-rem-95 {
  width: 95rem !important;
}
.w-rem-96 {
  width: 96rem !important;
}
.w-rem-97 {
  width: 97rem !important;
}
.w-rem-100 {
  width: 100% !important;
}
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-33_3 {
  width: 33.3% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-44 {
  width: 44% !important;
}
.w-45 {
  width: 45% !important;
}
.w-46 {
  width: 46% !important;
}
.w-48 {
  width: 48% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.min-w-0 {
  min-width: 0% !important;
}
.min-w-5 {
  min-width: 5% !important;
}
.min-w-10 {
  min-width: 10% !important;
}
.min-w-20 {
  min-width: 20% !important;
}
.min-w-25 {
  min-width: 25% !important;
}
.min-w-30 {
  min-width: 30% !important;
}
.min-w-33_3 {
  min-width: 33.3% !important;
}
.min-w-35 {
  min-width: 35% !important;
}
.min-w-40 {
  min-width: 40% !important;
}
.min-w-44 {
  min-width: 44% !important;
}
.min-w-45 {
  min-width: 45% !important;
}
.min-w-46 {
  min-width: 46% !important;
}
.min-w-48 {
  min-width: 48% !important;
}
.min-w-50 {
  min-width: 50% !important;
}
.min-w-60 {
  min-width: 60% !important;
}
.min-w-65 {
  min-width: 65% !important;
}
.min-w-70 {
  min-width: 70% !important;
}
.min-w-75 {
  min-width: 75% !important;
}
.min-w-80 {
  min-width: 80% !important;
}
.min-w-90 {
  min-width: 90% !important;
}
.min-w-95 {
  min-width: 95% !important;
}
.min-w-100 {
  min-width: 100% !important;
}
.min-w-auto {
  min-width: auto !important;
}
.max-w-px-0 {
  max-width: 0rem !important;
}
.max-w-px-1 {
  max-width: 0.0625rem !important;
}
.max-w-px-2 {
  max-width: 0.125rem !important;
}
.max-w-px-3 {
  max-width: 0.1875rem !important;
}
.max-w-px-4 {
  max-width: 0.25rem !important;
}
.max-w-px-5 {
  max-width: 0.3125rem !important;
}
.max-w-px-6 {
  max-width: 0.375rem !important;
}
.max-w-px-7 {
  max-width: 0.4375rem !important;
}
.max-w-px-8 {
  max-width: 0.5rem !important;
}
.max-w-px-9 {
  max-width: 0.5625rem !important;
}
.max-w-px-10 {
  max-width: 0.625rem !important;
}
.max-w-px-11 {
  max-width: 0.6875rem !important;
}
.max-w-px-12 {
  max-width: 0.75rem !important;
}
.max-w-px-13 {
  max-width: 0.8125rem !important;
}
.max-w-px-14 {
  max-width: 0.875rem !important;
}
.max-w-px-15 {
  max-width: 0.9375rem !important;
}
.max-w-px-16 {
  max-width: 1rem !important;
}
.max-w-px-17 {
  max-width: 1.0625rem !important;
}
.max-w-px-18 {
  max-width: 1.125rem !important;
}
.max-w-px-19 {
  max-width: 1.1875rem !important;
}
.max-w-px-20 {
  max-width: 1.25rem !important;
}
.max-w-px-21 {
  max-width: 1.3125rem !important;
}
.max-w-px-22 {
  max-width: 1.375rem !important;
}
.max-w-px-23 {
  max-width: 1.4375rem !important;
}
.max-w-px-24 {
  max-width: 1.5rem !important;
}
.max-w-px-25 {
  max-width: 1.5625rem !important;
}
.max-w-px-26 {
  max-width: 1.625rem !important;
}
.max-w-px-27 {
  max-width: 1.6875rem !important;
}
.max-w-px-28 {
  max-width: 1.75rem !important;
}
.max-w-px-29 {
  max-width: 1.8125rem !important;
}
.max-w-px-30 {
  max-width: 1.875rem !important;
}
.max-w-px-31 {
  max-width: 1.9375rem !important;
}
.max-w-px-32 {
  max-width: 2rem !important;
}
.max-w-px-33 {
  max-width: 2.0625rem !important;
}
.max-w-px-34 {
  max-width: 2.125rem !important;
}
.max-w-px-35 {
  max-width: 2.1875rem !important;
}
.max-w-px-36 {
  max-width: 2.25rem !important;
}
.max-w-px-37 {
  max-width: 2.3125rem !important;
}
.max-w-px-38 {
  max-width: 2.375rem !important;
}
.max-w-px-39 {
  max-width: 2.4375rem !important;
}
.max-w-px-40 {
  max-width: 2.5rem !important;
}
.max-w-px-41 {
  max-width: 2.5625rem !important;
}
.max-w-px-42 {
  max-width: 2.625rem !important;
}
.max-w-px-43 {
  max-width: 2.6875rem !important;
}
.max-w-px-44 {
  max-width: 2.75rem !important;
}
.max-w-px-45 {
  max-width: 2.8125rem !important;
}
.max-w-px-46 {
  max-width: 2.875rem !important;
}
.max-w-px-47 {
  max-width: 2.9375rem !important;
}
.max-w-px-48 {
  max-width: 3rem !important;
}
.max-w-px-49 {
  max-width: 3.0625rem !important;
}
.max-w-px-50 {
  max-width: 3.125rem !important;
}
.max-w-px-51 {
  max-width: 3.1875rem !important;
}
.max-w-px-52 {
  max-width: 3.25rem !important;
}
.max-w-px-53 {
  max-width: 3.3125rem !important;
}
.max-w-px-54 {
  max-width: 3.375rem !important;
}
.max-w-px-56 {
  max-width: 3.5rem !important;
}
.max-w-px-57 {
  max-width: 3.5625rem !important;
}
.max-w-px-58 {
  max-width: 3.625rem !important;
}
.max-w-px-59 {
  max-width: 3.6875rem !important;
}
.max-w-px-60 {
  max-width: 3.75rem !important;
}
.max-w-px-61 {
  max-width: 3.8125rem !important;
}
.max-w-px-62 {
  max-width: 3.875rem !important;
}
.max-w-px-63 {
  max-width: 3.9375rem !important;
}
.max-w-px-64 {
  max-width: 4rem !important;
}
.max-w-px-68 {
  max-width: 4.25rem !important;
}
.max-w-px-70 {
  max-width: 4.375rem !important;
}
.max-w-px-80 {
  max-width: 5rem !important;
}
.max-w-px-82 {
  max-width: 5.125rem !important;
}
.max-w-px-83 {
  max-width: 5.1875rem !important;
}
.max-w-px-84 {
  max-width: 5.25rem !important;
}
.max-w-px-98 {
  max-width: 6.125rem !important;
}
.max-w-px-104 {
  max-width: 6.5rem !important;
}
.max-w-px-122 {
  max-width: 7.625rem !important;
}
.max-w-px-123 {
  max-width: 7.6875rem !important;
}
.max-w-px-147 {
  max-width: 9.1875rem !important;
}
.max-w-px-148 {
  max-width: 9.25rem !important;
}
.max-w-px-150 {
  max-width: 9.375rem !important;
}
.max-w-px-180 {
  max-width: 11.25rem !important;
}
.max-w-px-192 {
  max-width: 12rem !important;
}
.max-w-px-200 {
  max-width: 12.5rem !important;
}
.max-w-px-220 {
  max-width: 13.75rem !important;
}
.max-w-px-270 {
  max-width: 16.875rem !important;
}
.max-w-px-300 {
  max-width: 18.75rem !important;
}
.max-w-px-350 {
  max-width: 21.875rem !important;
}
.max-w-px-400 {
  max-width: 25rem !important;
}
.max-w-px-500 {
  max-width: 31.25rem !important;
}
.max-w-px-600 {
  max-width: 37.5rem !important;
}
.min-w-px-0 {
  min-width: 0rem !important;
}
.min-w-px-1 {
  min-width: 0.0625rem !important;
}
.min-w-px-2 {
  min-width: 0.125rem !important;
}
.min-w-px-3 {
  min-width: 0.1875rem !important;
}
.min-w-px-4 {
  min-width: 0.25rem !important;
}
.min-w-px-5 {
  min-width: 0.3125rem !important;
}
.min-w-px-6 {
  min-width: 0.375rem !important;
}
.min-w-px-7 {
  min-width: 0.4375rem !important;
}
.min-w-px-8 {
  min-width: 0.5rem !important;
}
.min-w-px-9 {
  min-width: 0.5625rem !important;
}
.min-w-px-10 {
  min-width: 0.625rem !important;
}
.min-w-px-11 {
  min-width: 0.6875rem !important;
}
.min-w-px-12 {
  min-width: 0.75rem !important;
}
.min-w-px-13 {
  min-width: 0.8125rem !important;
}
.min-w-px-14 {
  min-width: 0.875rem !important;
}
.min-w-px-15 {
  min-width: 0.9375rem !important;
}
.min-w-px-16 {
  min-width: 1rem !important;
}
.min-w-px-17 {
  min-width: 1.0625rem !important;
}
.min-w-px-18 {
  min-width: 1.125rem !important;
}
.min-w-px-19 {
  min-width: 1.1875rem !important;
}
.min-w-px-20 {
  min-width: 1.25rem !important;
}
.min-w-px-21 {
  min-width: 1.3125rem !important;
}
.min-w-px-22 {
  min-width: 1.375rem !important;
}
.min-w-px-23 {
  min-width: 1.4375rem !important;
}
.min-w-px-24 {
  min-width: 1.5rem !important;
}
.min-w-px-25 {
  min-width: 1.5625rem !important;
}
.min-w-px-26 {
  min-width: 1.625rem !important;
}
.min-w-px-27 {
  min-width: 1.6875rem !important;
}
.min-w-px-28 {
  min-width: 1.75rem !important;
}
.min-w-px-29 {
  min-width: 1.8125rem !important;
}
.min-w-px-30 {
  min-width: 1.875rem !important;
}
.min-w-px-31 {
  min-width: 1.9375rem !important;
}
.min-w-px-32 {
  min-width: 2rem !important;
}
.min-w-px-33 {
  min-width: 2.0625rem !important;
}
.min-w-px-34 {
  min-width: 2.125rem !important;
}
.min-w-px-35 {
  min-width: 2.1875rem !important;
}
.min-w-px-36 {
  min-width: 2.25rem !important;
}
.min-w-px-37 {
  min-width: 2.3125rem !important;
}
.min-w-px-38 {
  min-width: 2.375rem !important;
}
.min-w-px-39 {
  min-width: 2.4375rem !important;
}
.min-w-px-40 {
  min-width: 2.5rem !important;
}
.min-w-px-41 {
  min-width: 2.5625rem !important;
}
.min-w-px-42 {
  min-width: 2.625rem !important;
}
.min-w-px-43 {
  min-width: 2.6875rem !important;
}
.min-w-px-44 {
  min-width: 2.75rem !important;
}
.min-w-px-45 {
  min-width: 2.8125rem !important;
}
.min-w-px-46 {
  min-width: 2.875rem !important;
}
.min-w-px-47 {
  min-width: 2.9375rem !important;
}
.min-w-px-48 {
  min-width: 3rem !important;
}
.min-w-px-49 {
  min-width: 3.0625rem !important;
}
.min-w-px-50 {
  min-width: 3.125rem !important;
}
.min-w-px-51 {
  min-width: 3.1875rem !important;
}
.min-w-px-52 {
  min-width: 3.25rem !important;
}
.min-w-px-53 {
  min-width: 3.3125rem !important;
}
.min-w-px-54 {
  min-width: 3.375rem !important;
}
.min-w-px-56 {
  min-width: 3.5rem !important;
}
.min-w-px-57 {
  min-width: 3.5625rem !important;
}
.min-w-px-58 {
  min-width: 3.625rem !important;
}
.min-w-px-59 {
  min-width: 3.6875rem !important;
}
.min-w-px-60 {
  min-width: 3.75rem !important;
}
.min-w-px-61 {
  min-width: 3.8125rem !important;
}
.min-w-px-62 {
  min-width: 3.875rem !important;
}
.min-w-px-63 {
  min-width: 3.9375rem !important;
}
.min-w-px-64 {
  min-width: 4rem !important;
}
.min-w-px-68 {
  min-width: 4.25rem !important;
}
.min-w-px-70 {
  min-width: 4.375rem !important;
}
.min-w-px-80 {
  min-width: 5rem !important;
}
.min-w-px-82 {
  min-width: 5.125rem !important;
}
.min-w-px-83 {
  min-width: 5.1875rem !important;
}
.min-w-px-84 {
  min-width: 5.25rem !important;
}
.min-w-px-98 {
  min-width: 6.125rem !important;
}
.min-w-px-104 {
  min-width: 6.5rem !important;
}
.min-w-px-122 {
  min-width: 7.625rem !important;
}
.min-w-px-123 {
  min-width: 7.6875rem !important;
}
.min-w-px-147 {
  min-width: 9.1875rem !important;
}
.min-w-px-148 {
  min-width: 9.25rem !important;
}
.min-w-px-150 {
  min-width: 9.375rem !important;
}
.min-w-px-180 {
  min-width: 11.25rem !important;
}
.min-w-px-192 {
  min-width: 12rem !important;
}
.min-w-px-200 {
  min-width: 12.5rem !important;
}
.min-w-px-220 {
  min-width: 13.75rem !important;
}
.min-w-px-270 {
  min-width: 16.875rem !important;
}
.min-w-px-300 {
  min-width: 18.75rem !important;
}
.min-w-px-350 {
  min-width: 21.875rem !important;
}
.min-w-px-400 {
  min-width: 25rem !important;
}
.min-w-px-500 {
  min-width: 31.25rem !important;
}
.min-w-px-600 {
  min-width: 37.5rem !important;
}
.max-w-rem-unset {
  max-width: unset !important;
}
.max-w-rem-1 {
  max-width: 1rem !important;
}
.max-w-rem-2 {
  max-width: 2rem !important;
}
.max-w-rem-3 {
  max-width: 3rem !important;
}
.max-w-rem-4 {
  max-width: 4rem !important;
}
.max-w-rem-5 {
  max-width: 5rem !important;
}
.max-w-rem-7 {
  max-width: 7rem !important;
}
.max-w-rem-8 {
  max-width: 8rem !important;
}
.max-w-rem-9 {
  max-width: 9rem !important;
}
.max-w-rem-10 {
  max-width: 10rem !important;
}
.max-w-rem-11 {
  max-width: 11rem !important;
}
.max-w-rem-12 {
  max-width: 12rem !important;
}
.max-w-rem-13 {
  max-width: 13rem !important;
}
.max-w-rem-14 {
  max-width: 14rem !important;
}
.max-w-rem-15 {
  max-width: 15rem !important;
}
.max-w-rem-16 {
  max-width: 16rem !important;
}
.max-w-rem-17 {
  max-width: 17rem !important;
}
.max-w-rem-18 {
  max-width: 18rem !important;
}
.max-w-rem-19 {
  max-width: 19rem !important;
}
.max-w-rem-20 {
  max-width: 20rem !important;
}
.max-w-rem-23 {
  max-width: 23rem !important;
}
.max-w-rem-25 {
  max-width: 25rem !important;
}
.max-w-rem-30 {
  max-width: 30rem !important;
}
.max-w-rem-31 {
  max-width: 31rem !important;
}
.max-w-rem-32 {
  max-width: 32rem !important;
}
.max-w-rem-33 {
  max-width: 33rem !important;
}
.max-w-rem-34 {
  max-width: 34rem !important;
}
.max-w-rem-35 {
  max-width: 35rem !important;
}
.max-w-rem-36 {
  max-width: 36rem !important;
}
.max-w-rem-37 {
  max-width: 37rem !important;
}
.max-w-rem-38 {
  max-width: 38rem !important;
}
.max-w-rem-39 {
  max-width: 39rem !important;
}
.max-w-rem-40 {
  max-width: 40rem !important;
}
.max-w-rem-41 {
  max-width: 41rem !important;
}
.max-w-rem-42 {
  max-width: 42rem !important;
}
.max-w-rem-43 {
  max-width: 43rem !important;
}
.max-w-rem-44 {
  max-width: 44rem !important;
}
.max-w-rem-45 {
  max-width: 45rem !important;
}
.max-w-rem-46 {
  max-width: 46rem !important;
}
.max-w-rem-47 {
  max-width: 47rem !important;
}
.max-w-rem-48 {
  max-width: 48rem !important;
}
.max-w-rem-49 {
  max-width: 49rem !important;
}
.max-w-rem-50 {
  max-width: 50rem !important;
}
.max-w-rem-51 {
  max-width: 51rem !important;
}
.max-w-rem-52 {
  max-width: 52rem !important;
}
.max-w-rem-53 {
  max-width: 53rem !important;
}
.max-w-rem-54 {
  max-width: 54rem !important;
}
.max-w-rem-55 {
  max-width: 55rem !important;
}
.max-w-rem-56 {
  max-width: 56rem !important;
}
.max-w-rem-57 {
  max-width: 57rem !important;
}
.max-w-rem-58 {
  max-width: 58rem !important;
}
.max-w-rem-59 {
  max-width: 59rem !important;
}
.max-w-rem-60 {
  max-width: 60rem !important;
}
.max-w-rem-61 {
  max-width: 61rem !important;
}
.max-w-rem-62 {
  max-width: 62rem !important;
}
.max-w-rem-63 {
  max-width: 63rem !important;
}
.max-w-rem-64 {
  max-width: 64rem !important;
}
.max-w-rem-65 {
  max-width: 65rem !important;
}
.max-w-rem-66 {
  max-width: 66rem !important;
}
.max-w-rem-67 {
  max-width: 67rem !important;
}
.max-w-rem-68 {
  max-width: 68rem !important;
}
.max-w-rem-69 {
  max-width: 69rem !important;
}
.max-w-rem-70 {
  max-width: 70rem !important;
}
.max-w-rem-71 {
  max-width: 71rem !important;
}
.max-w-rem-72 {
  max-width: 72rem !important;
}
.max-w-rem-73 {
  max-width: 73rem !important;
}
.max-w-rem-74 {
  max-width: 74rem !important;
}
.max-w-rem-75 {
  max-width: 75rem !important;
}
.max-w-rem-76 {
  max-width: 76rem !important;
}
.max-w-rem-77 {
  max-width: 77rem !important;
}
.max-w-rem-78 {
  max-width: 78rem !important;
}
.max-w-rem-79 {
  max-width: 79rem !important;
}
.max-w-rem-80 {
  max-width: 80rem !important;
}
.max-w-rem-95 {
  max-width: 95rem !important;
}
.max-w-rem-96 {
  max-width: 96rem !important;
}
.max-w-rem-97 {
  max-width: 97rem !important;
}
.max-w-rem-100 {
  max-width: 100% !important;
}
.min-w-rem-unset {
  min-width: unset !important;
}
.min-w-rem-1 {
  min-width: 1rem !important;
}
.min-w-rem-2 {
  min-width: 2rem !important;
}
.min-w-rem-3 {
  min-width: 3rem !important;
}
.min-w-rem-4 {
  min-width: 4rem !important;
}
.min-w-rem-5 {
  min-width: 5rem !important;
}
.min-w-rem-7 {
  min-width: 7rem !important;
}
.min-w-rem-8 {
  min-width: 8rem !important;
}
.min-w-rem-9 {
  min-width: 9rem !important;
}
.min-w-rem-10 {
  min-width: 10rem !important;
}
.min-w-rem-11 {
  min-width: 11rem !important;
}
.min-w-rem-12 {
  min-width: 12rem !important;
}
.min-w-rem-13 {
  min-width: 13rem !important;
}
.min-w-rem-14 {
  min-width: 14rem !important;
}
.min-w-rem-15 {
  min-width: 15rem !important;
}
.min-w-rem-16 {
  min-width: 16rem !important;
}
.min-w-rem-17 {
  min-width: 17rem !important;
}
.min-w-rem-18 {
  min-width: 18rem !important;
}
.min-w-rem-19 {
  min-width: 19rem !important;
}
.min-w-rem-20 {
  min-width: 20rem !important;
}
.min-w-rem-23 {
  min-width: 23rem !important;
}
.min-w-rem-25 {
  min-width: 25rem !important;
}
.min-w-rem-30 {
  min-width: 30rem !important;
}
.min-w-rem-31 {
  min-width: 31rem !important;
}
.min-w-rem-32 {
  min-width: 32rem !important;
}
.min-w-rem-33 {
  min-width: 33rem !important;
}
.min-w-rem-34 {
  min-width: 34rem !important;
}
.min-w-rem-35 {
  min-width: 35rem !important;
}
.min-w-rem-36 {
  min-width: 36rem !important;
}
.min-w-rem-37 {
  min-width: 37rem !important;
}
.min-w-rem-38 {
  min-width: 38rem !important;
}
.min-w-rem-39 {
  min-width: 39rem !important;
}
.min-w-rem-40 {
  min-width: 40rem !important;
}
.min-w-rem-41 {
  min-width: 41rem !important;
}
.min-w-rem-42 {
  min-width: 42rem !important;
}
.min-w-rem-43 {
  min-width: 43rem !important;
}
.min-w-rem-44 {
  min-width: 44rem !important;
}
.min-w-rem-45 {
  min-width: 45rem !important;
}
.min-w-rem-46 {
  min-width: 46rem !important;
}
.min-w-rem-47 {
  min-width: 47rem !important;
}
.min-w-rem-48 {
  min-width: 48rem !important;
}
.min-w-rem-49 {
  min-width: 49rem !important;
}
.min-w-rem-50 {
  min-width: 50rem !important;
}
.min-w-rem-51 {
  min-width: 51rem !important;
}
.min-w-rem-52 {
  min-width: 52rem !important;
}
.min-w-rem-53 {
  min-width: 53rem !important;
}
.min-w-rem-54 {
  min-width: 54rem !important;
}
.min-w-rem-55 {
  min-width: 55rem !important;
}
.min-w-rem-56 {
  min-width: 56rem !important;
}
.min-w-rem-57 {
  min-width: 57rem !important;
}
.min-w-rem-58 {
  min-width: 58rem !important;
}
.min-w-rem-59 {
  min-width: 59rem !important;
}
.min-w-rem-60 {
  min-width: 60rem !important;
}
.min-w-rem-61 {
  min-width: 61rem !important;
}
.min-w-rem-62 {
  min-width: 62rem !important;
}
.min-w-rem-63 {
  min-width: 63rem !important;
}
.min-w-rem-64 {
  min-width: 64rem !important;
}
.min-w-rem-65 {
  min-width: 65rem !important;
}
.min-w-rem-66 {
  min-width: 66rem !important;
}
.min-w-rem-67 {
  min-width: 67rem !important;
}
.min-w-rem-68 {
  min-width: 68rem !important;
}
.min-w-rem-69 {
  min-width: 69rem !important;
}
.min-w-rem-70 {
  min-width: 70rem !important;
}
.min-w-rem-71 {
  min-width: 71rem !important;
}
.min-w-rem-72 {
  min-width: 72rem !important;
}
.min-w-rem-73 {
  min-width: 73rem !important;
}
.min-w-rem-74 {
  min-width: 74rem !important;
}
.min-w-rem-75 {
  min-width: 75rem !important;
}
.min-w-rem-76 {
  min-width: 76rem !important;
}
.min-w-rem-77 {
  min-width: 77rem !important;
}
.min-w-rem-78 {
  min-width: 78rem !important;
}
.min-w-rem-79 {
  min-width: 79rem !important;
}
.min-w-rem-80 {
  min-width: 80rem !important;
}
.min-w-rem-95 {
  min-width: 95rem !important;
}
.min-w-rem-96 {
  min-width: 96rem !important;
}
.min-w-rem-97 {
  min-width: 97rem !important;
}
.min-w-rem-100 {
  min-width: 100% !important;
}
.h-rem-unset {
  height: unset !important;
}
.h-rem-1 {
  height: 1rem !important;
}
.h-rem-2 {
  height: 2rem !important;
}
.h-rem-3 {
  height: 3rem !important;
}
.h-rem-4 {
  height: 4rem !important;
}
.h-rem-5 {
  height: 5rem !important;
}
.h-rem-7 {
  height: 7rem !important;
}
.h-rem-8 {
  height: 8rem !important;
}
.h-rem-9 {
  height: 9rem !important;
}
.h-rem-10 {
  height: 10rem !important;
}
.h-rem-11 {
  height: 11rem !important;
}
.h-rem-12 {
  height: 12rem !important;
}
.h-rem-13 {
  height: 13rem !important;
}
.h-rem-14 {
  height: 14rem !important;
}
.h-rem-15 {
  height: 15rem !important;
}
.h-rem-16 {
  height: 16rem !important;
}
.h-rem-17 {
  height: 17rem !important;
}
.h-rem-18 {
  height: 18rem !important;
}
.h-rem-19 {
  height: 19rem !important;
}
.h-rem-20 {
  height: 20rem !important;
}
.h-rem-23 {
  height: 23rem !important;
}
.h-rem-25 {
  height: 25rem !important;
}
.h-rem-30 {
  height: 30rem !important;
}
.h-rem-31 {
  height: 31rem !important;
}
.h-rem-32 {
  height: 32rem !important;
}
.h-rem-33 {
  height: 33rem !important;
}
.h-rem-34 {
  height: 34rem !important;
}
.h-rem-35 {
  height: 35rem !important;
}
.h-rem-36 {
  height: 36rem !important;
}
.h-rem-37 {
  height: 37rem !important;
}
.h-rem-38 {
  height: 38rem !important;
}
.h-rem-39 {
  height: 39rem !important;
}
.h-rem-40 {
  height: 40rem !important;
}
.h-rem-41 {
  height: 41rem !important;
}
.h-rem-42 {
  height: 42rem !important;
}
.h-rem-43 {
  height: 43rem !important;
}
.h-rem-44 {
  height: 44rem !important;
}
.h-rem-45 {
  height: 45rem !important;
}
.h-rem-46 {
  height: 46rem !important;
}
.h-rem-47 {
  height: 47rem !important;
}
.h-rem-48 {
  height: 48rem !important;
}
.h-rem-49 {
  height: 49rem !important;
}
.h-rem-50 {
  height: 50rem !important;
}
.h-rem-51 {
  height: 51rem !important;
}
.h-rem-52 {
  height: 52rem !important;
}
.h-rem-53 {
  height: 53rem !important;
}
.h-rem-54 {
  height: 54rem !important;
}
.h-rem-55 {
  height: 55rem !important;
}
.h-rem-56 {
  height: 56rem !important;
}
.h-rem-57 {
  height: 57rem !important;
}
.h-rem-58 {
  height: 58rem !important;
}
.h-rem-59 {
  height: 59rem !important;
}
.h-rem-60 {
  height: 60rem !important;
}
.h-rem-61 {
  height: 61rem !important;
}
.h-rem-62 {
  height: 62rem !important;
}
.h-rem-63 {
  height: 63rem !important;
}
.h-rem-64 {
  height: 64rem !important;
}
.h-rem-65 {
  height: 65rem !important;
}
.h-rem-66 {
  height: 66rem !important;
}
.h-rem-67 {
  height: 67rem !important;
}
.h-rem-68 {
  height: 68rem !important;
}
.h-rem-69 {
  height: 69rem !important;
}
.h-rem-70 {
  height: 70rem !important;
}
.h-rem-71 {
  height: 71rem !important;
}
.h-rem-72 {
  height: 72rem !important;
}
.h-rem-73 {
  height: 73rem !important;
}
.h-rem-74 {
  height: 74rem !important;
}
.h-rem-75 {
  height: 75rem !important;
}
.h-rem-76 {
  height: 76rem !important;
}
.h-rem-77 {
  height: 77rem !important;
}
.h-rem-78 {
  height: 78rem !important;
}
.h-rem-79 {
  height: 79rem !important;
}
.h-rem-80 {
  height: 80rem !important;
}
.h-rem-95 {
  height: 95rem !important;
}
.h-rem-96 {
  height: 96rem !important;
}
.h-rem-97 {
  height: 97rem !important;
}
.h-rem-100 {
  height: 100% !important;
}
.h-px-0 {
  height: 0rem !important;
}
.h-px-1 {
  height: 0.0625rem !important;
}
.h-px-2 {
  height: 0.125rem !important;
}
.h-px-3 {
  height: 0.1875rem !important;
}
.h-px-4 {
  height: 0.25rem !important;
}
.h-px-5 {
  height: 0.3125rem !important;
}
.h-px-6 {
  height: 0.375rem !important;
}
.h-px-7 {
  height: 0.4375rem !important;
}
.h-px-8 {
  height: 0.5rem !important;
}
.h-px-9 {
  height: 0.5625rem !important;
}
.h-px-10 {
  height: 0.625rem !important;
}
.h-px-11 {
  height: 0.6875rem !important;
}
.h-px-12 {
  height: 0.75rem !important;
}
.h-px-13 {
  height: 0.8125rem !important;
}
.h-px-14 {
  height: 0.875rem !important;
}
.h-px-15 {
  height: 0.9375rem !important;
}
.h-px-16 {
  height: 1rem !important;
}
.h-px-17 {
  height: 1.0625rem !important;
}
.h-px-18 {
  height: 1.125rem !important;
}
.h-px-19 {
  height: 1.1875rem !important;
}
.h-px-20 {
  height: 1.25rem !important;
}
.h-px-21 {
  height: 1.3125rem !important;
}
.h-px-22 {
  height: 1.375rem !important;
}
.h-px-23 {
  height: 1.4375rem !important;
}
.h-px-24 {
  height: 1.5rem !important;
}
.h-px-25 {
  height: 1.5625rem !important;
}
.h-px-26 {
  height: 1.625rem !important;
}
.h-px-27 {
  height: 1.6875rem !important;
}
.h-px-28 {
  height: 1.75rem !important;
}
.h-px-29 {
  height: 1.8125rem !important;
}
.h-px-30 {
  height: 1.875rem !important;
}
.h-px-31 {
  height: 1.9375rem !important;
}
.h-px-32 {
  height: 2rem !important;
}
.h-px-33 {
  height: 2.0625rem !important;
}
.h-px-34 {
  height: 2.125rem !important;
}
.h-px-35 {
  height: 2.1875rem !important;
}
.h-px-36 {
  height: 2.25rem !important;
}
.h-px-37 {
  height: 2.3125rem !important;
}
.h-px-38 {
  height: 2.375rem !important;
}
.h-px-39 {
  height: 2.4375rem !important;
}
.h-px-40 {
  height: 2.5rem !important;
}
.h-px-41 {
  height: 2.5625rem !important;
}
.h-px-42 {
  height: 2.625rem !important;
}
.h-px-43 {
  height: 2.6875rem !important;
}
.h-px-44 {
  height: 2.75rem !important;
}
.h-px-45 {
  height: 2.8125rem !important;
}
.h-px-46 {
  height: 2.875rem !important;
}
.h-px-47 {
  height: 2.9375rem !important;
}
.h-px-48 {
  height: 3rem !important;
}
.h-px-49 {
  height: 3.0625rem !important;
}
.h-px-50 {
  height: 3.125rem !important;
}
.h-px-51 {
  height: 3.1875rem !important;
}
.h-px-52 {
  height: 3.25rem !important;
}
.h-px-53 {
  height: 3.3125rem !important;
}
.h-px-54 {
  height: 3.375rem !important;
}
.h-px-56 {
  height: 3.5rem !important;
}
.h-px-57 {
  height: 3.5625rem !important;
}
.h-px-58 {
  height: 3.625rem !important;
}
.h-px-59 {
  height: 3.6875rem !important;
}
.h-px-60 {
  height: 3.75rem !important;
}
.h-px-61 {
  height: 3.8125rem !important;
}
.h-px-62 {
  height: 3.875rem !important;
}
.h-px-63 {
  height: 3.9375rem !important;
}
.h-px-64 {
  height: 4rem !important;
}
.h-px-68 {
  height: 4.25rem !important;
}
.h-px-70 {
  height: 4.375rem !important;
}
.h-px-80 {
  height: 5rem !important;
}
.h-px-82 {
  height: 5.125rem !important;
}
.h-px-83 {
  height: 5.1875rem !important;
}
.h-px-84 {
  height: 5.25rem !important;
}
.h-px-98 {
  height: 6.125rem !important;
}
.h-px-104 {
  height: 6.5rem !important;
}
.h-px-122 {
  height: 7.625rem !important;
}
.h-px-123 {
  height: 7.6875rem !important;
}
.h-px-147 {
  height: 9.1875rem !important;
}
.h-px-148 {
  height: 9.25rem !important;
}
.h-px-150 {
  height: 9.375rem !important;
}
.h-px-180 {
  height: 11.25rem !important;
}
.h-px-192 {
  height: 12rem !important;
}
.h-px-200 {
  height: 12.5rem !important;
}
.h-px-220 {
  height: 13.75rem !important;
}
.h-px-270 {
  height: 16.875rem !important;
}
.h-px-300 {
  height: 18.75rem !important;
}
.h-px-350 {
  height: 21.875rem !important;
}
.h-px-400 {
  height: 25rem !important;
}
.h-px-500 {
  height: 31.25rem !important;
}
.h-px-600 {
  height: 37.5rem !important;
}
.max-h-px-0 {
  max-height: 0rem !important;
}
.max-h-px-1 {
  max-height: 0.0625rem !important;
}
.max-h-px-2 {
  max-height: 0.125rem !important;
}
.max-h-px-3 {
  max-height: 0.1875rem !important;
}
.max-h-px-4 {
  max-height: 0.25rem !important;
}
.max-h-px-5 {
  max-height: 0.3125rem !important;
}
.max-h-px-6 {
  max-height: 0.375rem !important;
}
.max-h-px-7 {
  max-height: 0.4375rem !important;
}
.max-h-px-8 {
  max-height: 0.5rem !important;
}
.max-h-px-9 {
  max-height: 0.5625rem !important;
}
.max-h-px-10 {
  max-height: 0.625rem !important;
}
.max-h-px-11 {
  max-height: 0.6875rem !important;
}
.max-h-px-12 {
  max-height: 0.75rem !important;
}
.max-h-px-13 {
  max-height: 0.8125rem !important;
}
.max-h-px-14 {
  max-height: 0.875rem !important;
}
.max-h-px-15 {
  max-height: 0.9375rem !important;
}
.max-h-px-16 {
  max-height: 1rem !important;
}
.max-h-px-17 {
  max-height: 1.0625rem !important;
}
.max-h-px-18 {
  max-height: 1.125rem !important;
}
.max-h-px-19 {
  max-height: 1.1875rem !important;
}
.max-h-px-20 {
  max-height: 1.25rem !important;
}
.max-h-px-21 {
  max-height: 1.3125rem !important;
}
.max-h-px-22 {
  max-height: 1.375rem !important;
}
.max-h-px-23 {
  max-height: 1.4375rem !important;
}
.max-h-px-24 {
  max-height: 1.5rem !important;
}
.max-h-px-25 {
  max-height: 1.5625rem !important;
}
.max-h-px-26 {
  max-height: 1.625rem !important;
}
.max-h-px-27 {
  max-height: 1.6875rem !important;
}
.max-h-px-28 {
  max-height: 1.75rem !important;
}
.max-h-px-29 {
  max-height: 1.8125rem !important;
}
.max-h-px-30 {
  max-height: 1.875rem !important;
}
.max-h-px-31 {
  max-height: 1.9375rem !important;
}
.max-h-px-32 {
  max-height: 2rem !important;
}
.max-h-px-33 {
  max-height: 2.0625rem !important;
}
.max-h-px-34 {
  max-height: 2.125rem !important;
}
.max-h-px-35 {
  max-height: 2.1875rem !important;
}
.max-h-px-36 {
  max-height: 2.25rem !important;
}
.max-h-px-37 {
  max-height: 2.3125rem !important;
}
.max-h-px-38 {
  max-height: 2.375rem !important;
}
.max-h-px-39 {
  max-height: 2.4375rem !important;
}
.max-h-px-40 {
  max-height: 2.5rem !important;
}
.max-h-px-41 {
  max-height: 2.5625rem !important;
}
.max-h-px-42 {
  max-height: 2.625rem !important;
}
.max-h-px-43 {
  max-height: 2.6875rem !important;
}
.max-h-px-44 {
  max-height: 2.75rem !important;
}
.max-h-px-45 {
  max-height: 2.8125rem !important;
}
.max-h-px-46 {
  max-height: 2.875rem !important;
}
.max-h-px-47 {
  max-height: 2.9375rem !important;
}
.max-h-px-48 {
  max-height: 3rem !important;
}
.max-h-px-49 {
  max-height: 3.0625rem !important;
}
.max-h-px-50 {
  max-height: 3.125rem !important;
}
.max-h-px-51 {
  max-height: 3.1875rem !important;
}
.max-h-px-52 {
  max-height: 3.25rem !important;
}
.max-h-px-53 {
  max-height: 3.3125rem !important;
}
.max-h-px-54 {
  max-height: 3.375rem !important;
}
.max-h-px-56 {
  max-height: 3.5rem !important;
}
.max-h-px-57 {
  max-height: 3.5625rem !important;
}
.max-h-px-58 {
  max-height: 3.625rem !important;
}
.max-h-px-59 {
  max-height: 3.6875rem !important;
}
.max-h-px-60 {
  max-height: 3.75rem !important;
}
.max-h-px-61 {
  max-height: 3.8125rem !important;
}
.max-h-px-62 {
  max-height: 3.875rem !important;
}
.max-h-px-63 {
  max-height: 3.9375rem !important;
}
.max-h-px-64 {
  max-height: 4rem !important;
}
.max-h-px-68 {
  max-height: 4.25rem !important;
}
.max-h-px-70 {
  max-height: 4.375rem !important;
}
.max-h-px-80 {
  max-height: 5rem !important;
}
.max-h-px-82 {
  max-height: 5.125rem !important;
}
.max-h-px-83 {
  max-height: 5.1875rem !important;
}
.max-h-px-84 {
  max-height: 5.25rem !important;
}
.max-h-px-98 {
  max-height: 6.125rem !important;
}
.max-h-px-104 {
  max-height: 6.5rem !important;
}
.max-h-px-122 {
  max-height: 7.625rem !important;
}
.max-h-px-123 {
  max-height: 7.6875rem !important;
}
.max-h-px-147 {
  max-height: 9.1875rem !important;
}
.max-h-px-148 {
  max-height: 9.25rem !important;
}
.max-h-px-150 {
  max-height: 9.375rem !important;
}
.max-h-px-180 {
  max-height: 11.25rem !important;
}
.max-h-px-192 {
  max-height: 12rem !important;
}
.max-h-px-200 {
  max-height: 12.5rem !important;
}
.max-h-px-220 {
  max-height: 13.75rem !important;
}
.max-h-px-270 {
  max-height: 16.875rem !important;
}
.max-h-px-300 {
  max-height: 18.75rem !important;
}
.max-h-px-350 {
  max-height: 21.875rem !important;
}
.max-h-px-400 {
  max-height: 25rem !important;
}
.max-h-px-500 {
  max-height: 31.25rem !important;
}
.max-h-px-600 {
  max-height: 37.5rem !important;
}
.max-h-rem-unset {
  max-height: unset !important;
}
.max-h-rem-1 {
  max-height: 1rem !important;
}
.max-h-rem-2 {
  max-height: 2rem !important;
}
.max-h-rem-3 {
  max-height: 3rem !important;
}
.max-h-rem-4 {
  max-height: 4rem !important;
}
.max-h-rem-5 {
  max-height: 5rem !important;
}
.max-h-rem-7 {
  max-height: 7rem !important;
}
.max-h-rem-8 {
  max-height: 8rem !important;
}
.max-h-rem-9 {
  max-height: 9rem !important;
}
.max-h-rem-10 {
  max-height: 10rem !important;
}
.max-h-rem-11 {
  max-height: 11rem !important;
}
.max-h-rem-12 {
  max-height: 12rem !important;
}
.max-h-rem-13 {
  max-height: 13rem !important;
}
.max-h-rem-14 {
  max-height: 14rem !important;
}
.max-h-rem-15 {
  max-height: 15rem !important;
}
.max-h-rem-16 {
  max-height: 16rem !important;
}
.max-h-rem-17 {
  max-height: 17rem !important;
}
.max-h-rem-18 {
  max-height: 18rem !important;
}
.max-h-rem-19 {
  max-height: 19rem !important;
}
.max-h-rem-20 {
  max-height: 20rem !important;
}
.max-h-rem-23 {
  max-height: 23rem !important;
}
.max-h-rem-25 {
  max-height: 25rem !important;
}
.max-h-rem-30 {
  max-height: 30rem !important;
}
.max-h-rem-31 {
  max-height: 31rem !important;
}
.max-h-rem-32 {
  max-height: 32rem !important;
}
.max-h-rem-33 {
  max-height: 33rem !important;
}
.max-h-rem-34 {
  max-height: 34rem !important;
}
.max-h-rem-35 {
  max-height: 35rem !important;
}
.max-h-rem-36 {
  max-height: 36rem !important;
}
.max-h-rem-37 {
  max-height: 37rem !important;
}
.max-h-rem-38 {
  max-height: 38rem !important;
}
.max-h-rem-39 {
  max-height: 39rem !important;
}
.max-h-rem-40 {
  max-height: 40rem !important;
}
.max-h-rem-41 {
  max-height: 41rem !important;
}
.max-h-rem-42 {
  max-height: 42rem !important;
}
.max-h-rem-43 {
  max-height: 43rem !important;
}
.max-h-rem-44 {
  max-height: 44rem !important;
}
.max-h-rem-45 {
  max-height: 45rem !important;
}
.max-h-rem-46 {
  max-height: 46rem !important;
}
.max-h-rem-47 {
  max-height: 47rem !important;
}
.max-h-rem-48 {
  max-height: 48rem !important;
}
.max-h-rem-49 {
  max-height: 49rem !important;
}
.max-h-rem-50 {
  max-height: 50rem !important;
}
.max-h-rem-51 {
  max-height: 51rem !important;
}
.max-h-rem-52 {
  max-height: 52rem !important;
}
.max-h-rem-53 {
  max-height: 53rem !important;
}
.max-h-rem-54 {
  max-height: 54rem !important;
}
.max-h-rem-55 {
  max-height: 55rem !important;
}
.max-h-rem-56 {
  max-height: 56rem !important;
}
.max-h-rem-57 {
  max-height: 57rem !important;
}
.max-h-rem-58 {
  max-height: 58rem !important;
}
.max-h-rem-59 {
  max-height: 59rem !important;
}
.max-h-rem-60 {
  max-height: 60rem !important;
}
.max-h-rem-61 {
  max-height: 61rem !important;
}
.max-h-rem-62 {
  max-height: 62rem !important;
}
.max-h-rem-63 {
  max-height: 63rem !important;
}
.max-h-rem-64 {
  max-height: 64rem !important;
}
.max-h-rem-65 {
  max-height: 65rem !important;
}
.max-h-rem-66 {
  max-height: 66rem !important;
}
.max-h-rem-67 {
  max-height: 67rem !important;
}
.max-h-rem-68 {
  max-height: 68rem !important;
}
.max-h-rem-69 {
  max-height: 69rem !important;
}
.max-h-rem-70 {
  max-height: 70rem !important;
}
.max-h-rem-71 {
  max-height: 71rem !important;
}
.max-h-rem-72 {
  max-height: 72rem !important;
}
.max-h-rem-73 {
  max-height: 73rem !important;
}
.max-h-rem-74 {
  max-height: 74rem !important;
}
.max-h-rem-75 {
  max-height: 75rem !important;
}
.max-h-rem-76 {
  max-height: 76rem !important;
}
.max-h-rem-77 {
  max-height: 77rem !important;
}
.max-h-rem-78 {
  max-height: 78rem !important;
}
.max-h-rem-79 {
  max-height: 79rem !important;
}
.max-h-rem-80 {
  max-height: 80rem !important;
}
.max-h-rem-95 {
  max-height: 95rem !important;
}
.max-h-rem-96 {
  max-height: 96rem !important;
}
.max-h-rem-97 {
  max-height: 97rem !important;
}
.max-h-rem-100 {
  max-height: 100% !important;
}
.min-h-px-0 {
  min-height: 0rem !important;
}
.min-h-px-1 {
  min-height: 0.0625rem !important;
}
.min-h-px-2 {
  min-height: 0.125rem !important;
}
.min-h-px-3 {
  min-height: 0.1875rem !important;
}
.min-h-px-4 {
  min-height: 0.25rem !important;
}
.min-h-px-5 {
  min-height: 0.3125rem !important;
}
.min-h-px-6 {
  min-height: 0.375rem !important;
}
.min-h-px-7 {
  min-height: 0.4375rem !important;
}
.min-h-px-8 {
  min-height: 0.5rem !important;
}
.min-h-px-9 {
  min-height: 0.5625rem !important;
}
.min-h-px-10 {
  min-height: 0.625rem !important;
}
.min-h-px-11 {
  min-height: 0.6875rem !important;
}
.min-h-px-12 {
  min-height: 0.75rem !important;
}
.min-h-px-13 {
  min-height: 0.8125rem !important;
}
.min-h-px-14 {
  min-height: 0.875rem !important;
}
.min-h-px-15 {
  min-height: 0.9375rem !important;
}
.min-h-px-16 {
  min-height: 1rem !important;
}
.min-h-px-17 {
  min-height: 1.0625rem !important;
}
.min-h-px-18 {
  min-height: 1.125rem !important;
}
.min-h-px-19 {
  min-height: 1.1875rem !important;
}
.min-h-px-20 {
  min-height: 1.25rem !important;
}
.min-h-px-21 {
  min-height: 1.3125rem !important;
}
.min-h-px-22 {
  min-height: 1.375rem !important;
}
.min-h-px-23 {
  min-height: 1.4375rem !important;
}
.min-h-px-24 {
  min-height: 1.5rem !important;
}
.min-h-px-25 {
  min-height: 1.5625rem !important;
}
.min-h-px-26 {
  min-height: 1.625rem !important;
}
.min-h-px-27 {
  min-height: 1.6875rem !important;
}
.min-h-px-28 {
  min-height: 1.75rem !important;
}
.min-h-px-29 {
  min-height: 1.8125rem !important;
}
.min-h-px-30 {
  min-height: 1.875rem !important;
}
.min-h-px-31 {
  min-height: 1.9375rem !important;
}
.min-h-px-32 {
  min-height: 2rem !important;
}
.min-h-px-33 {
  min-height: 2.0625rem !important;
}
.min-h-px-34 {
  min-height: 2.125rem !important;
}
.min-h-px-35 {
  min-height: 2.1875rem !important;
}
.min-h-px-36 {
  min-height: 2.25rem !important;
}
.min-h-px-37 {
  min-height: 2.3125rem !important;
}
.min-h-px-38 {
  min-height: 2.375rem !important;
}
.min-h-px-39 {
  min-height: 2.4375rem !important;
}
.min-h-px-40 {
  min-height: 2.5rem !important;
}
.min-h-px-41 {
  min-height: 2.5625rem !important;
}
.min-h-px-42 {
  min-height: 2.625rem !important;
}
.min-h-px-43 {
  min-height: 2.6875rem !important;
}
.min-h-px-44 {
  min-height: 2.75rem !important;
}
.min-h-px-45 {
  min-height: 2.8125rem !important;
}
.min-h-px-46 {
  min-height: 2.875rem !important;
}
.min-h-px-47 {
  min-height: 2.9375rem !important;
}
.min-h-px-48 {
  min-height: 3rem !important;
}
.min-h-px-49 {
  min-height: 3.0625rem !important;
}
.min-h-px-50 {
  min-height: 3.125rem !important;
}
.min-h-px-51 {
  min-height: 3.1875rem !important;
}
.min-h-px-52 {
  min-height: 3.25rem !important;
}
.min-h-px-53 {
  min-height: 3.3125rem !important;
}
.min-h-px-54 {
  min-height: 3.375rem !important;
}
.min-h-px-56 {
  min-height: 3.5rem !important;
}
.min-h-px-57 {
  min-height: 3.5625rem !important;
}
.min-h-px-58 {
  min-height: 3.625rem !important;
}
.min-h-px-59 {
  min-height: 3.6875rem !important;
}
.min-h-px-60 {
  min-height: 3.75rem !important;
}
.min-h-px-61 {
  min-height: 3.8125rem !important;
}
.min-h-px-62 {
  min-height: 3.875rem !important;
}
.min-h-px-63 {
  min-height: 3.9375rem !important;
}
.min-h-px-64 {
  min-height: 4rem !important;
}
.min-h-px-68 {
  min-height: 4.25rem !important;
}
.min-h-px-70 {
  min-height: 4.375rem !important;
}
.min-h-px-80 {
  min-height: 5rem !important;
}
.min-h-px-82 {
  min-height: 5.125rem !important;
}
.min-h-px-83 {
  min-height: 5.1875rem !important;
}
.min-h-px-84 {
  min-height: 5.25rem !important;
}
.min-h-px-98 {
  min-height: 6.125rem !important;
}
.min-h-px-104 {
  min-height: 6.5rem !important;
}
.min-h-px-122 {
  min-height: 7.625rem !important;
}
.min-h-px-123 {
  min-height: 7.6875rem !important;
}
.min-h-px-147 {
  min-height: 9.1875rem !important;
}
.min-h-px-148 {
  min-height: 9.25rem !important;
}
.min-h-px-150 {
  min-height: 9.375rem !important;
}
.min-h-px-180 {
  min-height: 11.25rem !important;
}
.min-h-px-192 {
  min-height: 12rem !important;
}
.min-h-px-200 {
  min-height: 12.5rem !important;
}
.min-h-px-220 {
  min-height: 13.75rem !important;
}
.min-h-px-270 {
  min-height: 16.875rem !important;
}
.min-h-px-300 {
  min-height: 18.75rem !important;
}
.min-h-px-350 {
  min-height: 21.875rem !important;
}
.min-h-px-400 {
  min-height: 25rem !important;
}
.min-h-px-500 {
  min-height: 31.25rem !important;
}
.min-h-px-600 {
  min-height: 37.5rem !important;
}
.min-h-0 {
  min-height: 0% !important;
}
.min-h-5 {
  min-height: 5% !important;
}
.min-h-10 {
  min-height: 10% !important;
}
.min-h-20 {
  min-height: 20% !important;
}
.min-h-25 {
  min-height: 25% !important;
}
.min-h-30 {
  min-height: 30% !important;
}
.min-h-33_3 {
  min-height: 33.3% !important;
}
.min-h-35 {
  min-height: 35% !important;
}
.min-h-40 {
  min-height: 40% !important;
}
.min-h-44 {
  min-height: 44% !important;
}
.min-h-45 {
  min-height: 45% !important;
}
.min-h-46 {
  min-height: 46% !important;
}
.min-h-48 {
  min-height: 48% !important;
}
.min-h-50 {
  min-height: 50% !important;
}
.min-h-60 {
  min-height: 60% !important;
}
.min-h-65 {
  min-height: 65% !important;
}
.min-h-70 {
  min-height: 70% !important;
}
.min-h-75 {
  min-height: 75% !important;
}
.min-h-80 {
  min-height: 80% !important;
}
.min-h-90 {
  min-height: 90% !important;
}
.min-h-95 {
  min-height: 95% !important;
}
.min-h-100 {
  min-height: 100% !important;
}
.min-h-auto {
  min-height: auto !important;
}
.min-h-rem-unset {
  min-height: unset !important;
}
.min-h-rem-1 {
  min-height: 1rem !important;
}
.min-h-rem-2 {
  min-height: 2rem !important;
}
.min-h-rem-3 {
  min-height: 3rem !important;
}
.min-h-rem-4 {
  min-height: 4rem !important;
}
.min-h-rem-5 {
  min-height: 5rem !important;
}
.min-h-rem-7 {
  min-height: 7rem !important;
}
.min-h-rem-8 {
  min-height: 8rem !important;
}
.min-h-rem-9 {
  min-height: 9rem !important;
}
.min-h-rem-10 {
  min-height: 10rem !important;
}
.min-h-rem-11 {
  min-height: 11rem !important;
}
.min-h-rem-12 {
  min-height: 12rem !important;
}
.min-h-rem-13 {
  min-height: 13rem !important;
}
.min-h-rem-14 {
  min-height: 14rem !important;
}
.min-h-rem-15 {
  min-height: 15rem !important;
}
.min-h-rem-16 {
  min-height: 16rem !important;
}
.min-h-rem-17 {
  min-height: 17rem !important;
}
.min-h-rem-18 {
  min-height: 18rem !important;
}
.min-h-rem-19 {
  min-height: 19rem !important;
}
.min-h-rem-20 {
  min-height: 20rem !important;
}
.min-h-rem-23 {
  min-height: 23rem !important;
}
.min-h-rem-25 {
  min-height: 25rem !important;
}
.min-h-rem-30 {
  min-height: 30rem !important;
}
.min-h-rem-31 {
  min-height: 31rem !important;
}
.min-h-rem-32 {
  min-height: 32rem !important;
}
.min-h-rem-33 {
  min-height: 33rem !important;
}
.min-h-rem-34 {
  min-height: 34rem !important;
}
.min-h-rem-35 {
  min-height: 35rem !important;
}
.min-h-rem-36 {
  min-height: 36rem !important;
}
.min-h-rem-37 {
  min-height: 37rem !important;
}
.min-h-rem-38 {
  min-height: 38rem !important;
}
.min-h-rem-39 {
  min-height: 39rem !important;
}
.min-h-rem-40 {
  min-height: 40rem !important;
}
.min-h-rem-41 {
  min-height: 41rem !important;
}
.min-h-rem-42 {
  min-height: 42rem !important;
}
.min-h-rem-43 {
  min-height: 43rem !important;
}
.min-h-rem-44 {
  min-height: 44rem !important;
}
.min-h-rem-45 {
  min-height: 45rem !important;
}
.min-h-rem-46 {
  min-height: 46rem !important;
}
.min-h-rem-47 {
  min-height: 47rem !important;
}
.min-h-rem-48 {
  min-height: 48rem !important;
}
.min-h-rem-49 {
  min-height: 49rem !important;
}
.min-h-rem-50 {
  min-height: 50rem !important;
}
.min-h-rem-51 {
  min-height: 51rem !important;
}
.min-h-rem-52 {
  min-height: 52rem !important;
}
.min-h-rem-53 {
  min-height: 53rem !important;
}
.min-h-rem-54 {
  min-height: 54rem !important;
}
.min-h-rem-55 {
  min-height: 55rem !important;
}
.min-h-rem-56 {
  min-height: 56rem !important;
}
.min-h-rem-57 {
  min-height: 57rem !important;
}
.min-h-rem-58 {
  min-height: 58rem !important;
}
.min-h-rem-59 {
  min-height: 59rem !important;
}
.min-h-rem-60 {
  min-height: 60rem !important;
}
.min-h-rem-61 {
  min-height: 61rem !important;
}
.min-h-rem-62 {
  min-height: 62rem !important;
}
.min-h-rem-63 {
  min-height: 63rem !important;
}
.min-h-rem-64 {
  min-height: 64rem !important;
}
.min-h-rem-65 {
  min-height: 65rem !important;
}
.min-h-rem-66 {
  min-height: 66rem !important;
}
.min-h-rem-67 {
  min-height: 67rem !important;
}
.min-h-rem-68 {
  min-height: 68rem !important;
}
.min-h-rem-69 {
  min-height: 69rem !important;
}
.min-h-rem-70 {
  min-height: 70rem !important;
}
.min-h-rem-71 {
  min-height: 71rem !important;
}
.min-h-rem-72 {
  min-height: 72rem !important;
}
.min-h-rem-73 {
  min-height: 73rem !important;
}
.min-h-rem-74 {
  min-height: 74rem !important;
}
.min-h-rem-75 {
  min-height: 75rem !important;
}
.min-h-rem-76 {
  min-height: 76rem !important;
}
.min-h-rem-77 {
  min-height: 77rem !important;
}
.min-h-rem-78 {
  min-height: 78rem !important;
}
.min-h-rem-79 {
  min-height: 79rem !important;
}
.min-h-rem-80 {
  min-height: 80rem !important;
}
.min-h-rem-95 {
  min-height: 95rem !important;
}
.min-h-rem-96 {
  min-height: 96rem !important;
}
.min-h-rem-97 {
  min-height: 97rem !important;
}
.min-h-rem-100 {
  min-height: 100% !important;
}
.max-vh-calc-unset {
  max-height: unset !important;
}
.max-vh-calc-60 {
  max-height: calc(100vh - 60px) !important;
}
.max-vh-calc-92 {
  max-height: calc(100vh - 92px) !important;
}
.max-vh-calc-110 {
  max-height: calc(100vh - 60px - 50px) !important;
}
.max-vh-calc-140 {
  max-height: calc(100vh - 60px - 80px) !important;
}
.max-vh-calc-156 {
  max-height: calc(100vh - 156px) !important;
}
.max-vh-calc-180 {
  max-height: calc(100vh - 60px - 80px - 40px) !important;
}
.max-vh-calc-188 {
  max-height: calc(100vh - 60px - 128px) !important;
}
.max-vh-calc-190 {
  max-height: calc(100vh - 60px - 80px - 50px) !important;
}
.max-vh-calc-196 {
  max-height: calc(100vh - 60px - 80px - 56px) !important;
}
.max-vh-calc-198 {
  max-height: calc(100vh - 60px - 138px) !important;
}
.max-vh-calc-200 {
  max-height: calc(100vh - 60px - 80px - 60px) !important;
}
.max-vh-calc-206 {
  max-height: calc(100vh - 60px - 80px - 66px) !important;
}
.max-vh-calc-210 {
  max-height: calc(100vh - 60px - 150px) !important;
}
.max-vh-calc-212 {
  max-height: calc(100vh - 60px - 80px - 72px) !important;
}
.max-vh-calc-220 {
  max-height: calc(100vh - 60px - 80px - 80px) !important;
}
.max-vh-calc-228 {
  max-height: calc(100vh - 60px - 80px - 88px) !important;
}
.max-vh-calc-233 {
  max-height: calc(100vh - 60px - 80px - 93px) !important;
}
.max-vh-calc-242 {
  max-height: calc(100vh - 60px - 80px - 102px) !important;
}
.max-vh-calc-250 {
  max-height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}
.max-vh-calc-256 {
  max-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.max-vh-calc-265 {
  max-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}
.max-vh-calc-269 {
  max-height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}
.max-vh-calc-270 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}
.max-vh-calc-294 {
  max-height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}
.max-vh-calc-296 {
  max-height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}
.max-vh-calc-275 {
  max-height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}
.max-vh-calc-299 {
  max-height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}
.max-vh-calc-281 {
  max-height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}
.max-vh-calc-297 {
  max-height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}
.max-vh-calc-302 {
  max-height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}
.max-vh-calc-331 {
  max-height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}
.max-vh-calc-328 {
  max-height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}
.max-vh-calc-330 {
  max-height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}
.max-vh-calc-396 {
  max-height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}
.max-vh-calc-397 {
  max-height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}
.max-vh-calc-398 {
  max-height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}
.max-vh-calc-408 {
  max-height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}
.max-vh-calc-430 {
  max-height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}
.max-vh-calc-446 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}
.max-vh-calc-452 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}
.max-vh-calc-494 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}
.max-vh-calc-521 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}
.max-vh-calc-588 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}
.gap-px-0 {
  gap: 0rem !important;
}
.gap-px-1 {
  gap: 0.0625rem !important;
}
.gap-px-2 {
  gap: 0.125rem !important;
}
.gap-px-3 {
  gap: 0.1875rem !important;
}
.gap-px-4 {
  gap: 0.25rem !important;
}
.gap-px-5 {
  gap: 0.3125rem !important;
}
.gap-px-6 {
  gap: 0.375rem !important;
}
.gap-px-7 {
  gap: 0.4375rem !important;
}
.gap-px-8 {
  gap: 0.5rem !important;
}
.gap-px-9 {
  gap: 0.5625rem !important;
}
.gap-px-10 {
  gap: 0.625rem !important;
}
.gap-px-11 {
  gap: 0.6875rem !important;
}
.gap-px-12 {
  gap: 0.75rem !important;
}
.gap-px-13 {
  gap: 0.8125rem !important;
}
.gap-px-14 {
  gap: 0.875rem !important;
}
.gap-px-15 {
  gap: 0.9375rem !important;
}
.gap-px-16 {
  gap: 1rem !important;
}
.gap-px-17 {
  gap: 1.0625rem !important;
}
.gap-px-18 {
  gap: 1.125rem !important;
}
.gap-px-19 {
  gap: 1.1875rem !important;
}
.gap-px-20 {
  gap: 1.25rem !important;
}
.gap-px-21 {
  gap: 1.3125rem !important;
}
.gap-px-22 {
  gap: 1.375rem !important;
}
.gap-px-23 {
  gap: 1.4375rem !important;
}
.gap-px-24 {
  gap: 1.5rem !important;
}
.gap-px-25 {
  gap: 1.5625rem !important;
}
.gap-px-26 {
  gap: 1.625rem !important;
}
.gap-px-27 {
  gap: 1.6875rem !important;
}
.gap-px-28 {
  gap: 1.75rem !important;
}
.gap-px-29 {
  gap: 1.8125rem !important;
}
.gap-px-30 {
  gap: 1.875rem !important;
}
.gap-px-31 {
  gap: 1.9375rem !important;
}
.gap-px-32 {
  gap: 2rem !important;
}
.gap-px-33 {
  gap: 2.0625rem !important;
}
.gap-px-34 {
  gap: 2.125rem !important;
}
.gap-px-35 {
  gap: 2.1875rem !important;
}
.gap-px-36 {
  gap: 2.25rem !important;
}
.gap-px-37 {
  gap: 2.3125rem !important;
}
.gap-px-38 {
  gap: 2.375rem !important;
}
.gap-px-39 {
  gap: 2.4375rem !important;
}
.gap-px-40 {
  gap: 2.5rem !important;
}
.gap-px-41 {
  gap: 2.5625rem !important;
}
.gap-px-42 {
  gap: 2.625rem !important;
}
.gap-px-43 {
  gap: 2.6875rem !important;
}
.gap-px-44 {
  gap: 2.75rem !important;
}
.gap-px-45 {
  gap: 2.8125rem !important;
}
.gap-px-46 {
  gap: 2.875rem !important;
}
.gap-px-47 {
  gap: 2.9375rem !important;
}
.gap-px-48 {
  gap: 3rem !important;
}
.gap-px-49 {
  gap: 3.0625rem !important;
}
.gap-px-50 {
  gap: 3.125rem !important;
}
.gap-px-51 {
  gap: 3.1875rem !important;
}
.gap-px-52 {
  gap: 3.25rem !important;
}
.gap-px-53 {
  gap: 3.3125rem !important;
}
.gap-px-54 {
  gap: 3.375rem !important;
}
.gap-px-56 {
  gap: 3.5rem !important;
}
.gap-px-57 {
  gap: 3.5625rem !important;
}
.gap-px-58 {
  gap: 3.625rem !important;
}
.gap-px-59 {
  gap: 3.6875rem !important;
}
.gap-px-60 {
  gap: 3.75rem !important;
}
.gap-px-61 {
  gap: 3.8125rem !important;
}
.gap-px-62 {
  gap: 3.875rem !important;
}
.gap-px-63 {
  gap: 3.9375rem !important;
}
.gap-px-64 {
  gap: 4rem !important;
}
.gap-px-68 {
  gap: 4.25rem !important;
}
.gap-px-70 {
  gap: 4.375rem !important;
}
.gap-px-80 {
  gap: 5rem !important;
}
.gap-px-82 {
  gap: 5.125rem !important;
}
.gap-px-83 {
  gap: 5.1875rem !important;
}
.gap-px-84 {
  gap: 5.25rem !important;
}
.gap-px-98 {
  gap: 6.125rem !important;
}
.gap-px-104 {
  gap: 6.5rem !important;
}
.gap-px-122 {
  gap: 7.625rem !important;
}
.gap-px-123 {
  gap: 7.6875rem !important;
}
.gap-px-147 {
  gap: 9.1875rem !important;
}
.gap-px-148 {
  gap: 9.25rem !important;
}
.gap-px-150 {
  gap: 9.375rem !important;
}
.gap-px-180 {
  gap: 11.25rem !important;
}
.gap-px-192 {
  gap: 12rem !important;
}
.gap-px-200 {
  gap: 12.5rem !important;
}
.gap-px-220 {
  gap: 13.75rem !important;
}
.gap-px-270 {
  gap: 16.875rem !important;
}
.gap-px-300 {
  gap: 18.75rem !important;
}
.gap-px-350 {
  gap: 21.875rem !important;
}
.gap-px-400 {
  gap: 25rem !important;
}
.gap-px-500 {
  gap: 31.25rem !important;
}
.gap-px-600 {
  gap: 37.5rem !important;
}
.m-px-0 {
  margin: 0rem !important;
}
.m-px-1 {
  margin: 0.0625rem !important;
}
.m-px-2 {
  margin: 0.125rem !important;
}
.m-px-3 {
  margin: 0.1875rem !important;
}
.m-px-4 {
  margin: 0.25rem !important;
}
.m-px-5 {
  margin: 0.3125rem !important;
}
.m-px-6 {
  margin: 0.375rem !important;
}
.m-px-7 {
  margin: 0.4375rem !important;
}
.m-px-8 {
  margin: 0.5rem !important;
}
.m-px-9 {
  margin: 0.5625rem !important;
}
.m-px-10 {
  margin: 0.625rem !important;
}
.m-px-11 {
  margin: 0.6875rem !important;
}
.m-px-12 {
  margin: 0.75rem !important;
}
.m-px-13 {
  margin: 0.8125rem !important;
}
.m-px-14 {
  margin: 0.875rem !important;
}
.m-px-15 {
  margin: 0.9375rem !important;
}
.m-px-16 {
  margin: 1rem !important;
}
.m-px-17 {
  margin: 1.0625rem !important;
}
.m-px-18 {
  margin: 1.125rem !important;
}
.m-px-19 {
  margin: 1.1875rem !important;
}
.m-px-20 {
  margin: 1.25rem !important;
}
.m-px-21 {
  margin: 1.3125rem !important;
}
.m-px-22 {
  margin: 1.375rem !important;
}
.m-px-23 {
  margin: 1.4375rem !important;
}
.m-px-24 {
  margin: 1.5rem !important;
}
.m-px-25 {
  margin: 1.5625rem !important;
}
.m-px-26 {
  margin: 1.625rem !important;
}
.m-px-27 {
  margin: 1.6875rem !important;
}
.m-px-28 {
  margin: 1.75rem !important;
}
.m-px-29 {
  margin: 1.8125rem !important;
}
.m-px-30 {
  margin: 1.875rem !important;
}
.m-px-31 {
  margin: 1.9375rem !important;
}
.m-px-32 {
  margin: 2rem !important;
}
.m-px-33 {
  margin: 2.0625rem !important;
}
.m-px-34 {
  margin: 2.125rem !important;
}
.m-px-35 {
  margin: 2.1875rem !important;
}
.m-px-36 {
  margin: 2.25rem !important;
}
.m-px-37 {
  margin: 2.3125rem !important;
}
.m-px-38 {
  margin: 2.375rem !important;
}
.m-px-39 {
  margin: 2.4375rem !important;
}
.m-px-40 {
  margin: 2.5rem !important;
}
.m-px-41 {
  margin: 2.5625rem !important;
}
.m-px-42 {
  margin: 2.625rem !important;
}
.m-px-43 {
  margin: 2.6875rem !important;
}
.m-px-44 {
  margin: 2.75rem !important;
}
.m-px-45 {
  margin: 2.8125rem !important;
}
.m-px-46 {
  margin: 2.875rem !important;
}
.m-px-47 {
  margin: 2.9375rem !important;
}
.m-px-48 {
  margin: 3rem !important;
}
.m-px-49 {
  margin: 3.0625rem !important;
}
.m-px-50 {
  margin: 3.125rem !important;
}
.m-px-51 {
  margin: 3.1875rem !important;
}
.m-px-52 {
  margin: 3.25rem !important;
}
.m-px-53 {
  margin: 3.3125rem !important;
}
.m-px-54 {
  margin: 3.375rem !important;
}
.m-px-56 {
  margin: 3.5rem !important;
}
.m-px-57 {
  margin: 3.5625rem !important;
}
.m-px-58 {
  margin: 3.625rem !important;
}
.m-px-59 {
  margin: 3.6875rem !important;
}
.m-px-60 {
  margin: 3.75rem !important;
}
.m-px-61 {
  margin: 3.8125rem !important;
}
.m-px-62 {
  margin: 3.875rem !important;
}
.m-px-63 {
  margin: 3.9375rem !important;
}
.m-px-64 {
  margin: 4rem !important;
}
.m-px-68 {
  margin: 4.25rem !important;
}
.m-px-70 {
  margin: 4.375rem !important;
}
.m-px-80 {
  margin: 5rem !important;
}
.m-px-82 {
  margin: 5.125rem !important;
}
.m-px-83 {
  margin: 5.1875rem !important;
}
.m-px-84 {
  margin: 5.25rem !important;
}
.m-px-98 {
  margin: 6.125rem !important;
}
.m-px-104 {
  margin: 6.5rem !important;
}
.m-px-122 {
  margin: 7.625rem !important;
}
.m-px-123 {
  margin: 7.6875rem !important;
}
.m-px-147 {
  margin: 9.1875rem !important;
}
.m-px-148 {
  margin: 9.25rem !important;
}
.m-px-150 {
  margin: 9.375rem !important;
}
.m-px-180 {
  margin: 11.25rem !important;
}
.m-px-192 {
  margin: 12rem !important;
}
.m-px-200 {
  margin: 12.5rem !important;
}
.m-px-220 {
  margin: 13.75rem !important;
}
.m-px-270 {
  margin: 16.875rem !important;
}
.m-px-300 {
  margin: 18.75rem !important;
}
.m-px-350 {
  margin: 21.875rem !important;
}
.m-px-400 {
  margin: 25rem !important;
}
.m-px-500 {
  margin: 31.25rem !important;
}
.m-px-600 {
  margin: 37.5rem !important;
}
.m-px-auto {
  margin: auto !important;
}
.mx-px-0 {
  margin-inline-end: 0rem !important;
  margin-inline-start: 0rem !important;
}
.mx-px-1 {
  margin-inline-end: 0.0625rem !important;
  margin-inline-start: 0.0625rem !important;
}
.mx-px-2 {
  margin-inline-end: 0.125rem !important;
  margin-inline-start: 0.125rem !important;
}
.mx-px-3 {
  margin-inline-end: 0.1875rem !important;
  margin-inline-start: 0.1875rem !important;
}
.mx-px-4 {
  margin-inline-end: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}
.mx-px-5 {
  margin-inline-end: 0.3125rem !important;
  margin-inline-start: 0.3125rem !important;
}
.mx-px-6 {
  margin-inline-end: 0.375rem !important;
  margin-inline-start: 0.375rem !important;
}
.mx-px-7 {
  margin-inline-end: 0.4375rem !important;
  margin-inline-start: 0.4375rem !important;
}
.mx-px-8 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}
.mx-px-9 {
  margin-inline-end: 0.5625rem !important;
  margin-inline-start: 0.5625rem !important;
}
.mx-px-10 {
  margin-inline-end: 0.625rem !important;
  margin-inline-start: 0.625rem !important;
}
.mx-px-11 {
  margin-inline-end: 0.6875rem !important;
  margin-inline-start: 0.6875rem !important;
}
.mx-px-12 {
  margin-inline-end: 0.75rem !important;
  margin-inline-start: 0.75rem !important;
}
.mx-px-13 {
  margin-inline-end: 0.8125rem !important;
  margin-inline-start: 0.8125rem !important;
}
.mx-px-14 {
  margin-inline-end: 0.875rem !important;
  margin-inline-start: 0.875rem !important;
}
.mx-px-15 {
  margin-inline-end: 0.9375rem !important;
  margin-inline-start: 0.9375rem !important;
}
.mx-px-16 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}
.mx-px-17 {
  margin-inline-end: 1.0625rem !important;
  margin-inline-start: 1.0625rem !important;
}
.mx-px-18 {
  margin-inline-end: 1.125rem !important;
  margin-inline-start: 1.125rem !important;
}
.mx-px-19 {
  margin-inline-end: 1.1875rem !important;
  margin-inline-start: 1.1875rem !important;
}
.mx-px-20 {
  margin-inline-end: 1.25rem !important;
  margin-inline-start: 1.25rem !important;
}
.mx-px-21 {
  margin-inline-end: 1.3125rem !important;
  margin-inline-start: 1.3125rem !important;
}
.mx-px-22 {
  margin-inline-end: 1.375rem !important;
  margin-inline-start: 1.375rem !important;
}
.mx-px-23 {
  margin-inline-end: 1.4375rem !important;
  margin-inline-start: 1.4375rem !important;
}
.mx-px-24 {
  margin-inline-end: 1.5rem !important;
  margin-inline-start: 1.5rem !important;
}
.mx-px-25 {
  margin-inline-end: 1.5625rem !important;
  margin-inline-start: 1.5625rem !important;
}
.mx-px-26 {
  margin-inline-end: 1.625rem !important;
  margin-inline-start: 1.625rem !important;
}
.mx-px-27 {
  margin-inline-end: 1.6875rem !important;
  margin-inline-start: 1.6875rem !important;
}
.mx-px-28 {
  margin-inline-end: 1.75rem !important;
  margin-inline-start: 1.75rem !important;
}
.mx-px-29 {
  margin-inline-end: 1.8125rem !important;
  margin-inline-start: 1.8125rem !important;
}
.mx-px-30 {
  margin-inline-end: 1.875rem !important;
  margin-inline-start: 1.875rem !important;
}
.mx-px-31 {
  margin-inline-end: 1.9375rem !important;
  margin-inline-start: 1.9375rem !important;
}
.mx-px-32 {
  margin-inline-end: 2rem !important;
  margin-inline-start: 2rem !important;
}
.mx-px-33 {
  margin-inline-end: 2.0625rem !important;
  margin-inline-start: 2.0625rem !important;
}
.mx-px-34 {
  margin-inline-end: 2.125rem !important;
  margin-inline-start: 2.125rem !important;
}
.mx-px-35 {
  margin-inline-end: 2.1875rem !important;
  margin-inline-start: 2.1875rem !important;
}
.mx-px-36 {
  margin-inline-end: 2.25rem !important;
  margin-inline-start: 2.25rem !important;
}
.mx-px-37 {
  margin-inline-end: 2.3125rem !important;
  margin-inline-start: 2.3125rem !important;
}
.mx-px-38 {
  margin-inline-end: 2.375rem !important;
  margin-inline-start: 2.375rem !important;
}
.mx-px-39 {
  margin-inline-end: 2.4375rem !important;
  margin-inline-start: 2.4375rem !important;
}
.mx-px-40 {
  margin-inline-end: 2.5rem !important;
  margin-inline-start: 2.5rem !important;
}
.mx-px-41 {
  margin-inline-end: 2.5625rem !important;
  margin-inline-start: 2.5625rem !important;
}
.mx-px-42 {
  margin-inline-end: 2.625rem !important;
  margin-inline-start: 2.625rem !important;
}
.mx-px-43 {
  margin-inline-end: 2.6875rem !important;
  margin-inline-start: 2.6875rem !important;
}
.mx-px-44 {
  margin-inline-end: 2.75rem !important;
  margin-inline-start: 2.75rem !important;
}
.mx-px-45 {
  margin-inline-end: 2.8125rem !important;
  margin-inline-start: 2.8125rem !important;
}
.mx-px-46 {
  margin-inline-end: 2.875rem !important;
  margin-inline-start: 2.875rem !important;
}
.mx-px-47 {
  margin-inline-end: 2.9375rem !important;
  margin-inline-start: 2.9375rem !important;
}
.mx-px-48 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important;
}
.mx-px-49 {
  margin-inline-end: 3.0625rem !important;
  margin-inline-start: 3.0625rem !important;
}
.mx-px-50 {
  margin-inline-end: 3.125rem !important;
  margin-inline-start: 3.125rem !important;
}
.mx-px-51 {
  margin-inline-end: 3.1875rem !important;
  margin-inline-start: 3.1875rem !important;
}
.mx-px-52 {
  margin-inline-end: 3.25rem !important;
  margin-inline-start: 3.25rem !important;
}
.mx-px-53 {
  margin-inline-end: 3.3125rem !important;
  margin-inline-start: 3.3125rem !important;
}
.mx-px-54 {
  margin-inline-end: 3.375rem !important;
  margin-inline-start: 3.375rem !important;
}
.mx-px-56 {
  margin-inline-end: 3.5rem !important;
  margin-inline-start: 3.5rem !important;
}
.mx-px-57 {
  margin-inline-end: 3.5625rem !important;
  margin-inline-start: 3.5625rem !important;
}
.mx-px-58 {
  margin-inline-end: 3.625rem !important;
  margin-inline-start: 3.625rem !important;
}
.mx-px-59 {
  margin-inline-end: 3.6875rem !important;
  margin-inline-start: 3.6875rem !important;
}
.mx-px-60 {
  margin-inline-end: 3.75rem !important;
  margin-inline-start: 3.75rem !important;
}
.mx-px-61 {
  margin-inline-end: 3.8125rem !important;
  margin-inline-start: 3.8125rem !important;
}
.mx-px-62 {
  margin-inline-end: 3.875rem !important;
  margin-inline-start: 3.875rem !important;
}
.mx-px-63 {
  margin-inline-end: 3.9375rem !important;
  margin-inline-start: 3.9375rem !important;
}
.mx-px-64 {
  margin-inline-end: 4rem !important;
  margin-inline-start: 4rem !important;
}
.mx-px-68 {
  margin-inline-end: 4.25rem !important;
  margin-inline-start: 4.25rem !important;
}
.mx-px-70 {
  margin-inline-end: 4.375rem !important;
  margin-inline-start: 4.375rem !important;
}
.mx-px-80 {
  margin-inline-end: 5rem !important;
  margin-inline-start: 5rem !important;
}
.mx-px-82 {
  margin-inline-end: 5.125rem !important;
  margin-inline-start: 5.125rem !important;
}
.mx-px-83 {
  margin-inline-end: 5.1875rem !important;
  margin-inline-start: 5.1875rem !important;
}
.mx-px-84 {
  margin-inline-end: 5.25rem !important;
  margin-inline-start: 5.25rem !important;
}
.mx-px-98 {
  margin-inline-end: 6.125rem !important;
  margin-inline-start: 6.125rem !important;
}
.mx-px-104 {
  margin-inline-end: 6.5rem !important;
  margin-inline-start: 6.5rem !important;
}
.mx-px-122 {
  margin-inline-end: 7.625rem !important;
  margin-inline-start: 7.625rem !important;
}
.mx-px-123 {
  margin-inline-end: 7.6875rem !important;
  margin-inline-start: 7.6875rem !important;
}
.mx-px-147 {
  margin-inline-end: 9.1875rem !important;
  margin-inline-start: 9.1875rem !important;
}
.mx-px-148 {
  margin-inline-end: 9.25rem !important;
  margin-inline-start: 9.25rem !important;
}
.mx-px-150 {
  margin-inline-end: 9.375rem !important;
  margin-inline-start: 9.375rem !important;
}
.mx-px-180 {
  margin-inline-end: 11.25rem !important;
  margin-inline-start: 11.25rem !important;
}
.mx-px-192 {
  margin-inline-end: 12rem !important;
  margin-inline-start: 12rem !important;
}
.mx-px-200 {
  margin-inline-end: 12.5rem !important;
  margin-inline-start: 12.5rem !important;
}
.mx-px-220 {
  margin-inline-end: 13.75rem !important;
  margin-inline-start: 13.75rem !important;
}
.mx-px-270 {
  margin-inline-end: 16.875rem !important;
  margin-inline-start: 16.875rem !important;
}
.mx-px-300 {
  margin-inline-end: 18.75rem !important;
  margin-inline-start: 18.75rem !important;
}
.mx-px-350 {
  margin-inline-end: 21.875rem !important;
  margin-inline-start: 21.875rem !important;
}
.mx-px-400 {
  margin-inline-end: 25rem !important;
  margin-inline-start: 25rem !important;
}
.mx-px-500 {
  margin-inline-end: 31.25rem !important;
  margin-inline-start: 31.25rem !important;
}
.mx-px-600 {
  margin-inline-end: 37.5rem !important;
  margin-inline-start: 37.5rem !important;
}
.mx-px-auto {
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
}
.my-px-0 {
  margin-block-start: 0rem !important;
  margin-block-end: 0rem !important;
}
.my-px-1 {
  margin-block-start: 0.0625rem !important;
  margin-block-end: 0.0625rem !important;
}
.my-px-2 {
  margin-block-start: 0.125rem !important;
  margin-block-end: 0.125rem !important;
}
.my-px-3 {
  margin-block-start: 0.1875rem !important;
  margin-block-end: 0.1875rem !important;
}
.my-px-4 {
  margin-block-start: 0.25rem !important;
  margin-block-end: 0.25rem !important;
}
.my-px-5 {
  margin-block-start: 0.3125rem !important;
  margin-block-end: 0.3125rem !important;
}
.my-px-6 {
  margin-block-start: 0.375rem !important;
  margin-block-end: 0.375rem !important;
}
.my-px-7 {
  margin-block-start: 0.4375rem !important;
  margin-block-end: 0.4375rem !important;
}
.my-px-8 {
  margin-block-start: 0.5rem !important;
  margin-block-end: 0.5rem !important;
}
.my-px-9 {
  margin-block-start: 0.5625rem !important;
  margin-block-end: 0.5625rem !important;
}
.my-px-10 {
  margin-block-start: 0.625rem !important;
  margin-block-end: 0.625rem !important;
}
.my-px-11 {
  margin-block-start: 0.6875rem !important;
  margin-block-end: 0.6875rem !important;
}
.my-px-12 {
  margin-block-start: 0.75rem !important;
  margin-block-end: 0.75rem !important;
}
.my-px-13 {
  margin-block-start: 0.8125rem !important;
  margin-block-end: 0.8125rem !important;
}
.my-px-14 {
  margin-block-start: 0.875rem !important;
  margin-block-end: 0.875rem !important;
}
.my-px-15 {
  margin-block-start: 0.9375rem !important;
  margin-block-end: 0.9375rem !important;
}
.my-px-16 {
  margin-block-start: 1rem !important;
  margin-block-end: 1rem !important;
}
.my-px-17 {
  margin-block-start: 1.0625rem !important;
  margin-block-end: 1.0625rem !important;
}
.my-px-18 {
  margin-block-start: 1.125rem !important;
  margin-block-end: 1.125rem !important;
}
.my-px-19 {
  margin-block-start: 1.1875rem !important;
  margin-block-end: 1.1875rem !important;
}
.my-px-20 {
  margin-block-start: 1.25rem !important;
  margin-block-end: 1.25rem !important;
}
.my-px-21 {
  margin-block-start: 1.3125rem !important;
  margin-block-end: 1.3125rem !important;
}
.my-px-22 {
  margin-block-start: 1.375rem !important;
  margin-block-end: 1.375rem !important;
}
.my-px-23 {
  margin-block-start: 1.4375rem !important;
  margin-block-end: 1.4375rem !important;
}
.my-px-24 {
  margin-block-start: 1.5rem !important;
  margin-block-end: 1.5rem !important;
}
.my-px-25 {
  margin-block-start: 1.5625rem !important;
  margin-block-end: 1.5625rem !important;
}
.my-px-26 {
  margin-block-start: 1.625rem !important;
  margin-block-end: 1.625rem !important;
}
.my-px-27 {
  margin-block-start: 1.6875rem !important;
  margin-block-end: 1.6875rem !important;
}
.my-px-28 {
  margin-block-start: 1.75rem !important;
  margin-block-end: 1.75rem !important;
}
.my-px-29 {
  margin-block-start: 1.8125rem !important;
  margin-block-end: 1.8125rem !important;
}
.my-px-30 {
  margin-block-start: 1.875rem !important;
  margin-block-end: 1.875rem !important;
}
.my-px-31 {
  margin-block-start: 1.9375rem !important;
  margin-block-end: 1.9375rem !important;
}
.my-px-32 {
  margin-block-start: 2rem !important;
  margin-block-end: 2rem !important;
}
.my-px-33 {
  margin-block-start: 2.0625rem !important;
  margin-block-end: 2.0625rem !important;
}
.my-px-34 {
  margin-block-start: 2.125rem !important;
  margin-block-end: 2.125rem !important;
}
.my-px-35 {
  margin-block-start: 2.1875rem !important;
  margin-block-end: 2.1875rem !important;
}
.my-px-36 {
  margin-block-start: 2.25rem !important;
  margin-block-end: 2.25rem !important;
}
.my-px-37 {
  margin-block-start: 2.3125rem !important;
  margin-block-end: 2.3125rem !important;
}
.my-px-38 {
  margin-block-start: 2.375rem !important;
  margin-block-end: 2.375rem !important;
}
.my-px-39 {
  margin-block-start: 2.4375rem !important;
  margin-block-end: 2.4375rem !important;
}
.my-px-40 {
  margin-block-start: 2.5rem !important;
  margin-block-end: 2.5rem !important;
}
.my-px-41 {
  margin-block-start: 2.5625rem !important;
  margin-block-end: 2.5625rem !important;
}
.my-px-42 {
  margin-block-start: 2.625rem !important;
  margin-block-end: 2.625rem !important;
}
.my-px-43 {
  margin-block-start: 2.6875rem !important;
  margin-block-end: 2.6875rem !important;
}
.my-px-44 {
  margin-block-start: 2.75rem !important;
  margin-block-end: 2.75rem !important;
}
.my-px-45 {
  margin-block-start: 2.8125rem !important;
  margin-block-end: 2.8125rem !important;
}
.my-px-46 {
  margin-block-start: 2.875rem !important;
  margin-block-end: 2.875rem !important;
}
.my-px-47 {
  margin-block-start: 2.9375rem !important;
  margin-block-end: 2.9375rem !important;
}
.my-px-48 {
  margin-block-start: 3rem !important;
  margin-block-end: 3rem !important;
}
.my-px-49 {
  margin-block-start: 3.0625rem !important;
  margin-block-end: 3.0625rem !important;
}
.my-px-50 {
  margin-block-start: 3.125rem !important;
  margin-block-end: 3.125rem !important;
}
.my-px-51 {
  margin-block-start: 3.1875rem !important;
  margin-block-end: 3.1875rem !important;
}
.my-px-52 {
  margin-block-start: 3.25rem !important;
  margin-block-end: 3.25rem !important;
}
.my-px-53 {
  margin-block-start: 3.3125rem !important;
  margin-block-end: 3.3125rem !important;
}
.my-px-54 {
  margin-block-start: 3.375rem !important;
  margin-block-end: 3.375rem !important;
}
.my-px-56 {
  margin-block-start: 3.5rem !important;
  margin-block-end: 3.5rem !important;
}
.my-px-57 {
  margin-block-start: 3.5625rem !important;
  margin-block-end: 3.5625rem !important;
}
.my-px-58 {
  margin-block-start: 3.625rem !important;
  margin-block-end: 3.625rem !important;
}
.my-px-59 {
  margin-block-start: 3.6875rem !important;
  margin-block-end: 3.6875rem !important;
}
.my-px-60 {
  margin-block-start: 3.75rem !important;
  margin-block-end: 3.75rem !important;
}
.my-px-61 {
  margin-block-start: 3.8125rem !important;
  margin-block-end: 3.8125rem !important;
}
.my-px-62 {
  margin-block-start: 3.875rem !important;
  margin-block-end: 3.875rem !important;
}
.my-px-63 {
  margin-block-start: 3.9375rem !important;
  margin-block-end: 3.9375rem !important;
}
.my-px-64 {
  margin-block-start: 4rem !important;
  margin-block-end: 4rem !important;
}
.my-px-68 {
  margin-block-start: 4.25rem !important;
  margin-block-end: 4.25rem !important;
}
.my-px-70 {
  margin-block-start: 4.375rem !important;
  margin-block-end: 4.375rem !important;
}
.my-px-80 {
  margin-block-start: 5rem !important;
  margin-block-end: 5rem !important;
}
.my-px-82 {
  margin-block-start: 5.125rem !important;
  margin-block-end: 5.125rem !important;
}
.my-px-83 {
  margin-block-start: 5.1875rem !important;
  margin-block-end: 5.1875rem !important;
}
.my-px-84 {
  margin-block-start: 5.25rem !important;
  margin-block-end: 5.25rem !important;
}
.my-px-98 {
  margin-block-start: 6.125rem !important;
  margin-block-end: 6.125rem !important;
}
.my-px-104 {
  margin-block-start: 6.5rem !important;
  margin-block-end: 6.5rem !important;
}
.my-px-122 {
  margin-block-start: 7.625rem !important;
  margin-block-end: 7.625rem !important;
}
.my-px-123 {
  margin-block-start: 7.6875rem !important;
  margin-block-end: 7.6875rem !important;
}
.my-px-147 {
  margin-block-start: 9.1875rem !important;
  margin-block-end: 9.1875rem !important;
}
.my-px-148 {
  margin-block-start: 9.25rem !important;
  margin-block-end: 9.25rem !important;
}
.my-px-150 {
  margin-block-start: 9.375rem !important;
  margin-block-end: 9.375rem !important;
}
.my-px-180 {
  margin-block-start: 11.25rem !important;
  margin-block-end: 11.25rem !important;
}
.my-px-192 {
  margin-block-start: 12rem !important;
  margin-block-end: 12rem !important;
}
.my-px-200 {
  margin-block-start: 12.5rem !important;
  margin-block-end: 12.5rem !important;
}
.my-px-220 {
  margin-block-start: 13.75rem !important;
  margin-block-end: 13.75rem !important;
}
.my-px-270 {
  margin-block-start: 16.875rem !important;
  margin-block-end: 16.875rem !important;
}
.my-px-300 {
  margin-block-start: 18.75rem !important;
  margin-block-end: 18.75rem !important;
}
.my-px-350 {
  margin-block-start: 21.875rem !important;
  margin-block-end: 21.875rem !important;
}
.my-px-400 {
  margin-block-start: 25rem !important;
  margin-block-end: 25rem !important;
}
.my-px-500 {
  margin-block-start: 31.25rem !important;
  margin-block-end: 31.25rem !important;
}
.my-px-600 {
  margin-block-start: 37.5rem !important;
  margin-block-end: 37.5rem !important;
}
.my-px-auto {
  margin-block-start: auto !important;
  margin-block-end: auto !important;
}
.mt-px-0 {
  margin-block-start: 0rem !important;
}
.mt-px-1 {
  margin-block-start: 0.0625rem !important;
}
.mt-px-2 {
  margin-block-start: 0.125rem !important;
}
.mt-px-3 {
  margin-block-start: 0.1875rem !important;
}
.mt-px-4 {
  margin-block-start: 0.25rem !important;
}
.mt-px-5 {
  margin-block-start: 0.3125rem !important;
}
.mt-px-6 {
  margin-block-start: 0.375rem !important;
}
.mt-px-7 {
  margin-block-start: 0.4375rem !important;
}
.mt-px-8 {
  margin-block-start: 0.5rem !important;
}
.mt-px-9 {
  margin-block-start: 0.5625rem !important;
}
.mt-px-10 {
  margin-block-start: 0.625rem !important;
}
.mt-px-11 {
  margin-block-start: 0.6875rem !important;
}
.mt-px-12 {
  margin-block-start: 0.75rem !important;
}
.mt-px-13 {
  margin-block-start: 0.8125rem !important;
}
.mt-px-14 {
  margin-block-start: 0.875rem !important;
}
.mt-px-15 {
  margin-block-start: 0.9375rem !important;
}
.mt-px-16 {
  margin-block-start: 1rem !important;
}
.mt-px-17 {
  margin-block-start: 1.0625rem !important;
}
.mt-px-18 {
  margin-block-start: 1.125rem !important;
}
.mt-px-19 {
  margin-block-start: 1.1875rem !important;
}
.mt-px-20 {
  margin-block-start: 1.25rem !important;
}
.mt-px-21 {
  margin-block-start: 1.3125rem !important;
}
.mt-px-22 {
  margin-block-start: 1.375rem !important;
}
.mt-px-23 {
  margin-block-start: 1.4375rem !important;
}
.mt-px-24 {
  margin-block-start: 1.5rem !important;
}
.mt-px-25 {
  margin-block-start: 1.5625rem !important;
}
.mt-px-26 {
  margin-block-start: 1.625rem !important;
}
.mt-px-27 {
  margin-block-start: 1.6875rem !important;
}
.mt-px-28 {
  margin-block-start: 1.75rem !important;
}
.mt-px-29 {
  margin-block-start: 1.8125rem !important;
}
.mt-px-30 {
  margin-block-start: 1.875rem !important;
}
.mt-px-31 {
  margin-block-start: 1.9375rem !important;
}
.mt-px-32 {
  margin-block-start: 2rem !important;
}
.mt-px-33 {
  margin-block-start: 2.0625rem !important;
}
.mt-px-34 {
  margin-block-start: 2.125rem !important;
}
.mt-px-35 {
  margin-block-start: 2.1875rem !important;
}
.mt-px-36 {
  margin-block-start: 2.25rem !important;
}
.mt-px-37 {
  margin-block-start: 2.3125rem !important;
}
.mt-px-38 {
  margin-block-start: 2.375rem !important;
}
.mt-px-39 {
  margin-block-start: 2.4375rem !important;
}
.mt-px-40 {
  margin-block-start: 2.5rem !important;
}
.mt-px-41 {
  margin-block-start: 2.5625rem !important;
}
.mt-px-42 {
  margin-block-start: 2.625rem !important;
}
.mt-px-43 {
  margin-block-start: 2.6875rem !important;
}
.mt-px-44 {
  margin-block-start: 2.75rem !important;
}
.mt-px-45 {
  margin-block-start: 2.8125rem !important;
}
.mt-px-46 {
  margin-block-start: 2.875rem !important;
}
.mt-px-47 {
  margin-block-start: 2.9375rem !important;
}
.mt-px-48 {
  margin-block-start: 3rem !important;
}
.mt-px-49 {
  margin-block-start: 3.0625rem !important;
}
.mt-px-50 {
  margin-block-start: 3.125rem !important;
}
.mt-px-51 {
  margin-block-start: 3.1875rem !important;
}
.mt-px-52 {
  margin-block-start: 3.25rem !important;
}
.mt-px-53 {
  margin-block-start: 3.3125rem !important;
}
.mt-px-54 {
  margin-block-start: 3.375rem !important;
}
.mt-px-56 {
  margin-block-start: 3.5rem !important;
}
.mt-px-57 {
  margin-block-start: 3.5625rem !important;
}
.mt-px-58 {
  margin-block-start: 3.625rem !important;
}
.mt-px-59 {
  margin-block-start: 3.6875rem !important;
}
.mt-px-60 {
  margin-block-start: 3.75rem !important;
}
.mt-px-61 {
  margin-block-start: 3.8125rem !important;
}
.mt-px-62 {
  margin-block-start: 3.875rem !important;
}
.mt-px-63 {
  margin-block-start: 3.9375rem !important;
}
.mt-px-64 {
  margin-block-start: 4rem !important;
}
.mt-px-68 {
  margin-block-start: 4.25rem !important;
}
.mt-px-70 {
  margin-block-start: 4.375rem !important;
}
.mt-px-80 {
  margin-block-start: 5rem !important;
}
.mt-px-82 {
  margin-block-start: 5.125rem !important;
}
.mt-px-83 {
  margin-block-start: 5.1875rem !important;
}
.mt-px-84 {
  margin-block-start: 5.25rem !important;
}
.mt-px-98 {
  margin-block-start: 6.125rem !important;
}
.mt-px-104 {
  margin-block-start: 6.5rem !important;
}
.mt-px-122 {
  margin-block-start: 7.625rem !important;
}
.mt-px-123 {
  margin-block-start: 7.6875rem !important;
}
.mt-px-147 {
  margin-block-start: 9.1875rem !important;
}
.mt-px-148 {
  margin-block-start: 9.25rem !important;
}
.mt-px-150 {
  margin-block-start: 9.375rem !important;
}
.mt-px-180 {
  margin-block-start: 11.25rem !important;
}
.mt-px-192 {
  margin-block-start: 12rem !important;
}
.mt-px-200 {
  margin-block-start: 12.5rem !important;
}
.mt-px-220 {
  margin-block-start: 13.75rem !important;
}
.mt-px-270 {
  margin-block-start: 16.875rem !important;
}
.mt-px-300 {
  margin-block-start: 18.75rem !important;
}
.mt-px-350 {
  margin-block-start: 21.875rem !important;
}
.mt-px-400 {
  margin-block-start: 25rem !important;
}
.mt-px-500 {
  margin-block-start: 31.25rem !important;
}
.mt-px-600 {
  margin-block-start: 37.5rem !important;
}
.mt-px-auto {
  margin-block-start: auto !important;
}
.me-px-0 {
  margin-inline-end: 0rem !important;
}
.me-px-1 {
  margin-inline-end: 0.0625rem !important;
}
.me-px-2 {
  margin-inline-end: 0.125rem !important;
}
.me-px-3 {
  margin-inline-end: 0.1875rem !important;
}
.me-px-4 {
  margin-inline-end: 0.25rem !important;
}
.me-px-5 {
  margin-inline-end: 0.3125rem !important;
}
.me-px-6 {
  margin-inline-end: 0.375rem !important;
}
.me-px-7 {
  margin-inline-end: 0.4375rem !important;
}
.me-px-8 {
  margin-inline-end: 0.5rem !important;
}
.me-px-9 {
  margin-inline-end: 0.5625rem !important;
}
.me-px-10 {
  margin-inline-end: 0.625rem !important;
}
.me-px-11 {
  margin-inline-end: 0.6875rem !important;
}
.me-px-12 {
  margin-inline-end: 0.75rem !important;
}
.me-px-13 {
  margin-inline-end: 0.8125rem !important;
}
.me-px-14 {
  margin-inline-end: 0.875rem !important;
}
.me-px-15 {
  margin-inline-end: 0.9375rem !important;
}
.me-px-16 {
  margin-inline-end: 1rem !important;
}
.me-px-17 {
  margin-inline-end: 1.0625rem !important;
}
.me-px-18 {
  margin-inline-end: 1.125rem !important;
}
.me-px-19 {
  margin-inline-end: 1.1875rem !important;
}
.me-px-20 {
  margin-inline-end: 1.25rem !important;
}
.me-px-21 {
  margin-inline-end: 1.3125rem !important;
}
.me-px-22 {
  margin-inline-end: 1.375rem !important;
}
.me-px-23 {
  margin-inline-end: 1.4375rem !important;
}
.me-px-24 {
  margin-inline-end: 1.5rem !important;
}
.me-px-25 {
  margin-inline-end: 1.5625rem !important;
}
.me-px-26 {
  margin-inline-end: 1.625rem !important;
}
.me-px-27 {
  margin-inline-end: 1.6875rem !important;
}
.me-px-28 {
  margin-inline-end: 1.75rem !important;
}
.me-px-29 {
  margin-inline-end: 1.8125rem !important;
}
.me-px-30 {
  margin-inline-end: 1.875rem !important;
}
.me-px-31 {
  margin-inline-end: 1.9375rem !important;
}
.me-px-32 {
  margin-inline-end: 2rem !important;
}
.me-px-33 {
  margin-inline-end: 2.0625rem !important;
}
.me-px-34 {
  margin-inline-end: 2.125rem !important;
}
.me-px-35 {
  margin-inline-end: 2.1875rem !important;
}
.me-px-36 {
  margin-inline-end: 2.25rem !important;
}
.me-px-37 {
  margin-inline-end: 2.3125rem !important;
}
.me-px-38 {
  margin-inline-end: 2.375rem !important;
}
.me-px-39 {
  margin-inline-end: 2.4375rem !important;
}
.me-px-40 {
  margin-inline-end: 2.5rem !important;
}
.me-px-41 {
  margin-inline-end: 2.5625rem !important;
}
.me-px-42 {
  margin-inline-end: 2.625rem !important;
}
.me-px-43 {
  margin-inline-end: 2.6875rem !important;
}
.me-px-44 {
  margin-inline-end: 2.75rem !important;
}
.me-px-45 {
  margin-inline-end: 2.8125rem !important;
}
.me-px-46 {
  margin-inline-end: 2.875rem !important;
}
.me-px-47 {
  margin-inline-end: 2.9375rem !important;
}
.me-px-48 {
  margin-inline-end: 3rem !important;
}
.me-px-49 {
  margin-inline-end: 3.0625rem !important;
}
.me-px-50 {
  margin-inline-end: 3.125rem !important;
}
.me-px-51 {
  margin-inline-end: 3.1875rem !important;
}
.me-px-52 {
  margin-inline-end: 3.25rem !important;
}
.me-px-53 {
  margin-inline-end: 3.3125rem !important;
}
.me-px-54 {
  margin-inline-end: 3.375rem !important;
}
.me-px-56 {
  margin-inline-end: 3.5rem !important;
}
.me-px-57 {
  margin-inline-end: 3.5625rem !important;
}
.me-px-58 {
  margin-inline-end: 3.625rem !important;
}
.me-px-59 {
  margin-inline-end: 3.6875rem !important;
}
.me-px-60 {
  margin-inline-end: 3.75rem !important;
}
.me-px-61 {
  margin-inline-end: 3.8125rem !important;
}
.me-px-62 {
  margin-inline-end: 3.875rem !important;
}
.me-px-63 {
  margin-inline-end: 3.9375rem !important;
}
.me-px-64 {
  margin-inline-end: 4rem !important;
}
.me-px-68 {
  margin-inline-end: 4.25rem !important;
}
.me-px-70 {
  margin-inline-end: 4.375rem !important;
}
.me-px-80 {
  margin-inline-end: 5rem !important;
}
.me-px-82 {
  margin-inline-end: 5.125rem !important;
}
.me-px-83 {
  margin-inline-end: 5.1875rem !important;
}
.me-px-84 {
  margin-inline-end: 5.25rem !important;
}
.me-px-98 {
  margin-inline-end: 6.125rem !important;
}
.me-px-104 {
  margin-inline-end: 6.5rem !important;
}
.me-px-122 {
  margin-inline-end: 7.625rem !important;
}
.me-px-123 {
  margin-inline-end: 7.6875rem !important;
}
.me-px-147 {
  margin-inline-end: 9.1875rem !important;
}
.me-px-148 {
  margin-inline-end: 9.25rem !important;
}
.me-px-150 {
  margin-inline-end: 9.375rem !important;
}
.me-px-180 {
  margin-inline-end: 11.25rem !important;
}
.me-px-192 {
  margin-inline-end: 12rem !important;
}
.me-px-200 {
  margin-inline-end: 12.5rem !important;
}
.me-px-220 {
  margin-inline-end: 13.75rem !important;
}
.me-px-270 {
  margin-inline-end: 16.875rem !important;
}
.me-px-300 {
  margin-inline-end: 18.75rem !important;
}
.me-px-350 {
  margin-inline-end: 21.875rem !important;
}
.me-px-400 {
  margin-inline-end: 25rem !important;
}
.me-px-500 {
  margin-inline-end: 31.25rem !important;
}
.me-px-600 {
  margin-inline-end: 37.5rem !important;
}
.me-px-auto {
  margin-inline-end: auto !important;
}
.mb-px-0 {
  margin-block-end: 0rem !important;
}
.mb-px-1 {
  margin-block-end: 0.0625rem !important;
}
.mb-px-2 {
  margin-block-end: 0.125rem !important;
}
.mb-px-3 {
  margin-block-end: 0.1875rem !important;
}
.mb-px-4 {
  margin-block-end: 0.25rem !important;
}
.mb-px-5 {
  margin-block-end: 0.3125rem !important;
}
.mb-px-6 {
  margin-block-end: 0.375rem !important;
}
.mb-px-7 {
  margin-block-end: 0.4375rem !important;
}
.mb-px-8 {
  margin-block-end: 0.5rem !important;
}
.mb-px-9 {
  margin-block-end: 0.5625rem !important;
}
.mb-px-10 {
  margin-block-end: 0.625rem !important;
}
.mb-px-11 {
  margin-block-end: 0.6875rem !important;
}
.mb-px-12 {
  margin-block-end: 0.75rem !important;
}
.mb-px-13 {
  margin-block-end: 0.8125rem !important;
}
.mb-px-14 {
  margin-block-end: 0.875rem !important;
}
.mb-px-15 {
  margin-block-end: 0.9375rem !important;
}
.mb-px-16 {
  margin-block-end: 1rem !important;
}
.mb-px-17 {
  margin-block-end: 1.0625rem !important;
}
.mb-px-18 {
  margin-block-end: 1.125rem !important;
}
.mb-px-19 {
  margin-block-end: 1.1875rem !important;
}
.mb-px-20 {
  margin-block-end: 1.25rem !important;
}
.mb-px-21 {
  margin-block-end: 1.3125rem !important;
}
.mb-px-22 {
  margin-block-end: 1.375rem !important;
}
.mb-px-23 {
  margin-block-end: 1.4375rem !important;
}
.mb-px-24 {
  margin-block-end: 1.5rem !important;
}
.mb-px-25 {
  margin-block-end: 1.5625rem !important;
}
.mb-px-26 {
  margin-block-end: 1.625rem !important;
}
.mb-px-27 {
  margin-block-end: 1.6875rem !important;
}
.mb-px-28 {
  margin-block-end: 1.75rem !important;
}
.mb-px-29 {
  margin-block-end: 1.8125rem !important;
}
.mb-px-30 {
  margin-block-end: 1.875rem !important;
}
.mb-px-31 {
  margin-block-end: 1.9375rem !important;
}
.mb-px-32 {
  margin-block-end: 2rem !important;
}
.mb-px-33 {
  margin-block-end: 2.0625rem !important;
}
.mb-px-34 {
  margin-block-end: 2.125rem !important;
}
.mb-px-35 {
  margin-block-end: 2.1875rem !important;
}
.mb-px-36 {
  margin-block-end: 2.25rem !important;
}
.mb-px-37 {
  margin-block-end: 2.3125rem !important;
}
.mb-px-38 {
  margin-block-end: 2.375rem !important;
}
.mb-px-39 {
  margin-block-end: 2.4375rem !important;
}
.mb-px-40 {
  margin-block-end: 2.5rem !important;
}
.mb-px-41 {
  margin-block-end: 2.5625rem !important;
}
.mb-px-42 {
  margin-block-end: 2.625rem !important;
}
.mb-px-43 {
  margin-block-end: 2.6875rem !important;
}
.mb-px-44 {
  margin-block-end: 2.75rem !important;
}
.mb-px-45 {
  margin-block-end: 2.8125rem !important;
}
.mb-px-46 {
  margin-block-end: 2.875rem !important;
}
.mb-px-47 {
  margin-block-end: 2.9375rem !important;
}
.mb-px-48 {
  margin-block-end: 3rem !important;
}
.mb-px-49 {
  margin-block-end: 3.0625rem !important;
}
.mb-px-50 {
  margin-block-end: 3.125rem !important;
}
.mb-px-51 {
  margin-block-end: 3.1875rem !important;
}
.mb-px-52 {
  margin-block-end: 3.25rem !important;
}
.mb-px-53 {
  margin-block-end: 3.3125rem !important;
}
.mb-px-54 {
  margin-block-end: 3.375rem !important;
}
.mb-px-56 {
  margin-block-end: 3.5rem !important;
}
.mb-px-57 {
  margin-block-end: 3.5625rem !important;
}
.mb-px-58 {
  margin-block-end: 3.625rem !important;
}
.mb-px-59 {
  margin-block-end: 3.6875rem !important;
}
.mb-px-60 {
  margin-block-end: 3.75rem !important;
}
.mb-px-61 {
  margin-block-end: 3.8125rem !important;
}
.mb-px-62 {
  margin-block-end: 3.875rem !important;
}
.mb-px-63 {
  margin-block-end: 3.9375rem !important;
}
.mb-px-64 {
  margin-block-end: 4rem !important;
}
.mb-px-68 {
  margin-block-end: 4.25rem !important;
}
.mb-px-70 {
  margin-block-end: 4.375rem !important;
}
.mb-px-80 {
  margin-block-end: 5rem !important;
}
.mb-px-82 {
  margin-block-end: 5.125rem !important;
}
.mb-px-83 {
  margin-block-end: 5.1875rem !important;
}
.mb-px-84 {
  margin-block-end: 5.25rem !important;
}
.mb-px-98 {
  margin-block-end: 6.125rem !important;
}
.mb-px-104 {
  margin-block-end: 6.5rem !important;
}
.mb-px-122 {
  margin-block-end: 7.625rem !important;
}
.mb-px-123 {
  margin-block-end: 7.6875rem !important;
}
.mb-px-147 {
  margin-block-end: 9.1875rem !important;
}
.mb-px-148 {
  margin-block-end: 9.25rem !important;
}
.mb-px-150 {
  margin-block-end: 9.375rem !important;
}
.mb-px-180 {
  margin-block-end: 11.25rem !important;
}
.mb-px-192 {
  margin-block-end: 12rem !important;
}
.mb-px-200 {
  margin-block-end: 12.5rem !important;
}
.mb-px-220 {
  margin-block-end: 13.75rem !important;
}
.mb-px-270 {
  margin-block-end: 16.875rem !important;
}
.mb-px-300 {
  margin-block-end: 18.75rem !important;
}
.mb-px-350 {
  margin-block-end: 21.875rem !important;
}
.mb-px-400 {
  margin-block-end: 25rem !important;
}
.mb-px-500 {
  margin-block-end: 31.25rem !important;
}
.mb-px-600 {
  margin-block-end: 37.5rem !important;
}
.mb-px-auto {
  margin-block-end: auto !important;
}
.ms-px-0 {
  margin-inline-start: 0rem !important;
}
.ms-px-1 {
  margin-inline-start: 0.0625rem !important;
}
.ms-px-2 {
  margin-inline-start: 0.125rem !important;
}
.ms-px-3 {
  margin-inline-start: 0.1875rem !important;
}
.ms-px-4 {
  margin-inline-start: 0.25rem !important;
}
.ms-px-5 {
  margin-inline-start: 0.3125rem !important;
}
.ms-px-6 {
  margin-inline-start: 0.375rem !important;
}
.ms-px-7 {
  margin-inline-start: 0.4375rem !important;
}
.ms-px-8 {
  margin-inline-start: 0.5rem !important;
}
.ms-px-9 {
  margin-inline-start: 0.5625rem !important;
}
.ms-px-10 {
  margin-inline-start: 0.625rem !important;
}
.ms-px-11 {
  margin-inline-start: 0.6875rem !important;
}
.ms-px-12 {
  margin-inline-start: 0.75rem !important;
}
.ms-px-13 {
  margin-inline-start: 0.8125rem !important;
}
.ms-px-14 {
  margin-inline-start: 0.875rem !important;
}
.ms-px-15 {
  margin-inline-start: 0.9375rem !important;
}
.ms-px-16 {
  margin-inline-start: 1rem !important;
}
.ms-px-17 {
  margin-inline-start: 1.0625rem !important;
}
.ms-px-18 {
  margin-inline-start: 1.125rem !important;
}
.ms-px-19 {
  margin-inline-start: 1.1875rem !important;
}
.ms-px-20 {
  margin-inline-start: 1.25rem !important;
}
.ms-px-21 {
  margin-inline-start: 1.3125rem !important;
}
.ms-px-22 {
  margin-inline-start: 1.375rem !important;
}
.ms-px-23 {
  margin-inline-start: 1.4375rem !important;
}
.ms-px-24 {
  margin-inline-start: 1.5rem !important;
}
.ms-px-25 {
  margin-inline-start: 1.5625rem !important;
}
.ms-px-26 {
  margin-inline-start: 1.625rem !important;
}
.ms-px-27 {
  margin-inline-start: 1.6875rem !important;
}
.ms-px-28 {
  margin-inline-start: 1.75rem !important;
}
.ms-px-29 {
  margin-inline-start: 1.8125rem !important;
}
.ms-px-30 {
  margin-inline-start: 1.875rem !important;
}
.ms-px-31 {
  margin-inline-start: 1.9375rem !important;
}
.ms-px-32 {
  margin-inline-start: 2rem !important;
}
.ms-px-33 {
  margin-inline-start: 2.0625rem !important;
}
.ms-px-34 {
  margin-inline-start: 2.125rem !important;
}
.ms-px-35 {
  margin-inline-start: 2.1875rem !important;
}
.ms-px-36 {
  margin-inline-start: 2.25rem !important;
}
.ms-px-37 {
  margin-inline-start: 2.3125rem !important;
}
.ms-px-38 {
  margin-inline-start: 2.375rem !important;
}
.ms-px-39 {
  margin-inline-start: 2.4375rem !important;
}
.ms-px-40 {
  margin-inline-start: 2.5rem !important;
}
.ms-px-41 {
  margin-inline-start: 2.5625rem !important;
}
.ms-px-42 {
  margin-inline-start: 2.625rem !important;
}
.ms-px-43 {
  margin-inline-start: 2.6875rem !important;
}
.ms-px-44 {
  margin-inline-start: 2.75rem !important;
}
.ms-px-45 {
  margin-inline-start: 2.8125rem !important;
}
.ms-px-46 {
  margin-inline-start: 2.875rem !important;
}
.ms-px-47 {
  margin-inline-start: 2.9375rem !important;
}
.ms-px-48 {
  margin-inline-start: 3rem !important;
}
.ms-px-49 {
  margin-inline-start: 3.0625rem !important;
}
.ms-px-50 {
  margin-inline-start: 3.125rem !important;
}
.ms-px-51 {
  margin-inline-start: 3.1875rem !important;
}
.ms-px-52 {
  margin-inline-start: 3.25rem !important;
}
.ms-px-53 {
  margin-inline-start: 3.3125rem !important;
}
.ms-px-54 {
  margin-inline-start: 3.375rem !important;
}
.ms-px-56 {
  margin-inline-start: 3.5rem !important;
}
.ms-px-57 {
  margin-inline-start: 3.5625rem !important;
}
.ms-px-58 {
  margin-inline-start: 3.625rem !important;
}
.ms-px-59 {
  margin-inline-start: 3.6875rem !important;
}
.ms-px-60 {
  margin-inline-start: 3.75rem !important;
}
.ms-px-61 {
  margin-inline-start: 3.8125rem !important;
}
.ms-px-62 {
  margin-inline-start: 3.875rem !important;
}
.ms-px-63 {
  margin-inline-start: 3.9375rem !important;
}
.ms-px-64 {
  margin-inline-start: 4rem !important;
}
.ms-px-68 {
  margin-inline-start: 4.25rem !important;
}
.ms-px-70 {
  margin-inline-start: 4.375rem !important;
}
.ms-px-80 {
  margin-inline-start: 5rem !important;
}
.ms-px-82 {
  margin-inline-start: 5.125rem !important;
}
.ms-px-83 {
  margin-inline-start: 5.1875rem !important;
}
.ms-px-84 {
  margin-inline-start: 5.25rem !important;
}
.ms-px-98 {
  margin-inline-start: 6.125rem !important;
}
.ms-px-104 {
  margin-inline-start: 6.5rem !important;
}
.ms-px-122 {
  margin-inline-start: 7.625rem !important;
}
.ms-px-123 {
  margin-inline-start: 7.6875rem !important;
}
.ms-px-147 {
  margin-inline-start: 9.1875rem !important;
}
.ms-px-148 {
  margin-inline-start: 9.25rem !important;
}
.ms-px-150 {
  margin-inline-start: 9.375rem !important;
}
.ms-px-180 {
  margin-inline-start: 11.25rem !important;
}
.ms-px-192 {
  margin-inline-start: 12rem !important;
}
.ms-px-200 {
  margin-inline-start: 12.5rem !important;
}
.ms-px-220 {
  margin-inline-start: 13.75rem !important;
}
.ms-px-270 {
  margin-inline-start: 16.875rem !important;
}
.ms-px-300 {
  margin-inline-start: 18.75rem !important;
}
.ms-px-350 {
  margin-inline-start: 21.875rem !important;
}
.ms-px-400 {
  margin-inline-start: 25rem !important;
}
.ms-px-500 {
  margin-inline-start: 31.25rem !important;
}
.ms-px-600 {
  margin-inline-start: 37.5rem !important;
}
.ms-px-auto {
  margin-inline-start: auto !important;
}
.m-px-n1 {
  margin: -0.0625rem !important;
}
.m-px-n2 {
  margin: -0.125rem !important;
}
.m-px-n3 {
  margin: -0.1875rem !important;
}
.m-px-n4 {
  margin: -0.25rem !important;
}
.m-px-n5 {
  margin: -0.3125rem !important;
}
.m-px-n6 {
  margin: -0.375rem !important;
}
.m-px-n7 {
  margin: -0.4375rem !important;
}
.m-px-n8 {
  margin: -0.5rem !important;
}
.m-px-n9 {
  margin: -0.5625rem !important;
}
.m-px-n10 {
  margin: -0.625rem !important;
}
.m-px-n11 {
  margin: -0.6875rem !important;
}
.m-px-n12 {
  margin: -0.75rem !important;
}
.m-px-n13 {
  margin: -0.8125rem !important;
}
.m-px-n14 {
  margin: -0.875rem !important;
}
.m-px-n15 {
  margin: -0.9375rem !important;
}
.m-px-n16 {
  margin: -1rem !important;
}
.m-px-n17 {
  margin: -1.0625rem !important;
}
.m-px-n18 {
  margin: -1.125rem !important;
}
.m-px-n19 {
  margin: -1.1875rem !important;
}
.m-px-n20 {
  margin: -1.25rem !important;
}
.m-px-n21 {
  margin: -1.3125rem !important;
}
.m-px-n22 {
  margin: -1.375rem !important;
}
.m-px-n23 {
  margin: -1.4375rem !important;
}
.m-px-n24 {
  margin: -1.5rem !important;
}
.m-px-n25 {
  margin: -1.5625rem !important;
}
.m-px-n26 {
  margin: -1.625rem !important;
}
.m-px-n27 {
  margin: -1.6875rem !important;
}
.m-px-n28 {
  margin: -1.75rem !important;
}
.m-px-n29 {
  margin: -1.8125rem !important;
}
.m-px-n30 {
  margin: -1.875rem !important;
}
.m-px-n31 {
  margin: -1.9375rem !important;
}
.m-px-n32 {
  margin: -2rem !important;
}
.m-px-n33 {
  margin: -2.0625rem !important;
}
.m-px-n34 {
  margin: -2.125rem !important;
}
.m-px-n35 {
  margin: -2.1875rem !important;
}
.m-px-n36 {
  margin: -2.25rem !important;
}
.m-px-n37 {
  margin: -2.3125rem !important;
}
.m-px-n38 {
  margin: -2.375rem !important;
}
.m-px-n39 {
  margin: -2.4375rem !important;
}
.m-px-n40 {
  margin: -2.5rem !important;
}
.m-px-n41 {
  margin: -2.5625rem !important;
}
.m-px-n42 {
  margin: -2.625rem !important;
}
.m-px-n43 {
  margin: -2.6875rem !important;
}
.m-px-n44 {
  margin: -2.75rem !important;
}
.m-px-n45 {
  margin: -2.8125rem !important;
}
.m-px-n46 {
  margin: -2.875rem !important;
}
.m-px-n47 {
  margin: -2.9375rem !important;
}
.m-px-n48 {
  margin: -3rem !important;
}
.m-px-n49 {
  margin: -3.0625rem !important;
}
.m-px-n50 {
  margin: -3.125rem !important;
}
.m-px-n51 {
  margin: -3.1875rem !important;
}
.m-px-n52 {
  margin: -3.25rem !important;
}
.m-px-n53 {
  margin: -3.3125rem !important;
}
.m-px-n54 {
  margin: -3.375rem !important;
}
.m-px-n56 {
  margin: -3.5rem !important;
}
.m-px-n57 {
  margin: -3.5625rem !important;
}
.m-px-n58 {
  margin: -3.625rem !important;
}
.m-px-n59 {
  margin: -3.6875rem !important;
}
.m-px-n60 {
  margin: -3.75rem !important;
}
.m-px-n61 {
  margin: -3.8125rem !important;
}
.m-px-n62 {
  margin: -3.875rem !important;
}
.m-px-n63 {
  margin: -3.9375rem !important;
}
.m-px-n64 {
  margin: -4rem !important;
}
.m-px-n68 {
  margin: -4.25rem !important;
}
.m-px-n70 {
  margin: -4.375rem !important;
}
.m-px-n80 {
  margin: -5rem !important;
}
.m-px-n82 {
  margin: -5.125rem !important;
}
.m-px-n83 {
  margin: -5.1875rem !important;
}
.m-px-n84 {
  margin: -5.25rem !important;
}
.m-px-n98 {
  margin: -6.125rem !important;
}
.m-px-n104 {
  margin: -6.5rem !important;
}
.m-px-n122 {
  margin: -7.625rem !important;
}
.m-px-n123 {
  margin: -7.6875rem !important;
}
.m-px-n147 {
  margin: -9.1875rem !important;
}
.m-px-n148 {
  margin: -9.25rem !important;
}
.m-px-n150 {
  margin: -9.375rem !important;
}
.m-px-n180 {
  margin: -11.25rem !important;
}
.m-px-n192 {
  margin: -12rem !important;
}
.m-px-n200 {
  margin: -12.5rem !important;
}
.m-px-n220 {
  margin: -13.75rem !important;
}
.m-px-n270 {
  margin: -16.875rem !important;
}
.m-px-n300 {
  margin: -18.75rem !important;
}
.m-px-n350 {
  margin: -21.875rem !important;
}
.m-px-n400 {
  margin: -25rem !important;
}
.m-px-n500 {
  margin: -31.25rem !important;
}
.m-px-n600 {
  margin: -37.5rem !important;
}
.mx-px-n1 {
  margin-inline-end: -0.0625rem !important;
  margin-inline-start: -0.0625rem !important;
}
.mx-px-n2 {
  margin-inline-end: -0.125rem !important;
  margin-inline-start: -0.125rem !important;
}
.mx-px-n3 {
  margin-inline-end: -0.1875rem !important;
  margin-inline-start: -0.1875rem !important;
}
.mx-px-n4 {
  margin-inline-end: -0.25rem !important;
  margin-inline-start: -0.25rem !important;
}
.mx-px-n5 {
  margin-inline-end: -0.3125rem !important;
  margin-inline-start: -0.3125rem !important;
}
.mx-px-n6 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}
.mx-px-n7 {
  margin-inline-end: -0.4375rem !important;
  margin-inline-start: -0.4375rem !important;
}
.mx-px-n8 {
  margin-inline-end: -0.5rem !important;
  margin-inline-start: -0.5rem !important;
}
.mx-px-n9 {
  margin-inline-end: -0.5625rem !important;
  margin-inline-start: -0.5625rem !important;
}
.mx-px-n10 {
  margin-inline-end: -0.625rem !important;
  margin-inline-start: -0.625rem !important;
}
.mx-px-n11 {
  margin-inline-end: -0.6875rem !important;
  margin-inline-start: -0.6875rem !important;
}
.mx-px-n12 {
  margin-inline-end: -0.75rem !important;
  margin-inline-start: -0.75rem !important;
}
.mx-px-n13 {
  margin-inline-end: -0.8125rem !important;
  margin-inline-start: -0.8125rem !important;
}
.mx-px-n14 {
  margin-inline-end: -0.875rem !important;
  margin-inline-start: -0.875rem !important;
}
.mx-px-n15 {
  margin-inline-end: -0.9375rem !important;
  margin-inline-start: -0.9375rem !important;
}
.mx-px-n16 {
  margin-inline-end: -1rem !important;
  margin-inline-start: -1rem !important;
}
.mx-px-n17 {
  margin-inline-end: -1.0625rem !important;
  margin-inline-start: -1.0625rem !important;
}
.mx-px-n18 {
  margin-inline-end: -1.125rem !important;
  margin-inline-start: -1.125rem !important;
}
.mx-px-n19 {
  margin-inline-end: -1.1875rem !important;
  margin-inline-start: -1.1875rem !important;
}
.mx-px-n20 {
  margin-inline-end: -1.25rem !important;
  margin-inline-start: -1.25rem !important;
}
.mx-px-n21 {
  margin-inline-end: -1.3125rem !important;
  margin-inline-start: -1.3125rem !important;
}
.mx-px-n22 {
  margin-inline-end: -1.375rem !important;
  margin-inline-start: -1.375rem !important;
}
.mx-px-n23 {
  margin-inline-end: -1.4375rem !important;
  margin-inline-start: -1.4375rem !important;
}
.mx-px-n24 {
  margin-inline-end: -1.5rem !important;
  margin-inline-start: -1.5rem !important;
}
.mx-px-n25 {
  margin-inline-end: -1.5625rem !important;
  margin-inline-start: -1.5625rem !important;
}
.mx-px-n26 {
  margin-inline-end: -1.625rem !important;
  margin-inline-start: -1.625rem !important;
}
.mx-px-n27 {
  margin-inline-end: -1.6875rem !important;
  margin-inline-start: -1.6875rem !important;
}
.mx-px-n28 {
  margin-inline-end: -1.75rem !important;
  margin-inline-start: -1.75rem !important;
}
.mx-px-n29 {
  margin-inline-end: -1.8125rem !important;
  margin-inline-start: -1.8125rem !important;
}
.mx-px-n30 {
  margin-inline-end: -1.875rem !important;
  margin-inline-start: -1.875rem !important;
}
.mx-px-n31 {
  margin-inline-end: -1.9375rem !important;
  margin-inline-start: -1.9375rem !important;
}
.mx-px-n32 {
  margin-inline-end: -2rem !important;
  margin-inline-start: -2rem !important;
}
.mx-px-n33 {
  margin-inline-end: -2.0625rem !important;
  margin-inline-start: -2.0625rem !important;
}
.mx-px-n34 {
  margin-inline-end: -2.125rem !important;
  margin-inline-start: -2.125rem !important;
}
.mx-px-n35 {
  margin-inline-end: -2.1875rem !important;
  margin-inline-start: -2.1875rem !important;
}
.mx-px-n36 {
  margin-inline-end: -2.25rem !important;
  margin-inline-start: -2.25rem !important;
}
.mx-px-n37 {
  margin-inline-end: -2.3125rem !important;
  margin-inline-start: -2.3125rem !important;
}
.mx-px-n38 {
  margin-inline-end: -2.375rem !important;
  margin-inline-start: -2.375rem !important;
}
.mx-px-n39 {
  margin-inline-end: -2.4375rem !important;
  margin-inline-start: -2.4375rem !important;
}
.mx-px-n40 {
  margin-inline-end: -2.5rem !important;
  margin-inline-start: -2.5rem !important;
}
.mx-px-n41 {
  margin-inline-end: -2.5625rem !important;
  margin-inline-start: -2.5625rem !important;
}
.mx-px-n42 {
  margin-inline-end: -2.625rem !important;
  margin-inline-start: -2.625rem !important;
}
.mx-px-n43 {
  margin-inline-end: -2.6875rem !important;
  margin-inline-start: -2.6875rem !important;
}
.mx-px-n44 {
  margin-inline-end: -2.75rem !important;
  margin-inline-start: -2.75rem !important;
}
.mx-px-n45 {
  margin-inline-end: -2.8125rem !important;
  margin-inline-start: -2.8125rem !important;
}
.mx-px-n46 {
  margin-inline-end: -2.875rem !important;
  margin-inline-start: -2.875rem !important;
}
.mx-px-n47 {
  margin-inline-end: -2.9375rem !important;
  margin-inline-start: -2.9375rem !important;
}
.mx-px-n48 {
  margin-inline-end: -3rem !important;
  margin-inline-start: -3rem !important;
}
.mx-px-n49 {
  margin-inline-end: -3.0625rem !important;
  margin-inline-start: -3.0625rem !important;
}
.mx-px-n50 {
  margin-inline-end: -3.125rem !important;
  margin-inline-start: -3.125rem !important;
}
.mx-px-n51 {
  margin-inline-end: -3.1875rem !important;
  margin-inline-start: -3.1875rem !important;
}
.mx-px-n52 {
  margin-inline-end: -3.25rem !important;
  margin-inline-start: -3.25rem !important;
}
.mx-px-n53 {
  margin-inline-end: -3.3125rem !important;
  margin-inline-start: -3.3125rem !important;
}
.mx-px-n54 {
  margin-inline-end: -3.375rem !important;
  margin-inline-start: -3.375rem !important;
}
.mx-px-n56 {
  margin-inline-end: -3.5rem !important;
  margin-inline-start: -3.5rem !important;
}
.mx-px-n57 {
  margin-inline-end: -3.5625rem !important;
  margin-inline-start: -3.5625rem !important;
}
.mx-px-n58 {
  margin-inline-end: -3.625rem !important;
  margin-inline-start: -3.625rem !important;
}
.mx-px-n59 {
  margin-inline-end: -3.6875rem !important;
  margin-inline-start: -3.6875rem !important;
}
.mx-px-n60 {
  margin-inline-end: -3.75rem !important;
  margin-inline-start: -3.75rem !important;
}
.mx-px-n61 {
  margin-inline-end: -3.8125rem !important;
  margin-inline-start: -3.8125rem !important;
}
.mx-px-n62 {
  margin-inline-end: -3.875rem !important;
  margin-inline-start: -3.875rem !important;
}
.mx-px-n63 {
  margin-inline-end: -3.9375rem !important;
  margin-inline-start: -3.9375rem !important;
}
.mx-px-n64 {
  margin-inline-end: -4rem !important;
  margin-inline-start: -4rem !important;
}
.mx-px-n68 {
  margin-inline-end: -4.25rem !important;
  margin-inline-start: -4.25rem !important;
}
.mx-px-n70 {
  margin-inline-end: -4.375rem !important;
  margin-inline-start: -4.375rem !important;
}
.mx-px-n80 {
  margin-inline-end: -5rem !important;
  margin-inline-start: -5rem !important;
}
.mx-px-n82 {
  margin-inline-end: -5.125rem !important;
  margin-inline-start: -5.125rem !important;
}
.mx-px-n83 {
  margin-inline-end: -5.1875rem !important;
  margin-inline-start: -5.1875rem !important;
}
.mx-px-n84 {
  margin-inline-end: -5.25rem !important;
  margin-inline-start: -5.25rem !important;
}
.mx-px-n98 {
  margin-inline-end: -6.125rem !important;
  margin-inline-start: -6.125rem !important;
}
.mx-px-n104 {
  margin-inline-end: -6.5rem !important;
  margin-inline-start: -6.5rem !important;
}
.mx-px-n122 {
  margin-inline-end: -7.625rem !important;
  margin-inline-start: -7.625rem !important;
}
.mx-px-n123 {
  margin-inline-end: -7.6875rem !important;
  margin-inline-start: -7.6875rem !important;
}
.mx-px-n147 {
  margin-inline-end: -9.1875rem !important;
  margin-inline-start: -9.1875rem !important;
}
.mx-px-n148 {
  margin-inline-end: -9.25rem !important;
  margin-inline-start: -9.25rem !important;
}
.mx-px-n150 {
  margin-inline-end: -9.375rem !important;
  margin-inline-start: -9.375rem !important;
}
.mx-px-n180 {
  margin-inline-end: -11.25rem !important;
  margin-inline-start: -11.25rem !important;
}
.mx-px-n192 {
  margin-inline-end: -12rem !important;
  margin-inline-start: -12rem !important;
}
.mx-px-n200 {
  margin-inline-end: -12.5rem !important;
  margin-inline-start: -12.5rem !important;
}
.mx-px-n220 {
  margin-inline-end: -13.75rem !important;
  margin-inline-start: -13.75rem !important;
}
.mx-px-n270 {
  margin-inline-end: -16.875rem !important;
  margin-inline-start: -16.875rem !important;
}
.mx-px-n300 {
  margin-inline-end: -18.75rem !important;
  margin-inline-start: -18.75rem !important;
}
.mx-px-n350 {
  margin-inline-end: -21.875rem !important;
  margin-inline-start: -21.875rem !important;
}
.mx-px-n400 {
  margin-inline-end: -25rem !important;
  margin-inline-start: -25rem !important;
}
.mx-px-n500 {
  margin-inline-end: -31.25rem !important;
  margin-inline-start: -31.25rem !important;
}
.mx-px-n600 {
  margin-inline-end: -37.5rem !important;
  margin-inline-start: -37.5rem !important;
}
.my-px-n1 {
  margin-block-end: -0.0625rem !important;
  margin-block-start: -0.0625rem !important;
}
.my-px-n2 {
  margin-block-end: -0.125rem !important;
  margin-block-start: -0.125rem !important;
}
.my-px-n3 {
  margin-block-end: -0.1875rem !important;
  margin-block-start: -0.1875rem !important;
}
.my-px-n4 {
  margin-block-end: -0.25rem !important;
  margin-block-start: -0.25rem !important;
}
.my-px-n5 {
  margin-block-end: -0.3125rem !important;
  margin-block-start: -0.3125rem !important;
}
.my-px-n6 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}
.my-px-n7 {
  margin-block-end: -0.4375rem !important;
  margin-block-start: -0.4375rem !important;
}
.my-px-n8 {
  margin-block-end: -0.5rem !important;
  margin-block-start: -0.5rem !important;
}
.my-px-n9 {
  margin-block-end: -0.5625rem !important;
  margin-block-start: -0.5625rem !important;
}
.my-px-n10 {
  margin-block-end: -0.625rem !important;
  margin-block-start: -0.625rem !important;
}
.my-px-n11 {
  margin-block-end: -0.6875rem !important;
  margin-block-start: -0.6875rem !important;
}
.my-px-n12 {
  margin-block-end: -0.75rem !important;
  margin-block-start: -0.75rem !important;
}
.my-px-n13 {
  margin-block-end: -0.8125rem !important;
  margin-block-start: -0.8125rem !important;
}
.my-px-n14 {
  margin-block-end: -0.875rem !important;
  margin-block-start: -0.875rem !important;
}
.my-px-n15 {
  margin-block-end: -0.9375rem !important;
  margin-block-start: -0.9375rem !important;
}
.my-px-n16 {
  margin-block-end: -1rem !important;
  margin-block-start: -1rem !important;
}
.my-px-n17 {
  margin-block-end: -1.0625rem !important;
  margin-block-start: -1.0625rem !important;
}
.my-px-n18 {
  margin-block-end: -1.125rem !important;
  margin-block-start: -1.125rem !important;
}
.my-px-n19 {
  margin-block-end: -1.1875rem !important;
  margin-block-start: -1.1875rem !important;
}
.my-px-n20 {
  margin-block-end: -1.25rem !important;
  margin-block-start: -1.25rem !important;
}
.my-px-n21 {
  margin-block-end: -1.3125rem !important;
  margin-block-start: -1.3125rem !important;
}
.my-px-n22 {
  margin-block-end: -1.375rem !important;
  margin-block-start: -1.375rem !important;
}
.my-px-n23 {
  margin-block-end: -1.4375rem !important;
  margin-block-start: -1.4375rem !important;
}
.my-px-n24 {
  margin-block-end: -1.5rem !important;
  margin-block-start: -1.5rem !important;
}
.my-px-n25 {
  margin-block-end: -1.5625rem !important;
  margin-block-start: -1.5625rem !important;
}
.my-px-n26 {
  margin-block-end: -1.625rem !important;
  margin-block-start: -1.625rem !important;
}
.my-px-n27 {
  margin-block-end: -1.6875rem !important;
  margin-block-start: -1.6875rem !important;
}
.my-px-n28 {
  margin-block-end: -1.75rem !important;
  margin-block-start: -1.75rem !important;
}
.my-px-n29 {
  margin-block-end: -1.8125rem !important;
  margin-block-start: -1.8125rem !important;
}
.my-px-n30 {
  margin-block-end: -1.875rem !important;
  margin-block-start: -1.875rem !important;
}
.my-px-n31 {
  margin-block-end: -1.9375rem !important;
  margin-block-start: -1.9375rem !important;
}
.my-px-n32 {
  margin-block-end: -2rem !important;
  margin-block-start: -2rem !important;
}
.my-px-n33 {
  margin-block-end: -2.0625rem !important;
  margin-block-start: -2.0625rem !important;
}
.my-px-n34 {
  margin-block-end: -2.125rem !important;
  margin-block-start: -2.125rem !important;
}
.my-px-n35 {
  margin-block-end: -2.1875rem !important;
  margin-block-start: -2.1875rem !important;
}
.my-px-n36 {
  margin-block-end: -2.25rem !important;
  margin-block-start: -2.25rem !important;
}
.my-px-n37 {
  margin-block-end: -2.3125rem !important;
  margin-block-start: -2.3125rem !important;
}
.my-px-n38 {
  margin-block-end: -2.375rem !important;
  margin-block-start: -2.375rem !important;
}
.my-px-n39 {
  margin-block-end: -2.4375rem !important;
  margin-block-start: -2.4375rem !important;
}
.my-px-n40 {
  margin-block-end: -2.5rem !important;
  margin-block-start: -2.5rem !important;
}
.my-px-n41 {
  margin-block-end: -2.5625rem !important;
  margin-block-start: -2.5625rem !important;
}
.my-px-n42 {
  margin-block-end: -2.625rem !important;
  margin-block-start: -2.625rem !important;
}
.my-px-n43 {
  margin-block-end: -2.6875rem !important;
  margin-block-start: -2.6875rem !important;
}
.my-px-n44 {
  margin-block-end: -2.75rem !important;
  margin-block-start: -2.75rem !important;
}
.my-px-n45 {
  margin-block-end: -2.8125rem !important;
  margin-block-start: -2.8125rem !important;
}
.my-px-n46 {
  margin-block-end: -2.875rem !important;
  margin-block-start: -2.875rem !important;
}
.my-px-n47 {
  margin-block-end: -2.9375rem !important;
  margin-block-start: -2.9375rem !important;
}
.my-px-n48 {
  margin-block-end: -3rem !important;
  margin-block-start: -3rem !important;
}
.my-px-n49 {
  margin-block-end: -3.0625rem !important;
  margin-block-start: -3.0625rem !important;
}
.my-px-n50 {
  margin-block-end: -3.125rem !important;
  margin-block-start: -3.125rem !important;
}
.my-px-n51 {
  margin-block-end: -3.1875rem !important;
  margin-block-start: -3.1875rem !important;
}
.my-px-n52 {
  margin-block-end: -3.25rem !important;
  margin-block-start: -3.25rem !important;
}
.my-px-n53 {
  margin-block-end: -3.3125rem !important;
  margin-block-start: -3.3125rem !important;
}
.my-px-n54 {
  margin-block-end: -3.375rem !important;
  margin-block-start: -3.375rem !important;
}
.my-px-n56 {
  margin-block-end: -3.5rem !important;
  margin-block-start: -3.5rem !important;
}
.my-px-n57 {
  margin-block-end: -3.5625rem !important;
  margin-block-start: -3.5625rem !important;
}
.my-px-n58 {
  margin-block-end: -3.625rem !important;
  margin-block-start: -3.625rem !important;
}
.my-px-n59 {
  margin-block-end: -3.6875rem !important;
  margin-block-start: -3.6875rem !important;
}
.my-px-n60 {
  margin-block-end: -3.75rem !important;
  margin-block-start: -3.75rem !important;
}
.my-px-n61 {
  margin-block-end: -3.8125rem !important;
  margin-block-start: -3.8125rem !important;
}
.my-px-n62 {
  margin-block-end: -3.875rem !important;
  margin-block-start: -3.875rem !important;
}
.my-px-n63 {
  margin-block-end: -3.9375rem !important;
  margin-block-start: -3.9375rem !important;
}
.my-px-n64 {
  margin-block-end: -4rem !important;
  margin-block-start: -4rem !important;
}
.my-px-n68 {
  margin-block-end: -4.25rem !important;
  margin-block-start: -4.25rem !important;
}
.my-px-n70 {
  margin-block-end: -4.375rem !important;
  margin-block-start: -4.375rem !important;
}
.my-px-n80 {
  margin-block-end: -5rem !important;
  margin-block-start: -5rem !important;
}
.my-px-n82 {
  margin-block-end: -5.125rem !important;
  margin-block-start: -5.125rem !important;
}
.my-px-n83 {
  margin-block-end: -5.1875rem !important;
  margin-block-start: -5.1875rem !important;
}
.my-px-n84 {
  margin-block-end: -5.25rem !important;
  margin-block-start: -5.25rem !important;
}
.my-px-n98 {
  margin-block-end: -6.125rem !important;
  margin-block-start: -6.125rem !important;
}
.my-px-n104 {
  margin-block-end: -6.5rem !important;
  margin-block-start: -6.5rem !important;
}
.my-px-n122 {
  margin-block-end: -7.625rem !important;
  margin-block-start: -7.625rem !important;
}
.my-px-n123 {
  margin-block-end: -7.6875rem !important;
  margin-block-start: -7.6875rem !important;
}
.my-px-n147 {
  margin-block-end: -9.1875rem !important;
  margin-block-start: -9.1875rem !important;
}
.my-px-n148 {
  margin-block-end: -9.25rem !important;
  margin-block-start: -9.25rem !important;
}
.my-px-n150 {
  margin-block-end: -9.375rem !important;
  margin-block-start: -9.375rem !important;
}
.my-px-n180 {
  margin-block-end: -11.25rem !important;
  margin-block-start: -11.25rem !important;
}
.my-px-n192 {
  margin-block-end: -12rem !important;
  margin-block-start: -12rem !important;
}
.my-px-n200 {
  margin-block-end: -12.5rem !important;
  margin-block-start: -12.5rem !important;
}
.my-px-n220 {
  margin-block-end: -13.75rem !important;
  margin-block-start: -13.75rem !important;
}
.my-px-n270 {
  margin-block-end: -16.875rem !important;
  margin-block-start: -16.875rem !important;
}
.my-px-n300 {
  margin-block-end: -18.75rem !important;
  margin-block-start: -18.75rem !important;
}
.my-px-n350 {
  margin-block-end: -21.875rem !important;
  margin-block-start: -21.875rem !important;
}
.my-px-n400 {
  margin-block-end: -25rem !important;
  margin-block-start: -25rem !important;
}
.my-px-n500 {
  margin-block-end: -31.25rem !important;
  margin-block-start: -31.25rem !important;
}
.my-px-n600 {
  margin-block-end: -37.5rem !important;
  margin-block-start: -37.5rem !important;
}
.mt-px-n1 {
  margin-block-start: -0.0625rem !important;
}
.mt-px-n2 {
  margin-block-start: -0.125rem !important;
}
.mt-px-n3 {
  margin-block-start: -0.1875rem !important;
}
.mt-px-n4 {
  margin-block-start: -0.25rem !important;
}
.mt-px-n5 {
  margin-block-start: -0.3125rem !important;
}
.mt-px-n6 {
  margin-block-start: -0.375rem !important;
}
.mt-px-n7 {
  margin-block-start: -0.4375rem !important;
}
.mt-px-n8 {
  margin-block-start: -0.5rem !important;
}
.mt-px-n9 {
  margin-block-start: -0.5625rem !important;
}
.mt-px-n10 {
  margin-block-start: -0.625rem !important;
}
.mt-px-n11 {
  margin-block-start: -0.6875rem !important;
}
.mt-px-n12 {
  margin-block-start: -0.75rem !important;
}
.mt-px-n13 {
  margin-block-start: -0.8125rem !important;
}
.mt-px-n14 {
  margin-block-start: -0.875rem !important;
}
.mt-px-n15 {
  margin-block-start: -0.9375rem !important;
}
.mt-px-n16 {
  margin-block-start: -1rem !important;
}
.mt-px-n17 {
  margin-block-start: -1.0625rem !important;
}
.mt-px-n18 {
  margin-block-start: -1.125rem !important;
}
.mt-px-n19 {
  margin-block-start: -1.1875rem !important;
}
.mt-px-n20 {
  margin-block-start: -1.25rem !important;
}
.mt-px-n21 {
  margin-block-start: -1.3125rem !important;
}
.mt-px-n22 {
  margin-block-start: -1.375rem !important;
}
.mt-px-n23 {
  margin-block-start: -1.4375rem !important;
}
.mt-px-n24 {
  margin-block-start: -1.5rem !important;
}
.mt-px-n25 {
  margin-block-start: -1.5625rem !important;
}
.mt-px-n26 {
  margin-block-start: -1.625rem !important;
}
.mt-px-n27 {
  margin-block-start: -1.6875rem !important;
}
.mt-px-n28 {
  margin-block-start: -1.75rem !important;
}
.mt-px-n29 {
  margin-block-start: -1.8125rem !important;
}
.mt-px-n30 {
  margin-block-start: -1.875rem !important;
}
.mt-px-n31 {
  margin-block-start: -1.9375rem !important;
}
.mt-px-n32 {
  margin-block-start: -2rem !important;
}
.mt-px-n33 {
  margin-block-start: -2.0625rem !important;
}
.mt-px-n34 {
  margin-block-start: -2.125rem !important;
}
.mt-px-n35 {
  margin-block-start: -2.1875rem !important;
}
.mt-px-n36 {
  margin-block-start: -2.25rem !important;
}
.mt-px-n37 {
  margin-block-start: -2.3125rem !important;
}
.mt-px-n38 {
  margin-block-start: -2.375rem !important;
}
.mt-px-n39 {
  margin-block-start: -2.4375rem !important;
}
.mt-px-n40 {
  margin-block-start: -2.5rem !important;
}
.mt-px-n41 {
  margin-block-start: -2.5625rem !important;
}
.mt-px-n42 {
  margin-block-start: -2.625rem !important;
}
.mt-px-n43 {
  margin-block-start: -2.6875rem !important;
}
.mt-px-n44 {
  margin-block-start: -2.75rem !important;
}
.mt-px-n45 {
  margin-block-start: -2.8125rem !important;
}
.mt-px-n46 {
  margin-block-start: -2.875rem !important;
}
.mt-px-n47 {
  margin-block-start: -2.9375rem !important;
}
.mt-px-n48 {
  margin-block-start: -3rem !important;
}
.mt-px-n49 {
  margin-block-start: -3.0625rem !important;
}
.mt-px-n50 {
  margin-block-start: -3.125rem !important;
}
.mt-px-n51 {
  margin-block-start: -3.1875rem !important;
}
.mt-px-n52 {
  margin-block-start: -3.25rem !important;
}
.mt-px-n53 {
  margin-block-start: -3.3125rem !important;
}
.mt-px-n54 {
  margin-block-start: -3.375rem !important;
}
.mt-px-n56 {
  margin-block-start: -3.5rem !important;
}
.mt-px-n57 {
  margin-block-start: -3.5625rem !important;
}
.mt-px-n58 {
  margin-block-start: -3.625rem !important;
}
.mt-px-n59 {
  margin-block-start: -3.6875rem !important;
}
.mt-px-n60 {
  margin-block-start: -3.75rem !important;
}
.mt-px-n61 {
  margin-block-start: -3.8125rem !important;
}
.mt-px-n62 {
  margin-block-start: -3.875rem !important;
}
.mt-px-n63 {
  margin-block-start: -3.9375rem !important;
}
.mt-px-n64 {
  margin-block-start: -4rem !important;
}
.mt-px-n68 {
  margin-block-start: -4.25rem !important;
}
.mt-px-n70 {
  margin-block-start: -4.375rem !important;
}
.mt-px-n80 {
  margin-block-start: -5rem !important;
}
.mt-px-n82 {
  margin-block-start: -5.125rem !important;
}
.mt-px-n83 {
  margin-block-start: -5.1875rem !important;
}
.mt-px-n84 {
  margin-block-start: -5.25rem !important;
}
.mt-px-n98 {
  margin-block-start: -6.125rem !important;
}
.mt-px-n104 {
  margin-block-start: -6.5rem !important;
}
.mt-px-n122 {
  margin-block-start: -7.625rem !important;
}
.mt-px-n123 {
  margin-block-start: -7.6875rem !important;
}
.mt-px-n147 {
  margin-block-start: -9.1875rem !important;
}
.mt-px-n148 {
  margin-block-start: -9.25rem !important;
}
.mt-px-n150 {
  margin-block-start: -9.375rem !important;
}
.mt-px-n180 {
  margin-block-start: -11.25rem !important;
}
.mt-px-n192 {
  margin-block-start: -12rem !important;
}
.mt-px-n200 {
  margin-block-start: -12.5rem !important;
}
.mt-px-n220 {
  margin-block-start: -13.75rem !important;
}
.mt-px-n270 {
  margin-block-start: -16.875rem !important;
}
.mt-px-n300 {
  margin-block-start: -18.75rem !important;
}
.mt-px-n350 {
  margin-block-start: -21.875rem !important;
}
.mt-px-n400 {
  margin-block-start: -25rem !important;
}
.mt-px-n500 {
  margin-block-start: -31.25rem !important;
}
.mt-px-n600 {
  margin-block-start: -37.5rem !important;
}
.me-px-n1 {
  margin-inline-end: -0.0625rem !important;
}
.me-px-n2 {
  margin-inline-end: -0.125rem !important;
}
.me-px-n3 {
  margin-inline-end: -0.1875rem !important;
}
.me-px-n4 {
  margin-inline-end: -0.25rem !important;
}
.me-px-n5 {
  margin-inline-end: -0.3125rem !important;
}
.me-px-n6 {
  margin-inline-end: -0.375rem !important;
}
.me-px-n7 {
  margin-inline-end: -0.4375rem !important;
}
.me-px-n8 {
  margin-inline-end: -0.5rem !important;
}
.me-px-n9 {
  margin-inline-end: -0.5625rem !important;
}
.me-px-n10 {
  margin-inline-end: -0.625rem !important;
}
.me-px-n11 {
  margin-inline-end: -0.6875rem !important;
}
.me-px-n12 {
  margin-inline-end: -0.75rem !important;
}
.me-px-n13 {
  margin-inline-end: -0.8125rem !important;
}
.me-px-n14 {
  margin-inline-end: -0.875rem !important;
}
.me-px-n15 {
  margin-inline-end: -0.9375rem !important;
}
.me-px-n16 {
  margin-inline-end: -1rem !important;
}
.me-px-n17 {
  margin-inline-end: -1.0625rem !important;
}
.me-px-n18 {
  margin-inline-end: -1.125rem !important;
}
.me-px-n19 {
  margin-inline-end: -1.1875rem !important;
}
.me-px-n20 {
  margin-inline-end: -1.25rem !important;
}
.me-px-n21 {
  margin-inline-end: -1.3125rem !important;
}
.me-px-n22 {
  margin-inline-end: -1.375rem !important;
}
.me-px-n23 {
  margin-inline-end: -1.4375rem !important;
}
.me-px-n24 {
  margin-inline-end: -1.5rem !important;
}
.me-px-n25 {
  margin-inline-end: -1.5625rem !important;
}
.me-px-n26 {
  margin-inline-end: -1.625rem !important;
}
.me-px-n27 {
  margin-inline-end: -1.6875rem !important;
}
.me-px-n28 {
  margin-inline-end: -1.75rem !important;
}
.me-px-n29 {
  margin-inline-end: -1.8125rem !important;
}
.me-px-n30 {
  margin-inline-end: -1.875rem !important;
}
.me-px-n31 {
  margin-inline-end: -1.9375rem !important;
}
.me-px-n32 {
  margin-inline-end: -2rem !important;
}
.me-px-n33 {
  margin-inline-end: -2.0625rem !important;
}
.me-px-n34 {
  margin-inline-end: -2.125rem !important;
}
.me-px-n35 {
  margin-inline-end: -2.1875rem !important;
}
.me-px-n36 {
  margin-inline-end: -2.25rem !important;
}
.me-px-n37 {
  margin-inline-end: -2.3125rem !important;
}
.me-px-n38 {
  margin-inline-end: -2.375rem !important;
}
.me-px-n39 {
  margin-inline-end: -2.4375rem !important;
}
.me-px-n40 {
  margin-inline-end: -2.5rem !important;
}
.me-px-n41 {
  margin-inline-end: -2.5625rem !important;
}
.me-px-n42 {
  margin-inline-end: -2.625rem !important;
}
.me-px-n43 {
  margin-inline-end: -2.6875rem !important;
}
.me-px-n44 {
  margin-inline-end: -2.75rem !important;
}
.me-px-n45 {
  margin-inline-end: -2.8125rem !important;
}
.me-px-n46 {
  margin-inline-end: -2.875rem !important;
}
.me-px-n47 {
  margin-inline-end: -2.9375rem !important;
}
.me-px-n48 {
  margin-inline-end: -3rem !important;
}
.me-px-n49 {
  margin-inline-end: -3.0625rem !important;
}
.me-px-n50 {
  margin-inline-end: -3.125rem !important;
}
.me-px-n51 {
  margin-inline-end: -3.1875rem !important;
}
.me-px-n52 {
  margin-inline-end: -3.25rem !important;
}
.me-px-n53 {
  margin-inline-end: -3.3125rem !important;
}
.me-px-n54 {
  margin-inline-end: -3.375rem !important;
}
.me-px-n56 {
  margin-inline-end: -3.5rem !important;
}
.me-px-n57 {
  margin-inline-end: -3.5625rem !important;
}
.me-px-n58 {
  margin-inline-end: -3.625rem !important;
}
.me-px-n59 {
  margin-inline-end: -3.6875rem !important;
}
.me-px-n60 {
  margin-inline-end: -3.75rem !important;
}
.me-px-n61 {
  margin-inline-end: -3.8125rem !important;
}
.me-px-n62 {
  margin-inline-end: -3.875rem !important;
}
.me-px-n63 {
  margin-inline-end: -3.9375rem !important;
}
.me-px-n64 {
  margin-inline-end: -4rem !important;
}
.me-px-n68 {
  margin-inline-end: -4.25rem !important;
}
.me-px-n70 {
  margin-inline-end: -4.375rem !important;
}
.me-px-n80 {
  margin-inline-end: -5rem !important;
}
.me-px-n82 {
  margin-inline-end: -5.125rem !important;
}
.me-px-n83 {
  margin-inline-end: -5.1875rem !important;
}
.me-px-n84 {
  margin-inline-end: -5.25rem !important;
}
.me-px-n98 {
  margin-inline-end: -6.125rem !important;
}
.me-px-n104 {
  margin-inline-end: -6.5rem !important;
}
.me-px-n122 {
  margin-inline-end: -7.625rem !important;
}
.me-px-n123 {
  margin-inline-end: -7.6875rem !important;
}
.me-px-n147 {
  margin-inline-end: -9.1875rem !important;
}
.me-px-n148 {
  margin-inline-end: -9.25rem !important;
}
.me-px-n150 {
  margin-inline-end: -9.375rem !important;
}
.me-px-n180 {
  margin-inline-end: -11.25rem !important;
}
.me-px-n192 {
  margin-inline-end: -12rem !important;
}
.me-px-n200 {
  margin-inline-end: -12.5rem !important;
}
.me-px-n220 {
  margin-inline-end: -13.75rem !important;
}
.me-px-n270 {
  margin-inline-end: -16.875rem !important;
}
.me-px-n300 {
  margin-inline-end: -18.75rem !important;
}
.me-px-n350 {
  margin-inline-end: -21.875rem !important;
}
.me-px-n400 {
  margin-inline-end: -25rem !important;
}
.me-px-n500 {
  margin-inline-end: -31.25rem !important;
}
.me-px-n600 {
  margin-inline-end: -37.5rem !important;
}
.mb-px-n1 {
  margin-block-end: -0.0625rem !important;
}
.mb-px-n2 {
  margin-block-end: -0.125rem !important;
}
.mb-px-n3 {
  margin-block-end: -0.1875rem !important;
}
.mb-px-n4 {
  margin-block-end: -0.25rem !important;
}
.mb-px-n5 {
  margin-block-end: -0.3125rem !important;
}
.mb-px-n6 {
  margin-block-end: -0.375rem !important;
}
.mb-px-n7 {
  margin-block-end: -0.4375rem !important;
}
.mb-px-n8 {
  margin-block-end: -0.5rem !important;
}
.mb-px-n9 {
  margin-block-end: -0.5625rem !important;
}
.mb-px-n10 {
  margin-block-end: -0.625rem !important;
}
.mb-px-n11 {
  margin-block-end: -0.6875rem !important;
}
.mb-px-n12 {
  margin-block-end: -0.75rem !important;
}
.mb-px-n13 {
  margin-block-end: -0.8125rem !important;
}
.mb-px-n14 {
  margin-block-end: -0.875rem !important;
}
.mb-px-n15 {
  margin-block-end: -0.9375rem !important;
}
.mb-px-n16 {
  margin-block-end: -1rem !important;
}
.mb-px-n17 {
  margin-block-end: -1.0625rem !important;
}
.mb-px-n18 {
  margin-block-end: -1.125rem !important;
}
.mb-px-n19 {
  margin-block-end: -1.1875rem !important;
}
.mb-px-n20 {
  margin-block-end: -1.25rem !important;
}
.mb-px-n21 {
  margin-block-end: -1.3125rem !important;
}
.mb-px-n22 {
  margin-block-end: -1.375rem !important;
}
.mb-px-n23 {
  margin-block-end: -1.4375rem !important;
}
.mb-px-n24 {
  margin-block-end: -1.5rem !important;
}
.mb-px-n25 {
  margin-block-end: -1.5625rem !important;
}
.mb-px-n26 {
  margin-block-end: -1.625rem !important;
}
.mb-px-n27 {
  margin-block-end: -1.6875rem !important;
}
.mb-px-n28 {
  margin-block-end: -1.75rem !important;
}
.mb-px-n29 {
  margin-block-end: -1.8125rem !important;
}
.mb-px-n30 {
  margin-block-end: -1.875rem !important;
}
.mb-px-n31 {
  margin-block-end: -1.9375rem !important;
}
.mb-px-n32 {
  margin-block-end: -2rem !important;
}
.mb-px-n33 {
  margin-block-end: -2.0625rem !important;
}
.mb-px-n34 {
  margin-block-end: -2.125rem !important;
}
.mb-px-n35 {
  margin-block-end: -2.1875rem !important;
}
.mb-px-n36 {
  margin-block-end: -2.25rem !important;
}
.mb-px-n37 {
  margin-block-end: -2.3125rem !important;
}
.mb-px-n38 {
  margin-block-end: -2.375rem !important;
}
.mb-px-n39 {
  margin-block-end: -2.4375rem !important;
}
.mb-px-n40 {
  margin-block-end: -2.5rem !important;
}
.mb-px-n41 {
  margin-block-end: -2.5625rem !important;
}
.mb-px-n42 {
  margin-block-end: -2.625rem !important;
}
.mb-px-n43 {
  margin-block-end: -2.6875rem !important;
}
.mb-px-n44 {
  margin-block-end: -2.75rem !important;
}
.mb-px-n45 {
  margin-block-end: -2.8125rem !important;
}
.mb-px-n46 {
  margin-block-end: -2.875rem !important;
}
.mb-px-n47 {
  margin-block-end: -2.9375rem !important;
}
.mb-px-n48 {
  margin-block-end: -3rem !important;
}
.mb-px-n49 {
  margin-block-end: -3.0625rem !important;
}
.mb-px-n50 {
  margin-block-end: -3.125rem !important;
}
.mb-px-n51 {
  margin-block-end: -3.1875rem !important;
}
.mb-px-n52 {
  margin-block-end: -3.25rem !important;
}
.mb-px-n53 {
  margin-block-end: -3.3125rem !important;
}
.mb-px-n54 {
  margin-block-end: -3.375rem !important;
}
.mb-px-n56 {
  margin-block-end: -3.5rem !important;
}
.mb-px-n57 {
  margin-block-end: -3.5625rem !important;
}
.mb-px-n58 {
  margin-block-end: -3.625rem !important;
}
.mb-px-n59 {
  margin-block-end: -3.6875rem !important;
}
.mb-px-n60 {
  margin-block-end: -3.75rem !important;
}
.mb-px-n61 {
  margin-block-end: -3.8125rem !important;
}
.mb-px-n62 {
  margin-block-end: -3.875rem !important;
}
.mb-px-n63 {
  margin-block-end: -3.9375rem !important;
}
.mb-px-n64 {
  margin-block-end: -4rem !important;
}
.mb-px-n68 {
  margin-block-end: -4.25rem !important;
}
.mb-px-n70 {
  margin-block-end: -4.375rem !important;
}
.mb-px-n80 {
  margin-block-end: -5rem !important;
}
.mb-px-n82 {
  margin-block-end: -5.125rem !important;
}
.mb-px-n83 {
  margin-block-end: -5.1875rem !important;
}
.mb-px-n84 {
  margin-block-end: -5.25rem !important;
}
.mb-px-n98 {
  margin-block-end: -6.125rem !important;
}
.mb-px-n104 {
  margin-block-end: -6.5rem !important;
}
.mb-px-n122 {
  margin-block-end: -7.625rem !important;
}
.mb-px-n123 {
  margin-block-end: -7.6875rem !important;
}
.mb-px-n147 {
  margin-block-end: -9.1875rem !important;
}
.mb-px-n148 {
  margin-block-end: -9.25rem !important;
}
.mb-px-n150 {
  margin-block-end: -9.375rem !important;
}
.mb-px-n180 {
  margin-block-end: -11.25rem !important;
}
.mb-px-n192 {
  margin-block-end: -12rem !important;
}
.mb-px-n200 {
  margin-block-end: -12.5rem !important;
}
.mb-px-n220 {
  margin-block-end: -13.75rem !important;
}
.mb-px-n270 {
  margin-block-end: -16.875rem !important;
}
.mb-px-n300 {
  margin-block-end: -18.75rem !important;
}
.mb-px-n350 {
  margin-block-end: -21.875rem !important;
}
.mb-px-n400 {
  margin-block-end: -25rem !important;
}
.mb-px-n500 {
  margin-block-end: -31.25rem !important;
}
.mb-px-n600 {
  margin-block-end: -37.5rem !important;
}
.ms-px-n1 {
  margin-inline-start: -0.0625rem !important;
}
.ms-px-n2 {
  margin-inline-start: -0.125rem !important;
}
.ms-px-n3 {
  margin-inline-start: -0.1875rem !important;
}
.ms-px-n4 {
  margin-inline-start: -0.25rem !important;
}
.ms-px-n5 {
  margin-inline-start: -0.3125rem !important;
}
.ms-px-n6 {
  margin-inline-start: -0.375rem !important;
}
.ms-px-n7 {
  margin-inline-start: -0.4375rem !important;
}
.ms-px-n8 {
  margin-inline-start: -0.5rem !important;
}
.ms-px-n9 {
  margin-inline-start: -0.5625rem !important;
}
.ms-px-n10 {
  margin-inline-start: -0.625rem !important;
}
.ms-px-n11 {
  margin-inline-start: -0.6875rem !important;
}
.ms-px-n12 {
  margin-inline-start: -0.75rem !important;
}
.ms-px-n13 {
  margin-inline-start: -0.8125rem !important;
}
.ms-px-n14 {
  margin-inline-start: -0.875rem !important;
}
.ms-px-n15 {
  margin-inline-start: -0.9375rem !important;
}
.ms-px-n16 {
  margin-inline-start: -1rem !important;
}
.ms-px-n17 {
  margin-inline-start: -1.0625rem !important;
}
.ms-px-n18 {
  margin-inline-start: -1.125rem !important;
}
.ms-px-n19 {
  margin-inline-start: -1.1875rem !important;
}
.ms-px-n20 {
  margin-inline-start: -1.25rem !important;
}
.ms-px-n21 {
  margin-inline-start: -1.3125rem !important;
}
.ms-px-n22 {
  margin-inline-start: -1.375rem !important;
}
.ms-px-n23 {
  margin-inline-start: -1.4375rem !important;
}
.ms-px-n24 {
  margin-inline-start: -1.5rem !important;
}
.ms-px-n25 {
  margin-inline-start: -1.5625rem !important;
}
.ms-px-n26 {
  margin-inline-start: -1.625rem !important;
}
.ms-px-n27 {
  margin-inline-start: -1.6875rem !important;
}
.ms-px-n28 {
  margin-inline-start: -1.75rem !important;
}
.ms-px-n29 {
  margin-inline-start: -1.8125rem !important;
}
.ms-px-n30 {
  margin-inline-start: -1.875rem !important;
}
.ms-px-n31 {
  margin-inline-start: -1.9375rem !important;
}
.ms-px-n32 {
  margin-inline-start: -2rem !important;
}
.ms-px-n33 {
  margin-inline-start: -2.0625rem !important;
}
.ms-px-n34 {
  margin-inline-start: -2.125rem !important;
}
.ms-px-n35 {
  margin-inline-start: -2.1875rem !important;
}
.ms-px-n36 {
  margin-inline-start: -2.25rem !important;
}
.ms-px-n37 {
  margin-inline-start: -2.3125rem !important;
}
.ms-px-n38 {
  margin-inline-start: -2.375rem !important;
}
.ms-px-n39 {
  margin-inline-start: -2.4375rem !important;
}
.ms-px-n40 {
  margin-inline-start: -2.5rem !important;
}
.ms-px-n41 {
  margin-inline-start: -2.5625rem !important;
}
.ms-px-n42 {
  margin-inline-start: -2.625rem !important;
}
.ms-px-n43 {
  margin-inline-start: -2.6875rem !important;
}
.ms-px-n44 {
  margin-inline-start: -2.75rem !important;
}
.ms-px-n45 {
  margin-inline-start: -2.8125rem !important;
}
.ms-px-n46 {
  margin-inline-start: -2.875rem !important;
}
.ms-px-n47 {
  margin-inline-start: -2.9375rem !important;
}
.ms-px-n48 {
  margin-inline-start: -3rem !important;
}
.ms-px-n49 {
  margin-inline-start: -3.0625rem !important;
}
.ms-px-n50 {
  margin-inline-start: -3.125rem !important;
}
.ms-px-n51 {
  margin-inline-start: -3.1875rem !important;
}
.ms-px-n52 {
  margin-inline-start: -3.25rem !important;
}
.ms-px-n53 {
  margin-inline-start: -3.3125rem !important;
}
.ms-px-n54 {
  margin-inline-start: -3.375rem !important;
}
.ms-px-n56 {
  margin-inline-start: -3.5rem !important;
}
.ms-px-n57 {
  margin-inline-start: -3.5625rem !important;
}
.ms-px-n58 {
  margin-inline-start: -3.625rem !important;
}
.ms-px-n59 {
  margin-inline-start: -3.6875rem !important;
}
.ms-px-n60 {
  margin-inline-start: -3.75rem !important;
}
.ms-px-n61 {
  margin-inline-start: -3.8125rem !important;
}
.ms-px-n62 {
  margin-inline-start: -3.875rem !important;
}
.ms-px-n63 {
  margin-inline-start: -3.9375rem !important;
}
.ms-px-n64 {
  margin-inline-start: -4rem !important;
}
.ms-px-n68 {
  margin-inline-start: -4.25rem !important;
}
.ms-px-n70 {
  margin-inline-start: -4.375rem !important;
}
.ms-px-n80 {
  margin-inline-start: -5rem !important;
}
.ms-px-n82 {
  margin-inline-start: -5.125rem !important;
}
.ms-px-n83 {
  margin-inline-start: -5.1875rem !important;
}
.ms-px-n84 {
  margin-inline-start: -5.25rem !important;
}
.ms-px-n98 {
  margin-inline-start: -6.125rem !important;
}
.ms-px-n104 {
  margin-inline-start: -6.5rem !important;
}
.ms-px-n122 {
  margin-inline-start: -7.625rem !important;
}
.ms-px-n123 {
  margin-inline-start: -7.6875rem !important;
}
.ms-px-n147 {
  margin-inline-start: -9.1875rem !important;
}
.ms-px-n148 {
  margin-inline-start: -9.25rem !important;
}
.ms-px-n150 {
  margin-inline-start: -9.375rem !important;
}
.ms-px-n180 {
  margin-inline-start: -11.25rem !important;
}
.ms-px-n192 {
  margin-inline-start: -12rem !important;
}
.ms-px-n200 {
  margin-inline-start: -12.5rem !important;
}
.ms-px-n220 {
  margin-inline-start: -13.75rem !important;
}
.ms-px-n270 {
  margin-inline-start: -16.875rem !important;
}
.ms-px-n300 {
  margin-inline-start: -18.75rem !important;
}
.ms-px-n350 {
  margin-inline-start: -21.875rem !important;
}
.ms-px-n400 {
  margin-inline-start: -25rem !important;
}
.ms-px-n500 {
  margin-inline-start: -31.25rem !important;
}
.ms-px-n600 {
  margin-inline-start: -37.5rem !important;
}
.m-rem-unset {
  margin: unset !important;
}
.m-rem-1 {
  margin: 1rem !important;
}
.m-rem-2 {
  margin: 2rem !important;
}
.m-rem-3 {
  margin: 3rem !important;
}
.m-rem-4 {
  margin: 4rem !important;
}
.m-rem-5 {
  margin: 5rem !important;
}
.m-rem-7 {
  margin: 7rem !important;
}
.m-rem-8 {
  margin: 8rem !important;
}
.m-rem-9 {
  margin: 9rem !important;
}
.m-rem-10 {
  margin: 10rem !important;
}
.m-rem-11 {
  margin: 11rem !important;
}
.m-rem-12 {
  margin: 12rem !important;
}
.m-rem-13 {
  margin: 13rem !important;
}
.m-rem-14 {
  margin: 14rem !important;
}
.m-rem-15 {
  margin: 15rem !important;
}
.m-rem-16 {
  margin: 16rem !important;
}
.m-rem-17 {
  margin: 17rem !important;
}
.m-rem-18 {
  margin: 18rem !important;
}
.m-rem-19 {
  margin: 19rem !important;
}
.m-rem-20 {
  margin: 20rem !important;
}
.m-rem-23 {
  margin: 23rem !important;
}
.m-rem-25 {
  margin: 25rem !important;
}
.m-rem-30 {
  margin: 30rem !important;
}
.m-rem-31 {
  margin: 31rem !important;
}
.m-rem-32 {
  margin: 32rem !important;
}
.m-rem-33 {
  margin: 33rem !important;
}
.m-rem-34 {
  margin: 34rem !important;
}
.m-rem-35 {
  margin: 35rem !important;
}
.m-rem-36 {
  margin: 36rem !important;
}
.m-rem-37 {
  margin: 37rem !important;
}
.m-rem-38 {
  margin: 38rem !important;
}
.m-rem-39 {
  margin: 39rem !important;
}
.m-rem-40 {
  margin: 40rem !important;
}
.m-rem-41 {
  margin: 41rem !important;
}
.m-rem-42 {
  margin: 42rem !important;
}
.m-rem-43 {
  margin: 43rem !important;
}
.m-rem-44 {
  margin: 44rem !important;
}
.m-rem-45 {
  margin: 45rem !important;
}
.m-rem-46 {
  margin: 46rem !important;
}
.m-rem-47 {
  margin: 47rem !important;
}
.m-rem-48 {
  margin: 48rem !important;
}
.m-rem-49 {
  margin: 49rem !important;
}
.m-rem-50 {
  margin: 50rem !important;
}
.m-rem-51 {
  margin: 51rem !important;
}
.m-rem-52 {
  margin: 52rem !important;
}
.m-rem-53 {
  margin: 53rem !important;
}
.m-rem-54 {
  margin: 54rem !important;
}
.m-rem-55 {
  margin: 55rem !important;
}
.m-rem-56 {
  margin: 56rem !important;
}
.m-rem-57 {
  margin: 57rem !important;
}
.m-rem-58 {
  margin: 58rem !important;
}
.m-rem-59 {
  margin: 59rem !important;
}
.m-rem-60 {
  margin: 60rem !important;
}
.m-rem-61 {
  margin: 61rem !important;
}
.m-rem-62 {
  margin: 62rem !important;
}
.m-rem-63 {
  margin: 63rem !important;
}
.m-rem-64 {
  margin: 64rem !important;
}
.m-rem-65 {
  margin: 65rem !important;
}
.m-rem-66 {
  margin: 66rem !important;
}
.m-rem-67 {
  margin: 67rem !important;
}
.m-rem-68 {
  margin: 68rem !important;
}
.m-rem-69 {
  margin: 69rem !important;
}
.m-rem-70 {
  margin: 70rem !important;
}
.m-rem-71 {
  margin: 71rem !important;
}
.m-rem-72 {
  margin: 72rem !important;
}
.m-rem-73 {
  margin: 73rem !important;
}
.m-rem-74 {
  margin: 74rem !important;
}
.m-rem-75 {
  margin: 75rem !important;
}
.m-rem-76 {
  margin: 76rem !important;
}
.m-rem-77 {
  margin: 77rem !important;
}
.m-rem-78 {
  margin: 78rem !important;
}
.m-rem-79 {
  margin: 79rem !important;
}
.m-rem-80 {
  margin: 80rem !important;
}
.m-rem-95 {
  margin: 95rem !important;
}
.m-rem-96 {
  margin: 96rem !important;
}
.m-rem-97 {
  margin: 97rem !important;
}
.m-rem-100 {
  margin: 100% !important;
}
.m-rem-auto {
  margin: auto !important;
}
.mx-rem-unset {
  margin-inline-end: unset !important;
  margin-inline-start: unset !important;
}
.mx-rem-1 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}
.mx-rem-2 {
  margin-inline-end: 2rem !important;
  margin-inline-start: 2rem !important;
}
.mx-rem-3 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important;
}
.mx-rem-4 {
  margin-inline-end: 4rem !important;
  margin-inline-start: 4rem !important;
}
.mx-rem-5 {
  margin-inline-end: 5rem !important;
  margin-inline-start: 5rem !important;
}
.mx-rem-7 {
  margin-inline-end: 7rem !important;
  margin-inline-start: 7rem !important;
}
.mx-rem-8 {
  margin-inline-end: 8rem !important;
  margin-inline-start: 8rem !important;
}
.mx-rem-9 {
  margin-inline-end: 9rem !important;
  margin-inline-start: 9rem !important;
}
.mx-rem-10 {
  margin-inline-end: 10rem !important;
  margin-inline-start: 10rem !important;
}
.mx-rem-11 {
  margin-inline-end: 11rem !important;
  margin-inline-start: 11rem !important;
}
.mx-rem-12 {
  margin-inline-end: 12rem !important;
  margin-inline-start: 12rem !important;
}
.mx-rem-13 {
  margin-inline-end: 13rem !important;
  margin-inline-start: 13rem !important;
}
.mx-rem-14 {
  margin-inline-end: 14rem !important;
  margin-inline-start: 14rem !important;
}
.mx-rem-15 {
  margin-inline-end: 15rem !important;
  margin-inline-start: 15rem !important;
}
.mx-rem-16 {
  margin-inline-end: 16rem !important;
  margin-inline-start: 16rem !important;
}
.mx-rem-17 {
  margin-inline-end: 17rem !important;
  margin-inline-start: 17rem !important;
}
.mx-rem-18 {
  margin-inline-end: 18rem !important;
  margin-inline-start: 18rem !important;
}
.mx-rem-19 {
  margin-inline-end: 19rem !important;
  margin-inline-start: 19rem !important;
}
.mx-rem-20 {
  margin-inline-end: 20rem !important;
  margin-inline-start: 20rem !important;
}
.mx-rem-23 {
  margin-inline-end: 23rem !important;
  margin-inline-start: 23rem !important;
}
.mx-rem-25 {
  margin-inline-end: 25rem !important;
  margin-inline-start: 25rem !important;
}
.mx-rem-30 {
  margin-inline-end: 30rem !important;
  margin-inline-start: 30rem !important;
}
.mx-rem-31 {
  margin-inline-end: 31rem !important;
  margin-inline-start: 31rem !important;
}
.mx-rem-32 {
  margin-inline-end: 32rem !important;
  margin-inline-start: 32rem !important;
}
.mx-rem-33 {
  margin-inline-end: 33rem !important;
  margin-inline-start: 33rem !important;
}
.mx-rem-34 {
  margin-inline-end: 34rem !important;
  margin-inline-start: 34rem !important;
}
.mx-rem-35 {
  margin-inline-end: 35rem !important;
  margin-inline-start: 35rem !important;
}
.mx-rem-36 {
  margin-inline-end: 36rem !important;
  margin-inline-start: 36rem !important;
}
.mx-rem-37 {
  margin-inline-end: 37rem !important;
  margin-inline-start: 37rem !important;
}
.mx-rem-38 {
  margin-inline-end: 38rem !important;
  margin-inline-start: 38rem !important;
}
.mx-rem-39 {
  margin-inline-end: 39rem !important;
  margin-inline-start: 39rem !important;
}
.mx-rem-40 {
  margin-inline-end: 40rem !important;
  margin-inline-start: 40rem !important;
}
.mx-rem-41 {
  margin-inline-end: 41rem !important;
  margin-inline-start: 41rem !important;
}
.mx-rem-42 {
  margin-inline-end: 42rem !important;
  margin-inline-start: 42rem !important;
}
.mx-rem-43 {
  margin-inline-end: 43rem !important;
  margin-inline-start: 43rem !important;
}
.mx-rem-44 {
  margin-inline-end: 44rem !important;
  margin-inline-start: 44rem !important;
}
.mx-rem-45 {
  margin-inline-end: 45rem !important;
  margin-inline-start: 45rem !important;
}
.mx-rem-46 {
  margin-inline-end: 46rem !important;
  margin-inline-start: 46rem !important;
}
.mx-rem-47 {
  margin-inline-end: 47rem !important;
  margin-inline-start: 47rem !important;
}
.mx-rem-48 {
  margin-inline-end: 48rem !important;
  margin-inline-start: 48rem !important;
}
.mx-rem-49 {
  margin-inline-end: 49rem !important;
  margin-inline-start: 49rem !important;
}
.mx-rem-50 {
  margin-inline-end: 50rem !important;
  margin-inline-start: 50rem !important;
}
.mx-rem-51 {
  margin-inline-end: 51rem !important;
  margin-inline-start: 51rem !important;
}
.mx-rem-52 {
  margin-inline-end: 52rem !important;
  margin-inline-start: 52rem !important;
}
.mx-rem-53 {
  margin-inline-end: 53rem !important;
  margin-inline-start: 53rem !important;
}
.mx-rem-54 {
  margin-inline-end: 54rem !important;
  margin-inline-start: 54rem !important;
}
.mx-rem-55 {
  margin-inline-end: 55rem !important;
  margin-inline-start: 55rem !important;
}
.mx-rem-56 {
  margin-inline-end: 56rem !important;
  margin-inline-start: 56rem !important;
}
.mx-rem-57 {
  margin-inline-end: 57rem !important;
  margin-inline-start: 57rem !important;
}
.mx-rem-58 {
  margin-inline-end: 58rem !important;
  margin-inline-start: 58rem !important;
}
.mx-rem-59 {
  margin-inline-end: 59rem !important;
  margin-inline-start: 59rem !important;
}
.mx-rem-60 {
  margin-inline-end: 60rem !important;
  margin-inline-start: 60rem !important;
}
.mx-rem-61 {
  margin-inline-end: 61rem !important;
  margin-inline-start: 61rem !important;
}
.mx-rem-62 {
  margin-inline-end: 62rem !important;
  margin-inline-start: 62rem !important;
}
.mx-rem-63 {
  margin-inline-end: 63rem !important;
  margin-inline-start: 63rem !important;
}
.mx-rem-64 {
  margin-inline-end: 64rem !important;
  margin-inline-start: 64rem !important;
}
.mx-rem-65 {
  margin-inline-end: 65rem !important;
  margin-inline-start: 65rem !important;
}
.mx-rem-66 {
  margin-inline-end: 66rem !important;
  margin-inline-start: 66rem !important;
}
.mx-rem-67 {
  margin-inline-end: 67rem !important;
  margin-inline-start: 67rem !important;
}
.mx-rem-68 {
  margin-inline-end: 68rem !important;
  margin-inline-start: 68rem !important;
}
.mx-rem-69 {
  margin-inline-end: 69rem !important;
  margin-inline-start: 69rem !important;
}
.mx-rem-70 {
  margin-inline-end: 70rem !important;
  margin-inline-start: 70rem !important;
}
.mx-rem-71 {
  margin-inline-end: 71rem !important;
  margin-inline-start: 71rem !important;
}
.mx-rem-72 {
  margin-inline-end: 72rem !important;
  margin-inline-start: 72rem !important;
}
.mx-rem-73 {
  margin-inline-end: 73rem !important;
  margin-inline-start: 73rem !important;
}
.mx-rem-74 {
  margin-inline-end: 74rem !important;
  margin-inline-start: 74rem !important;
}
.mx-rem-75 {
  margin-inline-end: 75rem !important;
  margin-inline-start: 75rem !important;
}
.mx-rem-76 {
  margin-inline-end: 76rem !important;
  margin-inline-start: 76rem !important;
}
.mx-rem-77 {
  margin-inline-end: 77rem !important;
  margin-inline-start: 77rem !important;
}
.mx-rem-78 {
  margin-inline-end: 78rem !important;
  margin-inline-start: 78rem !important;
}
.mx-rem-79 {
  margin-inline-end: 79rem !important;
  margin-inline-start: 79rem !important;
}
.mx-rem-80 {
  margin-inline-end: 80rem !important;
  margin-inline-start: 80rem !important;
}
.mx-rem-95 {
  margin-inline-end: 95rem !important;
  margin-inline-start: 95rem !important;
}
.mx-rem-96 {
  margin-inline-end: 96rem !important;
  margin-inline-start: 96rem !important;
}
.mx-rem-97 {
  margin-inline-end: 97rem !important;
  margin-inline-start: 97rem !important;
}
.mx-rem-100 {
  margin-inline-end: 100% !important;
  margin-inline-start: 100% !important;
}
.mx-rem-auto {
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
}
.mx-rem-unset {
  margin-block-start: unset !important;
  margin-block-end: unset !important;
}
.mx-rem-1 {
  margin-block-start: 1rem !important;
  margin-block-end: 1rem !important;
}
.mx-rem-2 {
  margin-block-start: 2rem !important;
  margin-block-end: 2rem !important;
}
.mx-rem-3 {
  margin-block-start: 3rem !important;
  margin-block-end: 3rem !important;
}
.mx-rem-4 {
  margin-block-start: 4rem !important;
  margin-block-end: 4rem !important;
}
.mx-rem-5 {
  margin-block-start: 5rem !important;
  margin-block-end: 5rem !important;
}
.mx-rem-7 {
  margin-block-start: 7rem !important;
  margin-block-end: 7rem !important;
}
.mx-rem-8 {
  margin-block-start: 8rem !important;
  margin-block-end: 8rem !important;
}
.mx-rem-9 {
  margin-block-start: 9rem !important;
  margin-block-end: 9rem !important;
}
.mx-rem-10 {
  margin-block-start: 10rem !important;
  margin-block-end: 10rem !important;
}
.mx-rem-11 {
  margin-block-start: 11rem !important;
  margin-block-end: 11rem !important;
}
.mx-rem-12 {
  margin-block-start: 12rem !important;
  margin-block-end: 12rem !important;
}
.mx-rem-13 {
  margin-block-start: 13rem !important;
  margin-block-end: 13rem !important;
}
.mx-rem-14 {
  margin-block-start: 14rem !important;
  margin-block-end: 14rem !important;
}
.mx-rem-15 {
  margin-block-start: 15rem !important;
  margin-block-end: 15rem !important;
}
.mx-rem-16 {
  margin-block-start: 16rem !important;
  margin-block-end: 16rem !important;
}
.mx-rem-17 {
  margin-block-start: 17rem !important;
  margin-block-end: 17rem !important;
}
.mx-rem-18 {
  margin-block-start: 18rem !important;
  margin-block-end: 18rem !important;
}
.mx-rem-19 {
  margin-block-start: 19rem !important;
  margin-block-end: 19rem !important;
}
.mx-rem-20 {
  margin-block-start: 20rem !important;
  margin-block-end: 20rem !important;
}
.mx-rem-23 {
  margin-block-start: 23rem !important;
  margin-block-end: 23rem !important;
}
.mx-rem-25 {
  margin-block-start: 25rem !important;
  margin-block-end: 25rem !important;
}
.mx-rem-30 {
  margin-block-start: 30rem !important;
  margin-block-end: 30rem !important;
}
.mx-rem-31 {
  margin-block-start: 31rem !important;
  margin-block-end: 31rem !important;
}
.mx-rem-32 {
  margin-block-start: 32rem !important;
  margin-block-end: 32rem !important;
}
.mx-rem-33 {
  margin-block-start: 33rem !important;
  margin-block-end: 33rem !important;
}
.mx-rem-34 {
  margin-block-start: 34rem !important;
  margin-block-end: 34rem !important;
}
.mx-rem-35 {
  margin-block-start: 35rem !important;
  margin-block-end: 35rem !important;
}
.mx-rem-36 {
  margin-block-start: 36rem !important;
  margin-block-end: 36rem !important;
}
.mx-rem-37 {
  margin-block-start: 37rem !important;
  margin-block-end: 37rem !important;
}
.mx-rem-38 {
  margin-block-start: 38rem !important;
  margin-block-end: 38rem !important;
}
.mx-rem-39 {
  margin-block-start: 39rem !important;
  margin-block-end: 39rem !important;
}
.mx-rem-40 {
  margin-block-start: 40rem !important;
  margin-block-end: 40rem !important;
}
.mx-rem-41 {
  margin-block-start: 41rem !important;
  margin-block-end: 41rem !important;
}
.mx-rem-42 {
  margin-block-start: 42rem !important;
  margin-block-end: 42rem !important;
}
.mx-rem-43 {
  margin-block-start: 43rem !important;
  margin-block-end: 43rem !important;
}
.mx-rem-44 {
  margin-block-start: 44rem !important;
  margin-block-end: 44rem !important;
}
.mx-rem-45 {
  margin-block-start: 45rem !important;
  margin-block-end: 45rem !important;
}
.mx-rem-46 {
  margin-block-start: 46rem !important;
  margin-block-end: 46rem !important;
}
.mx-rem-47 {
  margin-block-start: 47rem !important;
  margin-block-end: 47rem !important;
}
.mx-rem-48 {
  margin-block-start: 48rem !important;
  margin-block-end: 48rem !important;
}
.mx-rem-49 {
  margin-block-start: 49rem !important;
  margin-block-end: 49rem !important;
}
.mx-rem-50 {
  margin-block-start: 50rem !important;
  margin-block-end: 50rem !important;
}
.mx-rem-51 {
  margin-block-start: 51rem !important;
  margin-block-end: 51rem !important;
}
.mx-rem-52 {
  margin-block-start: 52rem !important;
  margin-block-end: 52rem !important;
}
.mx-rem-53 {
  margin-block-start: 53rem !important;
  margin-block-end: 53rem !important;
}
.mx-rem-54 {
  margin-block-start: 54rem !important;
  margin-block-end: 54rem !important;
}
.mx-rem-55 {
  margin-block-start: 55rem !important;
  margin-block-end: 55rem !important;
}
.mx-rem-56 {
  margin-block-start: 56rem !important;
  margin-block-end: 56rem !important;
}
.mx-rem-57 {
  margin-block-start: 57rem !important;
  margin-block-end: 57rem !important;
}
.mx-rem-58 {
  margin-block-start: 58rem !important;
  margin-block-end: 58rem !important;
}
.mx-rem-59 {
  margin-block-start: 59rem !important;
  margin-block-end: 59rem !important;
}
.mx-rem-60 {
  margin-block-start: 60rem !important;
  margin-block-end: 60rem !important;
}
.mx-rem-61 {
  margin-block-start: 61rem !important;
  margin-block-end: 61rem !important;
}
.mx-rem-62 {
  margin-block-start: 62rem !important;
  margin-block-end: 62rem !important;
}
.mx-rem-63 {
  margin-block-start: 63rem !important;
  margin-block-end: 63rem !important;
}
.mx-rem-64 {
  margin-block-start: 64rem !important;
  margin-block-end: 64rem !important;
}
.mx-rem-65 {
  margin-block-start: 65rem !important;
  margin-block-end: 65rem !important;
}
.mx-rem-66 {
  margin-block-start: 66rem !important;
  margin-block-end: 66rem !important;
}
.mx-rem-67 {
  margin-block-start: 67rem !important;
  margin-block-end: 67rem !important;
}
.mx-rem-68 {
  margin-block-start: 68rem !important;
  margin-block-end: 68rem !important;
}
.mx-rem-69 {
  margin-block-start: 69rem !important;
  margin-block-end: 69rem !important;
}
.mx-rem-70 {
  margin-block-start: 70rem !important;
  margin-block-end: 70rem !important;
}
.mx-rem-71 {
  margin-block-start: 71rem !important;
  margin-block-end: 71rem !important;
}
.mx-rem-72 {
  margin-block-start: 72rem !important;
  margin-block-end: 72rem !important;
}
.mx-rem-73 {
  margin-block-start: 73rem !important;
  margin-block-end: 73rem !important;
}
.mx-rem-74 {
  margin-block-start: 74rem !important;
  margin-block-end: 74rem !important;
}
.mx-rem-75 {
  margin-block-start: 75rem !important;
  margin-block-end: 75rem !important;
}
.mx-rem-76 {
  margin-block-start: 76rem !important;
  margin-block-end: 76rem !important;
}
.mx-rem-77 {
  margin-block-start: 77rem !important;
  margin-block-end: 77rem !important;
}
.mx-rem-78 {
  margin-block-start: 78rem !important;
  margin-block-end: 78rem !important;
}
.mx-rem-79 {
  margin-block-start: 79rem !important;
  margin-block-end: 79rem !important;
}
.mx-rem-80 {
  margin-block-start: 80rem !important;
  margin-block-end: 80rem !important;
}
.mx-rem-95 {
  margin-block-start: 95rem !important;
  margin-block-end: 95rem !important;
}
.mx-rem-96 {
  margin-block-start: 96rem !important;
  margin-block-end: 96rem !important;
}
.mx-rem-97 {
  margin-block-start: 97rem !important;
  margin-block-end: 97rem !important;
}
.mx-rem-100 {
  margin-block-start: 100% !important;
  margin-block-end: 100% !important;
}
.mx-rem-auto {
  margin-block-start: auto !important;
  margin-block-end: auto !important;
}
.mt-rem-unset {
  margin-block-start: unset !important;
}
.mt-rem-1 {
  margin-block-start: 1rem !important;
}
.mt-rem-2 {
  margin-block-start: 2rem !important;
}
.mt-rem-3 {
  margin-block-start: 3rem !important;
}
.mt-rem-4 {
  margin-block-start: 4rem !important;
}
.mt-rem-5 {
  margin-block-start: 5rem !important;
}
.mt-rem-7 {
  margin-block-start: 7rem !important;
}
.mt-rem-8 {
  margin-block-start: 8rem !important;
}
.mt-rem-9 {
  margin-block-start: 9rem !important;
}
.mt-rem-10 {
  margin-block-start: 10rem !important;
}
.mt-rem-11 {
  margin-block-start: 11rem !important;
}
.mt-rem-12 {
  margin-block-start: 12rem !important;
}
.mt-rem-13 {
  margin-block-start: 13rem !important;
}
.mt-rem-14 {
  margin-block-start: 14rem !important;
}
.mt-rem-15 {
  margin-block-start: 15rem !important;
}
.mt-rem-16 {
  margin-block-start: 16rem !important;
}
.mt-rem-17 {
  margin-block-start: 17rem !important;
}
.mt-rem-18 {
  margin-block-start: 18rem !important;
}
.mt-rem-19 {
  margin-block-start: 19rem !important;
}
.mt-rem-20 {
  margin-block-start: 20rem !important;
}
.mt-rem-23 {
  margin-block-start: 23rem !important;
}
.mt-rem-25 {
  margin-block-start: 25rem !important;
}
.mt-rem-30 {
  margin-block-start: 30rem !important;
}
.mt-rem-31 {
  margin-block-start: 31rem !important;
}
.mt-rem-32 {
  margin-block-start: 32rem !important;
}
.mt-rem-33 {
  margin-block-start: 33rem !important;
}
.mt-rem-34 {
  margin-block-start: 34rem !important;
}
.mt-rem-35 {
  margin-block-start: 35rem !important;
}
.mt-rem-36 {
  margin-block-start: 36rem !important;
}
.mt-rem-37 {
  margin-block-start: 37rem !important;
}
.mt-rem-38 {
  margin-block-start: 38rem !important;
}
.mt-rem-39 {
  margin-block-start: 39rem !important;
}
.mt-rem-40 {
  margin-block-start: 40rem !important;
}
.mt-rem-41 {
  margin-block-start: 41rem !important;
}
.mt-rem-42 {
  margin-block-start: 42rem !important;
}
.mt-rem-43 {
  margin-block-start: 43rem !important;
}
.mt-rem-44 {
  margin-block-start: 44rem !important;
}
.mt-rem-45 {
  margin-block-start: 45rem !important;
}
.mt-rem-46 {
  margin-block-start: 46rem !important;
}
.mt-rem-47 {
  margin-block-start: 47rem !important;
}
.mt-rem-48 {
  margin-block-start: 48rem !important;
}
.mt-rem-49 {
  margin-block-start: 49rem !important;
}
.mt-rem-50 {
  margin-block-start: 50rem !important;
}
.mt-rem-51 {
  margin-block-start: 51rem !important;
}
.mt-rem-52 {
  margin-block-start: 52rem !important;
}
.mt-rem-53 {
  margin-block-start: 53rem !important;
}
.mt-rem-54 {
  margin-block-start: 54rem !important;
}
.mt-rem-55 {
  margin-block-start: 55rem !important;
}
.mt-rem-56 {
  margin-block-start: 56rem !important;
}
.mt-rem-57 {
  margin-block-start: 57rem !important;
}
.mt-rem-58 {
  margin-block-start: 58rem !important;
}
.mt-rem-59 {
  margin-block-start: 59rem !important;
}
.mt-rem-60 {
  margin-block-start: 60rem !important;
}
.mt-rem-61 {
  margin-block-start: 61rem !important;
}
.mt-rem-62 {
  margin-block-start: 62rem !important;
}
.mt-rem-63 {
  margin-block-start: 63rem !important;
}
.mt-rem-64 {
  margin-block-start: 64rem !important;
}
.mt-rem-65 {
  margin-block-start: 65rem !important;
}
.mt-rem-66 {
  margin-block-start: 66rem !important;
}
.mt-rem-67 {
  margin-block-start: 67rem !important;
}
.mt-rem-68 {
  margin-block-start: 68rem !important;
}
.mt-rem-69 {
  margin-block-start: 69rem !important;
}
.mt-rem-70 {
  margin-block-start: 70rem !important;
}
.mt-rem-71 {
  margin-block-start: 71rem !important;
}
.mt-rem-72 {
  margin-block-start: 72rem !important;
}
.mt-rem-73 {
  margin-block-start: 73rem !important;
}
.mt-rem-74 {
  margin-block-start: 74rem !important;
}
.mt-rem-75 {
  margin-block-start: 75rem !important;
}
.mt-rem-76 {
  margin-block-start: 76rem !important;
}
.mt-rem-77 {
  margin-block-start: 77rem !important;
}
.mt-rem-78 {
  margin-block-start: 78rem !important;
}
.mt-rem-79 {
  margin-block-start: 79rem !important;
}
.mt-rem-80 {
  margin-block-start: 80rem !important;
}
.mt-rem-95 {
  margin-block-start: 95rem !important;
}
.mt-rem-96 {
  margin-block-start: 96rem !important;
}
.mt-rem-97 {
  margin-block-start: 97rem !important;
}
.mt-rem-100 {
  margin-block-start: 100% !important;
}
.mt-rem-auto {
  margin-block-start: auto !important;
}
.me-rem-unset {
  margin-inline-end: unset !important;
}
.me-rem-1 {
  margin-inline-end: 1rem !important;
}
.me-rem-2 {
  margin-inline-end: 2rem !important;
}
.me-rem-3 {
  margin-inline-end: 3rem !important;
}
.me-rem-4 {
  margin-inline-end: 4rem !important;
}
.me-rem-5 {
  margin-inline-end: 5rem !important;
}
.me-rem-7 {
  margin-inline-end: 7rem !important;
}
.me-rem-8 {
  margin-inline-end: 8rem !important;
}
.me-rem-9 {
  margin-inline-end: 9rem !important;
}
.me-rem-10 {
  margin-inline-end: 10rem !important;
}
.me-rem-11 {
  margin-inline-end: 11rem !important;
}
.me-rem-12 {
  margin-inline-end: 12rem !important;
}
.me-rem-13 {
  margin-inline-end: 13rem !important;
}
.me-rem-14 {
  margin-inline-end: 14rem !important;
}
.me-rem-15 {
  margin-inline-end: 15rem !important;
}
.me-rem-16 {
  margin-inline-end: 16rem !important;
}
.me-rem-17 {
  margin-inline-end: 17rem !important;
}
.me-rem-18 {
  margin-inline-end: 18rem !important;
}
.me-rem-19 {
  margin-inline-end: 19rem !important;
}
.me-rem-20 {
  margin-inline-end: 20rem !important;
}
.me-rem-23 {
  margin-inline-end: 23rem !important;
}
.me-rem-25 {
  margin-inline-end: 25rem !important;
}
.me-rem-30 {
  margin-inline-end: 30rem !important;
}
.me-rem-31 {
  margin-inline-end: 31rem !important;
}
.me-rem-32 {
  margin-inline-end: 32rem !important;
}
.me-rem-33 {
  margin-inline-end: 33rem !important;
}
.me-rem-34 {
  margin-inline-end: 34rem !important;
}
.me-rem-35 {
  margin-inline-end: 35rem !important;
}
.me-rem-36 {
  margin-inline-end: 36rem !important;
}
.me-rem-37 {
  margin-inline-end: 37rem !important;
}
.me-rem-38 {
  margin-inline-end: 38rem !important;
}
.me-rem-39 {
  margin-inline-end: 39rem !important;
}
.me-rem-40 {
  margin-inline-end: 40rem !important;
}
.me-rem-41 {
  margin-inline-end: 41rem !important;
}
.me-rem-42 {
  margin-inline-end: 42rem !important;
}
.me-rem-43 {
  margin-inline-end: 43rem !important;
}
.me-rem-44 {
  margin-inline-end: 44rem !important;
}
.me-rem-45 {
  margin-inline-end: 45rem !important;
}
.me-rem-46 {
  margin-inline-end: 46rem !important;
}
.me-rem-47 {
  margin-inline-end: 47rem !important;
}
.me-rem-48 {
  margin-inline-end: 48rem !important;
}
.me-rem-49 {
  margin-inline-end: 49rem !important;
}
.me-rem-50 {
  margin-inline-end: 50rem !important;
}
.me-rem-51 {
  margin-inline-end: 51rem !important;
}
.me-rem-52 {
  margin-inline-end: 52rem !important;
}
.me-rem-53 {
  margin-inline-end: 53rem !important;
}
.me-rem-54 {
  margin-inline-end: 54rem !important;
}
.me-rem-55 {
  margin-inline-end: 55rem !important;
}
.me-rem-56 {
  margin-inline-end: 56rem !important;
}
.me-rem-57 {
  margin-inline-end: 57rem !important;
}
.me-rem-58 {
  margin-inline-end: 58rem !important;
}
.me-rem-59 {
  margin-inline-end: 59rem !important;
}
.me-rem-60 {
  margin-inline-end: 60rem !important;
}
.me-rem-61 {
  margin-inline-end: 61rem !important;
}
.me-rem-62 {
  margin-inline-end: 62rem !important;
}
.me-rem-63 {
  margin-inline-end: 63rem !important;
}
.me-rem-64 {
  margin-inline-end: 64rem !important;
}
.me-rem-65 {
  margin-inline-end: 65rem !important;
}
.me-rem-66 {
  margin-inline-end: 66rem !important;
}
.me-rem-67 {
  margin-inline-end: 67rem !important;
}
.me-rem-68 {
  margin-inline-end: 68rem !important;
}
.me-rem-69 {
  margin-inline-end: 69rem !important;
}
.me-rem-70 {
  margin-inline-end: 70rem !important;
}
.me-rem-71 {
  margin-inline-end: 71rem !important;
}
.me-rem-72 {
  margin-inline-end: 72rem !important;
}
.me-rem-73 {
  margin-inline-end: 73rem !important;
}
.me-rem-74 {
  margin-inline-end: 74rem !important;
}
.me-rem-75 {
  margin-inline-end: 75rem !important;
}
.me-rem-76 {
  margin-inline-end: 76rem !important;
}
.me-rem-77 {
  margin-inline-end: 77rem !important;
}
.me-rem-78 {
  margin-inline-end: 78rem !important;
}
.me-rem-79 {
  margin-inline-end: 79rem !important;
}
.me-rem-80 {
  margin-inline-end: 80rem !important;
}
.me-rem-95 {
  margin-inline-end: 95rem !important;
}
.me-rem-96 {
  margin-inline-end: 96rem !important;
}
.me-rem-97 {
  margin-inline-end: 97rem !important;
}
.me-rem-100 {
  margin-inline-end: 100% !important;
}
.me-rem-auto {
  margin-inline-end: auto !important;
}
.mb-rem-unset {
  margin-block-end: unset !important;
}
.mb-rem-1 {
  margin-block-end: 1rem !important;
}
.mb-rem-2 {
  margin-block-end: 2rem !important;
}
.mb-rem-3 {
  margin-block-end: 3rem !important;
}
.mb-rem-4 {
  margin-block-end: 4rem !important;
}
.mb-rem-5 {
  margin-block-end: 5rem !important;
}
.mb-rem-7 {
  margin-block-end: 7rem !important;
}
.mb-rem-8 {
  margin-block-end: 8rem !important;
}
.mb-rem-9 {
  margin-block-end: 9rem !important;
}
.mb-rem-10 {
  margin-block-end: 10rem !important;
}
.mb-rem-11 {
  margin-block-end: 11rem !important;
}
.mb-rem-12 {
  margin-block-end: 12rem !important;
}
.mb-rem-13 {
  margin-block-end: 13rem !important;
}
.mb-rem-14 {
  margin-block-end: 14rem !important;
}
.mb-rem-15 {
  margin-block-end: 15rem !important;
}
.mb-rem-16 {
  margin-block-end: 16rem !important;
}
.mb-rem-17 {
  margin-block-end: 17rem !important;
}
.mb-rem-18 {
  margin-block-end: 18rem !important;
}
.mb-rem-19 {
  margin-block-end: 19rem !important;
}
.mb-rem-20 {
  margin-block-end: 20rem !important;
}
.mb-rem-23 {
  margin-block-end: 23rem !important;
}
.mb-rem-25 {
  margin-block-end: 25rem !important;
}
.mb-rem-30 {
  margin-block-end: 30rem !important;
}
.mb-rem-31 {
  margin-block-end: 31rem !important;
}
.mb-rem-32 {
  margin-block-end: 32rem !important;
}
.mb-rem-33 {
  margin-block-end: 33rem !important;
}
.mb-rem-34 {
  margin-block-end: 34rem !important;
}
.mb-rem-35 {
  margin-block-end: 35rem !important;
}
.mb-rem-36 {
  margin-block-end: 36rem !important;
}
.mb-rem-37 {
  margin-block-end: 37rem !important;
}
.mb-rem-38 {
  margin-block-end: 38rem !important;
}
.mb-rem-39 {
  margin-block-end: 39rem !important;
}
.mb-rem-40 {
  margin-block-end: 40rem !important;
}
.mb-rem-41 {
  margin-block-end: 41rem !important;
}
.mb-rem-42 {
  margin-block-end: 42rem !important;
}
.mb-rem-43 {
  margin-block-end: 43rem !important;
}
.mb-rem-44 {
  margin-block-end: 44rem !important;
}
.mb-rem-45 {
  margin-block-end: 45rem !important;
}
.mb-rem-46 {
  margin-block-end: 46rem !important;
}
.mb-rem-47 {
  margin-block-end: 47rem !important;
}
.mb-rem-48 {
  margin-block-end: 48rem !important;
}
.mb-rem-49 {
  margin-block-end: 49rem !important;
}
.mb-rem-50 {
  margin-block-end: 50rem !important;
}
.mb-rem-51 {
  margin-block-end: 51rem !important;
}
.mb-rem-52 {
  margin-block-end: 52rem !important;
}
.mb-rem-53 {
  margin-block-end: 53rem !important;
}
.mb-rem-54 {
  margin-block-end: 54rem !important;
}
.mb-rem-55 {
  margin-block-end: 55rem !important;
}
.mb-rem-56 {
  margin-block-end: 56rem !important;
}
.mb-rem-57 {
  margin-block-end: 57rem !important;
}
.mb-rem-58 {
  margin-block-end: 58rem !important;
}
.mb-rem-59 {
  margin-block-end: 59rem !important;
}
.mb-rem-60 {
  margin-block-end: 60rem !important;
}
.mb-rem-61 {
  margin-block-end: 61rem !important;
}
.mb-rem-62 {
  margin-block-end: 62rem !important;
}
.mb-rem-63 {
  margin-block-end: 63rem !important;
}
.mb-rem-64 {
  margin-block-end: 64rem !important;
}
.mb-rem-65 {
  margin-block-end: 65rem !important;
}
.mb-rem-66 {
  margin-block-end: 66rem !important;
}
.mb-rem-67 {
  margin-block-end: 67rem !important;
}
.mb-rem-68 {
  margin-block-end: 68rem !important;
}
.mb-rem-69 {
  margin-block-end: 69rem !important;
}
.mb-rem-70 {
  margin-block-end: 70rem !important;
}
.mb-rem-71 {
  margin-block-end: 71rem !important;
}
.mb-rem-72 {
  margin-block-end: 72rem !important;
}
.mb-rem-73 {
  margin-block-end: 73rem !important;
}
.mb-rem-74 {
  margin-block-end: 74rem !important;
}
.mb-rem-75 {
  margin-block-end: 75rem !important;
}
.mb-rem-76 {
  margin-block-end: 76rem !important;
}
.mb-rem-77 {
  margin-block-end: 77rem !important;
}
.mb-rem-78 {
  margin-block-end: 78rem !important;
}
.mb-rem-79 {
  margin-block-end: 79rem !important;
}
.mb-rem-80 {
  margin-block-end: 80rem !important;
}
.mb-rem-95 {
  margin-block-end: 95rem !important;
}
.mb-rem-96 {
  margin-block-end: 96rem !important;
}
.mb-rem-97 {
  margin-block-end: 97rem !important;
}
.mb-rem-100 {
  margin-block-end: 100% !important;
}
.mb-rem-auto {
  margin-block-end: auto !important;
}
.ms-rem-unset {
  margin-inline-start: unset !important;
}
.ms-rem-1 {
  margin-inline-start: 1rem !important;
}
.ms-rem-2 {
  margin-inline-start: 2rem !important;
}
.ms-rem-3 {
  margin-inline-start: 3rem !important;
}
.ms-rem-4 {
  margin-inline-start: 4rem !important;
}
.ms-rem-5 {
  margin-inline-start: 5rem !important;
}
.ms-rem-7 {
  margin-inline-start: 7rem !important;
}
.ms-rem-8 {
  margin-inline-start: 8rem !important;
}
.ms-rem-9 {
  margin-inline-start: 9rem !important;
}
.ms-rem-10 {
  margin-inline-start: 10rem !important;
}
.ms-rem-11 {
  margin-inline-start: 11rem !important;
}
.ms-rem-12 {
  margin-inline-start: 12rem !important;
}
.ms-rem-13 {
  margin-inline-start: 13rem !important;
}
.ms-rem-14 {
  margin-inline-start: 14rem !important;
}
.ms-rem-15 {
  margin-inline-start: 15rem !important;
}
.ms-rem-16 {
  margin-inline-start: 16rem !important;
}
.ms-rem-17 {
  margin-inline-start: 17rem !important;
}
.ms-rem-18 {
  margin-inline-start: 18rem !important;
}
.ms-rem-19 {
  margin-inline-start: 19rem !important;
}
.ms-rem-20 {
  margin-inline-start: 20rem !important;
}
.ms-rem-23 {
  margin-inline-start: 23rem !important;
}
.ms-rem-25 {
  margin-inline-start: 25rem !important;
}
.ms-rem-30 {
  margin-inline-start: 30rem !important;
}
.ms-rem-31 {
  margin-inline-start: 31rem !important;
}
.ms-rem-32 {
  margin-inline-start: 32rem !important;
}
.ms-rem-33 {
  margin-inline-start: 33rem !important;
}
.ms-rem-34 {
  margin-inline-start: 34rem !important;
}
.ms-rem-35 {
  margin-inline-start: 35rem !important;
}
.ms-rem-36 {
  margin-inline-start: 36rem !important;
}
.ms-rem-37 {
  margin-inline-start: 37rem !important;
}
.ms-rem-38 {
  margin-inline-start: 38rem !important;
}
.ms-rem-39 {
  margin-inline-start: 39rem !important;
}
.ms-rem-40 {
  margin-inline-start: 40rem !important;
}
.ms-rem-41 {
  margin-inline-start: 41rem !important;
}
.ms-rem-42 {
  margin-inline-start: 42rem !important;
}
.ms-rem-43 {
  margin-inline-start: 43rem !important;
}
.ms-rem-44 {
  margin-inline-start: 44rem !important;
}
.ms-rem-45 {
  margin-inline-start: 45rem !important;
}
.ms-rem-46 {
  margin-inline-start: 46rem !important;
}
.ms-rem-47 {
  margin-inline-start: 47rem !important;
}
.ms-rem-48 {
  margin-inline-start: 48rem !important;
}
.ms-rem-49 {
  margin-inline-start: 49rem !important;
}
.ms-rem-50 {
  margin-inline-start: 50rem !important;
}
.ms-rem-51 {
  margin-inline-start: 51rem !important;
}
.ms-rem-52 {
  margin-inline-start: 52rem !important;
}
.ms-rem-53 {
  margin-inline-start: 53rem !important;
}
.ms-rem-54 {
  margin-inline-start: 54rem !important;
}
.ms-rem-55 {
  margin-inline-start: 55rem !important;
}
.ms-rem-56 {
  margin-inline-start: 56rem !important;
}
.ms-rem-57 {
  margin-inline-start: 57rem !important;
}
.ms-rem-58 {
  margin-inline-start: 58rem !important;
}
.ms-rem-59 {
  margin-inline-start: 59rem !important;
}
.ms-rem-60 {
  margin-inline-start: 60rem !important;
}
.ms-rem-61 {
  margin-inline-start: 61rem !important;
}
.ms-rem-62 {
  margin-inline-start: 62rem !important;
}
.ms-rem-63 {
  margin-inline-start: 63rem !important;
}
.ms-rem-64 {
  margin-inline-start: 64rem !important;
}
.ms-rem-65 {
  margin-inline-start: 65rem !important;
}
.ms-rem-66 {
  margin-inline-start: 66rem !important;
}
.ms-rem-67 {
  margin-inline-start: 67rem !important;
}
.ms-rem-68 {
  margin-inline-start: 68rem !important;
}
.ms-rem-69 {
  margin-inline-start: 69rem !important;
}
.ms-rem-70 {
  margin-inline-start: 70rem !important;
}
.ms-rem-71 {
  margin-inline-start: 71rem !important;
}
.ms-rem-72 {
  margin-inline-start: 72rem !important;
}
.ms-rem-73 {
  margin-inline-start: 73rem !important;
}
.ms-rem-74 {
  margin-inline-start: 74rem !important;
}
.ms-rem-75 {
  margin-inline-start: 75rem !important;
}
.ms-rem-76 {
  margin-inline-start: 76rem !important;
}
.ms-rem-77 {
  margin-inline-start: 77rem !important;
}
.ms-rem-78 {
  margin-inline-start: 78rem !important;
}
.ms-rem-79 {
  margin-inline-start: 79rem !important;
}
.ms-rem-80 {
  margin-inline-start: 80rem !important;
}
.ms-rem-95 {
  margin-inline-start: 95rem !important;
}
.ms-rem-96 {
  margin-inline-start: 96rem !important;
}
.ms-rem-97 {
  margin-inline-start: 97rem !important;
}
.ms-rem-100 {
  margin-inline-start: 100% !important;
}
.ms-rem-auto {
  margin-inline-start: auto !important;
}
.m-rem-nunset {
  margin: -unset !important;
}
.m-rem-n1 {
  margin: -1rem !important;
}
.m-rem-n2 {
  margin: -2rem !important;
}
.m-rem-n3 {
  margin: -3rem !important;
}
.m-rem-n4 {
  margin: -4rem !important;
}
.m-rem-n5 {
  margin: -5rem !important;
}
.m-rem-n7 {
  margin: -7rem !important;
}
.m-rem-n8 {
  margin: -8rem !important;
}
.m-rem-n9 {
  margin: -9rem !important;
}
.m-rem-n10 {
  margin: -10rem !important;
}
.m-rem-n11 {
  margin: -11rem !important;
}
.m-rem-n12 {
  margin: -12rem !important;
}
.m-rem-n13 {
  margin: -13rem !important;
}
.m-rem-n14 {
  margin: -14rem !important;
}
.m-rem-n15 {
  margin: -15rem !important;
}
.m-rem-n16 {
  margin: -16rem !important;
}
.m-rem-n17 {
  margin: -17rem !important;
}
.m-rem-n18 {
  margin: -18rem !important;
}
.m-rem-n19 {
  margin: -19rem !important;
}
.m-rem-n20 {
  margin: -20rem !important;
}
.m-rem-n23 {
  margin: -23rem !important;
}
.m-rem-n25 {
  margin: -25rem !important;
}
.m-rem-n30 {
  margin: -30rem !important;
}
.m-rem-n31 {
  margin: -31rem !important;
}
.m-rem-n32 {
  margin: -32rem !important;
}
.m-rem-n33 {
  margin: -33rem !important;
}
.m-rem-n34 {
  margin: -34rem !important;
}
.m-rem-n35 {
  margin: -35rem !important;
}
.m-rem-n36 {
  margin: -36rem !important;
}
.m-rem-n37 {
  margin: -37rem !important;
}
.m-rem-n38 {
  margin: -38rem !important;
}
.m-rem-n39 {
  margin: -39rem !important;
}
.m-rem-n40 {
  margin: -40rem !important;
}
.m-rem-n41 {
  margin: -41rem !important;
}
.m-rem-n42 {
  margin: -42rem !important;
}
.m-rem-n43 {
  margin: -43rem !important;
}
.m-rem-n44 {
  margin: -44rem !important;
}
.m-rem-n45 {
  margin: -45rem !important;
}
.m-rem-n46 {
  margin: -46rem !important;
}
.m-rem-n47 {
  margin: -47rem !important;
}
.m-rem-n48 {
  margin: -48rem !important;
}
.m-rem-n49 {
  margin: -49rem !important;
}
.m-rem-n50 {
  margin: -50rem !important;
}
.m-rem-n51 {
  margin: -51rem !important;
}
.m-rem-n52 {
  margin: -52rem !important;
}
.m-rem-n53 {
  margin: -53rem !important;
}
.m-rem-n54 {
  margin: -54rem !important;
}
.m-rem-n55 {
  margin: -55rem !important;
}
.m-rem-n56 {
  margin: -56rem !important;
}
.m-rem-n57 {
  margin: -57rem !important;
}
.m-rem-n58 {
  margin: -58rem !important;
}
.m-rem-n59 {
  margin: -59rem !important;
}
.m-rem-n60 {
  margin: -60rem !important;
}
.m-rem-n61 {
  margin: -61rem !important;
}
.m-rem-n62 {
  margin: -62rem !important;
}
.m-rem-n63 {
  margin: -63rem !important;
}
.m-rem-n64 {
  margin: -64rem !important;
}
.m-rem-n65 {
  margin: -65rem !important;
}
.m-rem-n66 {
  margin: -66rem !important;
}
.m-rem-n67 {
  margin: -67rem !important;
}
.m-rem-n68 {
  margin: -68rem !important;
}
.m-rem-n69 {
  margin: -69rem !important;
}
.m-rem-n70 {
  margin: -70rem !important;
}
.m-rem-n71 {
  margin: -71rem !important;
}
.m-rem-n72 {
  margin: -72rem !important;
}
.m-rem-n73 {
  margin: -73rem !important;
}
.m-rem-n74 {
  margin: -74rem !important;
}
.m-rem-n75 {
  margin: -75rem !important;
}
.m-rem-n76 {
  margin: -76rem !important;
}
.m-rem-n77 {
  margin: -77rem !important;
}
.m-rem-n78 {
  margin: -78rem !important;
}
.m-rem-n79 {
  margin: -79rem !important;
}
.m-rem-n80 {
  margin: -80rem !important;
}
.m-rem-n95 {
  margin: -95rem !important;
}
.m-rem-n96 {
  margin: -96rem !important;
}
.m-rem-n97 {
  margin: -97rem !important;
}
.m-rem-n100 {
  margin: -100% !important;
}
.mx-rem-nunset {
  margin-inline-end: -unset !important;
  margin-inline-start: -unset !important;
}
.mx-rem-n1 {
  margin-inline-end: -1rem !important;
  margin-inline-start: -1rem !important;
}
.mx-rem-n2 {
  margin-inline-end: -2rem !important;
  margin-inline-start: -2rem !important;
}
.mx-rem-n3 {
  margin-inline-end: -3rem !important;
  margin-inline-start: -3rem !important;
}
.mx-rem-n4 {
  margin-inline-end: -4rem !important;
  margin-inline-start: -4rem !important;
}
.mx-rem-n5 {
  margin-inline-end: -5rem !important;
  margin-inline-start: -5rem !important;
}
.mx-rem-n7 {
  margin-inline-end: -7rem !important;
  margin-inline-start: -7rem !important;
}
.mx-rem-n8 {
  margin-inline-end: -8rem !important;
  margin-inline-start: -8rem !important;
}
.mx-rem-n9 {
  margin-inline-end: -9rem !important;
  margin-inline-start: -9rem !important;
}
.mx-rem-n10 {
  margin-inline-end: -10rem !important;
  margin-inline-start: -10rem !important;
}
.mx-rem-n11 {
  margin-inline-end: -11rem !important;
  margin-inline-start: -11rem !important;
}
.mx-rem-n12 {
  margin-inline-end: -12rem !important;
  margin-inline-start: -12rem !important;
}
.mx-rem-n13 {
  margin-inline-end: -13rem !important;
  margin-inline-start: -13rem !important;
}
.mx-rem-n14 {
  margin-inline-end: -14rem !important;
  margin-inline-start: -14rem !important;
}
.mx-rem-n15 {
  margin-inline-end: -15rem !important;
  margin-inline-start: -15rem !important;
}
.mx-rem-n16 {
  margin-inline-end: -16rem !important;
  margin-inline-start: -16rem !important;
}
.mx-rem-n17 {
  margin-inline-end: -17rem !important;
  margin-inline-start: -17rem !important;
}
.mx-rem-n18 {
  margin-inline-end: -18rem !important;
  margin-inline-start: -18rem !important;
}
.mx-rem-n19 {
  margin-inline-end: -19rem !important;
  margin-inline-start: -19rem !important;
}
.mx-rem-n20 {
  margin-inline-end: -20rem !important;
  margin-inline-start: -20rem !important;
}
.mx-rem-n23 {
  margin-inline-end: -23rem !important;
  margin-inline-start: -23rem !important;
}
.mx-rem-n25 {
  margin-inline-end: -25rem !important;
  margin-inline-start: -25rem !important;
}
.mx-rem-n30 {
  margin-inline-end: -30rem !important;
  margin-inline-start: -30rem !important;
}
.mx-rem-n31 {
  margin-inline-end: -31rem !important;
  margin-inline-start: -31rem !important;
}
.mx-rem-n32 {
  margin-inline-end: -32rem !important;
  margin-inline-start: -32rem !important;
}
.mx-rem-n33 {
  margin-inline-end: -33rem !important;
  margin-inline-start: -33rem !important;
}
.mx-rem-n34 {
  margin-inline-end: -34rem !important;
  margin-inline-start: -34rem !important;
}
.mx-rem-n35 {
  margin-inline-end: -35rem !important;
  margin-inline-start: -35rem !important;
}
.mx-rem-n36 {
  margin-inline-end: -36rem !important;
  margin-inline-start: -36rem !important;
}
.mx-rem-n37 {
  margin-inline-end: -37rem !important;
  margin-inline-start: -37rem !important;
}
.mx-rem-n38 {
  margin-inline-end: -38rem !important;
  margin-inline-start: -38rem !important;
}
.mx-rem-n39 {
  margin-inline-end: -39rem !important;
  margin-inline-start: -39rem !important;
}
.mx-rem-n40 {
  margin-inline-end: -40rem !important;
  margin-inline-start: -40rem !important;
}
.mx-rem-n41 {
  margin-inline-end: -41rem !important;
  margin-inline-start: -41rem !important;
}
.mx-rem-n42 {
  margin-inline-end: -42rem !important;
  margin-inline-start: -42rem !important;
}
.mx-rem-n43 {
  margin-inline-end: -43rem !important;
  margin-inline-start: -43rem !important;
}
.mx-rem-n44 {
  margin-inline-end: -44rem !important;
  margin-inline-start: -44rem !important;
}
.mx-rem-n45 {
  margin-inline-end: -45rem !important;
  margin-inline-start: -45rem !important;
}
.mx-rem-n46 {
  margin-inline-end: -46rem !important;
  margin-inline-start: -46rem !important;
}
.mx-rem-n47 {
  margin-inline-end: -47rem !important;
  margin-inline-start: -47rem !important;
}
.mx-rem-n48 {
  margin-inline-end: -48rem !important;
  margin-inline-start: -48rem !important;
}
.mx-rem-n49 {
  margin-inline-end: -49rem !important;
  margin-inline-start: -49rem !important;
}
.mx-rem-n50 {
  margin-inline-end: -50rem !important;
  margin-inline-start: -50rem !important;
}
.mx-rem-n51 {
  margin-inline-end: -51rem !important;
  margin-inline-start: -51rem !important;
}
.mx-rem-n52 {
  margin-inline-end: -52rem !important;
  margin-inline-start: -52rem !important;
}
.mx-rem-n53 {
  margin-inline-end: -53rem !important;
  margin-inline-start: -53rem !important;
}
.mx-rem-n54 {
  margin-inline-end: -54rem !important;
  margin-inline-start: -54rem !important;
}
.mx-rem-n55 {
  margin-inline-end: -55rem !important;
  margin-inline-start: -55rem !important;
}
.mx-rem-n56 {
  margin-inline-end: -56rem !important;
  margin-inline-start: -56rem !important;
}
.mx-rem-n57 {
  margin-inline-end: -57rem !important;
  margin-inline-start: -57rem !important;
}
.mx-rem-n58 {
  margin-inline-end: -58rem !important;
  margin-inline-start: -58rem !important;
}
.mx-rem-n59 {
  margin-inline-end: -59rem !important;
  margin-inline-start: -59rem !important;
}
.mx-rem-n60 {
  margin-inline-end: -60rem !important;
  margin-inline-start: -60rem !important;
}
.mx-rem-n61 {
  margin-inline-end: -61rem !important;
  margin-inline-start: -61rem !important;
}
.mx-rem-n62 {
  margin-inline-end: -62rem !important;
  margin-inline-start: -62rem !important;
}
.mx-rem-n63 {
  margin-inline-end: -63rem !important;
  margin-inline-start: -63rem !important;
}
.mx-rem-n64 {
  margin-inline-end: -64rem !important;
  margin-inline-start: -64rem !important;
}
.mx-rem-n65 {
  margin-inline-end: -65rem !important;
  margin-inline-start: -65rem !important;
}
.mx-rem-n66 {
  margin-inline-end: -66rem !important;
  margin-inline-start: -66rem !important;
}
.mx-rem-n67 {
  margin-inline-end: -67rem !important;
  margin-inline-start: -67rem !important;
}
.mx-rem-n68 {
  margin-inline-end: -68rem !important;
  margin-inline-start: -68rem !important;
}
.mx-rem-n69 {
  margin-inline-end: -69rem !important;
  margin-inline-start: -69rem !important;
}
.mx-rem-n70 {
  margin-inline-end: -70rem !important;
  margin-inline-start: -70rem !important;
}
.mx-rem-n71 {
  margin-inline-end: -71rem !important;
  margin-inline-start: -71rem !important;
}
.mx-rem-n72 {
  margin-inline-end: -72rem !important;
  margin-inline-start: -72rem !important;
}
.mx-rem-n73 {
  margin-inline-end: -73rem !important;
  margin-inline-start: -73rem !important;
}
.mx-rem-n74 {
  margin-inline-end: -74rem !important;
  margin-inline-start: -74rem !important;
}
.mx-rem-n75 {
  margin-inline-end: -75rem !important;
  margin-inline-start: -75rem !important;
}
.mx-rem-n76 {
  margin-inline-end: -76rem !important;
  margin-inline-start: -76rem !important;
}
.mx-rem-n77 {
  margin-inline-end: -77rem !important;
  margin-inline-start: -77rem !important;
}
.mx-rem-n78 {
  margin-inline-end: -78rem !important;
  margin-inline-start: -78rem !important;
}
.mx-rem-n79 {
  margin-inline-end: -79rem !important;
  margin-inline-start: -79rem !important;
}
.mx-rem-n80 {
  margin-inline-end: -80rem !important;
  margin-inline-start: -80rem !important;
}
.mx-rem-n95 {
  margin-inline-end: -95rem !important;
  margin-inline-start: -95rem !important;
}
.mx-rem-n96 {
  margin-inline-end: -96rem !important;
  margin-inline-start: -96rem !important;
}
.mx-rem-n97 {
  margin-inline-end: -97rem !important;
  margin-inline-start: -97rem !important;
}
.mx-rem-n100 {
  margin-inline-end: -100% !important;
  margin-inline-start: -100% !important;
}
.my-rem-nunset {
  margin-block-end: -unset !important;
  margin-block-start: -unset !important;
}
.my-rem-n1 {
  margin-block-end: -1rem !important;
  margin-block-start: -1rem !important;
}
.my-rem-n2 {
  margin-block-end: -2rem !important;
  margin-block-start: -2rem !important;
}
.my-rem-n3 {
  margin-block-end: -3rem !important;
  margin-block-start: -3rem !important;
}
.my-rem-n4 {
  margin-block-end: -4rem !important;
  margin-block-start: -4rem !important;
}
.my-rem-n5 {
  margin-block-end: -5rem !important;
  margin-block-start: -5rem !important;
}
.my-rem-n7 {
  margin-block-end: -7rem !important;
  margin-block-start: -7rem !important;
}
.my-rem-n8 {
  margin-block-end: -8rem !important;
  margin-block-start: -8rem !important;
}
.my-rem-n9 {
  margin-block-end: -9rem !important;
  margin-block-start: -9rem !important;
}
.my-rem-n10 {
  margin-block-end: -10rem !important;
  margin-block-start: -10rem !important;
}
.my-rem-n11 {
  margin-block-end: -11rem !important;
  margin-block-start: -11rem !important;
}
.my-rem-n12 {
  margin-block-end: -12rem !important;
  margin-block-start: -12rem !important;
}
.my-rem-n13 {
  margin-block-end: -13rem !important;
  margin-block-start: -13rem !important;
}
.my-rem-n14 {
  margin-block-end: -14rem !important;
  margin-block-start: -14rem !important;
}
.my-rem-n15 {
  margin-block-end: -15rem !important;
  margin-block-start: -15rem !important;
}
.my-rem-n16 {
  margin-block-end: -16rem !important;
  margin-block-start: -16rem !important;
}
.my-rem-n17 {
  margin-block-end: -17rem !important;
  margin-block-start: -17rem !important;
}
.my-rem-n18 {
  margin-block-end: -18rem !important;
  margin-block-start: -18rem !important;
}
.my-rem-n19 {
  margin-block-end: -19rem !important;
  margin-block-start: -19rem !important;
}
.my-rem-n20 {
  margin-block-end: -20rem !important;
  margin-block-start: -20rem !important;
}
.my-rem-n23 {
  margin-block-end: -23rem !important;
  margin-block-start: -23rem !important;
}
.my-rem-n25 {
  margin-block-end: -25rem !important;
  margin-block-start: -25rem !important;
}
.my-rem-n30 {
  margin-block-end: -30rem !important;
  margin-block-start: -30rem !important;
}
.my-rem-n31 {
  margin-block-end: -31rem !important;
  margin-block-start: -31rem !important;
}
.my-rem-n32 {
  margin-block-end: -32rem !important;
  margin-block-start: -32rem !important;
}
.my-rem-n33 {
  margin-block-end: -33rem !important;
  margin-block-start: -33rem !important;
}
.my-rem-n34 {
  margin-block-end: -34rem !important;
  margin-block-start: -34rem !important;
}
.my-rem-n35 {
  margin-block-end: -35rem !important;
  margin-block-start: -35rem !important;
}
.my-rem-n36 {
  margin-block-end: -36rem !important;
  margin-block-start: -36rem !important;
}
.my-rem-n37 {
  margin-block-end: -37rem !important;
  margin-block-start: -37rem !important;
}
.my-rem-n38 {
  margin-block-end: -38rem !important;
  margin-block-start: -38rem !important;
}
.my-rem-n39 {
  margin-block-end: -39rem !important;
  margin-block-start: -39rem !important;
}
.my-rem-n40 {
  margin-block-end: -40rem !important;
  margin-block-start: -40rem !important;
}
.my-rem-n41 {
  margin-block-end: -41rem !important;
  margin-block-start: -41rem !important;
}
.my-rem-n42 {
  margin-block-end: -42rem !important;
  margin-block-start: -42rem !important;
}
.my-rem-n43 {
  margin-block-end: -43rem !important;
  margin-block-start: -43rem !important;
}
.my-rem-n44 {
  margin-block-end: -44rem !important;
  margin-block-start: -44rem !important;
}
.my-rem-n45 {
  margin-block-end: -45rem !important;
  margin-block-start: -45rem !important;
}
.my-rem-n46 {
  margin-block-end: -46rem !important;
  margin-block-start: -46rem !important;
}
.my-rem-n47 {
  margin-block-end: -47rem !important;
  margin-block-start: -47rem !important;
}
.my-rem-n48 {
  margin-block-end: -48rem !important;
  margin-block-start: -48rem !important;
}
.my-rem-n49 {
  margin-block-end: -49rem !important;
  margin-block-start: -49rem !important;
}
.my-rem-n50 {
  margin-block-end: -50rem !important;
  margin-block-start: -50rem !important;
}
.my-rem-n51 {
  margin-block-end: -51rem !important;
  margin-block-start: -51rem !important;
}
.my-rem-n52 {
  margin-block-end: -52rem !important;
  margin-block-start: -52rem !important;
}
.my-rem-n53 {
  margin-block-end: -53rem !important;
  margin-block-start: -53rem !important;
}
.my-rem-n54 {
  margin-block-end: -54rem !important;
  margin-block-start: -54rem !important;
}
.my-rem-n55 {
  margin-block-end: -55rem !important;
  margin-block-start: -55rem !important;
}
.my-rem-n56 {
  margin-block-end: -56rem !important;
  margin-block-start: -56rem !important;
}
.my-rem-n57 {
  margin-block-end: -57rem !important;
  margin-block-start: -57rem !important;
}
.my-rem-n58 {
  margin-block-end: -58rem !important;
  margin-block-start: -58rem !important;
}
.my-rem-n59 {
  margin-block-end: -59rem !important;
  margin-block-start: -59rem !important;
}
.my-rem-n60 {
  margin-block-end: -60rem !important;
  margin-block-start: -60rem !important;
}
.my-rem-n61 {
  margin-block-end: -61rem !important;
  margin-block-start: -61rem !important;
}
.my-rem-n62 {
  margin-block-end: -62rem !important;
  margin-block-start: -62rem !important;
}
.my-rem-n63 {
  margin-block-end: -63rem !important;
  margin-block-start: -63rem !important;
}
.my-rem-n64 {
  margin-block-end: -64rem !important;
  margin-block-start: -64rem !important;
}
.my-rem-n65 {
  margin-block-end: -65rem !important;
  margin-block-start: -65rem !important;
}
.my-rem-n66 {
  margin-block-end: -66rem !important;
  margin-block-start: -66rem !important;
}
.my-rem-n67 {
  margin-block-end: -67rem !important;
  margin-block-start: -67rem !important;
}
.my-rem-n68 {
  margin-block-end: -68rem !important;
  margin-block-start: -68rem !important;
}
.my-rem-n69 {
  margin-block-end: -69rem !important;
  margin-block-start: -69rem !important;
}
.my-rem-n70 {
  margin-block-end: -70rem !important;
  margin-block-start: -70rem !important;
}
.my-rem-n71 {
  margin-block-end: -71rem !important;
  margin-block-start: -71rem !important;
}
.my-rem-n72 {
  margin-block-end: -72rem !important;
  margin-block-start: -72rem !important;
}
.my-rem-n73 {
  margin-block-end: -73rem !important;
  margin-block-start: -73rem !important;
}
.my-rem-n74 {
  margin-block-end: -74rem !important;
  margin-block-start: -74rem !important;
}
.my-rem-n75 {
  margin-block-end: -75rem !important;
  margin-block-start: -75rem !important;
}
.my-rem-n76 {
  margin-block-end: -76rem !important;
  margin-block-start: -76rem !important;
}
.my-rem-n77 {
  margin-block-end: -77rem !important;
  margin-block-start: -77rem !important;
}
.my-rem-n78 {
  margin-block-end: -78rem !important;
  margin-block-start: -78rem !important;
}
.my-rem-n79 {
  margin-block-end: -79rem !important;
  margin-block-start: -79rem !important;
}
.my-rem-n80 {
  margin-block-end: -80rem !important;
  margin-block-start: -80rem !important;
}
.my-rem-n95 {
  margin-block-end: -95rem !important;
  margin-block-start: -95rem !important;
}
.my-rem-n96 {
  margin-block-end: -96rem !important;
  margin-block-start: -96rem !important;
}
.my-rem-n97 {
  margin-block-end: -97rem !important;
  margin-block-start: -97rem !important;
}
.my-rem-n100 {
  margin-block-end: -100% !important;
  margin-block-start: -100% !important;
}
.mt-rem-nunset {
  margin-block-start: -unset !important;
}
.mt-rem-n1 {
  margin-block-start: -1rem !important;
}
.mt-rem-n2 {
  margin-block-start: -2rem !important;
}
.mt-rem-n3 {
  margin-block-start: -3rem !important;
}
.mt-rem-n4 {
  margin-block-start: -4rem !important;
}
.mt-rem-n5 {
  margin-block-start: -5rem !important;
}
.mt-rem-n7 {
  margin-block-start: -7rem !important;
}
.mt-rem-n8 {
  margin-block-start: -8rem !important;
}
.mt-rem-n9 {
  margin-block-start: -9rem !important;
}
.mt-rem-n10 {
  margin-block-start: -10rem !important;
}
.mt-rem-n11 {
  margin-block-start: -11rem !important;
}
.mt-rem-n12 {
  margin-block-start: -12rem !important;
}
.mt-rem-n13 {
  margin-block-start: -13rem !important;
}
.mt-rem-n14 {
  margin-block-start: -14rem !important;
}
.mt-rem-n15 {
  margin-block-start: -15rem !important;
}
.mt-rem-n16 {
  margin-block-start: -16rem !important;
}
.mt-rem-n17 {
  margin-block-start: -17rem !important;
}
.mt-rem-n18 {
  margin-block-start: -18rem !important;
}
.mt-rem-n19 {
  margin-block-start: -19rem !important;
}
.mt-rem-n20 {
  margin-block-start: -20rem !important;
}
.mt-rem-n23 {
  margin-block-start: -23rem !important;
}
.mt-rem-n25 {
  margin-block-start: -25rem !important;
}
.mt-rem-n30 {
  margin-block-start: -30rem !important;
}
.mt-rem-n31 {
  margin-block-start: -31rem !important;
}
.mt-rem-n32 {
  margin-block-start: -32rem !important;
}
.mt-rem-n33 {
  margin-block-start: -33rem !important;
}
.mt-rem-n34 {
  margin-block-start: -34rem !important;
}
.mt-rem-n35 {
  margin-block-start: -35rem !important;
}
.mt-rem-n36 {
  margin-block-start: -36rem !important;
}
.mt-rem-n37 {
  margin-block-start: -37rem !important;
}
.mt-rem-n38 {
  margin-block-start: -38rem !important;
}
.mt-rem-n39 {
  margin-block-start: -39rem !important;
}
.mt-rem-n40 {
  margin-block-start: -40rem !important;
}
.mt-rem-n41 {
  margin-block-start: -41rem !important;
}
.mt-rem-n42 {
  margin-block-start: -42rem !important;
}
.mt-rem-n43 {
  margin-block-start: -43rem !important;
}
.mt-rem-n44 {
  margin-block-start: -44rem !important;
}
.mt-rem-n45 {
  margin-block-start: -45rem !important;
}
.mt-rem-n46 {
  margin-block-start: -46rem !important;
}
.mt-rem-n47 {
  margin-block-start: -47rem !important;
}
.mt-rem-n48 {
  margin-block-start: -48rem !important;
}
.mt-rem-n49 {
  margin-block-start: -49rem !important;
}
.mt-rem-n50 {
  margin-block-start: -50rem !important;
}
.mt-rem-n51 {
  margin-block-start: -51rem !important;
}
.mt-rem-n52 {
  margin-block-start: -52rem !important;
}
.mt-rem-n53 {
  margin-block-start: -53rem !important;
}
.mt-rem-n54 {
  margin-block-start: -54rem !important;
}
.mt-rem-n55 {
  margin-block-start: -55rem !important;
}
.mt-rem-n56 {
  margin-block-start: -56rem !important;
}
.mt-rem-n57 {
  margin-block-start: -57rem !important;
}
.mt-rem-n58 {
  margin-block-start: -58rem !important;
}
.mt-rem-n59 {
  margin-block-start: -59rem !important;
}
.mt-rem-n60 {
  margin-block-start: -60rem !important;
}
.mt-rem-n61 {
  margin-block-start: -61rem !important;
}
.mt-rem-n62 {
  margin-block-start: -62rem !important;
}
.mt-rem-n63 {
  margin-block-start: -63rem !important;
}
.mt-rem-n64 {
  margin-block-start: -64rem !important;
}
.mt-rem-n65 {
  margin-block-start: -65rem !important;
}
.mt-rem-n66 {
  margin-block-start: -66rem !important;
}
.mt-rem-n67 {
  margin-block-start: -67rem !important;
}
.mt-rem-n68 {
  margin-block-start: -68rem !important;
}
.mt-rem-n69 {
  margin-block-start: -69rem !important;
}
.mt-rem-n70 {
  margin-block-start: -70rem !important;
}
.mt-rem-n71 {
  margin-block-start: -71rem !important;
}
.mt-rem-n72 {
  margin-block-start: -72rem !important;
}
.mt-rem-n73 {
  margin-block-start: -73rem !important;
}
.mt-rem-n74 {
  margin-block-start: -74rem !important;
}
.mt-rem-n75 {
  margin-block-start: -75rem !important;
}
.mt-rem-n76 {
  margin-block-start: -76rem !important;
}
.mt-rem-n77 {
  margin-block-start: -77rem !important;
}
.mt-rem-n78 {
  margin-block-start: -78rem !important;
}
.mt-rem-n79 {
  margin-block-start: -79rem !important;
}
.mt-rem-n80 {
  margin-block-start: -80rem !important;
}
.mt-rem-n95 {
  margin-block-start: -95rem !important;
}
.mt-rem-n96 {
  margin-block-start: -96rem !important;
}
.mt-rem-n97 {
  margin-block-start: -97rem !important;
}
.mt-rem-n100 {
  margin-block-start: -100% !important;
}
.me-rem-nunset {
  margin-inline-end: -unset !important;
}
.me-rem-n1 {
  margin-inline-end: -1rem !important;
}
.me-rem-n2 {
  margin-inline-end: -2rem !important;
}
.me-rem-n3 {
  margin-inline-end: -3rem !important;
}
.me-rem-n4 {
  margin-inline-end: -4rem !important;
}
.me-rem-n5 {
  margin-inline-end: -5rem !important;
}
.me-rem-n7 {
  margin-inline-end: -7rem !important;
}
.me-rem-n8 {
  margin-inline-end: -8rem !important;
}
.me-rem-n9 {
  margin-inline-end: -9rem !important;
}
.me-rem-n10 {
  margin-inline-end: -10rem !important;
}
.me-rem-n11 {
  margin-inline-end: -11rem !important;
}
.me-rem-n12 {
  margin-inline-end: -12rem !important;
}
.me-rem-n13 {
  margin-inline-end: -13rem !important;
}
.me-rem-n14 {
  margin-inline-end: -14rem !important;
}
.me-rem-n15 {
  margin-inline-end: -15rem !important;
}
.me-rem-n16 {
  margin-inline-end: -16rem !important;
}
.me-rem-n17 {
  margin-inline-end: -17rem !important;
}
.me-rem-n18 {
  margin-inline-end: -18rem !important;
}
.me-rem-n19 {
  margin-inline-end: -19rem !important;
}
.me-rem-n20 {
  margin-inline-end: -20rem !important;
}
.me-rem-n23 {
  margin-inline-end: -23rem !important;
}
.me-rem-n25 {
  margin-inline-end: -25rem !important;
}
.me-rem-n30 {
  margin-inline-end: -30rem !important;
}
.me-rem-n31 {
  margin-inline-end: -31rem !important;
}
.me-rem-n32 {
  margin-inline-end: -32rem !important;
}
.me-rem-n33 {
  margin-inline-end: -33rem !important;
}
.me-rem-n34 {
  margin-inline-end: -34rem !important;
}
.me-rem-n35 {
  margin-inline-end: -35rem !important;
}
.me-rem-n36 {
  margin-inline-end: -36rem !important;
}
.me-rem-n37 {
  margin-inline-end: -37rem !important;
}
.me-rem-n38 {
  margin-inline-end: -38rem !important;
}
.me-rem-n39 {
  margin-inline-end: -39rem !important;
}
.me-rem-n40 {
  margin-inline-end: -40rem !important;
}
.me-rem-n41 {
  margin-inline-end: -41rem !important;
}
.me-rem-n42 {
  margin-inline-end: -42rem !important;
}
.me-rem-n43 {
  margin-inline-end: -43rem !important;
}
.me-rem-n44 {
  margin-inline-end: -44rem !important;
}
.me-rem-n45 {
  margin-inline-end: -45rem !important;
}
.me-rem-n46 {
  margin-inline-end: -46rem !important;
}
.me-rem-n47 {
  margin-inline-end: -47rem !important;
}
.me-rem-n48 {
  margin-inline-end: -48rem !important;
}
.me-rem-n49 {
  margin-inline-end: -49rem !important;
}
.me-rem-n50 {
  margin-inline-end: -50rem !important;
}
.me-rem-n51 {
  margin-inline-end: -51rem !important;
}
.me-rem-n52 {
  margin-inline-end: -52rem !important;
}
.me-rem-n53 {
  margin-inline-end: -53rem !important;
}
.me-rem-n54 {
  margin-inline-end: -54rem !important;
}
.me-rem-n55 {
  margin-inline-end: -55rem !important;
}
.me-rem-n56 {
  margin-inline-end: -56rem !important;
}
.me-rem-n57 {
  margin-inline-end: -57rem !important;
}
.me-rem-n58 {
  margin-inline-end: -58rem !important;
}
.me-rem-n59 {
  margin-inline-end: -59rem !important;
}
.me-rem-n60 {
  margin-inline-end: -60rem !important;
}
.me-rem-n61 {
  margin-inline-end: -61rem !important;
}
.me-rem-n62 {
  margin-inline-end: -62rem !important;
}
.me-rem-n63 {
  margin-inline-end: -63rem !important;
}
.me-rem-n64 {
  margin-inline-end: -64rem !important;
}
.me-rem-n65 {
  margin-inline-end: -65rem !important;
}
.me-rem-n66 {
  margin-inline-end: -66rem !important;
}
.me-rem-n67 {
  margin-inline-end: -67rem !important;
}
.me-rem-n68 {
  margin-inline-end: -68rem !important;
}
.me-rem-n69 {
  margin-inline-end: -69rem !important;
}
.me-rem-n70 {
  margin-inline-end: -70rem !important;
}
.me-rem-n71 {
  margin-inline-end: -71rem !important;
}
.me-rem-n72 {
  margin-inline-end: -72rem !important;
}
.me-rem-n73 {
  margin-inline-end: -73rem !important;
}
.me-rem-n74 {
  margin-inline-end: -74rem !important;
}
.me-rem-n75 {
  margin-inline-end: -75rem !important;
}
.me-rem-n76 {
  margin-inline-end: -76rem !important;
}
.me-rem-n77 {
  margin-inline-end: -77rem !important;
}
.me-rem-n78 {
  margin-inline-end: -78rem !important;
}
.me-rem-n79 {
  margin-inline-end: -79rem !important;
}
.me-rem-n80 {
  margin-inline-end: -80rem !important;
}
.me-rem-n95 {
  margin-inline-end: -95rem !important;
}
.me-rem-n96 {
  margin-inline-end: -96rem !important;
}
.me-rem-n97 {
  margin-inline-end: -97rem !important;
}
.me-rem-n100 {
  margin-inline-end: -100% !important;
}
.mb-rem-nunset {
  margin-block-end: -unset !important;
}
.mb-rem-n1 {
  margin-block-end: -1rem !important;
}
.mb-rem-n2 {
  margin-block-end: -2rem !important;
}
.mb-rem-n3 {
  margin-block-end: -3rem !important;
}
.mb-rem-n4 {
  margin-block-end: -4rem !important;
}
.mb-rem-n5 {
  margin-block-end: -5rem !important;
}
.mb-rem-n7 {
  margin-block-end: -7rem !important;
}
.mb-rem-n8 {
  margin-block-end: -8rem !important;
}
.mb-rem-n9 {
  margin-block-end: -9rem !important;
}
.mb-rem-n10 {
  margin-block-end: -10rem !important;
}
.mb-rem-n11 {
  margin-block-end: -11rem !important;
}
.mb-rem-n12 {
  margin-block-end: -12rem !important;
}
.mb-rem-n13 {
  margin-block-end: -13rem !important;
}
.mb-rem-n14 {
  margin-block-end: -14rem !important;
}
.mb-rem-n15 {
  margin-block-end: -15rem !important;
}
.mb-rem-n16 {
  margin-block-end: -16rem !important;
}
.mb-rem-n17 {
  margin-block-end: -17rem !important;
}
.mb-rem-n18 {
  margin-block-end: -18rem !important;
}
.mb-rem-n19 {
  margin-block-end: -19rem !important;
}
.mb-rem-n20 {
  margin-block-end: -20rem !important;
}
.mb-rem-n23 {
  margin-block-end: -23rem !important;
}
.mb-rem-n25 {
  margin-block-end: -25rem !important;
}
.mb-rem-n30 {
  margin-block-end: -30rem !important;
}
.mb-rem-n31 {
  margin-block-end: -31rem !important;
}
.mb-rem-n32 {
  margin-block-end: -32rem !important;
}
.mb-rem-n33 {
  margin-block-end: -33rem !important;
}
.mb-rem-n34 {
  margin-block-end: -34rem !important;
}
.mb-rem-n35 {
  margin-block-end: -35rem !important;
}
.mb-rem-n36 {
  margin-block-end: -36rem !important;
}
.mb-rem-n37 {
  margin-block-end: -37rem !important;
}
.mb-rem-n38 {
  margin-block-end: -38rem !important;
}
.mb-rem-n39 {
  margin-block-end: -39rem !important;
}
.mb-rem-n40 {
  margin-block-end: -40rem !important;
}
.mb-rem-n41 {
  margin-block-end: -41rem !important;
}
.mb-rem-n42 {
  margin-block-end: -42rem !important;
}
.mb-rem-n43 {
  margin-block-end: -43rem !important;
}
.mb-rem-n44 {
  margin-block-end: -44rem !important;
}
.mb-rem-n45 {
  margin-block-end: -45rem !important;
}
.mb-rem-n46 {
  margin-block-end: -46rem !important;
}
.mb-rem-n47 {
  margin-block-end: -47rem !important;
}
.mb-rem-n48 {
  margin-block-end: -48rem !important;
}
.mb-rem-n49 {
  margin-block-end: -49rem !important;
}
.mb-rem-n50 {
  margin-block-end: -50rem !important;
}
.mb-rem-n51 {
  margin-block-end: -51rem !important;
}
.mb-rem-n52 {
  margin-block-end: -52rem !important;
}
.mb-rem-n53 {
  margin-block-end: -53rem !important;
}
.mb-rem-n54 {
  margin-block-end: -54rem !important;
}
.mb-rem-n55 {
  margin-block-end: -55rem !important;
}
.mb-rem-n56 {
  margin-block-end: -56rem !important;
}
.mb-rem-n57 {
  margin-block-end: -57rem !important;
}
.mb-rem-n58 {
  margin-block-end: -58rem !important;
}
.mb-rem-n59 {
  margin-block-end: -59rem !important;
}
.mb-rem-n60 {
  margin-block-end: -60rem !important;
}
.mb-rem-n61 {
  margin-block-end: -61rem !important;
}
.mb-rem-n62 {
  margin-block-end: -62rem !important;
}
.mb-rem-n63 {
  margin-block-end: -63rem !important;
}
.mb-rem-n64 {
  margin-block-end: -64rem !important;
}
.mb-rem-n65 {
  margin-block-end: -65rem !important;
}
.mb-rem-n66 {
  margin-block-end: -66rem !important;
}
.mb-rem-n67 {
  margin-block-end: -67rem !important;
}
.mb-rem-n68 {
  margin-block-end: -68rem !important;
}
.mb-rem-n69 {
  margin-block-end: -69rem !important;
}
.mb-rem-n70 {
  margin-block-end: -70rem !important;
}
.mb-rem-n71 {
  margin-block-end: -71rem !important;
}
.mb-rem-n72 {
  margin-block-end: -72rem !important;
}
.mb-rem-n73 {
  margin-block-end: -73rem !important;
}
.mb-rem-n74 {
  margin-block-end: -74rem !important;
}
.mb-rem-n75 {
  margin-block-end: -75rem !important;
}
.mb-rem-n76 {
  margin-block-end: -76rem !important;
}
.mb-rem-n77 {
  margin-block-end: -77rem !important;
}
.mb-rem-n78 {
  margin-block-end: -78rem !important;
}
.mb-rem-n79 {
  margin-block-end: -79rem !important;
}
.mb-rem-n80 {
  margin-block-end: -80rem !important;
}
.mb-rem-n95 {
  margin-block-end: -95rem !important;
}
.mb-rem-n96 {
  margin-block-end: -96rem !important;
}
.mb-rem-n97 {
  margin-block-end: -97rem !important;
}
.mb-rem-n100 {
  margin-block-end: -100% !important;
}
.ms-rem-nunset {
  margin-inline-start: -unset !important;
}
.ms-rem-n1 {
  margin-inline-start: -1rem !important;
}
.ms-rem-n2 {
  margin-inline-start: -2rem !important;
}
.ms-rem-n3 {
  margin-inline-start: -3rem !important;
}
.ms-rem-n4 {
  margin-inline-start: -4rem !important;
}
.ms-rem-n5 {
  margin-inline-start: -5rem !important;
}
.ms-rem-n7 {
  margin-inline-start: -7rem !important;
}
.ms-rem-n8 {
  margin-inline-start: -8rem !important;
}
.ms-rem-n9 {
  margin-inline-start: -9rem !important;
}
.ms-rem-n10 {
  margin-inline-start: -10rem !important;
}
.ms-rem-n11 {
  margin-inline-start: -11rem !important;
}
.ms-rem-n12 {
  margin-inline-start: -12rem !important;
}
.ms-rem-n13 {
  margin-inline-start: -13rem !important;
}
.ms-rem-n14 {
  margin-inline-start: -14rem !important;
}
.ms-rem-n15 {
  margin-inline-start: -15rem !important;
}
.ms-rem-n16 {
  margin-inline-start: -16rem !important;
}
.ms-rem-n17 {
  margin-inline-start: -17rem !important;
}
.ms-rem-n18 {
  margin-inline-start: -18rem !important;
}
.ms-rem-n19 {
  margin-inline-start: -19rem !important;
}
.ms-rem-n20 {
  margin-inline-start: -20rem !important;
}
.ms-rem-n23 {
  margin-inline-start: -23rem !important;
}
.ms-rem-n25 {
  margin-inline-start: -25rem !important;
}
.ms-rem-n30 {
  margin-inline-start: -30rem !important;
}
.ms-rem-n31 {
  margin-inline-start: -31rem !important;
}
.ms-rem-n32 {
  margin-inline-start: -32rem !important;
}
.ms-rem-n33 {
  margin-inline-start: -33rem !important;
}
.ms-rem-n34 {
  margin-inline-start: -34rem !important;
}
.ms-rem-n35 {
  margin-inline-start: -35rem !important;
}
.ms-rem-n36 {
  margin-inline-start: -36rem !important;
}
.ms-rem-n37 {
  margin-inline-start: -37rem !important;
}
.ms-rem-n38 {
  margin-inline-start: -38rem !important;
}
.ms-rem-n39 {
  margin-inline-start: -39rem !important;
}
.ms-rem-n40 {
  margin-inline-start: -40rem !important;
}
.ms-rem-n41 {
  margin-inline-start: -41rem !important;
}
.ms-rem-n42 {
  margin-inline-start: -42rem !important;
}
.ms-rem-n43 {
  margin-inline-start: -43rem !important;
}
.ms-rem-n44 {
  margin-inline-start: -44rem !important;
}
.ms-rem-n45 {
  margin-inline-start: -45rem !important;
}
.ms-rem-n46 {
  margin-inline-start: -46rem !important;
}
.ms-rem-n47 {
  margin-inline-start: -47rem !important;
}
.ms-rem-n48 {
  margin-inline-start: -48rem !important;
}
.ms-rem-n49 {
  margin-inline-start: -49rem !important;
}
.ms-rem-n50 {
  margin-inline-start: -50rem !important;
}
.ms-rem-n51 {
  margin-inline-start: -51rem !important;
}
.ms-rem-n52 {
  margin-inline-start: -52rem !important;
}
.ms-rem-n53 {
  margin-inline-start: -53rem !important;
}
.ms-rem-n54 {
  margin-inline-start: -54rem !important;
}
.ms-rem-n55 {
  margin-inline-start: -55rem !important;
}
.ms-rem-n56 {
  margin-inline-start: -56rem !important;
}
.ms-rem-n57 {
  margin-inline-start: -57rem !important;
}
.ms-rem-n58 {
  margin-inline-start: -58rem !important;
}
.ms-rem-n59 {
  margin-inline-start: -59rem !important;
}
.ms-rem-n60 {
  margin-inline-start: -60rem !important;
}
.ms-rem-n61 {
  margin-inline-start: -61rem !important;
}
.ms-rem-n62 {
  margin-inline-start: -62rem !important;
}
.ms-rem-n63 {
  margin-inline-start: -63rem !important;
}
.ms-rem-n64 {
  margin-inline-start: -64rem !important;
}
.ms-rem-n65 {
  margin-inline-start: -65rem !important;
}
.ms-rem-n66 {
  margin-inline-start: -66rem !important;
}
.ms-rem-n67 {
  margin-inline-start: -67rem !important;
}
.ms-rem-n68 {
  margin-inline-start: -68rem !important;
}
.ms-rem-n69 {
  margin-inline-start: -69rem !important;
}
.ms-rem-n70 {
  margin-inline-start: -70rem !important;
}
.ms-rem-n71 {
  margin-inline-start: -71rem !important;
}
.ms-rem-n72 {
  margin-inline-start: -72rem !important;
}
.ms-rem-n73 {
  margin-inline-start: -73rem !important;
}
.ms-rem-n74 {
  margin-inline-start: -74rem !important;
}
.ms-rem-n75 {
  margin-inline-start: -75rem !important;
}
.ms-rem-n76 {
  margin-inline-start: -76rem !important;
}
.ms-rem-n77 {
  margin-inline-start: -77rem !important;
}
.ms-rem-n78 {
  margin-inline-start: -78rem !important;
}
.ms-rem-n79 {
  margin-inline-start: -79rem !important;
}
.ms-rem-n80 {
  margin-inline-start: -80rem !important;
}
.ms-rem-n95 {
  margin-inline-start: -95rem !important;
}
.ms-rem-n96 {
  margin-inline-start: -96rem !important;
}
.ms-rem-n97 {
  margin-inline-start: -97rem !important;
}
.ms-rem-n100 {
  margin-inline-start: -100% !important;
}
.p-px-0 {
  padding: 0rem !important;
}
.p-px-1 {
  padding: 0.0625rem !important;
}
.p-px-2 {
  padding: 0.125rem !important;
}
.p-px-3 {
  padding: 0.1875rem !important;
}
.p-px-4 {
  padding: 0.25rem !important;
}
.p-px-5 {
  padding: 0.3125rem !important;
}
.p-px-6 {
  padding: 0.375rem !important;
}
.p-px-7 {
  padding: 0.4375rem !important;
}
.p-px-8 {
  padding: 0.5rem !important;
}
.p-px-9 {
  padding: 0.5625rem !important;
}
.p-px-10 {
  padding: 0.625rem !important;
}
.p-px-11 {
  padding: 0.6875rem !important;
}
.p-px-12 {
  padding: 0.75rem !important;
}
.p-px-13 {
  padding: 0.8125rem !important;
}
.p-px-14 {
  padding: 0.875rem !important;
}
.p-px-15 {
  padding: 0.9375rem !important;
}
.p-px-16 {
  padding: 1rem !important;
}
.p-px-17 {
  padding: 1.0625rem !important;
}
.p-px-18 {
  padding: 1.125rem !important;
}
.p-px-19 {
  padding: 1.1875rem !important;
}
.p-px-20 {
  padding: 1.25rem !important;
}
.p-px-21 {
  padding: 1.3125rem !important;
}
.p-px-22 {
  padding: 1.375rem !important;
}
.p-px-23 {
  padding: 1.4375rem !important;
}
.p-px-24 {
  padding: 1.5rem !important;
}
.p-px-25 {
  padding: 1.5625rem !important;
}
.p-px-26 {
  padding: 1.625rem !important;
}
.p-px-27 {
  padding: 1.6875rem !important;
}
.p-px-28 {
  padding: 1.75rem !important;
}
.p-px-29 {
  padding: 1.8125rem !important;
}
.p-px-30 {
  padding: 1.875rem !important;
}
.p-px-31 {
  padding: 1.9375rem !important;
}
.p-px-32 {
  padding: 2rem !important;
}
.p-px-33 {
  padding: 2.0625rem !important;
}
.p-px-34 {
  padding: 2.125rem !important;
}
.p-px-35 {
  padding: 2.1875rem !important;
}
.p-px-36 {
  padding: 2.25rem !important;
}
.p-px-37 {
  padding: 2.3125rem !important;
}
.p-px-38 {
  padding: 2.375rem !important;
}
.p-px-39 {
  padding: 2.4375rem !important;
}
.p-px-40 {
  padding: 2.5rem !important;
}
.p-px-41 {
  padding: 2.5625rem !important;
}
.p-px-42 {
  padding: 2.625rem !important;
}
.p-px-43 {
  padding: 2.6875rem !important;
}
.p-px-44 {
  padding: 2.75rem !important;
}
.p-px-45 {
  padding: 2.8125rem !important;
}
.p-px-46 {
  padding: 2.875rem !important;
}
.p-px-47 {
  padding: 2.9375rem !important;
}
.p-px-48 {
  padding: 3rem !important;
}
.p-px-49 {
  padding: 3.0625rem !important;
}
.p-px-50 {
  padding: 3.125rem !important;
}
.p-px-51 {
  padding: 3.1875rem !important;
}
.p-px-52 {
  padding: 3.25rem !important;
}
.p-px-53 {
  padding: 3.3125rem !important;
}
.p-px-54 {
  padding: 3.375rem !important;
}
.p-px-56 {
  padding: 3.5rem !important;
}
.p-px-57 {
  padding: 3.5625rem !important;
}
.p-px-58 {
  padding: 3.625rem !important;
}
.p-px-59 {
  padding: 3.6875rem !important;
}
.p-px-60 {
  padding: 3.75rem !important;
}
.p-px-61 {
  padding: 3.8125rem !important;
}
.p-px-62 {
  padding: 3.875rem !important;
}
.p-px-63 {
  padding: 3.9375rem !important;
}
.p-px-64 {
  padding: 4rem !important;
}
.p-px-68 {
  padding: 4.25rem !important;
}
.p-px-70 {
  padding: 4.375rem !important;
}
.p-px-80 {
  padding: 5rem !important;
}
.p-px-82 {
  padding: 5.125rem !important;
}
.p-px-83 {
  padding: 5.1875rem !important;
}
.p-px-84 {
  padding: 5.25rem !important;
}
.p-px-98 {
  padding: 6.125rem !important;
}
.p-px-104 {
  padding: 6.5rem !important;
}
.p-px-122 {
  padding: 7.625rem !important;
}
.p-px-123 {
  padding: 7.6875rem !important;
}
.p-px-147 {
  padding: 9.1875rem !important;
}
.p-px-148 {
  padding: 9.25rem !important;
}
.p-px-150 {
  padding: 9.375rem !important;
}
.p-px-180 {
  padding: 11.25rem !important;
}
.p-px-192 {
  padding: 12rem !important;
}
.p-px-200 {
  padding: 12.5rem !important;
}
.p-px-220 {
  padding: 13.75rem !important;
}
.p-px-270 {
  padding: 16.875rem !important;
}
.p-px-300 {
  padding: 18.75rem !important;
}
.p-px-350 {
  padding: 21.875rem !important;
}
.p-px-400 {
  padding: 25rem !important;
}
.p-px-500 {
  padding: 31.25rem !important;
}
.p-px-600 {
  padding: 37.5rem !important;
}
.px-px-0 {
  padding-inline-start: 0rem !important;
  padding-inline-end: 0rem !important;
}
.px-px-1 {
  padding-inline-start: 0.0625rem !important;
  padding-inline-end: 0.0625rem !important;
}
.px-px-2 {
  padding-inline-start: 0.125rem !important;
  padding-inline-end: 0.125rem !important;
}
.px-px-3 {
  padding-inline-start: 0.1875rem !important;
  padding-inline-end: 0.1875rem !important;
}
.px-px-4 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}
.px-px-5 {
  padding-inline-start: 0.3125rem !important;
  padding-inline-end: 0.3125rem !important;
}
.px-px-6 {
  padding-inline-start: 0.375rem !important;
  padding-inline-end: 0.375rem !important;
}
.px-px-7 {
  padding-inline-start: 0.4375rem !important;
  padding-inline-end: 0.4375rem !important;
}
.px-px-8 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}
.px-px-9 {
  padding-inline-start: 0.5625rem !important;
  padding-inline-end: 0.5625rem !important;
}
.px-px-10 {
  padding-inline-start: 0.625rem !important;
  padding-inline-end: 0.625rem !important;
}
.px-px-11 {
  padding-inline-start: 0.6875rem !important;
  padding-inline-end: 0.6875rem !important;
}
.px-px-12 {
  padding-inline-start: 0.75rem !important;
  padding-inline-end: 0.75rem !important;
}
.px-px-13 {
  padding-inline-start: 0.8125rem !important;
  padding-inline-end: 0.8125rem !important;
}
.px-px-14 {
  padding-inline-start: 0.875rem !important;
  padding-inline-end: 0.875rem !important;
}
.px-px-15 {
  padding-inline-start: 0.9375rem !important;
  padding-inline-end: 0.9375rem !important;
}
.px-px-16 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}
.px-px-17 {
  padding-inline-start: 1.0625rem !important;
  padding-inline-end: 1.0625rem !important;
}
.px-px-18 {
  padding-inline-start: 1.125rem !important;
  padding-inline-end: 1.125rem !important;
}
.px-px-19 {
  padding-inline-start: 1.1875rem !important;
  padding-inline-end: 1.1875rem !important;
}
.px-px-20 {
  padding-inline-start: 1.25rem !important;
  padding-inline-end: 1.25rem !important;
}
.px-px-21 {
  padding-inline-start: 1.3125rem !important;
  padding-inline-end: 1.3125rem !important;
}
.px-px-22 {
  padding-inline-start: 1.375rem !important;
  padding-inline-end: 1.375rem !important;
}
.px-px-23 {
  padding-inline-start: 1.4375rem !important;
  padding-inline-end: 1.4375rem !important;
}
.px-px-24 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}
.px-px-25 {
  padding-inline-start: 1.5625rem !important;
  padding-inline-end: 1.5625rem !important;
}
.px-px-26 {
  padding-inline-start: 1.625rem !important;
  padding-inline-end: 1.625rem !important;
}
.px-px-27 {
  padding-inline-start: 1.6875rem !important;
  padding-inline-end: 1.6875rem !important;
}
.px-px-28 {
  padding-inline-start: 1.75rem !important;
  padding-inline-end: 1.75rem !important;
}
.px-px-29 {
  padding-inline-start: 1.8125rem !important;
  padding-inline-end: 1.8125rem !important;
}
.px-px-30 {
  padding-inline-start: 1.875rem !important;
  padding-inline-end: 1.875rem !important;
}
.px-px-31 {
  padding-inline-start: 1.9375rem !important;
  padding-inline-end: 1.9375rem !important;
}
.px-px-32 {
  padding-inline-start: 2rem !important;
  padding-inline-end: 2rem !important;
}
.px-px-33 {
  padding-inline-start: 2.0625rem !important;
  padding-inline-end: 2.0625rem !important;
}
.px-px-34 {
  padding-inline-start: 2.125rem !important;
  padding-inline-end: 2.125rem !important;
}
.px-px-35 {
  padding-inline-start: 2.1875rem !important;
  padding-inline-end: 2.1875rem !important;
}
.px-px-36 {
  padding-inline-start: 2.25rem !important;
  padding-inline-end: 2.25rem !important;
}
.px-px-37 {
  padding-inline-start: 2.3125rem !important;
  padding-inline-end: 2.3125rem !important;
}
.px-px-38 {
  padding-inline-start: 2.375rem !important;
  padding-inline-end: 2.375rem !important;
}
.px-px-39 {
  padding-inline-start: 2.4375rem !important;
  padding-inline-end: 2.4375rem !important;
}
.px-px-40 {
  padding-inline-start: 2.5rem !important;
  padding-inline-end: 2.5rem !important;
}
.px-px-41 {
  padding-inline-start: 2.5625rem !important;
  padding-inline-end: 2.5625rem !important;
}
.px-px-42 {
  padding-inline-start: 2.625rem !important;
  padding-inline-end: 2.625rem !important;
}
.px-px-43 {
  padding-inline-start: 2.6875rem !important;
  padding-inline-end: 2.6875rem !important;
}
.px-px-44 {
  padding-inline-start: 2.75rem !important;
  padding-inline-end: 2.75rem !important;
}
.px-px-45 {
  padding-inline-start: 2.8125rem !important;
  padding-inline-end: 2.8125rem !important;
}
.px-px-46 {
  padding-inline-start: 2.875rem !important;
  padding-inline-end: 2.875rem !important;
}
.px-px-47 {
  padding-inline-start: 2.9375rem !important;
  padding-inline-end: 2.9375rem !important;
}
.px-px-48 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}
.px-px-49 {
  padding-inline-start: 3.0625rem !important;
  padding-inline-end: 3.0625rem !important;
}
.px-px-50 {
  padding-inline-start: 3.125rem !important;
  padding-inline-end: 3.125rem !important;
}
.px-px-51 {
  padding-inline-start: 3.1875rem !important;
  padding-inline-end: 3.1875rem !important;
}
.px-px-52 {
  padding-inline-start: 3.25rem !important;
  padding-inline-end: 3.25rem !important;
}
.px-px-53 {
  padding-inline-start: 3.3125rem !important;
  padding-inline-end: 3.3125rem !important;
}
.px-px-54 {
  padding-inline-start: 3.375rem !important;
  padding-inline-end: 3.375rem !important;
}
.px-px-56 {
  padding-inline-start: 3.5rem !important;
  padding-inline-end: 3.5rem !important;
}
.px-px-57 {
  padding-inline-start: 3.5625rem !important;
  padding-inline-end: 3.5625rem !important;
}
.px-px-58 {
  padding-inline-start: 3.625rem !important;
  padding-inline-end: 3.625rem !important;
}
.px-px-59 {
  padding-inline-start: 3.6875rem !important;
  padding-inline-end: 3.6875rem !important;
}
.px-px-60 {
  padding-inline-start: 3.75rem !important;
  padding-inline-end: 3.75rem !important;
}
.px-px-61 {
  padding-inline-start: 3.8125rem !important;
  padding-inline-end: 3.8125rem !important;
}
.px-px-62 {
  padding-inline-start: 3.875rem !important;
  padding-inline-end: 3.875rem !important;
}
.px-px-63 {
  padding-inline-start: 3.9375rem !important;
  padding-inline-end: 3.9375rem !important;
}
.px-px-64 {
  padding-inline-start: 4rem !important;
  padding-inline-end: 4rem !important;
}
.px-px-68 {
  padding-inline-start: 4.25rem !important;
  padding-inline-end: 4.25rem !important;
}
.px-px-70 {
  padding-inline-start: 4.375rem !important;
  padding-inline-end: 4.375rem !important;
}
.px-px-80 {
  padding-inline-start: 5rem !important;
  padding-inline-end: 5rem !important;
}
.px-px-82 {
  padding-inline-start: 5.125rem !important;
  padding-inline-end: 5.125rem !important;
}
.px-px-83 {
  padding-inline-start: 5.1875rem !important;
  padding-inline-end: 5.1875rem !important;
}
.px-px-84 {
  padding-inline-start: 5.25rem !important;
  padding-inline-end: 5.25rem !important;
}
.px-px-98 {
  padding-inline-start: 6.125rem !important;
  padding-inline-end: 6.125rem !important;
}
.px-px-104 {
  padding-inline-start: 6.5rem !important;
  padding-inline-end: 6.5rem !important;
}
.px-px-122 {
  padding-inline-start: 7.625rem !important;
  padding-inline-end: 7.625rem !important;
}
.px-px-123 {
  padding-inline-start: 7.6875rem !important;
  padding-inline-end: 7.6875rem !important;
}
.px-px-147 {
  padding-inline-start: 9.1875rem !important;
  padding-inline-end: 9.1875rem !important;
}
.px-px-148 {
  padding-inline-start: 9.25rem !important;
  padding-inline-end: 9.25rem !important;
}
.px-px-150 {
  padding-inline-start: 9.375rem !important;
  padding-inline-end: 9.375rem !important;
}
.px-px-180 {
  padding-inline-start: 11.25rem !important;
  padding-inline-end: 11.25rem !important;
}
.px-px-192 {
  padding-inline-start: 12rem !important;
  padding-inline-end: 12rem !important;
}
.px-px-200 {
  padding-inline-start: 12.5rem !important;
  padding-inline-end: 12.5rem !important;
}
.px-px-220 {
  padding-inline-start: 13.75rem !important;
  padding-inline-end: 13.75rem !important;
}
.px-px-270 {
  padding-inline-start: 16.875rem !important;
  padding-inline-end: 16.875rem !important;
}
.px-px-300 {
  padding-inline-start: 18.75rem !important;
  padding-inline-end: 18.75rem !important;
}
.px-px-350 {
  padding-inline-start: 21.875rem !important;
  padding-inline-end: 21.875rem !important;
}
.px-px-400 {
  padding-inline-start: 25rem !important;
  padding-inline-end: 25rem !important;
}
.px-px-500 {
  padding-inline-start: 31.25rem !important;
  padding-inline-end: 31.25rem !important;
}
.px-px-600 {
  padding-inline-start: 37.5rem !important;
  padding-inline-end: 37.5rem !important;
}
.py-px-0 {
  padding-block-start: 0rem !important;
  padding-block-end: 0rem !important;
}
.py-px-1 {
  padding-block-start: 0.0625rem !important;
  padding-block-end: 0.0625rem !important;
}
.py-px-2 {
  padding-block-start: 0.125rem !important;
  padding-block-end: 0.125rem !important;
}
.py-px-3 {
  padding-block-start: 0.1875rem !important;
  padding-block-end: 0.1875rem !important;
}
.py-px-4 {
  padding-block-start: 0.25rem !important;
  padding-block-end: 0.25rem !important;
}
.py-px-5 {
  padding-block-start: 0.3125rem !important;
  padding-block-end: 0.3125rem !important;
}
.py-px-6 {
  padding-block-start: 0.375rem !important;
  padding-block-end: 0.375rem !important;
}
.py-px-7 {
  padding-block-start: 0.4375rem !important;
  padding-block-end: 0.4375rem !important;
}
.py-px-8 {
  padding-block-start: 0.5rem !important;
  padding-block-end: 0.5rem !important;
}
.py-px-9 {
  padding-block-start: 0.5625rem !important;
  padding-block-end: 0.5625rem !important;
}
.py-px-10 {
  padding-block-start: 0.625rem !important;
  padding-block-end: 0.625rem !important;
}
.py-px-11 {
  padding-block-start: 0.6875rem !important;
  padding-block-end: 0.6875rem !important;
}
.py-px-12 {
  padding-block-start: 0.75rem !important;
  padding-block-end: 0.75rem !important;
}
.py-px-13 {
  padding-block-start: 0.8125rem !important;
  padding-block-end: 0.8125rem !important;
}
.py-px-14 {
  padding-block-start: 0.875rem !important;
  padding-block-end: 0.875rem !important;
}
.py-px-15 {
  padding-block-start: 0.9375rem !important;
  padding-block-end: 0.9375rem !important;
}
.py-px-16 {
  padding-block-start: 1rem !important;
  padding-block-end: 1rem !important;
}
.py-px-17 {
  padding-block-start: 1.0625rem !important;
  padding-block-end: 1.0625rem !important;
}
.py-px-18 {
  padding-block-start: 1.125rem !important;
  padding-block-end: 1.125rem !important;
}
.py-px-19 {
  padding-block-start: 1.1875rem !important;
  padding-block-end: 1.1875rem !important;
}
.py-px-20 {
  padding-block-start: 1.25rem !important;
  padding-block-end: 1.25rem !important;
}
.py-px-21 {
  padding-block-start: 1.3125rem !important;
  padding-block-end: 1.3125rem !important;
}
.py-px-22 {
  padding-block-start: 1.375rem !important;
  padding-block-end: 1.375rem !important;
}
.py-px-23 {
  padding-block-start: 1.4375rem !important;
  padding-block-end: 1.4375rem !important;
}
.py-px-24 {
  padding-block-start: 1.5rem !important;
  padding-block-end: 1.5rem !important;
}
.py-px-25 {
  padding-block-start: 1.5625rem !important;
  padding-block-end: 1.5625rem !important;
}
.py-px-26 {
  padding-block-start: 1.625rem !important;
  padding-block-end: 1.625rem !important;
}
.py-px-27 {
  padding-block-start: 1.6875rem !important;
  padding-block-end: 1.6875rem !important;
}
.py-px-28 {
  padding-block-start: 1.75rem !important;
  padding-block-end: 1.75rem !important;
}
.py-px-29 {
  padding-block-start: 1.8125rem !important;
  padding-block-end: 1.8125rem !important;
}
.py-px-30 {
  padding-block-start: 1.875rem !important;
  padding-block-end: 1.875rem !important;
}
.py-px-31 {
  padding-block-start: 1.9375rem !important;
  padding-block-end: 1.9375rem !important;
}
.py-px-32 {
  padding-block-start: 2rem !important;
  padding-block-end: 2rem !important;
}
.py-px-33 {
  padding-block-start: 2.0625rem !important;
  padding-block-end: 2.0625rem !important;
}
.py-px-34 {
  padding-block-start: 2.125rem !important;
  padding-block-end: 2.125rem !important;
}
.py-px-35 {
  padding-block-start: 2.1875rem !important;
  padding-block-end: 2.1875rem !important;
}
.py-px-36 {
  padding-block-start: 2.25rem !important;
  padding-block-end: 2.25rem !important;
}
.py-px-37 {
  padding-block-start: 2.3125rem !important;
  padding-block-end: 2.3125rem !important;
}
.py-px-38 {
  padding-block-start: 2.375rem !important;
  padding-block-end: 2.375rem !important;
}
.py-px-39 {
  padding-block-start: 2.4375rem !important;
  padding-block-end: 2.4375rem !important;
}
.py-px-40 {
  padding-block-start: 2.5rem !important;
  padding-block-end: 2.5rem !important;
}
.py-px-41 {
  padding-block-start: 2.5625rem !important;
  padding-block-end: 2.5625rem !important;
}
.py-px-42 {
  padding-block-start: 2.625rem !important;
  padding-block-end: 2.625rem !important;
}
.py-px-43 {
  padding-block-start: 2.6875rem !important;
  padding-block-end: 2.6875rem !important;
}
.py-px-44 {
  padding-block-start: 2.75rem !important;
  padding-block-end: 2.75rem !important;
}
.py-px-45 {
  padding-block-start: 2.8125rem !important;
  padding-block-end: 2.8125rem !important;
}
.py-px-46 {
  padding-block-start: 2.875rem !important;
  padding-block-end: 2.875rem !important;
}
.py-px-47 {
  padding-block-start: 2.9375rem !important;
  padding-block-end: 2.9375rem !important;
}
.py-px-48 {
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}
.py-px-49 {
  padding-block-start: 3.0625rem !important;
  padding-block-end: 3.0625rem !important;
}
.py-px-50 {
  padding-block-start: 3.125rem !important;
  padding-block-end: 3.125rem !important;
}
.py-px-51 {
  padding-block-start: 3.1875rem !important;
  padding-block-end: 3.1875rem !important;
}
.py-px-52 {
  padding-block-start: 3.25rem !important;
  padding-block-end: 3.25rem !important;
}
.py-px-53 {
  padding-block-start: 3.3125rem !important;
  padding-block-end: 3.3125rem !important;
}
.py-px-54 {
  padding-block-start: 3.375rem !important;
  padding-block-end: 3.375rem !important;
}
.py-px-56 {
  padding-block-start: 3.5rem !important;
  padding-block-end: 3.5rem !important;
}
.py-px-57 {
  padding-block-start: 3.5625rem !important;
  padding-block-end: 3.5625rem !important;
}
.py-px-58 {
  padding-block-start: 3.625rem !important;
  padding-block-end: 3.625rem !important;
}
.py-px-59 {
  padding-block-start: 3.6875rem !important;
  padding-block-end: 3.6875rem !important;
}
.py-px-60 {
  padding-block-start: 3.75rem !important;
  padding-block-end: 3.75rem !important;
}
.py-px-61 {
  padding-block-start: 3.8125rem !important;
  padding-block-end: 3.8125rem !important;
}
.py-px-62 {
  padding-block-start: 3.875rem !important;
  padding-block-end: 3.875rem !important;
}
.py-px-63 {
  padding-block-start: 3.9375rem !important;
  padding-block-end: 3.9375rem !important;
}
.py-px-64 {
  padding-block-start: 4rem !important;
  padding-block-end: 4rem !important;
}
.py-px-68 {
  padding-block-start: 4.25rem !important;
  padding-block-end: 4.25rem !important;
}
.py-px-70 {
  padding-block-start: 4.375rem !important;
  padding-block-end: 4.375rem !important;
}
.py-px-80 {
  padding-block-start: 5rem !important;
  padding-block-end: 5rem !important;
}
.py-px-82 {
  padding-block-start: 5.125rem !important;
  padding-block-end: 5.125rem !important;
}
.py-px-83 {
  padding-block-start: 5.1875rem !important;
  padding-block-end: 5.1875rem !important;
}
.py-px-84 {
  padding-block-start: 5.25rem !important;
  padding-block-end: 5.25rem !important;
}
.py-px-98 {
  padding-block-start: 6.125rem !important;
  padding-block-end: 6.125rem !important;
}
.py-px-104 {
  padding-block-start: 6.5rem !important;
  padding-block-end: 6.5rem !important;
}
.py-px-122 {
  padding-block-start: 7.625rem !important;
  padding-block-end: 7.625rem !important;
}
.py-px-123 {
  padding-block-start: 7.6875rem !important;
  padding-block-end: 7.6875rem !important;
}
.py-px-147 {
  padding-block-start: 9.1875rem !important;
  padding-block-end: 9.1875rem !important;
}
.py-px-148 {
  padding-block-start: 9.25rem !important;
  padding-block-end: 9.25rem !important;
}
.py-px-150 {
  padding-block-start: 9.375rem !important;
  padding-block-end: 9.375rem !important;
}
.py-px-180 {
  padding-block-start: 11.25rem !important;
  padding-block-end: 11.25rem !important;
}
.py-px-192 {
  padding-block-start: 12rem !important;
  padding-block-end: 12rem !important;
}
.py-px-200 {
  padding-block-start: 12.5rem !important;
  padding-block-end: 12.5rem !important;
}
.py-px-220 {
  padding-block-start: 13.75rem !important;
  padding-block-end: 13.75rem !important;
}
.py-px-270 {
  padding-block-start: 16.875rem !important;
  padding-block-end: 16.875rem !important;
}
.py-px-300 {
  padding-block-start: 18.75rem !important;
  padding-block-end: 18.75rem !important;
}
.py-px-350 {
  padding-block-start: 21.875rem !important;
  padding-block-end: 21.875rem !important;
}
.py-px-400 {
  padding-block-start: 25rem !important;
  padding-block-end: 25rem !important;
}
.py-px-500 {
  padding-block-start: 31.25rem !important;
  padding-block-end: 31.25rem !important;
}
.py-px-600 {
  padding-block-start: 37.5rem !important;
  padding-block-end: 37.5rem !important;
}
.pt-px-0 {
  padding-block-start: 0rem !important;
}
.pt-px-1 {
  padding-block-start: 0.0625rem !important;
}
.pt-px-2 {
  padding-block-start: 0.125rem !important;
}
.pt-px-3 {
  padding-block-start: 0.1875rem !important;
}
.pt-px-4 {
  padding-block-start: 0.25rem !important;
}
.pt-px-5 {
  padding-block-start: 0.3125rem !important;
}
.pt-px-6 {
  padding-block-start: 0.375rem !important;
}
.pt-px-7 {
  padding-block-start: 0.4375rem !important;
}
.pt-px-8 {
  padding-block-start: 0.5rem !important;
}
.pt-px-9 {
  padding-block-start: 0.5625rem !important;
}
.pt-px-10 {
  padding-block-start: 0.625rem !important;
}
.pt-px-11 {
  padding-block-start: 0.6875rem !important;
}
.pt-px-12 {
  padding-block-start: 0.75rem !important;
}
.pt-px-13 {
  padding-block-start: 0.8125rem !important;
}
.pt-px-14 {
  padding-block-start: 0.875rem !important;
}
.pt-px-15 {
  padding-block-start: 0.9375rem !important;
}
.pt-px-16 {
  padding-block-start: 1rem !important;
}
.pt-px-17 {
  padding-block-start: 1.0625rem !important;
}
.pt-px-18 {
  padding-block-start: 1.125rem !important;
}
.pt-px-19 {
  padding-block-start: 1.1875rem !important;
}
.pt-px-20 {
  padding-block-start: 1.25rem !important;
}
.pt-px-21 {
  padding-block-start: 1.3125rem !important;
}
.pt-px-22 {
  padding-block-start: 1.375rem !important;
}
.pt-px-23 {
  padding-block-start: 1.4375rem !important;
}
.pt-px-24 {
  padding-block-start: 1.5rem !important;
}
.pt-px-25 {
  padding-block-start: 1.5625rem !important;
}
.pt-px-26 {
  padding-block-start: 1.625rem !important;
}
.pt-px-27 {
  padding-block-start: 1.6875rem !important;
}
.pt-px-28 {
  padding-block-start: 1.75rem !important;
}
.pt-px-29 {
  padding-block-start: 1.8125rem !important;
}
.pt-px-30 {
  padding-block-start: 1.875rem !important;
}
.pt-px-31 {
  padding-block-start: 1.9375rem !important;
}
.pt-px-32 {
  padding-block-start: 2rem !important;
}
.pt-px-33 {
  padding-block-start: 2.0625rem !important;
}
.pt-px-34 {
  padding-block-start: 2.125rem !important;
}
.pt-px-35 {
  padding-block-start: 2.1875rem !important;
}
.pt-px-36 {
  padding-block-start: 2.25rem !important;
}
.pt-px-37 {
  padding-block-start: 2.3125rem !important;
}
.pt-px-38 {
  padding-block-start: 2.375rem !important;
}
.pt-px-39 {
  padding-block-start: 2.4375rem !important;
}
.pt-px-40 {
  padding-block-start: 2.5rem !important;
}
.pt-px-41 {
  padding-block-start: 2.5625rem !important;
}
.pt-px-42 {
  padding-block-start: 2.625rem !important;
}
.pt-px-43 {
  padding-block-start: 2.6875rem !important;
}
.pt-px-44 {
  padding-block-start: 2.75rem !important;
}
.pt-px-45 {
  padding-block-start: 2.8125rem !important;
}
.pt-px-46 {
  padding-block-start: 2.875rem !important;
}
.pt-px-47 {
  padding-block-start: 2.9375rem !important;
}
.pt-px-48 {
  padding-block-start: 3rem !important;
}
.pt-px-49 {
  padding-block-start: 3.0625rem !important;
}
.pt-px-50 {
  padding-block-start: 3.125rem !important;
}
.pt-px-51 {
  padding-block-start: 3.1875rem !important;
}
.pt-px-52 {
  padding-block-start: 3.25rem !important;
}
.pt-px-53 {
  padding-block-start: 3.3125rem !important;
}
.pt-px-54 {
  padding-block-start: 3.375rem !important;
}
.pt-px-56 {
  padding-block-start: 3.5rem !important;
}
.pt-px-57 {
  padding-block-start: 3.5625rem !important;
}
.pt-px-58 {
  padding-block-start: 3.625rem !important;
}
.pt-px-59 {
  padding-block-start: 3.6875rem !important;
}
.pt-px-60 {
  padding-block-start: 3.75rem !important;
}
.pt-px-61 {
  padding-block-start: 3.8125rem !important;
}
.pt-px-62 {
  padding-block-start: 3.875rem !important;
}
.pt-px-63 {
  padding-block-start: 3.9375rem !important;
}
.pt-px-64 {
  padding-block-start: 4rem !important;
}
.pt-px-68 {
  padding-block-start: 4.25rem !important;
}
.pt-px-70 {
  padding-block-start: 4.375rem !important;
}
.pt-px-80 {
  padding-block-start: 5rem !important;
}
.pt-px-82 {
  padding-block-start: 5.125rem !important;
}
.pt-px-83 {
  padding-block-start: 5.1875rem !important;
}
.pt-px-84 {
  padding-block-start: 5.25rem !important;
}
.pt-px-98 {
  padding-block-start: 6.125rem !important;
}
.pt-px-104 {
  padding-block-start: 6.5rem !important;
}
.pt-px-122 {
  padding-block-start: 7.625rem !important;
}
.pt-px-123 {
  padding-block-start: 7.6875rem !important;
}
.pt-px-147 {
  padding-block-start: 9.1875rem !important;
}
.pt-px-148 {
  padding-block-start: 9.25rem !important;
}
.pt-px-150 {
  padding-block-start: 9.375rem !important;
}
.pt-px-180 {
  padding-block-start: 11.25rem !important;
}
.pt-px-192 {
  padding-block-start: 12rem !important;
}
.pt-px-200 {
  padding-block-start: 12.5rem !important;
}
.pt-px-220 {
  padding-block-start: 13.75rem !important;
}
.pt-px-270 {
  padding-block-start: 16.875rem !important;
}
.pt-px-300 {
  padding-block-start: 18.75rem !important;
}
.pt-px-350 {
  padding-block-start: 21.875rem !important;
}
.pt-px-400 {
  padding-block-start: 25rem !important;
}
.pt-px-500 {
  padding-block-start: 31.25rem !important;
}
.pt-px-600 {
  padding-block-start: 37.5rem !important;
}
.pe-px-0 {
  padding-inline-end: 0rem !important;
}
.pe-px-1 {
  padding-inline-end: 0.0625rem !important;
}
.pe-px-2 {
  padding-inline-end: 0.125rem !important;
}
.pe-px-3 {
  padding-inline-end: 0.1875rem !important;
}
.pe-px-4 {
  padding-inline-end: 0.25rem !important;
}
.pe-px-5 {
  padding-inline-end: 0.3125rem !important;
}
.pe-px-6 {
  padding-inline-end: 0.375rem !important;
}
.pe-px-7 {
  padding-inline-end: 0.4375rem !important;
}
.pe-px-8 {
  padding-inline-end: 0.5rem !important;
}
.pe-px-9 {
  padding-inline-end: 0.5625rem !important;
}
.pe-px-10 {
  padding-inline-end: 0.625rem !important;
}
.pe-px-11 {
  padding-inline-end: 0.6875rem !important;
}
.pe-px-12 {
  padding-inline-end: 0.75rem !important;
}
.pe-px-13 {
  padding-inline-end: 0.8125rem !important;
}
.pe-px-14 {
  padding-inline-end: 0.875rem !important;
}
.pe-px-15 {
  padding-inline-end: 0.9375rem !important;
}
.pe-px-16 {
  padding-inline-end: 1rem !important;
}
.pe-px-17 {
  padding-inline-end: 1.0625rem !important;
}
.pe-px-18 {
  padding-inline-end: 1.125rem !important;
}
.pe-px-19 {
  padding-inline-end: 1.1875rem !important;
}
.pe-px-20 {
  padding-inline-end: 1.25rem !important;
}
.pe-px-21 {
  padding-inline-end: 1.3125rem !important;
}
.pe-px-22 {
  padding-inline-end: 1.375rem !important;
}
.pe-px-23 {
  padding-inline-end: 1.4375rem !important;
}
.pe-px-24 {
  padding-inline-end: 1.5rem !important;
}
.pe-px-25 {
  padding-inline-end: 1.5625rem !important;
}
.pe-px-26 {
  padding-inline-end: 1.625rem !important;
}
.pe-px-27 {
  padding-inline-end: 1.6875rem !important;
}
.pe-px-28 {
  padding-inline-end: 1.75rem !important;
}
.pe-px-29 {
  padding-inline-end: 1.8125rem !important;
}
.pe-px-30 {
  padding-inline-end: 1.875rem !important;
}
.pe-px-31 {
  padding-inline-end: 1.9375rem !important;
}
.pe-px-32 {
  padding-inline-end: 2rem !important;
}
.pe-px-33 {
  padding-inline-end: 2.0625rem !important;
}
.pe-px-34 {
  padding-inline-end: 2.125rem !important;
}
.pe-px-35 {
  padding-inline-end: 2.1875rem !important;
}
.pe-px-36 {
  padding-inline-end: 2.25rem !important;
}
.pe-px-37 {
  padding-inline-end: 2.3125rem !important;
}
.pe-px-38 {
  padding-inline-end: 2.375rem !important;
}
.pe-px-39 {
  padding-inline-end: 2.4375rem !important;
}
.pe-px-40 {
  padding-inline-end: 2.5rem !important;
}
.pe-px-41 {
  padding-inline-end: 2.5625rem !important;
}
.pe-px-42 {
  padding-inline-end: 2.625rem !important;
}
.pe-px-43 {
  padding-inline-end: 2.6875rem !important;
}
.pe-px-44 {
  padding-inline-end: 2.75rem !important;
}
.pe-px-45 {
  padding-inline-end: 2.8125rem !important;
}
.pe-px-46 {
  padding-inline-end: 2.875rem !important;
}
.pe-px-47 {
  padding-inline-end: 2.9375rem !important;
}
.pe-px-48 {
  padding-inline-end: 3rem !important;
}
.pe-px-49 {
  padding-inline-end: 3.0625rem !important;
}
.pe-px-50 {
  padding-inline-end: 3.125rem !important;
}
.pe-px-51 {
  padding-inline-end: 3.1875rem !important;
}
.pe-px-52 {
  padding-inline-end: 3.25rem !important;
}
.pe-px-53 {
  padding-inline-end: 3.3125rem !important;
}
.pe-px-54 {
  padding-inline-end: 3.375rem !important;
}
.pe-px-56 {
  padding-inline-end: 3.5rem !important;
}
.pe-px-57 {
  padding-inline-end: 3.5625rem !important;
}
.pe-px-58 {
  padding-inline-end: 3.625rem !important;
}
.pe-px-59 {
  padding-inline-end: 3.6875rem !important;
}
.pe-px-60 {
  padding-inline-end: 3.75rem !important;
}
.pe-px-61 {
  padding-inline-end: 3.8125rem !important;
}
.pe-px-62 {
  padding-inline-end: 3.875rem !important;
}
.pe-px-63 {
  padding-inline-end: 3.9375rem !important;
}
.pe-px-64 {
  padding-inline-end: 4rem !important;
}
.pe-px-68 {
  padding-inline-end: 4.25rem !important;
}
.pe-px-70 {
  padding-inline-end: 4.375rem !important;
}
.pe-px-80 {
  padding-inline-end: 5rem !important;
}
.pe-px-82 {
  padding-inline-end: 5.125rem !important;
}
.pe-px-83 {
  padding-inline-end: 5.1875rem !important;
}
.pe-px-84 {
  padding-inline-end: 5.25rem !important;
}
.pe-px-98 {
  padding-inline-end: 6.125rem !important;
}
.pe-px-104 {
  padding-inline-end: 6.5rem !important;
}
.pe-px-122 {
  padding-inline-end: 7.625rem !important;
}
.pe-px-123 {
  padding-inline-end: 7.6875rem !important;
}
.pe-px-147 {
  padding-inline-end: 9.1875rem !important;
}
.pe-px-148 {
  padding-inline-end: 9.25rem !important;
}
.pe-px-150 {
  padding-inline-end: 9.375rem !important;
}
.pe-px-180 {
  padding-inline-end: 11.25rem !important;
}
.pe-px-192 {
  padding-inline-end: 12rem !important;
}
.pe-px-200 {
  padding-inline-end: 12.5rem !important;
}
.pe-px-220 {
  padding-inline-end: 13.75rem !important;
}
.pe-px-270 {
  padding-inline-end: 16.875rem !important;
}
.pe-px-300 {
  padding-inline-end: 18.75rem !important;
}
.pe-px-350 {
  padding-inline-end: 21.875rem !important;
}
.pe-px-400 {
  padding-inline-end: 25rem !important;
}
.pe-px-500 {
  padding-inline-end: 31.25rem !important;
}
.pe-px-600 {
  padding-inline-end: 37.5rem !important;
}
.pb-px-0 {
  padding-block-end: 0rem !important;
}
.pb-px-1 {
  padding-block-end: 0.0625rem !important;
}
.pb-px-2 {
  padding-block-end: 0.125rem !important;
}
.pb-px-3 {
  padding-block-end: 0.1875rem !important;
}
.pb-px-4 {
  padding-block-end: 0.25rem !important;
}
.pb-px-5 {
  padding-block-end: 0.3125rem !important;
}
.pb-px-6 {
  padding-block-end: 0.375rem !important;
}
.pb-px-7 {
  padding-block-end: 0.4375rem !important;
}
.pb-px-8 {
  padding-block-end: 0.5rem !important;
}
.pb-px-9 {
  padding-block-end: 0.5625rem !important;
}
.pb-px-10 {
  padding-block-end: 0.625rem !important;
}
.pb-px-11 {
  padding-block-end: 0.6875rem !important;
}
.pb-px-12 {
  padding-block-end: 0.75rem !important;
}
.pb-px-13 {
  padding-block-end: 0.8125rem !important;
}
.pb-px-14 {
  padding-block-end: 0.875rem !important;
}
.pb-px-15 {
  padding-block-end: 0.9375rem !important;
}
.pb-px-16 {
  padding-block-end: 1rem !important;
}
.pb-px-17 {
  padding-block-end: 1.0625rem !important;
}
.pb-px-18 {
  padding-block-end: 1.125rem !important;
}
.pb-px-19 {
  padding-block-end: 1.1875rem !important;
}
.pb-px-20 {
  padding-block-end: 1.25rem !important;
}
.pb-px-21 {
  padding-block-end: 1.3125rem !important;
}
.pb-px-22 {
  padding-block-end: 1.375rem !important;
}
.pb-px-23 {
  padding-block-end: 1.4375rem !important;
}
.pb-px-24 {
  padding-block-end: 1.5rem !important;
}
.pb-px-25 {
  padding-block-end: 1.5625rem !important;
}
.pb-px-26 {
  padding-block-end: 1.625rem !important;
}
.pb-px-27 {
  padding-block-end: 1.6875rem !important;
}
.pb-px-28 {
  padding-block-end: 1.75rem !important;
}
.pb-px-29 {
  padding-block-end: 1.8125rem !important;
}
.pb-px-30 {
  padding-block-end: 1.875rem !important;
}
.pb-px-31 {
  padding-block-end: 1.9375rem !important;
}
.pb-px-32 {
  padding-block-end: 2rem !important;
}
.pb-px-33 {
  padding-block-end: 2.0625rem !important;
}
.pb-px-34 {
  padding-block-end: 2.125rem !important;
}
.pb-px-35 {
  padding-block-end: 2.1875rem !important;
}
.pb-px-36 {
  padding-block-end: 2.25rem !important;
}
.pb-px-37 {
  padding-block-end: 2.3125rem !important;
}
.pb-px-38 {
  padding-block-end: 2.375rem !important;
}
.pb-px-39 {
  padding-block-end: 2.4375rem !important;
}
.pb-px-40 {
  padding-block-end: 2.5rem !important;
}
.pb-px-41 {
  padding-block-end: 2.5625rem !important;
}
.pb-px-42 {
  padding-block-end: 2.625rem !important;
}
.pb-px-43 {
  padding-block-end: 2.6875rem !important;
}
.pb-px-44 {
  padding-block-end: 2.75rem !important;
}
.pb-px-45 {
  padding-block-end: 2.8125rem !important;
}
.pb-px-46 {
  padding-block-end: 2.875rem !important;
}
.pb-px-47 {
  padding-block-end: 2.9375rem !important;
}
.pb-px-48 {
  padding-block-end: 3rem !important;
}
.pb-px-49 {
  padding-block-end: 3.0625rem !important;
}
.pb-px-50 {
  padding-block-end: 3.125rem !important;
}
.pb-px-51 {
  padding-block-end: 3.1875rem !important;
}
.pb-px-52 {
  padding-block-end: 3.25rem !important;
}
.pb-px-53 {
  padding-block-end: 3.3125rem !important;
}
.pb-px-54 {
  padding-block-end: 3.375rem !important;
}
.pb-px-56 {
  padding-block-end: 3.5rem !important;
}
.pb-px-57 {
  padding-block-end: 3.5625rem !important;
}
.pb-px-58 {
  padding-block-end: 3.625rem !important;
}
.pb-px-59 {
  padding-block-end: 3.6875rem !important;
}
.pb-px-60 {
  padding-block-end: 3.75rem !important;
}
.pb-px-61 {
  padding-block-end: 3.8125rem !important;
}
.pb-px-62 {
  padding-block-end: 3.875rem !important;
}
.pb-px-63 {
  padding-block-end: 3.9375rem !important;
}
.pb-px-64 {
  padding-block-end: 4rem !important;
}
.pb-px-68 {
  padding-block-end: 4.25rem !important;
}
.pb-px-70 {
  padding-block-end: 4.375rem !important;
}
.pb-px-80 {
  padding-block-end: 5rem !important;
}
.pb-px-82 {
  padding-block-end: 5.125rem !important;
}
.pb-px-83 {
  padding-block-end: 5.1875rem !important;
}
.pb-px-84 {
  padding-block-end: 5.25rem !important;
}
.pb-px-98 {
  padding-block-end: 6.125rem !important;
}
.pb-px-104 {
  padding-block-end: 6.5rem !important;
}
.pb-px-122 {
  padding-block-end: 7.625rem !important;
}
.pb-px-123 {
  padding-block-end: 7.6875rem !important;
}
.pb-px-147 {
  padding-block-end: 9.1875rem !important;
}
.pb-px-148 {
  padding-block-end: 9.25rem !important;
}
.pb-px-150 {
  padding-block-end: 9.375rem !important;
}
.pb-px-180 {
  padding-block-end: 11.25rem !important;
}
.pb-px-192 {
  padding-block-end: 12rem !important;
}
.pb-px-200 {
  padding-block-end: 12.5rem !important;
}
.pb-px-220 {
  padding-block-end: 13.75rem !important;
}
.pb-px-270 {
  padding-block-end: 16.875rem !important;
}
.pb-px-300 {
  padding-block-end: 18.75rem !important;
}
.pb-px-350 {
  padding-block-end: 21.875rem !important;
}
.pb-px-400 {
  padding-block-end: 25rem !important;
}
.pb-px-500 {
  padding-block-end: 31.25rem !important;
}
.pb-px-600 {
  padding-block-end: 37.5rem !important;
}
.ps-px-0 {
  padding-inline-start: 0rem !important;
}
.ps-px-1 {
  padding-inline-start: 0.0625rem !important;
}
.ps-px-2 {
  padding-inline-start: 0.125rem !important;
}
.ps-px-3 {
  padding-inline-start: 0.1875rem !important;
}
.ps-px-4 {
  padding-inline-start: 0.25rem !important;
}
.ps-px-5 {
  padding-inline-start: 0.3125rem !important;
}
.ps-px-6 {
  padding-inline-start: 0.375rem !important;
}
.ps-px-7 {
  padding-inline-start: 0.4375rem !important;
}
.ps-px-8 {
  padding-inline-start: 0.5rem !important;
}
.ps-px-9 {
  padding-inline-start: 0.5625rem !important;
}
.ps-px-10 {
  padding-inline-start: 0.625rem !important;
}
.ps-px-11 {
  padding-inline-start: 0.6875rem !important;
}
.ps-px-12 {
  padding-inline-start: 0.75rem !important;
}
.ps-px-13 {
  padding-inline-start: 0.8125rem !important;
}
.ps-px-14 {
  padding-inline-start: 0.875rem !important;
}
.ps-px-15 {
  padding-inline-start: 0.9375rem !important;
}
.ps-px-16 {
  padding-inline-start: 1rem !important;
}
.ps-px-17 {
  padding-inline-start: 1.0625rem !important;
}
.ps-px-18 {
  padding-inline-start: 1.125rem !important;
}
.ps-px-19 {
  padding-inline-start: 1.1875rem !important;
}
.ps-px-20 {
  padding-inline-start: 1.25rem !important;
}
.ps-px-21 {
  padding-inline-start: 1.3125rem !important;
}
.ps-px-22 {
  padding-inline-start: 1.375rem !important;
}
.ps-px-23 {
  padding-inline-start: 1.4375rem !important;
}
.ps-px-24 {
  padding-inline-start: 1.5rem !important;
}
.ps-px-25 {
  padding-inline-start: 1.5625rem !important;
}
.ps-px-26 {
  padding-inline-start: 1.625rem !important;
}
.ps-px-27 {
  padding-inline-start: 1.6875rem !important;
}
.ps-px-28 {
  padding-inline-start: 1.75rem !important;
}
.ps-px-29 {
  padding-inline-start: 1.8125rem !important;
}
.ps-px-30 {
  padding-inline-start: 1.875rem !important;
}
.ps-px-31 {
  padding-inline-start: 1.9375rem !important;
}
.ps-px-32 {
  padding-inline-start: 2rem !important;
}
.ps-px-33 {
  padding-inline-start: 2.0625rem !important;
}
.ps-px-34 {
  padding-inline-start: 2.125rem !important;
}
.ps-px-35 {
  padding-inline-start: 2.1875rem !important;
}
.ps-px-36 {
  padding-inline-start: 2.25rem !important;
}
.ps-px-37 {
  padding-inline-start: 2.3125rem !important;
}
.ps-px-38 {
  padding-inline-start: 2.375rem !important;
}
.ps-px-39 {
  padding-inline-start: 2.4375rem !important;
}
.ps-px-40 {
  padding-inline-start: 2.5rem !important;
}
.ps-px-41 {
  padding-inline-start: 2.5625rem !important;
}
.ps-px-42 {
  padding-inline-start: 2.625rem !important;
}
.ps-px-43 {
  padding-inline-start: 2.6875rem !important;
}
.ps-px-44 {
  padding-inline-start: 2.75rem !important;
}
.ps-px-45 {
  padding-inline-start: 2.8125rem !important;
}
.ps-px-46 {
  padding-inline-start: 2.875rem !important;
}
.ps-px-47 {
  padding-inline-start: 2.9375rem !important;
}
.ps-px-48 {
  padding-inline-start: 3rem !important;
}
.ps-px-49 {
  padding-inline-start: 3.0625rem !important;
}
.ps-px-50 {
  padding-inline-start: 3.125rem !important;
}
.ps-px-51 {
  padding-inline-start: 3.1875rem !important;
}
.ps-px-52 {
  padding-inline-start: 3.25rem !important;
}
.ps-px-53 {
  padding-inline-start: 3.3125rem !important;
}
.ps-px-54 {
  padding-inline-start: 3.375rem !important;
}
.ps-px-56 {
  padding-inline-start: 3.5rem !important;
}
.ps-px-57 {
  padding-inline-start: 3.5625rem !important;
}
.ps-px-58 {
  padding-inline-start: 3.625rem !important;
}
.ps-px-59 {
  padding-inline-start: 3.6875rem !important;
}
.ps-px-60 {
  padding-inline-start: 3.75rem !important;
}
.ps-px-61 {
  padding-inline-start: 3.8125rem !important;
}
.ps-px-62 {
  padding-inline-start: 3.875rem !important;
}
.ps-px-63 {
  padding-inline-start: 3.9375rem !important;
}
.ps-px-64 {
  padding-inline-start: 4rem !important;
}
.ps-px-68 {
  padding-inline-start: 4.25rem !important;
}
.ps-px-70 {
  padding-inline-start: 4.375rem !important;
}
.ps-px-80 {
  padding-inline-start: 5rem !important;
}
.ps-px-82 {
  padding-inline-start: 5.125rem !important;
}
.ps-px-83 {
  padding-inline-start: 5.1875rem !important;
}
.ps-px-84 {
  padding-inline-start: 5.25rem !important;
}
.ps-px-98 {
  padding-inline-start: 6.125rem !important;
}
.ps-px-104 {
  padding-inline-start: 6.5rem !important;
}
.ps-px-122 {
  padding-inline-start: 7.625rem !important;
}
.ps-px-123 {
  padding-inline-start: 7.6875rem !important;
}
.ps-px-147 {
  padding-inline-start: 9.1875rem !important;
}
.ps-px-148 {
  padding-inline-start: 9.25rem !important;
}
.ps-px-150 {
  padding-inline-start: 9.375rem !important;
}
.ps-px-180 {
  padding-inline-start: 11.25rem !important;
}
.ps-px-192 {
  padding-inline-start: 12rem !important;
}
.ps-px-200 {
  padding-inline-start: 12.5rem !important;
}
.ps-px-220 {
  padding-inline-start: 13.75rem !important;
}
.ps-px-270 {
  padding-inline-start: 16.875rem !important;
}
.ps-px-300 {
  padding-inline-start: 18.75rem !important;
}
.ps-px-350 {
  padding-inline-start: 21.875rem !important;
}
.ps-px-400 {
  padding-inline-start: 25rem !important;
}
.ps-px-500 {
  padding-inline-start: 31.25rem !important;
}
.ps-px-600 {
  padding-inline-start: 37.5rem !important;
}
.p-rem-unset {
  padding: unset !important;
}
.p-rem-1 {
  padding: 1rem !important;
}
.p-rem-2 {
  padding: 2rem !important;
}
.p-rem-3 {
  padding: 3rem !important;
}
.p-rem-4 {
  padding: 4rem !important;
}
.p-rem-5 {
  padding: 5rem !important;
}
.p-rem-7 {
  padding: 7rem !important;
}
.p-rem-8 {
  padding: 8rem !important;
}
.p-rem-9 {
  padding: 9rem !important;
}
.p-rem-10 {
  padding: 10rem !important;
}
.p-rem-11 {
  padding: 11rem !important;
}
.p-rem-12 {
  padding: 12rem !important;
}
.p-rem-13 {
  padding: 13rem !important;
}
.p-rem-14 {
  padding: 14rem !important;
}
.p-rem-15 {
  padding: 15rem !important;
}
.p-rem-16 {
  padding: 16rem !important;
}
.p-rem-17 {
  padding: 17rem !important;
}
.p-rem-18 {
  padding: 18rem !important;
}
.p-rem-19 {
  padding: 19rem !important;
}
.p-rem-20 {
  padding: 20rem !important;
}
.p-rem-23 {
  padding: 23rem !important;
}
.p-rem-25 {
  padding: 25rem !important;
}
.p-rem-30 {
  padding: 30rem !important;
}
.p-rem-31 {
  padding: 31rem !important;
}
.p-rem-32 {
  padding: 32rem !important;
}
.p-rem-33 {
  padding: 33rem !important;
}
.p-rem-34 {
  padding: 34rem !important;
}
.p-rem-35 {
  padding: 35rem !important;
}
.p-rem-36 {
  padding: 36rem !important;
}
.p-rem-37 {
  padding: 37rem !important;
}
.p-rem-38 {
  padding: 38rem !important;
}
.p-rem-39 {
  padding: 39rem !important;
}
.p-rem-40 {
  padding: 40rem !important;
}
.p-rem-41 {
  padding: 41rem !important;
}
.p-rem-42 {
  padding: 42rem !important;
}
.p-rem-43 {
  padding: 43rem !important;
}
.p-rem-44 {
  padding: 44rem !important;
}
.p-rem-45 {
  padding: 45rem !important;
}
.p-rem-46 {
  padding: 46rem !important;
}
.p-rem-47 {
  padding: 47rem !important;
}
.p-rem-48 {
  padding: 48rem !important;
}
.p-rem-49 {
  padding: 49rem !important;
}
.p-rem-50 {
  padding: 50rem !important;
}
.p-rem-51 {
  padding: 51rem !important;
}
.p-rem-52 {
  padding: 52rem !important;
}
.p-rem-53 {
  padding: 53rem !important;
}
.p-rem-54 {
  padding: 54rem !important;
}
.p-rem-55 {
  padding: 55rem !important;
}
.p-rem-56 {
  padding: 56rem !important;
}
.p-rem-57 {
  padding: 57rem !important;
}
.p-rem-58 {
  padding: 58rem !important;
}
.p-rem-59 {
  padding: 59rem !important;
}
.p-rem-60 {
  padding: 60rem !important;
}
.p-rem-61 {
  padding: 61rem !important;
}
.p-rem-62 {
  padding: 62rem !important;
}
.p-rem-63 {
  padding: 63rem !important;
}
.p-rem-64 {
  padding: 64rem !important;
}
.p-rem-65 {
  padding: 65rem !important;
}
.p-rem-66 {
  padding: 66rem !important;
}
.p-rem-67 {
  padding: 67rem !important;
}
.p-rem-68 {
  padding: 68rem !important;
}
.p-rem-69 {
  padding: 69rem !important;
}
.p-rem-70 {
  padding: 70rem !important;
}
.p-rem-71 {
  padding: 71rem !important;
}
.p-rem-72 {
  padding: 72rem !important;
}
.p-rem-73 {
  padding: 73rem !important;
}
.p-rem-74 {
  padding: 74rem !important;
}
.p-rem-75 {
  padding: 75rem !important;
}
.p-rem-76 {
  padding: 76rem !important;
}
.p-rem-77 {
  padding: 77rem !important;
}
.p-rem-78 {
  padding: 78rem !important;
}
.p-rem-79 {
  padding: 79rem !important;
}
.p-rem-80 {
  padding: 80rem !important;
}
.p-rem-95 {
  padding: 95rem !important;
}
.p-rem-96 {
  padding: 96rem !important;
}
.p-rem-97 {
  padding: 97rem !important;
}
.p-rem-100 {
  padding: 100% !important;
}
.px-rem-unset {
  padding-inline-start: unset !important;
  padding-inline-end: unset !important;
}
.px-rem-1 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}
.px-rem-2 {
  padding-inline-start: 2rem !important;
  padding-inline-end: 2rem !important;
}
.px-rem-3 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}
.px-rem-4 {
  padding-inline-start: 4rem !important;
  padding-inline-end: 4rem !important;
}
.px-rem-5 {
  padding-inline-start: 5rem !important;
  padding-inline-end: 5rem !important;
}
.px-rem-7 {
  padding-inline-start: 7rem !important;
  padding-inline-end: 7rem !important;
}
.px-rem-8 {
  padding-inline-start: 8rem !important;
  padding-inline-end: 8rem !important;
}
.px-rem-9 {
  padding-inline-start: 9rem !important;
  padding-inline-end: 9rem !important;
}
.px-rem-10 {
  padding-inline-start: 10rem !important;
  padding-inline-end: 10rem !important;
}
.px-rem-11 {
  padding-inline-start: 11rem !important;
  padding-inline-end: 11rem !important;
}
.px-rem-12 {
  padding-inline-start: 12rem !important;
  padding-inline-end: 12rem !important;
}
.px-rem-13 {
  padding-inline-start: 13rem !important;
  padding-inline-end: 13rem !important;
}
.px-rem-14 {
  padding-inline-start: 14rem !important;
  padding-inline-end: 14rem !important;
}
.px-rem-15 {
  padding-inline-start: 15rem !important;
  padding-inline-end: 15rem !important;
}
.px-rem-16 {
  padding-inline-start: 16rem !important;
  padding-inline-end: 16rem !important;
}
.px-rem-17 {
  padding-inline-start: 17rem !important;
  padding-inline-end: 17rem !important;
}
.px-rem-18 {
  padding-inline-start: 18rem !important;
  padding-inline-end: 18rem !important;
}
.px-rem-19 {
  padding-inline-start: 19rem !important;
  padding-inline-end: 19rem !important;
}
.px-rem-20 {
  padding-inline-start: 20rem !important;
  padding-inline-end: 20rem !important;
}
.px-rem-23 {
  padding-inline-start: 23rem !important;
  padding-inline-end: 23rem !important;
}
.px-rem-25 {
  padding-inline-start: 25rem !important;
  padding-inline-end: 25rem !important;
}
.px-rem-30 {
  padding-inline-start: 30rem !important;
  padding-inline-end: 30rem !important;
}
.px-rem-31 {
  padding-inline-start: 31rem !important;
  padding-inline-end: 31rem !important;
}
.px-rem-32 {
  padding-inline-start: 32rem !important;
  padding-inline-end: 32rem !important;
}
.px-rem-33 {
  padding-inline-start: 33rem !important;
  padding-inline-end: 33rem !important;
}
.px-rem-34 {
  padding-inline-start: 34rem !important;
  padding-inline-end: 34rem !important;
}
.px-rem-35 {
  padding-inline-start: 35rem !important;
  padding-inline-end: 35rem !important;
}
.px-rem-36 {
  padding-inline-start: 36rem !important;
  padding-inline-end: 36rem !important;
}
.px-rem-37 {
  padding-inline-start: 37rem !important;
  padding-inline-end: 37rem !important;
}
.px-rem-38 {
  padding-inline-start: 38rem !important;
  padding-inline-end: 38rem !important;
}
.px-rem-39 {
  padding-inline-start: 39rem !important;
  padding-inline-end: 39rem !important;
}
.px-rem-40 {
  padding-inline-start: 40rem !important;
  padding-inline-end: 40rem !important;
}
.px-rem-41 {
  padding-inline-start: 41rem !important;
  padding-inline-end: 41rem !important;
}
.px-rem-42 {
  padding-inline-start: 42rem !important;
  padding-inline-end: 42rem !important;
}
.px-rem-43 {
  padding-inline-start: 43rem !important;
  padding-inline-end: 43rem !important;
}
.px-rem-44 {
  padding-inline-start: 44rem !important;
  padding-inline-end: 44rem !important;
}
.px-rem-45 {
  padding-inline-start: 45rem !important;
  padding-inline-end: 45rem !important;
}
.px-rem-46 {
  padding-inline-start: 46rem !important;
  padding-inline-end: 46rem !important;
}
.px-rem-47 {
  padding-inline-start: 47rem !important;
  padding-inline-end: 47rem !important;
}
.px-rem-48 {
  padding-inline-start: 48rem !important;
  padding-inline-end: 48rem !important;
}
.px-rem-49 {
  padding-inline-start: 49rem !important;
  padding-inline-end: 49rem !important;
}
.px-rem-50 {
  padding-inline-start: 50rem !important;
  padding-inline-end: 50rem !important;
}
.px-rem-51 {
  padding-inline-start: 51rem !important;
  padding-inline-end: 51rem !important;
}
.px-rem-52 {
  padding-inline-start: 52rem !important;
  padding-inline-end: 52rem !important;
}
.px-rem-53 {
  padding-inline-start: 53rem !important;
  padding-inline-end: 53rem !important;
}
.px-rem-54 {
  padding-inline-start: 54rem !important;
  padding-inline-end: 54rem !important;
}
.px-rem-55 {
  padding-inline-start: 55rem !important;
  padding-inline-end: 55rem !important;
}
.px-rem-56 {
  padding-inline-start: 56rem !important;
  padding-inline-end: 56rem !important;
}
.px-rem-57 {
  padding-inline-start: 57rem !important;
  padding-inline-end: 57rem !important;
}
.px-rem-58 {
  padding-inline-start: 58rem !important;
  padding-inline-end: 58rem !important;
}
.px-rem-59 {
  padding-inline-start: 59rem !important;
  padding-inline-end: 59rem !important;
}
.px-rem-60 {
  padding-inline-start: 60rem !important;
  padding-inline-end: 60rem !important;
}
.px-rem-61 {
  padding-inline-start: 61rem !important;
  padding-inline-end: 61rem !important;
}
.px-rem-62 {
  padding-inline-start: 62rem !important;
  padding-inline-end: 62rem !important;
}
.px-rem-63 {
  padding-inline-start: 63rem !important;
  padding-inline-end: 63rem !important;
}
.px-rem-64 {
  padding-inline-start: 64rem !important;
  padding-inline-end: 64rem !important;
}
.px-rem-65 {
  padding-inline-start: 65rem !important;
  padding-inline-end: 65rem !important;
}
.px-rem-66 {
  padding-inline-start: 66rem !important;
  padding-inline-end: 66rem !important;
}
.px-rem-67 {
  padding-inline-start: 67rem !important;
  padding-inline-end: 67rem !important;
}
.px-rem-68 {
  padding-inline-start: 68rem !important;
  padding-inline-end: 68rem !important;
}
.px-rem-69 {
  padding-inline-start: 69rem !important;
  padding-inline-end: 69rem !important;
}
.px-rem-70 {
  padding-inline-start: 70rem !important;
  padding-inline-end: 70rem !important;
}
.px-rem-71 {
  padding-inline-start: 71rem !important;
  padding-inline-end: 71rem !important;
}
.px-rem-72 {
  padding-inline-start: 72rem !important;
  padding-inline-end: 72rem !important;
}
.px-rem-73 {
  padding-inline-start: 73rem !important;
  padding-inline-end: 73rem !important;
}
.px-rem-74 {
  padding-inline-start: 74rem !important;
  padding-inline-end: 74rem !important;
}
.px-rem-75 {
  padding-inline-start: 75rem !important;
  padding-inline-end: 75rem !important;
}
.px-rem-76 {
  padding-inline-start: 76rem !important;
  padding-inline-end: 76rem !important;
}
.px-rem-77 {
  padding-inline-start: 77rem !important;
  padding-inline-end: 77rem !important;
}
.px-rem-78 {
  padding-inline-start: 78rem !important;
  padding-inline-end: 78rem !important;
}
.px-rem-79 {
  padding-inline-start: 79rem !important;
  padding-inline-end: 79rem !important;
}
.px-rem-80 {
  padding-inline-start: 80rem !important;
  padding-inline-end: 80rem !important;
}
.px-rem-95 {
  padding-inline-start: 95rem !important;
  padding-inline-end: 95rem !important;
}
.px-rem-96 {
  padding-inline-start: 96rem !important;
  padding-inline-end: 96rem !important;
}
.px-rem-97 {
  padding-inline-start: 97rem !important;
  padding-inline-end: 97rem !important;
}
.px-rem-100 {
  padding-inline-start: 100% !important;
  padding-inline-end: 100% !important;
}
.py-rem-unset {
  padding-block-start: unset !important;
  padding-block-end: unset !important;
}
.py-rem-1 {
  padding-block-start: 1rem !important;
  padding-block-end: 1rem !important;
}
.py-rem-2 {
  padding-block-start: 2rem !important;
  padding-block-end: 2rem !important;
}
.py-rem-3 {
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}
.py-rem-4 {
  padding-block-start: 4rem !important;
  padding-block-end: 4rem !important;
}
.py-rem-5 {
  padding-block-start: 5rem !important;
  padding-block-end: 5rem !important;
}
.py-rem-7 {
  padding-block-start: 7rem !important;
  padding-block-end: 7rem !important;
}
.py-rem-8 {
  padding-block-start: 8rem !important;
  padding-block-end: 8rem !important;
}
.py-rem-9 {
  padding-block-start: 9rem !important;
  padding-block-end: 9rem !important;
}
.py-rem-10 {
  padding-block-start: 10rem !important;
  padding-block-end: 10rem !important;
}
.py-rem-11 {
  padding-block-start: 11rem !important;
  padding-block-end: 11rem !important;
}
.py-rem-12 {
  padding-block-start: 12rem !important;
  padding-block-end: 12rem !important;
}
.py-rem-13 {
  padding-block-start: 13rem !important;
  padding-block-end: 13rem !important;
}
.py-rem-14 {
  padding-block-start: 14rem !important;
  padding-block-end: 14rem !important;
}
.py-rem-15 {
  padding-block-start: 15rem !important;
  padding-block-end: 15rem !important;
}
.py-rem-16 {
  padding-block-start: 16rem !important;
  padding-block-end: 16rem !important;
}
.py-rem-17 {
  padding-block-start: 17rem !important;
  padding-block-end: 17rem !important;
}
.py-rem-18 {
  padding-block-start: 18rem !important;
  padding-block-end: 18rem !important;
}
.py-rem-19 {
  padding-block-start: 19rem !important;
  padding-block-end: 19rem !important;
}
.py-rem-20 {
  padding-block-start: 20rem !important;
  padding-block-end: 20rem !important;
}
.py-rem-23 {
  padding-block-start: 23rem !important;
  padding-block-end: 23rem !important;
}
.py-rem-25 {
  padding-block-start: 25rem !important;
  padding-block-end: 25rem !important;
}
.py-rem-30 {
  padding-block-start: 30rem !important;
  padding-block-end: 30rem !important;
}
.py-rem-31 {
  padding-block-start: 31rem !important;
  padding-block-end: 31rem !important;
}
.py-rem-32 {
  padding-block-start: 32rem !important;
  padding-block-end: 32rem !important;
}
.py-rem-33 {
  padding-block-start: 33rem !important;
  padding-block-end: 33rem !important;
}
.py-rem-34 {
  padding-block-start: 34rem !important;
  padding-block-end: 34rem !important;
}
.py-rem-35 {
  padding-block-start: 35rem !important;
  padding-block-end: 35rem !important;
}
.py-rem-36 {
  padding-block-start: 36rem !important;
  padding-block-end: 36rem !important;
}
.py-rem-37 {
  padding-block-start: 37rem !important;
  padding-block-end: 37rem !important;
}
.py-rem-38 {
  padding-block-start: 38rem !important;
  padding-block-end: 38rem !important;
}
.py-rem-39 {
  padding-block-start: 39rem !important;
  padding-block-end: 39rem !important;
}
.py-rem-40 {
  padding-block-start: 40rem !important;
  padding-block-end: 40rem !important;
}
.py-rem-41 {
  padding-block-start: 41rem !important;
  padding-block-end: 41rem !important;
}
.py-rem-42 {
  padding-block-start: 42rem !important;
  padding-block-end: 42rem !important;
}
.py-rem-43 {
  padding-block-start: 43rem !important;
  padding-block-end: 43rem !important;
}
.py-rem-44 {
  padding-block-start: 44rem !important;
  padding-block-end: 44rem !important;
}
.py-rem-45 {
  padding-block-start: 45rem !important;
  padding-block-end: 45rem !important;
}
.py-rem-46 {
  padding-block-start: 46rem !important;
  padding-block-end: 46rem !important;
}
.py-rem-47 {
  padding-block-start: 47rem !important;
  padding-block-end: 47rem !important;
}
.py-rem-48 {
  padding-block-start: 48rem !important;
  padding-block-end: 48rem !important;
}
.py-rem-49 {
  padding-block-start: 49rem !important;
  padding-block-end: 49rem !important;
}
.py-rem-50 {
  padding-block-start: 50rem !important;
  padding-block-end: 50rem !important;
}
.py-rem-51 {
  padding-block-start: 51rem !important;
  padding-block-end: 51rem !important;
}
.py-rem-52 {
  padding-block-start: 52rem !important;
  padding-block-end: 52rem !important;
}
.py-rem-53 {
  padding-block-start: 53rem !important;
  padding-block-end: 53rem !important;
}
.py-rem-54 {
  padding-block-start: 54rem !important;
  padding-block-end: 54rem !important;
}
.py-rem-55 {
  padding-block-start: 55rem !important;
  padding-block-end: 55rem !important;
}
.py-rem-56 {
  padding-block-start: 56rem !important;
  padding-block-end: 56rem !important;
}
.py-rem-57 {
  padding-block-start: 57rem !important;
  padding-block-end: 57rem !important;
}
.py-rem-58 {
  padding-block-start: 58rem !important;
  padding-block-end: 58rem !important;
}
.py-rem-59 {
  padding-block-start: 59rem !important;
  padding-block-end: 59rem !important;
}
.py-rem-60 {
  padding-block-start: 60rem !important;
  padding-block-end: 60rem !important;
}
.py-rem-61 {
  padding-block-start: 61rem !important;
  padding-block-end: 61rem !important;
}
.py-rem-62 {
  padding-block-start: 62rem !important;
  padding-block-end: 62rem !important;
}
.py-rem-63 {
  padding-block-start: 63rem !important;
  padding-block-end: 63rem !important;
}
.py-rem-64 {
  padding-block-start: 64rem !important;
  padding-block-end: 64rem !important;
}
.py-rem-65 {
  padding-block-start: 65rem !important;
  padding-block-end: 65rem !important;
}
.py-rem-66 {
  padding-block-start: 66rem !important;
  padding-block-end: 66rem !important;
}
.py-rem-67 {
  padding-block-start: 67rem !important;
  padding-block-end: 67rem !important;
}
.py-rem-68 {
  padding-block-start: 68rem !important;
  padding-block-end: 68rem !important;
}
.py-rem-69 {
  padding-block-start: 69rem !important;
  padding-block-end: 69rem !important;
}
.py-rem-70 {
  padding-block-start: 70rem !important;
  padding-block-end: 70rem !important;
}
.py-rem-71 {
  padding-block-start: 71rem !important;
  padding-block-end: 71rem !important;
}
.py-rem-72 {
  padding-block-start: 72rem !important;
  padding-block-end: 72rem !important;
}
.py-rem-73 {
  padding-block-start: 73rem !important;
  padding-block-end: 73rem !important;
}
.py-rem-74 {
  padding-block-start: 74rem !important;
  padding-block-end: 74rem !important;
}
.py-rem-75 {
  padding-block-start: 75rem !important;
  padding-block-end: 75rem !important;
}
.py-rem-76 {
  padding-block-start: 76rem !important;
  padding-block-end: 76rem !important;
}
.py-rem-77 {
  padding-block-start: 77rem !important;
  padding-block-end: 77rem !important;
}
.py-rem-78 {
  padding-block-start: 78rem !important;
  padding-block-end: 78rem !important;
}
.py-rem-79 {
  padding-block-start: 79rem !important;
  padding-block-end: 79rem !important;
}
.py-rem-80 {
  padding-block-start: 80rem !important;
  padding-block-end: 80rem !important;
}
.py-rem-95 {
  padding-block-start: 95rem !important;
  padding-block-end: 95rem !important;
}
.py-rem-96 {
  padding-block-start: 96rem !important;
  padding-block-end: 96rem !important;
}
.py-rem-97 {
  padding-block-start: 97rem !important;
  padding-block-end: 97rem !important;
}
.py-rem-100 {
  padding-block-start: 100% !important;
  padding-block-end: 100% !important;
}
.pt-rem-unset {
  padding-block-start: unset !important;
}
.pt-rem-1 {
  padding-block-start: 1rem !important;
}
.pt-rem-2 {
  padding-block-start: 2rem !important;
}
.pt-rem-3 {
  padding-block-start: 3rem !important;
}
.pt-rem-4 {
  padding-block-start: 4rem !important;
}
.pt-rem-5 {
  padding-block-start: 5rem !important;
}
.pt-rem-7 {
  padding-block-start: 7rem !important;
}
.pt-rem-8 {
  padding-block-start: 8rem !important;
}
.pt-rem-9 {
  padding-block-start: 9rem !important;
}
.pt-rem-10 {
  padding-block-start: 10rem !important;
}
.pt-rem-11 {
  padding-block-start: 11rem !important;
}
.pt-rem-12 {
  padding-block-start: 12rem !important;
}
.pt-rem-13 {
  padding-block-start: 13rem !important;
}
.pt-rem-14 {
  padding-block-start: 14rem !important;
}
.pt-rem-15 {
  padding-block-start: 15rem !important;
}
.pt-rem-16 {
  padding-block-start: 16rem !important;
}
.pt-rem-17 {
  padding-block-start: 17rem !important;
}
.pt-rem-18 {
  padding-block-start: 18rem !important;
}
.pt-rem-19 {
  padding-block-start: 19rem !important;
}
.pt-rem-20 {
  padding-block-start: 20rem !important;
}
.pt-rem-23 {
  padding-block-start: 23rem !important;
}
.pt-rem-25 {
  padding-block-start: 25rem !important;
}
.pt-rem-30 {
  padding-block-start: 30rem !important;
}
.pt-rem-31 {
  padding-block-start: 31rem !important;
}
.pt-rem-32 {
  padding-block-start: 32rem !important;
}
.pt-rem-33 {
  padding-block-start: 33rem !important;
}
.pt-rem-34 {
  padding-block-start: 34rem !important;
}
.pt-rem-35 {
  padding-block-start: 35rem !important;
}
.pt-rem-36 {
  padding-block-start: 36rem !important;
}
.pt-rem-37 {
  padding-block-start: 37rem !important;
}
.pt-rem-38 {
  padding-block-start: 38rem !important;
}
.pt-rem-39 {
  padding-block-start: 39rem !important;
}
.pt-rem-40 {
  padding-block-start: 40rem !important;
}
.pt-rem-41 {
  padding-block-start: 41rem !important;
}
.pt-rem-42 {
  padding-block-start: 42rem !important;
}
.pt-rem-43 {
  padding-block-start: 43rem !important;
}
.pt-rem-44 {
  padding-block-start: 44rem !important;
}
.pt-rem-45 {
  padding-block-start: 45rem !important;
}
.pt-rem-46 {
  padding-block-start: 46rem !important;
}
.pt-rem-47 {
  padding-block-start: 47rem !important;
}
.pt-rem-48 {
  padding-block-start: 48rem !important;
}
.pt-rem-49 {
  padding-block-start: 49rem !important;
}
.pt-rem-50 {
  padding-block-start: 50rem !important;
}
.pt-rem-51 {
  padding-block-start: 51rem !important;
}
.pt-rem-52 {
  padding-block-start: 52rem !important;
}
.pt-rem-53 {
  padding-block-start: 53rem !important;
}
.pt-rem-54 {
  padding-block-start: 54rem !important;
}
.pt-rem-55 {
  padding-block-start: 55rem !important;
}
.pt-rem-56 {
  padding-block-start: 56rem !important;
}
.pt-rem-57 {
  padding-block-start: 57rem !important;
}
.pt-rem-58 {
  padding-block-start: 58rem !important;
}
.pt-rem-59 {
  padding-block-start: 59rem !important;
}
.pt-rem-60 {
  padding-block-start: 60rem !important;
}
.pt-rem-61 {
  padding-block-start: 61rem !important;
}
.pt-rem-62 {
  padding-block-start: 62rem !important;
}
.pt-rem-63 {
  padding-block-start: 63rem !important;
}
.pt-rem-64 {
  padding-block-start: 64rem !important;
}
.pt-rem-65 {
  padding-block-start: 65rem !important;
}
.pt-rem-66 {
  padding-block-start: 66rem !important;
}
.pt-rem-67 {
  padding-block-start: 67rem !important;
}
.pt-rem-68 {
  padding-block-start: 68rem !important;
}
.pt-rem-69 {
  padding-block-start: 69rem !important;
}
.pt-rem-70 {
  padding-block-start: 70rem !important;
}
.pt-rem-71 {
  padding-block-start: 71rem !important;
}
.pt-rem-72 {
  padding-block-start: 72rem !important;
}
.pt-rem-73 {
  padding-block-start: 73rem !important;
}
.pt-rem-74 {
  padding-block-start: 74rem !important;
}
.pt-rem-75 {
  padding-block-start: 75rem !important;
}
.pt-rem-76 {
  padding-block-start: 76rem !important;
}
.pt-rem-77 {
  padding-block-start: 77rem !important;
}
.pt-rem-78 {
  padding-block-start: 78rem !important;
}
.pt-rem-79 {
  padding-block-start: 79rem !important;
}
.pt-rem-80 {
  padding-block-start: 80rem !important;
}
.pt-rem-95 {
  padding-block-start: 95rem !important;
}
.pt-rem-96 {
  padding-block-start: 96rem !important;
}
.pt-rem-97 {
  padding-block-start: 97rem !important;
}
.pt-rem-100 {
  padding-block-start: 100% !important;
}
.pe-rem-unset {
  padding-inline-end: unset !important;
}
.pe-rem-1 {
  padding-inline-end: 1rem !important;
}
.pe-rem-2 {
  padding-inline-end: 2rem !important;
}
.pe-rem-3 {
  padding-inline-end: 3rem !important;
}
.pe-rem-4 {
  padding-inline-end: 4rem !important;
}
.pe-rem-5 {
  padding-inline-end: 5rem !important;
}
.pe-rem-7 {
  padding-inline-end: 7rem !important;
}
.pe-rem-8 {
  padding-inline-end: 8rem !important;
}
.pe-rem-9 {
  padding-inline-end: 9rem !important;
}
.pe-rem-10 {
  padding-inline-end: 10rem !important;
}
.pe-rem-11 {
  padding-inline-end: 11rem !important;
}
.pe-rem-12 {
  padding-inline-end: 12rem !important;
}
.pe-rem-13 {
  padding-inline-end: 13rem !important;
}
.pe-rem-14 {
  padding-inline-end: 14rem !important;
}
.pe-rem-15 {
  padding-inline-end: 15rem !important;
}
.pe-rem-16 {
  padding-inline-end: 16rem !important;
}
.pe-rem-17 {
  padding-inline-end: 17rem !important;
}
.pe-rem-18 {
  padding-inline-end: 18rem !important;
}
.pe-rem-19 {
  padding-inline-end: 19rem !important;
}
.pe-rem-20 {
  padding-inline-end: 20rem !important;
}
.pe-rem-23 {
  padding-inline-end: 23rem !important;
}
.pe-rem-25 {
  padding-inline-end: 25rem !important;
}
.pe-rem-30 {
  padding-inline-end: 30rem !important;
}
.pe-rem-31 {
  padding-inline-end: 31rem !important;
}
.pe-rem-32 {
  padding-inline-end: 32rem !important;
}
.pe-rem-33 {
  padding-inline-end: 33rem !important;
}
.pe-rem-34 {
  padding-inline-end: 34rem !important;
}
.pe-rem-35 {
  padding-inline-end: 35rem !important;
}
.pe-rem-36 {
  padding-inline-end: 36rem !important;
}
.pe-rem-37 {
  padding-inline-end: 37rem !important;
}
.pe-rem-38 {
  padding-inline-end: 38rem !important;
}
.pe-rem-39 {
  padding-inline-end: 39rem !important;
}
.pe-rem-40 {
  padding-inline-end: 40rem !important;
}
.pe-rem-41 {
  padding-inline-end: 41rem !important;
}
.pe-rem-42 {
  padding-inline-end: 42rem !important;
}
.pe-rem-43 {
  padding-inline-end: 43rem !important;
}
.pe-rem-44 {
  padding-inline-end: 44rem !important;
}
.pe-rem-45 {
  padding-inline-end: 45rem !important;
}
.pe-rem-46 {
  padding-inline-end: 46rem !important;
}
.pe-rem-47 {
  padding-inline-end: 47rem !important;
}
.pe-rem-48 {
  padding-inline-end: 48rem !important;
}
.pe-rem-49 {
  padding-inline-end: 49rem !important;
}
.pe-rem-50 {
  padding-inline-end: 50rem !important;
}
.pe-rem-51 {
  padding-inline-end: 51rem !important;
}
.pe-rem-52 {
  padding-inline-end: 52rem !important;
}
.pe-rem-53 {
  padding-inline-end: 53rem !important;
}
.pe-rem-54 {
  padding-inline-end: 54rem !important;
}
.pe-rem-55 {
  padding-inline-end: 55rem !important;
}
.pe-rem-56 {
  padding-inline-end: 56rem !important;
}
.pe-rem-57 {
  padding-inline-end: 57rem !important;
}
.pe-rem-58 {
  padding-inline-end: 58rem !important;
}
.pe-rem-59 {
  padding-inline-end: 59rem !important;
}
.pe-rem-60 {
  padding-inline-end: 60rem !important;
}
.pe-rem-61 {
  padding-inline-end: 61rem !important;
}
.pe-rem-62 {
  padding-inline-end: 62rem !important;
}
.pe-rem-63 {
  padding-inline-end: 63rem !important;
}
.pe-rem-64 {
  padding-inline-end: 64rem !important;
}
.pe-rem-65 {
  padding-inline-end: 65rem !important;
}
.pe-rem-66 {
  padding-inline-end: 66rem !important;
}
.pe-rem-67 {
  padding-inline-end: 67rem !important;
}
.pe-rem-68 {
  padding-inline-end: 68rem !important;
}
.pe-rem-69 {
  padding-inline-end: 69rem !important;
}
.pe-rem-70 {
  padding-inline-end: 70rem !important;
}
.pe-rem-71 {
  padding-inline-end: 71rem !important;
}
.pe-rem-72 {
  padding-inline-end: 72rem !important;
}
.pe-rem-73 {
  padding-inline-end: 73rem !important;
}
.pe-rem-74 {
  padding-inline-end: 74rem !important;
}
.pe-rem-75 {
  padding-inline-end: 75rem !important;
}
.pe-rem-76 {
  padding-inline-end: 76rem !important;
}
.pe-rem-77 {
  padding-inline-end: 77rem !important;
}
.pe-rem-78 {
  padding-inline-end: 78rem !important;
}
.pe-rem-79 {
  padding-inline-end: 79rem !important;
}
.pe-rem-80 {
  padding-inline-end: 80rem !important;
}
.pe-rem-95 {
  padding-inline-end: 95rem !important;
}
.pe-rem-96 {
  padding-inline-end: 96rem !important;
}
.pe-rem-97 {
  padding-inline-end: 97rem !important;
}
.pe-rem-100 {
  padding-inline-end: 100% !important;
}
.pb-rem-unset {
  padding-block-end: unset !important;
}
.pb-rem-1 {
  padding-block-end: 1rem !important;
}
.pb-rem-2 {
  padding-block-end: 2rem !important;
}
.pb-rem-3 {
  padding-block-end: 3rem !important;
}
.pb-rem-4 {
  padding-block-end: 4rem !important;
}
.pb-rem-5 {
  padding-block-end: 5rem !important;
}
.pb-rem-7 {
  padding-block-end: 7rem !important;
}
.pb-rem-8 {
  padding-block-end: 8rem !important;
}
.pb-rem-9 {
  padding-block-end: 9rem !important;
}
.pb-rem-10 {
  padding-block-end: 10rem !important;
}
.pb-rem-11 {
  padding-block-end: 11rem !important;
}
.pb-rem-12 {
  padding-block-end: 12rem !important;
}
.pb-rem-13 {
  padding-block-end: 13rem !important;
}
.pb-rem-14 {
  padding-block-end: 14rem !important;
}
.pb-rem-15 {
  padding-block-end: 15rem !important;
}
.pb-rem-16 {
  padding-block-end: 16rem !important;
}
.pb-rem-17 {
  padding-block-end: 17rem !important;
}
.pb-rem-18 {
  padding-block-end: 18rem !important;
}
.pb-rem-19 {
  padding-block-end: 19rem !important;
}
.pb-rem-20 {
  padding-block-end: 20rem !important;
}
.pb-rem-23 {
  padding-block-end: 23rem !important;
}
.pb-rem-25 {
  padding-block-end: 25rem !important;
}
.pb-rem-30 {
  padding-block-end: 30rem !important;
}
.pb-rem-31 {
  padding-block-end: 31rem !important;
}
.pb-rem-32 {
  padding-block-end: 32rem !important;
}
.pb-rem-33 {
  padding-block-end: 33rem !important;
}
.pb-rem-34 {
  padding-block-end: 34rem !important;
}
.pb-rem-35 {
  padding-block-end: 35rem !important;
}
.pb-rem-36 {
  padding-block-end: 36rem !important;
}
.pb-rem-37 {
  padding-block-end: 37rem !important;
}
.pb-rem-38 {
  padding-block-end: 38rem !important;
}
.pb-rem-39 {
  padding-block-end: 39rem !important;
}
.pb-rem-40 {
  padding-block-end: 40rem !important;
}
.pb-rem-41 {
  padding-block-end: 41rem !important;
}
.pb-rem-42 {
  padding-block-end: 42rem !important;
}
.pb-rem-43 {
  padding-block-end: 43rem !important;
}
.pb-rem-44 {
  padding-block-end: 44rem !important;
}
.pb-rem-45 {
  padding-block-end: 45rem !important;
}
.pb-rem-46 {
  padding-block-end: 46rem !important;
}
.pb-rem-47 {
  padding-block-end: 47rem !important;
}
.pb-rem-48 {
  padding-block-end: 48rem !important;
}
.pb-rem-49 {
  padding-block-end: 49rem !important;
}
.pb-rem-50 {
  padding-block-end: 50rem !important;
}
.pb-rem-51 {
  padding-block-end: 51rem !important;
}
.pb-rem-52 {
  padding-block-end: 52rem !important;
}
.pb-rem-53 {
  padding-block-end: 53rem !important;
}
.pb-rem-54 {
  padding-block-end: 54rem !important;
}
.pb-rem-55 {
  padding-block-end: 55rem !important;
}
.pb-rem-56 {
  padding-block-end: 56rem !important;
}
.pb-rem-57 {
  padding-block-end: 57rem !important;
}
.pb-rem-58 {
  padding-block-end: 58rem !important;
}
.pb-rem-59 {
  padding-block-end: 59rem !important;
}
.pb-rem-60 {
  padding-block-end: 60rem !important;
}
.pb-rem-61 {
  padding-block-end: 61rem !important;
}
.pb-rem-62 {
  padding-block-end: 62rem !important;
}
.pb-rem-63 {
  padding-block-end: 63rem !important;
}
.pb-rem-64 {
  padding-block-end: 64rem !important;
}
.pb-rem-65 {
  padding-block-end: 65rem !important;
}
.pb-rem-66 {
  padding-block-end: 66rem !important;
}
.pb-rem-67 {
  padding-block-end: 67rem !important;
}
.pb-rem-68 {
  padding-block-end: 68rem !important;
}
.pb-rem-69 {
  padding-block-end: 69rem !important;
}
.pb-rem-70 {
  padding-block-end: 70rem !important;
}
.pb-rem-71 {
  padding-block-end: 71rem !important;
}
.pb-rem-72 {
  padding-block-end: 72rem !important;
}
.pb-rem-73 {
  padding-block-end: 73rem !important;
}
.pb-rem-74 {
  padding-block-end: 74rem !important;
}
.pb-rem-75 {
  padding-block-end: 75rem !important;
}
.pb-rem-76 {
  padding-block-end: 76rem !important;
}
.pb-rem-77 {
  padding-block-end: 77rem !important;
}
.pb-rem-78 {
  padding-block-end: 78rem !important;
}
.pb-rem-79 {
  padding-block-end: 79rem !important;
}
.pb-rem-80 {
  padding-block-end: 80rem !important;
}
.pb-rem-95 {
  padding-block-end: 95rem !important;
}
.pb-rem-96 {
  padding-block-end: 96rem !important;
}
.pb-rem-97 {
  padding-block-end: 97rem !important;
}
.pb-rem-100 {
  padding-block-end: 100% !important;
}
.ps-rem-unset {
  padding-inline-start: unset !important;
}
.ps-rem-1 {
  padding-inline-start: 1rem !important;
}
.ps-rem-2 {
  padding-inline-start: 2rem !important;
}
.ps-rem-3 {
  padding-inline-start: 3rem !important;
}
.ps-rem-4 {
  padding-inline-start: 4rem !important;
}
.ps-rem-5 {
  padding-inline-start: 5rem !important;
}
.ps-rem-7 {
  padding-inline-start: 7rem !important;
}
.ps-rem-8 {
  padding-inline-start: 8rem !important;
}
.ps-rem-9 {
  padding-inline-start: 9rem !important;
}
.ps-rem-10 {
  padding-inline-start: 10rem !important;
}
.ps-rem-11 {
  padding-inline-start: 11rem !important;
}
.ps-rem-12 {
  padding-inline-start: 12rem !important;
}
.ps-rem-13 {
  padding-inline-start: 13rem !important;
}
.ps-rem-14 {
  padding-inline-start: 14rem !important;
}
.ps-rem-15 {
  padding-inline-start: 15rem !important;
}
.ps-rem-16 {
  padding-inline-start: 16rem !important;
}
.ps-rem-17 {
  padding-inline-start: 17rem !important;
}
.ps-rem-18 {
  padding-inline-start: 18rem !important;
}
.ps-rem-19 {
  padding-inline-start: 19rem !important;
}
.ps-rem-20 {
  padding-inline-start: 20rem !important;
}
.ps-rem-23 {
  padding-inline-start: 23rem !important;
}
.ps-rem-25 {
  padding-inline-start: 25rem !important;
}
.ps-rem-30 {
  padding-inline-start: 30rem !important;
}
.ps-rem-31 {
  padding-inline-start: 31rem !important;
}
.ps-rem-32 {
  padding-inline-start: 32rem !important;
}
.ps-rem-33 {
  padding-inline-start: 33rem !important;
}
.ps-rem-34 {
  padding-inline-start: 34rem !important;
}
.ps-rem-35 {
  padding-inline-start: 35rem !important;
}
.ps-rem-36 {
  padding-inline-start: 36rem !important;
}
.ps-rem-37 {
  padding-inline-start: 37rem !important;
}
.ps-rem-38 {
  padding-inline-start: 38rem !important;
}
.ps-rem-39 {
  padding-inline-start: 39rem !important;
}
.ps-rem-40 {
  padding-inline-start: 40rem !important;
}
.ps-rem-41 {
  padding-inline-start: 41rem !important;
}
.ps-rem-42 {
  padding-inline-start: 42rem !important;
}
.ps-rem-43 {
  padding-inline-start: 43rem !important;
}
.ps-rem-44 {
  padding-inline-start: 44rem !important;
}
.ps-rem-45 {
  padding-inline-start: 45rem !important;
}
.ps-rem-46 {
  padding-inline-start: 46rem !important;
}
.ps-rem-47 {
  padding-inline-start: 47rem !important;
}
.ps-rem-48 {
  padding-inline-start: 48rem !important;
}
.ps-rem-49 {
  padding-inline-start: 49rem !important;
}
.ps-rem-50 {
  padding-inline-start: 50rem !important;
}
.ps-rem-51 {
  padding-inline-start: 51rem !important;
}
.ps-rem-52 {
  padding-inline-start: 52rem !important;
}
.ps-rem-53 {
  padding-inline-start: 53rem !important;
}
.ps-rem-54 {
  padding-inline-start: 54rem !important;
}
.ps-rem-55 {
  padding-inline-start: 55rem !important;
}
.ps-rem-56 {
  padding-inline-start: 56rem !important;
}
.ps-rem-57 {
  padding-inline-start: 57rem !important;
}
.ps-rem-58 {
  padding-inline-start: 58rem !important;
}
.ps-rem-59 {
  padding-inline-start: 59rem !important;
}
.ps-rem-60 {
  padding-inline-start: 60rem !important;
}
.ps-rem-61 {
  padding-inline-start: 61rem !important;
}
.ps-rem-62 {
  padding-inline-start: 62rem !important;
}
.ps-rem-63 {
  padding-inline-start: 63rem !important;
}
.ps-rem-64 {
  padding-inline-start: 64rem !important;
}
.ps-rem-65 {
  padding-inline-start: 65rem !important;
}
.ps-rem-66 {
  padding-inline-start: 66rem !important;
}
.ps-rem-67 {
  padding-inline-start: 67rem !important;
}
.ps-rem-68 {
  padding-inline-start: 68rem !important;
}
.ps-rem-69 {
  padding-inline-start: 69rem !important;
}
.ps-rem-70 {
  padding-inline-start: 70rem !important;
}
.ps-rem-71 {
  padding-inline-start: 71rem !important;
}
.ps-rem-72 {
  padding-inline-start: 72rem !important;
}
.ps-rem-73 {
  padding-inline-start: 73rem !important;
}
.ps-rem-74 {
  padding-inline-start: 74rem !important;
}
.ps-rem-75 {
  padding-inline-start: 75rem !important;
}
.ps-rem-76 {
  padding-inline-start: 76rem !important;
}
.ps-rem-77 {
  padding-inline-start: 77rem !important;
}
.ps-rem-78 {
  padding-inline-start: 78rem !important;
}
.ps-rem-79 {
  padding-inline-start: 79rem !important;
}
.ps-rem-80 {
  padding-inline-start: 80rem !important;
}
.ps-rem-95 {
  padding-inline-start: 95rem !important;
}
.ps-rem-96 {
  padding-inline-start: 96rem !important;
}
.ps-rem-97 {
  padding-inline-start: 97rem !important;
}
.ps-rem-100 {
  padding-inline-start: 100% !important;
}
.rounded-px-0 {
  border-radius: 0rem !important;
}
.rounded-px-1 {
  border-radius: 0.0625rem !important;
}
.rounded-px-2 {
  border-radius: 0.125rem !important;
}
.rounded-px-3 {
  border-radius: 0.1875rem !important;
}
.rounded-px-4 {
  border-radius: 0.25rem !important;
}
.rounded-px-5 {
  border-radius: 0.3125rem !important;
}
.rounded-px-6 {
  border-radius: 0.375rem !important;
}
.rounded-px-7 {
  border-radius: 0.4375rem !important;
}
.rounded-px-8 {
  border-radius: 0.5rem !important;
}
.rounded-px-9 {
  border-radius: 0.5625rem !important;
}
.rounded-px-10 {
  border-radius: 0.625rem !important;
}
.rounded-px-11 {
  border-radius: 0.6875rem !important;
}
.rounded-px-12 {
  border-radius: 0.75rem !important;
}
.rounded-px-13 {
  border-radius: 0.8125rem !important;
}
.rounded-px-14 {
  border-radius: 0.875rem !important;
}
.rounded-px-15 {
  border-radius: 0.9375rem !important;
}
.rounded-px-16 {
  border-radius: 1rem !important;
}
.rounded-px-17 {
  border-radius: 1.0625rem !important;
}
.rounded-px-18 {
  border-radius: 1.125rem !important;
}
.rounded-px-19 {
  border-radius: 1.1875rem !important;
}
.rounded-px-20 {
  border-radius: 1.25rem !important;
}
.rounded-px-21 {
  border-radius: 1.3125rem !important;
}
.rounded-px-22 {
  border-radius: 1.375rem !important;
}
.rounded-px-23 {
  border-radius: 1.4375rem !important;
}
.rounded-px-24 {
  border-radius: 1.5rem !important;
}
.rounded-px-25 {
  border-radius: 1.5625rem !important;
}
.rounded-px-26 {
  border-radius: 1.625rem !important;
}
.rounded-px-27 {
  border-radius: 1.6875rem !important;
}
.rounded-px-28 {
  border-radius: 1.75rem !important;
}
.rounded-px-29 {
  border-radius: 1.8125rem !important;
}
.rounded-px-30 {
  border-radius: 1.875rem !important;
}
.rounded-px-31 {
  border-radius: 1.9375rem !important;
}
.rounded-px-32 {
  border-radius: 2rem !important;
}
.rounded-px-33 {
  border-radius: 2.0625rem !important;
}
.rounded-px-34 {
  border-radius: 2.125rem !important;
}
.rounded-px-35 {
  border-radius: 2.1875rem !important;
}
.rounded-px-36 {
  border-radius: 2.25rem !important;
}
.rounded-px-37 {
  border-radius: 2.3125rem !important;
}
.rounded-px-38 {
  border-radius: 2.375rem !important;
}
.rounded-px-39 {
  border-radius: 2.4375rem !important;
}
.rounded-px-40 {
  border-radius: 2.5rem !important;
}
.rounded-px-41 {
  border-radius: 2.5625rem !important;
}
.rounded-px-42 {
  border-radius: 2.625rem !important;
}
.rounded-px-43 {
  border-radius: 2.6875rem !important;
}
.rounded-px-44 {
  border-radius: 2.75rem !important;
}
.rounded-px-45 {
  border-radius: 2.8125rem !important;
}
.rounded-px-46 {
  border-radius: 2.875rem !important;
}
.rounded-px-47 {
  border-radius: 2.9375rem !important;
}
.rounded-px-48 {
  border-radius: 3rem !important;
}
.rounded-px-49 {
  border-radius: 3.0625rem !important;
}
.rounded-px-50 {
  border-radius: 3.125rem !important;
}
.rounded-px-51 {
  border-radius: 3.1875rem !important;
}
.rounded-px-52 {
  border-radius: 3.25rem !important;
}
.rounded-px-53 {
  border-radius: 3.3125rem !important;
}
.rounded-px-54 {
  border-radius: 3.375rem !important;
}
.rounded-px-56 {
  border-radius: 3.5rem !important;
}
.rounded-px-57 {
  border-radius: 3.5625rem !important;
}
.rounded-px-58 {
  border-radius: 3.625rem !important;
}
.rounded-px-59 {
  border-radius: 3.6875rem !important;
}
.rounded-px-60 {
  border-radius: 3.75rem !important;
}
.rounded-px-61 {
  border-radius: 3.8125rem !important;
}
.rounded-px-62 {
  border-radius: 3.875rem !important;
}
.rounded-px-63 {
  border-radius: 3.9375rem !important;
}
.rounded-px-64 {
  border-radius: 4rem !important;
}
.rounded-px-68 {
  border-radius: 4.25rem !important;
}
.rounded-px-70 {
  border-radius: 4.375rem !important;
}
.rounded-px-80 {
  border-radius: 5rem !important;
}
.rounded-px-82 {
  border-radius: 5.125rem !important;
}
.rounded-px-83 {
  border-radius: 5.1875rem !important;
}
.rounded-px-84 {
  border-radius: 5.25rem !important;
}
.rounded-px-98 {
  border-radius: 6.125rem !important;
}
.rounded-px-104 {
  border-radius: 6.5rem !important;
}
.rounded-px-122 {
  border-radius: 7.625rem !important;
}
.rounded-px-123 {
  border-radius: 7.6875rem !important;
}
.rounded-px-147 {
  border-radius: 9.1875rem !important;
}
.rounded-px-148 {
  border-radius: 9.25rem !important;
}
.rounded-px-150 {
  border-radius: 9.375rem !important;
}
.rounded-px-180 {
  border-radius: 11.25rem !important;
}
.rounded-px-192 {
  border-radius: 12rem !important;
}
.rounded-px-200 {
  border-radius: 12.5rem !important;
}
.rounded-px-220 {
  border-radius: 13.75rem !important;
}
.rounded-px-270 {
  border-radius: 16.875rem !important;
}
.rounded-px-300 {
  border-radius: 18.75rem !important;
}
.rounded-px-350 {
  border-radius: 21.875rem !important;
}
.rounded-px-400 {
  border-radius: 25rem !important;
}
.rounded-px-500 {
  border-radius: 31.25rem !important;
}
.rounded-px-600 {
  border-radius: 37.5rem !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-top-right-radius-0 {
  border-top-right-radius: 0 !important;
}
.border-top-right-radius-1 {
  border-top-right-radius: 0.0625rem !important;
}
.border-top-right-radius-2 {
  border-top-right-radius: 0.125rem !important;
}
.border-top-right-radius-3 {
  border-top-right-radius: 0.1875rem !important;
}
.border-top-right-radius-4 {
  border-top-right-radius: 0.5625rem !important;
}
.border-top-right-radius-5 {
  border-top-right-radius: 0.3125rem !important;
}
.border-top-right-radius-6 {
  border-top-right-radius: 0.375rem !important;
}
.border-top-right-radius-7 {
  border-top-right-radius: 0.4375rem !important;
}
.border-top-left-radius-0 {
  border-top-left-radius: 0 !important;
}
.border-top-left-radius-1 {
  border-top-left-radius: 0.0625rem !important;
}
.border-top-left-radius-2 {
  border-top-left-radius: 0.125rem !important;
}
.border-top-left-radius-3 {
  border-top-left-radius: 0.1875rem !important;
}
.border-top-left-radius-4 {
  border-top-left-radius: 0.5625rem !important;
}
.border-top-left-radius-5 {
  border-top-left-radius: 0.3125rem !important;
}
.border-top-left-radius-6 {
  border-top-left-radius: 0.375rem !important;
}
.border-top-left-radius-7 {
  border-top-left-radius: 0.4375rem !important;
}
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important;
}
.border-bottom-left-radius-1 {
  border-bottom-left-radius: 0.0625rem !important;
}
.border-bottom-left-radius-2 {
  border-bottom-left-radius: 0.125rem !important;
}
.border-bottom-left-radius-3 {
  border-bottom-left-radius: 0.1875rem !important;
}
.border-bottom-left-radius-4 {
  border-bottom-left-radius: 0.5625rem !important;
}
.border-bottom-left-radius-5 {
  border-bottom-left-radius: 0.3125rem !important;
}
.border-bottom-left-radius-6 {
  border-bottom-left-radius: 0.375rem !important;
}
.border-bottom-left-radius-7 {
  border-bottom-left-radius: 0.4375rem !important;
}
.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0 !important;
}
.border-bottom-right-radius-1 {
  border-bottom-right-radius: 0.0625rem !important;
}
.border-bottom-right-radius-2 {
  border-bottom-right-radius: 0.125rem !important;
}
.border-bottom-right-radius-3 {
  border-bottom-right-radius: 0.1875rem !important;
}
.border-bottom-right-radius-4 {
  border-bottom-right-radius: 0.5625rem !important;
}
.border-bottom-right-radius-5 {
  border-bottom-right-radius: 0.3125rem !important;
}
.border-bottom-right-radius-6 {
  border-bottom-right-radius: 0.375rem !important;
}
.border-bottom-right-radius-7 {
  border-bottom-right-radius: 0.4375rem !important;
}
.top-px-0 {
  inset-block-start: 0rem !important;
}
.top-px-1 {
  inset-block-start: 0.0625rem !important;
}
.top-px-2 {
  inset-block-start: 0.125rem !important;
}
.top-px-3 {
  inset-block-start: 0.1875rem !important;
}
.top-px-4 {
  inset-block-start: 0.25rem !important;
}
.top-px-5 {
  inset-block-start: 0.3125rem !important;
}
.top-px-6 {
  inset-block-start: 0.375rem !important;
}
.top-px-7 {
  inset-block-start: 0.4375rem !important;
}
.top-px-8 {
  inset-block-start: 0.5rem !important;
}
.top-px-9 {
  inset-block-start: 0.5625rem !important;
}
.top-px-10 {
  inset-block-start: 0.625rem !important;
}
.top-px-11 {
  inset-block-start: 0.6875rem !important;
}
.top-px-12 {
  inset-block-start: 0.75rem !important;
}
.top-px-13 {
  inset-block-start: 0.8125rem !important;
}
.top-px-14 {
  inset-block-start: 0.875rem !important;
}
.top-px-15 {
  inset-block-start: 0.9375rem !important;
}
.top-px-16 {
  inset-block-start: 1rem !important;
}
.top-px-17 {
  inset-block-start: 1.0625rem !important;
}
.top-px-18 {
  inset-block-start: 1.125rem !important;
}
.top-px-19 {
  inset-block-start: 1.1875rem !important;
}
.top-px-20 {
  inset-block-start: 1.25rem !important;
}
.top-px-21 {
  inset-block-start: 1.3125rem !important;
}
.top-px-22 {
  inset-block-start: 1.375rem !important;
}
.top-px-23 {
  inset-block-start: 1.4375rem !important;
}
.top-px-24 {
  inset-block-start: 1.5rem !important;
}
.top-px-25 {
  inset-block-start: 1.5625rem !important;
}
.top-px-26 {
  inset-block-start: 1.625rem !important;
}
.top-px-27 {
  inset-block-start: 1.6875rem !important;
}
.top-px-28 {
  inset-block-start: 1.75rem !important;
}
.top-px-29 {
  inset-block-start: 1.8125rem !important;
}
.top-px-30 {
  inset-block-start: 1.875rem !important;
}
.top-px-31 {
  inset-block-start: 1.9375rem !important;
}
.top-px-32 {
  inset-block-start: 2rem !important;
}
.top-px-33 {
  inset-block-start: 2.0625rem !important;
}
.top-px-34 {
  inset-block-start: 2.125rem !important;
}
.top-px-35 {
  inset-block-start: 2.1875rem !important;
}
.top-px-36 {
  inset-block-start: 2.25rem !important;
}
.top-px-37 {
  inset-block-start: 2.3125rem !important;
}
.top-px-38 {
  inset-block-start: 2.375rem !important;
}
.top-px-39 {
  inset-block-start: 2.4375rem !important;
}
.top-px-40 {
  inset-block-start: 2.5rem !important;
}
.top-px-41 {
  inset-block-start: 2.5625rem !important;
}
.top-px-42 {
  inset-block-start: 2.625rem !important;
}
.top-px-43 {
  inset-block-start: 2.6875rem !important;
}
.top-px-44 {
  inset-block-start: 2.75rem !important;
}
.top-px-45 {
  inset-block-start: 2.8125rem !important;
}
.top-px-46 {
  inset-block-start: 2.875rem !important;
}
.top-px-47 {
  inset-block-start: 2.9375rem !important;
}
.top-px-48 {
  inset-block-start: 3rem !important;
}
.top-px-49 {
  inset-block-start: 3.0625rem !important;
}
.top-px-50 {
  inset-block-start: 3.125rem !important;
}
.top-px-51 {
  inset-block-start: 3.1875rem !important;
}
.top-px-52 {
  inset-block-start: 3.25rem !important;
}
.top-px-53 {
  inset-block-start: 3.3125rem !important;
}
.top-px-54 {
  inset-block-start: 3.375rem !important;
}
.top-px-56 {
  inset-block-start: 3.5rem !important;
}
.top-px-57 {
  inset-block-start: 3.5625rem !important;
}
.top-px-58 {
  inset-block-start: 3.625rem !important;
}
.top-px-59 {
  inset-block-start: 3.6875rem !important;
}
.top-px-60 {
  inset-block-start: 3.75rem !important;
}
.top-px-61 {
  inset-block-start: 3.8125rem !important;
}
.top-px-62 {
  inset-block-start: 3.875rem !important;
}
.top-px-63 {
  inset-block-start: 3.9375rem !important;
}
.top-px-64 {
  inset-block-start: 4rem !important;
}
.top-px-68 {
  inset-block-start: 4.25rem !important;
}
.top-px-70 {
  inset-block-start: 4.375rem !important;
}
.top-px-80 {
  inset-block-start: 5rem !important;
}
.top-px-82 {
  inset-block-start: 5.125rem !important;
}
.top-px-83 {
  inset-block-start: 5.1875rem !important;
}
.top-px-84 {
  inset-block-start: 5.25rem !important;
}
.top-px-98 {
  inset-block-start: 6.125rem !important;
}
.top-px-104 {
  inset-block-start: 6.5rem !important;
}
.top-px-122 {
  inset-block-start: 7.625rem !important;
}
.top-px-123 {
  inset-block-start: 7.6875rem !important;
}
.top-px-147 {
  inset-block-start: 9.1875rem !important;
}
.top-px-148 {
  inset-block-start: 9.25rem !important;
}
.top-px-150 {
  inset-block-start: 9.375rem !important;
}
.top-px-180 {
  inset-block-start: 11.25rem !important;
}
.top-px-192 {
  inset-block-start: 12rem !important;
}
.top-px-200 {
  inset-block-start: 12.5rem !important;
}
.top-px-220 {
  inset-block-start: 13.75rem !important;
}
.top-px-270 {
  inset-block-start: 16.875rem !important;
}
.top-px-300 {
  inset-block-start: 18.75rem !important;
}
.top-px-350 {
  inset-block-start: 21.875rem !important;
}
.top-px-400 {
  inset-block-start: 25rem !important;
}
.top-px-500 {
  inset-block-start: 31.25rem !important;
}
.top-px-600 {
  inset-block-start: 37.5rem !important;
}
.bottom-px-0 {
  inset-block-end: 0rem !important;
}
.bottom-px-1 {
  inset-block-end: 0.0625rem !important;
}
.bottom-px-2 {
  inset-block-end: 0.125rem !important;
}
.bottom-px-3 {
  inset-block-end: 0.1875rem !important;
}
.bottom-px-4 {
  inset-block-end: 0.25rem !important;
}
.bottom-px-5 {
  inset-block-end: 0.3125rem !important;
}
.bottom-px-6 {
  inset-block-end: 0.375rem !important;
}
.bottom-px-7 {
  inset-block-end: 0.4375rem !important;
}
.bottom-px-8 {
  inset-block-end: 0.5rem !important;
}
.bottom-px-9 {
  inset-block-end: 0.5625rem !important;
}
.bottom-px-10 {
  inset-block-end: 0.625rem !important;
}
.bottom-px-11 {
  inset-block-end: 0.6875rem !important;
}
.bottom-px-12 {
  inset-block-end: 0.75rem !important;
}
.bottom-px-13 {
  inset-block-end: 0.8125rem !important;
}
.bottom-px-14 {
  inset-block-end: 0.875rem !important;
}
.bottom-px-15 {
  inset-block-end: 0.9375rem !important;
}
.bottom-px-16 {
  inset-block-end: 1rem !important;
}
.bottom-px-17 {
  inset-block-end: 1.0625rem !important;
}
.bottom-px-18 {
  inset-block-end: 1.125rem !important;
}
.bottom-px-19 {
  inset-block-end: 1.1875rem !important;
}
.bottom-px-20 {
  inset-block-end: 1.25rem !important;
}
.bottom-px-21 {
  inset-block-end: 1.3125rem !important;
}
.bottom-px-22 {
  inset-block-end: 1.375rem !important;
}
.bottom-px-23 {
  inset-block-end: 1.4375rem !important;
}
.bottom-px-24 {
  inset-block-end: 1.5rem !important;
}
.bottom-px-25 {
  inset-block-end: 1.5625rem !important;
}
.bottom-px-26 {
  inset-block-end: 1.625rem !important;
}
.bottom-px-27 {
  inset-block-end: 1.6875rem !important;
}
.bottom-px-28 {
  inset-block-end: 1.75rem !important;
}
.bottom-px-29 {
  inset-block-end: 1.8125rem !important;
}
.bottom-px-30 {
  inset-block-end: 1.875rem !important;
}
.bottom-px-31 {
  inset-block-end: 1.9375rem !important;
}
.bottom-px-32 {
  inset-block-end: 2rem !important;
}
.bottom-px-33 {
  inset-block-end: 2.0625rem !important;
}
.bottom-px-34 {
  inset-block-end: 2.125rem !important;
}
.bottom-px-35 {
  inset-block-end: 2.1875rem !important;
}
.bottom-px-36 {
  inset-block-end: 2.25rem !important;
}
.bottom-px-37 {
  inset-block-end: 2.3125rem !important;
}
.bottom-px-38 {
  inset-block-end: 2.375rem !important;
}
.bottom-px-39 {
  inset-block-end: 2.4375rem !important;
}
.bottom-px-40 {
  inset-block-end: 2.5rem !important;
}
.bottom-px-41 {
  inset-block-end: 2.5625rem !important;
}
.bottom-px-42 {
  inset-block-end: 2.625rem !important;
}
.bottom-px-43 {
  inset-block-end: 2.6875rem !important;
}
.bottom-px-44 {
  inset-block-end: 2.75rem !important;
}
.bottom-px-45 {
  inset-block-end: 2.8125rem !important;
}
.bottom-px-46 {
  inset-block-end: 2.875rem !important;
}
.bottom-px-47 {
  inset-block-end: 2.9375rem !important;
}
.bottom-px-48 {
  inset-block-end: 3rem !important;
}
.bottom-px-49 {
  inset-block-end: 3.0625rem !important;
}
.bottom-px-50 {
  inset-block-end: 3.125rem !important;
}
.bottom-px-51 {
  inset-block-end: 3.1875rem !important;
}
.bottom-px-52 {
  inset-block-end: 3.25rem !important;
}
.bottom-px-53 {
  inset-block-end: 3.3125rem !important;
}
.bottom-px-54 {
  inset-block-end: 3.375rem !important;
}
.bottom-px-56 {
  inset-block-end: 3.5rem !important;
}
.bottom-px-57 {
  inset-block-end: 3.5625rem !important;
}
.bottom-px-58 {
  inset-block-end: 3.625rem !important;
}
.bottom-px-59 {
  inset-block-end: 3.6875rem !important;
}
.bottom-px-60 {
  inset-block-end: 3.75rem !important;
}
.bottom-px-61 {
  inset-block-end: 3.8125rem !important;
}
.bottom-px-62 {
  inset-block-end: 3.875rem !important;
}
.bottom-px-63 {
  inset-block-end: 3.9375rem !important;
}
.bottom-px-64 {
  inset-block-end: 4rem !important;
}
.bottom-px-68 {
  inset-block-end: 4.25rem !important;
}
.bottom-px-70 {
  inset-block-end: 4.375rem !important;
}
.bottom-px-80 {
  inset-block-end: 5rem !important;
}
.bottom-px-82 {
  inset-block-end: 5.125rem !important;
}
.bottom-px-83 {
  inset-block-end: 5.1875rem !important;
}
.bottom-px-84 {
  inset-block-end: 5.25rem !important;
}
.bottom-px-98 {
  inset-block-end: 6.125rem !important;
}
.bottom-px-104 {
  inset-block-end: 6.5rem !important;
}
.bottom-px-122 {
  inset-block-end: 7.625rem !important;
}
.bottom-px-123 {
  inset-block-end: 7.6875rem !important;
}
.bottom-px-147 {
  inset-block-end: 9.1875rem !important;
}
.bottom-px-148 {
  inset-block-end: 9.25rem !important;
}
.bottom-px-150 {
  inset-block-end: 9.375rem !important;
}
.bottom-px-180 {
  inset-block-end: 11.25rem !important;
}
.bottom-px-192 {
  inset-block-end: 12rem !important;
}
.bottom-px-200 {
  inset-block-end: 12.5rem !important;
}
.bottom-px-220 {
  inset-block-end: 13.75rem !important;
}
.bottom-px-270 {
  inset-block-end: 16.875rem !important;
}
.bottom-px-300 {
  inset-block-end: 18.75rem !important;
}
.bottom-px-350 {
  inset-block-end: 21.875rem !important;
}
.bottom-px-400 {
  inset-block-end: 25rem !important;
}
.bottom-px-500 {
  inset-block-end: 31.25rem !important;
}
.bottom-px-600 {
  inset-block-end: 37.5rem !important;
}
.start-px-0 {
  inset-inline-start: 0rem !important;
}
.start-px-1 {
  inset-inline-start: 0.0625rem !important;
}
.start-px-2 {
  inset-inline-start: 0.125rem !important;
}
.start-px-3 {
  inset-inline-start: 0.1875rem !important;
}
.start-px-4 {
  inset-inline-start: 0.25rem !important;
}
.start-px-5 {
  inset-inline-start: 0.3125rem !important;
}
.start-px-6 {
  inset-inline-start: 0.375rem !important;
}
.start-px-7 {
  inset-inline-start: 0.4375rem !important;
}
.start-px-8 {
  inset-inline-start: 0.5rem !important;
}
.start-px-9 {
  inset-inline-start: 0.5625rem !important;
}
.start-px-10 {
  inset-inline-start: 0.625rem !important;
}
.start-px-11 {
  inset-inline-start: 0.6875rem !important;
}
.start-px-12 {
  inset-inline-start: 0.75rem !important;
}
.start-px-13 {
  inset-inline-start: 0.8125rem !important;
}
.start-px-14 {
  inset-inline-start: 0.875rem !important;
}
.start-px-15 {
  inset-inline-start: 0.9375rem !important;
}
.start-px-16 {
  inset-inline-start: 1rem !important;
}
.start-px-17 {
  inset-inline-start: 1.0625rem !important;
}
.start-px-18 {
  inset-inline-start: 1.125rem !important;
}
.start-px-19 {
  inset-inline-start: 1.1875rem !important;
}
.start-px-20 {
  inset-inline-start: 1.25rem !important;
}
.start-px-21 {
  inset-inline-start: 1.3125rem !important;
}
.start-px-22 {
  inset-inline-start: 1.375rem !important;
}
.start-px-23 {
  inset-inline-start: 1.4375rem !important;
}
.start-px-24 {
  inset-inline-start: 1.5rem !important;
}
.start-px-25 {
  inset-inline-start: 1.5625rem !important;
}
.start-px-26 {
  inset-inline-start: 1.625rem !important;
}
.start-px-27 {
  inset-inline-start: 1.6875rem !important;
}
.start-px-28 {
  inset-inline-start: 1.75rem !important;
}
.start-px-29 {
  inset-inline-start: 1.8125rem !important;
}
.start-px-30 {
  inset-inline-start: 1.875rem !important;
}
.start-px-31 {
  inset-inline-start: 1.9375rem !important;
}
.start-px-32 {
  inset-inline-start: 2rem !important;
}
.start-px-33 {
  inset-inline-start: 2.0625rem !important;
}
.start-px-34 {
  inset-inline-start: 2.125rem !important;
}
.start-px-35 {
  inset-inline-start: 2.1875rem !important;
}
.start-px-36 {
  inset-inline-start: 2.25rem !important;
}
.start-px-37 {
  inset-inline-start: 2.3125rem !important;
}
.start-px-38 {
  inset-inline-start: 2.375rem !important;
}
.start-px-39 {
  inset-inline-start: 2.4375rem !important;
}
.start-px-40 {
  inset-inline-start: 2.5rem !important;
}
.start-px-41 {
  inset-inline-start: 2.5625rem !important;
}
.start-px-42 {
  inset-inline-start: 2.625rem !important;
}
.start-px-43 {
  inset-inline-start: 2.6875rem !important;
}
.start-px-44 {
  inset-inline-start: 2.75rem !important;
}
.start-px-45 {
  inset-inline-start: 2.8125rem !important;
}
.start-px-46 {
  inset-inline-start: 2.875rem !important;
}
.start-px-47 {
  inset-inline-start: 2.9375rem !important;
}
.start-px-48 {
  inset-inline-start: 3rem !important;
}
.start-px-49 {
  inset-inline-start: 3.0625rem !important;
}
.start-px-50 {
  inset-inline-start: 3.125rem !important;
}
.start-px-51 {
  inset-inline-start: 3.1875rem !important;
}
.start-px-52 {
  inset-inline-start: 3.25rem !important;
}
.start-px-53 {
  inset-inline-start: 3.3125rem !important;
}
.start-px-54 {
  inset-inline-start: 3.375rem !important;
}
.start-px-56 {
  inset-inline-start: 3.5rem !important;
}
.start-px-57 {
  inset-inline-start: 3.5625rem !important;
}
.start-px-58 {
  inset-inline-start: 3.625rem !important;
}
.start-px-59 {
  inset-inline-start: 3.6875rem !important;
}
.start-px-60 {
  inset-inline-start: 3.75rem !important;
}
.start-px-61 {
  inset-inline-start: 3.8125rem !important;
}
.start-px-62 {
  inset-inline-start: 3.875rem !important;
}
.start-px-63 {
  inset-inline-start: 3.9375rem !important;
}
.start-px-64 {
  inset-inline-start: 4rem !important;
}
.start-px-68 {
  inset-inline-start: 4.25rem !important;
}
.start-px-70 {
  inset-inline-start: 4.375rem !important;
}
.start-px-80 {
  inset-inline-start: 5rem !important;
}
.start-px-82 {
  inset-inline-start: 5.125rem !important;
}
.start-px-83 {
  inset-inline-start: 5.1875rem !important;
}
.start-px-84 {
  inset-inline-start: 5.25rem !important;
}
.start-px-98 {
  inset-inline-start: 6.125rem !important;
}
.start-px-104 {
  inset-inline-start: 6.5rem !important;
}
.start-px-122 {
  inset-inline-start: 7.625rem !important;
}
.start-px-123 {
  inset-inline-start: 7.6875rem !important;
}
.start-px-147 {
  inset-inline-start: 9.1875rem !important;
}
.start-px-148 {
  inset-inline-start: 9.25rem !important;
}
.start-px-150 {
  inset-inline-start: 9.375rem !important;
}
.start-px-180 {
  inset-inline-start: 11.25rem !important;
}
.start-px-192 {
  inset-inline-start: 12rem !important;
}
.start-px-200 {
  inset-inline-start: 12.5rem !important;
}
.start-px-220 {
  inset-inline-start: 13.75rem !important;
}
.start-px-270 {
  inset-inline-start: 16.875rem !important;
}
.start-px-300 {
  inset-inline-start: 18.75rem !important;
}
.start-px-350 {
  inset-inline-start: 21.875rem !important;
}
.start-px-400 {
  inset-inline-start: 25rem !important;
}
.start-px-500 {
  inset-inline-start: 31.25rem !important;
}
.start-px-600 {
  inset-inline-start: 37.5rem !important;
}
.end-px-0 {
  inset-inline-end: 0rem !important;
}
.end-px-1 {
  inset-inline-end: 0.0625rem !important;
}
.end-px-2 {
  inset-inline-end: 0.125rem !important;
}
.end-px-3 {
  inset-inline-end: 0.1875rem !important;
}
.end-px-4 {
  inset-inline-end: 0.25rem !important;
}
.end-px-5 {
  inset-inline-end: 0.3125rem !important;
}
.end-px-6 {
  inset-inline-end: 0.375rem !important;
}
.end-px-7 {
  inset-inline-end: 0.4375rem !important;
}
.end-px-8 {
  inset-inline-end: 0.5rem !important;
}
.end-px-9 {
  inset-inline-end: 0.5625rem !important;
}
.end-px-10 {
  inset-inline-end: 0.625rem !important;
}
.end-px-11 {
  inset-inline-end: 0.6875rem !important;
}
.end-px-12 {
  inset-inline-end: 0.75rem !important;
}
.end-px-13 {
  inset-inline-end: 0.8125rem !important;
}
.end-px-14 {
  inset-inline-end: 0.875rem !important;
}
.end-px-15 {
  inset-inline-end: 0.9375rem !important;
}
.end-px-16 {
  inset-inline-end: 1rem !important;
}
.end-px-17 {
  inset-inline-end: 1.0625rem !important;
}
.end-px-18 {
  inset-inline-end: 1.125rem !important;
}
.end-px-19 {
  inset-inline-end: 1.1875rem !important;
}
.end-px-20 {
  inset-inline-end: 1.25rem !important;
}
.end-px-21 {
  inset-inline-end: 1.3125rem !important;
}
.end-px-22 {
  inset-inline-end: 1.375rem !important;
}
.end-px-23 {
  inset-inline-end: 1.4375rem !important;
}
.end-px-24 {
  inset-inline-end: 1.5rem !important;
}
.end-px-25 {
  inset-inline-end: 1.5625rem !important;
}
.end-px-26 {
  inset-inline-end: 1.625rem !important;
}
.end-px-27 {
  inset-inline-end: 1.6875rem !important;
}
.end-px-28 {
  inset-inline-end: 1.75rem !important;
}
.end-px-29 {
  inset-inline-end: 1.8125rem !important;
}
.end-px-30 {
  inset-inline-end: 1.875rem !important;
}
.end-px-31 {
  inset-inline-end: 1.9375rem !important;
}
.end-px-32 {
  inset-inline-end: 2rem !important;
}
.end-px-33 {
  inset-inline-end: 2.0625rem !important;
}
.end-px-34 {
  inset-inline-end: 2.125rem !important;
}
.end-px-35 {
  inset-inline-end: 2.1875rem !important;
}
.end-px-36 {
  inset-inline-end: 2.25rem !important;
}
.end-px-37 {
  inset-inline-end: 2.3125rem !important;
}
.end-px-38 {
  inset-inline-end: 2.375rem !important;
}
.end-px-39 {
  inset-inline-end: 2.4375rem !important;
}
.end-px-40 {
  inset-inline-end: 2.5rem !important;
}
.end-px-41 {
  inset-inline-end: 2.5625rem !important;
}
.end-px-42 {
  inset-inline-end: 2.625rem !important;
}
.end-px-43 {
  inset-inline-end: 2.6875rem !important;
}
.end-px-44 {
  inset-inline-end: 2.75rem !important;
}
.end-px-45 {
  inset-inline-end: 2.8125rem !important;
}
.end-px-46 {
  inset-inline-end: 2.875rem !important;
}
.end-px-47 {
  inset-inline-end: 2.9375rem !important;
}
.end-px-48 {
  inset-inline-end: 3rem !important;
}
.end-px-49 {
  inset-inline-end: 3.0625rem !important;
}
.end-px-50 {
  inset-inline-end: 3.125rem !important;
}
.end-px-51 {
  inset-inline-end: 3.1875rem !important;
}
.end-px-52 {
  inset-inline-end: 3.25rem !important;
}
.end-px-53 {
  inset-inline-end: 3.3125rem !important;
}
.end-px-54 {
  inset-inline-end: 3.375rem !important;
}
.end-px-56 {
  inset-inline-end: 3.5rem !important;
}
.end-px-57 {
  inset-inline-end: 3.5625rem !important;
}
.end-px-58 {
  inset-inline-end: 3.625rem !important;
}
.end-px-59 {
  inset-inline-end: 3.6875rem !important;
}
.end-px-60 {
  inset-inline-end: 3.75rem !important;
}
.end-px-61 {
  inset-inline-end: 3.8125rem !important;
}
.end-px-62 {
  inset-inline-end: 3.875rem !important;
}
.end-px-63 {
  inset-inline-end: 3.9375rem !important;
}
.end-px-64 {
  inset-inline-end: 4rem !important;
}
.end-px-68 {
  inset-inline-end: 4.25rem !important;
}
.end-px-70 {
  inset-inline-end: 4.375rem !important;
}
.end-px-80 {
  inset-inline-end: 5rem !important;
}
.end-px-82 {
  inset-inline-end: 5.125rem !important;
}
.end-px-83 {
  inset-inline-end: 5.1875rem !important;
}
.end-px-84 {
  inset-inline-end: 5.25rem !important;
}
.end-px-98 {
  inset-inline-end: 6.125rem !important;
}
.end-px-104 {
  inset-inline-end: 6.5rem !important;
}
.end-px-122 {
  inset-inline-end: 7.625rem !important;
}
.end-px-123 {
  inset-inline-end: 7.6875rem !important;
}
.end-px-147 {
  inset-inline-end: 9.1875rem !important;
}
.end-px-148 {
  inset-inline-end: 9.25rem !important;
}
.end-px-150 {
  inset-inline-end: 9.375rem !important;
}
.end-px-180 {
  inset-inline-end: 11.25rem !important;
}
.end-px-192 {
  inset-inline-end: 12rem !important;
}
.end-px-200 {
  inset-inline-end: 12.5rem !important;
}
.end-px-220 {
  inset-inline-end: 13.75rem !important;
}
.end-px-270 {
  inset-inline-end: 16.875rem !important;
}
.end-px-300 {
  inset-inline-end: 18.75rem !important;
}
.end-px-350 {
  inset-inline-end: 21.875rem !important;
}
.end-px-400 {
  inset-inline-end: 25rem !important;
}
.end-px-500 {
  inset-inline-end: 31.25rem !important;
}
.end-px-600 {
  inset-inline-end: 37.5rem !important;
}
.top-px-n1 {
  inset-block-start: -0.0625rem !important;
}
.top-px-n2 {
  inset-block-start: -0.125rem !important;
}
.top-px-n3 {
  inset-block-start: -0.1875rem !important;
}
.top-px-n4 {
  inset-block-start: -0.25rem !important;
}
.top-px-n5 {
  inset-block-start: -0.3125rem !important;
}
.top-px-n6 {
  inset-block-start: -0.375rem !important;
}
.top-px-n7 {
  inset-block-start: -0.4375rem !important;
}
.top-px-n8 {
  inset-block-start: -0.5rem !important;
}
.top-px-n9 {
  inset-block-start: -0.5625rem !important;
}
.top-px-n10 {
  inset-block-start: -0.625rem !important;
}
.top-px-n11 {
  inset-block-start: -0.6875rem !important;
}
.top-px-n12 {
  inset-block-start: -0.75rem !important;
}
.top-px-n13 {
  inset-block-start: -0.8125rem !important;
}
.top-px-n14 {
  inset-block-start: -0.875rem !important;
}
.top-px-n15 {
  inset-block-start: -0.9375rem !important;
}
.top-px-n16 {
  inset-block-start: -1rem !important;
}
.top-px-n17 {
  inset-block-start: -1.0625rem !important;
}
.top-px-n18 {
  inset-block-start: -1.125rem !important;
}
.top-px-n19 {
  inset-block-start: -1.1875rem !important;
}
.top-px-n20 {
  inset-block-start: -1.25rem !important;
}
.top-px-n21 {
  inset-block-start: -1.3125rem !important;
}
.top-px-n22 {
  inset-block-start: -1.375rem !important;
}
.top-px-n23 {
  inset-block-start: -1.4375rem !important;
}
.top-px-n24 {
  inset-block-start: -1.5rem !important;
}
.top-px-n25 {
  inset-block-start: -1.5625rem !important;
}
.top-px-n26 {
  inset-block-start: -1.625rem !important;
}
.top-px-n27 {
  inset-block-start: -1.6875rem !important;
}
.top-px-n28 {
  inset-block-start: -1.75rem !important;
}
.top-px-n29 {
  inset-block-start: -1.8125rem !important;
}
.top-px-n30 {
  inset-block-start: -1.875rem !important;
}
.top-px-n31 {
  inset-block-start: -1.9375rem !important;
}
.top-px-n32 {
  inset-block-start: -2rem !important;
}
.top-px-n33 {
  inset-block-start: -2.0625rem !important;
}
.top-px-n34 {
  inset-block-start: -2.125rem !important;
}
.top-px-n35 {
  inset-block-start: -2.1875rem !important;
}
.top-px-n36 {
  inset-block-start: -2.25rem !important;
}
.top-px-n37 {
  inset-block-start: -2.3125rem !important;
}
.top-px-n38 {
  inset-block-start: -2.375rem !important;
}
.top-px-n39 {
  inset-block-start: -2.4375rem !important;
}
.top-px-n40 {
  inset-block-start: -2.5rem !important;
}
.top-px-n41 {
  inset-block-start: -2.5625rem !important;
}
.top-px-n42 {
  inset-block-start: -2.625rem !important;
}
.top-px-n43 {
  inset-block-start: -2.6875rem !important;
}
.top-px-n44 {
  inset-block-start: -2.75rem !important;
}
.top-px-n45 {
  inset-block-start: -2.8125rem !important;
}
.top-px-n46 {
  inset-block-start: -2.875rem !important;
}
.top-px-n47 {
  inset-block-start: -2.9375rem !important;
}
.top-px-n48 {
  inset-block-start: -3rem !important;
}
.top-px-n49 {
  inset-block-start: -3.0625rem !important;
}
.top-px-n50 {
  inset-block-start: -3.125rem !important;
}
.top-px-n51 {
  inset-block-start: -3.1875rem !important;
}
.top-px-n52 {
  inset-block-start: -3.25rem !important;
}
.top-px-n53 {
  inset-block-start: -3.3125rem !important;
}
.top-px-n54 {
  inset-block-start: -3.375rem !important;
}
.top-px-n56 {
  inset-block-start: -3.5rem !important;
}
.top-px-n57 {
  inset-block-start: -3.5625rem !important;
}
.top-px-n58 {
  inset-block-start: -3.625rem !important;
}
.top-px-n59 {
  inset-block-start: -3.6875rem !important;
}
.top-px-n60 {
  inset-block-start: -3.75rem !important;
}
.top-px-n61 {
  inset-block-start: -3.8125rem !important;
}
.top-px-n62 {
  inset-block-start: -3.875rem !important;
}
.top-px-n63 {
  inset-block-start: -3.9375rem !important;
}
.top-px-n64 {
  inset-block-start: -4rem !important;
}
.top-px-n68 {
  inset-block-start: -4.25rem !important;
}
.top-px-n70 {
  inset-block-start: -4.375rem !important;
}
.top-px-n80 {
  inset-block-start: -5rem !important;
}
.top-px-n82 {
  inset-block-start: -5.125rem !important;
}
.top-px-n83 {
  inset-block-start: -5.1875rem !important;
}
.top-px-n84 {
  inset-block-start: -5.25rem !important;
}
.top-px-n98 {
  inset-block-start: -6.125rem !important;
}
.top-px-n104 {
  inset-block-start: -6.5rem !important;
}
.top-px-n122 {
  inset-block-start: -7.625rem !important;
}
.top-px-n123 {
  inset-block-start: -7.6875rem !important;
}
.top-px-n147 {
  inset-block-start: -9.1875rem !important;
}
.top-px-n148 {
  inset-block-start: -9.25rem !important;
}
.top-px-n150 {
  inset-block-start: -9.375rem !important;
}
.top-px-n180 {
  inset-block-start: -11.25rem !important;
}
.top-px-n192 {
  inset-block-start: -12rem !important;
}
.top-px-n200 {
  inset-block-start: -12.5rem !important;
}
.top-px-n220 {
  inset-block-start: -13.75rem !important;
}
.top-px-n270 {
  inset-block-start: -16.875rem !important;
}
.top-px-n300 {
  inset-block-start: -18.75rem !important;
}
.top-px-n350 {
  inset-block-start: -21.875rem !important;
}
.top-px-n400 {
  inset-block-start: -25rem !important;
}
.top-px-n500 {
  inset-block-start: -31.25rem !important;
}
.top-px-n600 {
  inset-block-start: -37.5rem !important;
}
.bottom-px-n1 {
  inset-block-start: -0.0625rem !important;
}
.bottom-px-n2 {
  inset-block-start: -0.125rem !important;
}
.bottom-px-n3 {
  inset-block-start: -0.1875rem !important;
}
.bottom-px-n4 {
  inset-block-start: -0.25rem !important;
}
.bottom-px-n5 {
  inset-block-start: -0.3125rem !important;
}
.bottom-px-n6 {
  inset-block-start: -0.375rem !important;
}
.bottom-px-n7 {
  inset-block-start: -0.4375rem !important;
}
.bottom-px-n8 {
  inset-block-start: -0.5rem !important;
}
.bottom-px-n9 {
  inset-block-start: -0.5625rem !important;
}
.bottom-px-n10 {
  inset-block-start: -0.625rem !important;
}
.bottom-px-n11 {
  inset-block-start: -0.6875rem !important;
}
.bottom-px-n12 {
  inset-block-start: -0.75rem !important;
}
.bottom-px-n13 {
  inset-block-start: -0.8125rem !important;
}
.bottom-px-n14 {
  inset-block-start: -0.875rem !important;
}
.bottom-px-n15 {
  inset-block-start: -0.9375rem !important;
}
.bottom-px-n16 {
  inset-block-start: -1rem !important;
}
.bottom-px-n17 {
  inset-block-start: -1.0625rem !important;
}
.bottom-px-n18 {
  inset-block-start: -1.125rem !important;
}
.bottom-px-n19 {
  inset-block-start: -1.1875rem !important;
}
.bottom-px-n20 {
  inset-block-start: -1.25rem !important;
}
.bottom-px-n21 {
  inset-block-start: -1.3125rem !important;
}
.bottom-px-n22 {
  inset-block-start: -1.375rem !important;
}
.bottom-px-n23 {
  inset-block-start: -1.4375rem !important;
}
.bottom-px-n24 {
  inset-block-start: -1.5rem !important;
}
.bottom-px-n25 {
  inset-block-start: -1.5625rem !important;
}
.bottom-px-n26 {
  inset-block-start: -1.625rem !important;
}
.bottom-px-n27 {
  inset-block-start: -1.6875rem !important;
}
.bottom-px-n28 {
  inset-block-start: -1.75rem !important;
}
.bottom-px-n29 {
  inset-block-start: -1.8125rem !important;
}
.bottom-px-n30 {
  inset-block-start: -1.875rem !important;
}
.bottom-px-n31 {
  inset-block-start: -1.9375rem !important;
}
.bottom-px-n32 {
  inset-block-start: -2rem !important;
}
.bottom-px-n33 {
  inset-block-start: -2.0625rem !important;
}
.bottom-px-n34 {
  inset-block-start: -2.125rem !important;
}
.bottom-px-n35 {
  inset-block-start: -2.1875rem !important;
}
.bottom-px-n36 {
  inset-block-start: -2.25rem !important;
}
.bottom-px-n37 {
  inset-block-start: -2.3125rem !important;
}
.bottom-px-n38 {
  inset-block-start: -2.375rem !important;
}
.bottom-px-n39 {
  inset-block-start: -2.4375rem !important;
}
.bottom-px-n40 {
  inset-block-start: -2.5rem !important;
}
.bottom-px-n41 {
  inset-block-start: -2.5625rem !important;
}
.bottom-px-n42 {
  inset-block-start: -2.625rem !important;
}
.bottom-px-n43 {
  inset-block-start: -2.6875rem !important;
}
.bottom-px-n44 {
  inset-block-start: -2.75rem !important;
}
.bottom-px-n45 {
  inset-block-start: -2.8125rem !important;
}
.bottom-px-n46 {
  inset-block-start: -2.875rem !important;
}
.bottom-px-n47 {
  inset-block-start: -2.9375rem !important;
}
.bottom-px-n48 {
  inset-block-start: -3rem !important;
}
.bottom-px-n49 {
  inset-block-start: -3.0625rem !important;
}
.bottom-px-n50 {
  inset-block-start: -3.125rem !important;
}
.bottom-px-n51 {
  inset-block-start: -3.1875rem !important;
}
.bottom-px-n52 {
  inset-block-start: -3.25rem !important;
}
.bottom-px-n53 {
  inset-block-start: -3.3125rem !important;
}
.bottom-px-n54 {
  inset-block-start: -3.375rem !important;
}
.bottom-px-n56 {
  inset-block-start: -3.5rem !important;
}
.bottom-px-n57 {
  inset-block-start: -3.5625rem !important;
}
.bottom-px-n58 {
  inset-block-start: -3.625rem !important;
}
.bottom-px-n59 {
  inset-block-start: -3.6875rem !important;
}
.bottom-px-n60 {
  inset-block-start: -3.75rem !important;
}
.bottom-px-n61 {
  inset-block-start: -3.8125rem !important;
}
.bottom-px-n62 {
  inset-block-start: -3.875rem !important;
}
.bottom-px-n63 {
  inset-block-start: -3.9375rem !important;
}
.bottom-px-n64 {
  inset-block-start: -4rem !important;
}
.bottom-px-n68 {
  inset-block-start: -4.25rem !important;
}
.bottom-px-n70 {
  inset-block-start: -4.375rem !important;
}
.bottom-px-n80 {
  inset-block-start: -5rem !important;
}
.bottom-px-n82 {
  inset-block-start: -5.125rem !important;
}
.bottom-px-n83 {
  inset-block-start: -5.1875rem !important;
}
.bottom-px-n84 {
  inset-block-start: -5.25rem !important;
}
.bottom-px-n98 {
  inset-block-start: -6.125rem !important;
}
.bottom-px-n104 {
  inset-block-start: -6.5rem !important;
}
.bottom-px-n122 {
  inset-block-start: -7.625rem !important;
}
.bottom-px-n123 {
  inset-block-start: -7.6875rem !important;
}
.bottom-px-n147 {
  inset-block-start: -9.1875rem !important;
}
.bottom-px-n148 {
  inset-block-start: -9.25rem !important;
}
.bottom-px-n150 {
  inset-block-start: -9.375rem !important;
}
.bottom-px-n180 {
  inset-block-start: -11.25rem !important;
}
.bottom-px-n192 {
  inset-block-start: -12rem !important;
}
.bottom-px-n200 {
  inset-block-start: -12.5rem !important;
}
.bottom-px-n220 {
  inset-block-start: -13.75rem !important;
}
.bottom-px-n270 {
  inset-block-start: -16.875rem !important;
}
.bottom-px-n300 {
  inset-block-start: -18.75rem !important;
}
.bottom-px-n350 {
  inset-block-start: -21.875rem !important;
}
.bottom-px-n400 {
  inset-block-start: -25rem !important;
}
.bottom-px-n500 {
  inset-block-start: -31.25rem !important;
}
.bottom-px-n600 {
  inset-block-start: -37.5rem !important;
}
.start-px-n1 {
  inset-inline-start: -0.0625rem !important;
}
.start-px-n2 {
  inset-inline-start: -0.125rem !important;
}
.start-px-n3 {
  inset-inline-start: -0.1875rem !important;
}
.start-px-n4 {
  inset-inline-start: -0.25rem !important;
}
.start-px-n5 {
  inset-inline-start: -0.3125rem !important;
}
.start-px-n6 {
  inset-inline-start: -0.375rem !important;
}
.start-px-n7 {
  inset-inline-start: -0.4375rem !important;
}
.start-px-n8 {
  inset-inline-start: -0.5rem !important;
}
.start-px-n9 {
  inset-inline-start: -0.5625rem !important;
}
.start-px-n10 {
  inset-inline-start: -0.625rem !important;
}
.start-px-n11 {
  inset-inline-start: -0.6875rem !important;
}
.start-px-n12 {
  inset-inline-start: -0.75rem !important;
}
.start-px-n13 {
  inset-inline-start: -0.8125rem !important;
}
.start-px-n14 {
  inset-inline-start: -0.875rem !important;
}
.start-px-n15 {
  inset-inline-start: -0.9375rem !important;
}
.start-px-n16 {
  inset-inline-start: -1rem !important;
}
.start-px-n17 {
  inset-inline-start: -1.0625rem !important;
}
.start-px-n18 {
  inset-inline-start: -1.125rem !important;
}
.start-px-n19 {
  inset-inline-start: -1.1875rem !important;
}
.start-px-n20 {
  inset-inline-start: -1.25rem !important;
}
.start-px-n21 {
  inset-inline-start: -1.3125rem !important;
}
.start-px-n22 {
  inset-inline-start: -1.375rem !important;
}
.start-px-n23 {
  inset-inline-start: -1.4375rem !important;
}
.start-px-n24 {
  inset-inline-start: -1.5rem !important;
}
.start-px-n25 {
  inset-inline-start: -1.5625rem !important;
}
.start-px-n26 {
  inset-inline-start: -1.625rem !important;
}
.start-px-n27 {
  inset-inline-start: -1.6875rem !important;
}
.start-px-n28 {
  inset-inline-start: -1.75rem !important;
}
.start-px-n29 {
  inset-inline-start: -1.8125rem !important;
}
.start-px-n30 {
  inset-inline-start: -1.875rem !important;
}
.start-px-n31 {
  inset-inline-start: -1.9375rem !important;
}
.start-px-n32 {
  inset-inline-start: -2rem !important;
}
.start-px-n33 {
  inset-inline-start: -2.0625rem !important;
}
.start-px-n34 {
  inset-inline-start: -2.125rem !important;
}
.start-px-n35 {
  inset-inline-start: -2.1875rem !important;
}
.start-px-n36 {
  inset-inline-start: -2.25rem !important;
}
.start-px-n37 {
  inset-inline-start: -2.3125rem !important;
}
.start-px-n38 {
  inset-inline-start: -2.375rem !important;
}
.start-px-n39 {
  inset-inline-start: -2.4375rem !important;
}
.start-px-n40 {
  inset-inline-start: -2.5rem !important;
}
.start-px-n41 {
  inset-inline-start: -2.5625rem !important;
}
.start-px-n42 {
  inset-inline-start: -2.625rem !important;
}
.start-px-n43 {
  inset-inline-start: -2.6875rem !important;
}
.start-px-n44 {
  inset-inline-start: -2.75rem !important;
}
.start-px-n45 {
  inset-inline-start: -2.8125rem !important;
}
.start-px-n46 {
  inset-inline-start: -2.875rem !important;
}
.start-px-n47 {
  inset-inline-start: -2.9375rem !important;
}
.start-px-n48 {
  inset-inline-start: -3rem !important;
}
.start-px-n49 {
  inset-inline-start: -3.0625rem !important;
}
.start-px-n50 {
  inset-inline-start: -3.125rem !important;
}
.start-px-n51 {
  inset-inline-start: -3.1875rem !important;
}
.start-px-n52 {
  inset-inline-start: -3.25rem !important;
}
.start-px-n53 {
  inset-inline-start: -3.3125rem !important;
}
.start-px-n54 {
  inset-inline-start: -3.375rem !important;
}
.start-px-n56 {
  inset-inline-start: -3.5rem !important;
}
.start-px-n57 {
  inset-inline-start: -3.5625rem !important;
}
.start-px-n58 {
  inset-inline-start: -3.625rem !important;
}
.start-px-n59 {
  inset-inline-start: -3.6875rem !important;
}
.start-px-n60 {
  inset-inline-start: -3.75rem !important;
}
.start-px-n61 {
  inset-inline-start: -3.8125rem !important;
}
.start-px-n62 {
  inset-inline-start: -3.875rem !important;
}
.start-px-n63 {
  inset-inline-start: -3.9375rem !important;
}
.start-px-n64 {
  inset-inline-start: -4rem !important;
}
.start-px-n68 {
  inset-inline-start: -4.25rem !important;
}
.start-px-n70 {
  inset-inline-start: -4.375rem !important;
}
.start-px-n80 {
  inset-inline-start: -5rem !important;
}
.start-px-n82 {
  inset-inline-start: -5.125rem !important;
}
.start-px-n83 {
  inset-inline-start: -5.1875rem !important;
}
.start-px-n84 {
  inset-inline-start: -5.25rem !important;
}
.start-px-n98 {
  inset-inline-start: -6.125rem !important;
}
.start-px-n104 {
  inset-inline-start: -6.5rem !important;
}
.start-px-n122 {
  inset-inline-start: -7.625rem !important;
}
.start-px-n123 {
  inset-inline-start: -7.6875rem !important;
}
.start-px-n147 {
  inset-inline-start: -9.1875rem !important;
}
.start-px-n148 {
  inset-inline-start: -9.25rem !important;
}
.start-px-n150 {
  inset-inline-start: -9.375rem !important;
}
.start-px-n180 {
  inset-inline-start: -11.25rem !important;
}
.start-px-n192 {
  inset-inline-start: -12rem !important;
}
.start-px-n200 {
  inset-inline-start: -12.5rem !important;
}
.start-px-n220 {
  inset-inline-start: -13.75rem !important;
}
.start-px-n270 {
  inset-inline-start: -16.875rem !important;
}
.start-px-n300 {
  inset-inline-start: -18.75rem !important;
}
.start-px-n350 {
  inset-inline-start: -21.875rem !important;
}
.start-px-n400 {
  inset-inline-start: -25rem !important;
}
.start-px-n500 {
  inset-inline-start: -31.25rem !important;
}
.start-px-n600 {
  inset-inline-start: -37.5rem !important;
}
.end-px-n1 {
  inset-inline-end: -0.0625rem !important;
}
.end-px-n2 {
  inset-inline-end: -0.125rem !important;
}
.end-px-n3 {
  inset-inline-end: -0.1875rem !important;
}
.end-px-n4 {
  inset-inline-end: -0.25rem !important;
}
.end-px-n5 {
  inset-inline-end: -0.3125rem !important;
}
.end-px-n6 {
  inset-inline-end: -0.375rem !important;
}
.end-px-n7 {
  inset-inline-end: -0.4375rem !important;
}
.end-px-n8 {
  inset-inline-end: -0.5rem !important;
}
.end-px-n9 {
  inset-inline-end: -0.5625rem !important;
}
.end-px-n10 {
  inset-inline-end: -0.625rem !important;
}
.end-px-n11 {
  inset-inline-end: -0.6875rem !important;
}
.end-px-n12 {
  inset-inline-end: -0.75rem !important;
}
.end-px-n13 {
  inset-inline-end: -0.8125rem !important;
}
.end-px-n14 {
  inset-inline-end: -0.875rem !important;
}
.end-px-n15 {
  inset-inline-end: -0.9375rem !important;
}
.end-px-n16 {
  inset-inline-end: -1rem !important;
}
.end-px-n17 {
  inset-inline-end: -1.0625rem !important;
}
.end-px-n18 {
  inset-inline-end: -1.125rem !important;
}
.end-px-n19 {
  inset-inline-end: -1.1875rem !important;
}
.end-px-n20 {
  inset-inline-end: -1.25rem !important;
}
.end-px-n21 {
  inset-inline-end: -1.3125rem !important;
}
.end-px-n22 {
  inset-inline-end: -1.375rem !important;
}
.end-px-n23 {
  inset-inline-end: -1.4375rem !important;
}
.end-px-n24 {
  inset-inline-end: -1.5rem !important;
}
.end-px-n25 {
  inset-inline-end: -1.5625rem !important;
}
.end-px-n26 {
  inset-inline-end: -1.625rem !important;
}
.end-px-n27 {
  inset-inline-end: -1.6875rem !important;
}
.end-px-n28 {
  inset-inline-end: -1.75rem !important;
}
.end-px-n29 {
  inset-inline-end: -1.8125rem !important;
}
.end-px-n30 {
  inset-inline-end: -1.875rem !important;
}
.end-px-n31 {
  inset-inline-end: -1.9375rem !important;
}
.end-px-n32 {
  inset-inline-end: -2rem !important;
}
.end-px-n33 {
  inset-inline-end: -2.0625rem !important;
}
.end-px-n34 {
  inset-inline-end: -2.125rem !important;
}
.end-px-n35 {
  inset-inline-end: -2.1875rem !important;
}
.end-px-n36 {
  inset-inline-end: -2.25rem !important;
}
.end-px-n37 {
  inset-inline-end: -2.3125rem !important;
}
.end-px-n38 {
  inset-inline-end: -2.375rem !important;
}
.end-px-n39 {
  inset-inline-end: -2.4375rem !important;
}
.end-px-n40 {
  inset-inline-end: -2.5rem !important;
}
.end-px-n41 {
  inset-inline-end: -2.5625rem !important;
}
.end-px-n42 {
  inset-inline-end: -2.625rem !important;
}
.end-px-n43 {
  inset-inline-end: -2.6875rem !important;
}
.end-px-n44 {
  inset-inline-end: -2.75rem !important;
}
.end-px-n45 {
  inset-inline-end: -2.8125rem !important;
}
.end-px-n46 {
  inset-inline-end: -2.875rem !important;
}
.end-px-n47 {
  inset-inline-end: -2.9375rem !important;
}
.end-px-n48 {
  inset-inline-end: -3rem !important;
}
.end-px-n49 {
  inset-inline-end: -3.0625rem !important;
}
.end-px-n50 {
  inset-inline-end: -3.125rem !important;
}
.end-px-n51 {
  inset-inline-end: -3.1875rem !important;
}
.end-px-n52 {
  inset-inline-end: -3.25rem !important;
}
.end-px-n53 {
  inset-inline-end: -3.3125rem !important;
}
.end-px-n54 {
  inset-inline-end: -3.375rem !important;
}
.end-px-n56 {
  inset-inline-end: -3.5rem !important;
}
.end-px-n57 {
  inset-inline-end: -3.5625rem !important;
}
.end-px-n58 {
  inset-inline-end: -3.625rem !important;
}
.end-px-n59 {
  inset-inline-end: -3.6875rem !important;
}
.end-px-n60 {
  inset-inline-end: -3.75rem !important;
}
.end-px-n61 {
  inset-inline-end: -3.8125rem !important;
}
.end-px-n62 {
  inset-inline-end: -3.875rem !important;
}
.end-px-n63 {
  inset-inline-end: -3.9375rem !important;
}
.end-px-n64 {
  inset-inline-end: -4rem !important;
}
.end-px-n68 {
  inset-inline-end: -4.25rem !important;
}
.end-px-n70 {
  inset-inline-end: -4.375rem !important;
}
.end-px-n80 {
  inset-inline-end: -5rem !important;
}
.end-px-n82 {
  inset-inline-end: -5.125rem !important;
}
.end-px-n83 {
  inset-inline-end: -5.1875rem !important;
}
.end-px-n84 {
  inset-inline-end: -5.25rem !important;
}
.end-px-n98 {
  inset-inline-end: -6.125rem !important;
}
.end-px-n104 {
  inset-inline-end: -6.5rem !important;
}
.end-px-n122 {
  inset-inline-end: -7.625rem !important;
}
.end-px-n123 {
  inset-inline-end: -7.6875rem !important;
}
.end-px-n147 {
  inset-inline-end: -9.1875rem !important;
}
.end-px-n148 {
  inset-inline-end: -9.25rem !important;
}
.end-px-n150 {
  inset-inline-end: -9.375rem !important;
}
.end-px-n180 {
  inset-inline-end: -11.25rem !important;
}
.end-px-n192 {
  inset-inline-end: -12rem !important;
}
.end-px-n200 {
  inset-inline-end: -12.5rem !important;
}
.end-px-n220 {
  inset-inline-end: -13.75rem !important;
}
.end-px-n270 {
  inset-inline-end: -16.875rem !important;
}
.end-px-n300 {
  inset-inline-end: -18.75rem !important;
}
.end-px-n350 {
  inset-inline-end: -21.875rem !important;
}
.end-px-n400 {
  inset-inline-end: -25rem !important;
}
.end-px-n500 {
  inset-inline-end: -31.25rem !important;
}
.end-px-n600 {
  inset-inline-end: -37.5rem !important;
}
.object-position-top {
  object-position: top !important;
}
.object-position-center {
  object-position: center !important;
}
.object-position-bottom {
  object-position: bottom !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;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-20 {
    opacity: 0.2 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-30 {
    opacity: 0.3 !important;
  }
  .opacity-sm-35 {
    opacity: 0.35 !important;
  }
  .opacity-sm-40 {
    opacity: 0.4 !important;
  }
  .opacity-sm-45 {
    opacity: 0.45 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-55 {
    opacity: 0.55 !important;
  }
  .opacity-sm-60 {
    opacity: 0.6 !important;
  }
  .opacity-sm-65 {
    opacity: 0.65 !important;
  }
  .opacity-sm-70 {
    opacity: 0.7 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-80 {
    opacity: 0.8 !important;
  }
  .opacity-sm-85 {
    opacity: 0.85 !important;
  }
  .opacity-sm-90 {
    opacity: 0.9 !important;
  }
  .opacity-sm-95 {
    opacity: 0.95 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !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;
  }
  .top-sm-0 {
    inset-block-start: 0% !important;
  }
  .top-sm-5 {
    inset-block-start: 5% !important;
  }
  .top-sm-10 {
    inset-block-start: 10% !important;
  }
  .top-sm-20 {
    inset-block-start: 20% !important;
  }
  .top-sm-25 {
    inset-block-start: 25% !important;
  }
  .top-sm-30 {
    inset-block-start: 30% !important;
  }
  .top-sm-33_3 {
    inset-block-start: 33.3% !important;
  }
  .top-sm-35 {
    inset-block-start: 35% !important;
  }
  .top-sm-40 {
    inset-block-start: 40% !important;
  }
  .top-sm-44 {
    inset-block-start: 44% !important;
  }
  .top-sm-45 {
    inset-block-start: 45% !important;
  }
  .top-sm-46 {
    inset-block-start: 46% !important;
  }
  .top-sm-48 {
    inset-block-start: 48% !important;
  }
  .top-sm-50 {
    inset-block-start: 50% !important;
  }
  .top-sm-60 {
    inset-block-start: 60% !important;
  }
  .top-sm-65 {
    inset-block-start: 65% !important;
  }
  .top-sm-70 {
    inset-block-start: 70% !important;
  }
  .top-sm-75 {
    inset-block-start: 75% !important;
  }
  .top-sm-80 {
    inset-block-start: 80% !important;
  }
  .top-sm-90 {
    inset-block-start: 90% !important;
  }
  .top-sm-95 {
    inset-block-start: 95% !important;
  }
  .top-sm-100 {
    inset-block-start: 100% !important;
  }
  .top-sm-auto {
    inset-block-start: auto !important;
  }
  .bottom-sm-0 {
    inset-block-end: 0% !important;
  }
  .bottom-sm-5 {
    inset-block-end: 5% !important;
  }
  .bottom-sm-10 {
    inset-block-end: 10% !important;
  }
  .bottom-sm-20 {
    inset-block-end: 20% !important;
  }
  .bottom-sm-25 {
    inset-block-end: 25% !important;
  }
  .bottom-sm-30 {
    inset-block-end: 30% !important;
  }
  .bottom-sm-33_3 {
    inset-block-end: 33.3% !important;
  }
  .bottom-sm-35 {
    inset-block-end: 35% !important;
  }
  .bottom-sm-40 {
    inset-block-end: 40% !important;
  }
  .bottom-sm-44 {
    inset-block-end: 44% !important;
  }
  .bottom-sm-45 {
    inset-block-end: 45% !important;
  }
  .bottom-sm-46 {
    inset-block-end: 46% !important;
  }
  .bottom-sm-48 {
    inset-block-end: 48% !important;
  }
  .bottom-sm-50 {
    inset-block-end: 50% !important;
  }
  .bottom-sm-60 {
    inset-block-end: 60% !important;
  }
  .bottom-sm-65 {
    inset-block-end: 65% !important;
  }
  .bottom-sm-70 {
    inset-block-end: 70% !important;
  }
  .bottom-sm-75 {
    inset-block-end: 75% !important;
  }
  .bottom-sm-80 {
    inset-block-end: 80% !important;
  }
  .bottom-sm-90 {
    inset-block-end: 90% !important;
  }
  .bottom-sm-95 {
    inset-block-end: 95% !important;
  }
  .bottom-sm-100 {
    inset-block-end: 100% !important;
  }
  .bottom-sm-auto {
    inset-block-end: auto !important;
  }
  .start-sm-0 {
    inset-inline-start: 0% !important;
  }
  .start-sm-5 {
    inset-inline-start: 5% !important;
  }
  .start-sm-10 {
    inset-inline-start: 10% !important;
  }
  .start-sm-20 {
    inset-inline-start: 20% !important;
  }
  .start-sm-25 {
    inset-inline-start: 25% !important;
  }
  .start-sm-30 {
    inset-inline-start: 30% !important;
  }
  .start-sm-33_3 {
    inset-inline-start: 33.3% !important;
  }
  .start-sm-35 {
    inset-inline-start: 35% !important;
  }
  .start-sm-40 {
    inset-inline-start: 40% !important;
  }
  .start-sm-44 {
    inset-inline-start: 44% !important;
  }
  .start-sm-45 {
    inset-inline-start: 45% !important;
  }
  .start-sm-46 {
    inset-inline-start: 46% !important;
  }
  .start-sm-48 {
    inset-inline-start: 48% !important;
  }
  .start-sm-50 {
    inset-inline-start: 50% !important;
  }
  .start-sm-60 {
    inset-inline-start: 60% !important;
  }
  .start-sm-65 {
    inset-inline-start: 65% !important;
  }
  .start-sm-70 {
    inset-inline-start: 70% !important;
  }
  .start-sm-75 {
    inset-inline-start: 75% !important;
  }
  .start-sm-80 {
    inset-inline-start: 80% !important;
  }
  .start-sm-90 {
    inset-inline-start: 90% !important;
  }
  .start-sm-95 {
    inset-inline-start: 95% !important;
  }
  .start-sm-100 {
    inset-inline-start: 100% !important;
  }
  .start-sm-auto {
    inset-inline-start: auto !important;
  }
  .end-sm-0 {
    inset-inline-end: 0% !important;
  }
  .end-sm-5 {
    inset-inline-end: 5% !important;
  }
  .end-sm-10 {
    inset-inline-end: 10% !important;
  }
  .end-sm-20 {
    inset-inline-end: 20% !important;
  }
  .end-sm-25 {
    inset-inline-end: 25% !important;
  }
  .end-sm-30 {
    inset-inline-end: 30% !important;
  }
  .end-sm-33_3 {
    inset-inline-end: 33.3% !important;
  }
  .end-sm-35 {
    inset-inline-end: 35% !important;
  }
  .end-sm-40 {
    inset-inline-end: 40% !important;
  }
  .end-sm-44 {
    inset-inline-end: 44% !important;
  }
  .end-sm-45 {
    inset-inline-end: 45% !important;
  }
  .end-sm-46 {
    inset-inline-end: 46% !important;
  }
  .end-sm-48 {
    inset-inline-end: 48% !important;
  }
  .end-sm-50 {
    inset-inline-end: 50% !important;
  }
  .end-sm-60 {
    inset-inline-end: 60% !important;
  }
  .end-sm-65 {
    inset-inline-end: 65% !important;
  }
  .end-sm-70 {
    inset-inline-end: 70% !important;
  }
  .end-sm-75 {
    inset-inline-end: 75% !important;
  }
  .end-sm-80 {
    inset-inline-end: 80% !important;
  }
  .end-sm-90 {
    inset-inline-end: 90% !important;
  }
  .end-sm-95 {
    inset-inline-end: 95% !important;
  }
  .end-sm-100 {
    inset-inline-end: 100% !important;
  }
  .end-sm-auto {
    inset-inline-end: auto !important;
  }
  .border-top-sm-0 {
    border-block-start: 0px !important;
  }
  .border-top-sm-1 {
    border-block-start: 1px solid !important;
  }
  .border-top-sm-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-sm-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-sm-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-sm-5 {
    border-block-start: 5px solid !important;
  }
  .border-end-sm-0 {
    border-inline-end: 0px !important;
  }
  .border-end-sm-1 {
    border-inline-end: 1px solid !important;
  }
  .border-end-sm-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-sm-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-sm-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-sm-5 {
    border-inline-end: 5px solid !important;
  }
  .border-bottom-sm-0 {
    border-block-end: 0px !important;
  }
  .border-bottom-sm-1 {
    border-block-end: 1px solid !important;
  }
  .border-bottom-sm-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-sm-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-sm-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-sm-5 {
    border-block-end: 5px solid !important;
  }
  .border-start-sm-0 {
    border-inline-start: 0px !important;
  }
  .border-start-sm-1 {
    border-inline-start: 1px solid !important;
  }
  .border-start-sm-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-sm-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-sm-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-sm-5 {
    border-inline-start: 5px solid !important;
  }
  .max-w-sm-0 {
    max-width: 0% !important;
  }
  .max-w-sm-5 {
    max-width: 5% !important;
  }
  .max-w-sm-10 {
    max-width: 10% !important;
  }
  .max-w-sm-20 {
    max-width: 20% !important;
  }
  .max-w-sm-25 {
    max-width: 25% !important;
  }
  .max-w-sm-30 {
    max-width: 30% !important;
  }
  .max-w-sm-33_3 {
    max-width: 33.3% !important;
  }
  .max-w-sm-35 {
    max-width: 35% !important;
  }
  .max-w-sm-40 {
    max-width: 40% !important;
  }
  .max-w-sm-44 {
    max-width: 44% !important;
  }
  .max-w-sm-45 {
    max-width: 45% !important;
  }
  .max-w-sm-46 {
    max-width: 46% !important;
  }
  .max-w-sm-48 {
    max-width: 48% !important;
  }
  .max-w-sm-50 {
    max-width: 50% !important;
  }
  .max-w-sm-60 {
    max-width: 60% !important;
  }
  .max-w-sm-65 {
    max-width: 65% !important;
  }
  .max-w-sm-70 {
    max-width: 70% !important;
  }
  .max-w-sm-75 {
    max-width: 75% !important;
  }
  .max-w-sm-80 {
    max-width: 80% !important;
  }
  .max-w-sm-90 {
    max-width: 90% !important;
  }
  .max-w-sm-95 {
    max-width: 95% !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .max-w-sm-auto {
    max-width: auto !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-33_3 {
    height: 33.3% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .max-h-sm-0 {
    max-height: 0% !important;
  }
  .max-h-sm-5 {
    max-height: 5% !important;
  }
  .max-h-sm-10 {
    max-height: 10% !important;
  }
  .max-h-sm-20 {
    max-height: 20% !important;
  }
  .max-h-sm-25 {
    max-height: 25% !important;
  }
  .max-h-sm-30 {
    max-height: 30% !important;
  }
  .max-h-sm-33_3 {
    max-height: 33.3% !important;
  }
  .max-h-sm-35 {
    max-height: 35% !important;
  }
  .max-h-sm-40 {
    max-height: 40% !important;
  }
  .max-h-sm-44 {
    max-height: 44% !important;
  }
  .max-h-sm-45 {
    max-height: 45% !important;
  }
  .max-h-sm-46 {
    max-height: 46% !important;
  }
  .max-h-sm-48 {
    max-height: 48% !important;
  }
  .max-h-sm-50 {
    max-height: 50% !important;
  }
  .max-h-sm-60 {
    max-height: 60% !important;
  }
  .max-h-sm-65 {
    max-height: 65% !important;
  }
  .max-h-sm-70 {
    max-height: 70% !important;
  }
  .max-h-sm-75 {
    max-height: 75% !important;
  }
  .max-h-sm-80 {
    max-height: 80% !important;
  }
  .max-h-sm-90 {
    max-height: 90% !important;
  }
  .max-h-sm-95 {
    max-height: 95% !important;
  }
  .max-h-sm-100 {
    max-height: 100% !important;
  }
  .max-h-sm-auto {
    max-height: auto !important;
  }
  .vh-calc-sm-unset {
    height: unset !important;
  }
  .vh-calc-sm-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-calc-sm-92 {
    height: calc(100vh - 92px) !important;
  }
  .vh-calc-sm-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-calc-sm-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-calc-sm-156 {
    height: calc(100vh - 156px) !important;
  }
  .vh-calc-sm-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-calc-sm-188 {
    height: calc(100vh - 60px - 128px) !important;
  }
  .vh-calc-sm-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-calc-sm-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-calc-sm-198 {
    height: calc(100vh - 60px - 138px) !important;
  }
  .vh-calc-sm-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-calc-sm-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-calc-sm-210 {
    height: calc(100vh - 60px - 150px) !important;
  }
  .vh-calc-sm-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-calc-sm-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-calc-sm-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-calc-sm-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-calc-sm-242 {
    height: calc(100vh - 60px - 80px - 102px) !important;
  }
  .vh-calc-sm-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-calc-sm-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-sm-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-sm-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-calc-sm-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-calc-sm-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-calc-sm-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-calc-sm-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-calc-sm-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-calc-sm-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-calc-sm-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-calc-sm-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-calc-sm-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-calc-sm-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-calc-sm-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-calc-sm-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-calc-sm-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-calc-sm-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-calc-sm-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-calc-sm-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-calc-sm-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-calc-sm-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-calc-sm-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-calc-sm-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-calc-sm-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .flex-sm-auto {
    flex: 1 1 auto !important;
  }
  .flex-sm-0 {
    flex: 0 0 auto !important;
  }
  .flex-sm-1 {
    flex: 1 !important;
  }
  .flex-sm-2 {
    flex: 2 !important;
  }
  .flex-sm-3 {
    flex: 3 !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: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-px-sm-0 {
    row-gap: 0rem !important;
  }
  .row-gap-px-sm-1 {
    row-gap: 0.0625rem !important;
  }
  .row-gap-px-sm-2 {
    row-gap: 0.125rem !important;
  }
  .row-gap-px-sm-3 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-px-sm-4 {
    row-gap: 0.25rem !important;
  }
  .row-gap-px-sm-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-px-sm-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-px-sm-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-px-sm-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-px-sm-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-px-sm-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-px-sm-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-px-sm-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-px-sm-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-px-sm-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-px-sm-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-px-sm-16 {
    row-gap: 1rem !important;
  }
  .row-gap-px-sm-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-px-sm-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-px-sm-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-px-sm-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-px-sm-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-px-sm-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-px-sm-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-px-sm-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-px-sm-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-px-sm-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-px-sm-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-px-sm-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-px-sm-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-px-sm-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-px-sm-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-px-sm-32 {
    row-gap: 2rem !important;
  }
  .row-gap-px-sm-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-px-sm-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-px-sm-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-px-sm-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-px-sm-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-px-sm-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-px-sm-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-px-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-px-sm-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-px-sm-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-px-sm-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-px-sm-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-px-sm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-px-sm-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-px-sm-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-px-sm-48 {
    row-gap: 3rem !important;
  }
  .row-gap-px-sm-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-px-sm-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-px-sm-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-px-sm-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-px-sm-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-px-sm-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-px-sm-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-px-sm-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-px-sm-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-px-sm-59 {
    row-gap: 3.6875rem !important;
  }
  .row-gap-px-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-px-sm-61 {
    row-gap: 3.8125rem !important;
  }
  .row-gap-px-sm-62 {
    row-gap: 3.875rem !important;
  }
  .row-gap-px-sm-63 {
    row-gap: 3.9375rem !important;
  }
  .row-gap-px-sm-64 {
    row-gap: 4rem !important;
  }
  .row-gap-px-sm-68 {
    row-gap: 4.25rem !important;
  }
  .row-gap-px-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-px-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-px-sm-82 {
    row-gap: 5.125rem !important;
  }
  .row-gap-px-sm-83 {
    row-gap: 5.1875rem !important;
  }
  .row-gap-px-sm-84 {
    row-gap: 5.25rem !important;
  }
  .row-gap-px-sm-98 {
    row-gap: 6.125rem !important;
  }
  .row-gap-px-sm-104 {
    row-gap: 6.5rem !important;
  }
  .row-gap-px-sm-122 {
    row-gap: 7.625rem !important;
  }
  .row-gap-px-sm-123 {
    row-gap: 7.6875rem !important;
  }
  .row-gap-px-sm-147 {
    row-gap: 9.1875rem !important;
  }
  .row-gap-px-sm-148 {
    row-gap: 9.25rem !important;
  }
  .row-gap-px-sm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-px-sm-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-px-sm-192 {
    row-gap: 12rem !important;
  }
  .row-gap-px-sm-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-px-sm-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-px-sm-270 {
    row-gap: 16.875rem !important;
  }
  .row-gap-px-sm-300 {
    row-gap: 18.75rem !important;
  }
  .row-gap-px-sm-350 {
    row-gap: 21.875rem !important;
  }
  .row-gap-px-sm-400 {
    row-gap: 25rem !important;
  }
  .row-gap-px-sm-500 {
    row-gap: 31.25rem !important;
  }
  .row-gap-px-sm-600 {
    row-gap: 37.5rem !important;
  }
  .column-gap-px-sm-0 {
    column-gap: 0rem !important;
  }
  .column-gap-px-sm-1 {
    column-gap: 0.0625rem !important;
  }
  .column-gap-px-sm-2 {
    column-gap: 0.125rem !important;
  }
  .column-gap-px-sm-3 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-px-sm-4 {
    column-gap: 0.25rem !important;
  }
  .column-gap-px-sm-5 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-px-sm-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-px-sm-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-px-sm-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-px-sm-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-px-sm-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-px-sm-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-px-sm-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-px-sm-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-px-sm-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-px-sm-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-px-sm-16 {
    column-gap: 1rem !important;
  }
  .column-gap-px-sm-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-px-sm-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-px-sm-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-px-sm-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-px-sm-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-px-sm-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-px-sm-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-px-sm-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-px-sm-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-px-sm-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-px-sm-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-px-sm-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-px-sm-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-px-sm-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-px-sm-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-px-sm-32 {
    column-gap: 2rem !important;
  }
  .column-gap-px-sm-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-px-sm-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-px-sm-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-px-sm-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-px-sm-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-px-sm-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-px-sm-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-px-sm-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-px-sm-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-px-sm-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-px-sm-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-px-sm-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-px-sm-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-px-sm-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-px-sm-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-px-sm-48 {
    column-gap: 3rem !important;
  }
  .column-gap-px-sm-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-px-sm-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-px-sm-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-px-sm-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-px-sm-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-px-sm-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-px-sm-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-px-sm-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-px-sm-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-px-sm-59 {
    column-gap: 3.6875rem !important;
  }
  .column-gap-px-sm-60 {
    column-gap: 3.75rem !important;
  }
  .column-gap-px-sm-61 {
    column-gap: 3.8125rem !important;
  }
  .column-gap-px-sm-62 {
    column-gap: 3.875rem !important;
  }
  .column-gap-px-sm-63 {
    column-gap: 3.9375rem !important;
  }
  .column-gap-px-sm-64 {
    column-gap: 4rem !important;
  }
  .column-gap-px-sm-68 {
    column-gap: 4.25rem !important;
  }
  .column-gap-px-sm-70 {
    column-gap: 4.375rem !important;
  }
  .column-gap-px-sm-80 {
    column-gap: 5rem !important;
  }
  .column-gap-px-sm-82 {
    column-gap: 5.125rem !important;
  }
  .column-gap-px-sm-83 {
    column-gap: 5.1875rem !important;
  }
  .column-gap-px-sm-84 {
    column-gap: 5.25rem !important;
  }
  .column-gap-px-sm-98 {
    column-gap: 6.125rem !important;
  }
  .column-gap-px-sm-104 {
    column-gap: 6.5rem !important;
  }
  .column-gap-px-sm-122 {
    column-gap: 7.625rem !important;
  }
  .column-gap-px-sm-123 {
    column-gap: 7.6875rem !important;
  }
  .column-gap-px-sm-147 {
    column-gap: 9.1875rem !important;
  }
  .column-gap-px-sm-148 {
    column-gap: 9.25rem !important;
  }
  .column-gap-px-sm-150 {
    column-gap: 9.375rem !important;
  }
  .column-gap-px-sm-180 {
    column-gap: 11.25rem !important;
  }
  .column-gap-px-sm-192 {
    column-gap: 12rem !important;
  }
  .column-gap-px-sm-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-px-sm-220 {
    column-gap: 13.75rem !important;
  }
  .column-gap-px-sm-270 {
    column-gap: 16.875rem !important;
  }
  .column-gap-px-sm-300 {
    column-gap: 18.75rem !important;
  }
  .column-gap-px-sm-350 {
    column-gap: 21.875rem !important;
  }
  .column-gap-px-sm-400 {
    column-gap: 25rem !important;
  }
  .column-gap-px-sm-500 {
    column-gap: 31.25rem !important;
  }
  .column-gap-px-sm-600 {
    column-gap: 37.5rem !important;
  }
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .grid-cols-sm-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .fs-sm-0 {
    font-size: 0rem !important;
  }
  .fs-sm-1 {
    font-size: 0.0625rem !important;
  }
  .fs-sm-2 {
    font-size: 0.125rem !important;
  }
  .fs-sm-3 {
    font-size: 0.1875rem !important;
  }
  .fs-sm-4 {
    font-size: 0.25rem !important;
  }
  .fs-sm-5 {
    font-size: 0.3125rem !important;
  }
  .fs-sm-6 {
    font-size: 0.375rem !important;
  }
  .fs-sm-7 {
    font-size: 0.4375rem !important;
  }
  .fs-sm-8 {
    font-size: 0.5rem !important;
  }
  .fs-sm-9 {
    font-size: 0.5625rem !important;
  }
  .fs-sm-10 {
    font-size: 0.625rem !important;
  }
  .fs-sm-11 {
    font-size: 0.6875rem !important;
  }
  .fs-sm-12 {
    font-size: 0.75rem !important;
  }
  .fs-sm-13 {
    font-size: 0.8125rem !important;
  }
  .fs-sm-14 {
    font-size: 0.875rem !important;
  }
  .fs-sm-15 {
    font-size: 0.9375rem !important;
  }
  .fs-sm-16 {
    font-size: 1rem !important;
  }
  .fs-sm-17 {
    font-size: 1.0625rem !important;
  }
  .fs-sm-18 {
    font-size: 1.125rem !important;
  }
  .fs-sm-19 {
    font-size: 1.1875rem !important;
  }
  .fs-sm-20 {
    font-size: 1.25rem !important;
  }
  .fs-sm-21 {
    font-size: 1.3125rem !important;
  }
  .fs-sm-22 {
    font-size: 1.375rem !important;
  }
  .fs-sm-23 {
    font-size: 1.4375rem !important;
  }
  .fs-sm-24 {
    font-size: 1.5rem !important;
  }
  .fs-sm-25 {
    font-size: 1.5625rem !important;
  }
  .fs-sm-26 {
    font-size: 1.625rem !important;
  }
  .fs-sm-27 {
    font-size: 1.6875rem !important;
  }
  .fs-sm-28 {
    font-size: 1.75rem !important;
  }
  .fs-sm-29 {
    font-size: 1.8125rem !important;
  }
  .fs-sm-30 {
    font-size: 1.875rem !important;
  }
  .fs-sm-31 {
    font-size: 1.9375rem !important;
  }
  .fs-sm-32 {
    font-size: 2rem !important;
  }
  .fs-sm-33 {
    font-size: 2.0625rem !important;
  }
  .fs-sm-34 {
    font-size: 2.125rem !important;
  }
  .fs-sm-35 {
    font-size: 2.1875rem !important;
  }
  .fs-sm-36 {
    font-size: 2.25rem !important;
  }
  .fs-sm-37 {
    font-size: 2.3125rem !important;
  }
  .fs-sm-38 {
    font-size: 2.375rem !important;
  }
  .fs-sm-39 {
    font-size: 2.4375rem !important;
  }
  .fs-sm-40 {
    font-size: 2.5rem !important;
  }
  .fs-sm-41 {
    font-size: 2.5625rem !important;
  }
  .fs-sm-42 {
    font-size: 2.625rem !important;
  }
  .fs-sm-43 {
    font-size: 2.6875rem !important;
  }
  .fs-sm-44 {
    font-size: 2.75rem !important;
  }
  .fs-sm-45 {
    font-size: 2.8125rem !important;
  }
  .fs-sm-46 {
    font-size: 2.875rem !important;
  }
  .fs-sm-47 {
    font-size: 2.9375rem !important;
  }
  .fs-sm-48 {
    font-size: 3rem !important;
  }
  .fs-sm-49 {
    font-size: 3.0625rem !important;
  }
  .fs-sm-50 {
    font-size: 3.125rem !important;
  }
  .fs-sm-51 {
    font-size: 3.1875rem !important;
  }
  .fs-sm-52 {
    font-size: 3.25rem !important;
  }
  .fs-sm-53 {
    font-size: 3.3125rem !important;
  }
  .fs-sm-54 {
    font-size: 3.375rem !important;
  }
  .fs-sm-56 {
    font-size: 3.5rem !important;
  }
  .fs-sm-57 {
    font-size: 3.5625rem !important;
  }
  .fs-sm-58 {
    font-size: 3.625rem !important;
  }
  .fs-sm-59 {
    font-size: 3.6875rem !important;
  }
  .fs-sm-60 {
    font-size: 3.75rem !important;
  }
  .fs-sm-61 {
    font-size: 3.8125rem !important;
  }
  .fs-sm-62 {
    font-size: 3.875rem !important;
  }
  .fs-sm-63 {
    font-size: 3.9375rem !important;
  }
  .fs-sm-64 {
    font-size: 4rem !important;
  }
  .fs-sm-68 {
    font-size: 4.25rem !important;
  }
  .fs-sm-70 {
    font-size: 4.375rem !important;
  }
  .fs-sm-80 {
    font-size: 5rem !important;
  }
  .fs-sm-82 {
    font-size: 5.125rem !important;
  }
  .fs-sm-83 {
    font-size: 5.1875rem !important;
  }
  .fs-sm-84 {
    font-size: 5.25rem !important;
  }
  .fs-sm-98 {
    font-size: 6.125rem !important;
  }
  .fs-sm-104 {
    font-size: 6.5rem !important;
  }
  .fs-sm-122 {
    font-size: 7.625rem !important;
  }
  .fs-sm-123 {
    font-size: 7.6875rem !important;
  }
  .fs-sm-147 {
    font-size: 9.1875rem !important;
  }
  .fs-sm-148 {
    font-size: 9.25rem !important;
  }
  .fs-sm-150 {
    font-size: 9.375rem !important;
  }
  .fs-sm-180 {
    font-size: 11.25rem !important;
  }
  .fs-sm-192 {
    font-size: 12rem !important;
  }
  .fs-sm-200 {
    font-size: 12.5rem !important;
  }
  .fs-sm-220 {
    font-size: 13.75rem !important;
  }
  .fs-sm-270 {
    font-size: 16.875rem !important;
  }
  .fs-sm-300 {
    font-size: 18.75rem !important;
  }
  .fs-sm-350 {
    font-size: 21.875rem !important;
  }
  .fs-sm-400 {
    font-size: 25rem !important;
  }
  .fs-sm-500 {
    font-size: 31.25rem !important;
  }
  .fs-sm-600 {
    font-size: 37.5rem !important;
  }
  .w-px-sm-0 {
    width: 0rem !important;
  }
  .w-px-sm-1 {
    width: 0.0625rem !important;
  }
  .w-px-sm-2 {
    width: 0.125rem !important;
  }
  .w-px-sm-3 {
    width: 0.1875rem !important;
  }
  .w-px-sm-4 {
    width: 0.25rem !important;
  }
  .w-px-sm-5 {
    width: 0.3125rem !important;
  }
  .w-px-sm-6 {
    width: 0.375rem !important;
  }
  .w-px-sm-7 {
    width: 0.4375rem !important;
  }
  .w-px-sm-8 {
    width: 0.5rem !important;
  }
  .w-px-sm-9 {
    width: 0.5625rem !important;
  }
  .w-px-sm-10 {
    width: 0.625rem !important;
  }
  .w-px-sm-11 {
    width: 0.6875rem !important;
  }
  .w-px-sm-12 {
    width: 0.75rem !important;
  }
  .w-px-sm-13 {
    width: 0.8125rem !important;
  }
  .w-px-sm-14 {
    width: 0.875rem !important;
  }
  .w-px-sm-15 {
    width: 0.9375rem !important;
  }
  .w-px-sm-16 {
    width: 1rem !important;
  }
  .w-px-sm-17 {
    width: 1.0625rem !important;
  }
  .w-px-sm-18 {
    width: 1.125rem !important;
  }
  .w-px-sm-19 {
    width: 1.1875rem !important;
  }
  .w-px-sm-20 {
    width: 1.25rem !important;
  }
  .w-px-sm-21 {
    width: 1.3125rem !important;
  }
  .w-px-sm-22 {
    width: 1.375rem !important;
  }
  .w-px-sm-23 {
    width: 1.4375rem !important;
  }
  .w-px-sm-24 {
    width: 1.5rem !important;
  }
  .w-px-sm-25 {
    width: 1.5625rem !important;
  }
  .w-px-sm-26 {
    width: 1.625rem !important;
  }
  .w-px-sm-27 {
    width: 1.6875rem !important;
  }
  .w-px-sm-28 {
    width: 1.75rem !important;
  }
  .w-px-sm-29 {
    width: 1.8125rem !important;
  }
  .w-px-sm-30 {
    width: 1.875rem !important;
  }
  .w-px-sm-31 {
    width: 1.9375rem !important;
  }
  .w-px-sm-32 {
    width: 2rem !important;
  }
  .w-px-sm-33 {
    width: 2.0625rem !important;
  }
  .w-px-sm-34 {
    width: 2.125rem !important;
  }
  .w-px-sm-35 {
    width: 2.1875rem !important;
  }
  .w-px-sm-36 {
    width: 2.25rem !important;
  }
  .w-px-sm-37 {
    width: 2.3125rem !important;
  }
  .w-px-sm-38 {
    width: 2.375rem !important;
  }
  .w-px-sm-39 {
    width: 2.4375rem !important;
  }
  .w-px-sm-40 {
    width: 2.5rem !important;
  }
  .w-px-sm-41 {
    width: 2.5625rem !important;
  }
  .w-px-sm-42 {
    width: 2.625rem !important;
  }
  .w-px-sm-43 {
    width: 2.6875rem !important;
  }
  .w-px-sm-44 {
    width: 2.75rem !important;
  }
  .w-px-sm-45 {
    width: 2.8125rem !important;
  }
  .w-px-sm-46 {
    width: 2.875rem !important;
  }
  .w-px-sm-47 {
    width: 2.9375rem !important;
  }
  .w-px-sm-48 {
    width: 3rem !important;
  }
  .w-px-sm-49 {
    width: 3.0625rem !important;
  }
  .w-px-sm-50 {
    width: 3.125rem !important;
  }
  .w-px-sm-51 {
    width: 3.1875rem !important;
  }
  .w-px-sm-52 {
    width: 3.25rem !important;
  }
  .w-px-sm-53 {
    width: 3.3125rem !important;
  }
  .w-px-sm-54 {
    width: 3.375rem !important;
  }
  .w-px-sm-56 {
    width: 3.5rem !important;
  }
  .w-px-sm-57 {
    width: 3.5625rem !important;
  }
  .w-px-sm-58 {
    width: 3.625rem !important;
  }
  .w-px-sm-59 {
    width: 3.6875rem !important;
  }
  .w-px-sm-60 {
    width: 3.75rem !important;
  }
  .w-px-sm-61 {
    width: 3.8125rem !important;
  }
  .w-px-sm-62 {
    width: 3.875rem !important;
  }
  .w-px-sm-63 {
    width: 3.9375rem !important;
  }
  .w-px-sm-64 {
    width: 4rem !important;
  }
  .w-px-sm-68 {
    width: 4.25rem !important;
  }
  .w-px-sm-70 {
    width: 4.375rem !important;
  }
  .w-px-sm-80 {
    width: 5rem !important;
  }
  .w-px-sm-82 {
    width: 5.125rem !important;
  }
  .w-px-sm-83 {
    width: 5.1875rem !important;
  }
  .w-px-sm-84 {
    width: 5.25rem !important;
  }
  .w-px-sm-98 {
    width: 6.125rem !important;
  }
  .w-px-sm-104 {
    width: 6.5rem !important;
  }
  .w-px-sm-122 {
    width: 7.625rem !important;
  }
  .w-px-sm-123 {
    width: 7.6875rem !important;
  }
  .w-px-sm-147 {
    width: 9.1875rem !important;
  }
  .w-px-sm-148 {
    width: 9.25rem !important;
  }
  .w-px-sm-150 {
    width: 9.375rem !important;
  }
  .w-px-sm-180 {
    width: 11.25rem !important;
  }
  .w-px-sm-192 {
    width: 12rem !important;
  }
  .w-px-sm-200 {
    width: 12.5rem !important;
  }
  .w-px-sm-220 {
    width: 13.75rem !important;
  }
  .w-px-sm-270 {
    width: 16.875rem !important;
  }
  .w-px-sm-300 {
    width: 18.75rem !important;
  }
  .w-px-sm-350 {
    width: 21.875rem !important;
  }
  .w-px-sm-400 {
    width: 25rem !important;
  }
  .w-px-sm-500 {
    width: 31.25rem !important;
  }
  .w-px-sm-600 {
    width: 37.5rem !important;
  }
  .w-rem-sm-unset {
    width: unset !important;
  }
  .w-rem-sm-1 {
    width: 1rem !important;
  }
  .w-rem-sm-2 {
    width: 2rem !important;
  }
  .w-rem-sm-3 {
    width: 3rem !important;
  }
  .w-rem-sm-4 {
    width: 4rem !important;
  }
  .w-rem-sm-5 {
    width: 5rem !important;
  }
  .w-rem-sm-7 {
    width: 7rem !important;
  }
  .w-rem-sm-8 {
    width: 8rem !important;
  }
  .w-rem-sm-9 {
    width: 9rem !important;
  }
  .w-rem-sm-10 {
    width: 10rem !important;
  }
  .w-rem-sm-11 {
    width: 11rem !important;
  }
  .w-rem-sm-12 {
    width: 12rem !important;
  }
  .w-rem-sm-13 {
    width: 13rem !important;
  }
  .w-rem-sm-14 {
    width: 14rem !important;
  }
  .w-rem-sm-15 {
    width: 15rem !important;
  }
  .w-rem-sm-16 {
    width: 16rem !important;
  }
  .w-rem-sm-17 {
    width: 17rem !important;
  }
  .w-rem-sm-18 {
    width: 18rem !important;
  }
  .w-rem-sm-19 {
    width: 19rem !important;
  }
  .w-rem-sm-20 {
    width: 20rem !important;
  }
  .w-rem-sm-23 {
    width: 23rem !important;
  }
  .w-rem-sm-25 {
    width: 25rem !important;
  }
  .w-rem-sm-30 {
    width: 30rem !important;
  }
  .w-rem-sm-31 {
    width: 31rem !important;
  }
  .w-rem-sm-32 {
    width: 32rem !important;
  }
  .w-rem-sm-33 {
    width: 33rem !important;
  }
  .w-rem-sm-34 {
    width: 34rem !important;
  }
  .w-rem-sm-35 {
    width: 35rem !important;
  }
  .w-rem-sm-36 {
    width: 36rem !important;
  }
  .w-rem-sm-37 {
    width: 37rem !important;
  }
  .w-rem-sm-38 {
    width: 38rem !important;
  }
  .w-rem-sm-39 {
    width: 39rem !important;
  }
  .w-rem-sm-40 {
    width: 40rem !important;
  }
  .w-rem-sm-41 {
    width: 41rem !important;
  }
  .w-rem-sm-42 {
    width: 42rem !important;
  }
  .w-rem-sm-43 {
    width: 43rem !important;
  }
  .w-rem-sm-44 {
    width: 44rem !important;
  }
  .w-rem-sm-45 {
    width: 45rem !important;
  }
  .w-rem-sm-46 {
    width: 46rem !important;
  }
  .w-rem-sm-47 {
    width: 47rem !important;
  }
  .w-rem-sm-48 {
    width: 48rem !important;
  }
  .w-rem-sm-49 {
    width: 49rem !important;
  }
  .w-rem-sm-50 {
    width: 50rem !important;
  }
  .w-rem-sm-51 {
    width: 51rem !important;
  }
  .w-rem-sm-52 {
    width: 52rem !important;
  }
  .w-rem-sm-53 {
    width: 53rem !important;
  }
  .w-rem-sm-54 {
    width: 54rem !important;
  }
  .w-rem-sm-55 {
    width: 55rem !important;
  }
  .w-rem-sm-56 {
    width: 56rem !important;
  }
  .w-rem-sm-57 {
    width: 57rem !important;
  }
  .w-rem-sm-58 {
    width: 58rem !important;
  }
  .w-rem-sm-59 {
    width: 59rem !important;
  }
  .w-rem-sm-60 {
    width: 60rem !important;
  }
  .w-rem-sm-61 {
    width: 61rem !important;
  }
  .w-rem-sm-62 {
    width: 62rem !important;
  }
  .w-rem-sm-63 {
    width: 63rem !important;
  }
  .w-rem-sm-64 {
    width: 64rem !important;
  }
  .w-rem-sm-65 {
    width: 65rem !important;
  }
  .w-rem-sm-66 {
    width: 66rem !important;
  }
  .w-rem-sm-67 {
    width: 67rem !important;
  }
  .w-rem-sm-68 {
    width: 68rem !important;
  }
  .w-rem-sm-69 {
    width: 69rem !important;
  }
  .w-rem-sm-70 {
    width: 70rem !important;
  }
  .w-rem-sm-71 {
    width: 71rem !important;
  }
  .w-rem-sm-72 {
    width: 72rem !important;
  }
  .w-rem-sm-73 {
    width: 73rem !important;
  }
  .w-rem-sm-74 {
    width: 74rem !important;
  }
  .w-rem-sm-75 {
    width: 75rem !important;
  }
  .w-rem-sm-76 {
    width: 76rem !important;
  }
  .w-rem-sm-77 {
    width: 77rem !important;
  }
  .w-rem-sm-78 {
    width: 78rem !important;
  }
  .w-rem-sm-79 {
    width: 79rem !important;
  }
  .w-rem-sm-80 {
    width: 80rem !important;
  }
  .w-rem-sm-95 {
    width: 95rem !important;
  }
  .w-rem-sm-96 {
    width: 96rem !important;
  }
  .w-rem-sm-97 {
    width: 97rem !important;
  }
  .w-rem-sm-100 {
    width: 100% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-33_3 {
    width: 33.3% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .min-w-sm-0 {
    min-width: 0% !important;
  }
  .min-w-sm-5 {
    min-width: 5% !important;
  }
  .min-w-sm-10 {
    min-width: 10% !important;
  }
  .min-w-sm-20 {
    min-width: 20% !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .min-w-sm-30 {
    min-width: 30% !important;
  }
  .min-w-sm-33_3 {
    min-width: 33.3% !important;
  }
  .min-w-sm-35 {
    min-width: 35% !important;
  }
  .min-w-sm-40 {
    min-width: 40% !important;
  }
  .min-w-sm-44 {
    min-width: 44% !important;
  }
  .min-w-sm-45 {
    min-width: 45% !important;
  }
  .min-w-sm-46 {
    min-width: 46% !important;
  }
  .min-w-sm-48 {
    min-width: 48% !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .min-w-sm-60 {
    min-width: 60% !important;
  }
  .min-w-sm-65 {
    min-width: 65% !important;
  }
  .min-w-sm-70 {
    min-width: 70% !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .min-w-sm-80 {
    min-width: 80% !important;
  }
  .min-w-sm-90 {
    min-width: 90% !important;
  }
  .min-w-sm-95 {
    min-width: 95% !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .min-w-sm-auto {
    min-width: auto !important;
  }
  .max-w-px-sm-0 {
    max-width: 0rem !important;
  }
  .max-w-px-sm-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-sm-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-sm-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-sm-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-sm-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-sm-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-sm-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-sm-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-sm-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-sm-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-sm-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-sm-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-sm-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-sm-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-sm-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-sm-16 {
    max-width: 1rem !important;
  }
  .max-w-px-sm-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-sm-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-sm-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-sm-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-sm-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-sm-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-sm-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-sm-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-sm-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-sm-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-sm-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-sm-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-sm-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-sm-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-sm-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-sm-32 {
    max-width: 2rem !important;
  }
  .max-w-px-sm-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-sm-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-sm-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-sm-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-sm-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-sm-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-sm-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-sm-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-sm-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-sm-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-sm-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-sm-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-sm-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-sm-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-sm-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-sm-48 {
    max-width: 3rem !important;
  }
  .max-w-px-sm-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-sm-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-sm-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-sm-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-sm-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-sm-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-sm-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-sm-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-sm-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-sm-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-sm-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-sm-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-sm-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-sm-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-sm-64 {
    max-width: 4rem !important;
  }
  .max-w-px-sm-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-sm-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-sm-80 {
    max-width: 5rem !important;
  }
  .max-w-px-sm-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-sm-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-sm-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-sm-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-sm-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-sm-122 {
    max-width: 7.625rem !important;
  }
  .max-w-px-sm-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-sm-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-sm-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-sm-150 {
    max-width: 9.375rem !important;
  }
  .max-w-px-sm-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-sm-192 {
    max-width: 12rem !important;
  }
  .max-w-px-sm-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-sm-220 {
    max-width: 13.75rem !important;
  }
  .max-w-px-sm-270 {
    max-width: 16.875rem !important;
  }
  .max-w-px-sm-300 {
    max-width: 18.75rem !important;
  }
  .max-w-px-sm-350 {
    max-width: 21.875rem !important;
  }
  .max-w-px-sm-400 {
    max-width: 25rem !important;
  }
  .max-w-px-sm-500 {
    max-width: 31.25rem !important;
  }
  .max-w-px-sm-600 {
    max-width: 37.5rem !important;
  }
  .min-w-px-sm-0 {
    min-width: 0rem !important;
  }
  .min-w-px-sm-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-sm-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-sm-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-sm-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-sm-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-sm-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-sm-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-sm-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-sm-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-sm-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-sm-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-sm-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-sm-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-sm-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-sm-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-sm-16 {
    min-width: 1rem !important;
  }
  .min-w-px-sm-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-sm-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-sm-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-sm-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-sm-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-sm-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-sm-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-sm-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-sm-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-sm-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-sm-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-sm-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-sm-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-sm-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-sm-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-sm-32 {
    min-width: 2rem !important;
  }
  .min-w-px-sm-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-sm-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-sm-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-sm-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-sm-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-sm-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-sm-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-sm-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-sm-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-sm-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-sm-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-sm-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-sm-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-sm-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-sm-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-sm-48 {
    min-width: 3rem !important;
  }
  .min-w-px-sm-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-sm-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-sm-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-sm-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-sm-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-sm-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-sm-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-sm-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-sm-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-sm-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-sm-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-sm-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-sm-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-sm-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-sm-64 {
    min-width: 4rem !important;
  }
  .min-w-px-sm-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-sm-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-sm-80 {
    min-width: 5rem !important;
  }
  .min-w-px-sm-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-sm-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-sm-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-sm-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-sm-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-sm-122 {
    min-width: 7.625rem !important;
  }
  .min-w-px-sm-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-sm-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-sm-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-sm-150 {
    min-width: 9.375rem !important;
  }
  .min-w-px-sm-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-sm-192 {
    min-width: 12rem !important;
  }
  .min-w-px-sm-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-sm-220 {
    min-width: 13.75rem !important;
  }
  .min-w-px-sm-270 {
    min-width: 16.875rem !important;
  }
  .min-w-px-sm-300 {
    min-width: 18.75rem !important;
  }
  .min-w-px-sm-350 {
    min-width: 21.875rem !important;
  }
  .min-w-px-sm-400 {
    min-width: 25rem !important;
  }
  .min-w-px-sm-500 {
    min-width: 31.25rem !important;
  }
  .min-w-px-sm-600 {
    min-width: 37.5rem !important;
  }
  .max-w-rem-sm-unset {
    max-width: unset !important;
  }
  .max-w-rem-sm-1 {
    max-width: 1rem !important;
  }
  .max-w-rem-sm-2 {
    max-width: 2rem !important;
  }
  .max-w-rem-sm-3 {
    max-width: 3rem !important;
  }
  .max-w-rem-sm-4 {
    max-width: 4rem !important;
  }
  .max-w-rem-sm-5 {
    max-width: 5rem !important;
  }
  .max-w-rem-sm-7 {
    max-width: 7rem !important;
  }
  .max-w-rem-sm-8 {
    max-width: 8rem !important;
  }
  .max-w-rem-sm-9 {
    max-width: 9rem !important;
  }
  .max-w-rem-sm-10 {
    max-width: 10rem !important;
  }
  .max-w-rem-sm-11 {
    max-width: 11rem !important;
  }
  .max-w-rem-sm-12 {
    max-width: 12rem !important;
  }
  .max-w-rem-sm-13 {
    max-width: 13rem !important;
  }
  .max-w-rem-sm-14 {
    max-width: 14rem !important;
  }
  .max-w-rem-sm-15 {
    max-width: 15rem !important;
  }
  .max-w-rem-sm-16 {
    max-width: 16rem !important;
  }
  .max-w-rem-sm-17 {
    max-width: 17rem !important;
  }
  .max-w-rem-sm-18 {
    max-width: 18rem !important;
  }
  .max-w-rem-sm-19 {
    max-width: 19rem !important;
  }
  .max-w-rem-sm-20 {
    max-width: 20rem !important;
  }
  .max-w-rem-sm-23 {
    max-width: 23rem !important;
  }
  .max-w-rem-sm-25 {
    max-width: 25rem !important;
  }
  .max-w-rem-sm-30 {
    max-width: 30rem !important;
  }
  .max-w-rem-sm-31 {
    max-width: 31rem !important;
  }
  .max-w-rem-sm-32 {
    max-width: 32rem !important;
  }
  .max-w-rem-sm-33 {
    max-width: 33rem !important;
  }
  .max-w-rem-sm-34 {
    max-width: 34rem !important;
  }
  .max-w-rem-sm-35 {
    max-width: 35rem !important;
  }
  .max-w-rem-sm-36 {
    max-width: 36rem !important;
  }
  .max-w-rem-sm-37 {
    max-width: 37rem !important;
  }
  .max-w-rem-sm-38 {
    max-width: 38rem !important;
  }
  .max-w-rem-sm-39 {
    max-width: 39rem !important;
  }
  .max-w-rem-sm-40 {
    max-width: 40rem !important;
  }
  .max-w-rem-sm-41 {
    max-width: 41rem !important;
  }
  .max-w-rem-sm-42 {
    max-width: 42rem !important;
  }
  .max-w-rem-sm-43 {
    max-width: 43rem !important;
  }
  .max-w-rem-sm-44 {
    max-width: 44rem !important;
  }
  .max-w-rem-sm-45 {
    max-width: 45rem !important;
  }
  .max-w-rem-sm-46 {
    max-width: 46rem !important;
  }
  .max-w-rem-sm-47 {
    max-width: 47rem !important;
  }
  .max-w-rem-sm-48 {
    max-width: 48rem !important;
  }
  .max-w-rem-sm-49 {
    max-width: 49rem !important;
  }
  .max-w-rem-sm-50 {
    max-width: 50rem !important;
  }
  .max-w-rem-sm-51 {
    max-width: 51rem !important;
  }
  .max-w-rem-sm-52 {
    max-width: 52rem !important;
  }
  .max-w-rem-sm-53 {
    max-width: 53rem !important;
  }
  .max-w-rem-sm-54 {
    max-width: 54rem !important;
  }
  .max-w-rem-sm-55 {
    max-width: 55rem !important;
  }
  .max-w-rem-sm-56 {
    max-width: 56rem !important;
  }
  .max-w-rem-sm-57 {
    max-width: 57rem !important;
  }
  .max-w-rem-sm-58 {
    max-width: 58rem !important;
  }
  .max-w-rem-sm-59 {
    max-width: 59rem !important;
  }
  .max-w-rem-sm-60 {
    max-width: 60rem !important;
  }
  .max-w-rem-sm-61 {
    max-width: 61rem !important;
  }
  .max-w-rem-sm-62 {
    max-width: 62rem !important;
  }
  .max-w-rem-sm-63 {
    max-width: 63rem !important;
  }
  .max-w-rem-sm-64 {
    max-width: 64rem !important;
  }
  .max-w-rem-sm-65 {
    max-width: 65rem !important;
  }
  .max-w-rem-sm-66 {
    max-width: 66rem !important;
  }
  .max-w-rem-sm-67 {
    max-width: 67rem !important;
  }
  .max-w-rem-sm-68 {
    max-width: 68rem !important;
  }
  .max-w-rem-sm-69 {
    max-width: 69rem !important;
  }
  .max-w-rem-sm-70 {
    max-width: 70rem !important;
  }
  .max-w-rem-sm-71 {
    max-width: 71rem !important;
  }
  .max-w-rem-sm-72 {
    max-width: 72rem !important;
  }
  .max-w-rem-sm-73 {
    max-width: 73rem !important;
  }
  .max-w-rem-sm-74 {
    max-width: 74rem !important;
  }
  .max-w-rem-sm-75 {
    max-width: 75rem !important;
  }
  .max-w-rem-sm-76 {
    max-width: 76rem !important;
  }
  .max-w-rem-sm-77 {
    max-width: 77rem !important;
  }
  .max-w-rem-sm-78 {
    max-width: 78rem !important;
  }
  .max-w-rem-sm-79 {
    max-width: 79rem !important;
  }
  .max-w-rem-sm-80 {
    max-width: 80rem !important;
  }
  .max-w-rem-sm-95 {
    max-width: 95rem !important;
  }
  .max-w-rem-sm-96 {
    max-width: 96rem !important;
  }
  .max-w-rem-sm-97 {
    max-width: 97rem !important;
  }
  .max-w-rem-sm-100 {
    max-width: 100% !important;
  }
  .min-w-rem-sm-unset {
    min-width: unset !important;
  }
  .min-w-rem-sm-1 {
    min-width: 1rem !important;
  }
  .min-w-rem-sm-2 {
    min-width: 2rem !important;
  }
  .min-w-rem-sm-3 {
    min-width: 3rem !important;
  }
  .min-w-rem-sm-4 {
    min-width: 4rem !important;
  }
  .min-w-rem-sm-5 {
    min-width: 5rem !important;
  }
  .min-w-rem-sm-7 {
    min-width: 7rem !important;
  }
  .min-w-rem-sm-8 {
    min-width: 8rem !important;
  }
  .min-w-rem-sm-9 {
    min-width: 9rem !important;
  }
  .min-w-rem-sm-10 {
    min-width: 10rem !important;
  }
  .min-w-rem-sm-11 {
    min-width: 11rem !important;
  }
  .min-w-rem-sm-12 {
    min-width: 12rem !important;
  }
  .min-w-rem-sm-13 {
    min-width: 13rem !important;
  }
  .min-w-rem-sm-14 {
    min-width: 14rem !important;
  }
  .min-w-rem-sm-15 {
    min-width: 15rem !important;
  }
  .min-w-rem-sm-16 {
    min-width: 16rem !important;
  }
  .min-w-rem-sm-17 {
    min-width: 17rem !important;
  }
  .min-w-rem-sm-18 {
    min-width: 18rem !important;
  }
  .min-w-rem-sm-19 {
    min-width: 19rem !important;
  }
  .min-w-rem-sm-20 {
    min-width: 20rem !important;
  }
  .min-w-rem-sm-23 {
    min-width: 23rem !important;
  }
  .min-w-rem-sm-25 {
    min-width: 25rem !important;
  }
  .min-w-rem-sm-30 {
    min-width: 30rem !important;
  }
  .min-w-rem-sm-31 {
    min-width: 31rem !important;
  }
  .min-w-rem-sm-32 {
    min-width: 32rem !important;
  }
  .min-w-rem-sm-33 {
    min-width: 33rem !important;
  }
  .min-w-rem-sm-34 {
    min-width: 34rem !important;
  }
  .min-w-rem-sm-35 {
    min-width: 35rem !important;
  }
  .min-w-rem-sm-36 {
    min-width: 36rem !important;
  }
  .min-w-rem-sm-37 {
    min-width: 37rem !important;
  }
  .min-w-rem-sm-38 {
    min-width: 38rem !important;
  }
  .min-w-rem-sm-39 {
    min-width: 39rem !important;
  }
  .min-w-rem-sm-40 {
    min-width: 40rem !important;
  }
  .min-w-rem-sm-41 {
    min-width: 41rem !important;
  }
  .min-w-rem-sm-42 {
    min-width: 42rem !important;
  }
  .min-w-rem-sm-43 {
    min-width: 43rem !important;
  }
  .min-w-rem-sm-44 {
    min-width: 44rem !important;
  }
  .min-w-rem-sm-45 {
    min-width: 45rem !important;
  }
  .min-w-rem-sm-46 {
    min-width: 46rem !important;
  }
  .min-w-rem-sm-47 {
    min-width: 47rem !important;
  }
  .min-w-rem-sm-48 {
    min-width: 48rem !important;
  }
  .min-w-rem-sm-49 {
    min-width: 49rem !important;
  }
  .min-w-rem-sm-50 {
    min-width: 50rem !important;
  }
  .min-w-rem-sm-51 {
    min-width: 51rem !important;
  }
  .min-w-rem-sm-52 {
    min-width: 52rem !important;
  }
  .min-w-rem-sm-53 {
    min-width: 53rem !important;
  }
  .min-w-rem-sm-54 {
    min-width: 54rem !important;
  }
  .min-w-rem-sm-55 {
    min-width: 55rem !important;
  }
  .min-w-rem-sm-56 {
    min-width: 56rem !important;
  }
  .min-w-rem-sm-57 {
    min-width: 57rem !important;
  }
  .min-w-rem-sm-58 {
    min-width: 58rem !important;
  }
  .min-w-rem-sm-59 {
    min-width: 59rem !important;
  }
  .min-w-rem-sm-60 {
    min-width: 60rem !important;
  }
  .min-w-rem-sm-61 {
    min-width: 61rem !important;
  }
  .min-w-rem-sm-62 {
    min-width: 62rem !important;
  }
  .min-w-rem-sm-63 {
    min-width: 63rem !important;
  }
  .min-w-rem-sm-64 {
    min-width: 64rem !important;
  }
  .min-w-rem-sm-65 {
    min-width: 65rem !important;
  }
  .min-w-rem-sm-66 {
    min-width: 66rem !important;
  }
  .min-w-rem-sm-67 {
    min-width: 67rem !important;
  }
  .min-w-rem-sm-68 {
    min-width: 68rem !important;
  }
  .min-w-rem-sm-69 {
    min-width: 69rem !important;
  }
  .min-w-rem-sm-70 {
    min-width: 70rem !important;
  }
  .min-w-rem-sm-71 {
    min-width: 71rem !important;
  }
  .min-w-rem-sm-72 {
    min-width: 72rem !important;
  }
  .min-w-rem-sm-73 {
    min-width: 73rem !important;
  }
  .min-w-rem-sm-74 {
    min-width: 74rem !important;
  }
  .min-w-rem-sm-75 {
    min-width: 75rem !important;
  }
  .min-w-rem-sm-76 {
    min-width: 76rem !important;
  }
  .min-w-rem-sm-77 {
    min-width: 77rem !important;
  }
  .min-w-rem-sm-78 {
    min-width: 78rem !important;
  }
  .min-w-rem-sm-79 {
    min-width: 79rem !important;
  }
  .min-w-rem-sm-80 {
    min-width: 80rem !important;
  }
  .min-w-rem-sm-95 {
    min-width: 95rem !important;
  }
  .min-w-rem-sm-96 {
    min-width: 96rem !important;
  }
  .min-w-rem-sm-97 {
    min-width: 97rem !important;
  }
  .min-w-rem-sm-100 {
    min-width: 100% !important;
  }
  .h-rem-sm-unset {
    height: unset !important;
  }
  .h-rem-sm-1 {
    height: 1rem !important;
  }
  .h-rem-sm-2 {
    height: 2rem !important;
  }
  .h-rem-sm-3 {
    height: 3rem !important;
  }
  .h-rem-sm-4 {
    height: 4rem !important;
  }
  .h-rem-sm-5 {
    height: 5rem !important;
  }
  .h-rem-sm-7 {
    height: 7rem !important;
  }
  .h-rem-sm-8 {
    height: 8rem !important;
  }
  .h-rem-sm-9 {
    height: 9rem !important;
  }
  .h-rem-sm-10 {
    height: 10rem !important;
  }
  .h-rem-sm-11 {
    height: 11rem !important;
  }
  .h-rem-sm-12 {
    height: 12rem !important;
  }
  .h-rem-sm-13 {
    height: 13rem !important;
  }
  .h-rem-sm-14 {
    height: 14rem !important;
  }
  .h-rem-sm-15 {
    height: 15rem !important;
  }
  .h-rem-sm-16 {
    height: 16rem !important;
  }
  .h-rem-sm-17 {
    height: 17rem !important;
  }
  .h-rem-sm-18 {
    height: 18rem !important;
  }
  .h-rem-sm-19 {
    height: 19rem !important;
  }
  .h-rem-sm-20 {
    height: 20rem !important;
  }
  .h-rem-sm-23 {
    height: 23rem !important;
  }
  .h-rem-sm-25 {
    height: 25rem !important;
  }
  .h-rem-sm-30 {
    height: 30rem !important;
  }
  .h-rem-sm-31 {
    height: 31rem !important;
  }
  .h-rem-sm-32 {
    height: 32rem !important;
  }
  .h-rem-sm-33 {
    height: 33rem !important;
  }
  .h-rem-sm-34 {
    height: 34rem !important;
  }
  .h-rem-sm-35 {
    height: 35rem !important;
  }
  .h-rem-sm-36 {
    height: 36rem !important;
  }
  .h-rem-sm-37 {
    height: 37rem !important;
  }
  .h-rem-sm-38 {
    height: 38rem !important;
  }
  .h-rem-sm-39 {
    height: 39rem !important;
  }
  .h-rem-sm-40 {
    height: 40rem !important;
  }
  .h-rem-sm-41 {
    height: 41rem !important;
  }
  .h-rem-sm-42 {
    height: 42rem !important;
  }
  .h-rem-sm-43 {
    height: 43rem !important;
  }
  .h-rem-sm-44 {
    height: 44rem !important;
  }
  .h-rem-sm-45 {
    height: 45rem !important;
  }
  .h-rem-sm-46 {
    height: 46rem !important;
  }
  .h-rem-sm-47 {
    height: 47rem !important;
  }
  .h-rem-sm-48 {
    height: 48rem !important;
  }
  .h-rem-sm-49 {
    height: 49rem !important;
  }
  .h-rem-sm-50 {
    height: 50rem !important;
  }
  .h-rem-sm-51 {
    height: 51rem !important;
  }
  .h-rem-sm-52 {
    height: 52rem !important;
  }
  .h-rem-sm-53 {
    height: 53rem !important;
  }
  .h-rem-sm-54 {
    height: 54rem !important;
  }
  .h-rem-sm-55 {
    height: 55rem !important;
  }
  .h-rem-sm-56 {
    height: 56rem !important;
  }
  .h-rem-sm-57 {
    height: 57rem !important;
  }
  .h-rem-sm-58 {
    height: 58rem !important;
  }
  .h-rem-sm-59 {
    height: 59rem !important;
  }
  .h-rem-sm-60 {
    height: 60rem !important;
  }
  .h-rem-sm-61 {
    height: 61rem !important;
  }
  .h-rem-sm-62 {
    height: 62rem !important;
  }
  .h-rem-sm-63 {
    height: 63rem !important;
  }
  .h-rem-sm-64 {
    height: 64rem !important;
  }
  .h-rem-sm-65 {
    height: 65rem !important;
  }
  .h-rem-sm-66 {
    height: 66rem !important;
  }
  .h-rem-sm-67 {
    height: 67rem !important;
  }
  .h-rem-sm-68 {
    height: 68rem !important;
  }
  .h-rem-sm-69 {
    height: 69rem !important;
  }
  .h-rem-sm-70 {
    height: 70rem !important;
  }
  .h-rem-sm-71 {
    height: 71rem !important;
  }
  .h-rem-sm-72 {
    height: 72rem !important;
  }
  .h-rem-sm-73 {
    height: 73rem !important;
  }
  .h-rem-sm-74 {
    height: 74rem !important;
  }
  .h-rem-sm-75 {
    height: 75rem !important;
  }
  .h-rem-sm-76 {
    height: 76rem !important;
  }
  .h-rem-sm-77 {
    height: 77rem !important;
  }
  .h-rem-sm-78 {
    height: 78rem !important;
  }
  .h-rem-sm-79 {
    height: 79rem !important;
  }
  .h-rem-sm-80 {
    height: 80rem !important;
  }
  .h-rem-sm-95 {
    height: 95rem !important;
  }
  .h-rem-sm-96 {
    height: 96rem !important;
  }
  .h-rem-sm-97 {
    height: 97rem !important;
  }
  .h-rem-sm-100 {
    height: 100% !important;
  }
  .h-px-sm-0 {
    height: 0rem !important;
  }
  .h-px-sm-1 {
    height: 0.0625rem !important;
  }
  .h-px-sm-2 {
    height: 0.125rem !important;
  }
  .h-px-sm-3 {
    height: 0.1875rem !important;
  }
  .h-px-sm-4 {
    height: 0.25rem !important;
  }
  .h-px-sm-5 {
    height: 0.3125rem !important;
  }
  .h-px-sm-6 {
    height: 0.375rem !important;
  }
  .h-px-sm-7 {
    height: 0.4375rem !important;
  }
  .h-px-sm-8 {
    height: 0.5rem !important;
  }
  .h-px-sm-9 {
    height: 0.5625rem !important;
  }
  .h-px-sm-10 {
    height: 0.625rem !important;
  }
  .h-px-sm-11 {
    height: 0.6875rem !important;
  }
  .h-px-sm-12 {
    height: 0.75rem !important;
  }
  .h-px-sm-13 {
    height: 0.8125rem !important;
  }
  .h-px-sm-14 {
    height: 0.875rem !important;
  }
  .h-px-sm-15 {
    height: 0.9375rem !important;
  }
  .h-px-sm-16 {
    height: 1rem !important;
  }
  .h-px-sm-17 {
    height: 1.0625rem !important;
  }
  .h-px-sm-18 {
    height: 1.125rem !important;
  }
  .h-px-sm-19 {
    height: 1.1875rem !important;
  }
  .h-px-sm-20 {
    height: 1.25rem !important;
  }
  .h-px-sm-21 {
    height: 1.3125rem !important;
  }
  .h-px-sm-22 {
    height: 1.375rem !important;
  }
  .h-px-sm-23 {
    height: 1.4375rem !important;
  }
  .h-px-sm-24 {
    height: 1.5rem !important;
  }
  .h-px-sm-25 {
    height: 1.5625rem !important;
  }
  .h-px-sm-26 {
    height: 1.625rem !important;
  }
  .h-px-sm-27 {
    height: 1.6875rem !important;
  }
  .h-px-sm-28 {
    height: 1.75rem !important;
  }
  .h-px-sm-29 {
    height: 1.8125rem !important;
  }
  .h-px-sm-30 {
    height: 1.875rem !important;
  }
  .h-px-sm-31 {
    height: 1.9375rem !important;
  }
  .h-px-sm-32 {
    height: 2rem !important;
  }
  .h-px-sm-33 {
    height: 2.0625rem !important;
  }
  .h-px-sm-34 {
    height: 2.125rem !important;
  }
  .h-px-sm-35 {
    height: 2.1875rem !important;
  }
  .h-px-sm-36 {
    height: 2.25rem !important;
  }
  .h-px-sm-37 {
    height: 2.3125rem !important;
  }
  .h-px-sm-38 {
    height: 2.375rem !important;
  }
  .h-px-sm-39 {
    height: 2.4375rem !important;
  }
  .h-px-sm-40 {
    height: 2.5rem !important;
  }
  .h-px-sm-41 {
    height: 2.5625rem !important;
  }
  .h-px-sm-42 {
    height: 2.625rem !important;
  }
  .h-px-sm-43 {
    height: 2.6875rem !important;
  }
  .h-px-sm-44 {
    height: 2.75rem !important;
  }
  .h-px-sm-45 {
    height: 2.8125rem !important;
  }
  .h-px-sm-46 {
    height: 2.875rem !important;
  }
  .h-px-sm-47 {
    height: 2.9375rem !important;
  }
  .h-px-sm-48 {
    height: 3rem !important;
  }
  .h-px-sm-49 {
    height: 3.0625rem !important;
  }
  .h-px-sm-50 {
    height: 3.125rem !important;
  }
  .h-px-sm-51 {
    height: 3.1875rem !important;
  }
  .h-px-sm-52 {
    height: 3.25rem !important;
  }
  .h-px-sm-53 {
    height: 3.3125rem !important;
  }
  .h-px-sm-54 {
    height: 3.375rem !important;
  }
  .h-px-sm-56 {
    height: 3.5rem !important;
  }
  .h-px-sm-57 {
    height: 3.5625rem !important;
  }
  .h-px-sm-58 {
    height: 3.625rem !important;
  }
  .h-px-sm-59 {
    height: 3.6875rem !important;
  }
  .h-px-sm-60 {
    height: 3.75rem !important;
  }
  .h-px-sm-61 {
    height: 3.8125rem !important;
  }
  .h-px-sm-62 {
    height: 3.875rem !important;
  }
  .h-px-sm-63 {
    height: 3.9375rem !important;
  }
  .h-px-sm-64 {
    height: 4rem !important;
  }
  .h-px-sm-68 {
    height: 4.25rem !important;
  }
  .h-px-sm-70 {
    height: 4.375rem !important;
  }
  .h-px-sm-80 {
    height: 5rem !important;
  }
  .h-px-sm-82 {
    height: 5.125rem !important;
  }
  .h-px-sm-83 {
    height: 5.1875rem !important;
  }
  .h-px-sm-84 {
    height: 5.25rem !important;
  }
  .h-px-sm-98 {
    height: 6.125rem !important;
  }
  .h-px-sm-104 {
    height: 6.5rem !important;
  }
  .h-px-sm-122 {
    height: 7.625rem !important;
  }
  .h-px-sm-123 {
    height: 7.6875rem !important;
  }
  .h-px-sm-147 {
    height: 9.1875rem !important;
  }
  .h-px-sm-148 {
    height: 9.25rem !important;
  }
  .h-px-sm-150 {
    height: 9.375rem !important;
  }
  .h-px-sm-180 {
    height: 11.25rem !important;
  }
  .h-px-sm-192 {
    height: 12rem !important;
  }
  .h-px-sm-200 {
    height: 12.5rem !important;
  }
  .h-px-sm-220 {
    height: 13.75rem !important;
  }
  .h-px-sm-270 {
    height: 16.875rem !important;
  }
  .h-px-sm-300 {
    height: 18.75rem !important;
  }
  .h-px-sm-350 {
    height: 21.875rem !important;
  }
  .h-px-sm-400 {
    height: 25rem !important;
  }
  .h-px-sm-500 {
    height: 31.25rem !important;
  }
  .h-px-sm-600 {
    height: 37.5rem !important;
  }
  .max-h-px-sm-0 {
    max-height: 0rem !important;
  }
  .max-h-px-sm-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-sm-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-sm-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-sm-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-sm-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-sm-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-sm-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-sm-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-sm-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-sm-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-sm-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-sm-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-sm-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-sm-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-sm-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-sm-16 {
    max-height: 1rem !important;
  }
  .max-h-px-sm-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-sm-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-sm-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-sm-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-sm-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-sm-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-sm-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-sm-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-sm-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-sm-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-sm-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-sm-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-sm-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-sm-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-sm-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-sm-32 {
    max-height: 2rem !important;
  }
  .max-h-px-sm-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-sm-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-sm-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-sm-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-sm-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-sm-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-sm-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-sm-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-sm-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-sm-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-sm-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-sm-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-sm-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-sm-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-sm-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-sm-48 {
    max-height: 3rem !important;
  }
  .max-h-px-sm-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-sm-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-sm-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-sm-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-sm-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-sm-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-sm-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-sm-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-sm-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-sm-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-sm-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-sm-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-sm-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-sm-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-sm-64 {
    max-height: 4rem !important;
  }
  .max-h-px-sm-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-sm-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-sm-80 {
    max-height: 5rem !important;
  }
  .max-h-px-sm-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-sm-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-sm-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-sm-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-sm-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-sm-122 {
    max-height: 7.625rem !important;
  }
  .max-h-px-sm-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-sm-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-sm-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-sm-150 {
    max-height: 9.375rem !important;
  }
  .max-h-px-sm-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-sm-192 {
    max-height: 12rem !important;
  }
  .max-h-px-sm-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-sm-220 {
    max-height: 13.75rem !important;
  }
  .max-h-px-sm-270 {
    max-height: 16.875rem !important;
  }
  .max-h-px-sm-300 {
    max-height: 18.75rem !important;
  }
  .max-h-px-sm-350 {
    max-height: 21.875rem !important;
  }
  .max-h-px-sm-400 {
    max-height: 25rem !important;
  }
  .max-h-px-sm-500 {
    max-height: 31.25rem !important;
  }
  .max-h-px-sm-600 {
    max-height: 37.5rem !important;
  }
  .max-h-rem-sm-unset {
    max-height: unset !important;
  }
  .max-h-rem-sm-1 {
    max-height: 1rem !important;
  }
  .max-h-rem-sm-2 {
    max-height: 2rem !important;
  }
  .max-h-rem-sm-3 {
    max-height: 3rem !important;
  }
  .max-h-rem-sm-4 {
    max-height: 4rem !important;
  }
  .max-h-rem-sm-5 {
    max-height: 5rem !important;
  }
  .max-h-rem-sm-7 {
    max-height: 7rem !important;
  }
  .max-h-rem-sm-8 {
    max-height: 8rem !important;
  }
  .max-h-rem-sm-9 {
    max-height: 9rem !important;
  }
  .max-h-rem-sm-10 {
    max-height: 10rem !important;
  }
  .max-h-rem-sm-11 {
    max-height: 11rem !important;
  }
  .max-h-rem-sm-12 {
    max-height: 12rem !important;
  }
  .max-h-rem-sm-13 {
    max-height: 13rem !important;
  }
  .max-h-rem-sm-14 {
    max-height: 14rem !important;
  }
  .max-h-rem-sm-15 {
    max-height: 15rem !important;
  }
  .max-h-rem-sm-16 {
    max-height: 16rem !important;
  }
  .max-h-rem-sm-17 {
    max-height: 17rem !important;
  }
  .max-h-rem-sm-18 {
    max-height: 18rem !important;
  }
  .max-h-rem-sm-19 {
    max-height: 19rem !important;
  }
  .max-h-rem-sm-20 {
    max-height: 20rem !important;
  }
  .max-h-rem-sm-23 {
    max-height: 23rem !important;
  }
  .max-h-rem-sm-25 {
    max-height: 25rem !important;
  }
  .max-h-rem-sm-30 {
    max-height: 30rem !important;
  }
  .max-h-rem-sm-31 {
    max-height: 31rem !important;
  }
  .max-h-rem-sm-32 {
    max-height: 32rem !important;
  }
  .max-h-rem-sm-33 {
    max-height: 33rem !important;
  }
  .max-h-rem-sm-34 {
    max-height: 34rem !important;
  }
  .max-h-rem-sm-35 {
    max-height: 35rem !important;
  }
  .max-h-rem-sm-36 {
    max-height: 36rem !important;
  }
  .max-h-rem-sm-37 {
    max-height: 37rem !important;
  }
  .max-h-rem-sm-38 {
    max-height: 38rem !important;
  }
  .max-h-rem-sm-39 {
    max-height: 39rem !important;
  }
  .max-h-rem-sm-40 {
    max-height: 40rem !important;
  }
  .max-h-rem-sm-41 {
    max-height: 41rem !important;
  }
  .max-h-rem-sm-42 {
    max-height: 42rem !important;
  }
  .max-h-rem-sm-43 {
    max-height: 43rem !important;
  }
  .max-h-rem-sm-44 {
    max-height: 44rem !important;
  }
  .max-h-rem-sm-45 {
    max-height: 45rem !important;
  }
  .max-h-rem-sm-46 {
    max-height: 46rem !important;
  }
  .max-h-rem-sm-47 {
    max-height: 47rem !important;
  }
  .max-h-rem-sm-48 {
    max-height: 48rem !important;
  }
  .max-h-rem-sm-49 {
    max-height: 49rem !important;
  }
  .max-h-rem-sm-50 {
    max-height: 50rem !important;
  }
  .max-h-rem-sm-51 {
    max-height: 51rem !important;
  }
  .max-h-rem-sm-52 {
    max-height: 52rem !important;
  }
  .max-h-rem-sm-53 {
    max-height: 53rem !important;
  }
  .max-h-rem-sm-54 {
    max-height: 54rem !important;
  }
  .max-h-rem-sm-55 {
    max-height: 55rem !important;
  }
  .max-h-rem-sm-56 {
    max-height: 56rem !important;
  }
  .max-h-rem-sm-57 {
    max-height: 57rem !important;
  }
  .max-h-rem-sm-58 {
    max-height: 58rem !important;
  }
  .max-h-rem-sm-59 {
    max-height: 59rem !important;
  }
  .max-h-rem-sm-60 {
    max-height: 60rem !important;
  }
  .max-h-rem-sm-61 {
    max-height: 61rem !important;
  }
  .max-h-rem-sm-62 {
    max-height: 62rem !important;
  }
  .max-h-rem-sm-63 {
    max-height: 63rem !important;
  }
  .max-h-rem-sm-64 {
    max-height: 64rem !important;
  }
  .max-h-rem-sm-65 {
    max-height: 65rem !important;
  }
  .max-h-rem-sm-66 {
    max-height: 66rem !important;
  }
  .max-h-rem-sm-67 {
    max-height: 67rem !important;
  }
  .max-h-rem-sm-68 {
    max-height: 68rem !important;
  }
  .max-h-rem-sm-69 {
    max-height: 69rem !important;
  }
  .max-h-rem-sm-70 {
    max-height: 70rem !important;
  }
  .max-h-rem-sm-71 {
    max-height: 71rem !important;
  }
  .max-h-rem-sm-72 {
    max-height: 72rem !important;
  }
  .max-h-rem-sm-73 {
    max-height: 73rem !important;
  }
  .max-h-rem-sm-74 {
    max-height: 74rem !important;
  }
  .max-h-rem-sm-75 {
    max-height: 75rem !important;
  }
  .max-h-rem-sm-76 {
    max-height: 76rem !important;
  }
  .max-h-rem-sm-77 {
    max-height: 77rem !important;
  }
  .max-h-rem-sm-78 {
    max-height: 78rem !important;
  }
  .max-h-rem-sm-79 {
    max-height: 79rem !important;
  }
  .max-h-rem-sm-80 {
    max-height: 80rem !important;
  }
  .max-h-rem-sm-95 {
    max-height: 95rem !important;
  }
  .max-h-rem-sm-96 {
    max-height: 96rem !important;
  }
  .max-h-rem-sm-97 {
    max-height: 97rem !important;
  }
  .max-h-rem-sm-100 {
    max-height: 100% !important;
  }
  .min-h-px-sm-0 {
    min-height: 0rem !important;
  }
  .min-h-px-sm-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-sm-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-sm-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-sm-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-sm-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-sm-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-sm-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-sm-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-sm-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-sm-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-sm-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-sm-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-sm-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-sm-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-sm-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-sm-16 {
    min-height: 1rem !important;
  }
  .min-h-px-sm-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-sm-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-sm-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-sm-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-sm-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-sm-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-sm-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-sm-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-sm-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-sm-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-sm-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-sm-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-sm-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-sm-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-sm-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-sm-32 {
    min-height: 2rem !important;
  }
  .min-h-px-sm-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-sm-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-sm-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-sm-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-sm-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-sm-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-sm-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-sm-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-sm-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-sm-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-sm-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-sm-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-sm-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-sm-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-sm-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-sm-48 {
    min-height: 3rem !important;
  }
  .min-h-px-sm-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-sm-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-sm-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-sm-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-sm-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-sm-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-sm-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-sm-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-sm-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-sm-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-sm-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-sm-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-sm-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-sm-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-sm-64 {
    min-height: 4rem !important;
  }
  .min-h-px-sm-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-sm-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-sm-80 {
    min-height: 5rem !important;
  }
  .min-h-px-sm-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-sm-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-sm-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-sm-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-sm-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-sm-122 {
    min-height: 7.625rem !important;
  }
  .min-h-px-sm-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-sm-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-sm-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-sm-150 {
    min-height: 9.375rem !important;
  }
  .min-h-px-sm-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-sm-192 {
    min-height: 12rem !important;
  }
  .min-h-px-sm-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-sm-220 {
    min-height: 13.75rem !important;
  }
  .min-h-px-sm-270 {
    min-height: 16.875rem !important;
  }
  .min-h-px-sm-300 {
    min-height: 18.75rem !important;
  }
  .min-h-px-sm-350 {
    min-height: 21.875rem !important;
  }
  .min-h-px-sm-400 {
    min-height: 25rem !important;
  }
  .min-h-px-sm-500 {
    min-height: 31.25rem !important;
  }
  .min-h-px-sm-600 {
    min-height: 37.5rem !important;
  }
  .min-h-sm-0 {
    min-height: 0% !important;
  }
  .min-h-sm-5 {
    min-height: 5% !important;
  }
  .min-h-sm-10 {
    min-height: 10% !important;
  }
  .min-h-sm-20 {
    min-height: 20% !important;
  }
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  .min-h-sm-30 {
    min-height: 30% !important;
  }
  .min-h-sm-33_3 {
    min-height: 33.3% !important;
  }
  .min-h-sm-35 {
    min-height: 35% !important;
  }
  .min-h-sm-40 {
    min-height: 40% !important;
  }
  .min-h-sm-44 {
    min-height: 44% !important;
  }
  .min-h-sm-45 {
    min-height: 45% !important;
  }
  .min-h-sm-46 {
    min-height: 46% !important;
  }
  .min-h-sm-48 {
    min-height: 48% !important;
  }
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  .min-h-sm-60 {
    min-height: 60% !important;
  }
  .min-h-sm-65 {
    min-height: 65% !important;
  }
  .min-h-sm-70 {
    min-height: 70% !important;
  }
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  .min-h-sm-80 {
    min-height: 80% !important;
  }
  .min-h-sm-90 {
    min-height: 90% !important;
  }
  .min-h-sm-95 {
    min-height: 95% !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .min-h-sm-auto {
    min-height: auto !important;
  }
  .min-h-rem-sm-unset {
    min-height: unset !important;
  }
  .min-h-rem-sm-1 {
    min-height: 1rem !important;
  }
  .min-h-rem-sm-2 {
    min-height: 2rem !important;
  }
  .min-h-rem-sm-3 {
    min-height: 3rem !important;
  }
  .min-h-rem-sm-4 {
    min-height: 4rem !important;
  }
  .min-h-rem-sm-5 {
    min-height: 5rem !important;
  }
  .min-h-rem-sm-7 {
    min-height: 7rem !important;
  }
  .min-h-rem-sm-8 {
    min-height: 8rem !important;
  }
  .min-h-rem-sm-9 {
    min-height: 9rem !important;
  }
  .min-h-rem-sm-10 {
    min-height: 10rem !important;
  }
  .min-h-rem-sm-11 {
    min-height: 11rem !important;
  }
  .min-h-rem-sm-12 {
    min-height: 12rem !important;
  }
  .min-h-rem-sm-13 {
    min-height: 13rem !important;
  }
  .min-h-rem-sm-14 {
    min-height: 14rem !important;
  }
  .min-h-rem-sm-15 {
    min-height: 15rem !important;
  }
  .min-h-rem-sm-16 {
    min-height: 16rem !important;
  }
  .min-h-rem-sm-17 {
    min-height: 17rem !important;
  }
  .min-h-rem-sm-18 {
    min-height: 18rem !important;
  }
  .min-h-rem-sm-19 {
    min-height: 19rem !important;
  }
  .min-h-rem-sm-20 {
    min-height: 20rem !important;
  }
  .min-h-rem-sm-23 {
    min-height: 23rem !important;
  }
  .min-h-rem-sm-25 {
    min-height: 25rem !important;
  }
  .min-h-rem-sm-30 {
    min-height: 30rem !important;
  }
  .min-h-rem-sm-31 {
    min-height: 31rem !important;
  }
  .min-h-rem-sm-32 {
    min-height: 32rem !important;
  }
  .min-h-rem-sm-33 {
    min-height: 33rem !important;
  }
  .min-h-rem-sm-34 {
    min-height: 34rem !important;
  }
  .min-h-rem-sm-35 {
    min-height: 35rem !important;
  }
  .min-h-rem-sm-36 {
    min-height: 36rem !important;
  }
  .min-h-rem-sm-37 {
    min-height: 37rem !important;
  }
  .min-h-rem-sm-38 {
    min-height: 38rem !important;
  }
  .min-h-rem-sm-39 {
    min-height: 39rem !important;
  }
  .min-h-rem-sm-40 {
    min-height: 40rem !important;
  }
  .min-h-rem-sm-41 {
    min-height: 41rem !important;
  }
  .min-h-rem-sm-42 {
    min-height: 42rem !important;
  }
  .min-h-rem-sm-43 {
    min-height: 43rem !important;
  }
  .min-h-rem-sm-44 {
    min-height: 44rem !important;
  }
  .min-h-rem-sm-45 {
    min-height: 45rem !important;
  }
  .min-h-rem-sm-46 {
    min-height: 46rem !important;
  }
  .min-h-rem-sm-47 {
    min-height: 47rem !important;
  }
  .min-h-rem-sm-48 {
    min-height: 48rem !important;
  }
  .min-h-rem-sm-49 {
    min-height: 49rem !important;
  }
  .min-h-rem-sm-50 {
    min-height: 50rem !important;
  }
  .min-h-rem-sm-51 {
    min-height: 51rem !important;
  }
  .min-h-rem-sm-52 {
    min-height: 52rem !important;
  }
  .min-h-rem-sm-53 {
    min-height: 53rem !important;
  }
  .min-h-rem-sm-54 {
    min-height: 54rem !important;
  }
  .min-h-rem-sm-55 {
    min-height: 55rem !important;
  }
  .min-h-rem-sm-56 {
    min-height: 56rem !important;
  }
  .min-h-rem-sm-57 {
    min-height: 57rem !important;
  }
  .min-h-rem-sm-58 {
    min-height: 58rem !important;
  }
  .min-h-rem-sm-59 {
    min-height: 59rem !important;
  }
  .min-h-rem-sm-60 {
    min-height: 60rem !important;
  }
  .min-h-rem-sm-61 {
    min-height: 61rem !important;
  }
  .min-h-rem-sm-62 {
    min-height: 62rem !important;
  }
  .min-h-rem-sm-63 {
    min-height: 63rem !important;
  }
  .min-h-rem-sm-64 {
    min-height: 64rem !important;
  }
  .min-h-rem-sm-65 {
    min-height: 65rem !important;
  }
  .min-h-rem-sm-66 {
    min-height: 66rem !important;
  }
  .min-h-rem-sm-67 {
    min-height: 67rem !important;
  }
  .min-h-rem-sm-68 {
    min-height: 68rem !important;
  }
  .min-h-rem-sm-69 {
    min-height: 69rem !important;
  }
  .min-h-rem-sm-70 {
    min-height: 70rem !important;
  }
  .min-h-rem-sm-71 {
    min-height: 71rem !important;
  }
  .min-h-rem-sm-72 {
    min-height: 72rem !important;
  }
  .min-h-rem-sm-73 {
    min-height: 73rem !important;
  }
  .min-h-rem-sm-74 {
    min-height: 74rem !important;
  }
  .min-h-rem-sm-75 {
    min-height: 75rem !important;
  }
  .min-h-rem-sm-76 {
    min-height: 76rem !important;
  }
  .min-h-rem-sm-77 {
    min-height: 77rem !important;
  }
  .min-h-rem-sm-78 {
    min-height: 78rem !important;
  }
  .min-h-rem-sm-79 {
    min-height: 79rem !important;
  }
  .min-h-rem-sm-80 {
    min-height: 80rem !important;
  }
  .min-h-rem-sm-95 {
    min-height: 95rem !important;
  }
  .min-h-rem-sm-96 {
    min-height: 96rem !important;
  }
  .min-h-rem-sm-97 {
    min-height: 97rem !important;
  }
  .min-h-rem-sm-100 {
    min-height: 100% !important;
  }
  .gap-px-sm-0 {
    gap: 0rem !important;
  }
  .gap-px-sm-1 {
    gap: 0.0625rem !important;
  }
  .gap-px-sm-2 {
    gap: 0.125rem !important;
  }
  .gap-px-sm-3 {
    gap: 0.1875rem !important;
  }
  .gap-px-sm-4 {
    gap: 0.25rem !important;
  }
  .gap-px-sm-5 {
    gap: 0.3125rem !important;
  }
  .gap-px-sm-6 {
    gap: 0.375rem !important;
  }
  .gap-px-sm-7 {
    gap: 0.4375rem !important;
  }
  .gap-px-sm-8 {
    gap: 0.5rem !important;
  }
  .gap-px-sm-9 {
    gap: 0.5625rem !important;
  }
  .gap-px-sm-10 {
    gap: 0.625rem !important;
  }
  .gap-px-sm-11 {
    gap: 0.6875rem !important;
  }
  .gap-px-sm-12 {
    gap: 0.75rem !important;
  }
  .gap-px-sm-13 {
    gap: 0.8125rem !important;
  }
  .gap-px-sm-14 {
    gap: 0.875rem !important;
  }
  .gap-px-sm-15 {
    gap: 0.9375rem !important;
  }
  .gap-px-sm-16 {
    gap: 1rem !important;
  }
  .gap-px-sm-17 {
    gap: 1.0625rem !important;
  }
  .gap-px-sm-18 {
    gap: 1.125rem !important;
  }
  .gap-px-sm-19 {
    gap: 1.1875rem !important;
  }
  .gap-px-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-px-sm-21 {
    gap: 1.3125rem !important;
  }
  .gap-px-sm-22 {
    gap: 1.375rem !important;
  }
  .gap-px-sm-23 {
    gap: 1.4375rem !important;
  }
  .gap-px-sm-24 {
    gap: 1.5rem !important;
  }
  .gap-px-sm-25 {
    gap: 1.5625rem !important;
  }
  .gap-px-sm-26 {
    gap: 1.625rem !important;
  }
  .gap-px-sm-27 {
    gap: 1.6875rem !important;
  }
  .gap-px-sm-28 {
    gap: 1.75rem !important;
  }
  .gap-px-sm-29 {
    gap: 1.8125rem !important;
  }
  .gap-px-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-px-sm-31 {
    gap: 1.9375rem !important;
  }
  .gap-px-sm-32 {
    gap: 2rem !important;
  }
  .gap-px-sm-33 {
    gap: 2.0625rem !important;
  }
  .gap-px-sm-34 {
    gap: 2.125rem !important;
  }
  .gap-px-sm-35 {
    gap: 2.1875rem !important;
  }
  .gap-px-sm-36 {
    gap: 2.25rem !important;
  }
  .gap-px-sm-37 {
    gap: 2.3125rem !important;
  }
  .gap-px-sm-38 {
    gap: 2.375rem !important;
  }
  .gap-px-sm-39 {
    gap: 2.4375rem !important;
  }
  .gap-px-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-px-sm-41 {
    gap: 2.5625rem !important;
  }
  .gap-px-sm-42 {
    gap: 2.625rem !important;
  }
  .gap-px-sm-43 {
    gap: 2.6875rem !important;
  }
  .gap-px-sm-44 {
    gap: 2.75rem !important;
  }
  .gap-px-sm-45 {
    gap: 2.8125rem !important;
  }
  .gap-px-sm-46 {
    gap: 2.875rem !important;
  }
  .gap-px-sm-47 {
    gap: 2.9375rem !important;
  }
  .gap-px-sm-48 {
    gap: 3rem !important;
  }
  .gap-px-sm-49 {
    gap: 3.0625rem !important;
  }
  .gap-px-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-px-sm-51 {
    gap: 3.1875rem !important;
  }
  .gap-px-sm-52 {
    gap: 3.25rem !important;
  }
  .gap-px-sm-53 {
    gap: 3.3125rem !important;
  }
  .gap-px-sm-54 {
    gap: 3.375rem !important;
  }
  .gap-px-sm-56 {
    gap: 3.5rem !important;
  }
  .gap-px-sm-57 {
    gap: 3.5625rem !important;
  }
  .gap-px-sm-58 {
    gap: 3.625rem !important;
  }
  .gap-px-sm-59 {
    gap: 3.6875rem !important;
  }
  .gap-px-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-px-sm-61 {
    gap: 3.8125rem !important;
  }
  .gap-px-sm-62 {
    gap: 3.875rem !important;
  }
  .gap-px-sm-63 {
    gap: 3.9375rem !important;
  }
  .gap-px-sm-64 {
    gap: 4rem !important;
  }
  .gap-px-sm-68 {
    gap: 4.25rem !important;
  }
  .gap-px-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-px-sm-80 {
    gap: 5rem !important;
  }
  .gap-px-sm-82 {
    gap: 5.125rem !important;
  }
  .gap-px-sm-83 {
    gap: 5.1875rem !important;
  }
  .gap-px-sm-84 {
    gap: 5.25rem !important;
  }
  .gap-px-sm-98 {
    gap: 6.125rem !important;
  }
  .gap-px-sm-104 {
    gap: 6.5rem !important;
  }
  .gap-px-sm-122 {
    gap: 7.625rem !important;
  }
  .gap-px-sm-123 {
    gap: 7.6875rem !important;
  }
  .gap-px-sm-147 {
    gap: 9.1875rem !important;
  }
  .gap-px-sm-148 {
    gap: 9.25rem !important;
  }
  .gap-px-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-px-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-px-sm-192 {
    gap: 12rem !important;
  }
  .gap-px-sm-200 {
    gap: 12.5rem !important;
  }
  .gap-px-sm-220 {
    gap: 13.75rem !important;
  }
  .gap-px-sm-270 {
    gap: 16.875rem !important;
  }
  .gap-px-sm-300 {
    gap: 18.75rem !important;
  }
  .gap-px-sm-350 {
    gap: 21.875rem !important;
  }
  .gap-px-sm-400 {
    gap: 25rem !important;
  }
  .gap-px-sm-500 {
    gap: 31.25rem !important;
  }
  .gap-px-sm-600 {
    gap: 37.5rem !important;
  }
  .m-px-sm-0 {
    margin: 0rem !important;
  }
  .m-px-sm-1 {
    margin: 0.0625rem !important;
  }
  .m-px-sm-2 {
    margin: 0.125rem !important;
  }
  .m-px-sm-3 {
    margin: 0.1875rem !important;
  }
  .m-px-sm-4 {
    margin: 0.25rem !important;
  }
  .m-px-sm-5 {
    margin: 0.3125rem !important;
  }
  .m-px-sm-6 {
    margin: 0.375rem !important;
  }
  .m-px-sm-7 {
    margin: 0.4375rem !important;
  }
  .m-px-sm-8 {
    margin: 0.5rem !important;
  }
  .m-px-sm-9 {
    margin: 0.5625rem !important;
  }
  .m-px-sm-10 {
    margin: 0.625rem !important;
  }
  .m-px-sm-11 {
    margin: 0.6875rem !important;
  }
  .m-px-sm-12 {
    margin: 0.75rem !important;
  }
  .m-px-sm-13 {
    margin: 0.8125rem !important;
  }
  .m-px-sm-14 {
    margin: 0.875rem !important;
  }
  .m-px-sm-15 {
    margin: 0.9375rem !important;
  }
  .m-px-sm-16 {
    margin: 1rem !important;
  }
  .m-px-sm-17 {
    margin: 1.0625rem !important;
  }
  .m-px-sm-18 {
    margin: 1.125rem !important;
  }
  .m-px-sm-19 {
    margin: 1.1875rem !important;
  }
  .m-px-sm-20 {
    margin: 1.25rem !important;
  }
  .m-px-sm-21 {
    margin: 1.3125rem !important;
  }
  .m-px-sm-22 {
    margin: 1.375rem !important;
  }
  .m-px-sm-23 {
    margin: 1.4375rem !important;
  }
  .m-px-sm-24 {
    margin: 1.5rem !important;
  }
  .m-px-sm-25 {
    margin: 1.5625rem !important;
  }
  .m-px-sm-26 {
    margin: 1.625rem !important;
  }
  .m-px-sm-27 {
    margin: 1.6875rem !important;
  }
  .m-px-sm-28 {
    margin: 1.75rem !important;
  }
  .m-px-sm-29 {
    margin: 1.8125rem !important;
  }
  .m-px-sm-30 {
    margin: 1.875rem !important;
  }
  .m-px-sm-31 {
    margin: 1.9375rem !important;
  }
  .m-px-sm-32 {
    margin: 2rem !important;
  }
  .m-px-sm-33 {
    margin: 2.0625rem !important;
  }
  .m-px-sm-34 {
    margin: 2.125rem !important;
  }
  .m-px-sm-35 {
    margin: 2.1875rem !important;
  }
  .m-px-sm-36 {
    margin: 2.25rem !important;
  }
  .m-px-sm-37 {
    margin: 2.3125rem !important;
  }
  .m-px-sm-38 {
    margin: 2.375rem !important;
  }
  .m-px-sm-39 {
    margin: 2.4375rem !important;
  }
  .m-px-sm-40 {
    margin: 2.5rem !important;
  }
  .m-px-sm-41 {
    margin: 2.5625rem !important;
  }
  .m-px-sm-42 {
    margin: 2.625rem !important;
  }
  .m-px-sm-43 {
    margin: 2.6875rem !important;
  }
  .m-px-sm-44 {
    margin: 2.75rem !important;
  }
  .m-px-sm-45 {
    margin: 2.8125rem !important;
  }
  .m-px-sm-46 {
    margin: 2.875rem !important;
  }
  .m-px-sm-47 {
    margin: 2.9375rem !important;
  }
  .m-px-sm-48 {
    margin: 3rem !important;
  }
  .m-px-sm-49 {
    margin: 3.0625rem !important;
  }
  .m-px-sm-50 {
    margin: 3.125rem !important;
  }
  .m-px-sm-51 {
    margin: 3.1875rem !important;
  }
  .m-px-sm-52 {
    margin: 3.25rem !important;
  }
  .m-px-sm-53 {
    margin: 3.3125rem !important;
  }
  .m-px-sm-54 {
    margin: 3.375rem !important;
  }
  .m-px-sm-56 {
    margin: 3.5rem !important;
  }
  .m-px-sm-57 {
    margin: 3.5625rem !important;
  }
  .m-px-sm-58 {
    margin: 3.625rem !important;
  }
  .m-px-sm-59 {
    margin: 3.6875rem !important;
  }
  .m-px-sm-60 {
    margin: 3.75rem !important;
  }
  .m-px-sm-61 {
    margin: 3.8125rem !important;
  }
  .m-px-sm-62 {
    margin: 3.875rem !important;
  }
  .m-px-sm-63 {
    margin: 3.9375rem !important;
  }
  .m-px-sm-64 {
    margin: 4rem !important;
  }
  .m-px-sm-68 {
    margin: 4.25rem !important;
  }
  .m-px-sm-70 {
    margin: 4.375rem !important;
  }
  .m-px-sm-80 {
    margin: 5rem !important;
  }
  .m-px-sm-82 {
    margin: 5.125rem !important;
  }
  .m-px-sm-83 {
    margin: 5.1875rem !important;
  }
  .m-px-sm-84 {
    margin: 5.25rem !important;
  }
  .m-px-sm-98 {
    margin: 6.125rem !important;
  }
  .m-px-sm-104 {
    margin: 6.5rem !important;
  }
  .m-px-sm-122 {
    margin: 7.625rem !important;
  }
  .m-px-sm-123 {
    margin: 7.6875rem !important;
  }
  .m-px-sm-147 {
    margin: 9.1875rem !important;
  }
  .m-px-sm-148 {
    margin: 9.25rem !important;
  }
  .m-px-sm-150 {
    margin: 9.375rem !important;
  }
  .m-px-sm-180 {
    margin: 11.25rem !important;
  }
  .m-px-sm-192 {
    margin: 12rem !important;
  }
  .m-px-sm-200 {
    margin: 12.5rem !important;
  }
  .m-px-sm-220 {
    margin: 13.75rem !important;
  }
  .m-px-sm-270 {
    margin: 16.875rem !important;
  }
  .m-px-sm-300 {
    margin: 18.75rem !important;
  }
  .m-px-sm-350 {
    margin: 21.875rem !important;
  }
  .m-px-sm-400 {
    margin: 25rem !important;
  }
  .m-px-sm-500 {
    margin: 31.25rem !important;
  }
  .m-px-sm-600 {
    margin: 37.5rem !important;
  }
  .m-px-sm-auto {
    margin: auto !important;
  }
  .mx-px-sm-0 {
    margin-inline-end: 0rem !important;
    margin-inline-start: 0rem !important;
  }
  .mx-px-sm-1 {
    margin-inline-end: 0.0625rem !important;
    margin-inline-start: 0.0625rem !important;
  }
  .mx-px-sm-2 {
    margin-inline-end: 0.125rem !important;
    margin-inline-start: 0.125rem !important;
  }
  .mx-px-sm-3 {
    margin-inline-end: 0.1875rem !important;
    margin-inline-start: 0.1875rem !important;
  }
  .mx-px-sm-4 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-px-sm-5 {
    margin-inline-end: 0.3125rem !important;
    margin-inline-start: 0.3125rem !important;
  }
  .mx-px-sm-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-px-sm-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-px-sm-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-px-sm-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-px-sm-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-px-sm-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-px-sm-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-px-sm-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-px-sm-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-px-sm-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-px-sm-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-px-sm-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-px-sm-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-px-sm-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-px-sm-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-px-sm-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-px-sm-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-px-sm-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-px-sm-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-px-sm-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-px-sm-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-px-sm-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-px-sm-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-px-sm-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-px-sm-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-px-sm-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-px-sm-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-px-sm-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-px-sm-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-px-sm-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-px-sm-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-px-sm-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-px-sm-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-px-sm-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-px-sm-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-px-sm-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-px-sm-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-px-sm-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-px-sm-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-px-sm-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-px-sm-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-px-sm-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-px-sm-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-px-sm-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-px-sm-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-px-sm-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-px-sm-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-px-sm-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-px-sm-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-px-sm-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-px-sm-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-px-sm-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-px-sm-59 {
    margin-inline-end: 3.6875rem !important;
    margin-inline-start: 3.6875rem !important;
  }
  .mx-px-sm-60 {
    margin-inline-end: 3.75rem !important;
    margin-inline-start: 3.75rem !important;
  }
  .mx-px-sm-61 {
    margin-inline-end: 3.8125rem !important;
    margin-inline-start: 3.8125rem !important;
  }
  .mx-px-sm-62 {
    margin-inline-end: 3.875rem !important;
    margin-inline-start: 3.875rem !important;
  }
  .mx-px-sm-63 {
    margin-inline-end: 3.9375rem !important;
    margin-inline-start: 3.9375rem !important;
  }
  .mx-px-sm-64 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-px-sm-68 {
    margin-inline-end: 4.25rem !important;
    margin-inline-start: 4.25rem !important;
  }
  .mx-px-sm-70 {
    margin-inline-end: 4.375rem !important;
    margin-inline-start: 4.375rem !important;
  }
  .mx-px-sm-80 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-px-sm-82 {
    margin-inline-end: 5.125rem !important;
    margin-inline-start: 5.125rem !important;
  }
  .mx-px-sm-83 {
    margin-inline-end: 5.1875rem !important;
    margin-inline-start: 5.1875rem !important;
  }
  .mx-px-sm-84 {
    margin-inline-end: 5.25rem !important;
    margin-inline-start: 5.25rem !important;
  }
  .mx-px-sm-98 {
    margin-inline-end: 6.125rem !important;
    margin-inline-start: 6.125rem !important;
  }
  .mx-px-sm-104 {
    margin-inline-end: 6.5rem !important;
    margin-inline-start: 6.5rem !important;
  }
  .mx-px-sm-122 {
    margin-inline-end: 7.625rem !important;
    margin-inline-start: 7.625rem !important;
  }
  .mx-px-sm-123 {
    margin-inline-end: 7.6875rem !important;
    margin-inline-start: 7.6875rem !important;
  }
  .mx-px-sm-147 {
    margin-inline-end: 9.1875rem !important;
    margin-inline-start: 9.1875rem !important;
  }
  .mx-px-sm-148 {
    margin-inline-end: 9.25rem !important;
    margin-inline-start: 9.25rem !important;
  }
  .mx-px-sm-150 {
    margin-inline-end: 9.375rem !important;
    margin-inline-start: 9.375rem !important;
  }
  .mx-px-sm-180 {
    margin-inline-end: 11.25rem !important;
    margin-inline-start: 11.25rem !important;
  }
  .mx-px-sm-192 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-px-sm-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-px-sm-220 {
    margin-inline-end: 13.75rem !important;
    margin-inline-start: 13.75rem !important;
  }
  .mx-px-sm-270 {
    margin-inline-end: 16.875rem !important;
    margin-inline-start: 16.875rem !important;
  }
  .mx-px-sm-300 {
    margin-inline-end: 18.75rem !important;
    margin-inline-start: 18.75rem !important;
  }
  .mx-px-sm-350 {
    margin-inline-end: 21.875rem !important;
    margin-inline-start: 21.875rem !important;
  }
  .mx-px-sm-400 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-px-sm-500 {
    margin-inline-end: 31.25rem !important;
    margin-inline-start: 31.25rem !important;
  }
  .mx-px-sm-600 {
    margin-inline-end: 37.5rem !important;
    margin-inline-start: 37.5rem !important;
  }
  .mx-px-sm-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-px-sm-0 {
    margin-block-start: 0rem !important;
    margin-block-end: 0rem !important;
  }
  .my-px-sm-1 {
    margin-block-start: 0.0625rem !important;
    margin-block-end: 0.0625rem !important;
  }
  .my-px-sm-2 {
    margin-block-start: 0.125rem !important;
    margin-block-end: 0.125rem !important;
  }
  .my-px-sm-3 {
    margin-block-start: 0.1875rem !important;
    margin-block-end: 0.1875rem !important;
  }
  .my-px-sm-4 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-px-sm-5 {
    margin-block-start: 0.3125rem !important;
    margin-block-end: 0.3125rem !important;
  }
  .my-px-sm-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-px-sm-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-px-sm-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-px-sm-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-px-sm-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-px-sm-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-px-sm-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-px-sm-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-px-sm-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-px-sm-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-px-sm-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-px-sm-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-px-sm-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-px-sm-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-px-sm-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-px-sm-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-px-sm-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-px-sm-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-px-sm-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-px-sm-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-px-sm-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-px-sm-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-px-sm-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-px-sm-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-px-sm-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-px-sm-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-px-sm-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-px-sm-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-px-sm-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-px-sm-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-px-sm-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-px-sm-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-px-sm-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-px-sm-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-px-sm-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-px-sm-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-px-sm-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-px-sm-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-px-sm-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-px-sm-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-px-sm-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-px-sm-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-px-sm-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-px-sm-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-px-sm-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-px-sm-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-px-sm-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-px-sm-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-px-sm-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-px-sm-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-px-sm-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-px-sm-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-px-sm-59 {
    margin-block-start: 3.6875rem !important;
    margin-block-end: 3.6875rem !important;
  }
  .my-px-sm-60 {
    margin-block-start: 3.75rem !important;
    margin-block-end: 3.75rem !important;
  }
  .my-px-sm-61 {
    margin-block-start: 3.8125rem !important;
    margin-block-end: 3.8125rem !important;
  }
  .my-px-sm-62 {
    margin-block-start: 3.875rem !important;
    margin-block-end: 3.875rem !important;
  }
  .my-px-sm-63 {
    margin-block-start: 3.9375rem !important;
    margin-block-end: 3.9375rem !important;
  }
  .my-px-sm-64 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .my-px-sm-68 {
    margin-block-start: 4.25rem !important;
    margin-block-end: 4.25rem !important;
  }
  .my-px-sm-70 {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
  .my-px-sm-80 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .my-px-sm-82 {
    margin-block-start: 5.125rem !important;
    margin-block-end: 5.125rem !important;
  }
  .my-px-sm-83 {
    margin-block-start: 5.1875rem !important;
    margin-block-end: 5.1875rem !important;
  }
  .my-px-sm-84 {
    margin-block-start: 5.25rem !important;
    margin-block-end: 5.25rem !important;
  }
  .my-px-sm-98 {
    margin-block-start: 6.125rem !important;
    margin-block-end: 6.125rem !important;
  }
  .my-px-sm-104 {
    margin-block-start: 6.5rem !important;
    margin-block-end: 6.5rem !important;
  }
  .my-px-sm-122 {
    margin-block-start: 7.625rem !important;
    margin-block-end: 7.625rem !important;
  }
  .my-px-sm-123 {
    margin-block-start: 7.6875rem !important;
    margin-block-end: 7.6875rem !important;
  }
  .my-px-sm-147 {
    margin-block-start: 9.1875rem !important;
    margin-block-end: 9.1875rem !important;
  }
  .my-px-sm-148 {
    margin-block-start: 9.25rem !important;
    margin-block-end: 9.25rem !important;
  }
  .my-px-sm-150 {
    margin-block-start: 9.375rem !important;
    margin-block-end: 9.375rem !important;
  }
  .my-px-sm-180 {
    margin-block-start: 11.25rem !important;
    margin-block-end: 11.25rem !important;
  }
  .my-px-sm-192 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .my-px-sm-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-px-sm-220 {
    margin-block-start: 13.75rem !important;
    margin-block-end: 13.75rem !important;
  }
  .my-px-sm-270 {
    margin-block-start: 16.875rem !important;
    margin-block-end: 16.875rem !important;
  }
  .my-px-sm-300 {
    margin-block-start: 18.75rem !important;
    margin-block-end: 18.75rem !important;
  }
  .my-px-sm-350 {
    margin-block-start: 21.875rem !important;
    margin-block-end: 21.875rem !important;
  }
  .my-px-sm-400 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .my-px-sm-500 {
    margin-block-start: 31.25rem !important;
    margin-block-end: 31.25rem !important;
  }
  .my-px-sm-600 {
    margin-block-start: 37.5rem !important;
    margin-block-end: 37.5rem !important;
  }
  .my-px-sm-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-px-sm-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-sm-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-sm-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-sm-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-sm-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-sm-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-sm-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-sm-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-sm-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-sm-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-sm-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-sm-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-sm-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-sm-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-sm-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-sm-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-sm-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-sm-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-sm-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-sm-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-sm-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-sm-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-sm-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-sm-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-sm-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-sm-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-sm-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-sm-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-sm-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-sm-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-sm-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-sm-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-sm-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-sm-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-sm-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-sm-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-sm-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-sm-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-sm-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-sm-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-sm-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-sm-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-sm-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-sm-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-sm-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-sm-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-sm-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-sm-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-sm-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-sm-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-sm-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-sm-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-sm-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-sm-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-sm-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-sm-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-sm-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-sm-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-sm-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-sm-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-sm-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-sm-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-sm-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-sm-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-sm-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-sm-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-sm-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-sm-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-sm-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-sm-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-sm-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-sm-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-sm-122 {
    margin-block-start: 7.625rem !important;
  }
  .mt-px-sm-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-sm-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-sm-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-sm-150 {
    margin-block-start: 9.375rem !important;
  }
  .mt-px-sm-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-sm-192 {
    margin-block-start: 12rem !important;
  }
  .mt-px-sm-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-sm-220 {
    margin-block-start: 13.75rem !important;
  }
  .mt-px-sm-270 {
    margin-block-start: 16.875rem !important;
  }
  .mt-px-sm-300 {
    margin-block-start: 18.75rem !important;
  }
  .mt-px-sm-350 {
    margin-block-start: 21.875rem !important;
  }
  .mt-px-sm-400 {
    margin-block-start: 25rem !important;
  }
  .mt-px-sm-500 {
    margin-block-start: 31.25rem !important;
  }
  .mt-px-sm-600 {
    margin-block-start: 37.5rem !important;
  }
  .mt-px-sm-auto {
    margin-block-start: auto !important;
  }
  .me-px-sm-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-sm-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-sm-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-sm-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-sm-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-sm-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-sm-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-sm-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-sm-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-sm-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-sm-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-sm-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-sm-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-sm-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-sm-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-sm-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-sm-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-sm-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-sm-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-sm-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-sm-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-sm-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-sm-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-sm-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-sm-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-sm-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-sm-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-sm-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-sm-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-sm-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-sm-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-sm-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-sm-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-sm-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-sm-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-sm-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-sm-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-sm-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-sm-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-sm-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-sm-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-sm-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-sm-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-sm-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-sm-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-sm-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-sm-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-sm-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-sm-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-sm-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-sm-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-sm-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-sm-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-sm-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-sm-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-sm-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-sm-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-sm-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-sm-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-sm-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-sm-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-sm-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-sm-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-sm-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-sm-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-sm-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-sm-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-sm-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-sm-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-sm-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-sm-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-sm-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-sm-122 {
    margin-inline-end: 7.625rem !important;
  }
  .me-px-sm-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-sm-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-sm-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-sm-150 {
    margin-inline-end: 9.375rem !important;
  }
  .me-px-sm-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-sm-192 {
    margin-inline-end: 12rem !important;
  }
  .me-px-sm-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-sm-220 {
    margin-inline-end: 13.75rem !important;
  }
  .me-px-sm-270 {
    margin-inline-end: 16.875rem !important;
  }
  .me-px-sm-300 {
    margin-inline-end: 18.75rem !important;
  }
  .me-px-sm-350 {
    margin-inline-end: 21.875rem !important;
  }
  .me-px-sm-400 {
    margin-inline-end: 25rem !important;
  }
  .me-px-sm-500 {
    margin-inline-end: 31.25rem !important;
  }
  .me-px-sm-600 {
    margin-inline-end: 37.5rem !important;
  }
  .me-px-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-sm-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-sm-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-sm-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-sm-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-sm-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-sm-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-sm-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-sm-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-sm-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-sm-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-sm-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-sm-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-sm-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-sm-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-sm-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-sm-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-sm-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-sm-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-sm-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-sm-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-sm-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-sm-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-sm-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-sm-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-sm-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-sm-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-sm-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-sm-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-sm-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-sm-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-sm-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-sm-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-sm-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-sm-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-sm-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-sm-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-sm-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-sm-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-sm-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-sm-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-sm-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-sm-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-sm-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-sm-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-sm-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-sm-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-sm-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-sm-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-sm-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-sm-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-sm-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-sm-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-sm-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-sm-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-sm-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-sm-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-sm-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-sm-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-sm-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-sm-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-sm-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-sm-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-sm-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-sm-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-sm-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-sm-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-sm-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-sm-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-sm-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-sm-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-sm-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-sm-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-sm-122 {
    margin-block-end: 7.625rem !important;
  }
  .mb-px-sm-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-sm-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-sm-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-sm-150 {
    margin-block-end: 9.375rem !important;
  }
  .mb-px-sm-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-sm-192 {
    margin-block-end: 12rem !important;
  }
  .mb-px-sm-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-sm-220 {
    margin-block-end: 13.75rem !important;
  }
  .mb-px-sm-270 {
    margin-block-end: 16.875rem !important;
  }
  .mb-px-sm-300 {
    margin-block-end: 18.75rem !important;
  }
  .mb-px-sm-350 {
    margin-block-end: 21.875rem !important;
  }
  .mb-px-sm-400 {
    margin-block-end: 25rem !important;
  }
  .mb-px-sm-500 {
    margin-block-end: 31.25rem !important;
  }
  .mb-px-sm-600 {
    margin-block-end: 37.5rem !important;
  }
  .mb-px-sm-auto {
    margin-block-end: auto !important;
  }
  .ms-px-sm-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-sm-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-sm-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-sm-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-sm-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-sm-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-sm-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-sm-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-sm-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-sm-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-sm-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-sm-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-sm-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-sm-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-sm-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-sm-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-sm-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-sm-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-sm-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-sm-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-sm-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-sm-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-sm-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-sm-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-sm-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-sm-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-sm-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-sm-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-sm-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-sm-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-sm-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-sm-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-sm-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-sm-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-sm-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-sm-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-sm-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-sm-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-sm-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-sm-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-sm-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-sm-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-sm-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-sm-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-sm-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-sm-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-sm-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-sm-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-sm-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-sm-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-sm-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-sm-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-sm-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-sm-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-sm-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-sm-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-sm-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-sm-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-sm-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-sm-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-sm-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-sm-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-sm-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-sm-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-sm-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-sm-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-sm-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-sm-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-sm-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-sm-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-sm-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-sm-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-sm-122 {
    margin-inline-start: 7.625rem !important;
  }
  .ms-px-sm-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-sm-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-sm-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-sm-150 {
    margin-inline-start: 9.375rem !important;
  }
  .ms-px-sm-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-sm-192 {
    margin-inline-start: 12rem !important;
  }
  .ms-px-sm-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-sm-220 {
    margin-inline-start: 13.75rem !important;
  }
  .ms-px-sm-270 {
    margin-inline-start: 16.875rem !important;
  }
  .ms-px-sm-300 {
    margin-inline-start: 18.75rem !important;
  }
  .ms-px-sm-350 {
    margin-inline-start: 21.875rem !important;
  }
  .ms-px-sm-400 {
    margin-inline-start: 25rem !important;
  }
  .ms-px-sm-500 {
    margin-inline-start: 31.25rem !important;
  }
  .ms-px-sm-600 {
    margin-inline-start: 37.5rem !important;
  }
  .ms-px-sm-auto {
    margin-inline-start: auto !important;
  }
  .m-px-sm-n1 {
    margin: -0.0625rem !important;
  }
  .m-px-sm-n2 {
    margin: -0.125rem !important;
  }
  .m-px-sm-n3 {
    margin: -0.1875rem !important;
  }
  .m-px-sm-n4 {
    margin: -0.25rem !important;
  }
  .m-px-sm-n5 {
    margin: -0.3125rem !important;
  }
  .m-px-sm-n6 {
    margin: -0.375rem !important;
  }
  .m-px-sm-n7 {
    margin: -0.4375rem !important;
  }
  .m-px-sm-n8 {
    margin: -0.5rem !important;
  }
  .m-px-sm-n9 {
    margin: -0.5625rem !important;
  }
  .m-px-sm-n10 {
    margin: -0.625rem !important;
  }
  .m-px-sm-n11 {
    margin: -0.6875rem !important;
  }
  .m-px-sm-n12 {
    margin: -0.75rem !important;
  }
  .m-px-sm-n13 {
    margin: -0.8125rem !important;
  }
  .m-px-sm-n14 {
    margin: -0.875rem !important;
  }
  .m-px-sm-n15 {
    margin: -0.9375rem !important;
  }
  .m-px-sm-n16 {
    margin: -1rem !important;
  }
  .m-px-sm-n17 {
    margin: -1.0625rem !important;
  }
  .m-px-sm-n18 {
    margin: -1.125rem !important;
  }
  .m-px-sm-n19 {
    margin: -1.1875rem !important;
  }
  .m-px-sm-n20 {
    margin: -1.25rem !important;
  }
  .m-px-sm-n21 {
    margin: -1.3125rem !important;
  }
  .m-px-sm-n22 {
    margin: -1.375rem !important;
  }
  .m-px-sm-n23 {
    margin: -1.4375rem !important;
  }
  .m-px-sm-n24 {
    margin: -1.5rem !important;
  }
  .m-px-sm-n25 {
    margin: -1.5625rem !important;
  }
  .m-px-sm-n26 {
    margin: -1.625rem !important;
  }
  .m-px-sm-n27 {
    margin: -1.6875rem !important;
  }
  .m-px-sm-n28 {
    margin: -1.75rem !important;
  }
  .m-px-sm-n29 {
    margin: -1.8125rem !important;
  }
  .m-px-sm-n30 {
    margin: -1.875rem !important;
  }
  .m-px-sm-n31 {
    margin: -1.9375rem !important;
  }
  .m-px-sm-n32 {
    margin: -2rem !important;
  }
  .m-px-sm-n33 {
    margin: -2.0625rem !important;
  }
  .m-px-sm-n34 {
    margin: -2.125rem !important;
  }
  .m-px-sm-n35 {
    margin: -2.1875rem !important;
  }
  .m-px-sm-n36 {
    margin: -2.25rem !important;
  }
  .m-px-sm-n37 {
    margin: -2.3125rem !important;
  }
  .m-px-sm-n38 {
    margin: -2.375rem !important;
  }
  .m-px-sm-n39 {
    margin: -2.4375rem !important;
  }
  .m-px-sm-n40 {
    margin: -2.5rem !important;
  }
  .m-px-sm-n41 {
    margin: -2.5625rem !important;
  }
  .m-px-sm-n42 {
    margin: -2.625rem !important;
  }
  .m-px-sm-n43 {
    margin: -2.6875rem !important;
  }
  .m-px-sm-n44 {
    margin: -2.75rem !important;
  }
  .m-px-sm-n45 {
    margin: -2.8125rem !important;
  }
  .m-px-sm-n46 {
    margin: -2.875rem !important;
  }
  .m-px-sm-n47 {
    margin: -2.9375rem !important;
  }
  .m-px-sm-n48 {
    margin: -3rem !important;
  }
  .m-px-sm-n49 {
    margin: -3.0625rem !important;
  }
  .m-px-sm-n50 {
    margin: -3.125rem !important;
  }
  .m-px-sm-n51 {
    margin: -3.1875rem !important;
  }
  .m-px-sm-n52 {
    margin: -3.25rem !important;
  }
  .m-px-sm-n53 {
    margin: -3.3125rem !important;
  }
  .m-px-sm-n54 {
    margin: -3.375rem !important;
  }
  .m-px-sm-n56 {
    margin: -3.5rem !important;
  }
  .m-px-sm-n57 {
    margin: -3.5625rem !important;
  }
  .m-px-sm-n58 {
    margin: -3.625rem !important;
  }
  .m-px-sm-n59 {
    margin: -3.6875rem !important;
  }
  .m-px-sm-n60 {
    margin: -3.75rem !important;
  }
  .m-px-sm-n61 {
    margin: -3.8125rem !important;
  }
  .m-px-sm-n62 {
    margin: -3.875rem !important;
  }
  .m-px-sm-n63 {
    margin: -3.9375rem !important;
  }
  .m-px-sm-n64 {
    margin: -4rem !important;
  }
  .m-px-sm-n68 {
    margin: -4.25rem !important;
  }
  .m-px-sm-n70 {
    margin: -4.375rem !important;
  }
  .m-px-sm-n80 {
    margin: -5rem !important;
  }
  .m-px-sm-n82 {
    margin: -5.125rem !important;
  }
  .m-px-sm-n83 {
    margin: -5.1875rem !important;
  }
  .m-px-sm-n84 {
    margin: -5.25rem !important;
  }
  .m-px-sm-n98 {
    margin: -6.125rem !important;
  }
  .m-px-sm-n104 {
    margin: -6.5rem !important;
  }
  .m-px-sm-n122 {
    margin: -7.625rem !important;
  }
  .m-px-sm-n123 {
    margin: -7.6875rem !important;
  }
  .m-px-sm-n147 {
    margin: -9.1875rem !important;
  }
  .m-px-sm-n148 {
    margin: -9.25rem !important;
  }
  .m-px-sm-n150 {
    margin: -9.375rem !important;
  }
  .m-px-sm-n180 {
    margin: -11.25rem !important;
  }
  .m-px-sm-n192 {
    margin: -12rem !important;
  }
  .m-px-sm-n200 {
    margin: -12.5rem !important;
  }
  .m-px-sm-n220 {
    margin: -13.75rem !important;
  }
  .m-px-sm-n270 {
    margin: -16.875rem !important;
  }
  .m-px-sm-n300 {
    margin: -18.75rem !important;
  }
  .m-px-sm-n350 {
    margin: -21.875rem !important;
  }
  .m-px-sm-n400 {
    margin: -25rem !important;
  }
  .m-px-sm-n500 {
    margin: -31.25rem !important;
  }
  .m-px-sm-n600 {
    margin: -37.5rem !important;
  }
  .mx-px-sm-n1 {
    margin-inline-end: -0.0625rem !important;
    margin-inline-start: -0.0625rem !important;
  }
  .mx-px-sm-n2 {
    margin-inline-end: -0.125rem !important;
    margin-inline-start: -0.125rem !important;
  }
  .mx-px-sm-n3 {
    margin-inline-end: -0.1875rem !important;
    margin-inline-start: -0.1875rem !important;
  }
  .mx-px-sm-n4 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-px-sm-n5 {
    margin-inline-end: -0.3125rem !important;
    margin-inline-start: -0.3125rem !important;
  }
  .mx-px-sm-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-px-sm-n7 {
    margin-inline-end: -0.4375rem !important;
    margin-inline-start: -0.4375rem !important;
  }
  .mx-px-sm-n8 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-px-sm-n9 {
    margin-inline-end: -0.5625rem !important;
    margin-inline-start: -0.5625rem !important;
  }
  .mx-px-sm-n10 {
    margin-inline-end: -0.625rem !important;
    margin-inline-start: -0.625rem !important;
  }
  .mx-px-sm-n11 {
    margin-inline-end: -0.6875rem !important;
    margin-inline-start: -0.6875rem !important;
  }
  .mx-px-sm-n12 {
    margin-inline-end: -0.75rem !important;
    margin-inline-start: -0.75rem !important;
  }
  .mx-px-sm-n13 {
    margin-inline-end: -0.8125rem !important;
    margin-inline-start: -0.8125rem !important;
  }
  .mx-px-sm-n14 {
    margin-inline-end: -0.875rem !important;
    margin-inline-start: -0.875rem !important;
  }
  .mx-px-sm-n15 {
    margin-inline-end: -0.9375rem !important;
    margin-inline-start: -0.9375rem !important;
  }
  .mx-px-sm-n16 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-px-sm-n17 {
    margin-inline-end: -1.0625rem !important;
    margin-inline-start: -1.0625rem !important;
  }
  .mx-px-sm-n18 {
    margin-inline-end: -1.125rem !important;
    margin-inline-start: -1.125rem !important;
  }
  .mx-px-sm-n19 {
    margin-inline-end: -1.1875rem !important;
    margin-inline-start: -1.1875rem !important;
  }
  .mx-px-sm-n20 {
    margin-inline-end: -1.25rem !important;
    margin-inline-start: -1.25rem !important;
  }
  .mx-px-sm-n21 {
    margin-inline-end: -1.3125rem !important;
    margin-inline-start: -1.3125rem !important;
  }
  .mx-px-sm-n22 {
    margin-inline-end: -1.375rem !important;
    margin-inline-start: -1.375rem !important;
  }
  .mx-px-sm-n23 {
    margin-inline-end: -1.4375rem !important;
    margin-inline-start: -1.4375rem !important;
  }
  .mx-px-sm-n24 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-px-sm-n25 {
    margin-inline-end: -1.5625rem !important;
    margin-inline-start: -1.5625rem !important;
  }
  .mx-px-sm-n26 {
    margin-inline-end: -1.625rem !important;
    margin-inline-start: -1.625rem !important;
  }
  .mx-px-sm-n27 {
    margin-inline-end: -1.6875rem !important;
    margin-inline-start: -1.6875rem !important;
  }
  .mx-px-sm-n28 {
    margin-inline-end: -1.75rem !important;
    margin-inline-start: -1.75rem !important;
  }
  .mx-px-sm-n29 {
    margin-inline-end: -1.8125rem !important;
    margin-inline-start: -1.8125rem !important;
  }
  .mx-px-sm-n30 {
    margin-inline-end: -1.875rem !important;
    margin-inline-start: -1.875rem !important;
  }
  .mx-px-sm-n31 {
    margin-inline-end: -1.9375rem !important;
    margin-inline-start: -1.9375rem !important;
  }
  .mx-px-sm-n32 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-px-sm-n33 {
    margin-inline-end: -2.0625rem !important;
    margin-inline-start: -2.0625rem !important;
  }
  .mx-px-sm-n34 {
    margin-inline-end: -2.125rem !important;
    margin-inline-start: -2.125rem !important;
  }
  .mx-px-sm-n35 {
    margin-inline-end: -2.1875rem !important;
    margin-inline-start: -2.1875rem !important;
  }
  .mx-px-sm-n36 {
    margin-inline-end: -2.25rem !important;
    margin-inline-start: -2.25rem !important;
  }
  .mx-px-sm-n37 {
    margin-inline-end: -2.3125rem !important;
    margin-inline-start: -2.3125rem !important;
  }
  .mx-px-sm-n38 {
    margin-inline-end: -2.375rem !important;
    margin-inline-start: -2.375rem !important;
  }
  .mx-px-sm-n39 {
    margin-inline-end: -2.4375rem !important;
    margin-inline-start: -2.4375rem !important;
  }
  .mx-px-sm-n40 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-px-sm-n41 {
    margin-inline-end: -2.5625rem !important;
    margin-inline-start: -2.5625rem !important;
  }
  .mx-px-sm-n42 {
    margin-inline-end: -2.625rem !important;
    margin-inline-start: -2.625rem !important;
  }
  .mx-px-sm-n43 {
    margin-inline-end: -2.6875rem !important;
    margin-inline-start: -2.6875rem !important;
  }
  .mx-px-sm-n44 {
    margin-inline-end: -2.75rem !important;
    margin-inline-start: -2.75rem !important;
  }
  .mx-px-sm-n45 {
    margin-inline-end: -2.8125rem !important;
    margin-inline-start: -2.8125rem !important;
  }
  .mx-px-sm-n46 {
    margin-inline-end: -2.875rem !important;
    margin-inline-start: -2.875rem !important;
  }
  .mx-px-sm-n47 {
    margin-inline-end: -2.9375rem !important;
    margin-inline-start: -2.9375rem !important;
  }
  .mx-px-sm-n48 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-px-sm-n49 {
    margin-inline-end: -3.0625rem !important;
    margin-inline-start: -3.0625rem !important;
  }
  .mx-px-sm-n50 {
    margin-inline-end: -3.125rem !important;
    margin-inline-start: -3.125rem !important;
  }
  .mx-px-sm-n51 {
    margin-inline-end: -3.1875rem !important;
    margin-inline-start: -3.1875rem !important;
  }
  .mx-px-sm-n52 {
    margin-inline-end: -3.25rem !important;
    margin-inline-start: -3.25rem !important;
  }
  .mx-px-sm-n53 {
    margin-inline-end: -3.3125rem !important;
    margin-inline-start: -3.3125rem !important;
  }
  .mx-px-sm-n54 {
    margin-inline-end: -3.375rem !important;
    margin-inline-start: -3.375rem !important;
  }
  .mx-px-sm-n56 {
    margin-inline-end: -3.5rem !important;
    margin-inline-start: -3.5rem !important;
  }
  .mx-px-sm-n57 {
    margin-inline-end: -3.5625rem !important;
    margin-inline-start: -3.5625rem !important;
  }
  .mx-px-sm-n58 {
    margin-inline-end: -3.625rem !important;
    margin-inline-start: -3.625rem !important;
  }
  .mx-px-sm-n59 {
    margin-inline-end: -3.6875rem !important;
    margin-inline-start: -3.6875rem !important;
  }
  .mx-px-sm-n60 {
    margin-inline-end: -3.75rem !important;
    margin-inline-start: -3.75rem !important;
  }
  .mx-px-sm-n61 {
    margin-inline-end: -3.8125rem !important;
    margin-inline-start: -3.8125rem !important;
  }
  .mx-px-sm-n62 {
    margin-inline-end: -3.875rem !important;
    margin-inline-start: -3.875rem !important;
  }
  .mx-px-sm-n63 {
    margin-inline-end: -3.9375rem !important;
    margin-inline-start: -3.9375rem !important;
  }
  .mx-px-sm-n64 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-px-sm-n68 {
    margin-inline-end: -4.25rem !important;
    margin-inline-start: -4.25rem !important;
  }
  .mx-px-sm-n70 {
    margin-inline-end: -4.375rem !important;
    margin-inline-start: -4.375rem !important;
  }
  .mx-px-sm-n80 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-px-sm-n82 {
    margin-inline-end: -5.125rem !important;
    margin-inline-start: -5.125rem !important;
  }
  .mx-px-sm-n83 {
    margin-inline-end: -5.1875rem !important;
    margin-inline-start: -5.1875rem !important;
  }
  .mx-px-sm-n84 {
    margin-inline-end: -5.25rem !important;
    margin-inline-start: -5.25rem !important;
  }
  .mx-px-sm-n98 {
    margin-inline-end: -6.125rem !important;
    margin-inline-start: -6.125rem !important;
  }
  .mx-px-sm-n104 {
    margin-inline-end: -6.5rem !important;
    margin-inline-start: -6.5rem !important;
  }
  .mx-px-sm-n122 {
    margin-inline-end: -7.625rem !important;
    margin-inline-start: -7.625rem !important;
  }
  .mx-px-sm-n123 {
    margin-inline-end: -7.6875rem !important;
    margin-inline-start: -7.6875rem !important;
  }
  .mx-px-sm-n147 {
    margin-inline-end: -9.1875rem !important;
    margin-inline-start: -9.1875rem !important;
  }
  .mx-px-sm-n148 {
    margin-inline-end: -9.25rem !important;
    margin-inline-start: -9.25rem !important;
  }
  .mx-px-sm-n150 {
    margin-inline-end: -9.375rem !important;
    margin-inline-start: -9.375rem !important;
  }
  .mx-px-sm-n180 {
    margin-inline-end: -11.25rem !important;
    margin-inline-start: -11.25rem !important;
  }
  .mx-px-sm-n192 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-px-sm-n200 {
    margin-inline-end: -12.5rem !important;
    margin-inline-start: -12.5rem !important;
  }
  .mx-px-sm-n220 {
    margin-inline-end: -13.75rem !important;
    margin-inline-start: -13.75rem !important;
  }
  .mx-px-sm-n270 {
    margin-inline-end: -16.875rem !important;
    margin-inline-start: -16.875rem !important;
  }
  .mx-px-sm-n300 {
    margin-inline-end: -18.75rem !important;
    margin-inline-start: -18.75rem !important;
  }
  .mx-px-sm-n350 {
    margin-inline-end: -21.875rem !important;
    margin-inline-start: -21.875rem !important;
  }
  .mx-px-sm-n400 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-px-sm-n500 {
    margin-inline-end: -31.25rem !important;
    margin-inline-start: -31.25rem !important;
  }
  .mx-px-sm-n600 {
    margin-inline-end: -37.5rem !important;
    margin-inline-start: -37.5rem !important;
  }
  .my-px-sm-n1 {
    margin-block-end: -0.0625rem !important;
    margin-block-start: -0.0625rem !important;
  }
  .my-px-sm-n2 {
    margin-block-end: -0.125rem !important;
    margin-block-start: -0.125rem !important;
  }
  .my-px-sm-n3 {
    margin-block-end: -0.1875rem !important;
    margin-block-start: -0.1875rem !important;
  }
  .my-px-sm-n4 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-px-sm-n5 {
    margin-block-end: -0.3125rem !important;
    margin-block-start: -0.3125rem !important;
  }
  .my-px-sm-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-px-sm-n7 {
    margin-block-end: -0.4375rem !important;
    margin-block-start: -0.4375rem !important;
  }
  .my-px-sm-n8 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-px-sm-n9 {
    margin-block-end: -0.5625rem !important;
    margin-block-start: -0.5625rem !important;
  }
  .my-px-sm-n10 {
    margin-block-end: -0.625rem !important;
    margin-block-start: -0.625rem !important;
  }
  .my-px-sm-n11 {
    margin-block-end: -0.6875rem !important;
    margin-block-start: -0.6875rem !important;
  }
  .my-px-sm-n12 {
    margin-block-end: -0.75rem !important;
    margin-block-start: -0.75rem !important;
  }
  .my-px-sm-n13 {
    margin-block-end: -0.8125rem !important;
    margin-block-start: -0.8125rem !important;
  }
  .my-px-sm-n14 {
    margin-block-end: -0.875rem !important;
    margin-block-start: -0.875rem !important;
  }
  .my-px-sm-n15 {
    margin-block-end: -0.9375rem !important;
    margin-block-start: -0.9375rem !important;
  }
  .my-px-sm-n16 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-px-sm-n17 {
    margin-block-end: -1.0625rem !important;
    margin-block-start: -1.0625rem !important;
  }
  .my-px-sm-n18 {
    margin-block-end: -1.125rem !important;
    margin-block-start: -1.125rem !important;
  }
  .my-px-sm-n19 {
    margin-block-end: -1.1875rem !important;
    margin-block-start: -1.1875rem !important;
  }
  .my-px-sm-n20 {
    margin-block-end: -1.25rem !important;
    margin-block-start: -1.25rem !important;
  }
  .my-px-sm-n21 {
    margin-block-end: -1.3125rem !important;
    margin-block-start: -1.3125rem !important;
  }
  .my-px-sm-n22 {
    margin-block-end: -1.375rem !important;
    margin-block-start: -1.375rem !important;
  }
  .my-px-sm-n23 {
    margin-block-end: -1.4375rem !important;
    margin-block-start: -1.4375rem !important;
  }
  .my-px-sm-n24 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-px-sm-n25 {
    margin-block-end: -1.5625rem !important;
    margin-block-start: -1.5625rem !important;
  }
  .my-px-sm-n26 {
    margin-block-end: -1.625rem !important;
    margin-block-start: -1.625rem !important;
  }
  .my-px-sm-n27 {
    margin-block-end: -1.6875rem !important;
    margin-block-start: -1.6875rem !important;
  }
  .my-px-sm-n28 {
    margin-block-end: -1.75rem !important;
    margin-block-start: -1.75rem !important;
  }
  .my-px-sm-n29 {
    margin-block-end: -1.8125rem !important;
    margin-block-start: -1.8125rem !important;
  }
  .my-px-sm-n30 {
    margin-block-end: -1.875rem !important;
    margin-block-start: -1.875rem !important;
  }
  .my-px-sm-n31 {
    margin-block-end: -1.9375rem !important;
    margin-block-start: -1.9375rem !important;
  }
  .my-px-sm-n32 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-px-sm-n33 {
    margin-block-end: -2.0625rem !important;
    margin-block-start: -2.0625rem !important;
  }
  .my-px-sm-n34 {
    margin-block-end: -2.125rem !important;
    margin-block-start: -2.125rem !important;
  }
  .my-px-sm-n35 {
    margin-block-end: -2.1875rem !important;
    margin-block-start: -2.1875rem !important;
  }
  .my-px-sm-n36 {
    margin-block-end: -2.25rem !important;
    margin-block-start: -2.25rem !important;
  }
  .my-px-sm-n37 {
    margin-block-end: -2.3125rem !important;
    margin-block-start: -2.3125rem !important;
  }
  .my-px-sm-n38 {
    margin-block-end: -2.375rem !important;
    margin-block-start: -2.375rem !important;
  }
  .my-px-sm-n39 {
    margin-block-end: -2.4375rem !important;
    margin-block-start: -2.4375rem !important;
  }
  .my-px-sm-n40 {
    margin-block-end: -2.5rem !important;
    margin-block-start: -2.5rem !important;
  }
  .my-px-sm-n41 {
    margin-block-end: -2.5625rem !important;
    margin-block-start: -2.5625rem !important;
  }
  .my-px-sm-n42 {
    margin-block-end: -2.625rem !important;
    margin-block-start: -2.625rem !important;
  }
  .my-px-sm-n43 {
    margin-block-end: -2.6875rem !important;
    margin-block-start: -2.6875rem !important;
  }
  .my-px-sm-n44 {
    margin-block-end: -2.75rem !important;
    margin-block-start: -2.75rem !important;
  }
  .my-px-sm-n45 {
    margin-block-end: -2.8125rem !important;
    margin-block-start: -2.8125rem !important;
  }
  .my-px-sm-n46 {
    margin-block-end: -2.875rem !important;
    margin-block-start: -2.875rem !important;
  }
  .my-px-sm-n47 {
    margin-block-end: -2.9375rem !important;
    margin-block-start: -2.9375rem !important;
  }
  .my-px-sm-n48 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-px-sm-n49 {
    margin-block-end: -3.0625rem !important;
    margin-block-start: -3.0625rem !important;
  }
  .my-px-sm-n50 {
    margin-block-end: -3.125rem !important;
    margin-block-start: -3.125rem !important;
  }
  .my-px-sm-n51 {
    margin-block-end: -3.1875rem !important;
    margin-block-start: -3.1875rem !important;
  }
  .my-px-sm-n52 {
    margin-block-end: -3.25rem !important;
    margin-block-start: -3.25rem !important;
  }
  .my-px-sm-n53 {
    margin-block-end: -3.3125rem !important;
    margin-block-start: -3.3125rem !important;
  }
  .my-px-sm-n54 {
    margin-block-end: -3.375rem !important;
    margin-block-start: -3.375rem !important;
  }
  .my-px-sm-n56 {
    margin-block-end: -3.5rem !important;
    margin-block-start: -3.5rem !important;
  }
  .my-px-sm-n57 {
    margin-block-end: -3.5625rem !important;
    margin-block-start: -3.5625rem !important;
  }
  .my-px-sm-n58 {
    margin-block-end: -3.625rem !important;
    margin-block-start: -3.625rem !important;
  }
  .my-px-sm-n59 {
    margin-block-end: -3.6875rem !important;
    margin-block-start: -3.6875rem !important;
  }
  .my-px-sm-n60 {
    margin-block-end: -3.75rem !important;
    margin-block-start: -3.75rem !important;
  }
  .my-px-sm-n61 {
    margin-block-end: -3.8125rem !important;
    margin-block-start: -3.8125rem !important;
  }
  .my-px-sm-n62 {
    margin-block-end: -3.875rem !important;
    margin-block-start: -3.875rem !important;
  }
  .my-px-sm-n63 {
    margin-block-end: -3.9375rem !important;
    margin-block-start: -3.9375rem !important;
  }
  .my-px-sm-n64 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-px-sm-n68 {
    margin-block-end: -4.25rem !important;
    margin-block-start: -4.25rem !important;
  }
  .my-px-sm-n70 {
    margin-block-end: -4.375rem !important;
    margin-block-start: -4.375rem !important;
  }
  .my-px-sm-n80 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-px-sm-n82 {
    margin-block-end: -5.125rem !important;
    margin-block-start: -5.125rem !important;
  }
  .my-px-sm-n83 {
    margin-block-end: -5.1875rem !important;
    margin-block-start: -5.1875rem !important;
  }
  .my-px-sm-n84 {
    margin-block-end: -5.25rem !important;
    margin-block-start: -5.25rem !important;
  }
  .my-px-sm-n98 {
    margin-block-end: -6.125rem !important;
    margin-block-start: -6.125rem !important;
  }
  .my-px-sm-n104 {
    margin-block-end: -6.5rem !important;
    margin-block-start: -6.5rem !important;
  }
  .my-px-sm-n122 {
    margin-block-end: -7.625rem !important;
    margin-block-start: -7.625rem !important;
  }
  .my-px-sm-n123 {
    margin-block-end: -7.6875rem !important;
    margin-block-start: -7.6875rem !important;
  }
  .my-px-sm-n147 {
    margin-block-end: -9.1875rem !important;
    margin-block-start: -9.1875rem !important;
  }
  .my-px-sm-n148 {
    margin-block-end: -9.25rem !important;
    margin-block-start: -9.25rem !important;
  }
  .my-px-sm-n150 {
    margin-block-end: -9.375rem !important;
    margin-block-start: -9.375rem !important;
  }
  .my-px-sm-n180 {
    margin-block-end: -11.25rem !important;
    margin-block-start: -11.25rem !important;
  }
  .my-px-sm-n192 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-px-sm-n200 {
    margin-block-end: -12.5rem !important;
    margin-block-start: -12.5rem !important;
  }
  .my-px-sm-n220 {
    margin-block-end: -13.75rem !important;
    margin-block-start: -13.75rem !important;
  }
  .my-px-sm-n270 {
    margin-block-end: -16.875rem !important;
    margin-block-start: -16.875rem !important;
  }
  .my-px-sm-n300 {
    margin-block-end: -18.75rem !important;
    margin-block-start: -18.75rem !important;
  }
  .my-px-sm-n350 {
    margin-block-end: -21.875rem !important;
    margin-block-start: -21.875rem !important;
  }
  .my-px-sm-n400 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-px-sm-n500 {
    margin-block-end: -31.25rem !important;
    margin-block-start: -31.25rem !important;
  }
  .my-px-sm-n600 {
    margin-block-end: -37.5rem !important;
    margin-block-start: -37.5rem !important;
  }
  .mt-px-sm-n1 {
    margin-block-start: -0.0625rem !important;
  }
  .mt-px-sm-n2 {
    margin-block-start: -0.125rem !important;
  }
  .mt-px-sm-n3 {
    margin-block-start: -0.1875rem !important;
  }
  .mt-px-sm-n4 {
    margin-block-start: -0.25rem !important;
  }
  .mt-px-sm-n5 {
    margin-block-start: -0.3125rem !important;
  }
  .mt-px-sm-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-px-sm-n7 {
    margin-block-start: -0.4375rem !important;
  }
  .mt-px-sm-n8 {
    margin-block-start: -0.5rem !important;
  }
  .mt-px-sm-n9 {
    margin-block-start: -0.5625rem !important;
  }
  .mt-px-sm-n10 {
    margin-block-start: -0.625rem !important;
  }
  .mt-px-sm-n11 {
    margin-block-start: -0.6875rem !important;
  }
  .mt-px-sm-n12 {
    margin-block-start: -0.75rem !important;
  }
  .mt-px-sm-n13 {
    margin-block-start: -0.8125rem !important;
  }
  .mt-px-sm-n14 {
    margin-block-start: -0.875rem !important;
  }
  .mt-px-sm-n15 {
    margin-block-start: -0.9375rem !important;
  }
  .mt-px-sm-n16 {
    margin-block-start: -1rem !important;
  }
  .mt-px-sm-n17 {
    margin-block-start: -1.0625rem !important;
  }
  .mt-px-sm-n18 {
    margin-block-start: -1.125rem !important;
  }
  .mt-px-sm-n19 {
    margin-block-start: -1.1875rem !important;
  }
  .mt-px-sm-n20 {
    margin-block-start: -1.25rem !important;
  }
  .mt-px-sm-n21 {
    margin-block-start: -1.3125rem !important;
  }
  .mt-px-sm-n22 {
    margin-block-start: -1.375rem !important;
  }
  .mt-px-sm-n23 {
    margin-block-start: -1.4375rem !important;
  }
  .mt-px-sm-n24 {
    margin-block-start: -1.5rem !important;
  }
  .mt-px-sm-n25 {
    margin-block-start: -1.5625rem !important;
  }
  .mt-px-sm-n26 {
    margin-block-start: -1.625rem !important;
  }
  .mt-px-sm-n27 {
    margin-block-start: -1.6875rem !important;
  }
  .mt-px-sm-n28 {
    margin-block-start: -1.75rem !important;
  }
  .mt-px-sm-n29 {
    margin-block-start: -1.8125rem !important;
  }
  .mt-px-sm-n30 {
    margin-block-start: -1.875rem !important;
  }
  .mt-px-sm-n31 {
    margin-block-start: -1.9375rem !important;
  }
  .mt-px-sm-n32 {
    margin-block-start: -2rem !important;
  }
  .mt-px-sm-n33 {
    margin-block-start: -2.0625rem !important;
  }
  .mt-px-sm-n34 {
    margin-block-start: -2.125rem !important;
  }
  .mt-px-sm-n35 {
    margin-block-start: -2.1875rem !important;
  }
  .mt-px-sm-n36 {
    margin-block-start: -2.25rem !important;
  }
  .mt-px-sm-n37 {
    margin-block-start: -2.3125rem !important;
  }
  .mt-px-sm-n38 {
    margin-block-start: -2.375rem !important;
  }
  .mt-px-sm-n39 {
    margin-block-start: -2.4375rem !important;
  }
  .mt-px-sm-n40 {
    margin-block-start: -2.5rem !important;
  }
  .mt-px-sm-n41 {
    margin-block-start: -2.5625rem !important;
  }
  .mt-px-sm-n42 {
    margin-block-start: -2.625rem !important;
  }
  .mt-px-sm-n43 {
    margin-block-start: -2.6875rem !important;
  }
  .mt-px-sm-n44 {
    margin-block-start: -2.75rem !important;
  }
  .mt-px-sm-n45 {
    margin-block-start: -2.8125rem !important;
  }
  .mt-px-sm-n46 {
    margin-block-start: -2.875rem !important;
  }
  .mt-px-sm-n47 {
    margin-block-start: -2.9375rem !important;
  }
  .mt-px-sm-n48 {
    margin-block-start: -3rem !important;
  }
  .mt-px-sm-n49 {
    margin-block-start: -3.0625rem !important;
  }
  .mt-px-sm-n50 {
    margin-block-start: -3.125rem !important;
  }
  .mt-px-sm-n51 {
    margin-block-start: -3.1875rem !important;
  }
  .mt-px-sm-n52 {
    margin-block-start: -3.25rem !important;
  }
  .mt-px-sm-n53 {
    margin-block-start: -3.3125rem !important;
  }
  .mt-px-sm-n54 {
    margin-block-start: -3.375rem !important;
  }
  .mt-px-sm-n56 {
    margin-block-start: -3.5rem !important;
  }
  .mt-px-sm-n57 {
    margin-block-start: -3.5625rem !important;
  }
  .mt-px-sm-n58 {
    margin-block-start: -3.625rem !important;
  }
  .mt-px-sm-n59 {
    margin-block-start: -3.6875rem !important;
  }
  .mt-px-sm-n60 {
    margin-block-start: -3.75rem !important;
  }
  .mt-px-sm-n61 {
    margin-block-start: -3.8125rem !important;
  }
  .mt-px-sm-n62 {
    margin-block-start: -3.875rem !important;
  }
  .mt-px-sm-n63 {
    margin-block-start: -3.9375rem !important;
  }
  .mt-px-sm-n64 {
    margin-block-start: -4rem !important;
  }
  .mt-px-sm-n68 {
    margin-block-start: -4.25rem !important;
  }
  .mt-px-sm-n70 {
    margin-block-start: -4.375rem !important;
  }
  .mt-px-sm-n80 {
    margin-block-start: -5rem !important;
  }
  .mt-px-sm-n82 {
    margin-block-start: -5.125rem !important;
  }
  .mt-px-sm-n83 {
    margin-block-start: -5.1875rem !important;
  }
  .mt-px-sm-n84 {
    margin-block-start: -5.25rem !important;
  }
  .mt-px-sm-n98 {
    margin-block-start: -6.125rem !important;
  }
  .mt-px-sm-n104 {
    margin-block-start: -6.5rem !important;
  }
  .mt-px-sm-n122 {
    margin-block-start: -7.625rem !important;
  }
  .mt-px-sm-n123 {
    margin-block-start: -7.6875rem !important;
  }
  .mt-px-sm-n147 {
    margin-block-start: -9.1875rem !important;
  }
  .mt-px-sm-n148 {
    margin-block-start: -9.25rem !important;
  }
  .mt-px-sm-n150 {
    margin-block-start: -9.375rem !important;
  }
  .mt-px-sm-n180 {
    margin-block-start: -11.25rem !important;
  }
  .mt-px-sm-n192 {
    margin-block-start: -12rem !important;
  }
  .mt-px-sm-n200 {
    margin-block-start: -12.5rem !important;
  }
  .mt-px-sm-n220 {
    margin-block-start: -13.75rem !important;
  }
  .mt-px-sm-n270 {
    margin-block-start: -16.875rem !important;
  }
  .mt-px-sm-n300 {
    margin-block-start: -18.75rem !important;
  }
  .mt-px-sm-n350 {
    margin-block-start: -21.875rem !important;
  }
  .mt-px-sm-n400 {
    margin-block-start: -25rem !important;
  }
  .mt-px-sm-n500 {
    margin-block-start: -31.25rem !important;
  }
  .mt-px-sm-n600 {
    margin-block-start: -37.5rem !important;
  }
  .me-px-sm-n1 {
    margin-inline-end: -0.0625rem !important;
  }
  .me-px-sm-n2 {
    margin-inline-end: -0.125rem !important;
  }
  .me-px-sm-n3 {
    margin-inline-end: -0.1875rem !important;
  }
  .me-px-sm-n4 {
    margin-inline-end: -0.25rem !important;
  }
  .me-px-sm-n5 {
    margin-inline-end: -0.3125rem !important;
  }
  .me-px-sm-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-px-sm-n7 {
    margin-inline-end: -0.4375rem !important;
  }
  .me-px-sm-n8 {
    margin-inline-end: -0.5rem !important;
  }
  .me-px-sm-n9 {
    margin-inline-end: -0.5625rem !important;
  }
  .me-px-sm-n10 {
    margin-inline-end: -0.625rem !important;
  }
  .me-px-sm-n11 {
    margin-inline-end: -0.6875rem !important;
  }
  .me-px-sm-n12 {
    margin-inline-end: -0.75rem !important;
  }
  .me-px-sm-n13 {
    margin-inline-end: -0.8125rem !important;
  }
  .me-px-sm-n14 {
    margin-inline-end: -0.875rem !important;
  }
  .me-px-sm-n15 {
    margin-inline-end: -0.9375rem !important;
  }
  .me-px-sm-n16 {
    margin-inline-end: -1rem !important;
  }
  .me-px-sm-n17 {
    margin-inline-end: -1.0625rem !important;
  }
  .me-px-sm-n18 {
    margin-inline-end: -1.125rem !important;
  }
  .me-px-sm-n19 {
    margin-inline-end: -1.1875rem !important;
  }
  .me-px-sm-n20 {
    margin-inline-end: -1.25rem !important;
  }
  .me-px-sm-n21 {
    margin-inline-end: -1.3125rem !important;
  }
  .me-px-sm-n22 {
    margin-inline-end: -1.375rem !important;
  }
  .me-px-sm-n23 {
    margin-inline-end: -1.4375rem !important;
  }
  .me-px-sm-n24 {
    margin-inline-end: -1.5rem !important;
  }
  .me-px-sm-n25 {
    margin-inline-end: -1.5625rem !important;
  }
  .me-px-sm-n26 {
    margin-inline-end: -1.625rem !important;
  }
  .me-px-sm-n27 {
    margin-inline-end: -1.6875rem !important;
  }
  .me-px-sm-n28 {
    margin-inline-end: -1.75rem !important;
  }
  .me-px-sm-n29 {
    margin-inline-end: -1.8125rem !important;
  }
  .me-px-sm-n30 {
    margin-inline-end: -1.875rem !important;
  }
  .me-px-sm-n31 {
    margin-inline-end: -1.9375rem !important;
  }
  .me-px-sm-n32 {
    margin-inline-end: -2rem !important;
  }
  .me-px-sm-n33 {
    margin-inline-end: -2.0625rem !important;
  }
  .me-px-sm-n34 {
    margin-inline-end: -2.125rem !important;
  }
  .me-px-sm-n35 {
    margin-inline-end: -2.1875rem !important;
  }
  .me-px-sm-n36 {
    margin-inline-end: -2.25rem !important;
  }
  .me-px-sm-n37 {
    margin-inline-end: -2.3125rem !important;
  }
  .me-px-sm-n38 {
    margin-inline-end: -2.375rem !important;
  }
  .me-px-sm-n39 {
    margin-inline-end: -2.4375rem !important;
  }
  .me-px-sm-n40 {
    margin-inline-end: -2.5rem !important;
  }
  .me-px-sm-n41 {
    margin-inline-end: -2.5625rem !important;
  }
  .me-px-sm-n42 {
    margin-inline-end: -2.625rem !important;
  }
  .me-px-sm-n43 {
    margin-inline-end: -2.6875rem !important;
  }
  .me-px-sm-n44 {
    margin-inline-end: -2.75rem !important;
  }
  .me-px-sm-n45 {
    margin-inline-end: -2.8125rem !important;
  }
  .me-px-sm-n46 {
    margin-inline-end: -2.875rem !important;
  }
  .me-px-sm-n47 {
    margin-inline-end: -2.9375rem !important;
  }
  .me-px-sm-n48 {
    margin-inline-end: -3rem !important;
  }
  .me-px-sm-n49 {
    margin-inline-end: -3.0625rem !important;
  }
  .me-px-sm-n50 {
    margin-inline-end: -3.125rem !important;
  }
  .me-px-sm-n51 {
    margin-inline-end: -3.1875rem !important;
  }
  .me-px-sm-n52 {
    margin-inline-end: -3.25rem !important;
  }
  .me-px-sm-n53 {
    margin-inline-end: -3.3125rem !important;
  }
  .me-px-sm-n54 {
    margin-inline-end: -3.375rem !important;
  }
  .me-px-sm-n56 {
    margin-inline-end: -3.5rem !important;
  }
  .me-px-sm-n57 {
    margin-inline-end: -3.5625rem !important;
  }
  .me-px-sm-n58 {
    margin-inline-end: -3.625rem !important;
  }
  .me-px-sm-n59 {
    margin-inline-end: -3.6875rem !important;
  }
  .me-px-sm-n60 {
    margin-inline-end: -3.75rem !important;
  }
  .me-px-sm-n61 {
    margin-inline-end: -3.8125rem !important;
  }
  .me-px-sm-n62 {
    margin-inline-end: -3.875rem !important;
  }
  .me-px-sm-n63 {
    margin-inline-end: -3.9375rem !important;
  }
  .me-px-sm-n64 {
    margin-inline-end: -4rem !important;
  }
  .me-px-sm-n68 {
    margin-inline-end: -4.25rem !important;
  }
  .me-px-sm-n70 {
    margin-inline-end: -4.375rem !important;
  }
  .me-px-sm-n80 {
    margin-inline-end: -5rem !important;
  }
  .me-px-sm-n82 {
    margin-inline-end: -5.125rem !important;
  }
  .me-px-sm-n83 {
    margin-inline-end: -5.1875rem !important;
  }
  .me-px-sm-n84 {
    margin-inline-end: -5.25rem !important;
  }
  .me-px-sm-n98 {
    margin-inline-end: -6.125rem !important;
  }
  .me-px-sm-n104 {
    margin-inline-end: -6.5rem !important;
  }
  .me-px-sm-n122 {
    margin-inline-end: -7.625rem !important;
  }
  .me-px-sm-n123 {
    margin-inline-end: -7.6875rem !important;
  }
  .me-px-sm-n147 {
    margin-inline-end: -9.1875rem !important;
  }
  .me-px-sm-n148 {
    margin-inline-end: -9.25rem !important;
  }
  .me-px-sm-n150 {
    margin-inline-end: -9.375rem !important;
  }
  .me-px-sm-n180 {
    margin-inline-end: -11.25rem !important;
  }
  .me-px-sm-n192 {
    margin-inline-end: -12rem !important;
  }
  .me-px-sm-n200 {
    margin-inline-end: -12.5rem !important;
  }
  .me-px-sm-n220 {
    margin-inline-end: -13.75rem !important;
  }
  .me-px-sm-n270 {
    margin-inline-end: -16.875rem !important;
  }
  .me-px-sm-n300 {
    margin-inline-end: -18.75rem !important;
  }
  .me-px-sm-n350 {
    margin-inline-end: -21.875rem !important;
  }
  .me-px-sm-n400 {
    margin-inline-end: -25rem !important;
  }
  .me-px-sm-n500 {
    margin-inline-end: -31.25rem !important;
  }
  .me-px-sm-n600 {
    margin-inline-end: -37.5rem !important;
  }
  .mb-px-sm-n1 {
    margin-block-end: -0.0625rem !important;
  }
  .mb-px-sm-n2 {
    margin-block-end: -0.125rem !important;
  }
  .mb-px-sm-n3 {
    margin-block-end: -0.1875rem !important;
  }
  .mb-px-sm-n4 {
    margin-block-end: -0.25rem !important;
  }
  .mb-px-sm-n5 {
    margin-block-end: -0.3125rem !important;
  }
  .mb-px-sm-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-px-sm-n7 {
    margin-block-end: -0.4375rem !important;
  }
  .mb-px-sm-n8 {
    margin-block-end: -0.5rem !important;
  }
  .mb-px-sm-n9 {
    margin-block-end: -0.5625rem !important;
  }
  .mb-px-sm-n10 {
    margin-block-end: -0.625rem !important;
  }
  .mb-px-sm-n11 {
    margin-block-end: -0.6875rem !important;
  }
  .mb-px-sm-n12 {
    margin-block-end: -0.75rem !important;
  }
  .mb-px-sm-n13 {
    margin-block-end: -0.8125rem !important;
  }
  .mb-px-sm-n14 {
    margin-block-end: -0.875rem !important;
  }
  .mb-px-sm-n15 {
    margin-block-end: -0.9375rem !important;
  }
  .mb-px-sm-n16 {
    margin-block-end: -1rem !important;
  }
  .mb-px-sm-n17 {
    margin-block-end: -1.0625rem !important;
  }
  .mb-px-sm-n18 {
    margin-block-end: -1.125rem !important;
  }
  .mb-px-sm-n19 {
    margin-block-end: -1.1875rem !important;
  }
  .mb-px-sm-n20 {
    margin-block-end: -1.25rem !important;
  }
  .mb-px-sm-n21 {
    margin-block-end: -1.3125rem !important;
  }
  .mb-px-sm-n22 {
    margin-block-end: -1.375rem !important;
  }
  .mb-px-sm-n23 {
    margin-block-end: -1.4375rem !important;
  }
  .mb-px-sm-n24 {
    margin-block-end: -1.5rem !important;
  }
  .mb-px-sm-n25 {
    margin-block-end: -1.5625rem !important;
  }
  .mb-px-sm-n26 {
    margin-block-end: -1.625rem !important;
  }
  .mb-px-sm-n27 {
    margin-block-end: -1.6875rem !important;
  }
  .mb-px-sm-n28 {
    margin-block-end: -1.75rem !important;
  }
  .mb-px-sm-n29 {
    margin-block-end: -1.8125rem !important;
  }
  .mb-px-sm-n30 {
    margin-block-end: -1.875rem !important;
  }
  .mb-px-sm-n31 {
    margin-block-end: -1.9375rem !important;
  }
  .mb-px-sm-n32 {
    margin-block-end: -2rem !important;
  }
  .mb-px-sm-n33 {
    margin-block-end: -2.0625rem !important;
  }
  .mb-px-sm-n34 {
    margin-block-end: -2.125rem !important;
  }
  .mb-px-sm-n35 {
    margin-block-end: -2.1875rem !important;
  }
  .mb-px-sm-n36 {
    margin-block-end: -2.25rem !important;
  }
  .mb-px-sm-n37 {
    margin-block-end: -2.3125rem !important;
  }
  .mb-px-sm-n38 {
    margin-block-end: -2.375rem !important;
  }
  .mb-px-sm-n39 {
    margin-block-end: -2.4375rem !important;
  }
  .mb-px-sm-n40 {
    margin-block-end: -2.5rem !important;
  }
  .mb-px-sm-n41 {
    margin-block-end: -2.5625rem !important;
  }
  .mb-px-sm-n42 {
    margin-block-end: -2.625rem !important;
  }
  .mb-px-sm-n43 {
    margin-block-end: -2.6875rem !important;
  }
  .mb-px-sm-n44 {
    margin-block-end: -2.75rem !important;
  }
  .mb-px-sm-n45 {
    margin-block-end: -2.8125rem !important;
  }
  .mb-px-sm-n46 {
    margin-block-end: -2.875rem !important;
  }
  .mb-px-sm-n47 {
    margin-block-end: -2.9375rem !important;
  }
  .mb-px-sm-n48 {
    margin-block-end: -3rem !important;
  }
  .mb-px-sm-n49 {
    margin-block-end: -3.0625rem !important;
  }
  .mb-px-sm-n50 {
    margin-block-end: -3.125rem !important;
  }
  .mb-px-sm-n51 {
    margin-block-end: -3.1875rem !important;
  }
  .mb-px-sm-n52 {
    margin-block-end: -3.25rem !important;
  }
  .mb-px-sm-n53 {
    margin-block-end: -3.3125rem !important;
  }
  .mb-px-sm-n54 {
    margin-block-end: -3.375rem !important;
  }
  .mb-px-sm-n56 {
    margin-block-end: -3.5rem !important;
  }
  .mb-px-sm-n57 {
    margin-block-end: -3.5625rem !important;
  }
  .mb-px-sm-n58 {
    margin-block-end: -3.625rem !important;
  }
  .mb-px-sm-n59 {
    margin-block-end: -3.6875rem !important;
  }
  .mb-px-sm-n60 {
    margin-block-end: -3.75rem !important;
  }
  .mb-px-sm-n61 {
    margin-block-end: -3.8125rem !important;
  }
  .mb-px-sm-n62 {
    margin-block-end: -3.875rem !important;
  }
  .mb-px-sm-n63 {
    margin-block-end: -3.9375rem !important;
  }
  .mb-px-sm-n64 {
    margin-block-end: -4rem !important;
  }
  .mb-px-sm-n68 {
    margin-block-end: -4.25rem !important;
  }
  .mb-px-sm-n70 {
    margin-block-end: -4.375rem !important;
  }
  .mb-px-sm-n80 {
    margin-block-end: -5rem !important;
  }
  .mb-px-sm-n82 {
    margin-block-end: -5.125rem !important;
  }
  .mb-px-sm-n83 {
    margin-block-end: -5.1875rem !important;
  }
  .mb-px-sm-n84 {
    margin-block-end: -5.25rem !important;
  }
  .mb-px-sm-n98 {
    margin-block-end: -6.125rem !important;
  }
  .mb-px-sm-n104 {
    margin-block-end: -6.5rem !important;
  }
  .mb-px-sm-n122 {
    margin-block-end: -7.625rem !important;
  }
  .mb-px-sm-n123 {
    margin-block-end: -7.6875rem !important;
  }
  .mb-px-sm-n147 {
    margin-block-end: -9.1875rem !important;
  }
  .mb-px-sm-n148 {
    margin-block-end: -9.25rem !important;
  }
  .mb-px-sm-n150 {
    margin-block-end: -9.375rem !important;
  }
  .mb-px-sm-n180 {
    margin-block-end: -11.25rem !important;
  }
  .mb-px-sm-n192 {
    margin-block-end: -12rem !important;
  }
  .mb-px-sm-n200 {
    margin-block-end: -12.5rem !important;
  }
  .mb-px-sm-n220 {
    margin-block-end: -13.75rem !important;
  }
  .mb-px-sm-n270 {
    margin-block-end: -16.875rem !important;
  }
  .mb-px-sm-n300 {
    margin-block-end: -18.75rem !important;
  }
  .mb-px-sm-n350 {
    margin-block-end: -21.875rem !important;
  }
  .mb-px-sm-n400 {
    margin-block-end: -25rem !important;
  }
  .mb-px-sm-n500 {
    margin-block-end: -31.25rem !important;
  }
  .mb-px-sm-n600 {
    margin-block-end: -37.5rem !important;
  }
  .ms-px-sm-n1 {
    margin-inline-start: -0.0625rem !important;
  }
  .ms-px-sm-n2 {
    margin-inline-start: -0.125rem !important;
  }
  .ms-px-sm-n3 {
    margin-inline-start: -0.1875rem !important;
  }
  .ms-px-sm-n4 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-px-sm-n5 {
    margin-inline-start: -0.3125rem !important;
  }
  .ms-px-sm-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-px-sm-n7 {
    margin-inline-start: -0.4375rem !important;
  }
  .ms-px-sm-n8 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-px-sm-n9 {
    margin-inline-start: -0.5625rem !important;
  }
  .ms-px-sm-n10 {
    margin-inline-start: -0.625rem !important;
  }
  .ms-px-sm-n11 {
    margin-inline-start: -0.6875rem !important;
  }
  .ms-px-sm-n12 {
    margin-inline-start: -0.75rem !important;
  }
  .ms-px-sm-n13 {
    margin-inline-start: -0.8125rem !important;
  }
  .ms-px-sm-n14 {
    margin-inline-start: -0.875rem !important;
  }
  .ms-px-sm-n15 {
    margin-inline-start: -0.9375rem !important;
  }
  .ms-px-sm-n16 {
    margin-inline-start: -1rem !important;
  }
  .ms-px-sm-n17 {
    margin-inline-start: -1.0625rem !important;
  }
  .ms-px-sm-n18 {
    margin-inline-start: -1.125rem !important;
  }
  .ms-px-sm-n19 {
    margin-inline-start: -1.1875rem !important;
  }
  .ms-px-sm-n20 {
    margin-inline-start: -1.25rem !important;
  }
  .ms-px-sm-n21 {
    margin-inline-start: -1.3125rem !important;
  }
  .ms-px-sm-n22 {
    margin-inline-start: -1.375rem !important;
  }
  .ms-px-sm-n23 {
    margin-inline-start: -1.4375rem !important;
  }
  .ms-px-sm-n24 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-px-sm-n25 {
    margin-inline-start: -1.5625rem !important;
  }
  .ms-px-sm-n26 {
    margin-inline-start: -1.625rem !important;
  }
  .ms-px-sm-n27 {
    margin-inline-start: -1.6875rem !important;
  }
  .ms-px-sm-n28 {
    margin-inline-start: -1.75rem !important;
  }
  .ms-px-sm-n29 {
    margin-inline-start: -1.8125rem !important;
  }
  .ms-px-sm-n30 {
    margin-inline-start: -1.875rem !important;
  }
  .ms-px-sm-n31 {
    margin-inline-start: -1.9375rem !important;
  }
  .ms-px-sm-n32 {
    margin-inline-start: -2rem !important;
  }
  .ms-px-sm-n33 {
    margin-inline-start: -2.0625rem !important;
  }
  .ms-px-sm-n34 {
    margin-inline-start: -2.125rem !important;
  }
  .ms-px-sm-n35 {
    margin-inline-start: -2.1875rem !important;
  }
  .ms-px-sm-n36 {
    margin-inline-start: -2.25rem !important;
  }
  .ms-px-sm-n37 {
    margin-inline-start: -2.3125rem !important;
  }
  .ms-px-sm-n38 {
    margin-inline-start: -2.375rem !important;
  }
  .ms-px-sm-n39 {
    margin-inline-start: -2.4375rem !important;
  }
  .ms-px-sm-n40 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-px-sm-n41 {
    margin-inline-start: -2.5625rem !important;
  }
  .ms-px-sm-n42 {
    margin-inline-start: -2.625rem !important;
  }
  .ms-px-sm-n43 {
    margin-inline-start: -2.6875rem !important;
  }
  .ms-px-sm-n44 {
    margin-inline-start: -2.75rem !important;
  }
  .ms-px-sm-n45 {
    margin-inline-start: -2.8125rem !important;
  }
  .ms-px-sm-n46 {
    margin-inline-start: -2.875rem !important;
  }
  .ms-px-sm-n47 {
    margin-inline-start: -2.9375rem !important;
  }
  .ms-px-sm-n48 {
    margin-inline-start: -3rem !important;
  }
  .ms-px-sm-n49 {
    margin-inline-start: -3.0625rem !important;
  }
  .ms-px-sm-n50 {
    margin-inline-start: -3.125rem !important;
  }
  .ms-px-sm-n51 {
    margin-inline-start: -3.1875rem !important;
  }
  .ms-px-sm-n52 {
    margin-inline-start: -3.25rem !important;
  }
  .ms-px-sm-n53 {
    margin-inline-start: -3.3125rem !important;
  }
  .ms-px-sm-n54 {
    margin-inline-start: -3.375rem !important;
  }
  .ms-px-sm-n56 {
    margin-inline-start: -3.5rem !important;
  }
  .ms-px-sm-n57 {
    margin-inline-start: -3.5625rem !important;
  }
  .ms-px-sm-n58 {
    margin-inline-start: -3.625rem !important;
  }
  .ms-px-sm-n59 {
    margin-inline-start: -3.6875rem !important;
  }
  .ms-px-sm-n60 {
    margin-inline-start: -3.75rem !important;
  }
  .ms-px-sm-n61 {
    margin-inline-start: -3.8125rem !important;
  }
  .ms-px-sm-n62 {
    margin-inline-start: -3.875rem !important;
  }
  .ms-px-sm-n63 {
    margin-inline-start: -3.9375rem !important;
  }
  .ms-px-sm-n64 {
    margin-inline-start: -4rem !important;
  }
  .ms-px-sm-n68 {
    margin-inline-start: -4.25rem !important;
  }
  .ms-px-sm-n70 {
    margin-inline-start: -4.375rem !important;
  }
  .ms-px-sm-n80 {
    margin-inline-start: -5rem !important;
  }
  .ms-px-sm-n82 {
    margin-inline-start: -5.125rem !important;
  }
  .ms-px-sm-n83 {
    margin-inline-start: -5.1875rem !important;
  }
  .ms-px-sm-n84 {
    margin-inline-start: -5.25rem !important;
  }
  .ms-px-sm-n98 {
    margin-inline-start: -6.125rem !important;
  }
  .ms-px-sm-n104 {
    margin-inline-start: -6.5rem !important;
  }
  .ms-px-sm-n122 {
    margin-inline-start: -7.625rem !important;
  }
  .ms-px-sm-n123 {
    margin-inline-start: -7.6875rem !important;
  }
  .ms-px-sm-n147 {
    margin-inline-start: -9.1875rem !important;
  }
  .ms-px-sm-n148 {
    margin-inline-start: -9.25rem !important;
  }
  .ms-px-sm-n150 {
    margin-inline-start: -9.375rem !important;
  }
  .ms-px-sm-n180 {
    margin-inline-start: -11.25rem !important;
  }
  .ms-px-sm-n192 {
    margin-inline-start: -12rem !important;
  }
  .ms-px-sm-n200 {
    margin-inline-start: -12.5rem !important;
  }
  .ms-px-sm-n220 {
    margin-inline-start: -13.75rem !important;
  }
  .ms-px-sm-n270 {
    margin-inline-start: -16.875rem !important;
  }
  .ms-px-sm-n300 {
    margin-inline-start: -18.75rem !important;
  }
  .ms-px-sm-n350 {
    margin-inline-start: -21.875rem !important;
  }
  .ms-px-sm-n400 {
    margin-inline-start: -25rem !important;
  }
  .ms-px-sm-n500 {
    margin-inline-start: -31.25rem !important;
  }
  .ms-px-sm-n600 {
    margin-inline-start: -37.5rem !important;
  }
  .m-rem-sm-unset {
    margin: unset !important;
  }
  .m-rem-sm-1 {
    margin: 1rem !important;
  }
  .m-rem-sm-2 {
    margin: 2rem !important;
  }
  .m-rem-sm-3 {
    margin: 3rem !important;
  }
  .m-rem-sm-4 {
    margin: 4rem !important;
  }
  .m-rem-sm-5 {
    margin: 5rem !important;
  }
  .m-rem-sm-7 {
    margin: 7rem !important;
  }
  .m-rem-sm-8 {
    margin: 8rem !important;
  }
  .m-rem-sm-9 {
    margin: 9rem !important;
  }
  .m-rem-sm-10 {
    margin: 10rem !important;
  }
  .m-rem-sm-11 {
    margin: 11rem !important;
  }
  .m-rem-sm-12 {
    margin: 12rem !important;
  }
  .m-rem-sm-13 {
    margin: 13rem !important;
  }
  .m-rem-sm-14 {
    margin: 14rem !important;
  }
  .m-rem-sm-15 {
    margin: 15rem !important;
  }
  .m-rem-sm-16 {
    margin: 16rem !important;
  }
  .m-rem-sm-17 {
    margin: 17rem !important;
  }
  .m-rem-sm-18 {
    margin: 18rem !important;
  }
  .m-rem-sm-19 {
    margin: 19rem !important;
  }
  .m-rem-sm-20 {
    margin: 20rem !important;
  }
  .m-rem-sm-23 {
    margin: 23rem !important;
  }
  .m-rem-sm-25 {
    margin: 25rem !important;
  }
  .m-rem-sm-30 {
    margin: 30rem !important;
  }
  .m-rem-sm-31 {
    margin: 31rem !important;
  }
  .m-rem-sm-32 {
    margin: 32rem !important;
  }
  .m-rem-sm-33 {
    margin: 33rem !important;
  }
  .m-rem-sm-34 {
    margin: 34rem !important;
  }
  .m-rem-sm-35 {
    margin: 35rem !important;
  }
  .m-rem-sm-36 {
    margin: 36rem !important;
  }
  .m-rem-sm-37 {
    margin: 37rem !important;
  }
  .m-rem-sm-38 {
    margin: 38rem !important;
  }
  .m-rem-sm-39 {
    margin: 39rem !important;
  }
  .m-rem-sm-40 {
    margin: 40rem !important;
  }
  .m-rem-sm-41 {
    margin: 41rem !important;
  }
  .m-rem-sm-42 {
    margin: 42rem !important;
  }
  .m-rem-sm-43 {
    margin: 43rem !important;
  }
  .m-rem-sm-44 {
    margin: 44rem !important;
  }
  .m-rem-sm-45 {
    margin: 45rem !important;
  }
  .m-rem-sm-46 {
    margin: 46rem !important;
  }
  .m-rem-sm-47 {
    margin: 47rem !important;
  }
  .m-rem-sm-48 {
    margin: 48rem !important;
  }
  .m-rem-sm-49 {
    margin: 49rem !important;
  }
  .m-rem-sm-50 {
    margin: 50rem !important;
  }
  .m-rem-sm-51 {
    margin: 51rem !important;
  }
  .m-rem-sm-52 {
    margin: 52rem !important;
  }
  .m-rem-sm-53 {
    margin: 53rem !important;
  }
  .m-rem-sm-54 {
    margin: 54rem !important;
  }
  .m-rem-sm-55 {
    margin: 55rem !important;
  }
  .m-rem-sm-56 {
    margin: 56rem !important;
  }
  .m-rem-sm-57 {
    margin: 57rem !important;
  }
  .m-rem-sm-58 {
    margin: 58rem !important;
  }
  .m-rem-sm-59 {
    margin: 59rem !important;
  }
  .m-rem-sm-60 {
    margin: 60rem !important;
  }
  .m-rem-sm-61 {
    margin: 61rem !important;
  }
  .m-rem-sm-62 {
    margin: 62rem !important;
  }
  .m-rem-sm-63 {
    margin: 63rem !important;
  }
  .m-rem-sm-64 {
    margin: 64rem !important;
  }
  .m-rem-sm-65 {
    margin: 65rem !important;
  }
  .m-rem-sm-66 {
    margin: 66rem !important;
  }
  .m-rem-sm-67 {
    margin: 67rem !important;
  }
  .m-rem-sm-68 {
    margin: 68rem !important;
  }
  .m-rem-sm-69 {
    margin: 69rem !important;
  }
  .m-rem-sm-70 {
    margin: 70rem !important;
  }
  .m-rem-sm-71 {
    margin: 71rem !important;
  }
  .m-rem-sm-72 {
    margin: 72rem !important;
  }
  .m-rem-sm-73 {
    margin: 73rem !important;
  }
  .m-rem-sm-74 {
    margin: 74rem !important;
  }
  .m-rem-sm-75 {
    margin: 75rem !important;
  }
  .m-rem-sm-76 {
    margin: 76rem !important;
  }
  .m-rem-sm-77 {
    margin: 77rem !important;
  }
  .m-rem-sm-78 {
    margin: 78rem !important;
  }
  .m-rem-sm-79 {
    margin: 79rem !important;
  }
  .m-rem-sm-80 {
    margin: 80rem !important;
  }
  .m-rem-sm-95 {
    margin: 95rem !important;
  }
  .m-rem-sm-96 {
    margin: 96rem !important;
  }
  .m-rem-sm-97 {
    margin: 97rem !important;
  }
  .m-rem-sm-100 {
    margin: 100% !important;
  }
  .m-rem-sm-auto {
    margin: auto !important;
  }
  .mx-rem-sm-unset {
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
  }
  .mx-rem-sm-1 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-rem-sm-2 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-rem-sm-3 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-rem-sm-4 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-rem-sm-5 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-rem-sm-7 {
    margin-inline-end: 7rem !important;
    margin-inline-start: 7rem !important;
  }
  .mx-rem-sm-8 {
    margin-inline-end: 8rem !important;
    margin-inline-start: 8rem !important;
  }
  .mx-rem-sm-9 {
    margin-inline-end: 9rem !important;
    margin-inline-start: 9rem !important;
  }
  .mx-rem-sm-10 {
    margin-inline-end: 10rem !important;
    margin-inline-start: 10rem !important;
  }
  .mx-rem-sm-11 {
    margin-inline-end: 11rem !important;
    margin-inline-start: 11rem !important;
  }
  .mx-rem-sm-12 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-rem-sm-13 {
    margin-inline-end: 13rem !important;
    margin-inline-start: 13rem !important;
  }
  .mx-rem-sm-14 {
    margin-inline-end: 14rem !important;
    margin-inline-start: 14rem !important;
  }
  .mx-rem-sm-15 {
    margin-inline-end: 15rem !important;
    margin-inline-start: 15rem !important;
  }
  .mx-rem-sm-16 {
    margin-inline-end: 16rem !important;
    margin-inline-start: 16rem !important;
  }
  .mx-rem-sm-17 {
    margin-inline-end: 17rem !important;
    margin-inline-start: 17rem !important;
  }
  .mx-rem-sm-18 {
    margin-inline-end: 18rem !important;
    margin-inline-start: 18rem !important;
  }
  .mx-rem-sm-19 {
    margin-inline-end: 19rem !important;
    margin-inline-start: 19rem !important;
  }
  .mx-rem-sm-20 {
    margin-inline-end: 20rem !important;
    margin-inline-start: 20rem !important;
  }
  .mx-rem-sm-23 {
    margin-inline-end: 23rem !important;
    margin-inline-start: 23rem !important;
  }
  .mx-rem-sm-25 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-rem-sm-30 {
    margin-inline-end: 30rem !important;
    margin-inline-start: 30rem !important;
  }
  .mx-rem-sm-31 {
    margin-inline-end: 31rem !important;
    margin-inline-start: 31rem !important;
  }
  .mx-rem-sm-32 {
    margin-inline-end: 32rem !important;
    margin-inline-start: 32rem !important;
  }
  .mx-rem-sm-33 {
    margin-inline-end: 33rem !important;
    margin-inline-start: 33rem !important;
  }
  .mx-rem-sm-34 {
    margin-inline-end: 34rem !important;
    margin-inline-start: 34rem !important;
  }
  .mx-rem-sm-35 {
    margin-inline-end: 35rem !important;
    margin-inline-start: 35rem !important;
  }
  .mx-rem-sm-36 {
    margin-inline-end: 36rem !important;
    margin-inline-start: 36rem !important;
  }
  .mx-rem-sm-37 {
    margin-inline-end: 37rem !important;
    margin-inline-start: 37rem !important;
  }
  .mx-rem-sm-38 {
    margin-inline-end: 38rem !important;
    margin-inline-start: 38rem !important;
  }
  .mx-rem-sm-39 {
    margin-inline-end: 39rem !important;
    margin-inline-start: 39rem !important;
  }
  .mx-rem-sm-40 {
    margin-inline-end: 40rem !important;
    margin-inline-start: 40rem !important;
  }
  .mx-rem-sm-41 {
    margin-inline-end: 41rem !important;
    margin-inline-start: 41rem !important;
  }
  .mx-rem-sm-42 {
    margin-inline-end: 42rem !important;
    margin-inline-start: 42rem !important;
  }
  .mx-rem-sm-43 {
    margin-inline-end: 43rem !important;
    margin-inline-start: 43rem !important;
  }
  .mx-rem-sm-44 {
    margin-inline-end: 44rem !important;
    margin-inline-start: 44rem !important;
  }
  .mx-rem-sm-45 {
    margin-inline-end: 45rem !important;
    margin-inline-start: 45rem !important;
  }
  .mx-rem-sm-46 {
    margin-inline-end: 46rem !important;
    margin-inline-start: 46rem !important;
  }
  .mx-rem-sm-47 {
    margin-inline-end: 47rem !important;
    margin-inline-start: 47rem !important;
  }
  .mx-rem-sm-48 {
    margin-inline-end: 48rem !important;
    margin-inline-start: 48rem !important;
  }
  .mx-rem-sm-49 {
    margin-inline-end: 49rem !important;
    margin-inline-start: 49rem !important;
  }
  .mx-rem-sm-50 {
    margin-inline-end: 50rem !important;
    margin-inline-start: 50rem !important;
  }
  .mx-rem-sm-51 {
    margin-inline-end: 51rem !important;
    margin-inline-start: 51rem !important;
  }
  .mx-rem-sm-52 {
    margin-inline-end: 52rem !important;
    margin-inline-start: 52rem !important;
  }
  .mx-rem-sm-53 {
    margin-inline-end: 53rem !important;
    margin-inline-start: 53rem !important;
  }
  .mx-rem-sm-54 {
    margin-inline-end: 54rem !important;
    margin-inline-start: 54rem !important;
  }
  .mx-rem-sm-55 {
    margin-inline-end: 55rem !important;
    margin-inline-start: 55rem !important;
  }
  .mx-rem-sm-56 {
    margin-inline-end: 56rem !important;
    margin-inline-start: 56rem !important;
  }
  .mx-rem-sm-57 {
    margin-inline-end: 57rem !important;
    margin-inline-start: 57rem !important;
  }
  .mx-rem-sm-58 {
    margin-inline-end: 58rem !important;
    margin-inline-start: 58rem !important;
  }
  .mx-rem-sm-59 {
    margin-inline-end: 59rem !important;
    margin-inline-start: 59rem !important;
  }
  .mx-rem-sm-60 {
    margin-inline-end: 60rem !important;
    margin-inline-start: 60rem !important;
  }
  .mx-rem-sm-61 {
    margin-inline-end: 61rem !important;
    margin-inline-start: 61rem !important;
  }
  .mx-rem-sm-62 {
    margin-inline-end: 62rem !important;
    margin-inline-start: 62rem !important;
  }
  .mx-rem-sm-63 {
    margin-inline-end: 63rem !important;
    margin-inline-start: 63rem !important;
  }
  .mx-rem-sm-64 {
    margin-inline-end: 64rem !important;
    margin-inline-start: 64rem !important;
  }
  .mx-rem-sm-65 {
    margin-inline-end: 65rem !important;
    margin-inline-start: 65rem !important;
  }
  .mx-rem-sm-66 {
    margin-inline-end: 66rem !important;
    margin-inline-start: 66rem !important;
  }
  .mx-rem-sm-67 {
    margin-inline-end: 67rem !important;
    margin-inline-start: 67rem !important;
  }
  .mx-rem-sm-68 {
    margin-inline-end: 68rem !important;
    margin-inline-start: 68rem !important;
  }
  .mx-rem-sm-69 {
    margin-inline-end: 69rem !important;
    margin-inline-start: 69rem !important;
  }
  .mx-rem-sm-70 {
    margin-inline-end: 70rem !important;
    margin-inline-start: 70rem !important;
  }
  .mx-rem-sm-71 {
    margin-inline-end: 71rem !important;
    margin-inline-start: 71rem !important;
  }
  .mx-rem-sm-72 {
    margin-inline-end: 72rem !important;
    margin-inline-start: 72rem !important;
  }
  .mx-rem-sm-73 {
    margin-inline-end: 73rem !important;
    margin-inline-start: 73rem !important;
  }
  .mx-rem-sm-74 {
    margin-inline-end: 74rem !important;
    margin-inline-start: 74rem !important;
  }
  .mx-rem-sm-75 {
    margin-inline-end: 75rem !important;
    margin-inline-start: 75rem !important;
  }
  .mx-rem-sm-76 {
    margin-inline-end: 76rem !important;
    margin-inline-start: 76rem !important;
  }
  .mx-rem-sm-77 {
    margin-inline-end: 77rem !important;
    margin-inline-start: 77rem !important;
  }
  .mx-rem-sm-78 {
    margin-inline-end: 78rem !important;
    margin-inline-start: 78rem !important;
  }
  .mx-rem-sm-79 {
    margin-inline-end: 79rem !important;
    margin-inline-start: 79rem !important;
  }
  .mx-rem-sm-80 {
    margin-inline-end: 80rem !important;
    margin-inline-start: 80rem !important;
  }
  .mx-rem-sm-95 {
    margin-inline-end: 95rem !important;
    margin-inline-start: 95rem !important;
  }
  .mx-rem-sm-96 {
    margin-inline-end: 96rem !important;
    margin-inline-start: 96rem !important;
  }
  .mx-rem-sm-97 {
    margin-inline-end: 97rem !important;
    margin-inline-start: 97rem !important;
  }
  .mx-rem-sm-100 {
    margin-inline-end: 100% !important;
    margin-inline-start: 100% !important;
  }
  .mx-rem-sm-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .mx-rem-sm-unset {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
  .mx-rem-sm-1 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .mx-rem-sm-2 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .mx-rem-sm-3 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .mx-rem-sm-4 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .mx-rem-sm-5 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .mx-rem-sm-7 {
    margin-block-start: 7rem !important;
    margin-block-end: 7rem !important;
  }
  .mx-rem-sm-8 {
    margin-block-start: 8rem !important;
    margin-block-end: 8rem !important;
  }
  .mx-rem-sm-9 {
    margin-block-start: 9rem !important;
    margin-block-end: 9rem !important;
  }
  .mx-rem-sm-10 {
    margin-block-start: 10rem !important;
    margin-block-end: 10rem !important;
  }
  .mx-rem-sm-11 {
    margin-block-start: 11rem !important;
    margin-block-end: 11rem !important;
  }
  .mx-rem-sm-12 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .mx-rem-sm-13 {
    margin-block-start: 13rem !important;
    margin-block-end: 13rem !important;
  }
  .mx-rem-sm-14 {
    margin-block-start: 14rem !important;
    margin-block-end: 14rem !important;
  }
  .mx-rem-sm-15 {
    margin-block-start: 15rem !important;
    margin-block-end: 15rem !important;
  }
  .mx-rem-sm-16 {
    margin-block-start: 16rem !important;
    margin-block-end: 16rem !important;
  }
  .mx-rem-sm-17 {
    margin-block-start: 17rem !important;
    margin-block-end: 17rem !important;
  }
  .mx-rem-sm-18 {
    margin-block-start: 18rem !important;
    margin-block-end: 18rem !important;
  }
  .mx-rem-sm-19 {
    margin-block-start: 19rem !important;
    margin-block-end: 19rem !important;
  }
  .mx-rem-sm-20 {
    margin-block-start: 20rem !important;
    margin-block-end: 20rem !important;
  }
  .mx-rem-sm-23 {
    margin-block-start: 23rem !important;
    margin-block-end: 23rem !important;
  }
  .mx-rem-sm-25 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .mx-rem-sm-30 {
    margin-block-start: 30rem !important;
    margin-block-end: 30rem !important;
  }
  .mx-rem-sm-31 {
    margin-block-start: 31rem !important;
    margin-block-end: 31rem !important;
  }
  .mx-rem-sm-32 {
    margin-block-start: 32rem !important;
    margin-block-end: 32rem !important;
  }
  .mx-rem-sm-33 {
    margin-block-start: 33rem !important;
    margin-block-end: 33rem !important;
  }
  .mx-rem-sm-34 {
    margin-block-start: 34rem !important;
    margin-block-end: 34rem !important;
  }
  .mx-rem-sm-35 {
    margin-block-start: 35rem !important;
    margin-block-end: 35rem !important;
  }
  .mx-rem-sm-36 {
    margin-block-start: 36rem !important;
    margin-block-end: 36rem !important;
  }
  .mx-rem-sm-37 {
    margin-block-start: 37rem !important;
    margin-block-end: 37rem !important;
  }
  .mx-rem-sm-38 {
    margin-block-start: 38rem !important;
    margin-block-end: 38rem !important;
  }
  .mx-rem-sm-39 {
    margin-block-start: 39rem !important;
    margin-block-end: 39rem !important;
  }
  .mx-rem-sm-40 {
    margin-block-start: 40rem !important;
    margin-block-end: 40rem !important;
  }
  .mx-rem-sm-41 {
    margin-block-start: 41rem !important;
    margin-block-end: 41rem !important;
  }
  .mx-rem-sm-42 {
    margin-block-start: 42rem !important;
    margin-block-end: 42rem !important;
  }
  .mx-rem-sm-43 {
    margin-block-start: 43rem !important;
    margin-block-end: 43rem !important;
  }
  .mx-rem-sm-44 {
    margin-block-start: 44rem !important;
    margin-block-end: 44rem !important;
  }
  .mx-rem-sm-45 {
    margin-block-start: 45rem !important;
    margin-block-end: 45rem !important;
  }
  .mx-rem-sm-46 {
    margin-block-start: 46rem !important;
    margin-block-end: 46rem !important;
  }
  .mx-rem-sm-47 {
    margin-block-start: 47rem !important;
    margin-block-end: 47rem !important;
  }
  .mx-rem-sm-48 {
    margin-block-start: 48rem !important;
    margin-block-end: 48rem !important;
  }
  .mx-rem-sm-49 {
    margin-block-start: 49rem !important;
    margin-block-end: 49rem !important;
  }
  .mx-rem-sm-50 {
    margin-block-start: 50rem !important;
    margin-block-end: 50rem !important;
  }
  .mx-rem-sm-51 {
    margin-block-start: 51rem !important;
    margin-block-end: 51rem !important;
  }
  .mx-rem-sm-52 {
    margin-block-start: 52rem !important;
    margin-block-end: 52rem !important;
  }
  .mx-rem-sm-53 {
    margin-block-start: 53rem !important;
    margin-block-end: 53rem !important;
  }
  .mx-rem-sm-54 {
    margin-block-start: 54rem !important;
    margin-block-end: 54rem !important;
  }
  .mx-rem-sm-55 {
    margin-block-start: 55rem !important;
    margin-block-end: 55rem !important;
  }
  .mx-rem-sm-56 {
    margin-block-start: 56rem !important;
    margin-block-end: 56rem !important;
  }
  .mx-rem-sm-57 {
    margin-block-start: 57rem !important;
    margin-block-end: 57rem !important;
  }
  .mx-rem-sm-58 {
    margin-block-start: 58rem !important;
    margin-block-end: 58rem !important;
  }
  .mx-rem-sm-59 {
    margin-block-start: 59rem !important;
    margin-block-end: 59rem !important;
  }
  .mx-rem-sm-60 {
    margin-block-start: 60rem !important;
    margin-block-end: 60rem !important;
  }
  .mx-rem-sm-61 {
    margin-block-start: 61rem !important;
    margin-block-end: 61rem !important;
  }
  .mx-rem-sm-62 {
    margin-block-start: 62rem !important;
    margin-block-end: 62rem !important;
  }
  .mx-rem-sm-63 {
    margin-block-start: 63rem !important;
    margin-block-end: 63rem !important;
  }
  .mx-rem-sm-64 {
    margin-block-start: 64rem !important;
    margin-block-end: 64rem !important;
  }
  .mx-rem-sm-65 {
    margin-block-start: 65rem !important;
    margin-block-end: 65rem !important;
  }
  .mx-rem-sm-66 {
    margin-block-start: 66rem !important;
    margin-block-end: 66rem !important;
  }
  .mx-rem-sm-67 {
    margin-block-start: 67rem !important;
    margin-block-end: 67rem !important;
  }
  .mx-rem-sm-68 {
    margin-block-start: 68rem !important;
    margin-block-end: 68rem !important;
  }
  .mx-rem-sm-69 {
    margin-block-start: 69rem !important;
    margin-block-end: 69rem !important;
  }
  .mx-rem-sm-70 {
    margin-block-start: 70rem !important;
    margin-block-end: 70rem !important;
  }
  .mx-rem-sm-71 {
    margin-block-start: 71rem !important;
    margin-block-end: 71rem !important;
  }
  .mx-rem-sm-72 {
    margin-block-start: 72rem !important;
    margin-block-end: 72rem !important;
  }
  .mx-rem-sm-73 {
    margin-block-start: 73rem !important;
    margin-block-end: 73rem !important;
  }
  .mx-rem-sm-74 {
    margin-block-start: 74rem !important;
    margin-block-end: 74rem !important;
  }
  .mx-rem-sm-75 {
    margin-block-start: 75rem !important;
    margin-block-end: 75rem !important;
  }
  .mx-rem-sm-76 {
    margin-block-start: 76rem !important;
    margin-block-end: 76rem !important;
  }
  .mx-rem-sm-77 {
    margin-block-start: 77rem !important;
    margin-block-end: 77rem !important;
  }
  .mx-rem-sm-78 {
    margin-block-start: 78rem !important;
    margin-block-end: 78rem !important;
  }
  .mx-rem-sm-79 {
    margin-block-start: 79rem !important;
    margin-block-end: 79rem !important;
  }
  .mx-rem-sm-80 {
    margin-block-start: 80rem !important;
    margin-block-end: 80rem !important;
  }
  .mx-rem-sm-95 {
    margin-block-start: 95rem !important;
    margin-block-end: 95rem !important;
  }
  .mx-rem-sm-96 {
    margin-block-start: 96rem !important;
    margin-block-end: 96rem !important;
  }
  .mx-rem-sm-97 {
    margin-block-start: 97rem !important;
    margin-block-end: 97rem !important;
  }
  .mx-rem-sm-100 {
    margin-block-start: 100% !important;
    margin-block-end: 100% !important;
  }
  .mx-rem-sm-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-rem-sm-unset {
    margin-block-start: unset !important;
  }
  .mt-rem-sm-1 {
    margin-block-start: 1rem !important;
  }
  .mt-rem-sm-2 {
    margin-block-start: 2rem !important;
  }
  .mt-rem-sm-3 {
    margin-block-start: 3rem !important;
  }
  .mt-rem-sm-4 {
    margin-block-start: 4rem !important;
  }
  .mt-rem-sm-5 {
    margin-block-start: 5rem !important;
  }
  .mt-rem-sm-7 {
    margin-block-start: 7rem !important;
  }
  .mt-rem-sm-8 {
    margin-block-start: 8rem !important;
  }
  .mt-rem-sm-9 {
    margin-block-start: 9rem !important;
  }
  .mt-rem-sm-10 {
    margin-block-start: 10rem !important;
  }
  .mt-rem-sm-11 {
    margin-block-start: 11rem !important;
  }
  .mt-rem-sm-12 {
    margin-block-start: 12rem !important;
  }
  .mt-rem-sm-13 {
    margin-block-start: 13rem !important;
  }
  .mt-rem-sm-14 {
    margin-block-start: 14rem !important;
  }
  .mt-rem-sm-15 {
    margin-block-start: 15rem !important;
  }
  .mt-rem-sm-16 {
    margin-block-start: 16rem !important;
  }
  .mt-rem-sm-17 {
    margin-block-start: 17rem !important;
  }
  .mt-rem-sm-18 {
    margin-block-start: 18rem !important;
  }
  .mt-rem-sm-19 {
    margin-block-start: 19rem !important;
  }
  .mt-rem-sm-20 {
    margin-block-start: 20rem !important;
  }
  .mt-rem-sm-23 {
    margin-block-start: 23rem !important;
  }
  .mt-rem-sm-25 {
    margin-block-start: 25rem !important;
  }
  .mt-rem-sm-30 {
    margin-block-start: 30rem !important;
  }
  .mt-rem-sm-31 {
    margin-block-start: 31rem !important;
  }
  .mt-rem-sm-32 {
    margin-block-start: 32rem !important;
  }
  .mt-rem-sm-33 {
    margin-block-start: 33rem !important;
  }
  .mt-rem-sm-34 {
    margin-block-start: 34rem !important;
  }
  .mt-rem-sm-35 {
    margin-block-start: 35rem !important;
  }
  .mt-rem-sm-36 {
    margin-block-start: 36rem !important;
  }
  .mt-rem-sm-37 {
    margin-block-start: 37rem !important;
  }
  .mt-rem-sm-38 {
    margin-block-start: 38rem !important;
  }
  .mt-rem-sm-39 {
    margin-block-start: 39rem !important;
  }
  .mt-rem-sm-40 {
    margin-block-start: 40rem !important;
  }
  .mt-rem-sm-41 {
    margin-block-start: 41rem !important;
  }
  .mt-rem-sm-42 {
    margin-block-start: 42rem !important;
  }
  .mt-rem-sm-43 {
    margin-block-start: 43rem !important;
  }
  .mt-rem-sm-44 {
    margin-block-start: 44rem !important;
  }
  .mt-rem-sm-45 {
    margin-block-start: 45rem !important;
  }
  .mt-rem-sm-46 {
    margin-block-start: 46rem !important;
  }
  .mt-rem-sm-47 {
    margin-block-start: 47rem !important;
  }
  .mt-rem-sm-48 {
    margin-block-start: 48rem !important;
  }
  .mt-rem-sm-49 {
    margin-block-start: 49rem !important;
  }
  .mt-rem-sm-50 {
    margin-block-start: 50rem !important;
  }
  .mt-rem-sm-51 {
    margin-block-start: 51rem !important;
  }
  .mt-rem-sm-52 {
    margin-block-start: 52rem !important;
  }
  .mt-rem-sm-53 {
    margin-block-start: 53rem !important;
  }
  .mt-rem-sm-54 {
    margin-block-start: 54rem !important;
  }
  .mt-rem-sm-55 {
    margin-block-start: 55rem !important;
  }
  .mt-rem-sm-56 {
    margin-block-start: 56rem !important;
  }
  .mt-rem-sm-57 {
    margin-block-start: 57rem !important;
  }
  .mt-rem-sm-58 {
    margin-block-start: 58rem !important;
  }
  .mt-rem-sm-59 {
    margin-block-start: 59rem !important;
  }
  .mt-rem-sm-60 {
    margin-block-start: 60rem !important;
  }
  .mt-rem-sm-61 {
    margin-block-start: 61rem !important;
  }
  .mt-rem-sm-62 {
    margin-block-start: 62rem !important;
  }
  .mt-rem-sm-63 {
    margin-block-start: 63rem !important;
  }
  .mt-rem-sm-64 {
    margin-block-start: 64rem !important;
  }
  .mt-rem-sm-65 {
    margin-block-start: 65rem !important;
  }
  .mt-rem-sm-66 {
    margin-block-start: 66rem !important;
  }
  .mt-rem-sm-67 {
    margin-block-start: 67rem !important;
  }
  .mt-rem-sm-68 {
    margin-block-start: 68rem !important;
  }
  .mt-rem-sm-69 {
    margin-block-start: 69rem !important;
  }
  .mt-rem-sm-70 {
    margin-block-start: 70rem !important;
  }
  .mt-rem-sm-71 {
    margin-block-start: 71rem !important;
  }
  .mt-rem-sm-72 {
    margin-block-start: 72rem !important;
  }
  .mt-rem-sm-73 {
    margin-block-start: 73rem !important;
  }
  .mt-rem-sm-74 {
    margin-block-start: 74rem !important;
  }
  .mt-rem-sm-75 {
    margin-block-start: 75rem !important;
  }
  .mt-rem-sm-76 {
    margin-block-start: 76rem !important;
  }
  .mt-rem-sm-77 {
    margin-block-start: 77rem !important;
  }
  .mt-rem-sm-78 {
    margin-block-start: 78rem !important;
  }
  .mt-rem-sm-79 {
    margin-block-start: 79rem !important;
  }
  .mt-rem-sm-80 {
    margin-block-start: 80rem !important;
  }
  .mt-rem-sm-95 {
    margin-block-start: 95rem !important;
  }
  .mt-rem-sm-96 {
    margin-block-start: 96rem !important;
  }
  .mt-rem-sm-97 {
    margin-block-start: 97rem !important;
  }
  .mt-rem-sm-100 {
    margin-block-start: 100% !important;
  }
  .mt-rem-sm-auto {
    margin-block-start: auto !important;
  }
  .me-rem-sm-unset {
    margin-inline-end: unset !important;
  }
  .me-rem-sm-1 {
    margin-inline-end: 1rem !important;
  }
  .me-rem-sm-2 {
    margin-inline-end: 2rem !important;
  }
  .me-rem-sm-3 {
    margin-inline-end: 3rem !important;
  }
  .me-rem-sm-4 {
    margin-inline-end: 4rem !important;
  }
  .me-rem-sm-5 {
    margin-inline-end: 5rem !important;
  }
  .me-rem-sm-7 {
    margin-inline-end: 7rem !important;
  }
  .me-rem-sm-8 {
    margin-inline-end: 8rem !important;
  }
  .me-rem-sm-9 {
    margin-inline-end: 9rem !important;
  }
  .me-rem-sm-10 {
    margin-inline-end: 10rem !important;
  }
  .me-rem-sm-11 {
    margin-inline-end: 11rem !important;
  }
  .me-rem-sm-12 {
    margin-inline-end: 12rem !important;
  }
  .me-rem-sm-13 {
    margin-inline-end: 13rem !important;
  }
  .me-rem-sm-14 {
    margin-inline-end: 14rem !important;
  }
  .me-rem-sm-15 {
    margin-inline-end: 15rem !important;
  }
  .me-rem-sm-16 {
    margin-inline-end: 16rem !important;
  }
  .me-rem-sm-17 {
    margin-inline-end: 17rem !important;
  }
  .me-rem-sm-18 {
    margin-inline-end: 18rem !important;
  }
  .me-rem-sm-19 {
    margin-inline-end: 19rem !important;
  }
  .me-rem-sm-20 {
    margin-inline-end: 20rem !important;
  }
  .me-rem-sm-23 {
    margin-inline-end: 23rem !important;
  }
  .me-rem-sm-25 {
    margin-inline-end: 25rem !important;
  }
  .me-rem-sm-30 {
    margin-inline-end: 30rem !important;
  }
  .me-rem-sm-31 {
    margin-inline-end: 31rem !important;
  }
  .me-rem-sm-32 {
    margin-inline-end: 32rem !important;
  }
  .me-rem-sm-33 {
    margin-inline-end: 33rem !important;
  }
  .me-rem-sm-34 {
    margin-inline-end: 34rem !important;
  }
  .me-rem-sm-35 {
    margin-inline-end: 35rem !important;
  }
  .me-rem-sm-36 {
    margin-inline-end: 36rem !important;
  }
  .me-rem-sm-37 {
    margin-inline-end: 37rem !important;
  }
  .me-rem-sm-38 {
    margin-inline-end: 38rem !important;
  }
  .me-rem-sm-39 {
    margin-inline-end: 39rem !important;
  }
  .me-rem-sm-40 {
    margin-inline-end: 40rem !important;
  }
  .me-rem-sm-41 {
    margin-inline-end: 41rem !important;
  }
  .me-rem-sm-42 {
    margin-inline-end: 42rem !important;
  }
  .me-rem-sm-43 {
    margin-inline-end: 43rem !important;
  }
  .me-rem-sm-44 {
    margin-inline-end: 44rem !important;
  }
  .me-rem-sm-45 {
    margin-inline-end: 45rem !important;
  }
  .me-rem-sm-46 {
    margin-inline-end: 46rem !important;
  }
  .me-rem-sm-47 {
    margin-inline-end: 47rem !important;
  }
  .me-rem-sm-48 {
    margin-inline-end: 48rem !important;
  }
  .me-rem-sm-49 {
    margin-inline-end: 49rem !important;
  }
  .me-rem-sm-50 {
    margin-inline-end: 50rem !important;
  }
  .me-rem-sm-51 {
    margin-inline-end: 51rem !important;
  }
  .me-rem-sm-52 {
    margin-inline-end: 52rem !important;
  }
  .me-rem-sm-53 {
    margin-inline-end: 53rem !important;
  }
  .me-rem-sm-54 {
    margin-inline-end: 54rem !important;
  }
  .me-rem-sm-55 {
    margin-inline-end: 55rem !important;
  }
  .me-rem-sm-56 {
    margin-inline-end: 56rem !important;
  }
  .me-rem-sm-57 {
    margin-inline-end: 57rem !important;
  }
  .me-rem-sm-58 {
    margin-inline-end: 58rem !important;
  }
  .me-rem-sm-59 {
    margin-inline-end: 59rem !important;
  }
  .me-rem-sm-60 {
    margin-inline-end: 60rem !important;
  }
  .me-rem-sm-61 {
    margin-inline-end: 61rem !important;
  }
  .me-rem-sm-62 {
    margin-inline-end: 62rem !important;
  }
  .me-rem-sm-63 {
    margin-inline-end: 63rem !important;
  }
  .me-rem-sm-64 {
    margin-inline-end: 64rem !important;
  }
  .me-rem-sm-65 {
    margin-inline-end: 65rem !important;
  }
  .me-rem-sm-66 {
    margin-inline-end: 66rem !important;
  }
  .me-rem-sm-67 {
    margin-inline-end: 67rem !important;
  }
  .me-rem-sm-68 {
    margin-inline-end: 68rem !important;
  }
  .me-rem-sm-69 {
    margin-inline-end: 69rem !important;
  }
  .me-rem-sm-70 {
    margin-inline-end: 70rem !important;
  }
  .me-rem-sm-71 {
    margin-inline-end: 71rem !important;
  }
  .me-rem-sm-72 {
    margin-inline-end: 72rem !important;
  }
  .me-rem-sm-73 {
    margin-inline-end: 73rem !important;
  }
  .me-rem-sm-74 {
    margin-inline-end: 74rem !important;
  }
  .me-rem-sm-75 {
    margin-inline-end: 75rem !important;
  }
  .me-rem-sm-76 {
    margin-inline-end: 76rem !important;
  }
  .me-rem-sm-77 {
    margin-inline-end: 77rem !important;
  }
  .me-rem-sm-78 {
    margin-inline-end: 78rem !important;
  }
  .me-rem-sm-79 {
    margin-inline-end: 79rem !important;
  }
  .me-rem-sm-80 {
    margin-inline-end: 80rem !important;
  }
  .me-rem-sm-95 {
    margin-inline-end: 95rem !important;
  }
  .me-rem-sm-96 {
    margin-inline-end: 96rem !important;
  }
  .me-rem-sm-97 {
    margin-inline-end: 97rem !important;
  }
  .me-rem-sm-100 {
    margin-inline-end: 100% !important;
  }
  .me-rem-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-rem-sm-unset {
    margin-block-end: unset !important;
  }
  .mb-rem-sm-1 {
    margin-block-end: 1rem !important;
  }
  .mb-rem-sm-2 {
    margin-block-end: 2rem !important;
  }
  .mb-rem-sm-3 {
    margin-block-end: 3rem !important;
  }
  .mb-rem-sm-4 {
    margin-block-end: 4rem !important;
  }
  .mb-rem-sm-5 {
    margin-block-end: 5rem !important;
  }
  .mb-rem-sm-7 {
    margin-block-end: 7rem !important;
  }
  .mb-rem-sm-8 {
    margin-block-end: 8rem !important;
  }
  .mb-rem-sm-9 {
    margin-block-end: 9rem !important;
  }
  .mb-rem-sm-10 {
    margin-block-end: 10rem !important;
  }
  .mb-rem-sm-11 {
    margin-block-end: 11rem !important;
  }
  .mb-rem-sm-12 {
    margin-block-end: 12rem !important;
  }
  .mb-rem-sm-13 {
    margin-block-end: 13rem !important;
  }
  .mb-rem-sm-14 {
    margin-block-end: 14rem !important;
  }
  .mb-rem-sm-15 {
    margin-block-end: 15rem !important;
  }
  .mb-rem-sm-16 {
    margin-block-end: 16rem !important;
  }
  .mb-rem-sm-17 {
    margin-block-end: 17rem !important;
  }
  .mb-rem-sm-18 {
    margin-block-end: 18rem !important;
  }
  .mb-rem-sm-19 {
    margin-block-end: 19rem !important;
  }
  .mb-rem-sm-20 {
    margin-block-end: 20rem !important;
  }
  .mb-rem-sm-23 {
    margin-block-end: 23rem !important;
  }
  .mb-rem-sm-25 {
    margin-block-end: 25rem !important;
  }
  .mb-rem-sm-30 {
    margin-block-end: 30rem !important;
  }
  .mb-rem-sm-31 {
    margin-block-end: 31rem !important;
  }
  .mb-rem-sm-32 {
    margin-block-end: 32rem !important;
  }
  .mb-rem-sm-33 {
    margin-block-end: 33rem !important;
  }
  .mb-rem-sm-34 {
    margin-block-end: 34rem !important;
  }
  .mb-rem-sm-35 {
    margin-block-end: 35rem !important;
  }
  .mb-rem-sm-36 {
    margin-block-end: 36rem !important;
  }
  .mb-rem-sm-37 {
    margin-block-end: 37rem !important;
  }
  .mb-rem-sm-38 {
    margin-block-end: 38rem !important;
  }
  .mb-rem-sm-39 {
    margin-block-end: 39rem !important;
  }
  .mb-rem-sm-40 {
    margin-block-end: 40rem !important;
  }
  .mb-rem-sm-41 {
    margin-block-end: 41rem !important;
  }
  .mb-rem-sm-42 {
    margin-block-end: 42rem !important;
  }
  .mb-rem-sm-43 {
    margin-block-end: 43rem !important;
  }
  .mb-rem-sm-44 {
    margin-block-end: 44rem !important;
  }
  .mb-rem-sm-45 {
    margin-block-end: 45rem !important;
  }
  .mb-rem-sm-46 {
    margin-block-end: 46rem !important;
  }
  .mb-rem-sm-47 {
    margin-block-end: 47rem !important;
  }
  .mb-rem-sm-48 {
    margin-block-end: 48rem !important;
  }
  .mb-rem-sm-49 {
    margin-block-end: 49rem !important;
  }
  .mb-rem-sm-50 {
    margin-block-end: 50rem !important;
  }
  .mb-rem-sm-51 {
    margin-block-end: 51rem !important;
  }
  .mb-rem-sm-52 {
    margin-block-end: 52rem !important;
  }
  .mb-rem-sm-53 {
    margin-block-end: 53rem !important;
  }
  .mb-rem-sm-54 {
    margin-block-end: 54rem !important;
  }
  .mb-rem-sm-55 {
    margin-block-end: 55rem !important;
  }
  .mb-rem-sm-56 {
    margin-block-end: 56rem !important;
  }
  .mb-rem-sm-57 {
    margin-block-end: 57rem !important;
  }
  .mb-rem-sm-58 {
    margin-block-end: 58rem !important;
  }
  .mb-rem-sm-59 {
    margin-block-end: 59rem !important;
  }
  .mb-rem-sm-60 {
    margin-block-end: 60rem !important;
  }
  .mb-rem-sm-61 {
    margin-block-end: 61rem !important;
  }
  .mb-rem-sm-62 {
    margin-block-end: 62rem !important;
  }
  .mb-rem-sm-63 {
    margin-block-end: 63rem !important;
  }
  .mb-rem-sm-64 {
    margin-block-end: 64rem !important;
  }
  .mb-rem-sm-65 {
    margin-block-end: 65rem !important;
  }
  .mb-rem-sm-66 {
    margin-block-end: 66rem !important;
  }
  .mb-rem-sm-67 {
    margin-block-end: 67rem !important;
  }
  .mb-rem-sm-68 {
    margin-block-end: 68rem !important;
  }
  .mb-rem-sm-69 {
    margin-block-end: 69rem !important;
  }
  .mb-rem-sm-70 {
    margin-block-end: 70rem !important;
  }
  .mb-rem-sm-71 {
    margin-block-end: 71rem !important;
  }
  .mb-rem-sm-72 {
    margin-block-end: 72rem !important;
  }
  .mb-rem-sm-73 {
    margin-block-end: 73rem !important;
  }
  .mb-rem-sm-74 {
    margin-block-end: 74rem !important;
  }
  .mb-rem-sm-75 {
    margin-block-end: 75rem !important;
  }
  .mb-rem-sm-76 {
    margin-block-end: 76rem !important;
  }
  .mb-rem-sm-77 {
    margin-block-end: 77rem !important;
  }
  .mb-rem-sm-78 {
    margin-block-end: 78rem !important;
  }
  .mb-rem-sm-79 {
    margin-block-end: 79rem !important;
  }
  .mb-rem-sm-80 {
    margin-block-end: 80rem !important;
  }
  .mb-rem-sm-95 {
    margin-block-end: 95rem !important;
  }
  .mb-rem-sm-96 {
    margin-block-end: 96rem !important;
  }
  .mb-rem-sm-97 {
    margin-block-end: 97rem !important;
  }
  .mb-rem-sm-100 {
    margin-block-end: 100% !important;
  }
  .mb-rem-sm-auto {
    margin-block-end: auto !important;
  }
  .ms-rem-sm-unset {
    margin-inline-start: unset !important;
  }
  .ms-rem-sm-1 {
    margin-inline-start: 1rem !important;
  }
  .ms-rem-sm-2 {
    margin-inline-start: 2rem !important;
  }
  .ms-rem-sm-3 {
    margin-inline-start: 3rem !important;
  }
  .ms-rem-sm-4 {
    margin-inline-start: 4rem !important;
  }
  .ms-rem-sm-5 {
    margin-inline-start: 5rem !important;
  }
  .ms-rem-sm-7 {
    margin-inline-start: 7rem !important;
  }
  .ms-rem-sm-8 {
    margin-inline-start: 8rem !important;
  }
  .ms-rem-sm-9 {
    margin-inline-start: 9rem !important;
  }
  .ms-rem-sm-10 {
    margin-inline-start: 10rem !important;
  }
  .ms-rem-sm-11 {
    margin-inline-start: 11rem !important;
  }
  .ms-rem-sm-12 {
    margin-inline-start: 12rem !important;
  }
  .ms-rem-sm-13 {
    margin-inline-start: 13rem !important;
  }
  .ms-rem-sm-14 {
    margin-inline-start: 14rem !important;
  }
  .ms-rem-sm-15 {
    margin-inline-start: 15rem !important;
  }
  .ms-rem-sm-16 {
    margin-inline-start: 16rem !important;
  }
  .ms-rem-sm-17 {
    margin-inline-start: 17rem !important;
  }
  .ms-rem-sm-18 {
    margin-inline-start: 18rem !important;
  }
  .ms-rem-sm-19 {
    margin-inline-start: 19rem !important;
  }
  .ms-rem-sm-20 {
    margin-inline-start: 20rem !important;
  }
  .ms-rem-sm-23 {
    margin-inline-start: 23rem !important;
  }
  .ms-rem-sm-25 {
    margin-inline-start: 25rem !important;
  }
  .ms-rem-sm-30 {
    margin-inline-start: 30rem !important;
  }
  .ms-rem-sm-31 {
    margin-inline-start: 31rem !important;
  }
  .ms-rem-sm-32 {
    margin-inline-start: 32rem !important;
  }
  .ms-rem-sm-33 {
    margin-inline-start: 33rem !important;
  }
  .ms-rem-sm-34 {
    margin-inline-start: 34rem !important;
  }
  .ms-rem-sm-35 {
    margin-inline-start: 35rem !important;
  }
  .ms-rem-sm-36 {
    margin-inline-start: 36rem !important;
  }
  .ms-rem-sm-37 {
    margin-inline-start: 37rem !important;
  }
  .ms-rem-sm-38 {
    margin-inline-start: 38rem !important;
  }
  .ms-rem-sm-39 {
    margin-inline-start: 39rem !important;
  }
  .ms-rem-sm-40 {
    margin-inline-start: 40rem !important;
  }
  .ms-rem-sm-41 {
    margin-inline-start: 41rem !important;
  }
  .ms-rem-sm-42 {
    margin-inline-start: 42rem !important;
  }
  .ms-rem-sm-43 {
    margin-inline-start: 43rem !important;
  }
  .ms-rem-sm-44 {
    margin-inline-start: 44rem !important;
  }
  .ms-rem-sm-45 {
    margin-inline-start: 45rem !important;
  }
  .ms-rem-sm-46 {
    margin-inline-start: 46rem !important;
  }
  .ms-rem-sm-47 {
    margin-inline-start: 47rem !important;
  }
  .ms-rem-sm-48 {
    margin-inline-start: 48rem !important;
  }
  .ms-rem-sm-49 {
    margin-inline-start: 49rem !important;
  }
  .ms-rem-sm-50 {
    margin-inline-start: 50rem !important;
  }
  .ms-rem-sm-51 {
    margin-inline-start: 51rem !important;
  }
  .ms-rem-sm-52 {
    margin-inline-start: 52rem !important;
  }
  .ms-rem-sm-53 {
    margin-inline-start: 53rem !important;
  }
  .ms-rem-sm-54 {
    margin-inline-start: 54rem !important;
  }
  .ms-rem-sm-55 {
    margin-inline-start: 55rem !important;
  }
  .ms-rem-sm-56 {
    margin-inline-start: 56rem !important;
  }
  .ms-rem-sm-57 {
    margin-inline-start: 57rem !important;
  }
  .ms-rem-sm-58 {
    margin-inline-start: 58rem !important;
  }
  .ms-rem-sm-59 {
    margin-inline-start: 59rem !important;
  }
  .ms-rem-sm-60 {
    margin-inline-start: 60rem !important;
  }
  .ms-rem-sm-61 {
    margin-inline-start: 61rem !important;
  }
  .ms-rem-sm-62 {
    margin-inline-start: 62rem !important;
  }
  .ms-rem-sm-63 {
    margin-inline-start: 63rem !important;
  }
  .ms-rem-sm-64 {
    margin-inline-start: 64rem !important;
  }
  .ms-rem-sm-65 {
    margin-inline-start: 65rem !important;
  }
  .ms-rem-sm-66 {
    margin-inline-start: 66rem !important;
  }
  .ms-rem-sm-67 {
    margin-inline-start: 67rem !important;
  }
  .ms-rem-sm-68 {
    margin-inline-start: 68rem !important;
  }
  .ms-rem-sm-69 {
    margin-inline-start: 69rem !important;
  }
  .ms-rem-sm-70 {
    margin-inline-start: 70rem !important;
  }
  .ms-rem-sm-71 {
    margin-inline-start: 71rem !important;
  }
  .ms-rem-sm-72 {
    margin-inline-start: 72rem !important;
  }
  .ms-rem-sm-73 {
    margin-inline-start: 73rem !important;
  }
  .ms-rem-sm-74 {
    margin-inline-start: 74rem !important;
  }
  .ms-rem-sm-75 {
    margin-inline-start: 75rem !important;
  }
  .ms-rem-sm-76 {
    margin-inline-start: 76rem !important;
  }
  .ms-rem-sm-77 {
    margin-inline-start: 77rem !important;
  }
  .ms-rem-sm-78 {
    margin-inline-start: 78rem !important;
  }
  .ms-rem-sm-79 {
    margin-inline-start: 79rem !important;
  }
  .ms-rem-sm-80 {
    margin-inline-start: 80rem !important;
  }
  .ms-rem-sm-95 {
    margin-inline-start: 95rem !important;
  }
  .ms-rem-sm-96 {
    margin-inline-start: 96rem !important;
  }
  .ms-rem-sm-97 {
    margin-inline-start: 97rem !important;
  }
  .ms-rem-sm-100 {
    margin-inline-start: 100% !important;
  }
  .ms-rem-sm-auto {
    margin-inline-start: auto !important;
  }
  .m-rem-sm-nunset {
    margin: -unset !important;
  }
  .m-rem-sm-n1 {
    margin: -1rem !important;
  }
  .m-rem-sm-n2 {
    margin: -2rem !important;
  }
  .m-rem-sm-n3 {
    margin: -3rem !important;
  }
  .m-rem-sm-n4 {
    margin: -4rem !important;
  }
  .m-rem-sm-n5 {
    margin: -5rem !important;
  }
  .m-rem-sm-n7 {
    margin: -7rem !important;
  }
  .m-rem-sm-n8 {
    margin: -8rem !important;
  }
  .m-rem-sm-n9 {
    margin: -9rem !important;
  }
  .m-rem-sm-n10 {
    margin: -10rem !important;
  }
  .m-rem-sm-n11 {
    margin: -11rem !important;
  }
  .m-rem-sm-n12 {
    margin: -12rem !important;
  }
  .m-rem-sm-n13 {
    margin: -13rem !important;
  }
  .m-rem-sm-n14 {
    margin: -14rem !important;
  }
  .m-rem-sm-n15 {
    margin: -15rem !important;
  }
  .m-rem-sm-n16 {
    margin: -16rem !important;
  }
  .m-rem-sm-n17 {
    margin: -17rem !important;
  }
  .m-rem-sm-n18 {
    margin: -18rem !important;
  }
  .m-rem-sm-n19 {
    margin: -19rem !important;
  }
  .m-rem-sm-n20 {
    margin: -20rem !important;
  }
  .m-rem-sm-n23 {
    margin: -23rem !important;
  }
  .m-rem-sm-n25 {
    margin: -25rem !important;
  }
  .m-rem-sm-n30 {
    margin: -30rem !important;
  }
  .m-rem-sm-n31 {
    margin: -31rem !important;
  }
  .m-rem-sm-n32 {
    margin: -32rem !important;
  }
  .m-rem-sm-n33 {
    margin: -33rem !important;
  }
  .m-rem-sm-n34 {
    margin: -34rem !important;
  }
  .m-rem-sm-n35 {
    margin: -35rem !important;
  }
  .m-rem-sm-n36 {
    margin: -36rem !important;
  }
  .m-rem-sm-n37 {
    margin: -37rem !important;
  }
  .m-rem-sm-n38 {
    margin: -38rem !important;
  }
  .m-rem-sm-n39 {
    margin: -39rem !important;
  }
  .m-rem-sm-n40 {
    margin: -40rem !important;
  }
  .m-rem-sm-n41 {
    margin: -41rem !important;
  }
  .m-rem-sm-n42 {
    margin: -42rem !important;
  }
  .m-rem-sm-n43 {
    margin: -43rem !important;
  }
  .m-rem-sm-n44 {
    margin: -44rem !important;
  }
  .m-rem-sm-n45 {
    margin: -45rem !important;
  }
  .m-rem-sm-n46 {
    margin: -46rem !important;
  }
  .m-rem-sm-n47 {
    margin: -47rem !important;
  }
  .m-rem-sm-n48 {
    margin: -48rem !important;
  }
  .m-rem-sm-n49 {
    margin: -49rem !important;
  }
  .m-rem-sm-n50 {
    margin: -50rem !important;
  }
  .m-rem-sm-n51 {
    margin: -51rem !important;
  }
  .m-rem-sm-n52 {
    margin: -52rem !important;
  }
  .m-rem-sm-n53 {
    margin: -53rem !important;
  }
  .m-rem-sm-n54 {
    margin: -54rem !important;
  }
  .m-rem-sm-n55 {
    margin: -55rem !important;
  }
  .m-rem-sm-n56 {
    margin: -56rem !important;
  }
  .m-rem-sm-n57 {
    margin: -57rem !important;
  }
  .m-rem-sm-n58 {
    margin: -58rem !important;
  }
  .m-rem-sm-n59 {
    margin: -59rem !important;
  }
  .m-rem-sm-n60 {
    margin: -60rem !important;
  }
  .m-rem-sm-n61 {
    margin: -61rem !important;
  }
  .m-rem-sm-n62 {
    margin: -62rem !important;
  }
  .m-rem-sm-n63 {
    margin: -63rem !important;
  }
  .m-rem-sm-n64 {
    margin: -64rem !important;
  }
  .m-rem-sm-n65 {
    margin: -65rem !important;
  }
  .m-rem-sm-n66 {
    margin: -66rem !important;
  }
  .m-rem-sm-n67 {
    margin: -67rem !important;
  }
  .m-rem-sm-n68 {
    margin: -68rem !important;
  }
  .m-rem-sm-n69 {
    margin: -69rem !important;
  }
  .m-rem-sm-n70 {
    margin: -70rem !important;
  }
  .m-rem-sm-n71 {
    margin: -71rem !important;
  }
  .m-rem-sm-n72 {
    margin: -72rem !important;
  }
  .m-rem-sm-n73 {
    margin: -73rem !important;
  }
  .m-rem-sm-n74 {
    margin: -74rem !important;
  }
  .m-rem-sm-n75 {
    margin: -75rem !important;
  }
  .m-rem-sm-n76 {
    margin: -76rem !important;
  }
  .m-rem-sm-n77 {
    margin: -77rem !important;
  }
  .m-rem-sm-n78 {
    margin: -78rem !important;
  }
  .m-rem-sm-n79 {
    margin: -79rem !important;
  }
  .m-rem-sm-n80 {
    margin: -80rem !important;
  }
  .m-rem-sm-n95 {
    margin: -95rem !important;
  }
  .m-rem-sm-n96 {
    margin: -96rem !important;
  }
  .m-rem-sm-n97 {
    margin: -97rem !important;
  }
  .m-rem-sm-n100 {
    margin: -100% !important;
  }
  .mx-rem-sm-nunset {
    margin-inline-end: -unset !important;
    margin-inline-start: -unset !important;
  }
  .mx-rem-sm-n1 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-rem-sm-n2 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-rem-sm-n3 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-rem-sm-n4 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-rem-sm-n5 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-rem-sm-n7 {
    margin-inline-end: -7rem !important;
    margin-inline-start: -7rem !important;
  }
  .mx-rem-sm-n8 {
    margin-inline-end: -8rem !important;
    margin-inline-start: -8rem !important;
  }
  .mx-rem-sm-n9 {
    margin-inline-end: -9rem !important;
    margin-inline-start: -9rem !important;
  }
  .mx-rem-sm-n10 {
    margin-inline-end: -10rem !important;
    margin-inline-start: -10rem !important;
  }
  .mx-rem-sm-n11 {
    margin-inline-end: -11rem !important;
    margin-inline-start: -11rem !important;
  }
  .mx-rem-sm-n12 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-rem-sm-n13 {
    margin-inline-end: -13rem !important;
    margin-inline-start: -13rem !important;
  }
  .mx-rem-sm-n14 {
    margin-inline-end: -14rem !important;
    margin-inline-start: -14rem !important;
  }
  .mx-rem-sm-n15 {
    margin-inline-end: -15rem !important;
    margin-inline-start: -15rem !important;
  }
  .mx-rem-sm-n16 {
    margin-inline-end: -16rem !important;
    margin-inline-start: -16rem !important;
  }
  .mx-rem-sm-n17 {
    margin-inline-end: -17rem !important;
    margin-inline-start: -17rem !important;
  }
  .mx-rem-sm-n18 {
    margin-inline-end: -18rem !important;
    margin-inline-start: -18rem !important;
  }
  .mx-rem-sm-n19 {
    margin-inline-end: -19rem !important;
    margin-inline-start: -19rem !important;
  }
  .mx-rem-sm-n20 {
    margin-inline-end: -20rem !important;
    margin-inline-start: -20rem !important;
  }
  .mx-rem-sm-n23 {
    margin-inline-end: -23rem !important;
    margin-inline-start: -23rem !important;
  }
  .mx-rem-sm-n25 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-rem-sm-n30 {
    margin-inline-end: -30rem !important;
    margin-inline-start: -30rem !important;
  }
  .mx-rem-sm-n31 {
    margin-inline-end: -31rem !important;
    margin-inline-start: -31rem !important;
  }
  .mx-rem-sm-n32 {
    margin-inline-end: -32rem !important;
    margin-inline-start: -32rem !important;
  }
  .mx-rem-sm-n33 {
    margin-inline-end: -33rem !important;
    margin-inline-start: -33rem !important;
  }
  .mx-rem-sm-n34 {
    margin-inline-end: -34rem !important;
    margin-inline-start: -34rem !important;
  }
  .mx-rem-sm-n35 {
    margin-inline-end: -35rem !important;
    margin-inline-start: -35rem !important;
  }
  .mx-rem-sm-n36 {
    margin-inline-end: -36rem !important;
    margin-inline-start: -36rem !important;
  }
  .mx-rem-sm-n37 {
    margin-inline-end: -37rem !important;
    margin-inline-start: -37rem !important;
  }
  .mx-rem-sm-n38 {
    margin-inline-end: -38rem !important;
    margin-inline-start: -38rem !important;
  }
  .mx-rem-sm-n39 {
    margin-inline-end: -39rem !important;
    margin-inline-start: -39rem !important;
  }
  .mx-rem-sm-n40 {
    margin-inline-end: -40rem !important;
    margin-inline-start: -40rem !important;
  }
  .mx-rem-sm-n41 {
    margin-inline-end: -41rem !important;
    margin-inline-start: -41rem !important;
  }
  .mx-rem-sm-n42 {
    margin-inline-end: -42rem !important;
    margin-inline-start: -42rem !important;
  }
  .mx-rem-sm-n43 {
    margin-inline-end: -43rem !important;
    margin-inline-start: -43rem !important;
  }
  .mx-rem-sm-n44 {
    margin-inline-end: -44rem !important;
    margin-inline-start: -44rem !important;
  }
  .mx-rem-sm-n45 {
    margin-inline-end: -45rem !important;
    margin-inline-start: -45rem !important;
  }
  .mx-rem-sm-n46 {
    margin-inline-end: -46rem !important;
    margin-inline-start: -46rem !important;
  }
  .mx-rem-sm-n47 {
    margin-inline-end: -47rem !important;
    margin-inline-start: -47rem !important;
  }
  .mx-rem-sm-n48 {
    margin-inline-end: -48rem !important;
    margin-inline-start: -48rem !important;
  }
  .mx-rem-sm-n49 {
    margin-inline-end: -49rem !important;
    margin-inline-start: -49rem !important;
  }
  .mx-rem-sm-n50 {
    margin-inline-end: -50rem !important;
    margin-inline-start: -50rem !important;
  }
  .mx-rem-sm-n51 {
    margin-inline-end: -51rem !important;
    margin-inline-start: -51rem !important;
  }
  .mx-rem-sm-n52 {
    margin-inline-end: -52rem !important;
    margin-inline-start: -52rem !important;
  }
  .mx-rem-sm-n53 {
    margin-inline-end: -53rem !important;
    margin-inline-start: -53rem !important;
  }
  .mx-rem-sm-n54 {
    margin-inline-end: -54rem !important;
    margin-inline-start: -54rem !important;
  }
  .mx-rem-sm-n55 {
    margin-inline-end: -55rem !important;
    margin-inline-start: -55rem !important;
  }
  .mx-rem-sm-n56 {
    margin-inline-end: -56rem !important;
    margin-inline-start: -56rem !important;
  }
  .mx-rem-sm-n57 {
    margin-inline-end: -57rem !important;
    margin-inline-start: -57rem !important;
  }
  .mx-rem-sm-n58 {
    margin-inline-end: -58rem !important;
    margin-inline-start: -58rem !important;
  }
  .mx-rem-sm-n59 {
    margin-inline-end: -59rem !important;
    margin-inline-start: -59rem !important;
  }
  .mx-rem-sm-n60 {
    margin-inline-end: -60rem !important;
    margin-inline-start: -60rem !important;
  }
  .mx-rem-sm-n61 {
    margin-inline-end: -61rem !important;
    margin-inline-start: -61rem !important;
  }
  .mx-rem-sm-n62 {
    margin-inline-end: -62rem !important;
    margin-inline-start: -62rem !important;
  }
  .mx-rem-sm-n63 {
    margin-inline-end: -63rem !important;
    margin-inline-start: -63rem !important;
  }
  .mx-rem-sm-n64 {
    margin-inline-end: -64rem !important;
    margin-inline-start: -64rem !important;
  }
  .mx-rem-sm-n65 {
    margin-inline-end: -65rem !important;
    margin-inline-start: -65rem !important;
  }
  .mx-rem-sm-n66 {
    margin-inline-end: -66rem !important;
    margin-inline-start: -66rem !important;
  }
  .mx-rem-sm-n67 {
    margin-inline-end: -67rem !important;
    margin-inline-start: -67rem !important;
  }
  .mx-rem-sm-n68 {
    margin-inline-end: -68rem !important;
    margin-inline-start: -68rem !important;
  }
  .mx-rem-sm-n69 {
    margin-inline-end: -69rem !important;
    margin-inline-start: -69rem !important;
  }
  .mx-rem-sm-n70 {
    margin-inline-end: -70rem !important;
    margin-inline-start: -70rem !important;
  }
  .mx-rem-sm-n71 {
    margin-inline-end: -71rem !important;
    margin-inline-start: -71rem !important;
  }
  .mx-rem-sm-n72 {
    margin-inline-end: -72rem !important;
    margin-inline-start: -72rem !important;
  }
  .mx-rem-sm-n73 {
    margin-inline-end: -73rem !important;
    margin-inline-start: -73rem !important;
  }
  .mx-rem-sm-n74 {
    margin-inline-end: -74rem !important;
    margin-inline-start: -74rem !important;
  }
  .mx-rem-sm-n75 {
    margin-inline-end: -75rem !important;
    margin-inline-start: -75rem !important;
  }
  .mx-rem-sm-n76 {
    margin-inline-end: -76rem !important;
    margin-inline-start: -76rem !important;
  }
  .mx-rem-sm-n77 {
    margin-inline-end: -77rem !important;
    margin-inline-start: -77rem !important;
  }
  .mx-rem-sm-n78 {
    margin-inline-end: -78rem !important;
    margin-inline-start: -78rem !important;
  }
  .mx-rem-sm-n79 {
    margin-inline-end: -79rem !important;
    margin-inline-start: -79rem !important;
  }
  .mx-rem-sm-n80 {
    margin-inline-end: -80rem !important;
    margin-inline-start: -80rem !important;
  }
  .mx-rem-sm-n95 {
    margin-inline-end: -95rem !important;
    margin-inline-start: -95rem !important;
  }
  .mx-rem-sm-n96 {
    margin-inline-end: -96rem !important;
    margin-inline-start: -96rem !important;
  }
  .mx-rem-sm-n97 {
    margin-inline-end: -97rem !important;
    margin-inline-start: -97rem !important;
  }
  .mx-rem-sm-n100 {
    margin-inline-end: -100% !important;
    margin-inline-start: -100% !important;
  }
  .my-rem-sm-nunset {
    margin-block-end: -unset !important;
    margin-block-start: -unset !important;
  }
  .my-rem-sm-n1 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-rem-sm-n2 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-rem-sm-n3 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-rem-sm-n4 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-rem-sm-n5 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-rem-sm-n7 {
    margin-block-end: -7rem !important;
    margin-block-start: -7rem !important;
  }
  .my-rem-sm-n8 {
    margin-block-end: -8rem !important;
    margin-block-start: -8rem !important;
  }
  .my-rem-sm-n9 {
    margin-block-end: -9rem !important;
    margin-block-start: -9rem !important;
  }
  .my-rem-sm-n10 {
    margin-block-end: -10rem !important;
    margin-block-start: -10rem !important;
  }
  .my-rem-sm-n11 {
    margin-block-end: -11rem !important;
    margin-block-start: -11rem !important;
  }
  .my-rem-sm-n12 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-rem-sm-n13 {
    margin-block-end: -13rem !important;
    margin-block-start: -13rem !important;
  }
  .my-rem-sm-n14 {
    margin-block-end: -14rem !important;
    margin-block-start: -14rem !important;
  }
  .my-rem-sm-n15 {
    margin-block-end: -15rem !important;
    margin-block-start: -15rem !important;
  }
  .my-rem-sm-n16 {
    margin-block-end: -16rem !important;
    margin-block-start: -16rem !important;
  }
  .my-rem-sm-n17 {
    margin-block-end: -17rem !important;
    margin-block-start: -17rem !important;
  }
  .my-rem-sm-n18 {
    margin-block-end: -18rem !important;
    margin-block-start: -18rem !important;
  }
  .my-rem-sm-n19 {
    margin-block-end: -19rem !important;
    margin-block-start: -19rem !important;
  }
  .my-rem-sm-n20 {
    margin-block-end: -20rem !important;
    margin-block-start: -20rem !important;
  }
  .my-rem-sm-n23 {
    margin-block-end: -23rem !important;
    margin-block-start: -23rem !important;
  }
  .my-rem-sm-n25 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-rem-sm-n30 {
    margin-block-end: -30rem !important;
    margin-block-start: -30rem !important;
  }
  .my-rem-sm-n31 {
    margin-block-end: -31rem !important;
    margin-block-start: -31rem !important;
  }
  .my-rem-sm-n32 {
    margin-block-end: -32rem !important;
    margin-block-start: -32rem !important;
  }
  .my-rem-sm-n33 {
    margin-block-end: -33rem !important;
    margin-block-start: -33rem !important;
  }
  .my-rem-sm-n34 {
    margin-block-end: -34rem !important;
    margin-block-start: -34rem !important;
  }
  .my-rem-sm-n35 {
    margin-block-end: -35rem !important;
    margin-block-start: -35rem !important;
  }
  .my-rem-sm-n36 {
    margin-block-end: -36rem !important;
    margin-block-start: -36rem !important;
  }
  .my-rem-sm-n37 {
    margin-block-end: -37rem !important;
    margin-block-start: -37rem !important;
  }
  .my-rem-sm-n38 {
    margin-block-end: -38rem !important;
    margin-block-start: -38rem !important;
  }
  .my-rem-sm-n39 {
    margin-block-end: -39rem !important;
    margin-block-start: -39rem !important;
  }
  .my-rem-sm-n40 {
    margin-block-end: -40rem !important;
    margin-block-start: -40rem !important;
  }
  .my-rem-sm-n41 {
    margin-block-end: -41rem !important;
    margin-block-start: -41rem !important;
  }
  .my-rem-sm-n42 {
    margin-block-end: -42rem !important;
    margin-block-start: -42rem !important;
  }
  .my-rem-sm-n43 {
    margin-block-end: -43rem !important;
    margin-block-start: -43rem !important;
  }
  .my-rem-sm-n44 {
    margin-block-end: -44rem !important;
    margin-block-start: -44rem !important;
  }
  .my-rem-sm-n45 {
    margin-block-end: -45rem !important;
    margin-block-start: -45rem !important;
  }
  .my-rem-sm-n46 {
    margin-block-end: -46rem !important;
    margin-block-start: -46rem !important;
  }
  .my-rem-sm-n47 {
    margin-block-end: -47rem !important;
    margin-block-start: -47rem !important;
  }
  .my-rem-sm-n48 {
    margin-block-end: -48rem !important;
    margin-block-start: -48rem !important;
  }
  .my-rem-sm-n49 {
    margin-block-end: -49rem !important;
    margin-block-start: -49rem !important;
  }
  .my-rem-sm-n50 {
    margin-block-end: -50rem !important;
    margin-block-start: -50rem !important;
  }
  .my-rem-sm-n51 {
    margin-block-end: -51rem !important;
    margin-block-start: -51rem !important;
  }
  .my-rem-sm-n52 {
    margin-block-end: -52rem !important;
    margin-block-start: -52rem !important;
  }
  .my-rem-sm-n53 {
    margin-block-end: -53rem !important;
    margin-block-start: -53rem !important;
  }
  .my-rem-sm-n54 {
    margin-block-end: -54rem !important;
    margin-block-start: -54rem !important;
  }
  .my-rem-sm-n55 {
    margin-block-end: -55rem !important;
    margin-block-start: -55rem !important;
  }
  .my-rem-sm-n56 {
    margin-block-end: -56rem !important;
    margin-block-start: -56rem !important;
  }
  .my-rem-sm-n57 {
    margin-block-end: -57rem !important;
    margin-block-start: -57rem !important;
  }
  .my-rem-sm-n58 {
    margin-block-end: -58rem !important;
    margin-block-start: -58rem !important;
  }
  .my-rem-sm-n59 {
    margin-block-end: -59rem !important;
    margin-block-start: -59rem !important;
  }
  .my-rem-sm-n60 {
    margin-block-end: -60rem !important;
    margin-block-start: -60rem !important;
  }
  .my-rem-sm-n61 {
    margin-block-end: -61rem !important;
    margin-block-start: -61rem !important;
  }
  .my-rem-sm-n62 {
    margin-block-end: -62rem !important;
    margin-block-start: -62rem !important;
  }
  .my-rem-sm-n63 {
    margin-block-end: -63rem !important;
    margin-block-start: -63rem !important;
  }
  .my-rem-sm-n64 {
    margin-block-end: -64rem !important;
    margin-block-start: -64rem !important;
  }
  .my-rem-sm-n65 {
    margin-block-end: -65rem !important;
    margin-block-start: -65rem !important;
  }
  .my-rem-sm-n66 {
    margin-block-end: -66rem !important;
    margin-block-start: -66rem !important;
  }
  .my-rem-sm-n67 {
    margin-block-end: -67rem !important;
    margin-block-start: -67rem !important;
  }
  .my-rem-sm-n68 {
    margin-block-end: -68rem !important;
    margin-block-start: -68rem !important;
  }
  .my-rem-sm-n69 {
    margin-block-end: -69rem !important;
    margin-block-start: -69rem !important;
  }
  .my-rem-sm-n70 {
    margin-block-end: -70rem !important;
    margin-block-start: -70rem !important;
  }
  .my-rem-sm-n71 {
    margin-block-end: -71rem !important;
    margin-block-start: -71rem !important;
  }
  .my-rem-sm-n72 {
    margin-block-end: -72rem !important;
    margin-block-start: -72rem !important;
  }
  .my-rem-sm-n73 {
    margin-block-end: -73rem !important;
    margin-block-start: -73rem !important;
  }
  .my-rem-sm-n74 {
    margin-block-end: -74rem !important;
    margin-block-start: -74rem !important;
  }
  .my-rem-sm-n75 {
    margin-block-end: -75rem !important;
    margin-block-start: -75rem !important;
  }
  .my-rem-sm-n76 {
    margin-block-end: -76rem !important;
    margin-block-start: -76rem !important;
  }
  .my-rem-sm-n77 {
    margin-block-end: -77rem !important;
    margin-block-start: -77rem !important;
  }
  .my-rem-sm-n78 {
    margin-block-end: -78rem !important;
    margin-block-start: -78rem !important;
  }
  .my-rem-sm-n79 {
    margin-block-end: -79rem !important;
    margin-block-start: -79rem !important;
  }
  .my-rem-sm-n80 {
    margin-block-end: -80rem !important;
    margin-block-start: -80rem !important;
  }
  .my-rem-sm-n95 {
    margin-block-end: -95rem !important;
    margin-block-start: -95rem !important;
  }
  .my-rem-sm-n96 {
    margin-block-end: -96rem !important;
    margin-block-start: -96rem !important;
  }
  .my-rem-sm-n97 {
    margin-block-end: -97rem !important;
    margin-block-start: -97rem !important;
  }
  .my-rem-sm-n100 {
    margin-block-end: -100% !important;
    margin-block-start: -100% !important;
  }
  .mt-rem-sm-nunset {
    margin-block-start: -unset !important;
  }
  .mt-rem-sm-n1 {
    margin-block-start: -1rem !important;
  }
  .mt-rem-sm-n2 {
    margin-block-start: -2rem !important;
  }
  .mt-rem-sm-n3 {
    margin-block-start: -3rem !important;
  }
  .mt-rem-sm-n4 {
    margin-block-start: -4rem !important;
  }
  .mt-rem-sm-n5 {
    margin-block-start: -5rem !important;
  }
  .mt-rem-sm-n7 {
    margin-block-start: -7rem !important;
  }
  .mt-rem-sm-n8 {
    margin-block-start: -8rem !important;
  }
  .mt-rem-sm-n9 {
    margin-block-start: -9rem !important;
  }
  .mt-rem-sm-n10 {
    margin-block-start: -10rem !important;
  }
  .mt-rem-sm-n11 {
    margin-block-start: -11rem !important;
  }
  .mt-rem-sm-n12 {
    margin-block-start: -12rem !important;
  }
  .mt-rem-sm-n13 {
    margin-block-start: -13rem !important;
  }
  .mt-rem-sm-n14 {
    margin-block-start: -14rem !important;
  }
  .mt-rem-sm-n15 {
    margin-block-start: -15rem !important;
  }
  .mt-rem-sm-n16 {
    margin-block-start: -16rem !important;
  }
  .mt-rem-sm-n17 {
    margin-block-start: -17rem !important;
  }
  .mt-rem-sm-n18 {
    margin-block-start: -18rem !important;
  }
  .mt-rem-sm-n19 {
    margin-block-start: -19rem !important;
  }
  .mt-rem-sm-n20 {
    margin-block-start: -20rem !important;
  }
  .mt-rem-sm-n23 {
    margin-block-start: -23rem !important;
  }
  .mt-rem-sm-n25 {
    margin-block-start: -25rem !important;
  }
  .mt-rem-sm-n30 {
    margin-block-start: -30rem !important;
  }
  .mt-rem-sm-n31 {
    margin-block-start: -31rem !important;
  }
  .mt-rem-sm-n32 {
    margin-block-start: -32rem !important;
  }
  .mt-rem-sm-n33 {
    margin-block-start: -33rem !important;
  }
  .mt-rem-sm-n34 {
    margin-block-start: -34rem !important;
  }
  .mt-rem-sm-n35 {
    margin-block-start: -35rem !important;
  }
  .mt-rem-sm-n36 {
    margin-block-start: -36rem !important;
  }
  .mt-rem-sm-n37 {
    margin-block-start: -37rem !important;
  }
  .mt-rem-sm-n38 {
    margin-block-start: -38rem !important;
  }
  .mt-rem-sm-n39 {
    margin-block-start: -39rem !important;
  }
  .mt-rem-sm-n40 {
    margin-block-start: -40rem !important;
  }
  .mt-rem-sm-n41 {
    margin-block-start: -41rem !important;
  }
  .mt-rem-sm-n42 {
    margin-block-start: -42rem !important;
  }
  .mt-rem-sm-n43 {
    margin-block-start: -43rem !important;
  }
  .mt-rem-sm-n44 {
    margin-block-start: -44rem !important;
  }
  .mt-rem-sm-n45 {
    margin-block-start: -45rem !important;
  }
  .mt-rem-sm-n46 {
    margin-block-start: -46rem !important;
  }
  .mt-rem-sm-n47 {
    margin-block-start: -47rem !important;
  }
  .mt-rem-sm-n48 {
    margin-block-start: -48rem !important;
  }
  .mt-rem-sm-n49 {
    margin-block-start: -49rem !important;
  }
  .mt-rem-sm-n50 {
    margin-block-start: -50rem !important;
  }
  .mt-rem-sm-n51 {
    margin-block-start: -51rem !important;
  }
  .mt-rem-sm-n52 {
    margin-block-start: -52rem !important;
  }
  .mt-rem-sm-n53 {
    margin-block-start: -53rem !important;
  }
  .mt-rem-sm-n54 {
    margin-block-start: -54rem !important;
  }
  .mt-rem-sm-n55 {
    margin-block-start: -55rem !important;
  }
  .mt-rem-sm-n56 {
    margin-block-start: -56rem !important;
  }
  .mt-rem-sm-n57 {
    margin-block-start: -57rem !important;
  }
  .mt-rem-sm-n58 {
    margin-block-start: -58rem !important;
  }
  .mt-rem-sm-n59 {
    margin-block-start: -59rem !important;
  }
  .mt-rem-sm-n60 {
    margin-block-start: -60rem !important;
  }
  .mt-rem-sm-n61 {
    margin-block-start: -61rem !important;
  }
  .mt-rem-sm-n62 {
    margin-block-start: -62rem !important;
  }
  .mt-rem-sm-n63 {
    margin-block-start: -63rem !important;
  }
  .mt-rem-sm-n64 {
    margin-block-start: -64rem !important;
  }
  .mt-rem-sm-n65 {
    margin-block-start: -65rem !important;
  }
  .mt-rem-sm-n66 {
    margin-block-start: -66rem !important;
  }
  .mt-rem-sm-n67 {
    margin-block-start: -67rem !important;
  }
  .mt-rem-sm-n68 {
    margin-block-start: -68rem !important;
  }
  .mt-rem-sm-n69 {
    margin-block-start: -69rem !important;
  }
  .mt-rem-sm-n70 {
    margin-block-start: -70rem !important;
  }
  .mt-rem-sm-n71 {
    margin-block-start: -71rem !important;
  }
  .mt-rem-sm-n72 {
    margin-block-start: -72rem !important;
  }
  .mt-rem-sm-n73 {
    margin-block-start: -73rem !important;
  }
  .mt-rem-sm-n74 {
    margin-block-start: -74rem !important;
  }
  .mt-rem-sm-n75 {
    margin-block-start: -75rem !important;
  }
  .mt-rem-sm-n76 {
    margin-block-start: -76rem !important;
  }
  .mt-rem-sm-n77 {
    margin-block-start: -77rem !important;
  }
  .mt-rem-sm-n78 {
    margin-block-start: -78rem !important;
  }
  .mt-rem-sm-n79 {
    margin-block-start: -79rem !important;
  }
  .mt-rem-sm-n80 {
    margin-block-start: -80rem !important;
  }
  .mt-rem-sm-n95 {
    margin-block-start: -95rem !important;
  }
  .mt-rem-sm-n96 {
    margin-block-start: -96rem !important;
  }
  .mt-rem-sm-n97 {
    margin-block-start: -97rem !important;
  }
  .mt-rem-sm-n100 {
    margin-block-start: -100% !important;
  }
  .me-rem-sm-nunset {
    margin-inline-end: -unset !important;
  }
  .me-rem-sm-n1 {
    margin-inline-end: -1rem !important;
  }
  .me-rem-sm-n2 {
    margin-inline-end: -2rem !important;
  }
  .me-rem-sm-n3 {
    margin-inline-end: -3rem !important;
  }
  .me-rem-sm-n4 {
    margin-inline-end: -4rem !important;
  }
  .me-rem-sm-n5 {
    margin-inline-end: -5rem !important;
  }
  .me-rem-sm-n7 {
    margin-inline-end: -7rem !important;
  }
  .me-rem-sm-n8 {
    margin-inline-end: -8rem !important;
  }
  .me-rem-sm-n9 {
    margin-inline-end: -9rem !important;
  }
  .me-rem-sm-n10 {
    margin-inline-end: -10rem !important;
  }
  .me-rem-sm-n11 {
    margin-inline-end: -11rem !important;
  }
  .me-rem-sm-n12 {
    margin-inline-end: -12rem !important;
  }
  .me-rem-sm-n13 {
    margin-inline-end: -13rem !important;
  }
  .me-rem-sm-n14 {
    margin-inline-end: -14rem !important;
  }
  .me-rem-sm-n15 {
    margin-inline-end: -15rem !important;
  }
  .me-rem-sm-n16 {
    margin-inline-end: -16rem !important;
  }
  .me-rem-sm-n17 {
    margin-inline-end: -17rem !important;
  }
  .me-rem-sm-n18 {
    margin-inline-end: -18rem !important;
  }
  .me-rem-sm-n19 {
    margin-inline-end: -19rem !important;
  }
  .me-rem-sm-n20 {
    margin-inline-end: -20rem !important;
  }
  .me-rem-sm-n23 {
    margin-inline-end: -23rem !important;
  }
  .me-rem-sm-n25 {
    margin-inline-end: -25rem !important;
  }
  .me-rem-sm-n30 {
    margin-inline-end: -30rem !important;
  }
  .me-rem-sm-n31 {
    margin-inline-end: -31rem !important;
  }
  .me-rem-sm-n32 {
    margin-inline-end: -32rem !important;
  }
  .me-rem-sm-n33 {
    margin-inline-end: -33rem !important;
  }
  .me-rem-sm-n34 {
    margin-inline-end: -34rem !important;
  }
  .me-rem-sm-n35 {
    margin-inline-end: -35rem !important;
  }
  .me-rem-sm-n36 {
    margin-inline-end: -36rem !important;
  }
  .me-rem-sm-n37 {
    margin-inline-end: -37rem !important;
  }
  .me-rem-sm-n38 {
    margin-inline-end: -38rem !important;
  }
  .me-rem-sm-n39 {
    margin-inline-end: -39rem !important;
  }
  .me-rem-sm-n40 {
    margin-inline-end: -40rem !important;
  }
  .me-rem-sm-n41 {
    margin-inline-end: -41rem !important;
  }
  .me-rem-sm-n42 {
    margin-inline-end: -42rem !important;
  }
  .me-rem-sm-n43 {
    margin-inline-end: -43rem !important;
  }
  .me-rem-sm-n44 {
    margin-inline-end: -44rem !important;
  }
  .me-rem-sm-n45 {
    margin-inline-end: -45rem !important;
  }
  .me-rem-sm-n46 {
    margin-inline-end: -46rem !important;
  }
  .me-rem-sm-n47 {
    margin-inline-end: -47rem !important;
  }
  .me-rem-sm-n48 {
    margin-inline-end: -48rem !important;
  }
  .me-rem-sm-n49 {
    margin-inline-end: -49rem !important;
  }
  .me-rem-sm-n50 {
    margin-inline-end: -50rem !important;
  }
  .me-rem-sm-n51 {
    margin-inline-end: -51rem !important;
  }
  .me-rem-sm-n52 {
    margin-inline-end: -52rem !important;
  }
  .me-rem-sm-n53 {
    margin-inline-end: -53rem !important;
  }
  .me-rem-sm-n54 {
    margin-inline-end: -54rem !important;
  }
  .me-rem-sm-n55 {
    margin-inline-end: -55rem !important;
  }
  .me-rem-sm-n56 {
    margin-inline-end: -56rem !important;
  }
  .me-rem-sm-n57 {
    margin-inline-end: -57rem !important;
  }
  .me-rem-sm-n58 {
    margin-inline-end: -58rem !important;
  }
  .me-rem-sm-n59 {
    margin-inline-end: -59rem !important;
  }
  .me-rem-sm-n60 {
    margin-inline-end: -60rem !important;
  }
  .me-rem-sm-n61 {
    margin-inline-end: -61rem !important;
  }
  .me-rem-sm-n62 {
    margin-inline-end: -62rem !important;
  }
  .me-rem-sm-n63 {
    margin-inline-end: -63rem !important;
  }
  .me-rem-sm-n64 {
    margin-inline-end: -64rem !important;
  }
  .me-rem-sm-n65 {
    margin-inline-end: -65rem !important;
  }
  .me-rem-sm-n66 {
    margin-inline-end: -66rem !important;
  }
  .me-rem-sm-n67 {
    margin-inline-end: -67rem !important;
  }
  .me-rem-sm-n68 {
    margin-inline-end: -68rem !important;
  }
  .me-rem-sm-n69 {
    margin-inline-end: -69rem !important;
  }
  .me-rem-sm-n70 {
    margin-inline-end: -70rem !important;
  }
  .me-rem-sm-n71 {
    margin-inline-end: -71rem !important;
  }
  .me-rem-sm-n72 {
    margin-inline-end: -72rem !important;
  }
  .me-rem-sm-n73 {
    margin-inline-end: -73rem !important;
  }
  .me-rem-sm-n74 {
    margin-inline-end: -74rem !important;
  }
  .me-rem-sm-n75 {
    margin-inline-end: -75rem !important;
  }
  .me-rem-sm-n76 {
    margin-inline-end: -76rem !important;
  }
  .me-rem-sm-n77 {
    margin-inline-end: -77rem !important;
  }
  .me-rem-sm-n78 {
    margin-inline-end: -78rem !important;
  }
  .me-rem-sm-n79 {
    margin-inline-end: -79rem !important;
  }
  .me-rem-sm-n80 {
    margin-inline-end: -80rem !important;
  }
  .me-rem-sm-n95 {
    margin-inline-end: -95rem !important;
  }
  .me-rem-sm-n96 {
    margin-inline-end: -96rem !important;
  }
  .me-rem-sm-n97 {
    margin-inline-end: -97rem !important;
  }
  .me-rem-sm-n100 {
    margin-inline-end: -100% !important;
  }
  .mb-rem-sm-nunset {
    margin-block-end: -unset !important;
  }
  .mb-rem-sm-n1 {
    margin-block-end: -1rem !important;
  }
  .mb-rem-sm-n2 {
    margin-block-end: -2rem !important;
  }
  .mb-rem-sm-n3 {
    margin-block-end: -3rem !important;
  }
  .mb-rem-sm-n4 {
    margin-block-end: -4rem !important;
  }
  .mb-rem-sm-n5 {
    margin-block-end: -5rem !important;
  }
  .mb-rem-sm-n7 {
    margin-block-end: -7rem !important;
  }
  .mb-rem-sm-n8 {
    margin-block-end: -8rem !important;
  }
  .mb-rem-sm-n9 {
    margin-block-end: -9rem !important;
  }
  .mb-rem-sm-n10 {
    margin-block-end: -10rem !important;
  }
  .mb-rem-sm-n11 {
    margin-block-end: -11rem !important;
  }
  .mb-rem-sm-n12 {
    margin-block-end: -12rem !important;
  }
  .mb-rem-sm-n13 {
    margin-block-end: -13rem !important;
  }
  .mb-rem-sm-n14 {
    margin-block-end: -14rem !important;
  }
  .mb-rem-sm-n15 {
    margin-block-end: -15rem !important;
  }
  .mb-rem-sm-n16 {
    margin-block-end: -16rem !important;
  }
  .mb-rem-sm-n17 {
    margin-block-end: -17rem !important;
  }
  .mb-rem-sm-n18 {
    margin-block-end: -18rem !important;
  }
  .mb-rem-sm-n19 {
    margin-block-end: -19rem !important;
  }
  .mb-rem-sm-n20 {
    margin-block-end: -20rem !important;
  }
  .mb-rem-sm-n23 {
    margin-block-end: -23rem !important;
  }
  .mb-rem-sm-n25 {
    margin-block-end: -25rem !important;
  }
  .mb-rem-sm-n30 {
    margin-block-end: -30rem !important;
  }
  .mb-rem-sm-n31 {
    margin-block-end: -31rem !important;
  }
  .mb-rem-sm-n32 {
    margin-block-end: -32rem !important;
  }
  .mb-rem-sm-n33 {
    margin-block-end: -33rem !important;
  }
  .mb-rem-sm-n34 {
    margin-block-end: -34rem !important;
  }
  .mb-rem-sm-n35 {
    margin-block-end: -35rem !important;
  }
  .mb-rem-sm-n36 {
    margin-block-end: -36rem !important;
  }
  .mb-rem-sm-n37 {
    margin-block-end: -37rem !important;
  }
  .mb-rem-sm-n38 {
    margin-block-end: -38rem !important;
  }
  .mb-rem-sm-n39 {
    margin-block-end: -39rem !important;
  }
  .mb-rem-sm-n40 {
    margin-block-end: -40rem !important;
  }
  .mb-rem-sm-n41 {
    margin-block-end: -41rem !important;
  }
  .mb-rem-sm-n42 {
    margin-block-end: -42rem !important;
  }
  .mb-rem-sm-n43 {
    margin-block-end: -43rem !important;
  }
  .mb-rem-sm-n44 {
    margin-block-end: -44rem !important;
  }
  .mb-rem-sm-n45 {
    margin-block-end: -45rem !important;
  }
  .mb-rem-sm-n46 {
    margin-block-end: -46rem !important;
  }
  .mb-rem-sm-n47 {
    margin-block-end: -47rem !important;
  }
  .mb-rem-sm-n48 {
    margin-block-end: -48rem !important;
  }
  .mb-rem-sm-n49 {
    margin-block-end: -49rem !important;
  }
  .mb-rem-sm-n50 {
    margin-block-end: -50rem !important;
  }
  .mb-rem-sm-n51 {
    margin-block-end: -51rem !important;
  }
  .mb-rem-sm-n52 {
    margin-block-end: -52rem !important;
  }
  .mb-rem-sm-n53 {
    margin-block-end: -53rem !important;
  }
  .mb-rem-sm-n54 {
    margin-block-end: -54rem !important;
  }
  .mb-rem-sm-n55 {
    margin-block-end: -55rem !important;
  }
  .mb-rem-sm-n56 {
    margin-block-end: -56rem !important;
  }
  .mb-rem-sm-n57 {
    margin-block-end: -57rem !important;
  }
  .mb-rem-sm-n58 {
    margin-block-end: -58rem !important;
  }
  .mb-rem-sm-n59 {
    margin-block-end: -59rem !important;
  }
  .mb-rem-sm-n60 {
    margin-block-end: -60rem !important;
  }
  .mb-rem-sm-n61 {
    margin-block-end: -61rem !important;
  }
  .mb-rem-sm-n62 {
    margin-block-end: -62rem !important;
  }
  .mb-rem-sm-n63 {
    margin-block-end: -63rem !important;
  }
  .mb-rem-sm-n64 {
    margin-block-end: -64rem !important;
  }
  .mb-rem-sm-n65 {
    margin-block-end: -65rem !important;
  }
  .mb-rem-sm-n66 {
    margin-block-end: -66rem !important;
  }
  .mb-rem-sm-n67 {
    margin-block-end: -67rem !important;
  }
  .mb-rem-sm-n68 {
    margin-block-end: -68rem !important;
  }
  .mb-rem-sm-n69 {
    margin-block-end: -69rem !important;
  }
  .mb-rem-sm-n70 {
    margin-block-end: -70rem !important;
  }
  .mb-rem-sm-n71 {
    margin-block-end: -71rem !important;
  }
  .mb-rem-sm-n72 {
    margin-block-end: -72rem !important;
  }
  .mb-rem-sm-n73 {
    margin-block-end: -73rem !important;
  }
  .mb-rem-sm-n74 {
    margin-block-end: -74rem !important;
  }
  .mb-rem-sm-n75 {
    margin-block-end: -75rem !important;
  }
  .mb-rem-sm-n76 {
    margin-block-end: -76rem !important;
  }
  .mb-rem-sm-n77 {
    margin-block-end: -77rem !important;
  }
  .mb-rem-sm-n78 {
    margin-block-end: -78rem !important;
  }
  .mb-rem-sm-n79 {
    margin-block-end: -79rem !important;
  }
  .mb-rem-sm-n80 {
    margin-block-end: -80rem !important;
  }
  .mb-rem-sm-n95 {
    margin-block-end: -95rem !important;
  }
  .mb-rem-sm-n96 {
    margin-block-end: -96rem !important;
  }
  .mb-rem-sm-n97 {
    margin-block-end: -97rem !important;
  }
  .mb-rem-sm-n100 {
    margin-block-end: -100% !important;
  }
  .ms-rem-sm-nunset {
    margin-inline-start: -unset !important;
  }
  .ms-rem-sm-n1 {
    margin-inline-start: -1rem !important;
  }
  .ms-rem-sm-n2 {
    margin-inline-start: -2rem !important;
  }
  .ms-rem-sm-n3 {
    margin-inline-start: -3rem !important;
  }
  .ms-rem-sm-n4 {
    margin-inline-start: -4rem !important;
  }
  .ms-rem-sm-n5 {
    margin-inline-start: -5rem !important;
  }
  .ms-rem-sm-n7 {
    margin-inline-start: -7rem !important;
  }
  .ms-rem-sm-n8 {
    margin-inline-start: -8rem !important;
  }
  .ms-rem-sm-n9 {
    margin-inline-start: -9rem !important;
  }
  .ms-rem-sm-n10 {
    margin-inline-start: -10rem !important;
  }
  .ms-rem-sm-n11 {
    margin-inline-start: -11rem !important;
  }
  .ms-rem-sm-n12 {
    margin-inline-start: -12rem !important;
  }
  .ms-rem-sm-n13 {
    margin-inline-start: -13rem !important;
  }
  .ms-rem-sm-n14 {
    margin-inline-start: -14rem !important;
  }
  .ms-rem-sm-n15 {
    margin-inline-start: -15rem !important;
  }
  .ms-rem-sm-n16 {
    margin-inline-start: -16rem !important;
  }
  .ms-rem-sm-n17 {
    margin-inline-start: -17rem !important;
  }
  .ms-rem-sm-n18 {
    margin-inline-start: -18rem !important;
  }
  .ms-rem-sm-n19 {
    margin-inline-start: -19rem !important;
  }
  .ms-rem-sm-n20 {
    margin-inline-start: -20rem !important;
  }
  .ms-rem-sm-n23 {
    margin-inline-start: -23rem !important;
  }
  .ms-rem-sm-n25 {
    margin-inline-start: -25rem !important;
  }
  .ms-rem-sm-n30 {
    margin-inline-start: -30rem !important;
  }
  .ms-rem-sm-n31 {
    margin-inline-start: -31rem !important;
  }
  .ms-rem-sm-n32 {
    margin-inline-start: -32rem !important;
  }
  .ms-rem-sm-n33 {
    margin-inline-start: -33rem !important;
  }
  .ms-rem-sm-n34 {
    margin-inline-start: -34rem !important;
  }
  .ms-rem-sm-n35 {
    margin-inline-start: -35rem !important;
  }
  .ms-rem-sm-n36 {
    margin-inline-start: -36rem !important;
  }
  .ms-rem-sm-n37 {
    margin-inline-start: -37rem !important;
  }
  .ms-rem-sm-n38 {
    margin-inline-start: -38rem !important;
  }
  .ms-rem-sm-n39 {
    margin-inline-start: -39rem !important;
  }
  .ms-rem-sm-n40 {
    margin-inline-start: -40rem !important;
  }
  .ms-rem-sm-n41 {
    margin-inline-start: -41rem !important;
  }
  .ms-rem-sm-n42 {
    margin-inline-start: -42rem !important;
  }
  .ms-rem-sm-n43 {
    margin-inline-start: -43rem !important;
  }
  .ms-rem-sm-n44 {
    margin-inline-start: -44rem !important;
  }
  .ms-rem-sm-n45 {
    margin-inline-start: -45rem !important;
  }
  .ms-rem-sm-n46 {
    margin-inline-start: -46rem !important;
  }
  .ms-rem-sm-n47 {
    margin-inline-start: -47rem !important;
  }
  .ms-rem-sm-n48 {
    margin-inline-start: -48rem !important;
  }
  .ms-rem-sm-n49 {
    margin-inline-start: -49rem !important;
  }
  .ms-rem-sm-n50 {
    margin-inline-start: -50rem !important;
  }
  .ms-rem-sm-n51 {
    margin-inline-start: -51rem !important;
  }
  .ms-rem-sm-n52 {
    margin-inline-start: -52rem !important;
  }
  .ms-rem-sm-n53 {
    margin-inline-start: -53rem !important;
  }
  .ms-rem-sm-n54 {
    margin-inline-start: -54rem !important;
  }
  .ms-rem-sm-n55 {
    margin-inline-start: -55rem !important;
  }
  .ms-rem-sm-n56 {
    margin-inline-start: -56rem !important;
  }
  .ms-rem-sm-n57 {
    margin-inline-start: -57rem !important;
  }
  .ms-rem-sm-n58 {
    margin-inline-start: -58rem !important;
  }
  .ms-rem-sm-n59 {
    margin-inline-start: -59rem !important;
  }
  .ms-rem-sm-n60 {
    margin-inline-start: -60rem !important;
  }
  .ms-rem-sm-n61 {
    margin-inline-start: -61rem !important;
  }
  .ms-rem-sm-n62 {
    margin-inline-start: -62rem !important;
  }
  .ms-rem-sm-n63 {
    margin-inline-start: -63rem !important;
  }
  .ms-rem-sm-n64 {
    margin-inline-start: -64rem !important;
  }
  .ms-rem-sm-n65 {
    margin-inline-start: -65rem !important;
  }
  .ms-rem-sm-n66 {
    margin-inline-start: -66rem !important;
  }
  .ms-rem-sm-n67 {
    margin-inline-start: -67rem !important;
  }
  .ms-rem-sm-n68 {
    margin-inline-start: -68rem !important;
  }
  .ms-rem-sm-n69 {
    margin-inline-start: -69rem !important;
  }
  .ms-rem-sm-n70 {
    margin-inline-start: -70rem !important;
  }
  .ms-rem-sm-n71 {
    margin-inline-start: -71rem !important;
  }
  .ms-rem-sm-n72 {
    margin-inline-start: -72rem !important;
  }
  .ms-rem-sm-n73 {
    margin-inline-start: -73rem !important;
  }
  .ms-rem-sm-n74 {
    margin-inline-start: -74rem !important;
  }
  .ms-rem-sm-n75 {
    margin-inline-start: -75rem !important;
  }
  .ms-rem-sm-n76 {
    margin-inline-start: -76rem !important;
  }
  .ms-rem-sm-n77 {
    margin-inline-start: -77rem !important;
  }
  .ms-rem-sm-n78 {
    margin-inline-start: -78rem !important;
  }
  .ms-rem-sm-n79 {
    margin-inline-start: -79rem !important;
  }
  .ms-rem-sm-n80 {
    margin-inline-start: -80rem !important;
  }
  .ms-rem-sm-n95 {
    margin-inline-start: -95rem !important;
  }
  .ms-rem-sm-n96 {
    margin-inline-start: -96rem !important;
  }
  .ms-rem-sm-n97 {
    margin-inline-start: -97rem !important;
  }
  .ms-rem-sm-n100 {
    margin-inline-start: -100% !important;
  }
  .p-px-sm-0 {
    padding: 0rem !important;
  }
  .p-px-sm-1 {
    padding: 0.0625rem !important;
  }
  .p-px-sm-2 {
    padding: 0.125rem !important;
  }
  .p-px-sm-3 {
    padding: 0.1875rem !important;
  }
  .p-px-sm-4 {
    padding: 0.25rem !important;
  }
  .p-px-sm-5 {
    padding: 0.3125rem !important;
  }
  .p-px-sm-6 {
    padding: 0.375rem !important;
  }
  .p-px-sm-7 {
    padding: 0.4375rem !important;
  }
  .p-px-sm-8 {
    padding: 0.5rem !important;
  }
  .p-px-sm-9 {
    padding: 0.5625rem !important;
  }
  .p-px-sm-10 {
    padding: 0.625rem !important;
  }
  .p-px-sm-11 {
    padding: 0.6875rem !important;
  }
  .p-px-sm-12 {
    padding: 0.75rem !important;
  }
  .p-px-sm-13 {
    padding: 0.8125rem !important;
  }
  .p-px-sm-14 {
    padding: 0.875rem !important;
  }
  .p-px-sm-15 {
    padding: 0.9375rem !important;
  }
  .p-px-sm-16 {
    padding: 1rem !important;
  }
  .p-px-sm-17 {
    padding: 1.0625rem !important;
  }
  .p-px-sm-18 {
    padding: 1.125rem !important;
  }
  .p-px-sm-19 {
    padding: 1.1875rem !important;
  }
  .p-px-sm-20 {
    padding: 1.25rem !important;
  }
  .p-px-sm-21 {
    padding: 1.3125rem !important;
  }
  .p-px-sm-22 {
    padding: 1.375rem !important;
  }
  .p-px-sm-23 {
    padding: 1.4375rem !important;
  }
  .p-px-sm-24 {
    padding: 1.5rem !important;
  }
  .p-px-sm-25 {
    padding: 1.5625rem !important;
  }
  .p-px-sm-26 {
    padding: 1.625rem !important;
  }
  .p-px-sm-27 {
    padding: 1.6875rem !important;
  }
  .p-px-sm-28 {
    padding: 1.75rem !important;
  }
  .p-px-sm-29 {
    padding: 1.8125rem !important;
  }
  .p-px-sm-30 {
    padding: 1.875rem !important;
  }
  .p-px-sm-31 {
    padding: 1.9375rem !important;
  }
  .p-px-sm-32 {
    padding: 2rem !important;
  }
  .p-px-sm-33 {
    padding: 2.0625rem !important;
  }
  .p-px-sm-34 {
    padding: 2.125rem !important;
  }
  .p-px-sm-35 {
    padding: 2.1875rem !important;
  }
  .p-px-sm-36 {
    padding: 2.25rem !important;
  }
  .p-px-sm-37 {
    padding: 2.3125rem !important;
  }
  .p-px-sm-38 {
    padding: 2.375rem !important;
  }
  .p-px-sm-39 {
    padding: 2.4375rem !important;
  }
  .p-px-sm-40 {
    padding: 2.5rem !important;
  }
  .p-px-sm-41 {
    padding: 2.5625rem !important;
  }
  .p-px-sm-42 {
    padding: 2.625rem !important;
  }
  .p-px-sm-43 {
    padding: 2.6875rem !important;
  }
  .p-px-sm-44 {
    padding: 2.75rem !important;
  }
  .p-px-sm-45 {
    padding: 2.8125rem !important;
  }
  .p-px-sm-46 {
    padding: 2.875rem !important;
  }
  .p-px-sm-47 {
    padding: 2.9375rem !important;
  }
  .p-px-sm-48 {
    padding: 3rem !important;
  }
  .p-px-sm-49 {
    padding: 3.0625rem !important;
  }
  .p-px-sm-50 {
    padding: 3.125rem !important;
  }
  .p-px-sm-51 {
    padding: 3.1875rem !important;
  }
  .p-px-sm-52 {
    padding: 3.25rem !important;
  }
  .p-px-sm-53 {
    padding: 3.3125rem !important;
  }
  .p-px-sm-54 {
    padding: 3.375rem !important;
  }
  .p-px-sm-56 {
    padding: 3.5rem !important;
  }
  .p-px-sm-57 {
    padding: 3.5625rem !important;
  }
  .p-px-sm-58 {
    padding: 3.625rem !important;
  }
  .p-px-sm-59 {
    padding: 3.6875rem !important;
  }
  .p-px-sm-60 {
    padding: 3.75rem !important;
  }
  .p-px-sm-61 {
    padding: 3.8125rem !important;
  }
  .p-px-sm-62 {
    padding: 3.875rem !important;
  }
  .p-px-sm-63 {
    padding: 3.9375rem !important;
  }
  .p-px-sm-64 {
    padding: 4rem !important;
  }
  .p-px-sm-68 {
    padding: 4.25rem !important;
  }
  .p-px-sm-70 {
    padding: 4.375rem !important;
  }
  .p-px-sm-80 {
    padding: 5rem !important;
  }
  .p-px-sm-82 {
    padding: 5.125rem !important;
  }
  .p-px-sm-83 {
    padding: 5.1875rem !important;
  }
  .p-px-sm-84 {
    padding: 5.25rem !important;
  }
  .p-px-sm-98 {
    padding: 6.125rem !important;
  }
  .p-px-sm-104 {
    padding: 6.5rem !important;
  }
  .p-px-sm-122 {
    padding: 7.625rem !important;
  }
  .p-px-sm-123 {
    padding: 7.6875rem !important;
  }
  .p-px-sm-147 {
    padding: 9.1875rem !important;
  }
  .p-px-sm-148 {
    padding: 9.25rem !important;
  }
  .p-px-sm-150 {
    padding: 9.375rem !important;
  }
  .p-px-sm-180 {
    padding: 11.25rem !important;
  }
  .p-px-sm-192 {
    padding: 12rem !important;
  }
  .p-px-sm-200 {
    padding: 12.5rem !important;
  }
  .p-px-sm-220 {
    padding: 13.75rem !important;
  }
  .p-px-sm-270 {
    padding: 16.875rem !important;
  }
  .p-px-sm-300 {
    padding: 18.75rem !important;
  }
  .p-px-sm-350 {
    padding: 21.875rem !important;
  }
  .p-px-sm-400 {
    padding: 25rem !important;
  }
  .p-px-sm-500 {
    padding: 31.25rem !important;
  }
  .p-px-sm-600 {
    padding: 37.5rem !important;
  }
  .px-px-sm-0 {
    padding-inline-start: 0rem !important;
    padding-inline-end: 0rem !important;
  }
  .px-px-sm-1 {
    padding-inline-start: 0.0625rem !important;
    padding-inline-end: 0.0625rem !important;
  }
  .px-px-sm-2 {
    padding-inline-start: 0.125rem !important;
    padding-inline-end: 0.125rem !important;
  }
  .px-px-sm-3 {
    padding-inline-start: 0.1875rem !important;
    padding-inline-end: 0.1875rem !important;
  }
  .px-px-sm-4 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-px-sm-5 {
    padding-inline-start: 0.3125rem !important;
    padding-inline-end: 0.3125rem !important;
  }
  .px-px-sm-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-px-sm-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-px-sm-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-px-sm-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-px-sm-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-px-sm-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-px-sm-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-px-sm-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-px-sm-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-px-sm-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-px-sm-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-px-sm-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-px-sm-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-px-sm-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-px-sm-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-px-sm-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-px-sm-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-px-sm-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-px-sm-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-px-sm-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-px-sm-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-px-sm-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-px-sm-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-px-sm-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-px-sm-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-px-sm-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-px-sm-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-px-sm-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-px-sm-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-px-sm-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-px-sm-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-px-sm-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-px-sm-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-px-sm-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-px-sm-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-px-sm-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-px-sm-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-px-sm-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-px-sm-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-px-sm-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-px-sm-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-px-sm-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-px-sm-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-px-sm-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-px-sm-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-px-sm-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-px-sm-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-px-sm-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-px-sm-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-px-sm-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-px-sm-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-px-sm-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-px-sm-59 {
    padding-inline-start: 3.6875rem !important;
    padding-inline-end: 3.6875rem !important;
  }
  .px-px-sm-60 {
    padding-inline-start: 3.75rem !important;
    padding-inline-end: 3.75rem !important;
  }
  .px-px-sm-61 {
    padding-inline-start: 3.8125rem !important;
    padding-inline-end: 3.8125rem !important;
  }
  .px-px-sm-62 {
    padding-inline-start: 3.875rem !important;
    padding-inline-end: 3.875rem !important;
  }
  .px-px-sm-63 {
    padding-inline-start: 3.9375rem !important;
    padding-inline-end: 3.9375rem !important;
  }
  .px-px-sm-64 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-px-sm-68 {
    padding-inline-start: 4.25rem !important;
    padding-inline-end: 4.25rem !important;
  }
  .px-px-sm-70 {
    padding-inline-start: 4.375rem !important;
    padding-inline-end: 4.375rem !important;
  }
  .px-px-sm-80 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-px-sm-82 {
    padding-inline-start: 5.125rem !important;
    padding-inline-end: 5.125rem !important;
  }
  .px-px-sm-83 {
    padding-inline-start: 5.1875rem !important;
    padding-inline-end: 5.1875rem !important;
  }
  .px-px-sm-84 {
    padding-inline-start: 5.25rem !important;
    padding-inline-end: 5.25rem !important;
  }
  .px-px-sm-98 {
    padding-inline-start: 6.125rem !important;
    padding-inline-end: 6.125rem !important;
  }
  .px-px-sm-104 {
    padding-inline-start: 6.5rem !important;
    padding-inline-end: 6.5rem !important;
  }
  .px-px-sm-122 {
    padding-inline-start: 7.625rem !important;
    padding-inline-end: 7.625rem !important;
  }
  .px-px-sm-123 {
    padding-inline-start: 7.6875rem !important;
    padding-inline-end: 7.6875rem !important;
  }
  .px-px-sm-147 {
    padding-inline-start: 9.1875rem !important;
    padding-inline-end: 9.1875rem !important;
  }
  .px-px-sm-148 {
    padding-inline-start: 9.25rem !important;
    padding-inline-end: 9.25rem !important;
  }
  .px-px-sm-150 {
    padding-inline-start: 9.375rem !important;
    padding-inline-end: 9.375rem !important;
  }
  .px-px-sm-180 {
    padding-inline-start: 11.25rem !important;
    padding-inline-end: 11.25rem !important;
  }
  .px-px-sm-192 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-px-sm-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-px-sm-220 {
    padding-inline-start: 13.75rem !important;
    padding-inline-end: 13.75rem !important;
  }
  .px-px-sm-270 {
    padding-inline-start: 16.875rem !important;
    padding-inline-end: 16.875rem !important;
  }
  .px-px-sm-300 {
    padding-inline-start: 18.75rem !important;
    padding-inline-end: 18.75rem !important;
  }
  .px-px-sm-350 {
    padding-inline-start: 21.875rem !important;
    padding-inline-end: 21.875rem !important;
  }
  .px-px-sm-400 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-px-sm-500 {
    padding-inline-start: 31.25rem !important;
    padding-inline-end: 31.25rem !important;
  }
  .px-px-sm-600 {
    padding-inline-start: 37.5rem !important;
    padding-inline-end: 37.5rem !important;
  }
  .py-px-sm-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-sm-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-sm-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-sm-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-sm-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-sm-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-sm-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-sm-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-sm-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-sm-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-sm-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-sm-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-sm-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-sm-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-sm-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-sm-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-sm-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-sm-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-sm-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-sm-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-sm-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-sm-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-sm-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-sm-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-sm-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-sm-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-sm-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-sm-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-sm-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-sm-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-sm-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-sm-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-sm-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-sm-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-sm-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-sm-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-sm-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-sm-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-sm-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-sm-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-sm-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-sm-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-sm-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-sm-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-sm-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-sm-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-sm-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-sm-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-sm-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-sm-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-sm-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-sm-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-sm-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-sm-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-sm-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-sm-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-sm-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-sm-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-sm-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-sm-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-sm-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-sm-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-sm-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-sm-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-sm-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-sm-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-sm-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-sm-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-sm-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-sm-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-sm-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-sm-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-sm-122 {
    padding-block-start: 7.625rem !important;
    padding-block-end: 7.625rem !important;
  }
  .py-px-sm-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-sm-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-sm-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-sm-150 {
    padding-block-start: 9.375rem !important;
    padding-block-end: 9.375rem !important;
  }
  .py-px-sm-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-sm-192 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-px-sm-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-sm-220 {
    padding-block-start: 13.75rem !important;
    padding-block-end: 13.75rem !important;
  }
  .py-px-sm-270 {
    padding-block-start: 16.875rem !important;
    padding-block-end: 16.875rem !important;
  }
  .py-px-sm-300 {
    padding-block-start: 18.75rem !important;
    padding-block-end: 18.75rem !important;
  }
  .py-px-sm-350 {
    padding-block-start: 21.875rem !important;
    padding-block-end: 21.875rem !important;
  }
  .py-px-sm-400 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-px-sm-500 {
    padding-block-start: 31.25rem !important;
    padding-block-end: 31.25rem !important;
  }
  .py-px-sm-600 {
    padding-block-start: 37.5rem !important;
    padding-block-end: 37.5rem !important;
  }
  .pt-px-sm-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-sm-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-sm-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-sm-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-sm-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-sm-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-sm-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-sm-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-sm-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-sm-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-sm-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-sm-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-sm-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-sm-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-sm-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-sm-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-sm-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-sm-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-sm-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-sm-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-sm-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-sm-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-sm-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-sm-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-sm-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-sm-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-sm-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-sm-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-sm-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-sm-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-sm-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-sm-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-sm-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-sm-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-sm-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-sm-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-sm-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-sm-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-sm-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-sm-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-sm-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-sm-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-sm-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-sm-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-sm-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-sm-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-sm-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-sm-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-sm-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-sm-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-sm-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-sm-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-sm-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-sm-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-sm-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-sm-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-sm-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-sm-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-sm-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-sm-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-sm-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-sm-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-sm-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-sm-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-sm-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-sm-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-sm-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-sm-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-sm-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-sm-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-sm-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-sm-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-sm-122 {
    padding-block-start: 7.625rem !important;
  }
  .pt-px-sm-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-sm-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-sm-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-sm-150 {
    padding-block-start: 9.375rem !important;
  }
  .pt-px-sm-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-sm-192 {
    padding-block-start: 12rem !important;
  }
  .pt-px-sm-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-sm-220 {
    padding-block-start: 13.75rem !important;
  }
  .pt-px-sm-270 {
    padding-block-start: 16.875rem !important;
  }
  .pt-px-sm-300 {
    padding-block-start: 18.75rem !important;
  }
  .pt-px-sm-350 {
    padding-block-start: 21.875rem !important;
  }
  .pt-px-sm-400 {
    padding-block-start: 25rem !important;
  }
  .pt-px-sm-500 {
    padding-block-start: 31.25rem !important;
  }
  .pt-px-sm-600 {
    padding-block-start: 37.5rem !important;
  }
  .pe-px-sm-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-sm-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-sm-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-sm-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-sm-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-sm-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-sm-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-sm-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-sm-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-sm-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-sm-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-sm-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-sm-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-sm-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-sm-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-sm-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-sm-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-sm-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-sm-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-sm-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-sm-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-sm-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-sm-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-sm-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-sm-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-sm-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-sm-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-sm-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-sm-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-sm-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-sm-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-sm-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-sm-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-sm-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-sm-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-sm-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-sm-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-sm-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-sm-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-sm-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-sm-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-sm-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-sm-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-sm-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-sm-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-sm-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-sm-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-sm-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-sm-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-sm-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-sm-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-sm-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-sm-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-sm-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-sm-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-sm-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-sm-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-sm-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-sm-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-sm-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-sm-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-sm-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-sm-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-sm-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-sm-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-sm-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-sm-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-sm-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-sm-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-sm-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-sm-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-sm-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-sm-122 {
    padding-inline-end: 7.625rem !important;
  }
  .pe-px-sm-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-sm-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-sm-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-sm-150 {
    padding-inline-end: 9.375rem !important;
  }
  .pe-px-sm-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-sm-192 {
    padding-inline-end: 12rem !important;
  }
  .pe-px-sm-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-sm-220 {
    padding-inline-end: 13.75rem !important;
  }
  .pe-px-sm-270 {
    padding-inline-end: 16.875rem !important;
  }
  .pe-px-sm-300 {
    padding-inline-end: 18.75rem !important;
  }
  .pe-px-sm-350 {
    padding-inline-end: 21.875rem !important;
  }
  .pe-px-sm-400 {
    padding-inline-end: 25rem !important;
  }
  .pe-px-sm-500 {
    padding-inline-end: 31.25rem !important;
  }
  .pe-px-sm-600 {
    padding-inline-end: 37.5rem !important;
  }
  .pb-px-sm-0 {
    padding-block-end: 0rem !important;
  }
  .pb-px-sm-1 {
    padding-block-end: 0.0625rem !important;
  }
  .pb-px-sm-2 {
    padding-block-end: 0.125rem !important;
  }
  .pb-px-sm-3 {
    padding-block-end: 0.1875rem !important;
  }
  .pb-px-sm-4 {
    padding-block-end: 0.25rem !important;
  }
  .pb-px-sm-5 {
    padding-block-end: 0.3125rem !important;
  }
  .pb-px-sm-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-px-sm-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-px-sm-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-px-sm-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-px-sm-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-px-sm-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-px-sm-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-px-sm-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-px-sm-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-px-sm-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-px-sm-16 {
    padding-block-end: 1rem !important;
  }
  .pb-px-sm-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-px-sm-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-px-sm-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-px-sm-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-px-sm-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-px-sm-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-px-sm-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-px-sm-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-px-sm-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-px-sm-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-px-sm-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-px-sm-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-px-sm-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-px-sm-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-px-sm-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-px-sm-32 {
    padding-block-end: 2rem !important;
  }
  .pb-px-sm-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-px-sm-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-px-sm-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-px-sm-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-px-sm-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-px-sm-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-px-sm-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-px-sm-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-px-sm-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-px-sm-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-px-sm-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-px-sm-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-px-sm-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-px-sm-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-px-sm-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-px-sm-48 {
    padding-block-end: 3rem !important;
  }
  .pb-px-sm-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-px-sm-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-px-sm-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-px-sm-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-px-sm-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-px-sm-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-px-sm-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-px-sm-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-px-sm-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-px-sm-59 {
    padding-block-end: 3.6875rem !important;
  }
  .pb-px-sm-60 {
    padding-block-end: 3.75rem !important;
  }
  .pb-px-sm-61 {
    padding-block-end: 3.8125rem !important;
  }
  .pb-px-sm-62 {
    padding-block-end: 3.875rem !important;
  }
  .pb-px-sm-63 {
    padding-block-end: 3.9375rem !important;
  }
  .pb-px-sm-64 {
    padding-block-end: 4rem !important;
  }
  .pb-px-sm-68 {
    padding-block-end: 4.25rem !important;
  }
  .pb-px-sm-70 {
    padding-block-end: 4.375rem !important;
  }
  .pb-px-sm-80 {
    padding-block-end: 5rem !important;
  }
  .pb-px-sm-82 {
    padding-block-end: 5.125rem !important;
  }
  .pb-px-sm-83 {
    padding-block-end: 5.1875rem !important;
  }
  .pb-px-sm-84 {
    padding-block-end: 5.25rem !important;
  }
  .pb-px-sm-98 {
    padding-block-end: 6.125rem !important;
  }
  .pb-px-sm-104 {
    padding-block-end: 6.5rem !important;
  }
  .pb-px-sm-122 {
    padding-block-end: 7.625rem !important;
  }
  .pb-px-sm-123 {
    padding-block-end: 7.6875rem !important;
  }
  .pb-px-sm-147 {
    padding-block-end: 9.1875rem !important;
  }
  .pb-px-sm-148 {
    padding-block-end: 9.25rem !important;
  }
  .pb-px-sm-150 {
    padding-block-end: 9.375rem !important;
  }
  .pb-px-sm-180 {
    padding-block-end: 11.25rem !important;
  }
  .pb-px-sm-192 {
    padding-block-end: 12rem !important;
  }
  .pb-px-sm-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-px-sm-220 {
    padding-block-end: 13.75rem !important;
  }
  .pb-px-sm-270 {
    padding-block-end: 16.875rem !important;
  }
  .pb-px-sm-300 {
    padding-block-end: 18.75rem !important;
  }
  .pb-px-sm-350 {
    padding-block-end: 21.875rem !important;
  }
  .pb-px-sm-400 {
    padding-block-end: 25rem !important;
  }
  .pb-px-sm-500 {
    padding-block-end: 31.25rem !important;
  }
  .pb-px-sm-600 {
    padding-block-end: 37.5rem !important;
  }
  .ps-px-sm-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-sm-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-sm-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-sm-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-sm-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-sm-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-sm-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-sm-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-sm-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-sm-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-sm-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-sm-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-sm-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-sm-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-sm-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-sm-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-sm-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-sm-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-sm-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-sm-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-sm-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-sm-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-sm-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-sm-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-sm-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-sm-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-sm-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-sm-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-sm-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-sm-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-sm-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-sm-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-sm-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-sm-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-sm-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-sm-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-sm-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-sm-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-sm-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-sm-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-sm-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-sm-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-sm-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-sm-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-sm-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-sm-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-sm-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-sm-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-sm-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-sm-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-sm-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-sm-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-sm-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-sm-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-sm-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-sm-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-sm-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-sm-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-sm-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-sm-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-sm-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-sm-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-sm-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-sm-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-sm-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-sm-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-sm-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-sm-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-sm-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-sm-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-sm-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-sm-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-sm-122 {
    padding-inline-start: 7.625rem !important;
  }
  .ps-px-sm-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-sm-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-sm-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-sm-150 {
    padding-inline-start: 9.375rem !important;
  }
  .ps-px-sm-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-sm-192 {
    padding-inline-start: 12rem !important;
  }
  .ps-px-sm-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-sm-220 {
    padding-inline-start: 13.75rem !important;
  }
  .ps-px-sm-270 {
    padding-inline-start: 16.875rem !important;
  }
  .ps-px-sm-300 {
    padding-inline-start: 18.75rem !important;
  }
  .ps-px-sm-350 {
    padding-inline-start: 21.875rem !important;
  }
  .ps-px-sm-400 {
    padding-inline-start: 25rem !important;
  }
  .ps-px-sm-500 {
    padding-inline-start: 31.25rem !important;
  }
  .ps-px-sm-600 {
    padding-inline-start: 37.5rem !important;
  }
  .p-rem-sm-unset {
    padding: unset !important;
  }
  .p-rem-sm-1 {
    padding: 1rem !important;
  }
  .p-rem-sm-2 {
    padding: 2rem !important;
  }
  .p-rem-sm-3 {
    padding: 3rem !important;
  }
  .p-rem-sm-4 {
    padding: 4rem !important;
  }
  .p-rem-sm-5 {
    padding: 5rem !important;
  }
  .p-rem-sm-7 {
    padding: 7rem !important;
  }
  .p-rem-sm-8 {
    padding: 8rem !important;
  }
  .p-rem-sm-9 {
    padding: 9rem !important;
  }
  .p-rem-sm-10 {
    padding: 10rem !important;
  }
  .p-rem-sm-11 {
    padding: 11rem !important;
  }
  .p-rem-sm-12 {
    padding: 12rem !important;
  }
  .p-rem-sm-13 {
    padding: 13rem !important;
  }
  .p-rem-sm-14 {
    padding: 14rem !important;
  }
  .p-rem-sm-15 {
    padding: 15rem !important;
  }
  .p-rem-sm-16 {
    padding: 16rem !important;
  }
  .p-rem-sm-17 {
    padding: 17rem !important;
  }
  .p-rem-sm-18 {
    padding: 18rem !important;
  }
  .p-rem-sm-19 {
    padding: 19rem !important;
  }
  .p-rem-sm-20 {
    padding: 20rem !important;
  }
  .p-rem-sm-23 {
    padding: 23rem !important;
  }
  .p-rem-sm-25 {
    padding: 25rem !important;
  }
  .p-rem-sm-30 {
    padding: 30rem !important;
  }
  .p-rem-sm-31 {
    padding: 31rem !important;
  }
  .p-rem-sm-32 {
    padding: 32rem !important;
  }
  .p-rem-sm-33 {
    padding: 33rem !important;
  }
  .p-rem-sm-34 {
    padding: 34rem !important;
  }
  .p-rem-sm-35 {
    padding: 35rem !important;
  }
  .p-rem-sm-36 {
    padding: 36rem !important;
  }
  .p-rem-sm-37 {
    padding: 37rem !important;
  }
  .p-rem-sm-38 {
    padding: 38rem !important;
  }
  .p-rem-sm-39 {
    padding: 39rem !important;
  }
  .p-rem-sm-40 {
    padding: 40rem !important;
  }
  .p-rem-sm-41 {
    padding: 41rem !important;
  }
  .p-rem-sm-42 {
    padding: 42rem !important;
  }
  .p-rem-sm-43 {
    padding: 43rem !important;
  }
  .p-rem-sm-44 {
    padding: 44rem !important;
  }
  .p-rem-sm-45 {
    padding: 45rem !important;
  }
  .p-rem-sm-46 {
    padding: 46rem !important;
  }
  .p-rem-sm-47 {
    padding: 47rem !important;
  }
  .p-rem-sm-48 {
    padding: 48rem !important;
  }
  .p-rem-sm-49 {
    padding: 49rem !important;
  }
  .p-rem-sm-50 {
    padding: 50rem !important;
  }
  .p-rem-sm-51 {
    padding: 51rem !important;
  }
  .p-rem-sm-52 {
    padding: 52rem !important;
  }
  .p-rem-sm-53 {
    padding: 53rem !important;
  }
  .p-rem-sm-54 {
    padding: 54rem !important;
  }
  .p-rem-sm-55 {
    padding: 55rem !important;
  }
  .p-rem-sm-56 {
    padding: 56rem !important;
  }
  .p-rem-sm-57 {
    padding: 57rem !important;
  }
  .p-rem-sm-58 {
    padding: 58rem !important;
  }
  .p-rem-sm-59 {
    padding: 59rem !important;
  }
  .p-rem-sm-60 {
    padding: 60rem !important;
  }
  .p-rem-sm-61 {
    padding: 61rem !important;
  }
  .p-rem-sm-62 {
    padding: 62rem !important;
  }
  .p-rem-sm-63 {
    padding: 63rem !important;
  }
  .p-rem-sm-64 {
    padding: 64rem !important;
  }
  .p-rem-sm-65 {
    padding: 65rem !important;
  }
  .p-rem-sm-66 {
    padding: 66rem !important;
  }
  .p-rem-sm-67 {
    padding: 67rem !important;
  }
  .p-rem-sm-68 {
    padding: 68rem !important;
  }
  .p-rem-sm-69 {
    padding: 69rem !important;
  }
  .p-rem-sm-70 {
    padding: 70rem !important;
  }
  .p-rem-sm-71 {
    padding: 71rem !important;
  }
  .p-rem-sm-72 {
    padding: 72rem !important;
  }
  .p-rem-sm-73 {
    padding: 73rem !important;
  }
  .p-rem-sm-74 {
    padding: 74rem !important;
  }
  .p-rem-sm-75 {
    padding: 75rem !important;
  }
  .p-rem-sm-76 {
    padding: 76rem !important;
  }
  .p-rem-sm-77 {
    padding: 77rem !important;
  }
  .p-rem-sm-78 {
    padding: 78rem !important;
  }
  .p-rem-sm-79 {
    padding: 79rem !important;
  }
  .p-rem-sm-80 {
    padding: 80rem !important;
  }
  .p-rem-sm-95 {
    padding: 95rem !important;
  }
  .p-rem-sm-96 {
    padding: 96rem !important;
  }
  .p-rem-sm-97 {
    padding: 97rem !important;
  }
  .p-rem-sm-100 {
    padding: 100% !important;
  }
  .px-rem-sm-unset {
    padding-inline-start: unset !important;
    padding-inline-end: unset !important;
  }
  .px-rem-sm-1 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-rem-sm-2 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-rem-sm-3 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-rem-sm-4 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-rem-sm-5 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-rem-sm-7 {
    padding-inline-start: 7rem !important;
    padding-inline-end: 7rem !important;
  }
  .px-rem-sm-8 {
    padding-inline-start: 8rem !important;
    padding-inline-end: 8rem !important;
  }
  .px-rem-sm-9 {
    padding-inline-start: 9rem !important;
    padding-inline-end: 9rem !important;
  }
  .px-rem-sm-10 {
    padding-inline-start: 10rem !important;
    padding-inline-end: 10rem !important;
  }
  .px-rem-sm-11 {
    padding-inline-start: 11rem !important;
    padding-inline-end: 11rem !important;
  }
  .px-rem-sm-12 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-rem-sm-13 {
    padding-inline-start: 13rem !important;
    padding-inline-end: 13rem !important;
  }
  .px-rem-sm-14 {
    padding-inline-start: 14rem !important;
    padding-inline-end: 14rem !important;
  }
  .px-rem-sm-15 {
    padding-inline-start: 15rem !important;
    padding-inline-end: 15rem !important;
  }
  .px-rem-sm-16 {
    padding-inline-start: 16rem !important;
    padding-inline-end: 16rem !important;
  }
  .px-rem-sm-17 {
    padding-inline-start: 17rem !important;
    padding-inline-end: 17rem !important;
  }
  .px-rem-sm-18 {
    padding-inline-start: 18rem !important;
    padding-inline-end: 18rem !important;
  }
  .px-rem-sm-19 {
    padding-inline-start: 19rem !important;
    padding-inline-end: 19rem !important;
  }
  .px-rem-sm-20 {
    padding-inline-start: 20rem !important;
    padding-inline-end: 20rem !important;
  }
  .px-rem-sm-23 {
    padding-inline-start: 23rem !important;
    padding-inline-end: 23rem !important;
  }
  .px-rem-sm-25 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-rem-sm-30 {
    padding-inline-start: 30rem !important;
    padding-inline-end: 30rem !important;
  }
  .px-rem-sm-31 {
    padding-inline-start: 31rem !important;
    padding-inline-end: 31rem !important;
  }
  .px-rem-sm-32 {
    padding-inline-start: 32rem !important;
    padding-inline-end: 32rem !important;
  }
  .px-rem-sm-33 {
    padding-inline-start: 33rem !important;
    padding-inline-end: 33rem !important;
  }
  .px-rem-sm-34 {
    padding-inline-start: 34rem !important;
    padding-inline-end: 34rem !important;
  }
  .px-rem-sm-35 {
    padding-inline-start: 35rem !important;
    padding-inline-end: 35rem !important;
  }
  .px-rem-sm-36 {
    padding-inline-start: 36rem !important;
    padding-inline-end: 36rem !important;
  }
  .px-rem-sm-37 {
    padding-inline-start: 37rem !important;
    padding-inline-end: 37rem !important;
  }
  .px-rem-sm-38 {
    padding-inline-start: 38rem !important;
    padding-inline-end: 38rem !important;
  }
  .px-rem-sm-39 {
    padding-inline-start: 39rem !important;
    padding-inline-end: 39rem !important;
  }
  .px-rem-sm-40 {
    padding-inline-start: 40rem !important;
    padding-inline-end: 40rem !important;
  }
  .px-rem-sm-41 {
    padding-inline-start: 41rem !important;
    padding-inline-end: 41rem !important;
  }
  .px-rem-sm-42 {
    padding-inline-start: 42rem !important;
    padding-inline-end: 42rem !important;
  }
  .px-rem-sm-43 {
    padding-inline-start: 43rem !important;
    padding-inline-end: 43rem !important;
  }
  .px-rem-sm-44 {
    padding-inline-start: 44rem !important;
    padding-inline-end: 44rem !important;
  }
  .px-rem-sm-45 {
    padding-inline-start: 45rem !important;
    padding-inline-end: 45rem !important;
  }
  .px-rem-sm-46 {
    padding-inline-start: 46rem !important;
    padding-inline-end: 46rem !important;
  }
  .px-rem-sm-47 {
    padding-inline-start: 47rem !important;
    padding-inline-end: 47rem !important;
  }
  .px-rem-sm-48 {
    padding-inline-start: 48rem !important;
    padding-inline-end: 48rem !important;
  }
  .px-rem-sm-49 {
    padding-inline-start: 49rem !important;
    padding-inline-end: 49rem !important;
  }
  .px-rem-sm-50 {
    padding-inline-start: 50rem !important;
    padding-inline-end: 50rem !important;
  }
  .px-rem-sm-51 {
    padding-inline-start: 51rem !important;
    padding-inline-end: 51rem !important;
  }
  .px-rem-sm-52 {
    padding-inline-start: 52rem !important;
    padding-inline-end: 52rem !important;
  }
  .px-rem-sm-53 {
    padding-inline-start: 53rem !important;
    padding-inline-end: 53rem !important;
  }
  .px-rem-sm-54 {
    padding-inline-start: 54rem !important;
    padding-inline-end: 54rem !important;
  }
  .px-rem-sm-55 {
    padding-inline-start: 55rem !important;
    padding-inline-end: 55rem !important;
  }
  .px-rem-sm-56 {
    padding-inline-start: 56rem !important;
    padding-inline-end: 56rem !important;
  }
  .px-rem-sm-57 {
    padding-inline-start: 57rem !important;
    padding-inline-end: 57rem !important;
  }
  .px-rem-sm-58 {
    padding-inline-start: 58rem !important;
    padding-inline-end: 58rem !important;
  }
  .px-rem-sm-59 {
    padding-inline-start: 59rem !important;
    padding-inline-end: 59rem !important;
  }
  .px-rem-sm-60 {
    padding-inline-start: 60rem !important;
    padding-inline-end: 60rem !important;
  }
  .px-rem-sm-61 {
    padding-inline-start: 61rem !important;
    padding-inline-end: 61rem !important;
  }
  .px-rem-sm-62 {
    padding-inline-start: 62rem !important;
    padding-inline-end: 62rem !important;
  }
  .px-rem-sm-63 {
    padding-inline-start: 63rem !important;
    padding-inline-end: 63rem !important;
  }
  .px-rem-sm-64 {
    padding-inline-start: 64rem !important;
    padding-inline-end: 64rem !important;
  }
  .px-rem-sm-65 {
    padding-inline-start: 65rem !important;
    padding-inline-end: 65rem !important;
  }
  .px-rem-sm-66 {
    padding-inline-start: 66rem !important;
    padding-inline-end: 66rem !important;
  }
  .px-rem-sm-67 {
    padding-inline-start: 67rem !important;
    padding-inline-end: 67rem !important;
  }
  .px-rem-sm-68 {
    padding-inline-start: 68rem !important;
    padding-inline-end: 68rem !important;
  }
  .px-rem-sm-69 {
    padding-inline-start: 69rem !important;
    padding-inline-end: 69rem !important;
  }
  .px-rem-sm-70 {
    padding-inline-start: 70rem !important;
    padding-inline-end: 70rem !important;
  }
  .px-rem-sm-71 {
    padding-inline-start: 71rem !important;
    padding-inline-end: 71rem !important;
  }
  .px-rem-sm-72 {
    padding-inline-start: 72rem !important;
    padding-inline-end: 72rem !important;
  }
  .px-rem-sm-73 {
    padding-inline-start: 73rem !important;
    padding-inline-end: 73rem !important;
  }
  .px-rem-sm-74 {
    padding-inline-start: 74rem !important;
    padding-inline-end: 74rem !important;
  }
  .px-rem-sm-75 {
    padding-inline-start: 75rem !important;
    padding-inline-end: 75rem !important;
  }
  .px-rem-sm-76 {
    padding-inline-start: 76rem !important;
    padding-inline-end: 76rem !important;
  }
  .px-rem-sm-77 {
    padding-inline-start: 77rem !important;
    padding-inline-end: 77rem !important;
  }
  .px-rem-sm-78 {
    padding-inline-start: 78rem !important;
    padding-inline-end: 78rem !important;
  }
  .px-rem-sm-79 {
    padding-inline-start: 79rem !important;
    padding-inline-end: 79rem !important;
  }
  .px-rem-sm-80 {
    padding-inline-start: 80rem !important;
    padding-inline-end: 80rem !important;
  }
  .px-rem-sm-95 {
    padding-inline-start: 95rem !important;
    padding-inline-end: 95rem !important;
  }
  .px-rem-sm-96 {
    padding-inline-start: 96rem !important;
    padding-inline-end: 96rem !important;
  }
  .px-rem-sm-97 {
    padding-inline-start: 97rem !important;
    padding-inline-end: 97rem !important;
  }
  .px-rem-sm-100 {
    padding-inline-start: 100% !important;
    padding-inline-end: 100% !important;
  }
  .py-rem-sm-unset {
    padding-block-start: unset !important;
    padding-block-end: unset !important;
  }
  .py-rem-sm-1 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-rem-sm-2 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-rem-sm-3 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-rem-sm-4 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-rem-sm-5 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-rem-sm-7 {
    padding-block-start: 7rem !important;
    padding-block-end: 7rem !important;
  }
  .py-rem-sm-8 {
    padding-block-start: 8rem !important;
    padding-block-end: 8rem !important;
  }
  .py-rem-sm-9 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-rem-sm-10 {
    padding-block-start: 10rem !important;
    padding-block-end: 10rem !important;
  }
  .py-rem-sm-11 {
    padding-block-start: 11rem !important;
    padding-block-end: 11rem !important;
  }
  .py-rem-sm-12 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-rem-sm-13 {
    padding-block-start: 13rem !important;
    padding-block-end: 13rem !important;
  }
  .py-rem-sm-14 {
    padding-block-start: 14rem !important;
    padding-block-end: 14rem !important;
  }
  .py-rem-sm-15 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-rem-sm-16 {
    padding-block-start: 16rem !important;
    padding-block-end: 16rem !important;
  }
  .py-rem-sm-17 {
    padding-block-start: 17rem !important;
    padding-block-end: 17rem !important;
  }
  .py-rem-sm-18 {
    padding-block-start: 18rem !important;
    padding-block-end: 18rem !important;
  }
  .py-rem-sm-19 {
    padding-block-start: 19rem !important;
    padding-block-end: 19rem !important;
  }
  .py-rem-sm-20 {
    padding-block-start: 20rem !important;
    padding-block-end: 20rem !important;
  }
  .py-rem-sm-23 {
    padding-block-start: 23rem !important;
    padding-block-end: 23rem !important;
  }
  .py-rem-sm-25 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-rem-sm-30 {
    padding-block-start: 30rem !important;
    padding-block-end: 30rem !important;
  }
  .py-rem-sm-31 {
    padding-block-start: 31rem !important;
    padding-block-end: 31rem !important;
  }
  .py-rem-sm-32 {
    padding-block-start: 32rem !important;
    padding-block-end: 32rem !important;
  }
  .py-rem-sm-33 {
    padding-block-start: 33rem !important;
    padding-block-end: 33rem !important;
  }
  .py-rem-sm-34 {
    padding-block-start: 34rem !important;
    padding-block-end: 34rem !important;
  }
  .py-rem-sm-35 {
    padding-block-start: 35rem !important;
    padding-block-end: 35rem !important;
  }
  .py-rem-sm-36 {
    padding-block-start: 36rem !important;
    padding-block-end: 36rem !important;
  }
  .py-rem-sm-37 {
    padding-block-start: 37rem !important;
    padding-block-end: 37rem !important;
  }
  .py-rem-sm-38 {
    padding-block-start: 38rem !important;
    padding-block-end: 38rem !important;
  }
  .py-rem-sm-39 {
    padding-block-start: 39rem !important;
    padding-block-end: 39rem !important;
  }
  .py-rem-sm-40 {
    padding-block-start: 40rem !important;
    padding-block-end: 40rem !important;
  }
  .py-rem-sm-41 {
    padding-block-start: 41rem !important;
    padding-block-end: 41rem !important;
  }
  .py-rem-sm-42 {
    padding-block-start: 42rem !important;
    padding-block-end: 42rem !important;
  }
  .py-rem-sm-43 {
    padding-block-start: 43rem !important;
    padding-block-end: 43rem !important;
  }
  .py-rem-sm-44 {
    padding-block-start: 44rem !important;
    padding-block-end: 44rem !important;
  }
  .py-rem-sm-45 {
    padding-block-start: 45rem !important;
    padding-block-end: 45rem !important;
  }
  .py-rem-sm-46 {
    padding-block-start: 46rem !important;
    padding-block-end: 46rem !important;
  }
  .py-rem-sm-47 {
    padding-block-start: 47rem !important;
    padding-block-end: 47rem !important;
  }
  .py-rem-sm-48 {
    padding-block-start: 48rem !important;
    padding-block-end: 48rem !important;
  }
  .py-rem-sm-49 {
    padding-block-start: 49rem !important;
    padding-block-end: 49rem !important;
  }
  .py-rem-sm-50 {
    padding-block-start: 50rem !important;
    padding-block-end: 50rem !important;
  }
  .py-rem-sm-51 {
    padding-block-start: 51rem !important;
    padding-block-end: 51rem !important;
  }
  .py-rem-sm-52 {
    padding-block-start: 52rem !important;
    padding-block-end: 52rem !important;
  }
  .py-rem-sm-53 {
    padding-block-start: 53rem !important;
    padding-block-end: 53rem !important;
  }
  .py-rem-sm-54 {
    padding-block-start: 54rem !important;
    padding-block-end: 54rem !important;
  }
  .py-rem-sm-55 {
    padding-block-start: 55rem !important;
    padding-block-end: 55rem !important;
  }
  .py-rem-sm-56 {
    padding-block-start: 56rem !important;
    padding-block-end: 56rem !important;
  }
  .py-rem-sm-57 {
    padding-block-start: 57rem !important;
    padding-block-end: 57rem !important;
  }
  .py-rem-sm-58 {
    padding-block-start: 58rem !important;
    padding-block-end: 58rem !important;
  }
  .py-rem-sm-59 {
    padding-block-start: 59rem !important;
    padding-block-end: 59rem !important;
  }
  .py-rem-sm-60 {
    padding-block-start: 60rem !important;
    padding-block-end: 60rem !important;
  }
  .py-rem-sm-61 {
    padding-block-start: 61rem !important;
    padding-block-end: 61rem !important;
  }
  .py-rem-sm-62 {
    padding-block-start: 62rem !important;
    padding-block-end: 62rem !important;
  }
  .py-rem-sm-63 {
    padding-block-start: 63rem !important;
    padding-block-end: 63rem !important;
  }
  .py-rem-sm-64 {
    padding-block-start: 64rem !important;
    padding-block-end: 64rem !important;
  }
  .py-rem-sm-65 {
    padding-block-start: 65rem !important;
    padding-block-end: 65rem !important;
  }
  .py-rem-sm-66 {
    padding-block-start: 66rem !important;
    padding-block-end: 66rem !important;
  }
  .py-rem-sm-67 {
    padding-block-start: 67rem !important;
    padding-block-end: 67rem !important;
  }
  .py-rem-sm-68 {
    padding-block-start: 68rem !important;
    padding-block-end: 68rem !important;
  }
  .py-rem-sm-69 {
    padding-block-start: 69rem !important;
    padding-block-end: 69rem !important;
  }
  .py-rem-sm-70 {
    padding-block-start: 70rem !important;
    padding-block-end: 70rem !important;
  }
  .py-rem-sm-71 {
    padding-block-start: 71rem !important;
    padding-block-end: 71rem !important;
  }
  .py-rem-sm-72 {
    padding-block-start: 72rem !important;
    padding-block-end: 72rem !important;
  }
  .py-rem-sm-73 {
    padding-block-start: 73rem !important;
    padding-block-end: 73rem !important;
  }
  .py-rem-sm-74 {
    padding-block-start: 74rem !important;
    padding-block-end: 74rem !important;
  }
  .py-rem-sm-75 {
    padding-block-start: 75rem !important;
    padding-block-end: 75rem !important;
  }
  .py-rem-sm-76 {
    padding-block-start: 76rem !important;
    padding-block-end: 76rem !important;
  }
  .py-rem-sm-77 {
    padding-block-start: 77rem !important;
    padding-block-end: 77rem !important;
  }
  .py-rem-sm-78 {
    padding-block-start: 78rem !important;
    padding-block-end: 78rem !important;
  }
  .py-rem-sm-79 {
    padding-block-start: 79rem !important;
    padding-block-end: 79rem !important;
  }
  .py-rem-sm-80 {
    padding-block-start: 80rem !important;
    padding-block-end: 80rem !important;
  }
  .py-rem-sm-95 {
    padding-block-start: 95rem !important;
    padding-block-end: 95rem !important;
  }
  .py-rem-sm-96 {
    padding-block-start: 96rem !important;
    padding-block-end: 96rem !important;
  }
  .py-rem-sm-97 {
    padding-block-start: 97rem !important;
    padding-block-end: 97rem !important;
  }
  .py-rem-sm-100 {
    padding-block-start: 100% !important;
    padding-block-end: 100% !important;
  }
  .pt-rem-sm-unset {
    padding-block-start: unset !important;
  }
  .pt-rem-sm-1 {
    padding-block-start: 1rem !important;
  }
  .pt-rem-sm-2 {
    padding-block-start: 2rem !important;
  }
  .pt-rem-sm-3 {
    padding-block-start: 3rem !important;
  }
  .pt-rem-sm-4 {
    padding-block-start: 4rem !important;
  }
  .pt-rem-sm-5 {
    padding-block-start: 5rem !important;
  }
  .pt-rem-sm-7 {
    padding-block-start: 7rem !important;
  }
  .pt-rem-sm-8 {
    padding-block-start: 8rem !important;
  }
  .pt-rem-sm-9 {
    padding-block-start: 9rem !important;
  }
  .pt-rem-sm-10 {
    padding-block-start: 10rem !important;
  }
  .pt-rem-sm-11 {
    padding-block-start: 11rem !important;
  }
  .pt-rem-sm-12 {
    padding-block-start: 12rem !important;
  }
  .pt-rem-sm-13 {
    padding-block-start: 13rem !important;
  }
  .pt-rem-sm-14 {
    padding-block-start: 14rem !important;
  }
  .pt-rem-sm-15 {
    padding-block-start: 15rem !important;
  }
  .pt-rem-sm-16 {
    padding-block-start: 16rem !important;
  }
  .pt-rem-sm-17 {
    padding-block-start: 17rem !important;
  }
  .pt-rem-sm-18 {
    padding-block-start: 18rem !important;
  }
  .pt-rem-sm-19 {
    padding-block-start: 19rem !important;
  }
  .pt-rem-sm-20 {
    padding-block-start: 20rem !important;
  }
  .pt-rem-sm-23 {
    padding-block-start: 23rem !important;
  }
  .pt-rem-sm-25 {
    padding-block-start: 25rem !important;
  }
  .pt-rem-sm-30 {
    padding-block-start: 30rem !important;
  }
  .pt-rem-sm-31 {
    padding-block-start: 31rem !important;
  }
  .pt-rem-sm-32 {
    padding-block-start: 32rem !important;
  }
  .pt-rem-sm-33 {
    padding-block-start: 33rem !important;
  }
  .pt-rem-sm-34 {
    padding-block-start: 34rem !important;
  }
  .pt-rem-sm-35 {
    padding-block-start: 35rem !important;
  }
  .pt-rem-sm-36 {
    padding-block-start: 36rem !important;
  }
  .pt-rem-sm-37 {
    padding-block-start: 37rem !important;
  }
  .pt-rem-sm-38 {
    padding-block-start: 38rem !important;
  }
  .pt-rem-sm-39 {
    padding-block-start: 39rem !important;
  }
  .pt-rem-sm-40 {
    padding-block-start: 40rem !important;
  }
  .pt-rem-sm-41 {
    padding-block-start: 41rem !important;
  }
  .pt-rem-sm-42 {
    padding-block-start: 42rem !important;
  }
  .pt-rem-sm-43 {
    padding-block-start: 43rem !important;
  }
  .pt-rem-sm-44 {
    padding-block-start: 44rem !important;
  }
  .pt-rem-sm-45 {
    padding-block-start: 45rem !important;
  }
  .pt-rem-sm-46 {
    padding-block-start: 46rem !important;
  }
  .pt-rem-sm-47 {
    padding-block-start: 47rem !important;
  }
  .pt-rem-sm-48 {
    padding-block-start: 48rem !important;
  }
  .pt-rem-sm-49 {
    padding-block-start: 49rem !important;
  }
  .pt-rem-sm-50 {
    padding-block-start: 50rem !important;
  }
  .pt-rem-sm-51 {
    padding-block-start: 51rem !important;
  }
  .pt-rem-sm-52 {
    padding-block-start: 52rem !important;
  }
  .pt-rem-sm-53 {
    padding-block-start: 53rem !important;
  }
  .pt-rem-sm-54 {
    padding-block-start: 54rem !important;
  }
  .pt-rem-sm-55 {
    padding-block-start: 55rem !important;
  }
  .pt-rem-sm-56 {
    padding-block-start: 56rem !important;
  }
  .pt-rem-sm-57 {
    padding-block-start: 57rem !important;
  }
  .pt-rem-sm-58 {
    padding-block-start: 58rem !important;
  }
  .pt-rem-sm-59 {
    padding-block-start: 59rem !important;
  }
  .pt-rem-sm-60 {
    padding-block-start: 60rem !important;
  }
  .pt-rem-sm-61 {
    padding-block-start: 61rem !important;
  }
  .pt-rem-sm-62 {
    padding-block-start: 62rem !important;
  }
  .pt-rem-sm-63 {
    padding-block-start: 63rem !important;
  }
  .pt-rem-sm-64 {
    padding-block-start: 64rem !important;
  }
  .pt-rem-sm-65 {
    padding-block-start: 65rem !important;
  }
  .pt-rem-sm-66 {
    padding-block-start: 66rem !important;
  }
  .pt-rem-sm-67 {
    padding-block-start: 67rem !important;
  }
  .pt-rem-sm-68 {
    padding-block-start: 68rem !important;
  }
  .pt-rem-sm-69 {
    padding-block-start: 69rem !important;
  }
  .pt-rem-sm-70 {
    padding-block-start: 70rem !important;
  }
  .pt-rem-sm-71 {
    padding-block-start: 71rem !important;
  }
  .pt-rem-sm-72 {
    padding-block-start: 72rem !important;
  }
  .pt-rem-sm-73 {
    padding-block-start: 73rem !important;
  }
  .pt-rem-sm-74 {
    padding-block-start: 74rem !important;
  }
  .pt-rem-sm-75 {
    padding-block-start: 75rem !important;
  }
  .pt-rem-sm-76 {
    padding-block-start: 76rem !important;
  }
  .pt-rem-sm-77 {
    padding-block-start: 77rem !important;
  }
  .pt-rem-sm-78 {
    padding-block-start: 78rem !important;
  }
  .pt-rem-sm-79 {
    padding-block-start: 79rem !important;
  }
  .pt-rem-sm-80 {
    padding-block-start: 80rem !important;
  }
  .pt-rem-sm-95 {
    padding-block-start: 95rem !important;
  }
  .pt-rem-sm-96 {
    padding-block-start: 96rem !important;
  }
  .pt-rem-sm-97 {
    padding-block-start: 97rem !important;
  }
  .pt-rem-sm-100 {
    padding-block-start: 100% !important;
  }
  .pe-rem-sm-unset {
    padding-inline-end: unset !important;
  }
  .pe-rem-sm-1 {
    padding-inline-end: 1rem !important;
  }
  .pe-rem-sm-2 {
    padding-inline-end: 2rem !important;
  }
  .pe-rem-sm-3 {
    padding-inline-end: 3rem !important;
  }
  .pe-rem-sm-4 {
    padding-inline-end: 4rem !important;
  }
  .pe-rem-sm-5 {
    padding-inline-end: 5rem !important;
  }
  .pe-rem-sm-7 {
    padding-inline-end: 7rem !important;
  }
  .pe-rem-sm-8 {
    padding-inline-end: 8rem !important;
  }
  .pe-rem-sm-9 {
    padding-inline-end: 9rem !important;
  }
  .pe-rem-sm-10 {
    padding-inline-end: 10rem !important;
  }
  .pe-rem-sm-11 {
    padding-inline-end: 11rem !important;
  }
  .pe-rem-sm-12 {
    padding-inline-end: 12rem !important;
  }
  .pe-rem-sm-13 {
    padding-inline-end: 13rem !important;
  }
  .pe-rem-sm-14 {
    padding-inline-end: 14rem !important;
  }
  .pe-rem-sm-15 {
    padding-inline-end: 15rem !important;
  }
  .pe-rem-sm-16 {
    padding-inline-end: 16rem !important;
  }
  .pe-rem-sm-17 {
    padding-inline-end: 17rem !important;
  }
  .pe-rem-sm-18 {
    padding-inline-end: 18rem !important;
  }
  .pe-rem-sm-19 {
    padding-inline-end: 19rem !important;
  }
  .pe-rem-sm-20 {
    padding-inline-end: 20rem !important;
  }
  .pe-rem-sm-23 {
    padding-inline-end: 23rem !important;
  }
  .pe-rem-sm-25 {
    padding-inline-end: 25rem !important;
  }
  .pe-rem-sm-30 {
    padding-inline-end: 30rem !important;
  }
  .pe-rem-sm-31 {
    padding-inline-end: 31rem !important;
  }
  .pe-rem-sm-32 {
    padding-inline-end: 32rem !important;
  }
  .pe-rem-sm-33 {
    padding-inline-end: 33rem !important;
  }
  .pe-rem-sm-34 {
    padding-inline-end: 34rem !important;
  }
  .pe-rem-sm-35 {
    padding-inline-end: 35rem !important;
  }
  .pe-rem-sm-36 {
    padding-inline-end: 36rem !important;
  }
  .pe-rem-sm-37 {
    padding-inline-end: 37rem !important;
  }
  .pe-rem-sm-38 {
    padding-inline-end: 38rem !important;
  }
  .pe-rem-sm-39 {
    padding-inline-end: 39rem !important;
  }
  .pe-rem-sm-40 {
    padding-inline-end: 40rem !important;
  }
  .pe-rem-sm-41 {
    padding-inline-end: 41rem !important;
  }
  .pe-rem-sm-42 {
    padding-inline-end: 42rem !important;
  }
  .pe-rem-sm-43 {
    padding-inline-end: 43rem !important;
  }
  .pe-rem-sm-44 {
    padding-inline-end: 44rem !important;
  }
  .pe-rem-sm-45 {
    padding-inline-end: 45rem !important;
  }
  .pe-rem-sm-46 {
    padding-inline-end: 46rem !important;
  }
  .pe-rem-sm-47 {
    padding-inline-end: 47rem !important;
  }
  .pe-rem-sm-48 {
    padding-inline-end: 48rem !important;
  }
  .pe-rem-sm-49 {
    padding-inline-end: 49rem !important;
  }
  .pe-rem-sm-50 {
    padding-inline-end: 50rem !important;
  }
  .pe-rem-sm-51 {
    padding-inline-end: 51rem !important;
  }
  .pe-rem-sm-52 {
    padding-inline-end: 52rem !important;
  }
  .pe-rem-sm-53 {
    padding-inline-end: 53rem !important;
  }
  .pe-rem-sm-54 {
    padding-inline-end: 54rem !important;
  }
  .pe-rem-sm-55 {
    padding-inline-end: 55rem !important;
  }
  .pe-rem-sm-56 {
    padding-inline-end: 56rem !important;
  }
  .pe-rem-sm-57 {
    padding-inline-end: 57rem !important;
  }
  .pe-rem-sm-58 {
    padding-inline-end: 58rem !important;
  }
  .pe-rem-sm-59 {
    padding-inline-end: 59rem !important;
  }
  .pe-rem-sm-60 {
    padding-inline-end: 60rem !important;
  }
  .pe-rem-sm-61 {
    padding-inline-end: 61rem !important;
  }
  .pe-rem-sm-62 {
    padding-inline-end: 62rem !important;
  }
  .pe-rem-sm-63 {
    padding-inline-end: 63rem !important;
  }
  .pe-rem-sm-64 {
    padding-inline-end: 64rem !important;
  }
  .pe-rem-sm-65 {
    padding-inline-end: 65rem !important;
  }
  .pe-rem-sm-66 {
    padding-inline-end: 66rem !important;
  }
  .pe-rem-sm-67 {
    padding-inline-end: 67rem !important;
  }
  .pe-rem-sm-68 {
    padding-inline-end: 68rem !important;
  }
  .pe-rem-sm-69 {
    padding-inline-end: 69rem !important;
  }
  .pe-rem-sm-70 {
    padding-inline-end: 70rem !important;
  }
  .pe-rem-sm-71 {
    padding-inline-end: 71rem !important;
  }
  .pe-rem-sm-72 {
    padding-inline-end: 72rem !important;
  }
  .pe-rem-sm-73 {
    padding-inline-end: 73rem !important;
  }
  .pe-rem-sm-74 {
    padding-inline-end: 74rem !important;
  }
  .pe-rem-sm-75 {
    padding-inline-end: 75rem !important;
  }
  .pe-rem-sm-76 {
    padding-inline-end: 76rem !important;
  }
  .pe-rem-sm-77 {
    padding-inline-end: 77rem !important;
  }
  .pe-rem-sm-78 {
    padding-inline-end: 78rem !important;
  }
  .pe-rem-sm-79 {
    padding-inline-end: 79rem !important;
  }
  .pe-rem-sm-80 {
    padding-inline-end: 80rem !important;
  }
  .pe-rem-sm-95 {
    padding-inline-end: 95rem !important;
  }
  .pe-rem-sm-96 {
    padding-inline-end: 96rem !important;
  }
  .pe-rem-sm-97 {
    padding-inline-end: 97rem !important;
  }
  .pe-rem-sm-100 {
    padding-inline-end: 100% !important;
  }
  .pb-rem-sm-unset {
    padding-block-end: unset !important;
  }
  .pb-rem-sm-1 {
    padding-block-end: 1rem !important;
  }
  .pb-rem-sm-2 {
    padding-block-end: 2rem !important;
  }
  .pb-rem-sm-3 {
    padding-block-end: 3rem !important;
  }
  .pb-rem-sm-4 {
    padding-block-end: 4rem !important;
  }
  .pb-rem-sm-5 {
    padding-block-end: 5rem !important;
  }
  .pb-rem-sm-7 {
    padding-block-end: 7rem !important;
  }
  .pb-rem-sm-8 {
    padding-block-end: 8rem !important;
  }
  .pb-rem-sm-9 {
    padding-block-end: 9rem !important;
  }
  .pb-rem-sm-10 {
    padding-block-end: 10rem !important;
  }
  .pb-rem-sm-11 {
    padding-block-end: 11rem !important;
  }
  .pb-rem-sm-12 {
    padding-block-end: 12rem !important;
  }
  .pb-rem-sm-13 {
    padding-block-end: 13rem !important;
  }
  .pb-rem-sm-14 {
    padding-block-end: 14rem !important;
  }
  .pb-rem-sm-15 {
    padding-block-end: 15rem !important;
  }
  .pb-rem-sm-16 {
    padding-block-end: 16rem !important;
  }
  .pb-rem-sm-17 {
    padding-block-end: 17rem !important;
  }
  .pb-rem-sm-18 {
    padding-block-end: 18rem !important;
  }
  .pb-rem-sm-19 {
    padding-block-end: 19rem !important;
  }
  .pb-rem-sm-20 {
    padding-block-end: 20rem !important;
  }
  .pb-rem-sm-23 {
    padding-block-end: 23rem !important;
  }
  .pb-rem-sm-25 {
    padding-block-end: 25rem !important;
  }
  .pb-rem-sm-30 {
    padding-block-end: 30rem !important;
  }
  .pb-rem-sm-31 {
    padding-block-end: 31rem !important;
  }
  .pb-rem-sm-32 {
    padding-block-end: 32rem !important;
  }
  .pb-rem-sm-33 {
    padding-block-end: 33rem !important;
  }
  .pb-rem-sm-34 {
    padding-block-end: 34rem !important;
  }
  .pb-rem-sm-35 {
    padding-block-end: 35rem !important;
  }
  .pb-rem-sm-36 {
    padding-block-end: 36rem !important;
  }
  .pb-rem-sm-37 {
    padding-block-end: 37rem !important;
  }
  .pb-rem-sm-38 {
    padding-block-end: 38rem !important;
  }
  .pb-rem-sm-39 {
    padding-block-end: 39rem !important;
  }
  .pb-rem-sm-40 {
    padding-block-end: 40rem !important;
  }
  .pb-rem-sm-41 {
    padding-block-end: 41rem !important;
  }
  .pb-rem-sm-42 {
    padding-block-end: 42rem !important;
  }
  .pb-rem-sm-43 {
    padding-block-end: 43rem !important;
  }
  .pb-rem-sm-44 {
    padding-block-end: 44rem !important;
  }
  .pb-rem-sm-45 {
    padding-block-end: 45rem !important;
  }
  .pb-rem-sm-46 {
    padding-block-end: 46rem !important;
  }
  .pb-rem-sm-47 {
    padding-block-end: 47rem !important;
  }
  .pb-rem-sm-48 {
    padding-block-end: 48rem !important;
  }
  .pb-rem-sm-49 {
    padding-block-end: 49rem !important;
  }
  .pb-rem-sm-50 {
    padding-block-end: 50rem !important;
  }
  .pb-rem-sm-51 {
    padding-block-end: 51rem !important;
  }
  .pb-rem-sm-52 {
    padding-block-end: 52rem !important;
  }
  .pb-rem-sm-53 {
    padding-block-end: 53rem !important;
  }
  .pb-rem-sm-54 {
    padding-block-end: 54rem !important;
  }
  .pb-rem-sm-55 {
    padding-block-end: 55rem !important;
  }
  .pb-rem-sm-56 {
    padding-block-end: 56rem !important;
  }
  .pb-rem-sm-57 {
    padding-block-end: 57rem !important;
  }
  .pb-rem-sm-58 {
    padding-block-end: 58rem !important;
  }
  .pb-rem-sm-59 {
    padding-block-end: 59rem !important;
  }
  .pb-rem-sm-60 {
    padding-block-end: 60rem !important;
  }
  .pb-rem-sm-61 {
    padding-block-end: 61rem !important;
  }
  .pb-rem-sm-62 {
    padding-block-end: 62rem !important;
  }
  .pb-rem-sm-63 {
    padding-block-end: 63rem !important;
  }
  .pb-rem-sm-64 {
    padding-block-end: 64rem !important;
  }
  .pb-rem-sm-65 {
    padding-block-end: 65rem !important;
  }
  .pb-rem-sm-66 {
    padding-block-end: 66rem !important;
  }
  .pb-rem-sm-67 {
    padding-block-end: 67rem !important;
  }
  .pb-rem-sm-68 {
    padding-block-end: 68rem !important;
  }
  .pb-rem-sm-69 {
    padding-block-end: 69rem !important;
  }
  .pb-rem-sm-70 {
    padding-block-end: 70rem !important;
  }
  .pb-rem-sm-71 {
    padding-block-end: 71rem !important;
  }
  .pb-rem-sm-72 {
    padding-block-end: 72rem !important;
  }
  .pb-rem-sm-73 {
    padding-block-end: 73rem !important;
  }
  .pb-rem-sm-74 {
    padding-block-end: 74rem !important;
  }
  .pb-rem-sm-75 {
    padding-block-end: 75rem !important;
  }
  .pb-rem-sm-76 {
    padding-block-end: 76rem !important;
  }
  .pb-rem-sm-77 {
    padding-block-end: 77rem !important;
  }
  .pb-rem-sm-78 {
    padding-block-end: 78rem !important;
  }
  .pb-rem-sm-79 {
    padding-block-end: 79rem !important;
  }
  .pb-rem-sm-80 {
    padding-block-end: 80rem !important;
  }
  .pb-rem-sm-95 {
    padding-block-end: 95rem !important;
  }
  .pb-rem-sm-96 {
    padding-block-end: 96rem !important;
  }
  .pb-rem-sm-97 {
    padding-block-end: 97rem !important;
  }
  .pb-rem-sm-100 {
    padding-block-end: 100% !important;
  }
  .ps-rem-sm-unset {
    padding-inline-start: unset !important;
  }
  .ps-rem-sm-1 {
    padding-inline-start: 1rem !important;
  }
  .ps-rem-sm-2 {
    padding-inline-start: 2rem !important;
  }
  .ps-rem-sm-3 {
    padding-inline-start: 3rem !important;
  }
  .ps-rem-sm-4 {
    padding-inline-start: 4rem !important;
  }
  .ps-rem-sm-5 {
    padding-inline-start: 5rem !important;
  }
  .ps-rem-sm-7 {
    padding-inline-start: 7rem !important;
  }
  .ps-rem-sm-8 {
    padding-inline-start: 8rem !important;
  }
  .ps-rem-sm-9 {
    padding-inline-start: 9rem !important;
  }
  .ps-rem-sm-10 {
    padding-inline-start: 10rem !important;
  }
  .ps-rem-sm-11 {
    padding-inline-start: 11rem !important;
  }
  .ps-rem-sm-12 {
    padding-inline-start: 12rem !important;
  }
  .ps-rem-sm-13 {
    padding-inline-start: 13rem !important;
  }
  .ps-rem-sm-14 {
    padding-inline-start: 14rem !important;
  }
  .ps-rem-sm-15 {
    padding-inline-start: 15rem !important;
  }
  .ps-rem-sm-16 {
    padding-inline-start: 16rem !important;
  }
  .ps-rem-sm-17 {
    padding-inline-start: 17rem !important;
  }
  .ps-rem-sm-18 {
    padding-inline-start: 18rem !important;
  }
  .ps-rem-sm-19 {
    padding-inline-start: 19rem !important;
  }
  .ps-rem-sm-20 {
    padding-inline-start: 20rem !important;
  }
  .ps-rem-sm-23 {
    padding-inline-start: 23rem !important;
  }
  .ps-rem-sm-25 {
    padding-inline-start: 25rem !important;
  }
  .ps-rem-sm-30 {
    padding-inline-start: 30rem !important;
  }
  .ps-rem-sm-31 {
    padding-inline-start: 31rem !important;
  }
  .ps-rem-sm-32 {
    padding-inline-start: 32rem !important;
  }
  .ps-rem-sm-33 {
    padding-inline-start: 33rem !important;
  }
  .ps-rem-sm-34 {
    padding-inline-start: 34rem !important;
  }
  .ps-rem-sm-35 {
    padding-inline-start: 35rem !important;
  }
  .ps-rem-sm-36 {
    padding-inline-start: 36rem !important;
  }
  .ps-rem-sm-37 {
    padding-inline-start: 37rem !important;
  }
  .ps-rem-sm-38 {
    padding-inline-start: 38rem !important;
  }
  .ps-rem-sm-39 {
    padding-inline-start: 39rem !important;
  }
  .ps-rem-sm-40 {
    padding-inline-start: 40rem !important;
  }
  .ps-rem-sm-41 {
    padding-inline-start: 41rem !important;
  }
  .ps-rem-sm-42 {
    padding-inline-start: 42rem !important;
  }
  .ps-rem-sm-43 {
    padding-inline-start: 43rem !important;
  }
  .ps-rem-sm-44 {
    padding-inline-start: 44rem !important;
  }
  .ps-rem-sm-45 {
    padding-inline-start: 45rem !important;
  }
  .ps-rem-sm-46 {
    padding-inline-start: 46rem !important;
  }
  .ps-rem-sm-47 {
    padding-inline-start: 47rem !important;
  }
  .ps-rem-sm-48 {
    padding-inline-start: 48rem !important;
  }
  .ps-rem-sm-49 {
    padding-inline-start: 49rem !important;
  }
  .ps-rem-sm-50 {
    padding-inline-start: 50rem !important;
  }
  .ps-rem-sm-51 {
    padding-inline-start: 51rem !important;
  }
  .ps-rem-sm-52 {
    padding-inline-start: 52rem !important;
  }
  .ps-rem-sm-53 {
    padding-inline-start: 53rem !important;
  }
  .ps-rem-sm-54 {
    padding-inline-start: 54rem !important;
  }
  .ps-rem-sm-55 {
    padding-inline-start: 55rem !important;
  }
  .ps-rem-sm-56 {
    padding-inline-start: 56rem !important;
  }
  .ps-rem-sm-57 {
    padding-inline-start: 57rem !important;
  }
  .ps-rem-sm-58 {
    padding-inline-start: 58rem !important;
  }
  .ps-rem-sm-59 {
    padding-inline-start: 59rem !important;
  }
  .ps-rem-sm-60 {
    padding-inline-start: 60rem !important;
  }
  .ps-rem-sm-61 {
    padding-inline-start: 61rem !important;
  }
  .ps-rem-sm-62 {
    padding-inline-start: 62rem !important;
  }
  .ps-rem-sm-63 {
    padding-inline-start: 63rem !important;
  }
  .ps-rem-sm-64 {
    padding-inline-start: 64rem !important;
  }
  .ps-rem-sm-65 {
    padding-inline-start: 65rem !important;
  }
  .ps-rem-sm-66 {
    padding-inline-start: 66rem !important;
  }
  .ps-rem-sm-67 {
    padding-inline-start: 67rem !important;
  }
  .ps-rem-sm-68 {
    padding-inline-start: 68rem !important;
  }
  .ps-rem-sm-69 {
    padding-inline-start: 69rem !important;
  }
  .ps-rem-sm-70 {
    padding-inline-start: 70rem !important;
  }
  .ps-rem-sm-71 {
    padding-inline-start: 71rem !important;
  }
  .ps-rem-sm-72 {
    padding-inline-start: 72rem !important;
  }
  .ps-rem-sm-73 {
    padding-inline-start: 73rem !important;
  }
  .ps-rem-sm-74 {
    padding-inline-start: 74rem !important;
  }
  .ps-rem-sm-75 {
    padding-inline-start: 75rem !important;
  }
  .ps-rem-sm-76 {
    padding-inline-start: 76rem !important;
  }
  .ps-rem-sm-77 {
    padding-inline-start: 77rem !important;
  }
  .ps-rem-sm-78 {
    padding-inline-start: 78rem !important;
  }
  .ps-rem-sm-79 {
    padding-inline-start: 79rem !important;
  }
  .ps-rem-sm-80 {
    padding-inline-start: 80rem !important;
  }
  .ps-rem-sm-95 {
    padding-inline-start: 95rem !important;
  }
  .ps-rem-sm-96 {
    padding-inline-start: 96rem !important;
  }
  .ps-rem-sm-97 {
    padding-inline-start: 97rem !important;
  }
  .ps-rem-sm-100 {
    padding-inline-start: 100% !important;
  }
  .rounded-px-sm-0 {
    border-radius: 0rem !important;
  }
  .rounded-px-sm-1 {
    border-radius: 0.0625rem !important;
  }
  .rounded-px-sm-2 {
    border-radius: 0.125rem !important;
  }
  .rounded-px-sm-3 {
    border-radius: 0.1875rem !important;
  }
  .rounded-px-sm-4 {
    border-radius: 0.25rem !important;
  }
  .rounded-px-sm-5 {
    border-radius: 0.3125rem !important;
  }
  .rounded-px-sm-6 {
    border-radius: 0.375rem !important;
  }
  .rounded-px-sm-7 {
    border-radius: 0.4375rem !important;
  }
  .rounded-px-sm-8 {
    border-radius: 0.5rem !important;
  }
  .rounded-px-sm-9 {
    border-radius: 0.5625rem !important;
  }
  .rounded-px-sm-10 {
    border-radius: 0.625rem !important;
  }
  .rounded-px-sm-11 {
    border-radius: 0.6875rem !important;
  }
  .rounded-px-sm-12 {
    border-radius: 0.75rem !important;
  }
  .rounded-px-sm-13 {
    border-radius: 0.8125rem !important;
  }
  .rounded-px-sm-14 {
    border-radius: 0.875rem !important;
  }
  .rounded-px-sm-15 {
    border-radius: 0.9375rem !important;
  }
  .rounded-px-sm-16 {
    border-radius: 1rem !important;
  }
  .rounded-px-sm-17 {
    border-radius: 1.0625rem !important;
  }
  .rounded-px-sm-18 {
    border-radius: 1.125rem !important;
  }
  .rounded-px-sm-19 {
    border-radius: 1.1875rem !important;
  }
  .rounded-px-sm-20 {
    border-radius: 1.25rem !important;
  }
  .rounded-px-sm-21 {
    border-radius: 1.3125rem !important;
  }
  .rounded-px-sm-22 {
    border-radius: 1.375rem !important;
  }
  .rounded-px-sm-23 {
    border-radius: 1.4375rem !important;
  }
  .rounded-px-sm-24 {
    border-radius: 1.5rem !important;
  }
  .rounded-px-sm-25 {
    border-radius: 1.5625rem !important;
  }
  .rounded-px-sm-26 {
    border-radius: 1.625rem !important;
  }
  .rounded-px-sm-27 {
    border-radius: 1.6875rem !important;
  }
  .rounded-px-sm-28 {
    border-radius: 1.75rem !important;
  }
  .rounded-px-sm-29 {
    border-radius: 1.8125rem !important;
  }
  .rounded-px-sm-30 {
    border-radius: 1.875rem !important;
  }
  .rounded-px-sm-31 {
    border-radius: 1.9375rem !important;
  }
  .rounded-px-sm-32 {
    border-radius: 2rem !important;
  }
  .rounded-px-sm-33 {
    border-radius: 2.0625rem !important;
  }
  .rounded-px-sm-34 {
    border-radius: 2.125rem !important;
  }
  .rounded-px-sm-35 {
    border-radius: 2.1875rem !important;
  }
  .rounded-px-sm-36 {
    border-radius: 2.25rem !important;
  }
  .rounded-px-sm-37 {
    border-radius: 2.3125rem !important;
  }
  .rounded-px-sm-38 {
    border-radius: 2.375rem !important;
  }
  .rounded-px-sm-39 {
    border-radius: 2.4375rem !important;
  }
  .rounded-px-sm-40 {
    border-radius: 2.5rem !important;
  }
  .rounded-px-sm-41 {
    border-radius: 2.5625rem !important;
  }
  .rounded-px-sm-42 {
    border-radius: 2.625rem !important;
  }
  .rounded-px-sm-43 {
    border-radius: 2.6875rem !important;
  }
  .rounded-px-sm-44 {
    border-radius: 2.75rem !important;
  }
  .rounded-px-sm-45 {
    border-radius: 2.8125rem !important;
  }
  .rounded-px-sm-46 {
    border-radius: 2.875rem !important;
  }
  .rounded-px-sm-47 {
    border-radius: 2.9375rem !important;
  }
  .rounded-px-sm-48 {
    border-radius: 3rem !important;
  }
  .rounded-px-sm-49 {
    border-radius: 3.0625rem !important;
  }
  .rounded-px-sm-50 {
    border-radius: 3.125rem !important;
  }
  .rounded-px-sm-51 {
    border-radius: 3.1875rem !important;
  }
  .rounded-px-sm-52 {
    border-radius: 3.25rem !important;
  }
  .rounded-px-sm-53 {
    border-radius: 3.3125rem !important;
  }
  .rounded-px-sm-54 {
    border-radius: 3.375rem !important;
  }
  .rounded-px-sm-56 {
    border-radius: 3.5rem !important;
  }
  .rounded-px-sm-57 {
    border-radius: 3.5625rem !important;
  }
  .rounded-px-sm-58 {
    border-radius: 3.625rem !important;
  }
  .rounded-px-sm-59 {
    border-radius: 3.6875rem !important;
  }
  .rounded-px-sm-60 {
    border-radius: 3.75rem !important;
  }
  .rounded-px-sm-61 {
    border-radius: 3.8125rem !important;
  }
  .rounded-px-sm-62 {
    border-radius: 3.875rem !important;
  }
  .rounded-px-sm-63 {
    border-radius: 3.9375rem !important;
  }
  .rounded-px-sm-64 {
    border-radius: 4rem !important;
  }
  .rounded-px-sm-68 {
    border-radius: 4.25rem !important;
  }
  .rounded-px-sm-70 {
    border-radius: 4.375rem !important;
  }
  .rounded-px-sm-80 {
    border-radius: 5rem !important;
  }
  .rounded-px-sm-82 {
    border-radius: 5.125rem !important;
  }
  .rounded-px-sm-83 {
    border-radius: 5.1875rem !important;
  }
  .rounded-px-sm-84 {
    border-radius: 5.25rem !important;
  }
  .rounded-px-sm-98 {
    border-radius: 6.125rem !important;
  }
  .rounded-px-sm-104 {
    border-radius: 6.5rem !important;
  }
  .rounded-px-sm-122 {
    border-radius: 7.625rem !important;
  }
  .rounded-px-sm-123 {
    border-radius: 7.6875rem !important;
  }
  .rounded-px-sm-147 {
    border-radius: 9.1875rem !important;
  }
  .rounded-px-sm-148 {
    border-radius: 9.25rem !important;
  }
  .rounded-px-sm-150 {
    border-radius: 9.375rem !important;
  }
  .rounded-px-sm-180 {
    border-radius: 11.25rem !important;
  }
  .rounded-px-sm-192 {
    border-radius: 12rem !important;
  }
  .rounded-px-sm-200 {
    border-radius: 12.5rem !important;
  }
  .rounded-px-sm-220 {
    border-radius: 13.75rem !important;
  }
  .rounded-px-sm-270 {
    border-radius: 16.875rem !important;
  }
  .rounded-px-sm-300 {
    border-radius: 18.75rem !important;
  }
  .rounded-px-sm-350 {
    border-radius: 21.875rem !important;
  }
  .rounded-px-sm-400 {
    border-radius: 25rem !important;
  }
  .rounded-px-sm-500 {
    border-radius: 31.25rem !important;
  }
  .rounded-px-sm-600 {
    border-radius: 37.5rem !important;
  }
  .border-top-right-radius-sm-0 {
    border-top-right-radius: 0 !important;
  }
  .border-top-right-radius-sm-1 {
    border-top-right-radius: 0.0625rem !important;
  }
  .border-top-right-radius-sm-2 {
    border-top-right-radius: 0.125rem !important;
  }
  .border-top-right-radius-sm-3 {
    border-top-right-radius: 0.1875rem !important;
  }
  .border-top-right-radius-sm-4 {
    border-top-right-radius: 0.5625rem !important;
  }
  .border-top-right-radius-sm-5 {
    border-top-right-radius: 0.3125rem !important;
  }
  .border-top-right-radius-sm-6 {
    border-top-right-radius: 0.375rem !important;
  }
  .border-top-right-radius-sm-7 {
    border-top-right-radius: 0.4375rem !important;
  }
  .border-top-left-radius-sm-0 {
    border-top-left-radius: 0 !important;
  }
  .border-top-left-radius-sm-1 {
    border-top-left-radius: 0.0625rem !important;
  }
  .border-top-left-radius-sm-2 {
    border-top-left-radius: 0.125rem !important;
  }
  .border-top-left-radius-sm-3 {
    border-top-left-radius: 0.1875rem !important;
  }
  .border-top-left-radius-sm-4 {
    border-top-left-radius: 0.5625rem !important;
  }
  .border-top-left-radius-sm-5 {
    border-top-left-radius: 0.3125rem !important;
  }
  .border-top-left-radius-sm-6 {
    border-top-left-radius: 0.375rem !important;
  }
  .border-top-left-radius-sm-7 {
    border-top-left-radius: 0.4375rem !important;
  }
  .border-bottom-left-radius-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  .border-bottom-left-radius-sm-1 {
    border-bottom-left-radius: 0.0625rem !important;
  }
  .border-bottom-left-radius-sm-2 {
    border-bottom-left-radius: 0.125rem !important;
  }
  .border-bottom-left-radius-sm-3 {
    border-bottom-left-radius: 0.1875rem !important;
  }
  .border-bottom-left-radius-sm-4 {
    border-bottom-left-radius: 0.5625rem !important;
  }
  .border-bottom-left-radius-sm-5 {
    border-bottom-left-radius: 0.3125rem !important;
  }
  .border-bottom-left-radius-sm-6 {
    border-bottom-left-radius: 0.375rem !important;
  }
  .border-bottom-left-radius-sm-7 {
    border-bottom-left-radius: 0.4375rem !important;
  }
  .border-bottom-right-radius-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  .border-bottom-right-radius-sm-1 {
    border-bottom-right-radius: 0.0625rem !important;
  }
  .border-bottom-right-radius-sm-2 {
    border-bottom-right-radius: 0.125rem !important;
  }
  .border-bottom-right-radius-sm-3 {
    border-bottom-right-radius: 0.1875rem !important;
  }
  .border-bottom-right-radius-sm-4 {
    border-bottom-right-radius: 0.5625rem !important;
  }
  .border-bottom-right-radius-sm-5 {
    border-bottom-right-radius: 0.3125rem !important;
  }
  .border-bottom-right-radius-sm-6 {
    border-bottom-right-radius: 0.375rem !important;
  }
  .border-bottom-right-radius-sm-7 {
    border-bottom-right-radius: 0.4375rem !important;
  }
  .top-px-sm-0 {
    inset-block-start: 0rem !important;
  }
  .top-px-sm-1 {
    inset-block-start: 0.0625rem !important;
  }
  .top-px-sm-2 {
    inset-block-start: 0.125rem !important;
  }
  .top-px-sm-3 {
    inset-block-start: 0.1875rem !important;
  }
  .top-px-sm-4 {
    inset-block-start: 0.25rem !important;
  }
  .top-px-sm-5 {
    inset-block-start: 0.3125rem !important;
  }
  .top-px-sm-6 {
    inset-block-start: 0.375rem !important;
  }
  .top-px-sm-7 {
    inset-block-start: 0.4375rem !important;
  }
  .top-px-sm-8 {
    inset-block-start: 0.5rem !important;
  }
  .top-px-sm-9 {
    inset-block-start: 0.5625rem !important;
  }
  .top-px-sm-10 {
    inset-block-start: 0.625rem !important;
  }
  .top-px-sm-11 {
    inset-block-start: 0.6875rem !important;
  }
  .top-px-sm-12 {
    inset-block-start: 0.75rem !important;
  }
  .top-px-sm-13 {
    inset-block-start: 0.8125rem !important;
  }
  .top-px-sm-14 {
    inset-block-start: 0.875rem !important;
  }
  .top-px-sm-15 {
    inset-block-start: 0.9375rem !important;
  }
  .top-px-sm-16 {
    inset-block-start: 1rem !important;
  }
  .top-px-sm-17 {
    inset-block-start: 1.0625rem !important;
  }
  .top-px-sm-18 {
    inset-block-start: 1.125rem !important;
  }
  .top-px-sm-19 {
    inset-block-start: 1.1875rem !important;
  }
  .top-px-sm-20 {
    inset-block-start: 1.25rem !important;
  }
  .top-px-sm-21 {
    inset-block-start: 1.3125rem !important;
  }
  .top-px-sm-22 {
    inset-block-start: 1.375rem !important;
  }
  .top-px-sm-23 {
    inset-block-start: 1.4375rem !important;
  }
  .top-px-sm-24 {
    inset-block-start: 1.5rem !important;
  }
  .top-px-sm-25 {
    inset-block-start: 1.5625rem !important;
  }
  .top-px-sm-26 {
    inset-block-start: 1.625rem !important;
  }
  .top-px-sm-27 {
    inset-block-start: 1.6875rem !important;
  }
  .top-px-sm-28 {
    inset-block-start: 1.75rem !important;
  }
  .top-px-sm-29 {
    inset-block-start: 1.8125rem !important;
  }
  .top-px-sm-30 {
    inset-block-start: 1.875rem !important;
  }
  .top-px-sm-31 {
    inset-block-start: 1.9375rem !important;
  }
  .top-px-sm-32 {
    inset-block-start: 2rem !important;
  }
  .top-px-sm-33 {
    inset-block-start: 2.0625rem !important;
  }
  .top-px-sm-34 {
    inset-block-start: 2.125rem !important;
  }
  .top-px-sm-35 {
    inset-block-start: 2.1875rem !important;
  }
  .top-px-sm-36 {
    inset-block-start: 2.25rem !important;
  }
  .top-px-sm-37 {
    inset-block-start: 2.3125rem !important;
  }
  .top-px-sm-38 {
    inset-block-start: 2.375rem !important;
  }
  .top-px-sm-39 {
    inset-block-start: 2.4375rem !important;
  }
  .top-px-sm-40 {
    inset-block-start: 2.5rem !important;
  }
  .top-px-sm-41 {
    inset-block-start: 2.5625rem !important;
  }
  .top-px-sm-42 {
    inset-block-start: 2.625rem !important;
  }
  .top-px-sm-43 {
    inset-block-start: 2.6875rem !important;
  }
  .top-px-sm-44 {
    inset-block-start: 2.75rem !important;
  }
  .top-px-sm-45 {
    inset-block-start: 2.8125rem !important;
  }
  .top-px-sm-46 {
    inset-block-start: 2.875rem !important;
  }
  .top-px-sm-47 {
    inset-block-start: 2.9375rem !important;
  }
  .top-px-sm-48 {
    inset-block-start: 3rem !important;
  }
  .top-px-sm-49 {
    inset-block-start: 3.0625rem !important;
  }
  .top-px-sm-50 {
    inset-block-start: 3.125rem !important;
  }
  .top-px-sm-51 {
    inset-block-start: 3.1875rem !important;
  }
  .top-px-sm-52 {
    inset-block-start: 3.25rem !important;
  }
  .top-px-sm-53 {
    inset-block-start: 3.3125rem !important;
  }
  .top-px-sm-54 {
    inset-block-start: 3.375rem !important;
  }
  .top-px-sm-56 {
    inset-block-start: 3.5rem !important;
  }
  .top-px-sm-57 {
    inset-block-start: 3.5625rem !important;
  }
  .top-px-sm-58 {
    inset-block-start: 3.625rem !important;
  }
  .top-px-sm-59 {
    inset-block-start: 3.6875rem !important;
  }
  .top-px-sm-60 {
    inset-block-start: 3.75rem !important;
  }
  .top-px-sm-61 {
    inset-block-start: 3.8125rem !important;
  }
  .top-px-sm-62 {
    inset-block-start: 3.875rem !important;
  }
  .top-px-sm-63 {
    inset-block-start: 3.9375rem !important;
  }
  .top-px-sm-64 {
    inset-block-start: 4rem !important;
  }
  .top-px-sm-68 {
    inset-block-start: 4.25rem !important;
  }
  .top-px-sm-70 {
    inset-block-start: 4.375rem !important;
  }
  .top-px-sm-80 {
    inset-block-start: 5rem !important;
  }
  .top-px-sm-82 {
    inset-block-start: 5.125rem !important;
  }
  .top-px-sm-83 {
    inset-block-start: 5.1875rem !important;
  }
  .top-px-sm-84 {
    inset-block-start: 5.25rem !important;
  }
  .top-px-sm-98 {
    inset-block-start: 6.125rem !important;
  }
  .top-px-sm-104 {
    inset-block-start: 6.5rem !important;
  }
  .top-px-sm-122 {
    inset-block-start: 7.625rem !important;
  }
  .top-px-sm-123 {
    inset-block-start: 7.6875rem !important;
  }
  .top-px-sm-147 {
    inset-block-start: 9.1875rem !important;
  }
  .top-px-sm-148 {
    inset-block-start: 9.25rem !important;
  }
  .top-px-sm-150 {
    inset-block-start: 9.375rem !important;
  }
  .top-px-sm-180 {
    inset-block-start: 11.25rem !important;
  }
  .top-px-sm-192 {
    inset-block-start: 12rem !important;
  }
  .top-px-sm-200 {
    inset-block-start: 12.5rem !important;
  }
  .top-px-sm-220 {
    inset-block-start: 13.75rem !important;
  }
  .top-px-sm-270 {
    inset-block-start: 16.875rem !important;
  }
  .top-px-sm-300 {
    inset-block-start: 18.75rem !important;
  }
  .top-px-sm-350 {
    inset-block-start: 21.875rem !important;
  }
  .top-px-sm-400 {
    inset-block-start: 25rem !important;
  }
  .top-px-sm-500 {
    inset-block-start: 31.25rem !important;
  }
  .top-px-sm-600 {
    inset-block-start: 37.5rem !important;
  }
  .bottom-px-sm-0 {
    inset-block-end: 0rem !important;
  }
  .bottom-px-sm-1 {
    inset-block-end: 0.0625rem !important;
  }
  .bottom-px-sm-2 {
    inset-block-end: 0.125rem !important;
  }
  .bottom-px-sm-3 {
    inset-block-end: 0.1875rem !important;
  }
  .bottom-px-sm-4 {
    inset-block-end: 0.25rem !important;
  }
  .bottom-px-sm-5 {
    inset-block-end: 0.3125rem !important;
  }
  .bottom-px-sm-6 {
    inset-block-end: 0.375rem !important;
  }
  .bottom-px-sm-7 {
    inset-block-end: 0.4375rem !important;
  }
  .bottom-px-sm-8 {
    inset-block-end: 0.5rem !important;
  }
  .bottom-px-sm-9 {
    inset-block-end: 0.5625rem !important;
  }
  .bottom-px-sm-10 {
    inset-block-end: 0.625rem !important;
  }
  .bottom-px-sm-11 {
    inset-block-end: 0.6875rem !important;
  }
  .bottom-px-sm-12 {
    inset-block-end: 0.75rem !important;
  }
  .bottom-px-sm-13 {
    inset-block-end: 0.8125rem !important;
  }
  .bottom-px-sm-14 {
    inset-block-end: 0.875rem !important;
  }
  .bottom-px-sm-15 {
    inset-block-end: 0.9375rem !important;
  }
  .bottom-px-sm-16 {
    inset-block-end: 1rem !important;
  }
  .bottom-px-sm-17 {
    inset-block-end: 1.0625rem !important;
  }
  .bottom-px-sm-18 {
    inset-block-end: 1.125rem !important;
  }
  .bottom-px-sm-19 {
    inset-block-end: 1.1875rem !important;
  }
  .bottom-px-sm-20 {
    inset-block-end: 1.25rem !important;
  }
  .bottom-px-sm-21 {
    inset-block-end: 1.3125rem !important;
  }
  .bottom-px-sm-22 {
    inset-block-end: 1.375rem !important;
  }
  .bottom-px-sm-23 {
    inset-block-end: 1.4375rem !important;
  }
  .bottom-px-sm-24 {
    inset-block-end: 1.5rem !important;
  }
  .bottom-px-sm-25 {
    inset-block-end: 1.5625rem !important;
  }
  .bottom-px-sm-26 {
    inset-block-end: 1.625rem !important;
  }
  .bottom-px-sm-27 {
    inset-block-end: 1.6875rem !important;
  }
  .bottom-px-sm-28 {
    inset-block-end: 1.75rem !important;
  }
  .bottom-px-sm-29 {
    inset-block-end: 1.8125rem !important;
  }
  .bottom-px-sm-30 {
    inset-block-end: 1.875rem !important;
  }
  .bottom-px-sm-31 {
    inset-block-end: 1.9375rem !important;
  }
  .bottom-px-sm-32 {
    inset-block-end: 2rem !important;
  }
  .bottom-px-sm-33 {
    inset-block-end: 2.0625rem !important;
  }
  .bottom-px-sm-34 {
    inset-block-end: 2.125rem !important;
  }
  .bottom-px-sm-35 {
    inset-block-end: 2.1875rem !important;
  }
  .bottom-px-sm-36 {
    inset-block-end: 2.25rem !important;
  }
  .bottom-px-sm-37 {
    inset-block-end: 2.3125rem !important;
  }
  .bottom-px-sm-38 {
    inset-block-end: 2.375rem !important;
  }
  .bottom-px-sm-39 {
    inset-block-end: 2.4375rem !important;
  }
  .bottom-px-sm-40 {
    inset-block-end: 2.5rem !important;
  }
  .bottom-px-sm-41 {
    inset-block-end: 2.5625rem !important;
  }
  .bottom-px-sm-42 {
    inset-block-end: 2.625rem !important;
  }
  .bottom-px-sm-43 {
    inset-block-end: 2.6875rem !important;
  }
  .bottom-px-sm-44 {
    inset-block-end: 2.75rem !important;
  }
  .bottom-px-sm-45 {
    inset-block-end: 2.8125rem !important;
  }
  .bottom-px-sm-46 {
    inset-block-end: 2.875rem !important;
  }
  .bottom-px-sm-47 {
    inset-block-end: 2.9375rem !important;
  }
  .bottom-px-sm-48 {
    inset-block-end: 3rem !important;
  }
  .bottom-px-sm-49 {
    inset-block-end: 3.0625rem !important;
  }
  .bottom-px-sm-50 {
    inset-block-end: 3.125rem !important;
  }
  .bottom-px-sm-51 {
    inset-block-end: 3.1875rem !important;
  }
  .bottom-px-sm-52 {
    inset-block-end: 3.25rem !important;
  }
  .bottom-px-sm-53 {
    inset-block-end: 3.3125rem !important;
  }
  .bottom-px-sm-54 {
    inset-block-end: 3.375rem !important;
  }
  .bottom-px-sm-56 {
    inset-block-end: 3.5rem !important;
  }
  .bottom-px-sm-57 {
    inset-block-end: 3.5625rem !important;
  }
  .bottom-px-sm-58 {
    inset-block-end: 3.625rem !important;
  }
  .bottom-px-sm-59 {
    inset-block-end: 3.6875rem !important;
  }
  .bottom-px-sm-60 {
    inset-block-end: 3.75rem !important;
  }
  .bottom-px-sm-61 {
    inset-block-end: 3.8125rem !important;
  }
  .bottom-px-sm-62 {
    inset-block-end: 3.875rem !important;
  }
  .bottom-px-sm-63 {
    inset-block-end: 3.9375rem !important;
  }
  .bottom-px-sm-64 {
    inset-block-end: 4rem !important;
  }
  .bottom-px-sm-68 {
    inset-block-end: 4.25rem !important;
  }
  .bottom-px-sm-70 {
    inset-block-end: 4.375rem !important;
  }
  .bottom-px-sm-80 {
    inset-block-end: 5rem !important;
  }
  .bottom-px-sm-82 {
    inset-block-end: 5.125rem !important;
  }
  .bottom-px-sm-83 {
    inset-block-end: 5.1875rem !important;
  }
  .bottom-px-sm-84 {
    inset-block-end: 5.25rem !important;
  }
  .bottom-px-sm-98 {
    inset-block-end: 6.125rem !important;
  }
  .bottom-px-sm-104 {
    inset-block-end: 6.5rem !important;
  }
  .bottom-px-sm-122 {
    inset-block-end: 7.625rem !important;
  }
  .bottom-px-sm-123 {
    inset-block-end: 7.6875rem !important;
  }
  .bottom-px-sm-147 {
    inset-block-end: 9.1875rem !important;
  }
  .bottom-px-sm-148 {
    inset-block-end: 9.25rem !important;
  }
  .bottom-px-sm-150 {
    inset-block-end: 9.375rem !important;
  }
  .bottom-px-sm-180 {
    inset-block-end: 11.25rem !important;
  }
  .bottom-px-sm-192 {
    inset-block-end: 12rem !important;
  }
  .bottom-px-sm-200 {
    inset-block-end: 12.5rem !important;
  }
  .bottom-px-sm-220 {
    inset-block-end: 13.75rem !important;
  }
  .bottom-px-sm-270 {
    inset-block-end: 16.875rem !important;
  }
  .bottom-px-sm-300 {
    inset-block-end: 18.75rem !important;
  }
  .bottom-px-sm-350 {
    inset-block-end: 21.875rem !important;
  }
  .bottom-px-sm-400 {
    inset-block-end: 25rem !important;
  }
  .bottom-px-sm-500 {
    inset-block-end: 31.25rem !important;
  }
  .bottom-px-sm-600 {
    inset-block-end: 37.5rem !important;
  }
  .start-px-sm-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-sm-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-sm-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-sm-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-sm-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-sm-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-sm-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-sm-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-sm-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-sm-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-sm-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-sm-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-sm-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-sm-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-sm-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-sm-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-sm-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-sm-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-sm-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-sm-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-sm-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-sm-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-sm-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-sm-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-sm-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-sm-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-sm-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-sm-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-sm-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-sm-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-sm-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-sm-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-sm-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-sm-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-sm-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-sm-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-sm-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-sm-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-sm-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-sm-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-sm-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-sm-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-sm-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-sm-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-sm-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-sm-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-sm-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-sm-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-sm-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-sm-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-sm-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-sm-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-sm-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-sm-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-sm-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-sm-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-sm-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-sm-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-sm-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-sm-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-sm-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-sm-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-sm-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-sm-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-sm-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-sm-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-sm-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-sm-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-sm-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-sm-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-sm-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-sm-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-sm-122 {
    inset-inline-start: 7.625rem !important;
  }
  .start-px-sm-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-sm-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-sm-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-sm-150 {
    inset-inline-start: 9.375rem !important;
  }
  .start-px-sm-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-sm-192 {
    inset-inline-start: 12rem !important;
  }
  .start-px-sm-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-sm-220 {
    inset-inline-start: 13.75rem !important;
  }
  .start-px-sm-270 {
    inset-inline-start: 16.875rem !important;
  }
  .start-px-sm-300 {
    inset-inline-start: 18.75rem !important;
  }
  .start-px-sm-350 {
    inset-inline-start: 21.875rem !important;
  }
  .start-px-sm-400 {
    inset-inline-start: 25rem !important;
  }
  .start-px-sm-500 {
    inset-inline-start: 31.25rem !important;
  }
  .start-px-sm-600 {
    inset-inline-start: 37.5rem !important;
  }
  .end-px-sm-0 {
    inset-inline-end: 0rem !important;
  }
  .end-px-sm-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-px-sm-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-px-sm-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-px-sm-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-px-sm-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-px-sm-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-px-sm-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-px-sm-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-px-sm-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-px-sm-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-px-sm-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-px-sm-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-px-sm-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-px-sm-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-px-sm-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-px-sm-16 {
    inset-inline-end: 1rem !important;
  }
  .end-px-sm-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-px-sm-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-px-sm-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-px-sm-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-px-sm-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-px-sm-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-px-sm-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-px-sm-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-px-sm-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-px-sm-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-px-sm-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-px-sm-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-px-sm-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-px-sm-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-px-sm-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-px-sm-32 {
    inset-inline-end: 2rem !important;
  }
  .end-px-sm-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-px-sm-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-px-sm-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-px-sm-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-px-sm-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-px-sm-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-px-sm-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-px-sm-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-px-sm-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-px-sm-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-px-sm-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-px-sm-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-px-sm-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-px-sm-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-px-sm-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-px-sm-48 {
    inset-inline-end: 3rem !important;
  }
  .end-px-sm-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-px-sm-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-px-sm-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-px-sm-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-px-sm-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-px-sm-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-px-sm-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-px-sm-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-px-sm-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-px-sm-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-px-sm-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-px-sm-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-px-sm-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-px-sm-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-px-sm-64 {
    inset-inline-end: 4rem !important;
  }
  .end-px-sm-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-px-sm-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-px-sm-80 {
    inset-inline-end: 5rem !important;
  }
  .end-px-sm-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-px-sm-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-px-sm-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-px-sm-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-px-sm-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-px-sm-122 {
    inset-inline-end: 7.625rem !important;
  }
  .end-px-sm-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-px-sm-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-px-sm-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-px-sm-150 {
    inset-inline-end: 9.375rem !important;
  }
  .end-px-sm-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-px-sm-192 {
    inset-inline-end: 12rem !important;
  }
  .end-px-sm-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-px-sm-220 {
    inset-inline-end: 13.75rem !important;
  }
  .end-px-sm-270 {
    inset-inline-end: 16.875rem !important;
  }
  .end-px-sm-300 {
    inset-inline-end: 18.75rem !important;
  }
  .end-px-sm-350 {
    inset-inline-end: 21.875rem !important;
  }
  .end-px-sm-400 {
    inset-inline-end: 25rem !important;
  }
  .end-px-sm-500 {
    inset-inline-end: 31.25rem !important;
  }
  .end-px-sm-600 {
    inset-inline-end: 37.5rem !important;
  }
  .top-px-sm-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .top-px-sm-n2 {
    inset-block-start: -0.125rem !important;
  }
  .top-px-sm-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .top-px-sm-n4 {
    inset-block-start: -0.25rem !important;
  }
  .top-px-sm-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .top-px-sm-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-px-sm-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .top-px-sm-n8 {
    inset-block-start: -0.5rem !important;
  }
  .top-px-sm-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .top-px-sm-n10 {
    inset-block-start: -0.625rem !important;
  }
  .top-px-sm-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .top-px-sm-n12 {
    inset-block-start: -0.75rem !important;
  }
  .top-px-sm-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .top-px-sm-n14 {
    inset-block-start: -0.875rem !important;
  }
  .top-px-sm-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .top-px-sm-n16 {
    inset-block-start: -1rem !important;
  }
  .top-px-sm-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .top-px-sm-n18 {
    inset-block-start: -1.125rem !important;
  }
  .top-px-sm-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .top-px-sm-n20 {
    inset-block-start: -1.25rem !important;
  }
  .top-px-sm-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .top-px-sm-n22 {
    inset-block-start: -1.375rem !important;
  }
  .top-px-sm-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .top-px-sm-n24 {
    inset-block-start: -1.5rem !important;
  }
  .top-px-sm-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .top-px-sm-n26 {
    inset-block-start: -1.625rem !important;
  }
  .top-px-sm-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .top-px-sm-n28 {
    inset-block-start: -1.75rem !important;
  }
  .top-px-sm-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .top-px-sm-n30 {
    inset-block-start: -1.875rem !important;
  }
  .top-px-sm-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .top-px-sm-n32 {
    inset-block-start: -2rem !important;
  }
  .top-px-sm-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .top-px-sm-n34 {
    inset-block-start: -2.125rem !important;
  }
  .top-px-sm-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .top-px-sm-n36 {
    inset-block-start: -2.25rem !important;
  }
  .top-px-sm-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .top-px-sm-n38 {
    inset-block-start: -2.375rem !important;
  }
  .top-px-sm-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .top-px-sm-n40 {
    inset-block-start: -2.5rem !important;
  }
  .top-px-sm-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .top-px-sm-n42 {
    inset-block-start: -2.625rem !important;
  }
  .top-px-sm-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .top-px-sm-n44 {
    inset-block-start: -2.75rem !important;
  }
  .top-px-sm-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .top-px-sm-n46 {
    inset-block-start: -2.875rem !important;
  }
  .top-px-sm-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .top-px-sm-n48 {
    inset-block-start: -3rem !important;
  }
  .top-px-sm-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .top-px-sm-n50 {
    inset-block-start: -3.125rem !important;
  }
  .top-px-sm-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .top-px-sm-n52 {
    inset-block-start: -3.25rem !important;
  }
  .top-px-sm-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .top-px-sm-n54 {
    inset-block-start: -3.375rem !important;
  }
  .top-px-sm-n56 {
    inset-block-start: -3.5rem !important;
  }
  .top-px-sm-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .top-px-sm-n58 {
    inset-block-start: -3.625rem !important;
  }
  .top-px-sm-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .top-px-sm-n60 {
    inset-block-start: -3.75rem !important;
  }
  .top-px-sm-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .top-px-sm-n62 {
    inset-block-start: -3.875rem !important;
  }
  .top-px-sm-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .top-px-sm-n64 {
    inset-block-start: -4rem !important;
  }
  .top-px-sm-n68 {
    inset-block-start: -4.25rem !important;
  }
  .top-px-sm-n70 {
    inset-block-start: -4.375rem !important;
  }
  .top-px-sm-n80 {
    inset-block-start: -5rem !important;
  }
  .top-px-sm-n82 {
    inset-block-start: -5.125rem !important;
  }
  .top-px-sm-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .top-px-sm-n84 {
    inset-block-start: -5.25rem !important;
  }
  .top-px-sm-n98 {
    inset-block-start: -6.125rem !important;
  }
  .top-px-sm-n104 {
    inset-block-start: -6.5rem !important;
  }
  .top-px-sm-n122 {
    inset-block-start: -7.625rem !important;
  }
  .top-px-sm-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .top-px-sm-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .top-px-sm-n148 {
    inset-block-start: -9.25rem !important;
  }
  .top-px-sm-n150 {
    inset-block-start: -9.375rem !important;
  }
  .top-px-sm-n180 {
    inset-block-start: -11.25rem !important;
  }
  .top-px-sm-n192 {
    inset-block-start: -12rem !important;
  }
  .top-px-sm-n200 {
    inset-block-start: -12.5rem !important;
  }
  .top-px-sm-n220 {
    inset-block-start: -13.75rem !important;
  }
  .top-px-sm-n270 {
    inset-block-start: -16.875rem !important;
  }
  .top-px-sm-n300 {
    inset-block-start: -18.75rem !important;
  }
  .top-px-sm-n350 {
    inset-block-start: -21.875rem !important;
  }
  .top-px-sm-n400 {
    inset-block-start: -25rem !important;
  }
  .top-px-sm-n500 {
    inset-block-start: -31.25rem !important;
  }
  .top-px-sm-n600 {
    inset-block-start: -37.5rem !important;
  }
  .bottom-px-sm-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .bottom-px-sm-n2 {
    inset-block-start: -0.125rem !important;
  }
  .bottom-px-sm-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .bottom-px-sm-n4 {
    inset-block-start: -0.25rem !important;
  }
  .bottom-px-sm-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .bottom-px-sm-n6 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-px-sm-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .bottom-px-sm-n8 {
    inset-block-start: -0.5rem !important;
  }
  .bottom-px-sm-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .bottom-px-sm-n10 {
    inset-block-start: -0.625rem !important;
  }
  .bottom-px-sm-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .bottom-px-sm-n12 {
    inset-block-start: -0.75rem !important;
  }
  .bottom-px-sm-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .bottom-px-sm-n14 {
    inset-block-start: -0.875rem !important;
  }
  .bottom-px-sm-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .bottom-px-sm-n16 {
    inset-block-start: -1rem !important;
  }
  .bottom-px-sm-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .bottom-px-sm-n18 {
    inset-block-start: -1.125rem !important;
  }
  .bottom-px-sm-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .bottom-px-sm-n20 {
    inset-block-start: -1.25rem !important;
  }
  .bottom-px-sm-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .bottom-px-sm-n22 {
    inset-block-start: -1.375rem !important;
  }
  .bottom-px-sm-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .bottom-px-sm-n24 {
    inset-block-start: -1.5rem !important;
  }
  .bottom-px-sm-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .bottom-px-sm-n26 {
    inset-block-start: -1.625rem !important;
  }
  .bottom-px-sm-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .bottom-px-sm-n28 {
    inset-block-start: -1.75rem !important;
  }
  .bottom-px-sm-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .bottom-px-sm-n30 {
    inset-block-start: -1.875rem !important;
  }
  .bottom-px-sm-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .bottom-px-sm-n32 {
    inset-block-start: -2rem !important;
  }
  .bottom-px-sm-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .bottom-px-sm-n34 {
    inset-block-start: -2.125rem !important;
  }
  .bottom-px-sm-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .bottom-px-sm-n36 {
    inset-block-start: -2.25rem !important;
  }
  .bottom-px-sm-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .bottom-px-sm-n38 {
    inset-block-start: -2.375rem !important;
  }
  .bottom-px-sm-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .bottom-px-sm-n40 {
    inset-block-start: -2.5rem !important;
  }
  .bottom-px-sm-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .bottom-px-sm-n42 {
    inset-block-start: -2.625rem !important;
  }
  .bottom-px-sm-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .bottom-px-sm-n44 {
    inset-block-start: -2.75rem !important;
  }
  .bottom-px-sm-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .bottom-px-sm-n46 {
    inset-block-start: -2.875rem !important;
  }
  .bottom-px-sm-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .bottom-px-sm-n48 {
    inset-block-start: -3rem !important;
  }
  .bottom-px-sm-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .bottom-px-sm-n50 {
    inset-block-start: -3.125rem !important;
  }
  .bottom-px-sm-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .bottom-px-sm-n52 {
    inset-block-start: -3.25rem !important;
  }
  .bottom-px-sm-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .bottom-px-sm-n54 {
    inset-block-start: -3.375rem !important;
  }
  .bottom-px-sm-n56 {
    inset-block-start: -3.5rem !important;
  }
  .bottom-px-sm-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .bottom-px-sm-n58 {
    inset-block-start: -3.625rem !important;
  }
  .bottom-px-sm-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .bottom-px-sm-n60 {
    inset-block-start: -3.75rem !important;
  }
  .bottom-px-sm-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .bottom-px-sm-n62 {
    inset-block-start: -3.875rem !important;
  }
  .bottom-px-sm-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .bottom-px-sm-n64 {
    inset-block-start: -4rem !important;
  }
  .bottom-px-sm-n68 {
    inset-block-start: -4.25rem !important;
  }
  .bottom-px-sm-n70 {
    inset-block-start: -4.375rem !important;
  }
  .bottom-px-sm-n80 {
    inset-block-start: -5rem !important;
  }
  .bottom-px-sm-n82 {
    inset-block-start: -5.125rem !important;
  }
  .bottom-px-sm-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .bottom-px-sm-n84 {
    inset-block-start: -5.25rem !important;
  }
  .bottom-px-sm-n98 {
    inset-block-start: -6.125rem !important;
  }
  .bottom-px-sm-n104 {
    inset-block-start: -6.5rem !important;
  }
  .bottom-px-sm-n122 {
    inset-block-start: -7.625rem !important;
  }
  .bottom-px-sm-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .bottom-px-sm-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .bottom-px-sm-n148 {
    inset-block-start: -9.25rem !important;
  }
  .bottom-px-sm-n150 {
    inset-block-start: -9.375rem !important;
  }
  .bottom-px-sm-n180 {
    inset-block-start: -11.25rem !important;
  }
  .bottom-px-sm-n192 {
    inset-block-start: -12rem !important;
  }
  .bottom-px-sm-n200 {
    inset-block-start: -12.5rem !important;
  }
  .bottom-px-sm-n220 {
    inset-block-start: -13.75rem !important;
  }
  .bottom-px-sm-n270 {
    inset-block-start: -16.875rem !important;
  }
  .bottom-px-sm-n300 {
    inset-block-start: -18.75rem !important;
  }
  .bottom-px-sm-n350 {
    inset-block-start: -21.875rem !important;
  }
  .bottom-px-sm-n400 {
    inset-block-start: -25rem !important;
  }
  .bottom-px-sm-n500 {
    inset-block-start: -31.25rem !important;
  }
  .bottom-px-sm-n600 {
    inset-block-start: -37.5rem !important;
  }
  .start-px-sm-n1 {
    inset-inline-start: -0.0625rem !important;
  }
  .start-px-sm-n2 {
    inset-inline-start: -0.125rem !important;
  }
  .start-px-sm-n3 {
    inset-inline-start: -0.1875rem !important;
  }
  .start-px-sm-n4 {
    inset-inline-start: -0.25rem !important;
  }
  .start-px-sm-n5 {
    inset-inline-start: -0.3125rem !important;
  }
  .start-px-sm-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-px-sm-n7 {
    inset-inline-start: -0.4375rem !important;
  }
  .start-px-sm-n8 {
    inset-inline-start: -0.5rem !important;
  }
  .start-px-sm-n9 {
    inset-inline-start: -0.5625rem !important;
  }
  .start-px-sm-n10 {
    inset-inline-start: -0.625rem !important;
  }
  .start-px-sm-n11 {
    inset-inline-start: -0.6875rem !important;
  }
  .start-px-sm-n12 {
    inset-inline-start: -0.75rem !important;
  }
  .start-px-sm-n13 {
    inset-inline-start: -0.8125rem !important;
  }
  .start-px-sm-n14 {
    inset-inline-start: -0.875rem !important;
  }
  .start-px-sm-n15 {
    inset-inline-start: -0.9375rem !important;
  }
  .start-px-sm-n16 {
    inset-inline-start: -1rem !important;
  }
  .start-px-sm-n17 {
    inset-inline-start: -1.0625rem !important;
  }
  .start-px-sm-n18 {
    inset-inline-start: -1.125rem !important;
  }
  .start-px-sm-n19 {
    inset-inline-start: -1.1875rem !important;
  }
  .start-px-sm-n20 {
    inset-inline-start: -1.25rem !important;
  }
  .start-px-sm-n21 {
    inset-inline-start: -1.3125rem !important;
  }
  .start-px-sm-n22 {
    inset-inline-start: -1.375rem !important;
  }
  .start-px-sm-n23 {
    inset-inline-start: -1.4375rem !important;
  }
  .start-px-sm-n24 {
    inset-inline-start: -1.5rem !important;
  }
  .start-px-sm-n25 {
    inset-inline-start: -1.5625rem !important;
  }
  .start-px-sm-n26 {
    inset-inline-start: -1.625rem !important;
  }
  .start-px-sm-n27 {
    inset-inline-start: -1.6875rem !important;
  }
  .start-px-sm-n28 {
    inset-inline-start: -1.75rem !important;
  }
  .start-px-sm-n29 {
    inset-inline-start: -1.8125rem !important;
  }
  .start-px-sm-n30 {
    inset-inline-start: -1.875rem !important;
  }
  .start-px-sm-n31 {
    inset-inline-start: -1.9375rem !important;
  }
  .start-px-sm-n32 {
    inset-inline-start: -2rem !important;
  }
  .start-px-sm-n33 {
    inset-inline-start: -2.0625rem !important;
  }
  .start-px-sm-n34 {
    inset-inline-start: -2.125rem !important;
  }
  .start-px-sm-n35 {
    inset-inline-start: -2.1875rem !important;
  }
  .start-px-sm-n36 {
    inset-inline-start: -2.25rem !important;
  }
  .start-px-sm-n37 {
    inset-inline-start: -2.3125rem !important;
  }
  .start-px-sm-n38 {
    inset-inline-start: -2.375rem !important;
  }
  .start-px-sm-n39 {
    inset-inline-start: -2.4375rem !important;
  }
  .start-px-sm-n40 {
    inset-inline-start: -2.5rem !important;
  }
  .start-px-sm-n41 {
    inset-inline-start: -2.5625rem !important;
  }
  .start-px-sm-n42 {
    inset-inline-start: -2.625rem !important;
  }
  .start-px-sm-n43 {
    inset-inline-start: -2.6875rem !important;
  }
  .start-px-sm-n44 {
    inset-inline-start: -2.75rem !important;
  }
  .start-px-sm-n45 {
    inset-inline-start: -2.8125rem !important;
  }
  .start-px-sm-n46 {
    inset-inline-start: -2.875rem !important;
  }
  .start-px-sm-n47 {
    inset-inline-start: -2.9375rem !important;
  }
  .start-px-sm-n48 {
    inset-inline-start: -3rem !important;
  }
  .start-px-sm-n49 {
    inset-inline-start: -3.0625rem !important;
  }
  .start-px-sm-n50 {
    inset-inline-start: -3.125rem !important;
  }
  .start-px-sm-n51 {
    inset-inline-start: -3.1875rem !important;
  }
  .start-px-sm-n52 {
    inset-inline-start: -3.25rem !important;
  }
  .start-px-sm-n53 {
    inset-inline-start: -3.3125rem !important;
  }
  .start-px-sm-n54 {
    inset-inline-start: -3.375rem !important;
  }
  .start-px-sm-n56 {
    inset-inline-start: -3.5rem !important;
  }
  .start-px-sm-n57 {
    inset-inline-start: -3.5625rem !important;
  }
  .start-px-sm-n58 {
    inset-inline-start: -3.625rem !important;
  }
  .start-px-sm-n59 {
    inset-inline-start: -3.6875rem !important;
  }
  .start-px-sm-n60 {
    inset-inline-start: -3.75rem !important;
  }
  .start-px-sm-n61 {
    inset-inline-start: -3.8125rem !important;
  }
  .start-px-sm-n62 {
    inset-inline-start: -3.875rem !important;
  }
  .start-px-sm-n63 {
    inset-inline-start: -3.9375rem !important;
  }
  .start-px-sm-n64 {
    inset-inline-start: -4rem !important;
  }
  .start-px-sm-n68 {
    inset-inline-start: -4.25rem !important;
  }
  .start-px-sm-n70 {
    inset-inline-start: -4.375rem !important;
  }
  .start-px-sm-n80 {
    inset-inline-start: -5rem !important;
  }
  .start-px-sm-n82 {
    inset-inline-start: -5.125rem !important;
  }
  .start-px-sm-n83 {
    inset-inline-start: -5.1875rem !important;
  }
  .start-px-sm-n84 {
    inset-inline-start: -5.25rem !important;
  }
  .start-px-sm-n98 {
    inset-inline-start: -6.125rem !important;
  }
  .start-px-sm-n104 {
    inset-inline-start: -6.5rem !important;
  }
  .start-px-sm-n122 {
    inset-inline-start: -7.625rem !important;
  }
  .start-px-sm-n123 {
    inset-inline-start: -7.6875rem !important;
  }
  .start-px-sm-n147 {
    inset-inline-start: -9.1875rem !important;
  }
  .start-px-sm-n148 {
    inset-inline-start: -9.25rem !important;
  }
  .start-px-sm-n150 {
    inset-inline-start: -9.375rem !important;
  }
  .start-px-sm-n180 {
    inset-inline-start: -11.25rem !important;
  }
  .start-px-sm-n192 {
    inset-inline-start: -12rem !important;
  }
  .start-px-sm-n200 {
    inset-inline-start: -12.5rem !important;
  }
  .start-px-sm-n220 {
    inset-inline-start: -13.75rem !important;
  }
  .start-px-sm-n270 {
    inset-inline-start: -16.875rem !important;
  }
  .start-px-sm-n300 {
    inset-inline-start: -18.75rem !important;
  }
  .start-px-sm-n350 {
    inset-inline-start: -21.875rem !important;
  }
  .start-px-sm-n400 {
    inset-inline-start: -25rem !important;
  }
  .start-px-sm-n500 {
    inset-inline-start: -31.25rem !important;
  }
  .start-px-sm-n600 {
    inset-inline-start: -37.5rem !important;
  }
  .end-px-sm-n1 {
    inset-inline-end: -0.0625rem !important;
  }
  .end-px-sm-n2 {
    inset-inline-end: -0.125rem !important;
  }
  .end-px-sm-n3 {
    inset-inline-end: -0.1875rem !important;
  }
  .end-px-sm-n4 {
    inset-inline-end: -0.25rem !important;
  }
  .end-px-sm-n5 {
    inset-inline-end: -0.3125rem !important;
  }
  .end-px-sm-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-px-sm-n7 {
    inset-inline-end: -0.4375rem !important;
  }
  .end-px-sm-n8 {
    inset-inline-end: -0.5rem !important;
  }
  .end-px-sm-n9 {
    inset-inline-end: -0.5625rem !important;
  }
  .end-px-sm-n10 {
    inset-inline-end: -0.625rem !important;
  }
  .end-px-sm-n11 {
    inset-inline-end: -0.6875rem !important;
  }
  .end-px-sm-n12 {
    inset-inline-end: -0.75rem !important;
  }
  .end-px-sm-n13 {
    inset-inline-end: -0.8125rem !important;
  }
  .end-px-sm-n14 {
    inset-inline-end: -0.875rem !important;
  }
  .end-px-sm-n15 {
    inset-inline-end: -0.9375rem !important;
  }
  .end-px-sm-n16 {
    inset-inline-end: -1rem !important;
  }
  .end-px-sm-n17 {
    inset-inline-end: -1.0625rem !important;
  }
  .end-px-sm-n18 {
    inset-inline-end: -1.125rem !important;
  }
  .end-px-sm-n19 {
    inset-inline-end: -1.1875rem !important;
  }
  .end-px-sm-n20 {
    inset-inline-end: -1.25rem !important;
  }
  .end-px-sm-n21 {
    inset-inline-end: -1.3125rem !important;
  }
  .end-px-sm-n22 {
    inset-inline-end: -1.375rem !important;
  }
  .end-px-sm-n23 {
    inset-inline-end: -1.4375rem !important;
  }
  .end-px-sm-n24 {
    inset-inline-end: -1.5rem !important;
  }
  .end-px-sm-n25 {
    inset-inline-end: -1.5625rem !important;
  }
  .end-px-sm-n26 {
    inset-inline-end: -1.625rem !important;
  }
  .end-px-sm-n27 {
    inset-inline-end: -1.6875rem !important;
  }
  .end-px-sm-n28 {
    inset-inline-end: -1.75rem !important;
  }
  .end-px-sm-n29 {
    inset-inline-end: -1.8125rem !important;
  }
  .end-px-sm-n30 {
    inset-inline-end: -1.875rem !important;
  }
  .end-px-sm-n31 {
    inset-inline-end: -1.9375rem !important;
  }
  .end-px-sm-n32 {
    inset-inline-end: -2rem !important;
  }
  .end-px-sm-n33 {
    inset-inline-end: -2.0625rem !important;
  }
  .end-px-sm-n34 {
    inset-inline-end: -2.125rem !important;
  }
  .end-px-sm-n35 {
    inset-inline-end: -2.1875rem !important;
  }
  .end-px-sm-n36 {
    inset-inline-end: -2.25rem !important;
  }
  .end-px-sm-n37 {
    inset-inline-end: -2.3125rem !important;
  }
  .end-px-sm-n38 {
    inset-inline-end: -2.375rem !important;
  }
  .end-px-sm-n39 {
    inset-inline-end: -2.4375rem !important;
  }
  .end-px-sm-n40 {
    inset-inline-end: -2.5rem !important;
  }
  .end-px-sm-n41 {
    inset-inline-end: -2.5625rem !important;
  }
  .end-px-sm-n42 {
    inset-inline-end: -2.625rem !important;
  }
  .end-px-sm-n43 {
    inset-inline-end: -2.6875rem !important;
  }
  .end-px-sm-n44 {
    inset-inline-end: -2.75rem !important;
  }
  .end-px-sm-n45 {
    inset-inline-end: -2.8125rem !important;
  }
  .end-px-sm-n46 {
    inset-inline-end: -2.875rem !important;
  }
  .end-px-sm-n47 {
    inset-inline-end: -2.9375rem !important;
  }
  .end-px-sm-n48 {
    inset-inline-end: -3rem !important;
  }
  .end-px-sm-n49 {
    inset-inline-end: -3.0625rem !important;
  }
  .end-px-sm-n50 {
    inset-inline-end: -3.125rem !important;
  }
  .end-px-sm-n51 {
    inset-inline-end: -3.1875rem !important;
  }
  .end-px-sm-n52 {
    inset-inline-end: -3.25rem !important;
  }
  .end-px-sm-n53 {
    inset-inline-end: -3.3125rem !important;
  }
  .end-px-sm-n54 {
    inset-inline-end: -3.375rem !important;
  }
  .end-px-sm-n56 {
    inset-inline-end: -3.5rem !important;
  }
  .end-px-sm-n57 {
    inset-inline-end: -3.5625rem !important;
  }
  .end-px-sm-n58 {
    inset-inline-end: -3.625rem !important;
  }
  .end-px-sm-n59 {
    inset-inline-end: -3.6875rem !important;
  }
  .end-px-sm-n60 {
    inset-inline-end: -3.75rem !important;
  }
  .end-px-sm-n61 {
    inset-inline-end: -3.8125rem !important;
  }
  .end-px-sm-n62 {
    inset-inline-end: -3.875rem !important;
  }
  .end-px-sm-n63 {
    inset-inline-end: -3.9375rem !important;
  }
  .end-px-sm-n64 {
    inset-inline-end: -4rem !important;
  }
  .end-px-sm-n68 {
    inset-inline-end: -4.25rem !important;
  }
  .end-px-sm-n70 {
    inset-inline-end: -4.375rem !important;
  }
  .end-px-sm-n80 {
    inset-inline-end: -5rem !important;
  }
  .end-px-sm-n82 {
    inset-inline-end: -5.125rem !important;
  }
  .end-px-sm-n83 {
    inset-inline-end: -5.1875rem !important;
  }
  .end-px-sm-n84 {
    inset-inline-end: -5.25rem !important;
  }
  .end-px-sm-n98 {
    inset-inline-end: -6.125rem !important;
  }
  .end-px-sm-n104 {
    inset-inline-end: -6.5rem !important;
  }
  .end-px-sm-n122 {
    inset-inline-end: -7.625rem !important;
  }
  .end-px-sm-n123 {
    inset-inline-end: -7.6875rem !important;
  }
  .end-px-sm-n147 {
    inset-inline-end: -9.1875rem !important;
  }
  .end-px-sm-n148 {
    inset-inline-end: -9.25rem !important;
  }
  .end-px-sm-n150 {
    inset-inline-end: -9.375rem !important;
  }
  .end-px-sm-n180 {
    inset-inline-end: -11.25rem !important;
  }
  .end-px-sm-n192 {
    inset-inline-end: -12rem !important;
  }
  .end-px-sm-n200 {
    inset-inline-end: -12.5rem !important;
  }
  .end-px-sm-n220 {
    inset-inline-end: -13.75rem !important;
  }
  .end-px-sm-n270 {
    inset-inline-end: -16.875rem !important;
  }
  .end-px-sm-n300 {
    inset-inline-end: -18.75rem !important;
  }
  .end-px-sm-n350 {
    inset-inline-end: -21.875rem !important;
  }
  .end-px-sm-n400 {
    inset-inline-end: -25rem !important;
  }
  .end-px-sm-n500 {
    inset-inline-end: -31.25rem !important;
  }
  .end-px-sm-n600 {
    inset-inline-end: -37.5rem !important;
  }
  .object-position-sm-top {
    object-position: top !important;
  }
  .object-position-sm-center {
    object-position: center !important;
  }
  .object-position-sm-bottom {
    object-position: bottom !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;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-20 {
    opacity: 0.2 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-30 {
    opacity: 0.3 !important;
  }
  .opacity-md-35 {
    opacity: 0.35 !important;
  }
  .opacity-md-40 {
    opacity: 0.4 !important;
  }
  .opacity-md-45 {
    opacity: 0.45 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-55 {
    opacity: 0.55 !important;
  }
  .opacity-md-60 {
    opacity: 0.6 !important;
  }
  .opacity-md-65 {
    opacity: 0.65 !important;
  }
  .opacity-md-70 {
    opacity: 0.7 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-80 {
    opacity: 0.8 !important;
  }
  .opacity-md-85 {
    opacity: 0.85 !important;
  }
  .opacity-md-90 {
    opacity: 0.9 !important;
  }
  .opacity-md-95 {
    opacity: 0.95 !important;
  }
  .opacity-md-100 {
    opacity: 1 !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;
  }
  .top-md-0 {
    inset-block-start: 0% !important;
  }
  .top-md-5 {
    inset-block-start: 5% !important;
  }
  .top-md-10 {
    inset-block-start: 10% !important;
  }
  .top-md-20 {
    inset-block-start: 20% !important;
  }
  .top-md-25 {
    inset-block-start: 25% !important;
  }
  .top-md-30 {
    inset-block-start: 30% !important;
  }
  .top-md-33_3 {
    inset-block-start: 33.3% !important;
  }
  .top-md-35 {
    inset-block-start: 35% !important;
  }
  .top-md-40 {
    inset-block-start: 40% !important;
  }
  .top-md-44 {
    inset-block-start: 44% !important;
  }
  .top-md-45 {
    inset-block-start: 45% !important;
  }
  .top-md-46 {
    inset-block-start: 46% !important;
  }
  .top-md-48 {
    inset-block-start: 48% !important;
  }
  .top-md-50 {
    inset-block-start: 50% !important;
  }
  .top-md-60 {
    inset-block-start: 60% !important;
  }
  .top-md-65 {
    inset-block-start: 65% !important;
  }
  .top-md-70 {
    inset-block-start: 70% !important;
  }
  .top-md-75 {
    inset-block-start: 75% !important;
  }
  .top-md-80 {
    inset-block-start: 80% !important;
  }
  .top-md-90 {
    inset-block-start: 90% !important;
  }
  .top-md-95 {
    inset-block-start: 95% !important;
  }
  .top-md-100 {
    inset-block-start: 100% !important;
  }
  .top-md-auto {
    inset-block-start: auto !important;
  }
  .bottom-md-0 {
    inset-block-end: 0% !important;
  }
  .bottom-md-5 {
    inset-block-end: 5% !important;
  }
  .bottom-md-10 {
    inset-block-end: 10% !important;
  }
  .bottom-md-20 {
    inset-block-end: 20% !important;
  }
  .bottom-md-25 {
    inset-block-end: 25% !important;
  }
  .bottom-md-30 {
    inset-block-end: 30% !important;
  }
  .bottom-md-33_3 {
    inset-block-end: 33.3% !important;
  }
  .bottom-md-35 {
    inset-block-end: 35% !important;
  }
  .bottom-md-40 {
    inset-block-end: 40% !important;
  }
  .bottom-md-44 {
    inset-block-end: 44% !important;
  }
  .bottom-md-45 {
    inset-block-end: 45% !important;
  }
  .bottom-md-46 {
    inset-block-end: 46% !important;
  }
  .bottom-md-48 {
    inset-block-end: 48% !important;
  }
  .bottom-md-50 {
    inset-block-end: 50% !important;
  }
  .bottom-md-60 {
    inset-block-end: 60% !important;
  }
  .bottom-md-65 {
    inset-block-end: 65% !important;
  }
  .bottom-md-70 {
    inset-block-end: 70% !important;
  }
  .bottom-md-75 {
    inset-block-end: 75% !important;
  }
  .bottom-md-80 {
    inset-block-end: 80% !important;
  }
  .bottom-md-90 {
    inset-block-end: 90% !important;
  }
  .bottom-md-95 {
    inset-block-end: 95% !important;
  }
  .bottom-md-100 {
    inset-block-end: 100% !important;
  }
  .bottom-md-auto {
    inset-block-end: auto !important;
  }
  .start-md-0 {
    inset-inline-start: 0% !important;
  }
  .start-md-5 {
    inset-inline-start: 5% !important;
  }
  .start-md-10 {
    inset-inline-start: 10% !important;
  }
  .start-md-20 {
    inset-inline-start: 20% !important;
  }
  .start-md-25 {
    inset-inline-start: 25% !important;
  }
  .start-md-30 {
    inset-inline-start: 30% !important;
  }
  .start-md-33_3 {
    inset-inline-start: 33.3% !important;
  }
  .start-md-35 {
    inset-inline-start: 35% !important;
  }
  .start-md-40 {
    inset-inline-start: 40% !important;
  }
  .start-md-44 {
    inset-inline-start: 44% !important;
  }
  .start-md-45 {
    inset-inline-start: 45% !important;
  }
  .start-md-46 {
    inset-inline-start: 46% !important;
  }
  .start-md-48 {
    inset-inline-start: 48% !important;
  }
  .start-md-50 {
    inset-inline-start: 50% !important;
  }
  .start-md-60 {
    inset-inline-start: 60% !important;
  }
  .start-md-65 {
    inset-inline-start: 65% !important;
  }
  .start-md-70 {
    inset-inline-start: 70% !important;
  }
  .start-md-75 {
    inset-inline-start: 75% !important;
  }
  .start-md-80 {
    inset-inline-start: 80% !important;
  }
  .start-md-90 {
    inset-inline-start: 90% !important;
  }
  .start-md-95 {
    inset-inline-start: 95% !important;
  }
  .start-md-100 {
    inset-inline-start: 100% !important;
  }
  .start-md-auto {
    inset-inline-start: auto !important;
  }
  .end-md-0 {
    inset-inline-end: 0% !important;
  }
  .end-md-5 {
    inset-inline-end: 5% !important;
  }
  .end-md-10 {
    inset-inline-end: 10% !important;
  }
  .end-md-20 {
    inset-inline-end: 20% !important;
  }
  .end-md-25 {
    inset-inline-end: 25% !important;
  }
  .end-md-30 {
    inset-inline-end: 30% !important;
  }
  .end-md-33_3 {
    inset-inline-end: 33.3% !important;
  }
  .end-md-35 {
    inset-inline-end: 35% !important;
  }
  .end-md-40 {
    inset-inline-end: 40% !important;
  }
  .end-md-44 {
    inset-inline-end: 44% !important;
  }
  .end-md-45 {
    inset-inline-end: 45% !important;
  }
  .end-md-46 {
    inset-inline-end: 46% !important;
  }
  .end-md-48 {
    inset-inline-end: 48% !important;
  }
  .end-md-50 {
    inset-inline-end: 50% !important;
  }
  .end-md-60 {
    inset-inline-end: 60% !important;
  }
  .end-md-65 {
    inset-inline-end: 65% !important;
  }
  .end-md-70 {
    inset-inline-end: 70% !important;
  }
  .end-md-75 {
    inset-inline-end: 75% !important;
  }
  .end-md-80 {
    inset-inline-end: 80% !important;
  }
  .end-md-90 {
    inset-inline-end: 90% !important;
  }
  .end-md-95 {
    inset-inline-end: 95% !important;
  }
  .end-md-100 {
    inset-inline-end: 100% !important;
  }
  .end-md-auto {
    inset-inline-end: auto !important;
  }
  .border-top-md-0 {
    border-block-start: 0px !important;
  }
  .border-top-md-1 {
    border-block-start: 1px solid !important;
  }
  .border-top-md-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-md-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-md-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-md-5 {
    border-block-start: 5px solid !important;
  }
  .border-end-md-0 {
    border-inline-end: 0px !important;
  }
  .border-end-md-1 {
    border-inline-end: 1px solid !important;
  }
  .border-end-md-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-md-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-md-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-md-5 {
    border-inline-end: 5px solid !important;
  }
  .border-bottom-md-0 {
    border-block-end: 0px !important;
  }
  .border-bottom-md-1 {
    border-block-end: 1px solid !important;
  }
  .border-bottom-md-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-md-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-md-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-md-5 {
    border-block-end: 5px solid !important;
  }
  .border-start-md-0 {
    border-inline-start: 0px !important;
  }
  .border-start-md-1 {
    border-inline-start: 1px solid !important;
  }
  .border-start-md-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-md-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-md-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-md-5 {
    border-inline-start: 5px solid !important;
  }
  .max-w-md-0 {
    max-width: 0% !important;
  }
  .max-w-md-5 {
    max-width: 5% !important;
  }
  .max-w-md-10 {
    max-width: 10% !important;
  }
  .max-w-md-20 {
    max-width: 20% !important;
  }
  .max-w-md-25 {
    max-width: 25% !important;
  }
  .max-w-md-30 {
    max-width: 30% !important;
  }
  .max-w-md-33_3 {
    max-width: 33.3% !important;
  }
  .max-w-md-35 {
    max-width: 35% !important;
  }
  .max-w-md-40 {
    max-width: 40% !important;
  }
  .max-w-md-44 {
    max-width: 44% !important;
  }
  .max-w-md-45 {
    max-width: 45% !important;
  }
  .max-w-md-46 {
    max-width: 46% !important;
  }
  .max-w-md-48 {
    max-width: 48% !important;
  }
  .max-w-md-50 {
    max-width: 50% !important;
  }
  .max-w-md-60 {
    max-width: 60% !important;
  }
  .max-w-md-65 {
    max-width: 65% !important;
  }
  .max-w-md-70 {
    max-width: 70% !important;
  }
  .max-w-md-75 {
    max-width: 75% !important;
  }
  .max-w-md-80 {
    max-width: 80% !important;
  }
  .max-w-md-90 {
    max-width: 90% !important;
  }
  .max-w-md-95 {
    max-width: 95% !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .max-w-md-auto {
    max-width: auto !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-33_3 {
    height: 33.3% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .max-h-md-0 {
    max-height: 0% !important;
  }
  .max-h-md-5 {
    max-height: 5% !important;
  }
  .max-h-md-10 {
    max-height: 10% !important;
  }
  .max-h-md-20 {
    max-height: 20% !important;
  }
  .max-h-md-25 {
    max-height: 25% !important;
  }
  .max-h-md-30 {
    max-height: 30% !important;
  }
  .max-h-md-33_3 {
    max-height: 33.3% !important;
  }
  .max-h-md-35 {
    max-height: 35% !important;
  }
  .max-h-md-40 {
    max-height: 40% !important;
  }
  .max-h-md-44 {
    max-height: 44% !important;
  }
  .max-h-md-45 {
    max-height: 45% !important;
  }
  .max-h-md-46 {
    max-height: 46% !important;
  }
  .max-h-md-48 {
    max-height: 48% !important;
  }
  .max-h-md-50 {
    max-height: 50% !important;
  }
  .max-h-md-60 {
    max-height: 60% !important;
  }
  .max-h-md-65 {
    max-height: 65% !important;
  }
  .max-h-md-70 {
    max-height: 70% !important;
  }
  .max-h-md-75 {
    max-height: 75% !important;
  }
  .max-h-md-80 {
    max-height: 80% !important;
  }
  .max-h-md-90 {
    max-height: 90% !important;
  }
  .max-h-md-95 {
    max-height: 95% !important;
  }
  .max-h-md-100 {
    max-height: 100% !important;
  }
  .max-h-md-auto {
    max-height: auto !important;
  }
  .vh-calc-md-unset {
    height: unset !important;
  }
  .vh-calc-md-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-calc-md-92 {
    height: calc(100vh - 92px) !important;
  }
  .vh-calc-md-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-calc-md-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-calc-md-156 {
    height: calc(100vh - 156px) !important;
  }
  .vh-calc-md-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-calc-md-188 {
    height: calc(100vh - 60px - 128px) !important;
  }
  .vh-calc-md-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-calc-md-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-calc-md-198 {
    height: calc(100vh - 60px - 138px) !important;
  }
  .vh-calc-md-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-calc-md-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-calc-md-210 {
    height: calc(100vh - 60px - 150px) !important;
  }
  .vh-calc-md-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-calc-md-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-calc-md-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-calc-md-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-calc-md-242 {
    height: calc(100vh - 60px - 80px - 102px) !important;
  }
  .vh-calc-md-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-calc-md-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-md-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-md-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-calc-md-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-calc-md-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-calc-md-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-calc-md-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-calc-md-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-calc-md-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-calc-md-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-calc-md-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-calc-md-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-calc-md-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-calc-md-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-calc-md-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-calc-md-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-calc-md-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-calc-md-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-calc-md-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-calc-md-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-calc-md-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-calc-md-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-calc-md-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-calc-md-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .flex-md-auto {
    flex: 1 1 auto !important;
  }
  .flex-md-0 {
    flex: 0 0 auto !important;
  }
  .flex-md-1 {
    flex: 1 !important;
  }
  .flex-md-2 {
    flex: 2 !important;
  }
  .flex-md-3 {
    flex: 3 !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: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-px-md-0 {
    row-gap: 0rem !important;
  }
  .row-gap-px-md-1 {
    row-gap: 0.0625rem !important;
  }
  .row-gap-px-md-2 {
    row-gap: 0.125rem !important;
  }
  .row-gap-px-md-3 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-px-md-4 {
    row-gap: 0.25rem !important;
  }
  .row-gap-px-md-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-px-md-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-px-md-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-px-md-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-px-md-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-px-md-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-px-md-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-px-md-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-px-md-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-px-md-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-px-md-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-px-md-16 {
    row-gap: 1rem !important;
  }
  .row-gap-px-md-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-px-md-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-px-md-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-px-md-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-px-md-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-px-md-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-px-md-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-px-md-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-px-md-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-px-md-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-px-md-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-px-md-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-px-md-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-px-md-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-px-md-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-px-md-32 {
    row-gap: 2rem !important;
  }
  .row-gap-px-md-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-px-md-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-px-md-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-px-md-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-px-md-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-px-md-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-px-md-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-px-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-px-md-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-px-md-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-px-md-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-px-md-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-px-md-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-px-md-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-px-md-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-px-md-48 {
    row-gap: 3rem !important;
  }
  .row-gap-px-md-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-px-md-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-px-md-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-px-md-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-px-md-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-px-md-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-px-md-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-px-md-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-px-md-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-px-md-59 {
    row-gap: 3.6875rem !important;
  }
  .row-gap-px-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-px-md-61 {
    row-gap: 3.8125rem !important;
  }
  .row-gap-px-md-62 {
    row-gap: 3.875rem !important;
  }
  .row-gap-px-md-63 {
    row-gap: 3.9375rem !important;
  }
  .row-gap-px-md-64 {
    row-gap: 4rem !important;
  }
  .row-gap-px-md-68 {
    row-gap: 4.25rem !important;
  }
  .row-gap-px-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-px-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-px-md-82 {
    row-gap: 5.125rem !important;
  }
  .row-gap-px-md-83 {
    row-gap: 5.1875rem !important;
  }
  .row-gap-px-md-84 {
    row-gap: 5.25rem !important;
  }
  .row-gap-px-md-98 {
    row-gap: 6.125rem !important;
  }
  .row-gap-px-md-104 {
    row-gap: 6.5rem !important;
  }
  .row-gap-px-md-122 {
    row-gap: 7.625rem !important;
  }
  .row-gap-px-md-123 {
    row-gap: 7.6875rem !important;
  }
  .row-gap-px-md-147 {
    row-gap: 9.1875rem !important;
  }
  .row-gap-px-md-148 {
    row-gap: 9.25rem !important;
  }
  .row-gap-px-md-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-px-md-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-px-md-192 {
    row-gap: 12rem !important;
  }
  .row-gap-px-md-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-px-md-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-px-md-270 {
    row-gap: 16.875rem !important;
  }
  .row-gap-px-md-300 {
    row-gap: 18.75rem !important;
  }
  .row-gap-px-md-350 {
    row-gap: 21.875rem !important;
  }
  .row-gap-px-md-400 {
    row-gap: 25rem !important;
  }
  .row-gap-px-md-500 {
    row-gap: 31.25rem !important;
  }
  .row-gap-px-md-600 {
    row-gap: 37.5rem !important;
  }
  .column-gap-px-md-0 {
    column-gap: 0rem !important;
  }
  .column-gap-px-md-1 {
    column-gap: 0.0625rem !important;
  }
  .column-gap-px-md-2 {
    column-gap: 0.125rem !important;
  }
  .column-gap-px-md-3 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-px-md-4 {
    column-gap: 0.25rem !important;
  }
  .column-gap-px-md-5 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-px-md-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-px-md-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-px-md-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-px-md-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-px-md-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-px-md-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-px-md-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-px-md-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-px-md-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-px-md-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-px-md-16 {
    column-gap: 1rem !important;
  }
  .column-gap-px-md-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-px-md-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-px-md-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-px-md-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-px-md-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-px-md-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-px-md-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-px-md-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-px-md-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-px-md-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-px-md-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-px-md-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-px-md-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-px-md-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-px-md-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-px-md-32 {
    column-gap: 2rem !important;
  }
  .column-gap-px-md-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-px-md-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-px-md-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-px-md-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-px-md-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-px-md-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-px-md-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-px-md-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-px-md-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-px-md-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-px-md-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-px-md-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-px-md-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-px-md-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-px-md-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-px-md-48 {
    column-gap: 3rem !important;
  }
  .column-gap-px-md-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-px-md-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-px-md-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-px-md-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-px-md-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-px-md-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-px-md-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-px-md-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-px-md-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-px-md-59 {
    column-gap: 3.6875rem !important;
  }
  .column-gap-px-md-60 {
    column-gap: 3.75rem !important;
  }
  .column-gap-px-md-61 {
    column-gap: 3.8125rem !important;
  }
  .column-gap-px-md-62 {
    column-gap: 3.875rem !important;
  }
  .column-gap-px-md-63 {
    column-gap: 3.9375rem !important;
  }
  .column-gap-px-md-64 {
    column-gap: 4rem !important;
  }
  .column-gap-px-md-68 {
    column-gap: 4.25rem !important;
  }
  .column-gap-px-md-70 {
    column-gap: 4.375rem !important;
  }
  .column-gap-px-md-80 {
    column-gap: 5rem !important;
  }
  .column-gap-px-md-82 {
    column-gap: 5.125rem !important;
  }
  .column-gap-px-md-83 {
    column-gap: 5.1875rem !important;
  }
  .column-gap-px-md-84 {
    column-gap: 5.25rem !important;
  }
  .column-gap-px-md-98 {
    column-gap: 6.125rem !important;
  }
  .column-gap-px-md-104 {
    column-gap: 6.5rem !important;
  }
  .column-gap-px-md-122 {
    column-gap: 7.625rem !important;
  }
  .column-gap-px-md-123 {
    column-gap: 7.6875rem !important;
  }
  .column-gap-px-md-147 {
    column-gap: 9.1875rem !important;
  }
  .column-gap-px-md-148 {
    column-gap: 9.25rem !important;
  }
  .column-gap-px-md-150 {
    column-gap: 9.375rem !important;
  }
  .column-gap-px-md-180 {
    column-gap: 11.25rem !important;
  }
  .column-gap-px-md-192 {
    column-gap: 12rem !important;
  }
  .column-gap-px-md-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-px-md-220 {
    column-gap: 13.75rem !important;
  }
  .column-gap-px-md-270 {
    column-gap: 16.875rem !important;
  }
  .column-gap-px-md-300 {
    column-gap: 18.75rem !important;
  }
  .column-gap-px-md-350 {
    column-gap: 21.875rem !important;
  }
  .column-gap-px-md-400 {
    column-gap: 25rem !important;
  }
  .column-gap-px-md-500 {
    column-gap: 31.25rem !important;
  }
  .column-gap-px-md-600 {
    column-gap: 37.5rem !important;
  }
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .grid-cols-md-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .fs-md-0 {
    font-size: 0rem !important;
  }
  .fs-md-1 {
    font-size: 0.0625rem !important;
  }
  .fs-md-2 {
    font-size: 0.125rem !important;
  }
  .fs-md-3 {
    font-size: 0.1875rem !important;
  }
  .fs-md-4 {
    font-size: 0.25rem !important;
  }
  .fs-md-5 {
    font-size: 0.3125rem !important;
  }
  .fs-md-6 {
    font-size: 0.375rem !important;
  }
  .fs-md-7 {
    font-size: 0.4375rem !important;
  }
  .fs-md-8 {
    font-size: 0.5rem !important;
  }
  .fs-md-9 {
    font-size: 0.5625rem !important;
  }
  .fs-md-10 {
    font-size: 0.625rem !important;
  }
  .fs-md-11 {
    font-size: 0.6875rem !important;
  }
  .fs-md-12 {
    font-size: 0.75rem !important;
  }
  .fs-md-13 {
    font-size: 0.8125rem !important;
  }
  .fs-md-14 {
    font-size: 0.875rem !important;
  }
  .fs-md-15 {
    font-size: 0.9375rem !important;
  }
  .fs-md-16 {
    font-size: 1rem !important;
  }
  .fs-md-17 {
    font-size: 1.0625rem !important;
  }
  .fs-md-18 {
    font-size: 1.125rem !important;
  }
  .fs-md-19 {
    font-size: 1.1875rem !important;
  }
  .fs-md-20 {
    font-size: 1.25rem !important;
  }
  .fs-md-21 {
    font-size: 1.3125rem !important;
  }
  .fs-md-22 {
    font-size: 1.375rem !important;
  }
  .fs-md-23 {
    font-size: 1.4375rem !important;
  }
  .fs-md-24 {
    font-size: 1.5rem !important;
  }
  .fs-md-25 {
    font-size: 1.5625rem !important;
  }
  .fs-md-26 {
    font-size: 1.625rem !important;
  }
  .fs-md-27 {
    font-size: 1.6875rem !important;
  }
  .fs-md-28 {
    font-size: 1.75rem !important;
  }
  .fs-md-29 {
    font-size: 1.8125rem !important;
  }
  .fs-md-30 {
    font-size: 1.875rem !important;
  }
  .fs-md-31 {
    font-size: 1.9375rem !important;
  }
  .fs-md-32 {
    font-size: 2rem !important;
  }
  .fs-md-33 {
    font-size: 2.0625rem !important;
  }
  .fs-md-34 {
    font-size: 2.125rem !important;
  }
  .fs-md-35 {
    font-size: 2.1875rem !important;
  }
  .fs-md-36 {
    font-size: 2.25rem !important;
  }
  .fs-md-37 {
    font-size: 2.3125rem !important;
  }
  .fs-md-38 {
    font-size: 2.375rem !important;
  }
  .fs-md-39 {
    font-size: 2.4375rem !important;
  }
  .fs-md-40 {
    font-size: 2.5rem !important;
  }
  .fs-md-41 {
    font-size: 2.5625rem !important;
  }
  .fs-md-42 {
    font-size: 2.625rem !important;
  }
  .fs-md-43 {
    font-size: 2.6875rem !important;
  }
  .fs-md-44 {
    font-size: 2.75rem !important;
  }
  .fs-md-45 {
    font-size: 2.8125rem !important;
  }
  .fs-md-46 {
    font-size: 2.875rem !important;
  }
  .fs-md-47 {
    font-size: 2.9375rem !important;
  }
  .fs-md-48 {
    font-size: 3rem !important;
  }
  .fs-md-49 {
    font-size: 3.0625rem !important;
  }
  .fs-md-50 {
    font-size: 3.125rem !important;
  }
  .fs-md-51 {
    font-size: 3.1875rem !important;
  }
  .fs-md-52 {
    font-size: 3.25rem !important;
  }
  .fs-md-53 {
    font-size: 3.3125rem !important;
  }
  .fs-md-54 {
    font-size: 3.375rem !important;
  }
  .fs-md-56 {
    font-size: 3.5rem !important;
  }
  .fs-md-57 {
    font-size: 3.5625rem !important;
  }
  .fs-md-58 {
    font-size: 3.625rem !important;
  }
  .fs-md-59 {
    font-size: 3.6875rem !important;
  }
  .fs-md-60 {
    font-size: 3.75rem !important;
  }
  .fs-md-61 {
    font-size: 3.8125rem !important;
  }
  .fs-md-62 {
    font-size: 3.875rem !important;
  }
  .fs-md-63 {
    font-size: 3.9375rem !important;
  }
  .fs-md-64 {
    font-size: 4rem !important;
  }
  .fs-md-68 {
    font-size: 4.25rem !important;
  }
  .fs-md-70 {
    font-size: 4.375rem !important;
  }
  .fs-md-80 {
    font-size: 5rem !important;
  }
  .fs-md-82 {
    font-size: 5.125rem !important;
  }
  .fs-md-83 {
    font-size: 5.1875rem !important;
  }
  .fs-md-84 {
    font-size: 5.25rem !important;
  }
  .fs-md-98 {
    font-size: 6.125rem !important;
  }
  .fs-md-104 {
    font-size: 6.5rem !important;
  }
  .fs-md-122 {
    font-size: 7.625rem !important;
  }
  .fs-md-123 {
    font-size: 7.6875rem !important;
  }
  .fs-md-147 {
    font-size: 9.1875rem !important;
  }
  .fs-md-148 {
    font-size: 9.25rem !important;
  }
  .fs-md-150 {
    font-size: 9.375rem !important;
  }
  .fs-md-180 {
    font-size: 11.25rem !important;
  }
  .fs-md-192 {
    font-size: 12rem !important;
  }
  .fs-md-200 {
    font-size: 12.5rem !important;
  }
  .fs-md-220 {
    font-size: 13.75rem !important;
  }
  .fs-md-270 {
    font-size: 16.875rem !important;
  }
  .fs-md-300 {
    font-size: 18.75rem !important;
  }
  .fs-md-350 {
    font-size: 21.875rem !important;
  }
  .fs-md-400 {
    font-size: 25rem !important;
  }
  .fs-md-500 {
    font-size: 31.25rem !important;
  }
  .fs-md-600 {
    font-size: 37.5rem !important;
  }
  .w-px-md-0 {
    width: 0rem !important;
  }
  .w-px-md-1 {
    width: 0.0625rem !important;
  }
  .w-px-md-2 {
    width: 0.125rem !important;
  }
  .w-px-md-3 {
    width: 0.1875rem !important;
  }
  .w-px-md-4 {
    width: 0.25rem !important;
  }
  .w-px-md-5 {
    width: 0.3125rem !important;
  }
  .w-px-md-6 {
    width: 0.375rem !important;
  }
  .w-px-md-7 {
    width: 0.4375rem !important;
  }
  .w-px-md-8 {
    width: 0.5rem !important;
  }
  .w-px-md-9 {
    width: 0.5625rem !important;
  }
  .w-px-md-10 {
    width: 0.625rem !important;
  }
  .w-px-md-11 {
    width: 0.6875rem !important;
  }
  .w-px-md-12 {
    width: 0.75rem !important;
  }
  .w-px-md-13 {
    width: 0.8125rem !important;
  }
  .w-px-md-14 {
    width: 0.875rem !important;
  }
  .w-px-md-15 {
    width: 0.9375rem !important;
  }
  .w-px-md-16 {
    width: 1rem !important;
  }
  .w-px-md-17 {
    width: 1.0625rem !important;
  }
  .w-px-md-18 {
    width: 1.125rem !important;
  }
  .w-px-md-19 {
    width: 1.1875rem !important;
  }
  .w-px-md-20 {
    width: 1.25rem !important;
  }
  .w-px-md-21 {
    width: 1.3125rem !important;
  }
  .w-px-md-22 {
    width: 1.375rem !important;
  }
  .w-px-md-23 {
    width: 1.4375rem !important;
  }
  .w-px-md-24 {
    width: 1.5rem !important;
  }
  .w-px-md-25 {
    width: 1.5625rem !important;
  }
  .w-px-md-26 {
    width: 1.625rem !important;
  }
  .w-px-md-27 {
    width: 1.6875rem !important;
  }
  .w-px-md-28 {
    width: 1.75rem !important;
  }
  .w-px-md-29 {
    width: 1.8125rem !important;
  }
  .w-px-md-30 {
    width: 1.875rem !important;
  }
  .w-px-md-31 {
    width: 1.9375rem !important;
  }
  .w-px-md-32 {
    width: 2rem !important;
  }
  .w-px-md-33 {
    width: 2.0625rem !important;
  }
  .w-px-md-34 {
    width: 2.125rem !important;
  }
  .w-px-md-35 {
    width: 2.1875rem !important;
  }
  .w-px-md-36 {
    width: 2.25rem !important;
  }
  .w-px-md-37 {
    width: 2.3125rem !important;
  }
  .w-px-md-38 {
    width: 2.375rem !important;
  }
  .w-px-md-39 {
    width: 2.4375rem !important;
  }
  .w-px-md-40 {
    width: 2.5rem !important;
  }
  .w-px-md-41 {
    width: 2.5625rem !important;
  }
  .w-px-md-42 {
    width: 2.625rem !important;
  }
  .w-px-md-43 {
    width: 2.6875rem !important;
  }
  .w-px-md-44 {
    width: 2.75rem !important;
  }
  .w-px-md-45 {
    width: 2.8125rem !important;
  }
  .w-px-md-46 {
    width: 2.875rem !important;
  }
  .w-px-md-47 {
    width: 2.9375rem !important;
  }
  .w-px-md-48 {
    width: 3rem !important;
  }
  .w-px-md-49 {
    width: 3.0625rem !important;
  }
  .w-px-md-50 {
    width: 3.125rem !important;
  }
  .w-px-md-51 {
    width: 3.1875rem !important;
  }
  .w-px-md-52 {
    width: 3.25rem !important;
  }
  .w-px-md-53 {
    width: 3.3125rem !important;
  }
  .w-px-md-54 {
    width: 3.375rem !important;
  }
  .w-px-md-56 {
    width: 3.5rem !important;
  }
  .w-px-md-57 {
    width: 3.5625rem !important;
  }
  .w-px-md-58 {
    width: 3.625rem !important;
  }
  .w-px-md-59 {
    width: 3.6875rem !important;
  }
  .w-px-md-60 {
    width: 3.75rem !important;
  }
  .w-px-md-61 {
    width: 3.8125rem !important;
  }
  .w-px-md-62 {
    width: 3.875rem !important;
  }
  .w-px-md-63 {
    width: 3.9375rem !important;
  }
  .w-px-md-64 {
    width: 4rem !important;
  }
  .w-px-md-68 {
    width: 4.25rem !important;
  }
  .w-px-md-70 {
    width: 4.375rem !important;
  }
  .w-px-md-80 {
    width: 5rem !important;
  }
  .w-px-md-82 {
    width: 5.125rem !important;
  }
  .w-px-md-83 {
    width: 5.1875rem !important;
  }
  .w-px-md-84 {
    width: 5.25rem !important;
  }
  .w-px-md-98 {
    width: 6.125rem !important;
  }
  .w-px-md-104 {
    width: 6.5rem !important;
  }
  .w-px-md-122 {
    width: 7.625rem !important;
  }
  .w-px-md-123 {
    width: 7.6875rem !important;
  }
  .w-px-md-147 {
    width: 9.1875rem !important;
  }
  .w-px-md-148 {
    width: 9.25rem !important;
  }
  .w-px-md-150 {
    width: 9.375rem !important;
  }
  .w-px-md-180 {
    width: 11.25rem !important;
  }
  .w-px-md-192 {
    width: 12rem !important;
  }
  .w-px-md-200 {
    width: 12.5rem !important;
  }
  .w-px-md-220 {
    width: 13.75rem !important;
  }
  .w-px-md-270 {
    width: 16.875rem !important;
  }
  .w-px-md-300 {
    width: 18.75rem !important;
  }
  .w-px-md-350 {
    width: 21.875rem !important;
  }
  .w-px-md-400 {
    width: 25rem !important;
  }
  .w-px-md-500 {
    width: 31.25rem !important;
  }
  .w-px-md-600 {
    width: 37.5rem !important;
  }
  .w-rem-md-unset {
    width: unset !important;
  }
  .w-rem-md-1 {
    width: 1rem !important;
  }
  .w-rem-md-2 {
    width: 2rem !important;
  }
  .w-rem-md-3 {
    width: 3rem !important;
  }
  .w-rem-md-4 {
    width: 4rem !important;
  }
  .w-rem-md-5 {
    width: 5rem !important;
  }
  .w-rem-md-7 {
    width: 7rem !important;
  }
  .w-rem-md-8 {
    width: 8rem !important;
  }
  .w-rem-md-9 {
    width: 9rem !important;
  }
  .w-rem-md-10 {
    width: 10rem !important;
  }
  .w-rem-md-11 {
    width: 11rem !important;
  }
  .w-rem-md-12 {
    width: 12rem !important;
  }
  .w-rem-md-13 {
    width: 13rem !important;
  }
  .w-rem-md-14 {
    width: 14rem !important;
  }
  .w-rem-md-15 {
    width: 15rem !important;
  }
  .w-rem-md-16 {
    width: 16rem !important;
  }
  .w-rem-md-17 {
    width: 17rem !important;
  }
  .w-rem-md-18 {
    width: 18rem !important;
  }
  .w-rem-md-19 {
    width: 19rem !important;
  }
  .w-rem-md-20 {
    width: 20rem !important;
  }
  .w-rem-md-23 {
    width: 23rem !important;
  }
  .w-rem-md-25 {
    width: 25rem !important;
  }
  .w-rem-md-30 {
    width: 30rem !important;
  }
  .w-rem-md-31 {
    width: 31rem !important;
  }
  .w-rem-md-32 {
    width: 32rem !important;
  }
  .w-rem-md-33 {
    width: 33rem !important;
  }
  .w-rem-md-34 {
    width: 34rem !important;
  }
  .w-rem-md-35 {
    width: 35rem !important;
  }
  .w-rem-md-36 {
    width: 36rem !important;
  }
  .w-rem-md-37 {
    width: 37rem !important;
  }
  .w-rem-md-38 {
    width: 38rem !important;
  }
  .w-rem-md-39 {
    width: 39rem !important;
  }
  .w-rem-md-40 {
    width: 40rem !important;
  }
  .w-rem-md-41 {
    width: 41rem !important;
  }
  .w-rem-md-42 {
    width: 42rem !important;
  }
  .w-rem-md-43 {
    width: 43rem !important;
  }
  .w-rem-md-44 {
    width: 44rem !important;
  }
  .w-rem-md-45 {
    width: 45rem !important;
  }
  .w-rem-md-46 {
    width: 46rem !important;
  }
  .w-rem-md-47 {
    width: 47rem !important;
  }
  .w-rem-md-48 {
    width: 48rem !important;
  }
  .w-rem-md-49 {
    width: 49rem !important;
  }
  .w-rem-md-50 {
    width: 50rem !important;
  }
  .w-rem-md-51 {
    width: 51rem !important;
  }
  .w-rem-md-52 {
    width: 52rem !important;
  }
  .w-rem-md-53 {
    width: 53rem !important;
  }
  .w-rem-md-54 {
    width: 54rem !important;
  }
  .w-rem-md-55 {
    width: 55rem !important;
  }
  .w-rem-md-56 {
    width: 56rem !important;
  }
  .w-rem-md-57 {
    width: 57rem !important;
  }
  .w-rem-md-58 {
    width: 58rem !important;
  }
  .w-rem-md-59 {
    width: 59rem !important;
  }
  .w-rem-md-60 {
    width: 60rem !important;
  }
  .w-rem-md-61 {
    width: 61rem !important;
  }
  .w-rem-md-62 {
    width: 62rem !important;
  }
  .w-rem-md-63 {
    width: 63rem !important;
  }
  .w-rem-md-64 {
    width: 64rem !important;
  }
  .w-rem-md-65 {
    width: 65rem !important;
  }
  .w-rem-md-66 {
    width: 66rem !important;
  }
  .w-rem-md-67 {
    width: 67rem !important;
  }
  .w-rem-md-68 {
    width: 68rem !important;
  }
  .w-rem-md-69 {
    width: 69rem !important;
  }
  .w-rem-md-70 {
    width: 70rem !important;
  }
  .w-rem-md-71 {
    width: 71rem !important;
  }
  .w-rem-md-72 {
    width: 72rem !important;
  }
  .w-rem-md-73 {
    width: 73rem !important;
  }
  .w-rem-md-74 {
    width: 74rem !important;
  }
  .w-rem-md-75 {
    width: 75rem !important;
  }
  .w-rem-md-76 {
    width: 76rem !important;
  }
  .w-rem-md-77 {
    width: 77rem !important;
  }
  .w-rem-md-78 {
    width: 78rem !important;
  }
  .w-rem-md-79 {
    width: 79rem !important;
  }
  .w-rem-md-80 {
    width: 80rem !important;
  }
  .w-rem-md-95 {
    width: 95rem !important;
  }
  .w-rem-md-96 {
    width: 96rem !important;
  }
  .w-rem-md-97 {
    width: 97rem !important;
  }
  .w-rem-md-100 {
    width: 100% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-33_3 {
    width: 33.3% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .min-w-md-0 {
    min-width: 0% !important;
  }
  .min-w-md-5 {
    min-width: 5% !important;
  }
  .min-w-md-10 {
    min-width: 10% !important;
  }
  .min-w-md-20 {
    min-width: 20% !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .min-w-md-30 {
    min-width: 30% !important;
  }
  .min-w-md-33_3 {
    min-width: 33.3% !important;
  }
  .min-w-md-35 {
    min-width: 35% !important;
  }
  .min-w-md-40 {
    min-width: 40% !important;
  }
  .min-w-md-44 {
    min-width: 44% !important;
  }
  .min-w-md-45 {
    min-width: 45% !important;
  }
  .min-w-md-46 {
    min-width: 46% !important;
  }
  .min-w-md-48 {
    min-width: 48% !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .min-w-md-60 {
    min-width: 60% !important;
  }
  .min-w-md-65 {
    min-width: 65% !important;
  }
  .min-w-md-70 {
    min-width: 70% !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .min-w-md-80 {
    min-width: 80% !important;
  }
  .min-w-md-90 {
    min-width: 90% !important;
  }
  .min-w-md-95 {
    min-width: 95% !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .min-w-md-auto {
    min-width: auto !important;
  }
  .max-w-px-md-0 {
    max-width: 0rem !important;
  }
  .max-w-px-md-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-md-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-md-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-md-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-md-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-md-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-md-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-md-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-md-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-md-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-md-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-md-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-md-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-md-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-md-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-md-16 {
    max-width: 1rem !important;
  }
  .max-w-px-md-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-md-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-md-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-md-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-md-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-md-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-md-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-md-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-md-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-md-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-md-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-md-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-md-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-md-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-md-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-md-32 {
    max-width: 2rem !important;
  }
  .max-w-px-md-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-md-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-md-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-md-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-md-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-md-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-md-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-md-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-md-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-md-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-md-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-md-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-md-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-md-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-md-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-md-48 {
    max-width: 3rem !important;
  }
  .max-w-px-md-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-md-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-md-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-md-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-md-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-md-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-md-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-md-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-md-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-md-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-md-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-md-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-md-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-md-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-md-64 {
    max-width: 4rem !important;
  }
  .max-w-px-md-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-md-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-md-80 {
    max-width: 5rem !important;
  }
  .max-w-px-md-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-md-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-md-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-md-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-md-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-md-122 {
    max-width: 7.625rem !important;
  }
  .max-w-px-md-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-md-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-md-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-md-150 {
    max-width: 9.375rem !important;
  }
  .max-w-px-md-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-md-192 {
    max-width: 12rem !important;
  }
  .max-w-px-md-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-md-220 {
    max-width: 13.75rem !important;
  }
  .max-w-px-md-270 {
    max-width: 16.875rem !important;
  }
  .max-w-px-md-300 {
    max-width: 18.75rem !important;
  }
  .max-w-px-md-350 {
    max-width: 21.875rem !important;
  }
  .max-w-px-md-400 {
    max-width: 25rem !important;
  }
  .max-w-px-md-500 {
    max-width: 31.25rem !important;
  }
  .max-w-px-md-600 {
    max-width: 37.5rem !important;
  }
  .min-w-px-md-0 {
    min-width: 0rem !important;
  }
  .min-w-px-md-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-md-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-md-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-md-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-md-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-md-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-md-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-md-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-md-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-md-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-md-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-md-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-md-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-md-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-md-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-md-16 {
    min-width: 1rem !important;
  }
  .min-w-px-md-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-md-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-md-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-md-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-md-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-md-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-md-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-md-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-md-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-md-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-md-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-md-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-md-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-md-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-md-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-md-32 {
    min-width: 2rem !important;
  }
  .min-w-px-md-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-md-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-md-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-md-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-md-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-md-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-md-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-md-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-md-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-md-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-md-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-md-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-md-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-md-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-md-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-md-48 {
    min-width: 3rem !important;
  }
  .min-w-px-md-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-md-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-md-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-md-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-md-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-md-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-md-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-md-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-md-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-md-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-md-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-md-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-md-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-md-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-md-64 {
    min-width: 4rem !important;
  }
  .min-w-px-md-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-md-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-md-80 {
    min-width: 5rem !important;
  }
  .min-w-px-md-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-md-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-md-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-md-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-md-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-md-122 {
    min-width: 7.625rem !important;
  }
  .min-w-px-md-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-md-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-md-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-md-150 {
    min-width: 9.375rem !important;
  }
  .min-w-px-md-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-md-192 {
    min-width: 12rem !important;
  }
  .min-w-px-md-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-md-220 {
    min-width: 13.75rem !important;
  }
  .min-w-px-md-270 {
    min-width: 16.875rem !important;
  }
  .min-w-px-md-300 {
    min-width: 18.75rem !important;
  }
  .min-w-px-md-350 {
    min-width: 21.875rem !important;
  }
  .min-w-px-md-400 {
    min-width: 25rem !important;
  }
  .min-w-px-md-500 {
    min-width: 31.25rem !important;
  }
  .min-w-px-md-600 {
    min-width: 37.5rem !important;
  }
  .max-w-rem-md-unset {
    max-width: unset !important;
  }
  .max-w-rem-md-1 {
    max-width: 1rem !important;
  }
  .max-w-rem-md-2 {
    max-width: 2rem !important;
  }
  .max-w-rem-md-3 {
    max-width: 3rem !important;
  }
  .max-w-rem-md-4 {
    max-width: 4rem !important;
  }
  .max-w-rem-md-5 {
    max-width: 5rem !important;
  }
  .max-w-rem-md-7 {
    max-width: 7rem !important;
  }
  .max-w-rem-md-8 {
    max-width: 8rem !important;
  }
  .max-w-rem-md-9 {
    max-width: 9rem !important;
  }
  .max-w-rem-md-10 {
    max-width: 10rem !important;
  }
  .max-w-rem-md-11 {
    max-width: 11rem !important;
  }
  .max-w-rem-md-12 {
    max-width: 12rem !important;
  }
  .max-w-rem-md-13 {
    max-width: 13rem !important;
  }
  .max-w-rem-md-14 {
    max-width: 14rem !important;
  }
  .max-w-rem-md-15 {
    max-width: 15rem !important;
  }
  .max-w-rem-md-16 {
    max-width: 16rem !important;
  }
  .max-w-rem-md-17 {
    max-width: 17rem !important;
  }
  .max-w-rem-md-18 {
    max-width: 18rem !important;
  }
  .max-w-rem-md-19 {
    max-width: 19rem !important;
  }
  .max-w-rem-md-20 {
    max-width: 20rem !important;
  }
  .max-w-rem-md-23 {
    max-width: 23rem !important;
  }
  .max-w-rem-md-25 {
    max-width: 25rem !important;
  }
  .max-w-rem-md-30 {
    max-width: 30rem !important;
  }
  .max-w-rem-md-31 {
    max-width: 31rem !important;
  }
  .max-w-rem-md-32 {
    max-width: 32rem !important;
  }
  .max-w-rem-md-33 {
    max-width: 33rem !important;
  }
  .max-w-rem-md-34 {
    max-width: 34rem !important;
  }
  .max-w-rem-md-35 {
    max-width: 35rem !important;
  }
  .max-w-rem-md-36 {
    max-width: 36rem !important;
  }
  .max-w-rem-md-37 {
    max-width: 37rem !important;
  }
  .max-w-rem-md-38 {
    max-width: 38rem !important;
  }
  .max-w-rem-md-39 {
    max-width: 39rem !important;
  }
  .max-w-rem-md-40 {
    max-width: 40rem !important;
  }
  .max-w-rem-md-41 {
    max-width: 41rem !important;
  }
  .max-w-rem-md-42 {
    max-width: 42rem !important;
  }
  .max-w-rem-md-43 {
    max-width: 43rem !important;
  }
  .max-w-rem-md-44 {
    max-width: 44rem !important;
  }
  .max-w-rem-md-45 {
    max-width: 45rem !important;
  }
  .max-w-rem-md-46 {
    max-width: 46rem !important;
  }
  .max-w-rem-md-47 {
    max-width: 47rem !important;
  }
  .max-w-rem-md-48 {
    max-width: 48rem !important;
  }
  .max-w-rem-md-49 {
    max-width: 49rem !important;
  }
  .max-w-rem-md-50 {
    max-width: 50rem !important;
  }
  .max-w-rem-md-51 {
    max-width: 51rem !important;
  }
  .max-w-rem-md-52 {
    max-width: 52rem !important;
  }
  .max-w-rem-md-53 {
    max-width: 53rem !important;
  }
  .max-w-rem-md-54 {
    max-width: 54rem !important;
  }
  .max-w-rem-md-55 {
    max-width: 55rem !important;
  }
  .max-w-rem-md-56 {
    max-width: 56rem !important;
  }
  .max-w-rem-md-57 {
    max-width: 57rem !important;
  }
  .max-w-rem-md-58 {
    max-width: 58rem !important;
  }
  .max-w-rem-md-59 {
    max-width: 59rem !important;
  }
  .max-w-rem-md-60 {
    max-width: 60rem !important;
  }
  .max-w-rem-md-61 {
    max-width: 61rem !important;
  }
  .max-w-rem-md-62 {
    max-width: 62rem !important;
  }
  .max-w-rem-md-63 {
    max-width: 63rem !important;
  }
  .max-w-rem-md-64 {
    max-width: 64rem !important;
  }
  .max-w-rem-md-65 {
    max-width: 65rem !important;
  }
  .max-w-rem-md-66 {
    max-width: 66rem !important;
  }
  .max-w-rem-md-67 {
    max-width: 67rem !important;
  }
  .max-w-rem-md-68 {
    max-width: 68rem !important;
  }
  .max-w-rem-md-69 {
    max-width: 69rem !important;
  }
  .max-w-rem-md-70 {
    max-width: 70rem !important;
  }
  .max-w-rem-md-71 {
    max-width: 71rem !important;
  }
  .max-w-rem-md-72 {
    max-width: 72rem !important;
  }
  .max-w-rem-md-73 {
    max-width: 73rem !important;
  }
  .max-w-rem-md-74 {
    max-width: 74rem !important;
  }
  .max-w-rem-md-75 {
    max-width: 75rem !important;
  }
  .max-w-rem-md-76 {
    max-width: 76rem !important;
  }
  .max-w-rem-md-77 {
    max-width: 77rem !important;
  }
  .max-w-rem-md-78 {
    max-width: 78rem !important;
  }
  .max-w-rem-md-79 {
    max-width: 79rem !important;
  }
  .max-w-rem-md-80 {
    max-width: 80rem !important;
  }
  .max-w-rem-md-95 {
    max-width: 95rem !important;
  }
  .max-w-rem-md-96 {
    max-width: 96rem !important;
  }
  .max-w-rem-md-97 {
    max-width: 97rem !important;
  }
  .max-w-rem-md-100 {
    max-width: 100% !important;
  }
  .min-w-rem-md-unset {
    min-width: unset !important;
  }
  .min-w-rem-md-1 {
    min-width: 1rem !important;
  }
  .min-w-rem-md-2 {
    min-width: 2rem !important;
  }
  .min-w-rem-md-3 {
    min-width: 3rem !important;
  }
  .min-w-rem-md-4 {
    min-width: 4rem !important;
  }
  .min-w-rem-md-5 {
    min-width: 5rem !important;
  }
  .min-w-rem-md-7 {
    min-width: 7rem !important;
  }
  .min-w-rem-md-8 {
    min-width: 8rem !important;
  }
  .min-w-rem-md-9 {
    min-width: 9rem !important;
  }
  .min-w-rem-md-10 {
    min-width: 10rem !important;
  }
  .min-w-rem-md-11 {
    min-width: 11rem !important;
  }
  .min-w-rem-md-12 {
    min-width: 12rem !important;
  }
  .min-w-rem-md-13 {
    min-width: 13rem !important;
  }
  .min-w-rem-md-14 {
    min-width: 14rem !important;
  }
  .min-w-rem-md-15 {
    min-width: 15rem !important;
  }
  .min-w-rem-md-16 {
    min-width: 16rem !important;
  }
  .min-w-rem-md-17 {
    min-width: 17rem !important;
  }
  .min-w-rem-md-18 {
    min-width: 18rem !important;
  }
  .min-w-rem-md-19 {
    min-width: 19rem !important;
  }
  .min-w-rem-md-20 {
    min-width: 20rem !important;
  }
  .min-w-rem-md-23 {
    min-width: 23rem !important;
  }
  .min-w-rem-md-25 {
    min-width: 25rem !important;
  }
  .min-w-rem-md-30 {
    min-width: 30rem !important;
  }
  .min-w-rem-md-31 {
    min-width: 31rem !important;
  }
  .min-w-rem-md-32 {
    min-width: 32rem !important;
  }
  .min-w-rem-md-33 {
    min-width: 33rem !important;
  }
  .min-w-rem-md-34 {
    min-width: 34rem !important;
  }
  .min-w-rem-md-35 {
    min-width: 35rem !important;
  }
  .min-w-rem-md-36 {
    min-width: 36rem !important;
  }
  .min-w-rem-md-37 {
    min-width: 37rem !important;
  }
  .min-w-rem-md-38 {
    min-width: 38rem !important;
  }
  .min-w-rem-md-39 {
    min-width: 39rem !important;
  }
  .min-w-rem-md-40 {
    min-width: 40rem !important;
  }
  .min-w-rem-md-41 {
    min-width: 41rem !important;
  }
  .min-w-rem-md-42 {
    min-width: 42rem !important;
  }
  .min-w-rem-md-43 {
    min-width: 43rem !important;
  }
  .min-w-rem-md-44 {
    min-width: 44rem !important;
  }
  .min-w-rem-md-45 {
    min-width: 45rem !important;
  }
  .min-w-rem-md-46 {
    min-width: 46rem !important;
  }
  .min-w-rem-md-47 {
    min-width: 47rem !important;
  }
  .min-w-rem-md-48 {
    min-width: 48rem !important;
  }
  .min-w-rem-md-49 {
    min-width: 49rem !important;
  }
  .min-w-rem-md-50 {
    min-width: 50rem !important;
  }
  .min-w-rem-md-51 {
    min-width: 51rem !important;
  }
  .min-w-rem-md-52 {
    min-width: 52rem !important;
  }
  .min-w-rem-md-53 {
    min-width: 53rem !important;
  }
  .min-w-rem-md-54 {
    min-width: 54rem !important;
  }
  .min-w-rem-md-55 {
    min-width: 55rem !important;
  }
  .min-w-rem-md-56 {
    min-width: 56rem !important;
  }
  .min-w-rem-md-57 {
    min-width: 57rem !important;
  }
  .min-w-rem-md-58 {
    min-width: 58rem !important;
  }
  .min-w-rem-md-59 {
    min-width: 59rem !important;
  }
  .min-w-rem-md-60 {
    min-width: 60rem !important;
  }
  .min-w-rem-md-61 {
    min-width: 61rem !important;
  }
  .min-w-rem-md-62 {
    min-width: 62rem !important;
  }
  .min-w-rem-md-63 {
    min-width: 63rem !important;
  }
  .min-w-rem-md-64 {
    min-width: 64rem !important;
  }
  .min-w-rem-md-65 {
    min-width: 65rem !important;
  }
  .min-w-rem-md-66 {
    min-width: 66rem !important;
  }
  .min-w-rem-md-67 {
    min-width: 67rem !important;
  }
  .min-w-rem-md-68 {
    min-width: 68rem !important;
  }
  .min-w-rem-md-69 {
    min-width: 69rem !important;
  }
  .min-w-rem-md-70 {
    min-width: 70rem !important;
  }
  .min-w-rem-md-71 {
    min-width: 71rem !important;
  }
  .min-w-rem-md-72 {
    min-width: 72rem !important;
  }
  .min-w-rem-md-73 {
    min-width: 73rem !important;
  }
  .min-w-rem-md-74 {
    min-width: 74rem !important;
  }
  .min-w-rem-md-75 {
    min-width: 75rem !important;
  }
  .min-w-rem-md-76 {
    min-width: 76rem !important;
  }
  .min-w-rem-md-77 {
    min-width: 77rem !important;
  }
  .min-w-rem-md-78 {
    min-width: 78rem !important;
  }
  .min-w-rem-md-79 {
    min-width: 79rem !important;
  }
  .min-w-rem-md-80 {
    min-width: 80rem !important;
  }
  .min-w-rem-md-95 {
    min-width: 95rem !important;
  }
  .min-w-rem-md-96 {
    min-width: 96rem !important;
  }
  .min-w-rem-md-97 {
    min-width: 97rem !important;
  }
  .min-w-rem-md-100 {
    min-width: 100% !important;
  }
  .h-rem-md-unset {
    height: unset !important;
  }
  .h-rem-md-1 {
    height: 1rem !important;
  }
  .h-rem-md-2 {
    height: 2rem !important;
  }
  .h-rem-md-3 {
    height: 3rem !important;
  }
  .h-rem-md-4 {
    height: 4rem !important;
  }
  .h-rem-md-5 {
    height: 5rem !important;
  }
  .h-rem-md-7 {
    height: 7rem !important;
  }
  .h-rem-md-8 {
    height: 8rem !important;
  }
  .h-rem-md-9 {
    height: 9rem !important;
  }
  .h-rem-md-10 {
    height: 10rem !important;
  }
  .h-rem-md-11 {
    height: 11rem !important;
  }
  .h-rem-md-12 {
    height: 12rem !important;
  }
  .h-rem-md-13 {
    height: 13rem !important;
  }
  .h-rem-md-14 {
    height: 14rem !important;
  }
  .h-rem-md-15 {
    height: 15rem !important;
  }
  .h-rem-md-16 {
    height: 16rem !important;
  }
  .h-rem-md-17 {
    height: 17rem !important;
  }
  .h-rem-md-18 {
    height: 18rem !important;
  }
  .h-rem-md-19 {
    height: 19rem !important;
  }
  .h-rem-md-20 {
    height: 20rem !important;
  }
  .h-rem-md-23 {
    height: 23rem !important;
  }
  .h-rem-md-25 {
    height: 25rem !important;
  }
  .h-rem-md-30 {
    height: 30rem !important;
  }
  .h-rem-md-31 {
    height: 31rem !important;
  }
  .h-rem-md-32 {
    height: 32rem !important;
  }
  .h-rem-md-33 {
    height: 33rem !important;
  }
  .h-rem-md-34 {
    height: 34rem !important;
  }
  .h-rem-md-35 {
    height: 35rem !important;
  }
  .h-rem-md-36 {
    height: 36rem !important;
  }
  .h-rem-md-37 {
    height: 37rem !important;
  }
  .h-rem-md-38 {
    height: 38rem !important;
  }
  .h-rem-md-39 {
    height: 39rem !important;
  }
  .h-rem-md-40 {
    height: 40rem !important;
  }
  .h-rem-md-41 {
    height: 41rem !important;
  }
  .h-rem-md-42 {
    height: 42rem !important;
  }
  .h-rem-md-43 {
    height: 43rem !important;
  }
  .h-rem-md-44 {
    height: 44rem !important;
  }
  .h-rem-md-45 {
    height: 45rem !important;
  }
  .h-rem-md-46 {
    height: 46rem !important;
  }
  .h-rem-md-47 {
    height: 47rem !important;
  }
  .h-rem-md-48 {
    height: 48rem !important;
  }
  .h-rem-md-49 {
    height: 49rem !important;
  }
  .h-rem-md-50 {
    height: 50rem !important;
  }
  .h-rem-md-51 {
    height: 51rem !important;
  }
  .h-rem-md-52 {
    height: 52rem !important;
  }
  .h-rem-md-53 {
    height: 53rem !important;
  }
  .h-rem-md-54 {
    height: 54rem !important;
  }
  .h-rem-md-55 {
    height: 55rem !important;
  }
  .h-rem-md-56 {
    height: 56rem !important;
  }
  .h-rem-md-57 {
    height: 57rem !important;
  }
  .h-rem-md-58 {
    height: 58rem !important;
  }
  .h-rem-md-59 {
    height: 59rem !important;
  }
  .h-rem-md-60 {
    height: 60rem !important;
  }
  .h-rem-md-61 {
    height: 61rem !important;
  }
  .h-rem-md-62 {
    height: 62rem !important;
  }
  .h-rem-md-63 {
    height: 63rem !important;
  }
  .h-rem-md-64 {
    height: 64rem !important;
  }
  .h-rem-md-65 {
    height: 65rem !important;
  }
  .h-rem-md-66 {
    height: 66rem !important;
  }
  .h-rem-md-67 {
    height: 67rem !important;
  }
  .h-rem-md-68 {
    height: 68rem !important;
  }
  .h-rem-md-69 {
    height: 69rem !important;
  }
  .h-rem-md-70 {
    height: 70rem !important;
  }
  .h-rem-md-71 {
    height: 71rem !important;
  }
  .h-rem-md-72 {
    height: 72rem !important;
  }
  .h-rem-md-73 {
    height: 73rem !important;
  }
  .h-rem-md-74 {
    height: 74rem !important;
  }
  .h-rem-md-75 {
    height: 75rem !important;
  }
  .h-rem-md-76 {
    height: 76rem !important;
  }
  .h-rem-md-77 {
    height: 77rem !important;
  }
  .h-rem-md-78 {
    height: 78rem !important;
  }
  .h-rem-md-79 {
    height: 79rem !important;
  }
  .h-rem-md-80 {
    height: 80rem !important;
  }
  .h-rem-md-95 {
    height: 95rem !important;
  }
  .h-rem-md-96 {
    height: 96rem !important;
  }
  .h-rem-md-97 {
    height: 97rem !important;
  }
  .h-rem-md-100 {
    height: 100% !important;
  }
  .h-px-md-0 {
    height: 0rem !important;
  }
  .h-px-md-1 {
    height: 0.0625rem !important;
  }
  .h-px-md-2 {
    height: 0.125rem !important;
  }
  .h-px-md-3 {
    height: 0.1875rem !important;
  }
  .h-px-md-4 {
    height: 0.25rem !important;
  }
  .h-px-md-5 {
    height: 0.3125rem !important;
  }
  .h-px-md-6 {
    height: 0.375rem !important;
  }
  .h-px-md-7 {
    height: 0.4375rem !important;
  }
  .h-px-md-8 {
    height: 0.5rem !important;
  }
  .h-px-md-9 {
    height: 0.5625rem !important;
  }
  .h-px-md-10 {
    height: 0.625rem !important;
  }
  .h-px-md-11 {
    height: 0.6875rem !important;
  }
  .h-px-md-12 {
    height: 0.75rem !important;
  }
  .h-px-md-13 {
    height: 0.8125rem !important;
  }
  .h-px-md-14 {
    height: 0.875rem !important;
  }
  .h-px-md-15 {
    height: 0.9375rem !important;
  }
  .h-px-md-16 {
    height: 1rem !important;
  }
  .h-px-md-17 {
    height: 1.0625rem !important;
  }
  .h-px-md-18 {
    height: 1.125rem !important;
  }
  .h-px-md-19 {
    height: 1.1875rem !important;
  }
  .h-px-md-20 {
    height: 1.25rem !important;
  }
  .h-px-md-21 {
    height: 1.3125rem !important;
  }
  .h-px-md-22 {
    height: 1.375rem !important;
  }
  .h-px-md-23 {
    height: 1.4375rem !important;
  }
  .h-px-md-24 {
    height: 1.5rem !important;
  }
  .h-px-md-25 {
    height: 1.5625rem !important;
  }
  .h-px-md-26 {
    height: 1.625rem !important;
  }
  .h-px-md-27 {
    height: 1.6875rem !important;
  }
  .h-px-md-28 {
    height: 1.75rem !important;
  }
  .h-px-md-29 {
    height: 1.8125rem !important;
  }
  .h-px-md-30 {
    height: 1.875rem !important;
  }
  .h-px-md-31 {
    height: 1.9375rem !important;
  }
  .h-px-md-32 {
    height: 2rem !important;
  }
  .h-px-md-33 {
    height: 2.0625rem !important;
  }
  .h-px-md-34 {
    height: 2.125rem !important;
  }
  .h-px-md-35 {
    height: 2.1875rem !important;
  }
  .h-px-md-36 {
    height: 2.25rem !important;
  }
  .h-px-md-37 {
    height: 2.3125rem !important;
  }
  .h-px-md-38 {
    height: 2.375rem !important;
  }
  .h-px-md-39 {
    height: 2.4375rem !important;
  }
  .h-px-md-40 {
    height: 2.5rem !important;
  }
  .h-px-md-41 {
    height: 2.5625rem !important;
  }
  .h-px-md-42 {
    height: 2.625rem !important;
  }
  .h-px-md-43 {
    height: 2.6875rem !important;
  }
  .h-px-md-44 {
    height: 2.75rem !important;
  }
  .h-px-md-45 {
    height: 2.8125rem !important;
  }
  .h-px-md-46 {
    height: 2.875rem !important;
  }
  .h-px-md-47 {
    height: 2.9375rem !important;
  }
  .h-px-md-48 {
    height: 3rem !important;
  }
  .h-px-md-49 {
    height: 3.0625rem !important;
  }
  .h-px-md-50 {
    height: 3.125rem !important;
  }
  .h-px-md-51 {
    height: 3.1875rem !important;
  }
  .h-px-md-52 {
    height: 3.25rem !important;
  }
  .h-px-md-53 {
    height: 3.3125rem !important;
  }
  .h-px-md-54 {
    height: 3.375rem !important;
  }
  .h-px-md-56 {
    height: 3.5rem !important;
  }
  .h-px-md-57 {
    height: 3.5625rem !important;
  }
  .h-px-md-58 {
    height: 3.625rem !important;
  }
  .h-px-md-59 {
    height: 3.6875rem !important;
  }
  .h-px-md-60 {
    height: 3.75rem !important;
  }
  .h-px-md-61 {
    height: 3.8125rem !important;
  }
  .h-px-md-62 {
    height: 3.875rem !important;
  }
  .h-px-md-63 {
    height: 3.9375rem !important;
  }
  .h-px-md-64 {
    height: 4rem !important;
  }
  .h-px-md-68 {
    height: 4.25rem !important;
  }
  .h-px-md-70 {
    height: 4.375rem !important;
  }
  .h-px-md-80 {
    height: 5rem !important;
  }
  .h-px-md-82 {
    height: 5.125rem !important;
  }
  .h-px-md-83 {
    height: 5.1875rem !important;
  }
  .h-px-md-84 {
    height: 5.25rem !important;
  }
  .h-px-md-98 {
    height: 6.125rem !important;
  }
  .h-px-md-104 {
    height: 6.5rem !important;
  }
  .h-px-md-122 {
    height: 7.625rem !important;
  }
  .h-px-md-123 {
    height: 7.6875rem !important;
  }
  .h-px-md-147 {
    height: 9.1875rem !important;
  }
  .h-px-md-148 {
    height: 9.25rem !important;
  }
  .h-px-md-150 {
    height: 9.375rem !important;
  }
  .h-px-md-180 {
    height: 11.25rem !important;
  }
  .h-px-md-192 {
    height: 12rem !important;
  }
  .h-px-md-200 {
    height: 12.5rem !important;
  }
  .h-px-md-220 {
    height: 13.75rem !important;
  }
  .h-px-md-270 {
    height: 16.875rem !important;
  }
  .h-px-md-300 {
    height: 18.75rem !important;
  }
  .h-px-md-350 {
    height: 21.875rem !important;
  }
  .h-px-md-400 {
    height: 25rem !important;
  }
  .h-px-md-500 {
    height: 31.25rem !important;
  }
  .h-px-md-600 {
    height: 37.5rem !important;
  }
  .max-h-px-md-0 {
    max-height: 0rem !important;
  }
  .max-h-px-md-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-md-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-md-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-md-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-md-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-md-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-md-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-md-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-md-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-md-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-md-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-md-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-md-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-md-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-md-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-md-16 {
    max-height: 1rem !important;
  }
  .max-h-px-md-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-md-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-md-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-md-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-md-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-md-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-md-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-md-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-md-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-md-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-md-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-md-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-md-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-md-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-md-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-md-32 {
    max-height: 2rem !important;
  }
  .max-h-px-md-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-md-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-md-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-md-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-md-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-md-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-md-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-md-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-md-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-md-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-md-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-md-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-md-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-md-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-md-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-md-48 {
    max-height: 3rem !important;
  }
  .max-h-px-md-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-md-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-md-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-md-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-md-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-md-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-md-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-md-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-md-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-md-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-md-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-md-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-md-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-md-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-md-64 {
    max-height: 4rem !important;
  }
  .max-h-px-md-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-md-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-md-80 {
    max-height: 5rem !important;
  }
  .max-h-px-md-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-md-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-md-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-md-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-md-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-md-122 {
    max-height: 7.625rem !important;
  }
  .max-h-px-md-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-md-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-md-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-md-150 {
    max-height: 9.375rem !important;
  }
  .max-h-px-md-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-md-192 {
    max-height: 12rem !important;
  }
  .max-h-px-md-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-md-220 {
    max-height: 13.75rem !important;
  }
  .max-h-px-md-270 {
    max-height: 16.875rem !important;
  }
  .max-h-px-md-300 {
    max-height: 18.75rem !important;
  }
  .max-h-px-md-350 {
    max-height: 21.875rem !important;
  }
  .max-h-px-md-400 {
    max-height: 25rem !important;
  }
  .max-h-px-md-500 {
    max-height: 31.25rem !important;
  }
  .max-h-px-md-600 {
    max-height: 37.5rem !important;
  }
  .max-h-rem-md-unset {
    max-height: unset !important;
  }
  .max-h-rem-md-1 {
    max-height: 1rem !important;
  }
  .max-h-rem-md-2 {
    max-height: 2rem !important;
  }
  .max-h-rem-md-3 {
    max-height: 3rem !important;
  }
  .max-h-rem-md-4 {
    max-height: 4rem !important;
  }
  .max-h-rem-md-5 {
    max-height: 5rem !important;
  }
  .max-h-rem-md-7 {
    max-height: 7rem !important;
  }
  .max-h-rem-md-8 {
    max-height: 8rem !important;
  }
  .max-h-rem-md-9 {
    max-height: 9rem !important;
  }
  .max-h-rem-md-10 {
    max-height: 10rem !important;
  }
  .max-h-rem-md-11 {
    max-height: 11rem !important;
  }
  .max-h-rem-md-12 {
    max-height: 12rem !important;
  }
  .max-h-rem-md-13 {
    max-height: 13rem !important;
  }
  .max-h-rem-md-14 {
    max-height: 14rem !important;
  }
  .max-h-rem-md-15 {
    max-height: 15rem !important;
  }
  .max-h-rem-md-16 {
    max-height: 16rem !important;
  }
  .max-h-rem-md-17 {
    max-height: 17rem !important;
  }
  .max-h-rem-md-18 {
    max-height: 18rem !important;
  }
  .max-h-rem-md-19 {
    max-height: 19rem !important;
  }
  .max-h-rem-md-20 {
    max-height: 20rem !important;
  }
  .max-h-rem-md-23 {
    max-height: 23rem !important;
  }
  .max-h-rem-md-25 {
    max-height: 25rem !important;
  }
  .max-h-rem-md-30 {
    max-height: 30rem !important;
  }
  .max-h-rem-md-31 {
    max-height: 31rem !important;
  }
  .max-h-rem-md-32 {
    max-height: 32rem !important;
  }
  .max-h-rem-md-33 {
    max-height: 33rem !important;
  }
  .max-h-rem-md-34 {
    max-height: 34rem !important;
  }
  .max-h-rem-md-35 {
    max-height: 35rem !important;
  }
  .max-h-rem-md-36 {
    max-height: 36rem !important;
  }
  .max-h-rem-md-37 {
    max-height: 37rem !important;
  }
  .max-h-rem-md-38 {
    max-height: 38rem !important;
  }
  .max-h-rem-md-39 {
    max-height: 39rem !important;
  }
  .max-h-rem-md-40 {
    max-height: 40rem !important;
  }
  .max-h-rem-md-41 {
    max-height: 41rem !important;
  }
  .max-h-rem-md-42 {
    max-height: 42rem !important;
  }
  .max-h-rem-md-43 {
    max-height: 43rem !important;
  }
  .max-h-rem-md-44 {
    max-height: 44rem !important;
  }
  .max-h-rem-md-45 {
    max-height: 45rem !important;
  }
  .max-h-rem-md-46 {
    max-height: 46rem !important;
  }
  .max-h-rem-md-47 {
    max-height: 47rem !important;
  }
  .max-h-rem-md-48 {
    max-height: 48rem !important;
  }
  .max-h-rem-md-49 {
    max-height: 49rem !important;
  }
  .max-h-rem-md-50 {
    max-height: 50rem !important;
  }
  .max-h-rem-md-51 {
    max-height: 51rem !important;
  }
  .max-h-rem-md-52 {
    max-height: 52rem !important;
  }
  .max-h-rem-md-53 {
    max-height: 53rem !important;
  }
  .max-h-rem-md-54 {
    max-height: 54rem !important;
  }
  .max-h-rem-md-55 {
    max-height: 55rem !important;
  }
  .max-h-rem-md-56 {
    max-height: 56rem !important;
  }
  .max-h-rem-md-57 {
    max-height: 57rem !important;
  }
  .max-h-rem-md-58 {
    max-height: 58rem !important;
  }
  .max-h-rem-md-59 {
    max-height: 59rem !important;
  }
  .max-h-rem-md-60 {
    max-height: 60rem !important;
  }
  .max-h-rem-md-61 {
    max-height: 61rem !important;
  }
  .max-h-rem-md-62 {
    max-height: 62rem !important;
  }
  .max-h-rem-md-63 {
    max-height: 63rem !important;
  }
  .max-h-rem-md-64 {
    max-height: 64rem !important;
  }
  .max-h-rem-md-65 {
    max-height: 65rem !important;
  }
  .max-h-rem-md-66 {
    max-height: 66rem !important;
  }
  .max-h-rem-md-67 {
    max-height: 67rem !important;
  }
  .max-h-rem-md-68 {
    max-height: 68rem !important;
  }
  .max-h-rem-md-69 {
    max-height: 69rem !important;
  }
  .max-h-rem-md-70 {
    max-height: 70rem !important;
  }
  .max-h-rem-md-71 {
    max-height: 71rem !important;
  }
  .max-h-rem-md-72 {
    max-height: 72rem !important;
  }
  .max-h-rem-md-73 {
    max-height: 73rem !important;
  }
  .max-h-rem-md-74 {
    max-height: 74rem !important;
  }
  .max-h-rem-md-75 {
    max-height: 75rem !important;
  }
  .max-h-rem-md-76 {
    max-height: 76rem !important;
  }
  .max-h-rem-md-77 {
    max-height: 77rem !important;
  }
  .max-h-rem-md-78 {
    max-height: 78rem !important;
  }
  .max-h-rem-md-79 {
    max-height: 79rem !important;
  }
  .max-h-rem-md-80 {
    max-height: 80rem !important;
  }
  .max-h-rem-md-95 {
    max-height: 95rem !important;
  }
  .max-h-rem-md-96 {
    max-height: 96rem !important;
  }
  .max-h-rem-md-97 {
    max-height: 97rem !important;
  }
  .max-h-rem-md-100 {
    max-height: 100% !important;
  }
  .min-h-px-md-0 {
    min-height: 0rem !important;
  }
  .min-h-px-md-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-md-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-md-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-md-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-md-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-md-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-md-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-md-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-md-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-md-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-md-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-md-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-md-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-md-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-md-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-md-16 {
    min-height: 1rem !important;
  }
  .min-h-px-md-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-md-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-md-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-md-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-md-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-md-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-md-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-md-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-md-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-md-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-md-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-md-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-md-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-md-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-md-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-md-32 {
    min-height: 2rem !important;
  }
  .min-h-px-md-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-md-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-md-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-md-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-md-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-md-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-md-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-md-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-md-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-md-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-md-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-md-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-md-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-md-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-md-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-md-48 {
    min-height: 3rem !important;
  }
  .min-h-px-md-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-md-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-md-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-md-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-md-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-md-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-md-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-md-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-md-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-md-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-md-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-md-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-md-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-md-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-md-64 {
    min-height: 4rem !important;
  }
  .min-h-px-md-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-md-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-md-80 {
    min-height: 5rem !important;
  }
  .min-h-px-md-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-md-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-md-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-md-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-md-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-md-122 {
    min-height: 7.625rem !important;
  }
  .min-h-px-md-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-md-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-md-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-md-150 {
    min-height: 9.375rem !important;
  }
  .min-h-px-md-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-md-192 {
    min-height: 12rem !important;
  }
  .min-h-px-md-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-md-220 {
    min-height: 13.75rem !important;
  }
  .min-h-px-md-270 {
    min-height: 16.875rem !important;
  }
  .min-h-px-md-300 {
    min-height: 18.75rem !important;
  }
  .min-h-px-md-350 {
    min-height: 21.875rem !important;
  }
  .min-h-px-md-400 {
    min-height: 25rem !important;
  }
  .min-h-px-md-500 {
    min-height: 31.25rem !important;
  }
  .min-h-px-md-600 {
    min-height: 37.5rem !important;
  }
  .min-h-md-0 {
    min-height: 0% !important;
  }
  .min-h-md-5 {
    min-height: 5% !important;
  }
  .min-h-md-10 {
    min-height: 10% !important;
  }
  .min-h-md-20 {
    min-height: 20% !important;
  }
  .min-h-md-25 {
    min-height: 25% !important;
  }
  .min-h-md-30 {
    min-height: 30% !important;
  }
  .min-h-md-33_3 {
    min-height: 33.3% !important;
  }
  .min-h-md-35 {
    min-height: 35% !important;
  }
  .min-h-md-40 {
    min-height: 40% !important;
  }
  .min-h-md-44 {
    min-height: 44% !important;
  }
  .min-h-md-45 {
    min-height: 45% !important;
  }
  .min-h-md-46 {
    min-height: 46% !important;
  }
  .min-h-md-48 {
    min-height: 48% !important;
  }
  .min-h-md-50 {
    min-height: 50% !important;
  }
  .min-h-md-60 {
    min-height: 60% !important;
  }
  .min-h-md-65 {
    min-height: 65% !important;
  }
  .min-h-md-70 {
    min-height: 70% !important;
  }
  .min-h-md-75 {
    min-height: 75% !important;
  }
  .min-h-md-80 {
    min-height: 80% !important;
  }
  .min-h-md-90 {
    min-height: 90% !important;
  }
  .min-h-md-95 {
    min-height: 95% !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .min-h-md-auto {
    min-height: auto !important;
  }
  .min-h-rem-md-unset {
    min-height: unset !important;
  }
  .min-h-rem-md-1 {
    min-height: 1rem !important;
  }
  .min-h-rem-md-2 {
    min-height: 2rem !important;
  }
  .min-h-rem-md-3 {
    min-height: 3rem !important;
  }
  .min-h-rem-md-4 {
    min-height: 4rem !important;
  }
  .min-h-rem-md-5 {
    min-height: 5rem !important;
  }
  .min-h-rem-md-7 {
    min-height: 7rem !important;
  }
  .min-h-rem-md-8 {
    min-height: 8rem !important;
  }
  .min-h-rem-md-9 {
    min-height: 9rem !important;
  }
  .min-h-rem-md-10 {
    min-height: 10rem !important;
  }
  .min-h-rem-md-11 {
    min-height: 11rem !important;
  }
  .min-h-rem-md-12 {
    min-height: 12rem !important;
  }
  .min-h-rem-md-13 {
    min-height: 13rem !important;
  }
  .min-h-rem-md-14 {
    min-height: 14rem !important;
  }
  .min-h-rem-md-15 {
    min-height: 15rem !important;
  }
  .min-h-rem-md-16 {
    min-height: 16rem !important;
  }
  .min-h-rem-md-17 {
    min-height: 17rem !important;
  }
  .min-h-rem-md-18 {
    min-height: 18rem !important;
  }
  .min-h-rem-md-19 {
    min-height: 19rem !important;
  }
  .min-h-rem-md-20 {
    min-height: 20rem !important;
  }
  .min-h-rem-md-23 {
    min-height: 23rem !important;
  }
  .min-h-rem-md-25 {
    min-height: 25rem !important;
  }
  .min-h-rem-md-30 {
    min-height: 30rem !important;
  }
  .min-h-rem-md-31 {
    min-height: 31rem !important;
  }
  .min-h-rem-md-32 {
    min-height: 32rem !important;
  }
  .min-h-rem-md-33 {
    min-height: 33rem !important;
  }
  .min-h-rem-md-34 {
    min-height: 34rem !important;
  }
  .min-h-rem-md-35 {
    min-height: 35rem !important;
  }
  .min-h-rem-md-36 {
    min-height: 36rem !important;
  }
  .min-h-rem-md-37 {
    min-height: 37rem !important;
  }
  .min-h-rem-md-38 {
    min-height: 38rem !important;
  }
  .min-h-rem-md-39 {
    min-height: 39rem !important;
  }
  .min-h-rem-md-40 {
    min-height: 40rem !important;
  }
  .min-h-rem-md-41 {
    min-height: 41rem !important;
  }
  .min-h-rem-md-42 {
    min-height: 42rem !important;
  }
  .min-h-rem-md-43 {
    min-height: 43rem !important;
  }
  .min-h-rem-md-44 {
    min-height: 44rem !important;
  }
  .min-h-rem-md-45 {
    min-height: 45rem !important;
  }
  .min-h-rem-md-46 {
    min-height: 46rem !important;
  }
  .min-h-rem-md-47 {
    min-height: 47rem !important;
  }
  .min-h-rem-md-48 {
    min-height: 48rem !important;
  }
  .min-h-rem-md-49 {
    min-height: 49rem !important;
  }
  .min-h-rem-md-50 {
    min-height: 50rem !important;
  }
  .min-h-rem-md-51 {
    min-height: 51rem !important;
  }
  .min-h-rem-md-52 {
    min-height: 52rem !important;
  }
  .min-h-rem-md-53 {
    min-height: 53rem !important;
  }
  .min-h-rem-md-54 {
    min-height: 54rem !important;
  }
  .min-h-rem-md-55 {
    min-height: 55rem !important;
  }
  .min-h-rem-md-56 {
    min-height: 56rem !important;
  }
  .min-h-rem-md-57 {
    min-height: 57rem !important;
  }
  .min-h-rem-md-58 {
    min-height: 58rem !important;
  }
  .min-h-rem-md-59 {
    min-height: 59rem !important;
  }
  .min-h-rem-md-60 {
    min-height: 60rem !important;
  }
  .min-h-rem-md-61 {
    min-height: 61rem !important;
  }
  .min-h-rem-md-62 {
    min-height: 62rem !important;
  }
  .min-h-rem-md-63 {
    min-height: 63rem !important;
  }
  .min-h-rem-md-64 {
    min-height: 64rem !important;
  }
  .min-h-rem-md-65 {
    min-height: 65rem !important;
  }
  .min-h-rem-md-66 {
    min-height: 66rem !important;
  }
  .min-h-rem-md-67 {
    min-height: 67rem !important;
  }
  .min-h-rem-md-68 {
    min-height: 68rem !important;
  }
  .min-h-rem-md-69 {
    min-height: 69rem !important;
  }
  .min-h-rem-md-70 {
    min-height: 70rem !important;
  }
  .min-h-rem-md-71 {
    min-height: 71rem !important;
  }
  .min-h-rem-md-72 {
    min-height: 72rem !important;
  }
  .min-h-rem-md-73 {
    min-height: 73rem !important;
  }
  .min-h-rem-md-74 {
    min-height: 74rem !important;
  }
  .min-h-rem-md-75 {
    min-height: 75rem !important;
  }
  .min-h-rem-md-76 {
    min-height: 76rem !important;
  }
  .min-h-rem-md-77 {
    min-height: 77rem !important;
  }
  .min-h-rem-md-78 {
    min-height: 78rem !important;
  }
  .min-h-rem-md-79 {
    min-height: 79rem !important;
  }
  .min-h-rem-md-80 {
    min-height: 80rem !important;
  }
  .min-h-rem-md-95 {
    min-height: 95rem !important;
  }
  .min-h-rem-md-96 {
    min-height: 96rem !important;
  }
  .min-h-rem-md-97 {
    min-height: 97rem !important;
  }
  .min-h-rem-md-100 {
    min-height: 100% !important;
  }
  .gap-px-md-0 {
    gap: 0rem !important;
  }
  .gap-px-md-1 {
    gap: 0.0625rem !important;
  }
  .gap-px-md-2 {
    gap: 0.125rem !important;
  }
  .gap-px-md-3 {
    gap: 0.1875rem !important;
  }
  .gap-px-md-4 {
    gap: 0.25rem !important;
  }
  .gap-px-md-5 {
    gap: 0.3125rem !important;
  }
  .gap-px-md-6 {
    gap: 0.375rem !important;
  }
  .gap-px-md-7 {
    gap: 0.4375rem !important;
  }
  .gap-px-md-8 {
    gap: 0.5rem !important;
  }
  .gap-px-md-9 {
    gap: 0.5625rem !important;
  }
  .gap-px-md-10 {
    gap: 0.625rem !important;
  }
  .gap-px-md-11 {
    gap: 0.6875rem !important;
  }
  .gap-px-md-12 {
    gap: 0.75rem !important;
  }
  .gap-px-md-13 {
    gap: 0.8125rem !important;
  }
  .gap-px-md-14 {
    gap: 0.875rem !important;
  }
  .gap-px-md-15 {
    gap: 0.9375rem !important;
  }
  .gap-px-md-16 {
    gap: 1rem !important;
  }
  .gap-px-md-17 {
    gap: 1.0625rem !important;
  }
  .gap-px-md-18 {
    gap: 1.125rem !important;
  }
  .gap-px-md-19 {
    gap: 1.1875rem !important;
  }
  .gap-px-md-20 {
    gap: 1.25rem !important;
  }
  .gap-px-md-21 {
    gap: 1.3125rem !important;
  }
  .gap-px-md-22 {
    gap: 1.375rem !important;
  }
  .gap-px-md-23 {
    gap: 1.4375rem !important;
  }
  .gap-px-md-24 {
    gap: 1.5rem !important;
  }
  .gap-px-md-25 {
    gap: 1.5625rem !important;
  }
  .gap-px-md-26 {
    gap: 1.625rem !important;
  }
  .gap-px-md-27 {
    gap: 1.6875rem !important;
  }
  .gap-px-md-28 {
    gap: 1.75rem !important;
  }
  .gap-px-md-29 {
    gap: 1.8125rem !important;
  }
  .gap-px-md-30 {
    gap: 1.875rem !important;
  }
  .gap-px-md-31 {
    gap: 1.9375rem !important;
  }
  .gap-px-md-32 {
    gap: 2rem !important;
  }
  .gap-px-md-33 {
    gap: 2.0625rem !important;
  }
  .gap-px-md-34 {
    gap: 2.125rem !important;
  }
  .gap-px-md-35 {
    gap: 2.1875rem !important;
  }
  .gap-px-md-36 {
    gap: 2.25rem !important;
  }
  .gap-px-md-37 {
    gap: 2.3125rem !important;
  }
  .gap-px-md-38 {
    gap: 2.375rem !important;
  }
  .gap-px-md-39 {
    gap: 2.4375rem !important;
  }
  .gap-px-md-40 {
    gap: 2.5rem !important;
  }
  .gap-px-md-41 {
    gap: 2.5625rem !important;
  }
  .gap-px-md-42 {
    gap: 2.625rem !important;
  }
  .gap-px-md-43 {
    gap: 2.6875rem !important;
  }
  .gap-px-md-44 {
    gap: 2.75rem !important;
  }
  .gap-px-md-45 {
    gap: 2.8125rem !important;
  }
  .gap-px-md-46 {
    gap: 2.875rem !important;
  }
  .gap-px-md-47 {
    gap: 2.9375rem !important;
  }
  .gap-px-md-48 {
    gap: 3rem !important;
  }
  .gap-px-md-49 {
    gap: 3.0625rem !important;
  }
  .gap-px-md-50 {
    gap: 3.125rem !important;
  }
  .gap-px-md-51 {
    gap: 3.1875rem !important;
  }
  .gap-px-md-52 {
    gap: 3.25rem !important;
  }
  .gap-px-md-53 {
    gap: 3.3125rem !important;
  }
  .gap-px-md-54 {
    gap: 3.375rem !important;
  }
  .gap-px-md-56 {
    gap: 3.5rem !important;
  }
  .gap-px-md-57 {
    gap: 3.5625rem !important;
  }
  .gap-px-md-58 {
    gap: 3.625rem !important;
  }
  .gap-px-md-59 {
    gap: 3.6875rem !important;
  }
  .gap-px-md-60 {
    gap: 3.75rem !important;
  }
  .gap-px-md-61 {
    gap: 3.8125rem !important;
  }
  .gap-px-md-62 {
    gap: 3.875rem !important;
  }
  .gap-px-md-63 {
    gap: 3.9375rem !important;
  }
  .gap-px-md-64 {
    gap: 4rem !important;
  }
  .gap-px-md-68 {
    gap: 4.25rem !important;
  }
  .gap-px-md-70 {
    gap: 4.375rem !important;
  }
  .gap-px-md-80 {
    gap: 5rem !important;
  }
  .gap-px-md-82 {
    gap: 5.125rem !important;
  }
  .gap-px-md-83 {
    gap: 5.1875rem !important;
  }
  .gap-px-md-84 {
    gap: 5.25rem !important;
  }
  .gap-px-md-98 {
    gap: 6.125rem !important;
  }
  .gap-px-md-104 {
    gap: 6.5rem !important;
  }
  .gap-px-md-122 {
    gap: 7.625rem !important;
  }
  .gap-px-md-123 {
    gap: 7.6875rem !important;
  }
  .gap-px-md-147 {
    gap: 9.1875rem !important;
  }
  .gap-px-md-148 {
    gap: 9.25rem !important;
  }
  .gap-px-md-150 {
    gap: 9.375rem !important;
  }
  .gap-px-md-180 {
    gap: 11.25rem !important;
  }
  .gap-px-md-192 {
    gap: 12rem !important;
  }
  .gap-px-md-200 {
    gap: 12.5rem !important;
  }
  .gap-px-md-220 {
    gap: 13.75rem !important;
  }
  .gap-px-md-270 {
    gap: 16.875rem !important;
  }
  .gap-px-md-300 {
    gap: 18.75rem !important;
  }
  .gap-px-md-350 {
    gap: 21.875rem !important;
  }
  .gap-px-md-400 {
    gap: 25rem !important;
  }
  .gap-px-md-500 {
    gap: 31.25rem !important;
  }
  .gap-px-md-600 {
    gap: 37.5rem !important;
  }
  .m-px-md-0 {
    margin: 0rem !important;
  }
  .m-px-md-1 {
    margin: 0.0625rem !important;
  }
  .m-px-md-2 {
    margin: 0.125rem !important;
  }
  .m-px-md-3 {
    margin: 0.1875rem !important;
  }
  .m-px-md-4 {
    margin: 0.25rem !important;
  }
  .m-px-md-5 {
    margin: 0.3125rem !important;
  }
  .m-px-md-6 {
    margin: 0.375rem !important;
  }
  .m-px-md-7 {
    margin: 0.4375rem !important;
  }
  .m-px-md-8 {
    margin: 0.5rem !important;
  }
  .m-px-md-9 {
    margin: 0.5625rem !important;
  }
  .m-px-md-10 {
    margin: 0.625rem !important;
  }
  .m-px-md-11 {
    margin: 0.6875rem !important;
  }
  .m-px-md-12 {
    margin: 0.75rem !important;
  }
  .m-px-md-13 {
    margin: 0.8125rem !important;
  }
  .m-px-md-14 {
    margin: 0.875rem !important;
  }
  .m-px-md-15 {
    margin: 0.9375rem !important;
  }
  .m-px-md-16 {
    margin: 1rem !important;
  }
  .m-px-md-17 {
    margin: 1.0625rem !important;
  }
  .m-px-md-18 {
    margin: 1.125rem !important;
  }
  .m-px-md-19 {
    margin: 1.1875rem !important;
  }
  .m-px-md-20 {
    margin: 1.25rem !important;
  }
  .m-px-md-21 {
    margin: 1.3125rem !important;
  }
  .m-px-md-22 {
    margin: 1.375rem !important;
  }
  .m-px-md-23 {
    margin: 1.4375rem !important;
  }
  .m-px-md-24 {
    margin: 1.5rem !important;
  }
  .m-px-md-25 {
    margin: 1.5625rem !important;
  }
  .m-px-md-26 {
    margin: 1.625rem !important;
  }
  .m-px-md-27 {
    margin: 1.6875rem !important;
  }
  .m-px-md-28 {
    margin: 1.75rem !important;
  }
  .m-px-md-29 {
    margin: 1.8125rem !important;
  }
  .m-px-md-30 {
    margin: 1.875rem !important;
  }
  .m-px-md-31 {
    margin: 1.9375rem !important;
  }
  .m-px-md-32 {
    margin: 2rem !important;
  }
  .m-px-md-33 {
    margin: 2.0625rem !important;
  }
  .m-px-md-34 {
    margin: 2.125rem !important;
  }
  .m-px-md-35 {
    margin: 2.1875rem !important;
  }
  .m-px-md-36 {
    margin: 2.25rem !important;
  }
  .m-px-md-37 {
    margin: 2.3125rem !important;
  }
  .m-px-md-38 {
    margin: 2.375rem !important;
  }
  .m-px-md-39 {
    margin: 2.4375rem !important;
  }
  .m-px-md-40 {
    margin: 2.5rem !important;
  }
  .m-px-md-41 {
    margin: 2.5625rem !important;
  }
  .m-px-md-42 {
    margin: 2.625rem !important;
  }
  .m-px-md-43 {
    margin: 2.6875rem !important;
  }
  .m-px-md-44 {
    margin: 2.75rem !important;
  }
  .m-px-md-45 {
    margin: 2.8125rem !important;
  }
  .m-px-md-46 {
    margin: 2.875rem !important;
  }
  .m-px-md-47 {
    margin: 2.9375rem !important;
  }
  .m-px-md-48 {
    margin: 3rem !important;
  }
  .m-px-md-49 {
    margin: 3.0625rem !important;
  }
  .m-px-md-50 {
    margin: 3.125rem !important;
  }
  .m-px-md-51 {
    margin: 3.1875rem !important;
  }
  .m-px-md-52 {
    margin: 3.25rem !important;
  }
  .m-px-md-53 {
    margin: 3.3125rem !important;
  }
  .m-px-md-54 {
    margin: 3.375rem !important;
  }
  .m-px-md-56 {
    margin: 3.5rem !important;
  }
  .m-px-md-57 {
    margin: 3.5625rem !important;
  }
  .m-px-md-58 {
    margin: 3.625rem !important;
  }
  .m-px-md-59 {
    margin: 3.6875rem !important;
  }
  .m-px-md-60 {
    margin: 3.75rem !important;
  }
  .m-px-md-61 {
    margin: 3.8125rem !important;
  }
  .m-px-md-62 {
    margin: 3.875rem !important;
  }
  .m-px-md-63 {
    margin: 3.9375rem !important;
  }
  .m-px-md-64 {
    margin: 4rem !important;
  }
  .m-px-md-68 {
    margin: 4.25rem !important;
  }
  .m-px-md-70 {
    margin: 4.375rem !important;
  }
  .m-px-md-80 {
    margin: 5rem !important;
  }
  .m-px-md-82 {
    margin: 5.125rem !important;
  }
  .m-px-md-83 {
    margin: 5.1875rem !important;
  }
  .m-px-md-84 {
    margin: 5.25rem !important;
  }
  .m-px-md-98 {
    margin: 6.125rem !important;
  }
  .m-px-md-104 {
    margin: 6.5rem !important;
  }
  .m-px-md-122 {
    margin: 7.625rem !important;
  }
  .m-px-md-123 {
    margin: 7.6875rem !important;
  }
  .m-px-md-147 {
    margin: 9.1875rem !important;
  }
  .m-px-md-148 {
    margin: 9.25rem !important;
  }
  .m-px-md-150 {
    margin: 9.375rem !important;
  }
  .m-px-md-180 {
    margin: 11.25rem !important;
  }
  .m-px-md-192 {
    margin: 12rem !important;
  }
  .m-px-md-200 {
    margin: 12.5rem !important;
  }
  .m-px-md-220 {
    margin: 13.75rem !important;
  }
  .m-px-md-270 {
    margin: 16.875rem !important;
  }
  .m-px-md-300 {
    margin: 18.75rem !important;
  }
  .m-px-md-350 {
    margin: 21.875rem !important;
  }
  .m-px-md-400 {
    margin: 25rem !important;
  }
  .m-px-md-500 {
    margin: 31.25rem !important;
  }
  .m-px-md-600 {
    margin: 37.5rem !important;
  }
  .m-px-md-auto {
    margin: auto !important;
  }
  .mx-px-md-0 {
    margin-inline-end: 0rem !important;
    margin-inline-start: 0rem !important;
  }
  .mx-px-md-1 {
    margin-inline-end: 0.0625rem !important;
    margin-inline-start: 0.0625rem !important;
  }
  .mx-px-md-2 {
    margin-inline-end: 0.125rem !important;
    margin-inline-start: 0.125rem !important;
  }
  .mx-px-md-3 {
    margin-inline-end: 0.1875rem !important;
    margin-inline-start: 0.1875rem !important;
  }
  .mx-px-md-4 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-px-md-5 {
    margin-inline-end: 0.3125rem !important;
    margin-inline-start: 0.3125rem !important;
  }
  .mx-px-md-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-px-md-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-px-md-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-px-md-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-px-md-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-px-md-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-px-md-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-px-md-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-px-md-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-px-md-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-px-md-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-px-md-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-px-md-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-px-md-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-px-md-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-px-md-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-px-md-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-px-md-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-px-md-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-px-md-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-px-md-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-px-md-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-px-md-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-px-md-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-px-md-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-px-md-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-px-md-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-px-md-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-px-md-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-px-md-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-px-md-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-px-md-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-px-md-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-px-md-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-px-md-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-px-md-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-px-md-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-px-md-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-px-md-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-px-md-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-px-md-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-px-md-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-px-md-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-px-md-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-px-md-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-px-md-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-px-md-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-px-md-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-px-md-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-px-md-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-px-md-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-px-md-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-px-md-59 {
    margin-inline-end: 3.6875rem !important;
    margin-inline-start: 3.6875rem !important;
  }
  .mx-px-md-60 {
    margin-inline-end: 3.75rem !important;
    margin-inline-start: 3.75rem !important;
  }
  .mx-px-md-61 {
    margin-inline-end: 3.8125rem !important;
    margin-inline-start: 3.8125rem !important;
  }
  .mx-px-md-62 {
    margin-inline-end: 3.875rem !important;
    margin-inline-start: 3.875rem !important;
  }
  .mx-px-md-63 {
    margin-inline-end: 3.9375rem !important;
    margin-inline-start: 3.9375rem !important;
  }
  .mx-px-md-64 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-px-md-68 {
    margin-inline-end: 4.25rem !important;
    margin-inline-start: 4.25rem !important;
  }
  .mx-px-md-70 {
    margin-inline-end: 4.375rem !important;
    margin-inline-start: 4.375rem !important;
  }
  .mx-px-md-80 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-px-md-82 {
    margin-inline-end: 5.125rem !important;
    margin-inline-start: 5.125rem !important;
  }
  .mx-px-md-83 {
    margin-inline-end: 5.1875rem !important;
    margin-inline-start: 5.1875rem !important;
  }
  .mx-px-md-84 {
    margin-inline-end: 5.25rem !important;
    margin-inline-start: 5.25rem !important;
  }
  .mx-px-md-98 {
    margin-inline-end: 6.125rem !important;
    margin-inline-start: 6.125rem !important;
  }
  .mx-px-md-104 {
    margin-inline-end: 6.5rem !important;
    margin-inline-start: 6.5rem !important;
  }
  .mx-px-md-122 {
    margin-inline-end: 7.625rem !important;
    margin-inline-start: 7.625rem !important;
  }
  .mx-px-md-123 {
    margin-inline-end: 7.6875rem !important;
    margin-inline-start: 7.6875rem !important;
  }
  .mx-px-md-147 {
    margin-inline-end: 9.1875rem !important;
    margin-inline-start: 9.1875rem !important;
  }
  .mx-px-md-148 {
    margin-inline-end: 9.25rem !important;
    margin-inline-start: 9.25rem !important;
  }
  .mx-px-md-150 {
    margin-inline-end: 9.375rem !important;
    margin-inline-start: 9.375rem !important;
  }
  .mx-px-md-180 {
    margin-inline-end: 11.25rem !important;
    margin-inline-start: 11.25rem !important;
  }
  .mx-px-md-192 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-px-md-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-px-md-220 {
    margin-inline-end: 13.75rem !important;
    margin-inline-start: 13.75rem !important;
  }
  .mx-px-md-270 {
    margin-inline-end: 16.875rem !important;
    margin-inline-start: 16.875rem !important;
  }
  .mx-px-md-300 {
    margin-inline-end: 18.75rem !important;
    margin-inline-start: 18.75rem !important;
  }
  .mx-px-md-350 {
    margin-inline-end: 21.875rem !important;
    margin-inline-start: 21.875rem !important;
  }
  .mx-px-md-400 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-px-md-500 {
    margin-inline-end: 31.25rem !important;
    margin-inline-start: 31.25rem !important;
  }
  .mx-px-md-600 {
    margin-inline-end: 37.5rem !important;
    margin-inline-start: 37.5rem !important;
  }
  .mx-px-md-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-px-md-0 {
    margin-block-start: 0rem !important;
    margin-block-end: 0rem !important;
  }
  .my-px-md-1 {
    margin-block-start: 0.0625rem !important;
    margin-block-end: 0.0625rem !important;
  }
  .my-px-md-2 {
    margin-block-start: 0.125rem !important;
    margin-block-end: 0.125rem !important;
  }
  .my-px-md-3 {
    margin-block-start: 0.1875rem !important;
    margin-block-end: 0.1875rem !important;
  }
  .my-px-md-4 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-px-md-5 {
    margin-block-start: 0.3125rem !important;
    margin-block-end: 0.3125rem !important;
  }
  .my-px-md-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-px-md-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-px-md-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-px-md-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-px-md-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-px-md-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-px-md-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-px-md-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-px-md-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-px-md-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-px-md-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-px-md-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-px-md-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-px-md-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-px-md-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-px-md-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-px-md-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-px-md-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-px-md-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-px-md-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-px-md-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-px-md-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-px-md-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-px-md-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-px-md-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-px-md-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-px-md-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-px-md-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-px-md-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-px-md-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-px-md-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-px-md-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-px-md-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-px-md-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-px-md-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-px-md-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-px-md-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-px-md-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-px-md-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-px-md-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-px-md-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-px-md-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-px-md-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-px-md-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-px-md-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-px-md-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-px-md-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-px-md-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-px-md-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-px-md-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-px-md-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-px-md-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-px-md-59 {
    margin-block-start: 3.6875rem !important;
    margin-block-end: 3.6875rem !important;
  }
  .my-px-md-60 {
    margin-block-start: 3.75rem !important;
    margin-block-end: 3.75rem !important;
  }
  .my-px-md-61 {
    margin-block-start: 3.8125rem !important;
    margin-block-end: 3.8125rem !important;
  }
  .my-px-md-62 {
    margin-block-start: 3.875rem !important;
    margin-block-end: 3.875rem !important;
  }
  .my-px-md-63 {
    margin-block-start: 3.9375rem !important;
    margin-block-end: 3.9375rem !important;
  }
  .my-px-md-64 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .my-px-md-68 {
    margin-block-start: 4.25rem !important;
    margin-block-end: 4.25rem !important;
  }
  .my-px-md-70 {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
  .my-px-md-80 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .my-px-md-82 {
    margin-block-start: 5.125rem !important;
    margin-block-end: 5.125rem !important;
  }
  .my-px-md-83 {
    margin-block-start: 5.1875rem !important;
    margin-block-end: 5.1875rem !important;
  }
  .my-px-md-84 {
    margin-block-start: 5.25rem !important;
    margin-block-end: 5.25rem !important;
  }
  .my-px-md-98 {
    margin-block-start: 6.125rem !important;
    margin-block-end: 6.125rem !important;
  }
  .my-px-md-104 {
    margin-block-start: 6.5rem !important;
    margin-block-end: 6.5rem !important;
  }
  .my-px-md-122 {
    margin-block-start: 7.625rem !important;
    margin-block-end: 7.625rem !important;
  }
  .my-px-md-123 {
    margin-block-start: 7.6875rem !important;
    margin-block-end: 7.6875rem !important;
  }
  .my-px-md-147 {
    margin-block-start: 9.1875rem !important;
    margin-block-end: 9.1875rem !important;
  }
  .my-px-md-148 {
    margin-block-start: 9.25rem !important;
    margin-block-end: 9.25rem !important;
  }
  .my-px-md-150 {
    margin-block-start: 9.375rem !important;
    margin-block-end: 9.375rem !important;
  }
  .my-px-md-180 {
    margin-block-start: 11.25rem !important;
    margin-block-end: 11.25rem !important;
  }
  .my-px-md-192 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .my-px-md-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-px-md-220 {
    margin-block-start: 13.75rem !important;
    margin-block-end: 13.75rem !important;
  }
  .my-px-md-270 {
    margin-block-start: 16.875rem !important;
    margin-block-end: 16.875rem !important;
  }
  .my-px-md-300 {
    margin-block-start: 18.75rem !important;
    margin-block-end: 18.75rem !important;
  }
  .my-px-md-350 {
    margin-block-start: 21.875rem !important;
    margin-block-end: 21.875rem !important;
  }
  .my-px-md-400 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .my-px-md-500 {
    margin-block-start: 31.25rem !important;
    margin-block-end: 31.25rem !important;
  }
  .my-px-md-600 {
    margin-block-start: 37.5rem !important;
    margin-block-end: 37.5rem !important;
  }
  .my-px-md-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-px-md-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-md-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-md-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-md-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-md-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-md-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-md-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-md-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-md-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-md-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-md-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-md-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-md-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-md-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-md-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-md-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-md-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-md-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-md-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-md-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-md-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-md-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-md-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-md-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-md-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-md-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-md-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-md-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-md-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-md-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-md-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-md-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-md-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-md-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-md-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-md-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-md-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-md-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-md-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-md-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-md-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-md-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-md-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-md-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-md-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-md-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-md-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-md-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-md-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-md-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-md-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-md-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-md-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-md-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-md-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-md-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-md-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-md-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-md-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-md-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-md-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-md-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-md-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-md-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-md-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-md-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-md-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-md-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-md-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-md-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-md-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-md-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-md-122 {
    margin-block-start: 7.625rem !important;
  }
  .mt-px-md-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-md-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-md-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-md-150 {
    margin-block-start: 9.375rem !important;
  }
  .mt-px-md-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-md-192 {
    margin-block-start: 12rem !important;
  }
  .mt-px-md-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-md-220 {
    margin-block-start: 13.75rem !important;
  }
  .mt-px-md-270 {
    margin-block-start: 16.875rem !important;
  }
  .mt-px-md-300 {
    margin-block-start: 18.75rem !important;
  }
  .mt-px-md-350 {
    margin-block-start: 21.875rem !important;
  }
  .mt-px-md-400 {
    margin-block-start: 25rem !important;
  }
  .mt-px-md-500 {
    margin-block-start: 31.25rem !important;
  }
  .mt-px-md-600 {
    margin-block-start: 37.5rem !important;
  }
  .mt-px-md-auto {
    margin-block-start: auto !important;
  }
  .me-px-md-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-md-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-md-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-md-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-md-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-md-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-md-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-md-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-md-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-md-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-md-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-md-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-md-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-md-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-md-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-md-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-md-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-md-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-md-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-md-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-md-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-md-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-md-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-md-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-md-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-md-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-md-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-md-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-md-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-md-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-md-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-md-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-md-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-md-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-md-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-md-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-md-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-md-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-md-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-md-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-md-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-md-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-md-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-md-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-md-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-md-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-md-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-md-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-md-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-md-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-md-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-md-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-md-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-md-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-md-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-md-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-md-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-md-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-md-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-md-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-md-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-md-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-md-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-md-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-md-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-md-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-md-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-md-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-md-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-md-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-md-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-md-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-md-122 {
    margin-inline-end: 7.625rem !important;
  }
  .me-px-md-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-md-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-md-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-md-150 {
    margin-inline-end: 9.375rem !important;
  }
  .me-px-md-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-md-192 {
    margin-inline-end: 12rem !important;
  }
  .me-px-md-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-md-220 {
    margin-inline-end: 13.75rem !important;
  }
  .me-px-md-270 {
    margin-inline-end: 16.875rem !important;
  }
  .me-px-md-300 {
    margin-inline-end: 18.75rem !important;
  }
  .me-px-md-350 {
    margin-inline-end: 21.875rem !important;
  }
  .me-px-md-400 {
    margin-inline-end: 25rem !important;
  }
  .me-px-md-500 {
    margin-inline-end: 31.25rem !important;
  }
  .me-px-md-600 {
    margin-inline-end: 37.5rem !important;
  }
  .me-px-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-md-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-md-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-md-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-md-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-md-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-md-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-md-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-md-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-md-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-md-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-md-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-md-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-md-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-md-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-md-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-md-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-md-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-md-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-md-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-md-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-md-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-md-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-md-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-md-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-md-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-md-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-md-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-md-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-md-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-md-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-md-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-md-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-md-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-md-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-md-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-md-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-md-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-md-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-md-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-md-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-md-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-md-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-md-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-md-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-md-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-md-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-md-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-md-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-md-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-md-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-md-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-md-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-md-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-md-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-md-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-md-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-md-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-md-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-md-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-md-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-md-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-md-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-md-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-md-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-md-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-md-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-md-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-md-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-md-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-md-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-md-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-md-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-md-122 {
    margin-block-end: 7.625rem !important;
  }
  .mb-px-md-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-md-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-md-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-md-150 {
    margin-block-end: 9.375rem !important;
  }
  .mb-px-md-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-md-192 {
    margin-block-end: 12rem !important;
  }
  .mb-px-md-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-md-220 {
    margin-block-end: 13.75rem !important;
  }
  .mb-px-md-270 {
    margin-block-end: 16.875rem !important;
  }
  .mb-px-md-300 {
    margin-block-end: 18.75rem !important;
  }
  .mb-px-md-350 {
    margin-block-end: 21.875rem !important;
  }
  .mb-px-md-400 {
    margin-block-end: 25rem !important;
  }
  .mb-px-md-500 {
    margin-block-end: 31.25rem !important;
  }
  .mb-px-md-600 {
    margin-block-end: 37.5rem !important;
  }
  .mb-px-md-auto {
    margin-block-end: auto !important;
  }
  .ms-px-md-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-md-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-md-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-md-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-md-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-md-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-md-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-md-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-md-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-md-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-md-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-md-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-md-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-md-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-md-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-md-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-md-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-md-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-md-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-md-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-md-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-md-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-md-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-md-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-md-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-md-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-md-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-md-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-md-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-md-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-md-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-md-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-md-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-md-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-md-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-md-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-md-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-md-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-md-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-md-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-md-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-md-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-md-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-md-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-md-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-md-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-md-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-md-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-md-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-md-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-md-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-md-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-md-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-md-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-md-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-md-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-md-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-md-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-md-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-md-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-md-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-md-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-md-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-md-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-md-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-md-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-md-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-md-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-md-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-md-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-md-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-md-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-md-122 {
    margin-inline-start: 7.625rem !important;
  }
  .ms-px-md-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-md-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-md-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-md-150 {
    margin-inline-start: 9.375rem !important;
  }
  .ms-px-md-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-md-192 {
    margin-inline-start: 12rem !important;
  }
  .ms-px-md-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-md-220 {
    margin-inline-start: 13.75rem !important;
  }
  .ms-px-md-270 {
    margin-inline-start: 16.875rem !important;
  }
  .ms-px-md-300 {
    margin-inline-start: 18.75rem !important;
  }
  .ms-px-md-350 {
    margin-inline-start: 21.875rem !important;
  }
  .ms-px-md-400 {
    margin-inline-start: 25rem !important;
  }
  .ms-px-md-500 {
    margin-inline-start: 31.25rem !important;
  }
  .ms-px-md-600 {
    margin-inline-start: 37.5rem !important;
  }
  .ms-px-md-auto {
    margin-inline-start: auto !important;
  }
  .m-px-md-n1 {
    margin: -0.0625rem !important;
  }
  .m-px-md-n2 {
    margin: -0.125rem !important;
  }
  .m-px-md-n3 {
    margin: -0.1875rem !important;
  }
  .m-px-md-n4 {
    margin: -0.25rem !important;
  }
  .m-px-md-n5 {
    margin: -0.3125rem !important;
  }
  .m-px-md-n6 {
    margin: -0.375rem !important;
  }
  .m-px-md-n7 {
    margin: -0.4375rem !important;
  }
  .m-px-md-n8 {
    margin: -0.5rem !important;
  }
  .m-px-md-n9 {
    margin: -0.5625rem !important;
  }
  .m-px-md-n10 {
    margin: -0.625rem !important;
  }
  .m-px-md-n11 {
    margin: -0.6875rem !important;
  }
  .m-px-md-n12 {
    margin: -0.75rem !important;
  }
  .m-px-md-n13 {
    margin: -0.8125rem !important;
  }
  .m-px-md-n14 {
    margin: -0.875rem !important;
  }
  .m-px-md-n15 {
    margin: -0.9375rem !important;
  }
  .m-px-md-n16 {
    margin: -1rem !important;
  }
  .m-px-md-n17 {
    margin: -1.0625rem !important;
  }
  .m-px-md-n18 {
    margin: -1.125rem !important;
  }
  .m-px-md-n19 {
    margin: -1.1875rem !important;
  }
  .m-px-md-n20 {
    margin: -1.25rem !important;
  }
  .m-px-md-n21 {
    margin: -1.3125rem !important;
  }
  .m-px-md-n22 {
    margin: -1.375rem !important;
  }
  .m-px-md-n23 {
    margin: -1.4375rem !important;
  }
  .m-px-md-n24 {
    margin: -1.5rem !important;
  }
  .m-px-md-n25 {
    margin: -1.5625rem !important;
  }
  .m-px-md-n26 {
    margin: -1.625rem !important;
  }
  .m-px-md-n27 {
    margin: -1.6875rem !important;
  }
  .m-px-md-n28 {
    margin: -1.75rem !important;
  }
  .m-px-md-n29 {
    margin: -1.8125rem !important;
  }
  .m-px-md-n30 {
    margin: -1.875rem !important;
  }
  .m-px-md-n31 {
    margin: -1.9375rem !important;
  }
  .m-px-md-n32 {
    margin: -2rem !important;
  }
  .m-px-md-n33 {
    margin: -2.0625rem !important;
  }
  .m-px-md-n34 {
    margin: -2.125rem !important;
  }
  .m-px-md-n35 {
    margin: -2.1875rem !important;
  }
  .m-px-md-n36 {
    margin: -2.25rem !important;
  }
  .m-px-md-n37 {
    margin: -2.3125rem !important;
  }
  .m-px-md-n38 {
    margin: -2.375rem !important;
  }
  .m-px-md-n39 {
    margin: -2.4375rem !important;
  }
  .m-px-md-n40 {
    margin: -2.5rem !important;
  }
  .m-px-md-n41 {
    margin: -2.5625rem !important;
  }
  .m-px-md-n42 {
    margin: -2.625rem !important;
  }
  .m-px-md-n43 {
    margin: -2.6875rem !important;
  }
  .m-px-md-n44 {
    margin: -2.75rem !important;
  }
  .m-px-md-n45 {
    margin: -2.8125rem !important;
  }
  .m-px-md-n46 {
    margin: -2.875rem !important;
  }
  .m-px-md-n47 {
    margin: -2.9375rem !important;
  }
  .m-px-md-n48 {
    margin: -3rem !important;
  }
  .m-px-md-n49 {
    margin: -3.0625rem !important;
  }
  .m-px-md-n50 {
    margin: -3.125rem !important;
  }
  .m-px-md-n51 {
    margin: -3.1875rem !important;
  }
  .m-px-md-n52 {
    margin: -3.25rem !important;
  }
  .m-px-md-n53 {
    margin: -3.3125rem !important;
  }
  .m-px-md-n54 {
    margin: -3.375rem !important;
  }
  .m-px-md-n56 {
    margin: -3.5rem !important;
  }
  .m-px-md-n57 {
    margin: -3.5625rem !important;
  }
  .m-px-md-n58 {
    margin: -3.625rem !important;
  }
  .m-px-md-n59 {
    margin: -3.6875rem !important;
  }
  .m-px-md-n60 {
    margin: -3.75rem !important;
  }
  .m-px-md-n61 {
    margin: -3.8125rem !important;
  }
  .m-px-md-n62 {
    margin: -3.875rem !important;
  }
  .m-px-md-n63 {
    margin: -3.9375rem !important;
  }
  .m-px-md-n64 {
    margin: -4rem !important;
  }
  .m-px-md-n68 {
    margin: -4.25rem !important;
  }
  .m-px-md-n70 {
    margin: -4.375rem !important;
  }
  .m-px-md-n80 {
    margin: -5rem !important;
  }
  .m-px-md-n82 {
    margin: -5.125rem !important;
  }
  .m-px-md-n83 {
    margin: -5.1875rem !important;
  }
  .m-px-md-n84 {
    margin: -5.25rem !important;
  }
  .m-px-md-n98 {
    margin: -6.125rem !important;
  }
  .m-px-md-n104 {
    margin: -6.5rem !important;
  }
  .m-px-md-n122 {
    margin: -7.625rem !important;
  }
  .m-px-md-n123 {
    margin: -7.6875rem !important;
  }
  .m-px-md-n147 {
    margin: -9.1875rem !important;
  }
  .m-px-md-n148 {
    margin: -9.25rem !important;
  }
  .m-px-md-n150 {
    margin: -9.375rem !important;
  }
  .m-px-md-n180 {
    margin: -11.25rem !important;
  }
  .m-px-md-n192 {
    margin: -12rem !important;
  }
  .m-px-md-n200 {
    margin: -12.5rem !important;
  }
  .m-px-md-n220 {
    margin: -13.75rem !important;
  }
  .m-px-md-n270 {
    margin: -16.875rem !important;
  }
  .m-px-md-n300 {
    margin: -18.75rem !important;
  }
  .m-px-md-n350 {
    margin: -21.875rem !important;
  }
  .m-px-md-n400 {
    margin: -25rem !important;
  }
  .m-px-md-n500 {
    margin: -31.25rem !important;
  }
  .m-px-md-n600 {
    margin: -37.5rem !important;
  }
  .mx-px-md-n1 {
    margin-inline-end: -0.0625rem !important;
    margin-inline-start: -0.0625rem !important;
  }
  .mx-px-md-n2 {
    margin-inline-end: -0.125rem !important;
    margin-inline-start: -0.125rem !important;
  }
  .mx-px-md-n3 {
    margin-inline-end: -0.1875rem !important;
    margin-inline-start: -0.1875rem !important;
  }
  .mx-px-md-n4 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-px-md-n5 {
    margin-inline-end: -0.3125rem !important;
    margin-inline-start: -0.3125rem !important;
  }
  .mx-px-md-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-px-md-n7 {
    margin-inline-end: -0.4375rem !important;
    margin-inline-start: -0.4375rem !important;
  }
  .mx-px-md-n8 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-px-md-n9 {
    margin-inline-end: -0.5625rem !important;
    margin-inline-start: -0.5625rem !important;
  }
  .mx-px-md-n10 {
    margin-inline-end: -0.625rem !important;
    margin-inline-start: -0.625rem !important;
  }
  .mx-px-md-n11 {
    margin-inline-end: -0.6875rem !important;
    margin-inline-start: -0.6875rem !important;
  }
  .mx-px-md-n12 {
    margin-inline-end: -0.75rem !important;
    margin-inline-start: -0.75rem !important;
  }
  .mx-px-md-n13 {
    margin-inline-end: -0.8125rem !important;
    margin-inline-start: -0.8125rem !important;
  }
  .mx-px-md-n14 {
    margin-inline-end: -0.875rem !important;
    margin-inline-start: -0.875rem !important;
  }
  .mx-px-md-n15 {
    margin-inline-end: -0.9375rem !important;
    margin-inline-start: -0.9375rem !important;
  }
  .mx-px-md-n16 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-px-md-n17 {
    margin-inline-end: -1.0625rem !important;
    margin-inline-start: -1.0625rem !important;
  }
  .mx-px-md-n18 {
    margin-inline-end: -1.125rem !important;
    margin-inline-start: -1.125rem !important;
  }
  .mx-px-md-n19 {
    margin-inline-end: -1.1875rem !important;
    margin-inline-start: -1.1875rem !important;
  }
  .mx-px-md-n20 {
    margin-inline-end: -1.25rem !important;
    margin-inline-start: -1.25rem !important;
  }
  .mx-px-md-n21 {
    margin-inline-end: -1.3125rem !important;
    margin-inline-start: -1.3125rem !important;
  }
  .mx-px-md-n22 {
    margin-inline-end: -1.375rem !important;
    margin-inline-start: -1.375rem !important;
  }
  .mx-px-md-n23 {
    margin-inline-end: -1.4375rem !important;
    margin-inline-start: -1.4375rem !important;
  }
  .mx-px-md-n24 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-px-md-n25 {
    margin-inline-end: -1.5625rem !important;
    margin-inline-start: -1.5625rem !important;
  }
  .mx-px-md-n26 {
    margin-inline-end: -1.625rem !important;
    margin-inline-start: -1.625rem !important;
  }
  .mx-px-md-n27 {
    margin-inline-end: -1.6875rem !important;
    margin-inline-start: -1.6875rem !important;
  }
  .mx-px-md-n28 {
    margin-inline-end: -1.75rem !important;
    margin-inline-start: -1.75rem !important;
  }
  .mx-px-md-n29 {
    margin-inline-end: -1.8125rem !important;
    margin-inline-start: -1.8125rem !important;
  }
  .mx-px-md-n30 {
    margin-inline-end: -1.875rem !important;
    margin-inline-start: -1.875rem !important;
  }
  .mx-px-md-n31 {
    margin-inline-end: -1.9375rem !important;
    margin-inline-start: -1.9375rem !important;
  }
  .mx-px-md-n32 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-px-md-n33 {
    margin-inline-end: -2.0625rem !important;
    margin-inline-start: -2.0625rem !important;
  }
  .mx-px-md-n34 {
    margin-inline-end: -2.125rem !important;
    margin-inline-start: -2.125rem !important;
  }
  .mx-px-md-n35 {
    margin-inline-end: -2.1875rem !important;
    margin-inline-start: -2.1875rem !important;
  }
  .mx-px-md-n36 {
    margin-inline-end: -2.25rem !important;
    margin-inline-start: -2.25rem !important;
  }
  .mx-px-md-n37 {
    margin-inline-end: -2.3125rem !important;
    margin-inline-start: -2.3125rem !important;
  }
  .mx-px-md-n38 {
    margin-inline-end: -2.375rem !important;
    margin-inline-start: -2.375rem !important;
  }
  .mx-px-md-n39 {
    margin-inline-end: -2.4375rem !important;
    margin-inline-start: -2.4375rem !important;
  }
  .mx-px-md-n40 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-px-md-n41 {
    margin-inline-end: -2.5625rem !important;
    margin-inline-start: -2.5625rem !important;
  }
  .mx-px-md-n42 {
    margin-inline-end: -2.625rem !important;
    margin-inline-start: -2.625rem !important;
  }
  .mx-px-md-n43 {
    margin-inline-end: -2.6875rem !important;
    margin-inline-start: -2.6875rem !important;
  }
  .mx-px-md-n44 {
    margin-inline-end: -2.75rem !important;
    margin-inline-start: -2.75rem !important;
  }
  .mx-px-md-n45 {
    margin-inline-end: -2.8125rem !important;
    margin-inline-start: -2.8125rem !important;
  }
  .mx-px-md-n46 {
    margin-inline-end: -2.875rem !important;
    margin-inline-start: -2.875rem !important;
  }
  .mx-px-md-n47 {
    margin-inline-end: -2.9375rem !important;
    margin-inline-start: -2.9375rem !important;
  }
  .mx-px-md-n48 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-px-md-n49 {
    margin-inline-end: -3.0625rem !important;
    margin-inline-start: -3.0625rem !important;
  }
  .mx-px-md-n50 {
    margin-inline-end: -3.125rem !important;
    margin-inline-start: -3.125rem !important;
  }
  .mx-px-md-n51 {
    margin-inline-end: -3.1875rem !important;
    margin-inline-start: -3.1875rem !important;
  }
  .mx-px-md-n52 {
    margin-inline-end: -3.25rem !important;
    margin-inline-start: -3.25rem !important;
  }
  .mx-px-md-n53 {
    margin-inline-end: -3.3125rem !important;
    margin-inline-start: -3.3125rem !important;
  }
  .mx-px-md-n54 {
    margin-inline-end: -3.375rem !important;
    margin-inline-start: -3.375rem !important;
  }
  .mx-px-md-n56 {
    margin-inline-end: -3.5rem !important;
    margin-inline-start: -3.5rem !important;
  }
  .mx-px-md-n57 {
    margin-inline-end: -3.5625rem !important;
    margin-inline-start: -3.5625rem !important;
  }
  .mx-px-md-n58 {
    margin-inline-end: -3.625rem !important;
    margin-inline-start: -3.625rem !important;
  }
  .mx-px-md-n59 {
    margin-inline-end: -3.6875rem !important;
    margin-inline-start: -3.6875rem !important;
  }
  .mx-px-md-n60 {
    margin-inline-end: -3.75rem !important;
    margin-inline-start: -3.75rem !important;
  }
  .mx-px-md-n61 {
    margin-inline-end: -3.8125rem !important;
    margin-inline-start: -3.8125rem !important;
  }
  .mx-px-md-n62 {
    margin-inline-end: -3.875rem !important;
    margin-inline-start: -3.875rem !important;
  }
  .mx-px-md-n63 {
    margin-inline-end: -3.9375rem !important;
    margin-inline-start: -3.9375rem !important;
  }
  .mx-px-md-n64 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-px-md-n68 {
    margin-inline-end: -4.25rem !important;
    margin-inline-start: -4.25rem !important;
  }
  .mx-px-md-n70 {
    margin-inline-end: -4.375rem !important;
    margin-inline-start: -4.375rem !important;
  }
  .mx-px-md-n80 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-px-md-n82 {
    margin-inline-end: -5.125rem !important;
    margin-inline-start: -5.125rem !important;
  }
  .mx-px-md-n83 {
    margin-inline-end: -5.1875rem !important;
    margin-inline-start: -5.1875rem !important;
  }
  .mx-px-md-n84 {
    margin-inline-end: -5.25rem !important;
    margin-inline-start: -5.25rem !important;
  }
  .mx-px-md-n98 {
    margin-inline-end: -6.125rem !important;
    margin-inline-start: -6.125rem !important;
  }
  .mx-px-md-n104 {
    margin-inline-end: -6.5rem !important;
    margin-inline-start: -6.5rem !important;
  }
  .mx-px-md-n122 {
    margin-inline-end: -7.625rem !important;
    margin-inline-start: -7.625rem !important;
  }
  .mx-px-md-n123 {
    margin-inline-end: -7.6875rem !important;
    margin-inline-start: -7.6875rem !important;
  }
  .mx-px-md-n147 {
    margin-inline-end: -9.1875rem !important;
    margin-inline-start: -9.1875rem !important;
  }
  .mx-px-md-n148 {
    margin-inline-end: -9.25rem !important;
    margin-inline-start: -9.25rem !important;
  }
  .mx-px-md-n150 {
    margin-inline-end: -9.375rem !important;
    margin-inline-start: -9.375rem !important;
  }
  .mx-px-md-n180 {
    margin-inline-end: -11.25rem !important;
    margin-inline-start: -11.25rem !important;
  }
  .mx-px-md-n192 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-px-md-n200 {
    margin-inline-end: -12.5rem !important;
    margin-inline-start: -12.5rem !important;
  }
  .mx-px-md-n220 {
    margin-inline-end: -13.75rem !important;
    margin-inline-start: -13.75rem !important;
  }
  .mx-px-md-n270 {
    margin-inline-end: -16.875rem !important;
    margin-inline-start: -16.875rem !important;
  }
  .mx-px-md-n300 {
    margin-inline-end: -18.75rem !important;
    margin-inline-start: -18.75rem !important;
  }
  .mx-px-md-n350 {
    margin-inline-end: -21.875rem !important;
    margin-inline-start: -21.875rem !important;
  }
  .mx-px-md-n400 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-px-md-n500 {
    margin-inline-end: -31.25rem !important;
    margin-inline-start: -31.25rem !important;
  }
  .mx-px-md-n600 {
    margin-inline-end: -37.5rem !important;
    margin-inline-start: -37.5rem !important;
  }
  .my-px-md-n1 {
    margin-block-end: -0.0625rem !important;
    margin-block-start: -0.0625rem !important;
  }
  .my-px-md-n2 {
    margin-block-end: -0.125rem !important;
    margin-block-start: -0.125rem !important;
  }
  .my-px-md-n3 {
    margin-block-end: -0.1875rem !important;
    margin-block-start: -0.1875rem !important;
  }
  .my-px-md-n4 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-px-md-n5 {
    margin-block-end: -0.3125rem !important;
    margin-block-start: -0.3125rem !important;
  }
  .my-px-md-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-px-md-n7 {
    margin-block-end: -0.4375rem !important;
    margin-block-start: -0.4375rem !important;
  }
  .my-px-md-n8 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-px-md-n9 {
    margin-block-end: -0.5625rem !important;
    margin-block-start: -0.5625rem !important;
  }
  .my-px-md-n10 {
    margin-block-end: -0.625rem !important;
    margin-block-start: -0.625rem !important;
  }
  .my-px-md-n11 {
    margin-block-end: -0.6875rem !important;
    margin-block-start: -0.6875rem !important;
  }
  .my-px-md-n12 {
    margin-block-end: -0.75rem !important;
    margin-block-start: -0.75rem !important;
  }
  .my-px-md-n13 {
    margin-block-end: -0.8125rem !important;
    margin-block-start: -0.8125rem !important;
  }
  .my-px-md-n14 {
    margin-block-end: -0.875rem !important;
    margin-block-start: -0.875rem !important;
  }
  .my-px-md-n15 {
    margin-block-end: -0.9375rem !important;
    margin-block-start: -0.9375rem !important;
  }
  .my-px-md-n16 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-px-md-n17 {
    margin-block-end: -1.0625rem !important;
    margin-block-start: -1.0625rem !important;
  }
  .my-px-md-n18 {
    margin-block-end: -1.125rem !important;
    margin-block-start: -1.125rem !important;
  }
  .my-px-md-n19 {
    margin-block-end: -1.1875rem !important;
    margin-block-start: -1.1875rem !important;
  }
  .my-px-md-n20 {
    margin-block-end: -1.25rem !important;
    margin-block-start: -1.25rem !important;
  }
  .my-px-md-n21 {
    margin-block-end: -1.3125rem !important;
    margin-block-start: -1.3125rem !important;
  }
  .my-px-md-n22 {
    margin-block-end: -1.375rem !important;
    margin-block-start: -1.375rem !important;
  }
  .my-px-md-n23 {
    margin-block-end: -1.4375rem !important;
    margin-block-start: -1.4375rem !important;
  }
  .my-px-md-n24 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-px-md-n25 {
    margin-block-end: -1.5625rem !important;
    margin-block-start: -1.5625rem !important;
  }
  .my-px-md-n26 {
    margin-block-end: -1.625rem !important;
    margin-block-start: -1.625rem !important;
  }
  .my-px-md-n27 {
    margin-block-end: -1.6875rem !important;
    margin-block-start: -1.6875rem !important;
  }
  .my-px-md-n28 {
    margin-block-end: -1.75rem !important;
    margin-block-start: -1.75rem !important;
  }
  .my-px-md-n29 {
    margin-block-end: -1.8125rem !important;
    margin-block-start: -1.8125rem !important;
  }
  .my-px-md-n30 {
    margin-block-end: -1.875rem !important;
    margin-block-start: -1.875rem !important;
  }
  .my-px-md-n31 {
    margin-block-end: -1.9375rem !important;
    margin-block-start: -1.9375rem !important;
  }
  .my-px-md-n32 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-px-md-n33 {
    margin-block-end: -2.0625rem !important;
    margin-block-start: -2.0625rem !important;
  }
  .my-px-md-n34 {
    margin-block-end: -2.125rem !important;
    margin-block-start: -2.125rem !important;
  }
  .my-px-md-n35 {
    margin-block-end: -2.1875rem !important;
    margin-block-start: -2.1875rem !important;
  }
  .my-px-md-n36 {
    margin-block-end: -2.25rem !important;
    margin-block-start: -2.25rem !important;
  }
  .my-px-md-n37 {
    margin-block-end: -2.3125rem !important;
    margin-block-start: -2.3125rem !important;
  }
  .my-px-md-n38 {
    margin-block-end: -2.375rem !important;
    margin-block-start: -2.375rem !important;
  }
  .my-px-md-n39 {
    margin-block-end: -2.4375rem !important;
    margin-block-start: -2.4375rem !important;
  }
  .my-px-md-n40 {
    margin-block-end: -2.5rem !important;
    margin-block-start: -2.5rem !important;
  }
  .my-px-md-n41 {
    margin-block-end: -2.5625rem !important;
    margin-block-start: -2.5625rem !important;
  }
  .my-px-md-n42 {
    margin-block-end: -2.625rem !important;
    margin-block-start: -2.625rem !important;
  }
  .my-px-md-n43 {
    margin-block-end: -2.6875rem !important;
    margin-block-start: -2.6875rem !important;
  }
  .my-px-md-n44 {
    margin-block-end: -2.75rem !important;
    margin-block-start: -2.75rem !important;
  }
  .my-px-md-n45 {
    margin-block-end: -2.8125rem !important;
    margin-block-start: -2.8125rem !important;
  }
  .my-px-md-n46 {
    margin-block-end: -2.875rem !important;
    margin-block-start: -2.875rem !important;
  }
  .my-px-md-n47 {
    margin-block-end: -2.9375rem !important;
    margin-block-start: -2.9375rem !important;
  }
  .my-px-md-n48 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-px-md-n49 {
    margin-block-end: -3.0625rem !important;
    margin-block-start: -3.0625rem !important;
  }
  .my-px-md-n50 {
    margin-block-end: -3.125rem !important;
    margin-block-start: -3.125rem !important;
  }
  .my-px-md-n51 {
    margin-block-end: -3.1875rem !important;
    margin-block-start: -3.1875rem !important;
  }
  .my-px-md-n52 {
    margin-block-end: -3.25rem !important;
    margin-block-start: -3.25rem !important;
  }
  .my-px-md-n53 {
    margin-block-end: -3.3125rem !important;
    margin-block-start: -3.3125rem !important;
  }
  .my-px-md-n54 {
    margin-block-end: -3.375rem !important;
    margin-block-start: -3.375rem !important;
  }
  .my-px-md-n56 {
    margin-block-end: -3.5rem !important;
    margin-block-start: -3.5rem !important;
  }
  .my-px-md-n57 {
    margin-block-end: -3.5625rem !important;
    margin-block-start: -3.5625rem !important;
  }
  .my-px-md-n58 {
    margin-block-end: -3.625rem !important;
    margin-block-start: -3.625rem !important;
  }
  .my-px-md-n59 {
    margin-block-end: -3.6875rem !important;
    margin-block-start: -3.6875rem !important;
  }
  .my-px-md-n60 {
    margin-block-end: -3.75rem !important;
    margin-block-start: -3.75rem !important;
  }
  .my-px-md-n61 {
    margin-block-end: -3.8125rem !important;
    margin-block-start: -3.8125rem !important;
  }
  .my-px-md-n62 {
    margin-block-end: -3.875rem !important;
    margin-block-start: -3.875rem !important;
  }
  .my-px-md-n63 {
    margin-block-end: -3.9375rem !important;
    margin-block-start: -3.9375rem !important;
  }
  .my-px-md-n64 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-px-md-n68 {
    margin-block-end: -4.25rem !important;
    margin-block-start: -4.25rem !important;
  }
  .my-px-md-n70 {
    margin-block-end: -4.375rem !important;
    margin-block-start: -4.375rem !important;
  }
  .my-px-md-n80 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-px-md-n82 {
    margin-block-end: -5.125rem !important;
    margin-block-start: -5.125rem !important;
  }
  .my-px-md-n83 {
    margin-block-end: -5.1875rem !important;
    margin-block-start: -5.1875rem !important;
  }
  .my-px-md-n84 {
    margin-block-end: -5.25rem !important;
    margin-block-start: -5.25rem !important;
  }
  .my-px-md-n98 {
    margin-block-end: -6.125rem !important;
    margin-block-start: -6.125rem !important;
  }
  .my-px-md-n104 {
    margin-block-end: -6.5rem !important;
    margin-block-start: -6.5rem !important;
  }
  .my-px-md-n122 {
    margin-block-end: -7.625rem !important;
    margin-block-start: -7.625rem !important;
  }
  .my-px-md-n123 {
    margin-block-end: -7.6875rem !important;
    margin-block-start: -7.6875rem !important;
  }
  .my-px-md-n147 {
    margin-block-end: -9.1875rem !important;
    margin-block-start: -9.1875rem !important;
  }
  .my-px-md-n148 {
    margin-block-end: -9.25rem !important;
    margin-block-start: -9.25rem !important;
  }
  .my-px-md-n150 {
    margin-block-end: -9.375rem !important;
    margin-block-start: -9.375rem !important;
  }
  .my-px-md-n180 {
    margin-block-end: -11.25rem !important;
    margin-block-start: -11.25rem !important;
  }
  .my-px-md-n192 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-px-md-n200 {
    margin-block-end: -12.5rem !important;
    margin-block-start: -12.5rem !important;
  }
  .my-px-md-n220 {
    margin-block-end: -13.75rem !important;
    margin-block-start: -13.75rem !important;
  }
  .my-px-md-n270 {
    margin-block-end: -16.875rem !important;
    margin-block-start: -16.875rem !important;
  }
  .my-px-md-n300 {
    margin-block-end: -18.75rem !important;
    margin-block-start: -18.75rem !important;
  }
  .my-px-md-n350 {
    margin-block-end: -21.875rem !important;
    margin-block-start: -21.875rem !important;
  }
  .my-px-md-n400 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-px-md-n500 {
    margin-block-end: -31.25rem !important;
    margin-block-start: -31.25rem !important;
  }
  .my-px-md-n600 {
    margin-block-end: -37.5rem !important;
    margin-block-start: -37.5rem !important;
  }
  .mt-px-md-n1 {
    margin-block-start: -0.0625rem !important;
  }
  .mt-px-md-n2 {
    margin-block-start: -0.125rem !important;
  }
  .mt-px-md-n3 {
    margin-block-start: -0.1875rem !important;
  }
  .mt-px-md-n4 {
    margin-block-start: -0.25rem !important;
  }
  .mt-px-md-n5 {
    margin-block-start: -0.3125rem !important;
  }
  .mt-px-md-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-px-md-n7 {
    margin-block-start: -0.4375rem !important;
  }
  .mt-px-md-n8 {
    margin-block-start: -0.5rem !important;
  }
  .mt-px-md-n9 {
    margin-block-start: -0.5625rem !important;
  }
  .mt-px-md-n10 {
    margin-block-start: -0.625rem !important;
  }
  .mt-px-md-n11 {
    margin-block-start: -0.6875rem !important;
  }
  .mt-px-md-n12 {
    margin-block-start: -0.75rem !important;
  }
  .mt-px-md-n13 {
    margin-block-start: -0.8125rem !important;
  }
  .mt-px-md-n14 {
    margin-block-start: -0.875rem !important;
  }
  .mt-px-md-n15 {
    margin-block-start: -0.9375rem !important;
  }
  .mt-px-md-n16 {
    margin-block-start: -1rem !important;
  }
  .mt-px-md-n17 {
    margin-block-start: -1.0625rem !important;
  }
  .mt-px-md-n18 {
    margin-block-start: -1.125rem !important;
  }
  .mt-px-md-n19 {
    margin-block-start: -1.1875rem !important;
  }
  .mt-px-md-n20 {
    margin-block-start: -1.25rem !important;
  }
  .mt-px-md-n21 {
    margin-block-start: -1.3125rem !important;
  }
  .mt-px-md-n22 {
    margin-block-start: -1.375rem !important;
  }
  .mt-px-md-n23 {
    margin-block-start: -1.4375rem !important;
  }
  .mt-px-md-n24 {
    margin-block-start: -1.5rem !important;
  }
  .mt-px-md-n25 {
    margin-block-start: -1.5625rem !important;
  }
  .mt-px-md-n26 {
    margin-block-start: -1.625rem !important;
  }
  .mt-px-md-n27 {
    margin-block-start: -1.6875rem !important;
  }
  .mt-px-md-n28 {
    margin-block-start: -1.75rem !important;
  }
  .mt-px-md-n29 {
    margin-block-start: -1.8125rem !important;
  }
  .mt-px-md-n30 {
    margin-block-start: -1.875rem !important;
  }
  .mt-px-md-n31 {
    margin-block-start: -1.9375rem !important;
  }
  .mt-px-md-n32 {
    margin-block-start: -2rem !important;
  }
  .mt-px-md-n33 {
    margin-block-start: -2.0625rem !important;
  }
  .mt-px-md-n34 {
    margin-block-start: -2.125rem !important;
  }
  .mt-px-md-n35 {
    margin-block-start: -2.1875rem !important;
  }
  .mt-px-md-n36 {
    margin-block-start: -2.25rem !important;
  }
  .mt-px-md-n37 {
    margin-block-start: -2.3125rem !important;
  }
  .mt-px-md-n38 {
    margin-block-start: -2.375rem !important;
  }
  .mt-px-md-n39 {
    margin-block-start: -2.4375rem !important;
  }
  .mt-px-md-n40 {
    margin-block-start: -2.5rem !important;
  }
  .mt-px-md-n41 {
    margin-block-start: -2.5625rem !important;
  }
  .mt-px-md-n42 {
    margin-block-start: -2.625rem !important;
  }
  .mt-px-md-n43 {
    margin-block-start: -2.6875rem !important;
  }
  .mt-px-md-n44 {
    margin-block-start: -2.75rem !important;
  }
  .mt-px-md-n45 {
    margin-block-start: -2.8125rem !important;
  }
  .mt-px-md-n46 {
    margin-block-start: -2.875rem !important;
  }
  .mt-px-md-n47 {
    margin-block-start: -2.9375rem !important;
  }
  .mt-px-md-n48 {
    margin-block-start: -3rem !important;
  }
  .mt-px-md-n49 {
    margin-block-start: -3.0625rem !important;
  }
  .mt-px-md-n50 {
    margin-block-start: -3.125rem !important;
  }
  .mt-px-md-n51 {
    margin-block-start: -3.1875rem !important;
  }
  .mt-px-md-n52 {
    margin-block-start: -3.25rem !important;
  }
  .mt-px-md-n53 {
    margin-block-start: -3.3125rem !important;
  }
  .mt-px-md-n54 {
    margin-block-start: -3.375rem !important;
  }
  .mt-px-md-n56 {
    margin-block-start: -3.5rem !important;
  }
  .mt-px-md-n57 {
    margin-block-start: -3.5625rem !important;
  }
  .mt-px-md-n58 {
    margin-block-start: -3.625rem !important;
  }
  .mt-px-md-n59 {
    margin-block-start: -3.6875rem !important;
  }
  .mt-px-md-n60 {
    margin-block-start: -3.75rem !important;
  }
  .mt-px-md-n61 {
    margin-block-start: -3.8125rem !important;
  }
  .mt-px-md-n62 {
    margin-block-start: -3.875rem !important;
  }
  .mt-px-md-n63 {
    margin-block-start: -3.9375rem !important;
  }
  .mt-px-md-n64 {
    margin-block-start: -4rem !important;
  }
  .mt-px-md-n68 {
    margin-block-start: -4.25rem !important;
  }
  .mt-px-md-n70 {
    margin-block-start: -4.375rem !important;
  }
  .mt-px-md-n80 {
    margin-block-start: -5rem !important;
  }
  .mt-px-md-n82 {
    margin-block-start: -5.125rem !important;
  }
  .mt-px-md-n83 {
    margin-block-start: -5.1875rem !important;
  }
  .mt-px-md-n84 {
    margin-block-start: -5.25rem !important;
  }
  .mt-px-md-n98 {
    margin-block-start: -6.125rem !important;
  }
  .mt-px-md-n104 {
    margin-block-start: -6.5rem !important;
  }
  .mt-px-md-n122 {
    margin-block-start: -7.625rem !important;
  }
  .mt-px-md-n123 {
    margin-block-start: -7.6875rem !important;
  }
  .mt-px-md-n147 {
    margin-block-start: -9.1875rem !important;
  }
  .mt-px-md-n148 {
    margin-block-start: -9.25rem !important;
  }
  .mt-px-md-n150 {
    margin-block-start: -9.375rem !important;
  }
  .mt-px-md-n180 {
    margin-block-start: -11.25rem !important;
  }
  .mt-px-md-n192 {
    margin-block-start: -12rem !important;
  }
  .mt-px-md-n200 {
    margin-block-start: -12.5rem !important;
  }
  .mt-px-md-n220 {
    margin-block-start: -13.75rem !important;
  }
  .mt-px-md-n270 {
    margin-block-start: -16.875rem !important;
  }
  .mt-px-md-n300 {
    margin-block-start: -18.75rem !important;
  }
  .mt-px-md-n350 {
    margin-block-start: -21.875rem !important;
  }
  .mt-px-md-n400 {
    margin-block-start: -25rem !important;
  }
  .mt-px-md-n500 {
    margin-block-start: -31.25rem !important;
  }
  .mt-px-md-n600 {
    margin-block-start: -37.5rem !important;
  }
  .me-px-md-n1 {
    margin-inline-end: -0.0625rem !important;
  }
  .me-px-md-n2 {
    margin-inline-end: -0.125rem !important;
  }
  .me-px-md-n3 {
    margin-inline-end: -0.1875rem !important;
  }
  .me-px-md-n4 {
    margin-inline-end: -0.25rem !important;
  }
  .me-px-md-n5 {
    margin-inline-end: -0.3125rem !important;
  }
  .me-px-md-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-px-md-n7 {
    margin-inline-end: -0.4375rem !important;
  }
  .me-px-md-n8 {
    margin-inline-end: -0.5rem !important;
  }
  .me-px-md-n9 {
    margin-inline-end: -0.5625rem !important;
  }
  .me-px-md-n10 {
    margin-inline-end: -0.625rem !important;
  }
  .me-px-md-n11 {
    margin-inline-end: -0.6875rem !important;
  }
  .me-px-md-n12 {
    margin-inline-end: -0.75rem !important;
  }
  .me-px-md-n13 {
    margin-inline-end: -0.8125rem !important;
  }
  .me-px-md-n14 {
    margin-inline-end: -0.875rem !important;
  }
  .me-px-md-n15 {
    margin-inline-end: -0.9375rem !important;
  }
  .me-px-md-n16 {
    margin-inline-end: -1rem !important;
  }
  .me-px-md-n17 {
    margin-inline-end: -1.0625rem !important;
  }
  .me-px-md-n18 {
    margin-inline-end: -1.125rem !important;
  }
  .me-px-md-n19 {
    margin-inline-end: -1.1875rem !important;
  }
  .me-px-md-n20 {
    margin-inline-end: -1.25rem !important;
  }
  .me-px-md-n21 {
    margin-inline-end: -1.3125rem !important;
  }
  .me-px-md-n22 {
    margin-inline-end: -1.375rem !important;
  }
  .me-px-md-n23 {
    margin-inline-end: -1.4375rem !important;
  }
  .me-px-md-n24 {
    margin-inline-end: -1.5rem !important;
  }
  .me-px-md-n25 {
    margin-inline-end: -1.5625rem !important;
  }
  .me-px-md-n26 {
    margin-inline-end: -1.625rem !important;
  }
  .me-px-md-n27 {
    margin-inline-end: -1.6875rem !important;
  }
  .me-px-md-n28 {
    margin-inline-end: -1.75rem !important;
  }
  .me-px-md-n29 {
    margin-inline-end: -1.8125rem !important;
  }
  .me-px-md-n30 {
    margin-inline-end: -1.875rem !important;
  }
  .me-px-md-n31 {
    margin-inline-end: -1.9375rem !important;
  }
  .me-px-md-n32 {
    margin-inline-end: -2rem !important;
  }
  .me-px-md-n33 {
    margin-inline-end: -2.0625rem !important;
  }
  .me-px-md-n34 {
    margin-inline-end: -2.125rem !important;
  }
  .me-px-md-n35 {
    margin-inline-end: -2.1875rem !important;
  }
  .me-px-md-n36 {
    margin-inline-end: -2.25rem !important;
  }
  .me-px-md-n37 {
    margin-inline-end: -2.3125rem !important;
  }
  .me-px-md-n38 {
    margin-inline-end: -2.375rem !important;
  }
  .me-px-md-n39 {
    margin-inline-end: -2.4375rem !important;
  }
  .me-px-md-n40 {
    margin-inline-end: -2.5rem !important;
  }
  .me-px-md-n41 {
    margin-inline-end: -2.5625rem !important;
  }
  .me-px-md-n42 {
    margin-inline-end: -2.625rem !important;
  }
  .me-px-md-n43 {
    margin-inline-end: -2.6875rem !important;
  }
  .me-px-md-n44 {
    margin-inline-end: -2.75rem !important;
  }
  .me-px-md-n45 {
    margin-inline-end: -2.8125rem !important;
  }
  .me-px-md-n46 {
    margin-inline-end: -2.875rem !important;
  }
  .me-px-md-n47 {
    margin-inline-end: -2.9375rem !important;
  }
  .me-px-md-n48 {
    margin-inline-end: -3rem !important;
  }
  .me-px-md-n49 {
    margin-inline-end: -3.0625rem !important;
  }
  .me-px-md-n50 {
    margin-inline-end: -3.125rem !important;
  }
  .me-px-md-n51 {
    margin-inline-end: -3.1875rem !important;
  }
  .me-px-md-n52 {
    margin-inline-end: -3.25rem !important;
  }
  .me-px-md-n53 {
    margin-inline-end: -3.3125rem !important;
  }
  .me-px-md-n54 {
    margin-inline-end: -3.375rem !important;
  }
  .me-px-md-n56 {
    margin-inline-end: -3.5rem !important;
  }
  .me-px-md-n57 {
    margin-inline-end: -3.5625rem !important;
  }
  .me-px-md-n58 {
    margin-inline-end: -3.625rem !important;
  }
  .me-px-md-n59 {
    margin-inline-end: -3.6875rem !important;
  }
  .me-px-md-n60 {
    margin-inline-end: -3.75rem !important;
  }
  .me-px-md-n61 {
    margin-inline-end: -3.8125rem !important;
  }
  .me-px-md-n62 {
    margin-inline-end: -3.875rem !important;
  }
  .me-px-md-n63 {
    margin-inline-end: -3.9375rem !important;
  }
  .me-px-md-n64 {
    margin-inline-end: -4rem !important;
  }
  .me-px-md-n68 {
    margin-inline-end: -4.25rem !important;
  }
  .me-px-md-n70 {
    margin-inline-end: -4.375rem !important;
  }
  .me-px-md-n80 {
    margin-inline-end: -5rem !important;
  }
  .me-px-md-n82 {
    margin-inline-end: -5.125rem !important;
  }
  .me-px-md-n83 {
    margin-inline-end: -5.1875rem !important;
  }
  .me-px-md-n84 {
    margin-inline-end: -5.25rem !important;
  }
  .me-px-md-n98 {
    margin-inline-end: -6.125rem !important;
  }
  .me-px-md-n104 {
    margin-inline-end: -6.5rem !important;
  }
  .me-px-md-n122 {
    margin-inline-end: -7.625rem !important;
  }
  .me-px-md-n123 {
    margin-inline-end: -7.6875rem !important;
  }
  .me-px-md-n147 {
    margin-inline-end: -9.1875rem !important;
  }
  .me-px-md-n148 {
    margin-inline-end: -9.25rem !important;
  }
  .me-px-md-n150 {
    margin-inline-end: -9.375rem !important;
  }
  .me-px-md-n180 {
    margin-inline-end: -11.25rem !important;
  }
  .me-px-md-n192 {
    margin-inline-end: -12rem !important;
  }
  .me-px-md-n200 {
    margin-inline-end: -12.5rem !important;
  }
  .me-px-md-n220 {
    margin-inline-end: -13.75rem !important;
  }
  .me-px-md-n270 {
    margin-inline-end: -16.875rem !important;
  }
  .me-px-md-n300 {
    margin-inline-end: -18.75rem !important;
  }
  .me-px-md-n350 {
    margin-inline-end: -21.875rem !important;
  }
  .me-px-md-n400 {
    margin-inline-end: -25rem !important;
  }
  .me-px-md-n500 {
    margin-inline-end: -31.25rem !important;
  }
  .me-px-md-n600 {
    margin-inline-end: -37.5rem !important;
  }
  .mb-px-md-n1 {
    margin-block-end: -0.0625rem !important;
  }
  .mb-px-md-n2 {
    margin-block-end: -0.125rem !important;
  }
  .mb-px-md-n3 {
    margin-block-end: -0.1875rem !important;
  }
  .mb-px-md-n4 {
    margin-block-end: -0.25rem !important;
  }
  .mb-px-md-n5 {
    margin-block-end: -0.3125rem !important;
  }
  .mb-px-md-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-px-md-n7 {
    margin-block-end: -0.4375rem !important;
  }
  .mb-px-md-n8 {
    margin-block-end: -0.5rem !important;
  }
  .mb-px-md-n9 {
    margin-block-end: -0.5625rem !important;
  }
  .mb-px-md-n10 {
    margin-block-end: -0.625rem !important;
  }
  .mb-px-md-n11 {
    margin-block-end: -0.6875rem !important;
  }
  .mb-px-md-n12 {
    margin-block-end: -0.75rem !important;
  }
  .mb-px-md-n13 {
    margin-block-end: -0.8125rem !important;
  }
  .mb-px-md-n14 {
    margin-block-end: -0.875rem !important;
  }
  .mb-px-md-n15 {
    margin-block-end: -0.9375rem !important;
  }
  .mb-px-md-n16 {
    margin-block-end: -1rem !important;
  }
  .mb-px-md-n17 {
    margin-block-end: -1.0625rem !important;
  }
  .mb-px-md-n18 {
    margin-block-end: -1.125rem !important;
  }
  .mb-px-md-n19 {
    margin-block-end: -1.1875rem !important;
  }
  .mb-px-md-n20 {
    margin-block-end: -1.25rem !important;
  }
  .mb-px-md-n21 {
    margin-block-end: -1.3125rem !important;
  }
  .mb-px-md-n22 {
    margin-block-end: -1.375rem !important;
  }
  .mb-px-md-n23 {
    margin-block-end: -1.4375rem !important;
  }
  .mb-px-md-n24 {
    margin-block-end: -1.5rem !important;
  }
  .mb-px-md-n25 {
    margin-block-end: -1.5625rem !important;
  }
  .mb-px-md-n26 {
    margin-block-end: -1.625rem !important;
  }
  .mb-px-md-n27 {
    margin-block-end: -1.6875rem !important;
  }
  .mb-px-md-n28 {
    margin-block-end: -1.75rem !important;
  }
  .mb-px-md-n29 {
    margin-block-end: -1.8125rem !important;
  }
  .mb-px-md-n30 {
    margin-block-end: -1.875rem !important;
  }
  .mb-px-md-n31 {
    margin-block-end: -1.9375rem !important;
  }
  .mb-px-md-n32 {
    margin-block-end: -2rem !important;
  }
  .mb-px-md-n33 {
    margin-block-end: -2.0625rem !important;
  }
  .mb-px-md-n34 {
    margin-block-end: -2.125rem !important;
  }
  .mb-px-md-n35 {
    margin-block-end: -2.1875rem !important;
  }
  .mb-px-md-n36 {
    margin-block-end: -2.25rem !important;
  }
  .mb-px-md-n37 {
    margin-block-end: -2.3125rem !important;
  }
  .mb-px-md-n38 {
    margin-block-end: -2.375rem !important;
  }
  .mb-px-md-n39 {
    margin-block-end: -2.4375rem !important;
  }
  .mb-px-md-n40 {
    margin-block-end: -2.5rem !important;
  }
  .mb-px-md-n41 {
    margin-block-end: -2.5625rem !important;
  }
  .mb-px-md-n42 {
    margin-block-end: -2.625rem !important;
  }
  .mb-px-md-n43 {
    margin-block-end: -2.6875rem !important;
  }
  .mb-px-md-n44 {
    margin-block-end: -2.75rem !important;
  }
  .mb-px-md-n45 {
    margin-block-end: -2.8125rem !important;
  }
  .mb-px-md-n46 {
    margin-block-end: -2.875rem !important;
  }
  .mb-px-md-n47 {
    margin-block-end: -2.9375rem !important;
  }
  .mb-px-md-n48 {
    margin-block-end: -3rem !important;
  }
  .mb-px-md-n49 {
    margin-block-end: -3.0625rem !important;
  }
  .mb-px-md-n50 {
    margin-block-end: -3.125rem !important;
  }
  .mb-px-md-n51 {
    margin-block-end: -3.1875rem !important;
  }
  .mb-px-md-n52 {
    margin-block-end: -3.25rem !important;
  }
  .mb-px-md-n53 {
    margin-block-end: -3.3125rem !important;
  }
  .mb-px-md-n54 {
    margin-block-end: -3.375rem !important;
  }
  .mb-px-md-n56 {
    margin-block-end: -3.5rem !important;
  }
  .mb-px-md-n57 {
    margin-block-end: -3.5625rem !important;
  }
  .mb-px-md-n58 {
    margin-block-end: -3.625rem !important;
  }
  .mb-px-md-n59 {
    margin-block-end: -3.6875rem !important;
  }
  .mb-px-md-n60 {
    margin-block-end: -3.75rem !important;
  }
  .mb-px-md-n61 {
    margin-block-end: -3.8125rem !important;
  }
  .mb-px-md-n62 {
    margin-block-end: -3.875rem !important;
  }
  .mb-px-md-n63 {
    margin-block-end: -3.9375rem !important;
  }
  .mb-px-md-n64 {
    margin-block-end: -4rem !important;
  }
  .mb-px-md-n68 {
    margin-block-end: -4.25rem !important;
  }
  .mb-px-md-n70 {
    margin-block-end: -4.375rem !important;
  }
  .mb-px-md-n80 {
    margin-block-end: -5rem !important;
  }
  .mb-px-md-n82 {
    margin-block-end: -5.125rem !important;
  }
  .mb-px-md-n83 {
    margin-block-end: -5.1875rem !important;
  }
  .mb-px-md-n84 {
    margin-block-end: -5.25rem !important;
  }
  .mb-px-md-n98 {
    margin-block-end: -6.125rem !important;
  }
  .mb-px-md-n104 {
    margin-block-end: -6.5rem !important;
  }
  .mb-px-md-n122 {
    margin-block-end: -7.625rem !important;
  }
  .mb-px-md-n123 {
    margin-block-end: -7.6875rem !important;
  }
  .mb-px-md-n147 {
    margin-block-end: -9.1875rem !important;
  }
  .mb-px-md-n148 {
    margin-block-end: -9.25rem !important;
  }
  .mb-px-md-n150 {
    margin-block-end: -9.375rem !important;
  }
  .mb-px-md-n180 {
    margin-block-end: -11.25rem !important;
  }
  .mb-px-md-n192 {
    margin-block-end: -12rem !important;
  }
  .mb-px-md-n200 {
    margin-block-end: -12.5rem !important;
  }
  .mb-px-md-n220 {
    margin-block-end: -13.75rem !important;
  }
  .mb-px-md-n270 {
    margin-block-end: -16.875rem !important;
  }
  .mb-px-md-n300 {
    margin-block-end: -18.75rem !important;
  }
  .mb-px-md-n350 {
    margin-block-end: -21.875rem !important;
  }
  .mb-px-md-n400 {
    margin-block-end: -25rem !important;
  }
  .mb-px-md-n500 {
    margin-block-end: -31.25rem !important;
  }
  .mb-px-md-n600 {
    margin-block-end: -37.5rem !important;
  }
  .ms-px-md-n1 {
    margin-inline-start: -0.0625rem !important;
  }
  .ms-px-md-n2 {
    margin-inline-start: -0.125rem !important;
  }
  .ms-px-md-n3 {
    margin-inline-start: -0.1875rem !important;
  }
  .ms-px-md-n4 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-px-md-n5 {
    margin-inline-start: -0.3125rem !important;
  }
  .ms-px-md-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-px-md-n7 {
    margin-inline-start: -0.4375rem !important;
  }
  .ms-px-md-n8 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-px-md-n9 {
    margin-inline-start: -0.5625rem !important;
  }
  .ms-px-md-n10 {
    margin-inline-start: -0.625rem !important;
  }
  .ms-px-md-n11 {
    margin-inline-start: -0.6875rem !important;
  }
  .ms-px-md-n12 {
    margin-inline-start: -0.75rem !important;
  }
  .ms-px-md-n13 {
    margin-inline-start: -0.8125rem !important;
  }
  .ms-px-md-n14 {
    margin-inline-start: -0.875rem !important;
  }
  .ms-px-md-n15 {
    margin-inline-start: -0.9375rem !important;
  }
  .ms-px-md-n16 {
    margin-inline-start: -1rem !important;
  }
  .ms-px-md-n17 {
    margin-inline-start: -1.0625rem !important;
  }
  .ms-px-md-n18 {
    margin-inline-start: -1.125rem !important;
  }
  .ms-px-md-n19 {
    margin-inline-start: -1.1875rem !important;
  }
  .ms-px-md-n20 {
    margin-inline-start: -1.25rem !important;
  }
  .ms-px-md-n21 {
    margin-inline-start: -1.3125rem !important;
  }
  .ms-px-md-n22 {
    margin-inline-start: -1.375rem !important;
  }
  .ms-px-md-n23 {
    margin-inline-start: -1.4375rem !important;
  }
  .ms-px-md-n24 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-px-md-n25 {
    margin-inline-start: -1.5625rem !important;
  }
  .ms-px-md-n26 {
    margin-inline-start: -1.625rem !important;
  }
  .ms-px-md-n27 {
    margin-inline-start: -1.6875rem !important;
  }
  .ms-px-md-n28 {
    margin-inline-start: -1.75rem !important;
  }
  .ms-px-md-n29 {
    margin-inline-start: -1.8125rem !important;
  }
  .ms-px-md-n30 {
    margin-inline-start: -1.875rem !important;
  }
  .ms-px-md-n31 {
    margin-inline-start: -1.9375rem !important;
  }
  .ms-px-md-n32 {
    margin-inline-start: -2rem !important;
  }
  .ms-px-md-n33 {
    margin-inline-start: -2.0625rem !important;
  }
  .ms-px-md-n34 {
    margin-inline-start: -2.125rem !important;
  }
  .ms-px-md-n35 {
    margin-inline-start: -2.1875rem !important;
  }
  .ms-px-md-n36 {
    margin-inline-start: -2.25rem !important;
  }
  .ms-px-md-n37 {
    margin-inline-start: -2.3125rem !important;
  }
  .ms-px-md-n38 {
    margin-inline-start: -2.375rem !important;
  }
  .ms-px-md-n39 {
    margin-inline-start: -2.4375rem !important;
  }
  .ms-px-md-n40 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-px-md-n41 {
    margin-inline-start: -2.5625rem !important;
  }
  .ms-px-md-n42 {
    margin-inline-start: -2.625rem !important;
  }
  .ms-px-md-n43 {
    margin-inline-start: -2.6875rem !important;
  }
  .ms-px-md-n44 {
    margin-inline-start: -2.75rem !important;
  }
  .ms-px-md-n45 {
    margin-inline-start: -2.8125rem !important;
  }
  .ms-px-md-n46 {
    margin-inline-start: -2.875rem !important;
  }
  .ms-px-md-n47 {
    margin-inline-start: -2.9375rem !important;
  }
  .ms-px-md-n48 {
    margin-inline-start: -3rem !important;
  }
  .ms-px-md-n49 {
    margin-inline-start: -3.0625rem !important;
  }
  .ms-px-md-n50 {
    margin-inline-start: -3.125rem !important;
  }
  .ms-px-md-n51 {
    margin-inline-start: -3.1875rem !important;
  }
  .ms-px-md-n52 {
    margin-inline-start: -3.25rem !important;
  }
  .ms-px-md-n53 {
    margin-inline-start: -3.3125rem !important;
  }
  .ms-px-md-n54 {
    margin-inline-start: -3.375rem !important;
  }
  .ms-px-md-n56 {
    margin-inline-start: -3.5rem !important;
  }
  .ms-px-md-n57 {
    margin-inline-start: -3.5625rem !important;
  }
  .ms-px-md-n58 {
    margin-inline-start: -3.625rem !important;
  }
  .ms-px-md-n59 {
    margin-inline-start: -3.6875rem !important;
  }
  .ms-px-md-n60 {
    margin-inline-start: -3.75rem !important;
  }
  .ms-px-md-n61 {
    margin-inline-start: -3.8125rem !important;
  }
  .ms-px-md-n62 {
    margin-inline-start: -3.875rem !important;
  }
  .ms-px-md-n63 {
    margin-inline-start: -3.9375rem !important;
  }
  .ms-px-md-n64 {
    margin-inline-start: -4rem !important;
  }
  .ms-px-md-n68 {
    margin-inline-start: -4.25rem !important;
  }
  .ms-px-md-n70 {
    margin-inline-start: -4.375rem !important;
  }
  .ms-px-md-n80 {
    margin-inline-start: -5rem !important;
  }
  .ms-px-md-n82 {
    margin-inline-start: -5.125rem !important;
  }
  .ms-px-md-n83 {
    margin-inline-start: -5.1875rem !important;
  }
  .ms-px-md-n84 {
    margin-inline-start: -5.25rem !important;
  }
  .ms-px-md-n98 {
    margin-inline-start: -6.125rem !important;
  }
  .ms-px-md-n104 {
    margin-inline-start: -6.5rem !important;
  }
  .ms-px-md-n122 {
    margin-inline-start: -7.625rem !important;
  }
  .ms-px-md-n123 {
    margin-inline-start: -7.6875rem !important;
  }
  .ms-px-md-n147 {
    margin-inline-start: -9.1875rem !important;
  }
  .ms-px-md-n148 {
    margin-inline-start: -9.25rem !important;
  }
  .ms-px-md-n150 {
    margin-inline-start: -9.375rem !important;
  }
  .ms-px-md-n180 {
    margin-inline-start: -11.25rem !important;
  }
  .ms-px-md-n192 {
    margin-inline-start: -12rem !important;
  }
  .ms-px-md-n200 {
    margin-inline-start: -12.5rem !important;
  }
  .ms-px-md-n220 {
    margin-inline-start: -13.75rem !important;
  }
  .ms-px-md-n270 {
    margin-inline-start: -16.875rem !important;
  }
  .ms-px-md-n300 {
    margin-inline-start: -18.75rem !important;
  }
  .ms-px-md-n350 {
    margin-inline-start: -21.875rem !important;
  }
  .ms-px-md-n400 {
    margin-inline-start: -25rem !important;
  }
  .ms-px-md-n500 {
    margin-inline-start: -31.25rem !important;
  }
  .ms-px-md-n600 {
    margin-inline-start: -37.5rem !important;
  }
  .m-rem-md-unset {
    margin: unset !important;
  }
  .m-rem-md-1 {
    margin: 1rem !important;
  }
  .m-rem-md-2 {
    margin: 2rem !important;
  }
  .m-rem-md-3 {
    margin: 3rem !important;
  }
  .m-rem-md-4 {
    margin: 4rem !important;
  }
  .m-rem-md-5 {
    margin: 5rem !important;
  }
  .m-rem-md-7 {
    margin: 7rem !important;
  }
  .m-rem-md-8 {
    margin: 8rem !important;
  }
  .m-rem-md-9 {
    margin: 9rem !important;
  }
  .m-rem-md-10 {
    margin: 10rem !important;
  }
  .m-rem-md-11 {
    margin: 11rem !important;
  }
  .m-rem-md-12 {
    margin: 12rem !important;
  }
  .m-rem-md-13 {
    margin: 13rem !important;
  }
  .m-rem-md-14 {
    margin: 14rem !important;
  }
  .m-rem-md-15 {
    margin: 15rem !important;
  }
  .m-rem-md-16 {
    margin: 16rem !important;
  }
  .m-rem-md-17 {
    margin: 17rem !important;
  }
  .m-rem-md-18 {
    margin: 18rem !important;
  }
  .m-rem-md-19 {
    margin: 19rem !important;
  }
  .m-rem-md-20 {
    margin: 20rem !important;
  }
  .m-rem-md-23 {
    margin: 23rem !important;
  }
  .m-rem-md-25 {
    margin: 25rem !important;
  }
  .m-rem-md-30 {
    margin: 30rem !important;
  }
  .m-rem-md-31 {
    margin: 31rem !important;
  }
  .m-rem-md-32 {
    margin: 32rem !important;
  }
  .m-rem-md-33 {
    margin: 33rem !important;
  }
  .m-rem-md-34 {
    margin: 34rem !important;
  }
  .m-rem-md-35 {
    margin: 35rem !important;
  }
  .m-rem-md-36 {
    margin: 36rem !important;
  }
  .m-rem-md-37 {
    margin: 37rem !important;
  }
  .m-rem-md-38 {
    margin: 38rem !important;
  }
  .m-rem-md-39 {
    margin: 39rem !important;
  }
  .m-rem-md-40 {
    margin: 40rem !important;
  }
  .m-rem-md-41 {
    margin: 41rem !important;
  }
  .m-rem-md-42 {
    margin: 42rem !important;
  }
  .m-rem-md-43 {
    margin: 43rem !important;
  }
  .m-rem-md-44 {
    margin: 44rem !important;
  }
  .m-rem-md-45 {
    margin: 45rem !important;
  }
  .m-rem-md-46 {
    margin: 46rem !important;
  }
  .m-rem-md-47 {
    margin: 47rem !important;
  }
  .m-rem-md-48 {
    margin: 48rem !important;
  }
  .m-rem-md-49 {
    margin: 49rem !important;
  }
  .m-rem-md-50 {
    margin: 50rem !important;
  }
  .m-rem-md-51 {
    margin: 51rem !important;
  }
  .m-rem-md-52 {
    margin: 52rem !important;
  }
  .m-rem-md-53 {
    margin: 53rem !important;
  }
  .m-rem-md-54 {
    margin: 54rem !important;
  }
  .m-rem-md-55 {
    margin: 55rem !important;
  }
  .m-rem-md-56 {
    margin: 56rem !important;
  }
  .m-rem-md-57 {
    margin: 57rem !important;
  }
  .m-rem-md-58 {
    margin: 58rem !important;
  }
  .m-rem-md-59 {
    margin: 59rem !important;
  }
  .m-rem-md-60 {
    margin: 60rem !important;
  }
  .m-rem-md-61 {
    margin: 61rem !important;
  }
  .m-rem-md-62 {
    margin: 62rem !important;
  }
  .m-rem-md-63 {
    margin: 63rem !important;
  }
  .m-rem-md-64 {
    margin: 64rem !important;
  }
  .m-rem-md-65 {
    margin: 65rem !important;
  }
  .m-rem-md-66 {
    margin: 66rem !important;
  }
  .m-rem-md-67 {
    margin: 67rem !important;
  }
  .m-rem-md-68 {
    margin: 68rem !important;
  }
  .m-rem-md-69 {
    margin: 69rem !important;
  }
  .m-rem-md-70 {
    margin: 70rem !important;
  }
  .m-rem-md-71 {
    margin: 71rem !important;
  }
  .m-rem-md-72 {
    margin: 72rem !important;
  }
  .m-rem-md-73 {
    margin: 73rem !important;
  }
  .m-rem-md-74 {
    margin: 74rem !important;
  }
  .m-rem-md-75 {
    margin: 75rem !important;
  }
  .m-rem-md-76 {
    margin: 76rem !important;
  }
  .m-rem-md-77 {
    margin: 77rem !important;
  }
  .m-rem-md-78 {
    margin: 78rem !important;
  }
  .m-rem-md-79 {
    margin: 79rem !important;
  }
  .m-rem-md-80 {
    margin: 80rem !important;
  }
  .m-rem-md-95 {
    margin: 95rem !important;
  }
  .m-rem-md-96 {
    margin: 96rem !important;
  }
  .m-rem-md-97 {
    margin: 97rem !important;
  }
  .m-rem-md-100 {
    margin: 100% !important;
  }
  .m-rem-md-auto {
    margin: auto !important;
  }
  .mx-rem-md-unset {
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
  }
  .mx-rem-md-1 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-rem-md-2 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-rem-md-3 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-rem-md-4 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-rem-md-5 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-rem-md-7 {
    margin-inline-end: 7rem !important;
    margin-inline-start: 7rem !important;
  }
  .mx-rem-md-8 {
    margin-inline-end: 8rem !important;
    margin-inline-start: 8rem !important;
  }
  .mx-rem-md-9 {
    margin-inline-end: 9rem !important;
    margin-inline-start: 9rem !important;
  }
  .mx-rem-md-10 {
    margin-inline-end: 10rem !important;
    margin-inline-start: 10rem !important;
  }
  .mx-rem-md-11 {
    margin-inline-end: 11rem !important;
    margin-inline-start: 11rem !important;
  }
  .mx-rem-md-12 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-rem-md-13 {
    margin-inline-end: 13rem !important;
    margin-inline-start: 13rem !important;
  }
  .mx-rem-md-14 {
    margin-inline-end: 14rem !important;
    margin-inline-start: 14rem !important;
  }
  .mx-rem-md-15 {
    margin-inline-end: 15rem !important;
    margin-inline-start: 15rem !important;
  }
  .mx-rem-md-16 {
    margin-inline-end: 16rem !important;
    margin-inline-start: 16rem !important;
  }
  .mx-rem-md-17 {
    margin-inline-end: 17rem !important;
    margin-inline-start: 17rem !important;
  }
  .mx-rem-md-18 {
    margin-inline-end: 18rem !important;
    margin-inline-start: 18rem !important;
  }
  .mx-rem-md-19 {
    margin-inline-end: 19rem !important;
    margin-inline-start: 19rem !important;
  }
  .mx-rem-md-20 {
    margin-inline-end: 20rem !important;
    margin-inline-start: 20rem !important;
  }
  .mx-rem-md-23 {
    margin-inline-end: 23rem !important;
    margin-inline-start: 23rem !important;
  }
  .mx-rem-md-25 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-rem-md-30 {
    margin-inline-end: 30rem !important;
    margin-inline-start: 30rem !important;
  }
  .mx-rem-md-31 {
    margin-inline-end: 31rem !important;
    margin-inline-start: 31rem !important;
  }
  .mx-rem-md-32 {
    margin-inline-end: 32rem !important;
    margin-inline-start: 32rem !important;
  }
  .mx-rem-md-33 {
    margin-inline-end: 33rem !important;
    margin-inline-start: 33rem !important;
  }
  .mx-rem-md-34 {
    margin-inline-end: 34rem !important;
    margin-inline-start: 34rem !important;
  }
  .mx-rem-md-35 {
    margin-inline-end: 35rem !important;
    margin-inline-start: 35rem !important;
  }
  .mx-rem-md-36 {
    margin-inline-end: 36rem !important;
    margin-inline-start: 36rem !important;
  }
  .mx-rem-md-37 {
    margin-inline-end: 37rem !important;
    margin-inline-start: 37rem !important;
  }
  .mx-rem-md-38 {
    margin-inline-end: 38rem !important;
    margin-inline-start: 38rem !important;
  }
  .mx-rem-md-39 {
    margin-inline-end: 39rem !important;
    margin-inline-start: 39rem !important;
  }
  .mx-rem-md-40 {
    margin-inline-end: 40rem !important;
    margin-inline-start: 40rem !important;
  }
  .mx-rem-md-41 {
    margin-inline-end: 41rem !important;
    margin-inline-start: 41rem !important;
  }
  .mx-rem-md-42 {
    margin-inline-end: 42rem !important;
    margin-inline-start: 42rem !important;
  }
  .mx-rem-md-43 {
    margin-inline-end: 43rem !important;
    margin-inline-start: 43rem !important;
  }
  .mx-rem-md-44 {
    margin-inline-end: 44rem !important;
    margin-inline-start: 44rem !important;
  }
  .mx-rem-md-45 {
    margin-inline-end: 45rem !important;
    margin-inline-start: 45rem !important;
  }
  .mx-rem-md-46 {
    margin-inline-end: 46rem !important;
    margin-inline-start: 46rem !important;
  }
  .mx-rem-md-47 {
    margin-inline-end: 47rem !important;
    margin-inline-start: 47rem !important;
  }
  .mx-rem-md-48 {
    margin-inline-end: 48rem !important;
    margin-inline-start: 48rem !important;
  }
  .mx-rem-md-49 {
    margin-inline-end: 49rem !important;
    margin-inline-start: 49rem !important;
  }
  .mx-rem-md-50 {
    margin-inline-end: 50rem !important;
    margin-inline-start: 50rem !important;
  }
  .mx-rem-md-51 {
    margin-inline-end: 51rem !important;
    margin-inline-start: 51rem !important;
  }
  .mx-rem-md-52 {
    margin-inline-end: 52rem !important;
    margin-inline-start: 52rem !important;
  }
  .mx-rem-md-53 {
    margin-inline-end: 53rem !important;
    margin-inline-start: 53rem !important;
  }
  .mx-rem-md-54 {
    margin-inline-end: 54rem !important;
    margin-inline-start: 54rem !important;
  }
  .mx-rem-md-55 {
    margin-inline-end: 55rem !important;
    margin-inline-start: 55rem !important;
  }
  .mx-rem-md-56 {
    margin-inline-end: 56rem !important;
    margin-inline-start: 56rem !important;
  }
  .mx-rem-md-57 {
    margin-inline-end: 57rem !important;
    margin-inline-start: 57rem !important;
  }
  .mx-rem-md-58 {
    margin-inline-end: 58rem !important;
    margin-inline-start: 58rem !important;
  }
  .mx-rem-md-59 {
    margin-inline-end: 59rem !important;
    margin-inline-start: 59rem !important;
  }
  .mx-rem-md-60 {
    margin-inline-end: 60rem !important;
    margin-inline-start: 60rem !important;
  }
  .mx-rem-md-61 {
    margin-inline-end: 61rem !important;
    margin-inline-start: 61rem !important;
  }
  .mx-rem-md-62 {
    margin-inline-end: 62rem !important;
    margin-inline-start: 62rem !important;
  }
  .mx-rem-md-63 {
    margin-inline-end: 63rem !important;
    margin-inline-start: 63rem !important;
  }
  .mx-rem-md-64 {
    margin-inline-end: 64rem !important;
    margin-inline-start: 64rem !important;
  }
  .mx-rem-md-65 {
    margin-inline-end: 65rem !important;
    margin-inline-start: 65rem !important;
  }
  .mx-rem-md-66 {
    margin-inline-end: 66rem !important;
    margin-inline-start: 66rem !important;
  }
  .mx-rem-md-67 {
    margin-inline-end: 67rem !important;
    margin-inline-start: 67rem !important;
  }
  .mx-rem-md-68 {
    margin-inline-end: 68rem !important;
    margin-inline-start: 68rem !important;
  }
  .mx-rem-md-69 {
    margin-inline-end: 69rem !important;
    margin-inline-start: 69rem !important;
  }
  .mx-rem-md-70 {
    margin-inline-end: 70rem !important;
    margin-inline-start: 70rem !important;
  }
  .mx-rem-md-71 {
    margin-inline-end: 71rem !important;
    margin-inline-start: 71rem !important;
  }
  .mx-rem-md-72 {
    margin-inline-end: 72rem !important;
    margin-inline-start: 72rem !important;
  }
  .mx-rem-md-73 {
    margin-inline-end: 73rem !important;
    margin-inline-start: 73rem !important;
  }
  .mx-rem-md-74 {
    margin-inline-end: 74rem !important;
    margin-inline-start: 74rem !important;
  }
  .mx-rem-md-75 {
    margin-inline-end: 75rem !important;
    margin-inline-start: 75rem !important;
  }
  .mx-rem-md-76 {
    margin-inline-end: 76rem !important;
    margin-inline-start: 76rem !important;
  }
  .mx-rem-md-77 {
    margin-inline-end: 77rem !important;
    margin-inline-start: 77rem !important;
  }
  .mx-rem-md-78 {
    margin-inline-end: 78rem !important;
    margin-inline-start: 78rem !important;
  }
  .mx-rem-md-79 {
    margin-inline-end: 79rem !important;
    margin-inline-start: 79rem !important;
  }
  .mx-rem-md-80 {
    margin-inline-end: 80rem !important;
    margin-inline-start: 80rem !important;
  }
  .mx-rem-md-95 {
    margin-inline-end: 95rem !important;
    margin-inline-start: 95rem !important;
  }
  .mx-rem-md-96 {
    margin-inline-end: 96rem !important;
    margin-inline-start: 96rem !important;
  }
  .mx-rem-md-97 {
    margin-inline-end: 97rem !important;
    margin-inline-start: 97rem !important;
  }
  .mx-rem-md-100 {
    margin-inline-end: 100% !important;
    margin-inline-start: 100% !important;
  }
  .mx-rem-md-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .mx-rem-md-unset {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
  .mx-rem-md-1 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .mx-rem-md-2 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .mx-rem-md-3 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .mx-rem-md-4 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .mx-rem-md-5 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .mx-rem-md-7 {
    margin-block-start: 7rem !important;
    margin-block-end: 7rem !important;
  }
  .mx-rem-md-8 {
    margin-block-start: 8rem !important;
    margin-block-end: 8rem !important;
  }
  .mx-rem-md-9 {
    margin-block-start: 9rem !important;
    margin-block-end: 9rem !important;
  }
  .mx-rem-md-10 {
    margin-block-start: 10rem !important;
    margin-block-end: 10rem !important;
  }
  .mx-rem-md-11 {
    margin-block-start: 11rem !important;
    margin-block-end: 11rem !important;
  }
  .mx-rem-md-12 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .mx-rem-md-13 {
    margin-block-start: 13rem !important;
    margin-block-end: 13rem !important;
  }
  .mx-rem-md-14 {
    margin-block-start: 14rem !important;
    margin-block-end: 14rem !important;
  }
  .mx-rem-md-15 {
    margin-block-start: 15rem !important;
    margin-block-end: 15rem !important;
  }
  .mx-rem-md-16 {
    margin-block-start: 16rem !important;
    margin-block-end: 16rem !important;
  }
  .mx-rem-md-17 {
    margin-block-start: 17rem !important;
    margin-block-end: 17rem !important;
  }
  .mx-rem-md-18 {
    margin-block-start: 18rem !important;
    margin-block-end: 18rem !important;
  }
  .mx-rem-md-19 {
    margin-block-start: 19rem !important;
    margin-block-end: 19rem !important;
  }
  .mx-rem-md-20 {
    margin-block-start: 20rem !important;
    margin-block-end: 20rem !important;
  }
  .mx-rem-md-23 {
    margin-block-start: 23rem !important;
    margin-block-end: 23rem !important;
  }
  .mx-rem-md-25 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .mx-rem-md-30 {
    margin-block-start: 30rem !important;
    margin-block-end: 30rem !important;
  }
  .mx-rem-md-31 {
    margin-block-start: 31rem !important;
    margin-block-end: 31rem !important;
  }
  .mx-rem-md-32 {
    margin-block-start: 32rem !important;
    margin-block-end: 32rem !important;
  }
  .mx-rem-md-33 {
    margin-block-start: 33rem !important;
    margin-block-end: 33rem !important;
  }
  .mx-rem-md-34 {
    margin-block-start: 34rem !important;
    margin-block-end: 34rem !important;
  }
  .mx-rem-md-35 {
    margin-block-start: 35rem !important;
    margin-block-end: 35rem !important;
  }
  .mx-rem-md-36 {
    margin-block-start: 36rem !important;
    margin-block-end: 36rem !important;
  }
  .mx-rem-md-37 {
    margin-block-start: 37rem !important;
    margin-block-end: 37rem !important;
  }
  .mx-rem-md-38 {
    margin-block-start: 38rem !important;
    margin-block-end: 38rem !important;
  }
  .mx-rem-md-39 {
    margin-block-start: 39rem !important;
    margin-block-end: 39rem !important;
  }
  .mx-rem-md-40 {
    margin-block-start: 40rem !important;
    margin-block-end: 40rem !important;
  }
  .mx-rem-md-41 {
    margin-block-start: 41rem !important;
    margin-block-end: 41rem !important;
  }
  .mx-rem-md-42 {
    margin-block-start: 42rem !important;
    margin-block-end: 42rem !important;
  }
  .mx-rem-md-43 {
    margin-block-start: 43rem !important;
    margin-block-end: 43rem !important;
  }
  .mx-rem-md-44 {
    margin-block-start: 44rem !important;
    margin-block-end: 44rem !important;
  }
  .mx-rem-md-45 {
    margin-block-start: 45rem !important;
    margin-block-end: 45rem !important;
  }
  .mx-rem-md-46 {
    margin-block-start: 46rem !important;
    margin-block-end: 46rem !important;
  }
  .mx-rem-md-47 {
    margin-block-start: 47rem !important;
    margin-block-end: 47rem !important;
  }
  .mx-rem-md-48 {
    margin-block-start: 48rem !important;
    margin-block-end: 48rem !important;
  }
  .mx-rem-md-49 {
    margin-block-start: 49rem !important;
    margin-block-end: 49rem !important;
  }
  .mx-rem-md-50 {
    margin-block-start: 50rem !important;
    margin-block-end: 50rem !important;
  }
  .mx-rem-md-51 {
    margin-block-start: 51rem !important;
    margin-block-end: 51rem !important;
  }
  .mx-rem-md-52 {
    margin-block-start: 52rem !important;
    margin-block-end: 52rem !important;
  }
  .mx-rem-md-53 {
    margin-block-start: 53rem !important;
    margin-block-end: 53rem !important;
  }
  .mx-rem-md-54 {
    margin-block-start: 54rem !important;
    margin-block-end: 54rem !important;
  }
  .mx-rem-md-55 {
    margin-block-start: 55rem !important;
    margin-block-end: 55rem !important;
  }
  .mx-rem-md-56 {
    margin-block-start: 56rem !important;
    margin-block-end: 56rem !important;
  }
  .mx-rem-md-57 {
    margin-block-start: 57rem !important;
    margin-block-end: 57rem !important;
  }
  .mx-rem-md-58 {
    margin-block-start: 58rem !important;
    margin-block-end: 58rem !important;
  }
  .mx-rem-md-59 {
    margin-block-start: 59rem !important;
    margin-block-end: 59rem !important;
  }
  .mx-rem-md-60 {
    margin-block-start: 60rem !important;
    margin-block-end: 60rem !important;
  }
  .mx-rem-md-61 {
    margin-block-start: 61rem !important;
    margin-block-end: 61rem !important;
  }
  .mx-rem-md-62 {
    margin-block-start: 62rem !important;
    margin-block-end: 62rem !important;
  }
  .mx-rem-md-63 {
    margin-block-start: 63rem !important;
    margin-block-end: 63rem !important;
  }
  .mx-rem-md-64 {
    margin-block-start: 64rem !important;
    margin-block-end: 64rem !important;
  }
  .mx-rem-md-65 {
    margin-block-start: 65rem !important;
    margin-block-end: 65rem !important;
  }
  .mx-rem-md-66 {
    margin-block-start: 66rem !important;
    margin-block-end: 66rem !important;
  }
  .mx-rem-md-67 {
    margin-block-start: 67rem !important;
    margin-block-end: 67rem !important;
  }
  .mx-rem-md-68 {
    margin-block-start: 68rem !important;
    margin-block-end: 68rem !important;
  }
  .mx-rem-md-69 {
    margin-block-start: 69rem !important;
    margin-block-end: 69rem !important;
  }
  .mx-rem-md-70 {
    margin-block-start: 70rem !important;
    margin-block-end: 70rem !important;
  }
  .mx-rem-md-71 {
    margin-block-start: 71rem !important;
    margin-block-end: 71rem !important;
  }
  .mx-rem-md-72 {
    margin-block-start: 72rem !important;
    margin-block-end: 72rem !important;
  }
  .mx-rem-md-73 {
    margin-block-start: 73rem !important;
    margin-block-end: 73rem !important;
  }
  .mx-rem-md-74 {
    margin-block-start: 74rem !important;
    margin-block-end: 74rem !important;
  }
  .mx-rem-md-75 {
    margin-block-start: 75rem !important;
    margin-block-end: 75rem !important;
  }
  .mx-rem-md-76 {
    margin-block-start: 76rem !important;
    margin-block-end: 76rem !important;
  }
  .mx-rem-md-77 {
    margin-block-start: 77rem !important;
    margin-block-end: 77rem !important;
  }
  .mx-rem-md-78 {
    margin-block-start: 78rem !important;
    margin-block-end: 78rem !important;
  }
  .mx-rem-md-79 {
    margin-block-start: 79rem !important;
    margin-block-end: 79rem !important;
  }
  .mx-rem-md-80 {
    margin-block-start: 80rem !important;
    margin-block-end: 80rem !important;
  }
  .mx-rem-md-95 {
    margin-block-start: 95rem !important;
    margin-block-end: 95rem !important;
  }
  .mx-rem-md-96 {
    margin-block-start: 96rem !important;
    margin-block-end: 96rem !important;
  }
  .mx-rem-md-97 {
    margin-block-start: 97rem !important;
    margin-block-end: 97rem !important;
  }
  .mx-rem-md-100 {
    margin-block-start: 100% !important;
    margin-block-end: 100% !important;
  }
  .mx-rem-md-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-rem-md-unset {
    margin-block-start: unset !important;
  }
  .mt-rem-md-1 {
    margin-block-start: 1rem !important;
  }
  .mt-rem-md-2 {
    margin-block-start: 2rem !important;
  }
  .mt-rem-md-3 {
    margin-block-start: 3rem !important;
  }
  .mt-rem-md-4 {
    margin-block-start: 4rem !important;
  }
  .mt-rem-md-5 {
    margin-block-start: 5rem !important;
  }
  .mt-rem-md-7 {
    margin-block-start: 7rem !important;
  }
  .mt-rem-md-8 {
    margin-block-start: 8rem !important;
  }
  .mt-rem-md-9 {
    margin-block-start: 9rem !important;
  }
  .mt-rem-md-10 {
    margin-block-start: 10rem !important;
  }
  .mt-rem-md-11 {
    margin-block-start: 11rem !important;
  }
  .mt-rem-md-12 {
    margin-block-start: 12rem !important;
  }
  .mt-rem-md-13 {
    margin-block-start: 13rem !important;
  }
  .mt-rem-md-14 {
    margin-block-start: 14rem !important;
  }
  .mt-rem-md-15 {
    margin-block-start: 15rem !important;
  }
  .mt-rem-md-16 {
    margin-block-start: 16rem !important;
  }
  .mt-rem-md-17 {
    margin-block-start: 17rem !important;
  }
  .mt-rem-md-18 {
    margin-block-start: 18rem !important;
  }
  .mt-rem-md-19 {
    margin-block-start: 19rem !important;
  }
  .mt-rem-md-20 {
    margin-block-start: 20rem !important;
  }
  .mt-rem-md-23 {
    margin-block-start: 23rem !important;
  }
  .mt-rem-md-25 {
    margin-block-start: 25rem !important;
  }
  .mt-rem-md-30 {
    margin-block-start: 30rem !important;
  }
  .mt-rem-md-31 {
    margin-block-start: 31rem !important;
  }
  .mt-rem-md-32 {
    margin-block-start: 32rem !important;
  }
  .mt-rem-md-33 {
    margin-block-start: 33rem !important;
  }
  .mt-rem-md-34 {
    margin-block-start: 34rem !important;
  }
  .mt-rem-md-35 {
    margin-block-start: 35rem !important;
  }
  .mt-rem-md-36 {
    margin-block-start: 36rem !important;
  }
  .mt-rem-md-37 {
    margin-block-start: 37rem !important;
  }
  .mt-rem-md-38 {
    margin-block-start: 38rem !important;
  }
  .mt-rem-md-39 {
    margin-block-start: 39rem !important;
  }
  .mt-rem-md-40 {
    margin-block-start: 40rem !important;
  }
  .mt-rem-md-41 {
    margin-block-start: 41rem !important;
  }
  .mt-rem-md-42 {
    margin-block-start: 42rem !important;
  }
  .mt-rem-md-43 {
    margin-block-start: 43rem !important;
  }
  .mt-rem-md-44 {
    margin-block-start: 44rem !important;
  }
  .mt-rem-md-45 {
    margin-block-start: 45rem !important;
  }
  .mt-rem-md-46 {
    margin-block-start: 46rem !important;
  }
  .mt-rem-md-47 {
    margin-block-start: 47rem !important;
  }
  .mt-rem-md-48 {
    margin-block-start: 48rem !important;
  }
  .mt-rem-md-49 {
    margin-block-start: 49rem !important;
  }
  .mt-rem-md-50 {
    margin-block-start: 50rem !important;
  }
  .mt-rem-md-51 {
    margin-block-start: 51rem !important;
  }
  .mt-rem-md-52 {
    margin-block-start: 52rem !important;
  }
  .mt-rem-md-53 {
    margin-block-start: 53rem !important;
  }
  .mt-rem-md-54 {
    margin-block-start: 54rem !important;
  }
  .mt-rem-md-55 {
    margin-block-start: 55rem !important;
  }
  .mt-rem-md-56 {
    margin-block-start: 56rem !important;
  }
  .mt-rem-md-57 {
    margin-block-start: 57rem !important;
  }
  .mt-rem-md-58 {
    margin-block-start: 58rem !important;
  }
  .mt-rem-md-59 {
    margin-block-start: 59rem !important;
  }
  .mt-rem-md-60 {
    margin-block-start: 60rem !important;
  }
  .mt-rem-md-61 {
    margin-block-start: 61rem !important;
  }
  .mt-rem-md-62 {
    margin-block-start: 62rem !important;
  }
  .mt-rem-md-63 {
    margin-block-start: 63rem !important;
  }
  .mt-rem-md-64 {
    margin-block-start: 64rem !important;
  }
  .mt-rem-md-65 {
    margin-block-start: 65rem !important;
  }
  .mt-rem-md-66 {
    margin-block-start: 66rem !important;
  }
  .mt-rem-md-67 {
    margin-block-start: 67rem !important;
  }
  .mt-rem-md-68 {
    margin-block-start: 68rem !important;
  }
  .mt-rem-md-69 {
    margin-block-start: 69rem !important;
  }
  .mt-rem-md-70 {
    margin-block-start: 70rem !important;
  }
  .mt-rem-md-71 {
    margin-block-start: 71rem !important;
  }
  .mt-rem-md-72 {
    margin-block-start: 72rem !important;
  }
  .mt-rem-md-73 {
    margin-block-start: 73rem !important;
  }
  .mt-rem-md-74 {
    margin-block-start: 74rem !important;
  }
  .mt-rem-md-75 {
    margin-block-start: 75rem !important;
  }
  .mt-rem-md-76 {
    margin-block-start: 76rem !important;
  }
  .mt-rem-md-77 {
    margin-block-start: 77rem !important;
  }
  .mt-rem-md-78 {
    margin-block-start: 78rem !important;
  }
  .mt-rem-md-79 {
    margin-block-start: 79rem !important;
  }
  .mt-rem-md-80 {
    margin-block-start: 80rem !important;
  }
  .mt-rem-md-95 {
    margin-block-start: 95rem !important;
  }
  .mt-rem-md-96 {
    margin-block-start: 96rem !important;
  }
  .mt-rem-md-97 {
    margin-block-start: 97rem !important;
  }
  .mt-rem-md-100 {
    margin-block-start: 100% !important;
  }
  .mt-rem-md-auto {
    margin-block-start: auto !important;
  }
  .me-rem-md-unset {
    margin-inline-end: unset !important;
  }
  .me-rem-md-1 {
    margin-inline-end: 1rem !important;
  }
  .me-rem-md-2 {
    margin-inline-end: 2rem !important;
  }
  .me-rem-md-3 {
    margin-inline-end: 3rem !important;
  }
  .me-rem-md-4 {
    margin-inline-end: 4rem !important;
  }
  .me-rem-md-5 {
    margin-inline-end: 5rem !important;
  }
  .me-rem-md-7 {
    margin-inline-end: 7rem !important;
  }
  .me-rem-md-8 {
    margin-inline-end: 8rem !important;
  }
  .me-rem-md-9 {
    margin-inline-end: 9rem !important;
  }
  .me-rem-md-10 {
    margin-inline-end: 10rem !important;
  }
  .me-rem-md-11 {
    margin-inline-end: 11rem !important;
  }
  .me-rem-md-12 {
    margin-inline-end: 12rem !important;
  }
  .me-rem-md-13 {
    margin-inline-end: 13rem !important;
  }
  .me-rem-md-14 {
    margin-inline-end: 14rem !important;
  }
  .me-rem-md-15 {
    margin-inline-end: 15rem !important;
  }
  .me-rem-md-16 {
    margin-inline-end: 16rem !important;
  }
  .me-rem-md-17 {
    margin-inline-end: 17rem !important;
  }
  .me-rem-md-18 {
    margin-inline-end: 18rem !important;
  }
  .me-rem-md-19 {
    margin-inline-end: 19rem !important;
  }
  .me-rem-md-20 {
    margin-inline-end: 20rem !important;
  }
  .me-rem-md-23 {
    margin-inline-end: 23rem !important;
  }
  .me-rem-md-25 {
    margin-inline-end: 25rem !important;
  }
  .me-rem-md-30 {
    margin-inline-end: 30rem !important;
  }
  .me-rem-md-31 {
    margin-inline-end: 31rem !important;
  }
  .me-rem-md-32 {
    margin-inline-end: 32rem !important;
  }
  .me-rem-md-33 {
    margin-inline-end: 33rem !important;
  }
  .me-rem-md-34 {
    margin-inline-end: 34rem !important;
  }
  .me-rem-md-35 {
    margin-inline-end: 35rem !important;
  }
  .me-rem-md-36 {
    margin-inline-end: 36rem !important;
  }
  .me-rem-md-37 {
    margin-inline-end: 37rem !important;
  }
  .me-rem-md-38 {
    margin-inline-end: 38rem !important;
  }
  .me-rem-md-39 {
    margin-inline-end: 39rem !important;
  }
  .me-rem-md-40 {
    margin-inline-end: 40rem !important;
  }
  .me-rem-md-41 {
    margin-inline-end: 41rem !important;
  }
  .me-rem-md-42 {
    margin-inline-end: 42rem !important;
  }
  .me-rem-md-43 {
    margin-inline-end: 43rem !important;
  }
  .me-rem-md-44 {
    margin-inline-end: 44rem !important;
  }
  .me-rem-md-45 {
    margin-inline-end: 45rem !important;
  }
  .me-rem-md-46 {
    margin-inline-end: 46rem !important;
  }
  .me-rem-md-47 {
    margin-inline-end: 47rem !important;
  }
  .me-rem-md-48 {
    margin-inline-end: 48rem !important;
  }
  .me-rem-md-49 {
    margin-inline-end: 49rem !important;
  }
  .me-rem-md-50 {
    margin-inline-end: 50rem !important;
  }
  .me-rem-md-51 {
    margin-inline-end: 51rem !important;
  }
  .me-rem-md-52 {
    margin-inline-end: 52rem !important;
  }
  .me-rem-md-53 {
    margin-inline-end: 53rem !important;
  }
  .me-rem-md-54 {
    margin-inline-end: 54rem !important;
  }
  .me-rem-md-55 {
    margin-inline-end: 55rem !important;
  }
  .me-rem-md-56 {
    margin-inline-end: 56rem !important;
  }
  .me-rem-md-57 {
    margin-inline-end: 57rem !important;
  }
  .me-rem-md-58 {
    margin-inline-end: 58rem !important;
  }
  .me-rem-md-59 {
    margin-inline-end: 59rem !important;
  }
  .me-rem-md-60 {
    margin-inline-end: 60rem !important;
  }
  .me-rem-md-61 {
    margin-inline-end: 61rem !important;
  }
  .me-rem-md-62 {
    margin-inline-end: 62rem !important;
  }
  .me-rem-md-63 {
    margin-inline-end: 63rem !important;
  }
  .me-rem-md-64 {
    margin-inline-end: 64rem !important;
  }
  .me-rem-md-65 {
    margin-inline-end: 65rem !important;
  }
  .me-rem-md-66 {
    margin-inline-end: 66rem !important;
  }
  .me-rem-md-67 {
    margin-inline-end: 67rem !important;
  }
  .me-rem-md-68 {
    margin-inline-end: 68rem !important;
  }
  .me-rem-md-69 {
    margin-inline-end: 69rem !important;
  }
  .me-rem-md-70 {
    margin-inline-end: 70rem !important;
  }
  .me-rem-md-71 {
    margin-inline-end: 71rem !important;
  }
  .me-rem-md-72 {
    margin-inline-end: 72rem !important;
  }
  .me-rem-md-73 {
    margin-inline-end: 73rem !important;
  }
  .me-rem-md-74 {
    margin-inline-end: 74rem !important;
  }
  .me-rem-md-75 {
    margin-inline-end: 75rem !important;
  }
  .me-rem-md-76 {
    margin-inline-end: 76rem !important;
  }
  .me-rem-md-77 {
    margin-inline-end: 77rem !important;
  }
  .me-rem-md-78 {
    margin-inline-end: 78rem !important;
  }
  .me-rem-md-79 {
    margin-inline-end: 79rem !important;
  }
  .me-rem-md-80 {
    margin-inline-end: 80rem !important;
  }
  .me-rem-md-95 {
    margin-inline-end: 95rem !important;
  }
  .me-rem-md-96 {
    margin-inline-end: 96rem !important;
  }
  .me-rem-md-97 {
    margin-inline-end: 97rem !important;
  }
  .me-rem-md-100 {
    margin-inline-end: 100% !important;
  }
  .me-rem-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-rem-md-unset {
    margin-block-end: unset !important;
  }
  .mb-rem-md-1 {
    margin-block-end: 1rem !important;
  }
  .mb-rem-md-2 {
    margin-block-end: 2rem !important;
  }
  .mb-rem-md-3 {
    margin-block-end: 3rem !important;
  }
  .mb-rem-md-4 {
    margin-block-end: 4rem !important;
  }
  .mb-rem-md-5 {
    margin-block-end: 5rem !important;
  }
  .mb-rem-md-7 {
    margin-block-end: 7rem !important;
  }
  .mb-rem-md-8 {
    margin-block-end: 8rem !important;
  }
  .mb-rem-md-9 {
    margin-block-end: 9rem !important;
  }
  .mb-rem-md-10 {
    margin-block-end: 10rem !important;
  }
  .mb-rem-md-11 {
    margin-block-end: 11rem !important;
  }
  .mb-rem-md-12 {
    margin-block-end: 12rem !important;
  }
  .mb-rem-md-13 {
    margin-block-end: 13rem !important;
  }
  .mb-rem-md-14 {
    margin-block-end: 14rem !important;
  }
  .mb-rem-md-15 {
    margin-block-end: 15rem !important;
  }
  .mb-rem-md-16 {
    margin-block-end: 16rem !important;
  }
  .mb-rem-md-17 {
    margin-block-end: 17rem !important;
  }
  .mb-rem-md-18 {
    margin-block-end: 18rem !important;
  }
  .mb-rem-md-19 {
    margin-block-end: 19rem !important;
  }
  .mb-rem-md-20 {
    margin-block-end: 20rem !important;
  }
  .mb-rem-md-23 {
    margin-block-end: 23rem !important;
  }
  .mb-rem-md-25 {
    margin-block-end: 25rem !important;
  }
  .mb-rem-md-30 {
    margin-block-end: 30rem !important;
  }
  .mb-rem-md-31 {
    margin-block-end: 31rem !important;
  }
  .mb-rem-md-32 {
    margin-block-end: 32rem !important;
  }
  .mb-rem-md-33 {
    margin-block-end: 33rem !important;
  }
  .mb-rem-md-34 {
    margin-block-end: 34rem !important;
  }
  .mb-rem-md-35 {
    margin-block-end: 35rem !important;
  }
  .mb-rem-md-36 {
    margin-block-end: 36rem !important;
  }
  .mb-rem-md-37 {
    margin-block-end: 37rem !important;
  }
  .mb-rem-md-38 {
    margin-block-end: 38rem !important;
  }
  .mb-rem-md-39 {
    margin-block-end: 39rem !important;
  }
  .mb-rem-md-40 {
    margin-block-end: 40rem !important;
  }
  .mb-rem-md-41 {
    margin-block-end: 41rem !important;
  }
  .mb-rem-md-42 {
    margin-block-end: 42rem !important;
  }
  .mb-rem-md-43 {
    margin-block-end: 43rem !important;
  }
  .mb-rem-md-44 {
    margin-block-end: 44rem !important;
  }
  .mb-rem-md-45 {
    margin-block-end: 45rem !important;
  }
  .mb-rem-md-46 {
    margin-block-end: 46rem !important;
  }
  .mb-rem-md-47 {
    margin-block-end: 47rem !important;
  }
  .mb-rem-md-48 {
    margin-block-end: 48rem !important;
  }
  .mb-rem-md-49 {
    margin-block-end: 49rem !important;
  }
  .mb-rem-md-50 {
    margin-block-end: 50rem !important;
  }
  .mb-rem-md-51 {
    margin-block-end: 51rem !important;
  }
  .mb-rem-md-52 {
    margin-block-end: 52rem !important;
  }
  .mb-rem-md-53 {
    margin-block-end: 53rem !important;
  }
  .mb-rem-md-54 {
    margin-block-end: 54rem !important;
  }
  .mb-rem-md-55 {
    margin-block-end: 55rem !important;
  }
  .mb-rem-md-56 {
    margin-block-end: 56rem !important;
  }
  .mb-rem-md-57 {
    margin-block-end: 57rem !important;
  }
  .mb-rem-md-58 {
    margin-block-end: 58rem !important;
  }
  .mb-rem-md-59 {
    margin-block-end: 59rem !important;
  }
  .mb-rem-md-60 {
    margin-block-end: 60rem !important;
  }
  .mb-rem-md-61 {
    margin-block-end: 61rem !important;
  }
  .mb-rem-md-62 {
    margin-block-end: 62rem !important;
  }
  .mb-rem-md-63 {
    margin-block-end: 63rem !important;
  }
  .mb-rem-md-64 {
    margin-block-end: 64rem !important;
  }
  .mb-rem-md-65 {
    margin-block-end: 65rem !important;
  }
  .mb-rem-md-66 {
    margin-block-end: 66rem !important;
  }
  .mb-rem-md-67 {
    margin-block-end: 67rem !important;
  }
  .mb-rem-md-68 {
    margin-block-end: 68rem !important;
  }
  .mb-rem-md-69 {
    margin-block-end: 69rem !important;
  }
  .mb-rem-md-70 {
    margin-block-end: 70rem !important;
  }
  .mb-rem-md-71 {
    margin-block-end: 71rem !important;
  }
  .mb-rem-md-72 {
    margin-block-end: 72rem !important;
  }
  .mb-rem-md-73 {
    margin-block-end: 73rem !important;
  }
  .mb-rem-md-74 {
    margin-block-end: 74rem !important;
  }
  .mb-rem-md-75 {
    margin-block-end: 75rem !important;
  }
  .mb-rem-md-76 {
    margin-block-end: 76rem !important;
  }
  .mb-rem-md-77 {
    margin-block-end: 77rem !important;
  }
  .mb-rem-md-78 {
    margin-block-end: 78rem !important;
  }
  .mb-rem-md-79 {
    margin-block-end: 79rem !important;
  }
  .mb-rem-md-80 {
    margin-block-end: 80rem !important;
  }
  .mb-rem-md-95 {
    margin-block-end: 95rem !important;
  }
  .mb-rem-md-96 {
    margin-block-end: 96rem !important;
  }
  .mb-rem-md-97 {
    margin-block-end: 97rem !important;
  }
  .mb-rem-md-100 {
    margin-block-end: 100% !important;
  }
  .mb-rem-md-auto {
    margin-block-end: auto !important;
  }
  .ms-rem-md-unset {
    margin-inline-start: unset !important;
  }
  .ms-rem-md-1 {
    margin-inline-start: 1rem !important;
  }
  .ms-rem-md-2 {
    margin-inline-start: 2rem !important;
  }
  .ms-rem-md-3 {
    margin-inline-start: 3rem !important;
  }
  .ms-rem-md-4 {
    margin-inline-start: 4rem !important;
  }
  .ms-rem-md-5 {
    margin-inline-start: 5rem !important;
  }
  .ms-rem-md-7 {
    margin-inline-start: 7rem !important;
  }
  .ms-rem-md-8 {
    margin-inline-start: 8rem !important;
  }
  .ms-rem-md-9 {
    margin-inline-start: 9rem !important;
  }
  .ms-rem-md-10 {
    margin-inline-start: 10rem !important;
  }
  .ms-rem-md-11 {
    margin-inline-start: 11rem !important;
  }
  .ms-rem-md-12 {
    margin-inline-start: 12rem !important;
  }
  .ms-rem-md-13 {
    margin-inline-start: 13rem !important;
  }
  .ms-rem-md-14 {
    margin-inline-start: 14rem !important;
  }
  .ms-rem-md-15 {
    margin-inline-start: 15rem !important;
  }
  .ms-rem-md-16 {
    margin-inline-start: 16rem !important;
  }
  .ms-rem-md-17 {
    margin-inline-start: 17rem !important;
  }
  .ms-rem-md-18 {
    margin-inline-start: 18rem !important;
  }
  .ms-rem-md-19 {
    margin-inline-start: 19rem !important;
  }
  .ms-rem-md-20 {
    margin-inline-start: 20rem !important;
  }
  .ms-rem-md-23 {
    margin-inline-start: 23rem !important;
  }
  .ms-rem-md-25 {
    margin-inline-start: 25rem !important;
  }
  .ms-rem-md-30 {
    margin-inline-start: 30rem !important;
  }
  .ms-rem-md-31 {
    margin-inline-start: 31rem !important;
  }
  .ms-rem-md-32 {
    margin-inline-start: 32rem !important;
  }
  .ms-rem-md-33 {
    margin-inline-start: 33rem !important;
  }
  .ms-rem-md-34 {
    margin-inline-start: 34rem !important;
  }
  .ms-rem-md-35 {
    margin-inline-start: 35rem !important;
  }
  .ms-rem-md-36 {
    margin-inline-start: 36rem !important;
  }
  .ms-rem-md-37 {
    margin-inline-start: 37rem !important;
  }
  .ms-rem-md-38 {
    margin-inline-start: 38rem !important;
  }
  .ms-rem-md-39 {
    margin-inline-start: 39rem !important;
  }
  .ms-rem-md-40 {
    margin-inline-start: 40rem !important;
  }
  .ms-rem-md-41 {
    margin-inline-start: 41rem !important;
  }
  .ms-rem-md-42 {
    margin-inline-start: 42rem !important;
  }
  .ms-rem-md-43 {
    margin-inline-start: 43rem !important;
  }
  .ms-rem-md-44 {
    margin-inline-start: 44rem !important;
  }
  .ms-rem-md-45 {
    margin-inline-start: 45rem !important;
  }
  .ms-rem-md-46 {
    margin-inline-start: 46rem !important;
  }
  .ms-rem-md-47 {
    margin-inline-start: 47rem !important;
  }
  .ms-rem-md-48 {
    margin-inline-start: 48rem !important;
  }
  .ms-rem-md-49 {
    margin-inline-start: 49rem !important;
  }
  .ms-rem-md-50 {
    margin-inline-start: 50rem !important;
  }
  .ms-rem-md-51 {
    margin-inline-start: 51rem !important;
  }
  .ms-rem-md-52 {
    margin-inline-start: 52rem !important;
  }
  .ms-rem-md-53 {
    margin-inline-start: 53rem !important;
  }
  .ms-rem-md-54 {
    margin-inline-start: 54rem !important;
  }
  .ms-rem-md-55 {
    margin-inline-start: 55rem !important;
  }
  .ms-rem-md-56 {
    margin-inline-start: 56rem !important;
  }
  .ms-rem-md-57 {
    margin-inline-start: 57rem !important;
  }
  .ms-rem-md-58 {
    margin-inline-start: 58rem !important;
  }
  .ms-rem-md-59 {
    margin-inline-start: 59rem !important;
  }
  .ms-rem-md-60 {
    margin-inline-start: 60rem !important;
  }
  .ms-rem-md-61 {
    margin-inline-start: 61rem !important;
  }
  .ms-rem-md-62 {
    margin-inline-start: 62rem !important;
  }
  .ms-rem-md-63 {
    margin-inline-start: 63rem !important;
  }
  .ms-rem-md-64 {
    margin-inline-start: 64rem !important;
  }
  .ms-rem-md-65 {
    margin-inline-start: 65rem !important;
  }
  .ms-rem-md-66 {
    margin-inline-start: 66rem !important;
  }
  .ms-rem-md-67 {
    margin-inline-start: 67rem !important;
  }
  .ms-rem-md-68 {
    margin-inline-start: 68rem !important;
  }
  .ms-rem-md-69 {
    margin-inline-start: 69rem !important;
  }
  .ms-rem-md-70 {
    margin-inline-start: 70rem !important;
  }
  .ms-rem-md-71 {
    margin-inline-start: 71rem !important;
  }
  .ms-rem-md-72 {
    margin-inline-start: 72rem !important;
  }
  .ms-rem-md-73 {
    margin-inline-start: 73rem !important;
  }
  .ms-rem-md-74 {
    margin-inline-start: 74rem !important;
  }
  .ms-rem-md-75 {
    margin-inline-start: 75rem !important;
  }
  .ms-rem-md-76 {
    margin-inline-start: 76rem !important;
  }
  .ms-rem-md-77 {
    margin-inline-start: 77rem !important;
  }
  .ms-rem-md-78 {
    margin-inline-start: 78rem !important;
  }
  .ms-rem-md-79 {
    margin-inline-start: 79rem !important;
  }
  .ms-rem-md-80 {
    margin-inline-start: 80rem !important;
  }
  .ms-rem-md-95 {
    margin-inline-start: 95rem !important;
  }
  .ms-rem-md-96 {
    margin-inline-start: 96rem !important;
  }
  .ms-rem-md-97 {
    margin-inline-start: 97rem !important;
  }
  .ms-rem-md-100 {
    margin-inline-start: 100% !important;
  }
  .ms-rem-md-auto {
    margin-inline-start: auto !important;
  }
  .m-rem-md-nunset {
    margin: -unset !important;
  }
  .m-rem-md-n1 {
    margin: -1rem !important;
  }
  .m-rem-md-n2 {
    margin: -2rem !important;
  }
  .m-rem-md-n3 {
    margin: -3rem !important;
  }
  .m-rem-md-n4 {
    margin: -4rem !important;
  }
  .m-rem-md-n5 {
    margin: -5rem !important;
  }
  .m-rem-md-n7 {
    margin: -7rem !important;
  }
  .m-rem-md-n8 {
    margin: -8rem !important;
  }
  .m-rem-md-n9 {
    margin: -9rem !important;
  }
  .m-rem-md-n10 {
    margin: -10rem !important;
  }
  .m-rem-md-n11 {
    margin: -11rem !important;
  }
  .m-rem-md-n12 {
    margin: -12rem !important;
  }
  .m-rem-md-n13 {
    margin: -13rem !important;
  }
  .m-rem-md-n14 {
    margin: -14rem !important;
  }
  .m-rem-md-n15 {
    margin: -15rem !important;
  }
  .m-rem-md-n16 {
    margin: -16rem !important;
  }
  .m-rem-md-n17 {
    margin: -17rem !important;
  }
  .m-rem-md-n18 {
    margin: -18rem !important;
  }
  .m-rem-md-n19 {
    margin: -19rem !important;
  }
  .m-rem-md-n20 {
    margin: -20rem !important;
  }
  .m-rem-md-n23 {
    margin: -23rem !important;
  }
  .m-rem-md-n25 {
    margin: -25rem !important;
  }
  .m-rem-md-n30 {
    margin: -30rem !important;
  }
  .m-rem-md-n31 {
    margin: -31rem !important;
  }
  .m-rem-md-n32 {
    margin: -32rem !important;
  }
  .m-rem-md-n33 {
    margin: -33rem !important;
  }
  .m-rem-md-n34 {
    margin: -34rem !important;
  }
  .m-rem-md-n35 {
    margin: -35rem !important;
  }
  .m-rem-md-n36 {
    margin: -36rem !important;
  }
  .m-rem-md-n37 {
    margin: -37rem !important;
  }
  .m-rem-md-n38 {
    margin: -38rem !important;
  }
  .m-rem-md-n39 {
    margin: -39rem !important;
  }
  .m-rem-md-n40 {
    margin: -40rem !important;
  }
  .m-rem-md-n41 {
    margin: -41rem !important;
  }
  .m-rem-md-n42 {
    margin: -42rem !important;
  }
  .m-rem-md-n43 {
    margin: -43rem !important;
  }
  .m-rem-md-n44 {
    margin: -44rem !important;
  }
  .m-rem-md-n45 {
    margin: -45rem !important;
  }
  .m-rem-md-n46 {
    margin: -46rem !important;
  }
  .m-rem-md-n47 {
    margin: -47rem !important;
  }
  .m-rem-md-n48 {
    margin: -48rem !important;
  }
  .m-rem-md-n49 {
    margin: -49rem !important;
  }
  .m-rem-md-n50 {
    margin: -50rem !important;
  }
  .m-rem-md-n51 {
    margin: -51rem !important;
  }
  .m-rem-md-n52 {
    margin: -52rem !important;
  }
  .m-rem-md-n53 {
    margin: -53rem !important;
  }
  .m-rem-md-n54 {
    margin: -54rem !important;
  }
  .m-rem-md-n55 {
    margin: -55rem !important;
  }
  .m-rem-md-n56 {
    margin: -56rem !important;
  }
  .m-rem-md-n57 {
    margin: -57rem !important;
  }
  .m-rem-md-n58 {
    margin: -58rem !important;
  }
  .m-rem-md-n59 {
    margin: -59rem !important;
  }
  .m-rem-md-n60 {
    margin: -60rem !important;
  }
  .m-rem-md-n61 {
    margin: -61rem !important;
  }
  .m-rem-md-n62 {
    margin: -62rem !important;
  }
  .m-rem-md-n63 {
    margin: -63rem !important;
  }
  .m-rem-md-n64 {
    margin: -64rem !important;
  }
  .m-rem-md-n65 {
    margin: -65rem !important;
  }
  .m-rem-md-n66 {
    margin: -66rem !important;
  }
  .m-rem-md-n67 {
    margin: -67rem !important;
  }
  .m-rem-md-n68 {
    margin: -68rem !important;
  }
  .m-rem-md-n69 {
    margin: -69rem !important;
  }
  .m-rem-md-n70 {
    margin: -70rem !important;
  }
  .m-rem-md-n71 {
    margin: -71rem !important;
  }
  .m-rem-md-n72 {
    margin: -72rem !important;
  }
  .m-rem-md-n73 {
    margin: -73rem !important;
  }
  .m-rem-md-n74 {
    margin: -74rem !important;
  }
  .m-rem-md-n75 {
    margin: -75rem !important;
  }
  .m-rem-md-n76 {
    margin: -76rem !important;
  }
  .m-rem-md-n77 {
    margin: -77rem !important;
  }
  .m-rem-md-n78 {
    margin: -78rem !important;
  }
  .m-rem-md-n79 {
    margin: -79rem !important;
  }
  .m-rem-md-n80 {
    margin: -80rem !important;
  }
  .m-rem-md-n95 {
    margin: -95rem !important;
  }
  .m-rem-md-n96 {
    margin: -96rem !important;
  }
  .m-rem-md-n97 {
    margin: -97rem !important;
  }
  .m-rem-md-n100 {
    margin: -100% !important;
  }
  .mx-rem-md-nunset {
    margin-inline-end: -unset !important;
    margin-inline-start: -unset !important;
  }
  .mx-rem-md-n1 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-rem-md-n2 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-rem-md-n3 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-rem-md-n4 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-rem-md-n5 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-rem-md-n7 {
    margin-inline-end: -7rem !important;
    margin-inline-start: -7rem !important;
  }
  .mx-rem-md-n8 {
    margin-inline-end: -8rem !important;
    margin-inline-start: -8rem !important;
  }
  .mx-rem-md-n9 {
    margin-inline-end: -9rem !important;
    margin-inline-start: -9rem !important;
  }
  .mx-rem-md-n10 {
    margin-inline-end: -10rem !important;
    margin-inline-start: -10rem !important;
  }
  .mx-rem-md-n11 {
    margin-inline-end: -11rem !important;
    margin-inline-start: -11rem !important;
  }
  .mx-rem-md-n12 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-rem-md-n13 {
    margin-inline-end: -13rem !important;
    margin-inline-start: -13rem !important;
  }
  .mx-rem-md-n14 {
    margin-inline-end: -14rem !important;
    margin-inline-start: -14rem !important;
  }
  .mx-rem-md-n15 {
    margin-inline-end: -15rem !important;
    margin-inline-start: -15rem !important;
  }
  .mx-rem-md-n16 {
    margin-inline-end: -16rem !important;
    margin-inline-start: -16rem !important;
  }
  .mx-rem-md-n17 {
    margin-inline-end: -17rem !important;
    margin-inline-start: -17rem !important;
  }
  .mx-rem-md-n18 {
    margin-inline-end: -18rem !important;
    margin-inline-start: -18rem !important;
  }
  .mx-rem-md-n19 {
    margin-inline-end: -19rem !important;
    margin-inline-start: -19rem !important;
  }
  .mx-rem-md-n20 {
    margin-inline-end: -20rem !important;
    margin-inline-start: -20rem !important;
  }
  .mx-rem-md-n23 {
    margin-inline-end: -23rem !important;
    margin-inline-start: -23rem !important;
  }
  .mx-rem-md-n25 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-rem-md-n30 {
    margin-inline-end: -30rem !important;
    margin-inline-start: -30rem !important;
  }
  .mx-rem-md-n31 {
    margin-inline-end: -31rem !important;
    margin-inline-start: -31rem !important;
  }
  .mx-rem-md-n32 {
    margin-inline-end: -32rem !important;
    margin-inline-start: -32rem !important;
  }
  .mx-rem-md-n33 {
    margin-inline-end: -33rem !important;
    margin-inline-start: -33rem !important;
  }
  .mx-rem-md-n34 {
    margin-inline-end: -34rem !important;
    margin-inline-start: -34rem !important;
  }
  .mx-rem-md-n35 {
    margin-inline-end: -35rem !important;
    margin-inline-start: -35rem !important;
  }
  .mx-rem-md-n36 {
    margin-inline-end: -36rem !important;
    margin-inline-start: -36rem !important;
  }
  .mx-rem-md-n37 {
    margin-inline-end: -37rem !important;
    margin-inline-start: -37rem !important;
  }
  .mx-rem-md-n38 {
    margin-inline-end: -38rem !important;
    margin-inline-start: -38rem !important;
  }
  .mx-rem-md-n39 {
    margin-inline-end: -39rem !important;
    margin-inline-start: -39rem !important;
  }
  .mx-rem-md-n40 {
    margin-inline-end: -40rem !important;
    margin-inline-start: -40rem !important;
  }
  .mx-rem-md-n41 {
    margin-inline-end: -41rem !important;
    margin-inline-start: -41rem !important;
  }
  .mx-rem-md-n42 {
    margin-inline-end: -42rem !important;
    margin-inline-start: -42rem !important;
  }
  .mx-rem-md-n43 {
    margin-inline-end: -43rem !important;
    margin-inline-start: -43rem !important;
  }
  .mx-rem-md-n44 {
    margin-inline-end: -44rem !important;
    margin-inline-start: -44rem !important;
  }
  .mx-rem-md-n45 {
    margin-inline-end: -45rem !important;
    margin-inline-start: -45rem !important;
  }
  .mx-rem-md-n46 {
    margin-inline-end: -46rem !important;
    margin-inline-start: -46rem !important;
  }
  .mx-rem-md-n47 {
    margin-inline-end: -47rem !important;
    margin-inline-start: -47rem !important;
  }
  .mx-rem-md-n48 {
    margin-inline-end: -48rem !important;
    margin-inline-start: -48rem !important;
  }
  .mx-rem-md-n49 {
    margin-inline-end: -49rem !important;
    margin-inline-start: -49rem !important;
  }
  .mx-rem-md-n50 {
    margin-inline-end: -50rem !important;
    margin-inline-start: -50rem !important;
  }
  .mx-rem-md-n51 {
    margin-inline-end: -51rem !important;
    margin-inline-start: -51rem !important;
  }
  .mx-rem-md-n52 {
    margin-inline-end: -52rem !important;
    margin-inline-start: -52rem !important;
  }
  .mx-rem-md-n53 {
    margin-inline-end: -53rem !important;
    margin-inline-start: -53rem !important;
  }
  .mx-rem-md-n54 {
    margin-inline-end: -54rem !important;
    margin-inline-start: -54rem !important;
  }
  .mx-rem-md-n55 {
    margin-inline-end: -55rem !important;
    margin-inline-start: -55rem !important;
  }
  .mx-rem-md-n56 {
    margin-inline-end: -56rem !important;
    margin-inline-start: -56rem !important;
  }
  .mx-rem-md-n57 {
    margin-inline-end: -57rem !important;
    margin-inline-start: -57rem !important;
  }
  .mx-rem-md-n58 {
    margin-inline-end: -58rem !important;
    margin-inline-start: -58rem !important;
  }
  .mx-rem-md-n59 {
    margin-inline-end: -59rem !important;
    margin-inline-start: -59rem !important;
  }
  .mx-rem-md-n60 {
    margin-inline-end: -60rem !important;
    margin-inline-start: -60rem !important;
  }
  .mx-rem-md-n61 {
    margin-inline-end: -61rem !important;
    margin-inline-start: -61rem !important;
  }
  .mx-rem-md-n62 {
    margin-inline-end: -62rem !important;
    margin-inline-start: -62rem !important;
  }
  .mx-rem-md-n63 {
    margin-inline-end: -63rem !important;
    margin-inline-start: -63rem !important;
  }
  .mx-rem-md-n64 {
    margin-inline-end: -64rem !important;
    margin-inline-start: -64rem !important;
  }
  .mx-rem-md-n65 {
    margin-inline-end: -65rem !important;
    margin-inline-start: -65rem !important;
  }
  .mx-rem-md-n66 {
    margin-inline-end: -66rem !important;
    margin-inline-start: -66rem !important;
  }
  .mx-rem-md-n67 {
    margin-inline-end: -67rem !important;
    margin-inline-start: -67rem !important;
  }
  .mx-rem-md-n68 {
    margin-inline-end: -68rem !important;
    margin-inline-start: -68rem !important;
  }
  .mx-rem-md-n69 {
    margin-inline-end: -69rem !important;
    margin-inline-start: -69rem !important;
  }
  .mx-rem-md-n70 {
    margin-inline-end: -70rem !important;
    margin-inline-start: -70rem !important;
  }
  .mx-rem-md-n71 {
    margin-inline-end: -71rem !important;
    margin-inline-start: -71rem !important;
  }
  .mx-rem-md-n72 {
    margin-inline-end: -72rem !important;
    margin-inline-start: -72rem !important;
  }
  .mx-rem-md-n73 {
    margin-inline-end: -73rem !important;
    margin-inline-start: -73rem !important;
  }
  .mx-rem-md-n74 {
    margin-inline-end: -74rem !important;
    margin-inline-start: -74rem !important;
  }
  .mx-rem-md-n75 {
    margin-inline-end: -75rem !important;
    margin-inline-start: -75rem !important;
  }
  .mx-rem-md-n76 {
    margin-inline-end: -76rem !important;
    margin-inline-start: -76rem !important;
  }
  .mx-rem-md-n77 {
    margin-inline-end: -77rem !important;
    margin-inline-start: -77rem !important;
  }
  .mx-rem-md-n78 {
    margin-inline-end: -78rem !important;
    margin-inline-start: -78rem !important;
  }
  .mx-rem-md-n79 {
    margin-inline-end: -79rem !important;
    margin-inline-start: -79rem !important;
  }
  .mx-rem-md-n80 {
    margin-inline-end: -80rem !important;
    margin-inline-start: -80rem !important;
  }
  .mx-rem-md-n95 {
    margin-inline-end: -95rem !important;
    margin-inline-start: -95rem !important;
  }
  .mx-rem-md-n96 {
    margin-inline-end: -96rem !important;
    margin-inline-start: -96rem !important;
  }
  .mx-rem-md-n97 {
    margin-inline-end: -97rem !important;
    margin-inline-start: -97rem !important;
  }
  .mx-rem-md-n100 {
    margin-inline-end: -100% !important;
    margin-inline-start: -100% !important;
  }
  .my-rem-md-nunset {
    margin-block-end: -unset !important;
    margin-block-start: -unset !important;
  }
  .my-rem-md-n1 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-rem-md-n2 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-rem-md-n3 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-rem-md-n4 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-rem-md-n5 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-rem-md-n7 {
    margin-block-end: -7rem !important;
    margin-block-start: -7rem !important;
  }
  .my-rem-md-n8 {
    margin-block-end: -8rem !important;
    margin-block-start: -8rem !important;
  }
  .my-rem-md-n9 {
    margin-block-end: -9rem !important;
    margin-block-start: -9rem !important;
  }
  .my-rem-md-n10 {
    margin-block-end: -10rem !important;
    margin-block-start: -10rem !important;
  }
  .my-rem-md-n11 {
    margin-block-end: -11rem !important;
    margin-block-start: -11rem !important;
  }
  .my-rem-md-n12 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-rem-md-n13 {
    margin-block-end: -13rem !important;
    margin-block-start: -13rem !important;
  }
  .my-rem-md-n14 {
    margin-block-end: -14rem !important;
    margin-block-start: -14rem !important;
  }
  .my-rem-md-n15 {
    margin-block-end: -15rem !important;
    margin-block-start: -15rem !important;
  }
  .my-rem-md-n16 {
    margin-block-end: -16rem !important;
    margin-block-start: -16rem !important;
  }
  .my-rem-md-n17 {
    margin-block-end: -17rem !important;
    margin-block-start: -17rem !important;
  }
  .my-rem-md-n18 {
    margin-block-end: -18rem !important;
    margin-block-start: -18rem !important;
  }
  .my-rem-md-n19 {
    margin-block-end: -19rem !important;
    margin-block-start: -19rem !important;
  }
  .my-rem-md-n20 {
    margin-block-end: -20rem !important;
    margin-block-start: -20rem !important;
  }
  .my-rem-md-n23 {
    margin-block-end: -23rem !important;
    margin-block-start: -23rem !important;
  }
  .my-rem-md-n25 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-rem-md-n30 {
    margin-block-end: -30rem !important;
    margin-block-start: -30rem !important;
  }
  .my-rem-md-n31 {
    margin-block-end: -31rem !important;
    margin-block-start: -31rem !important;
  }
  .my-rem-md-n32 {
    margin-block-end: -32rem !important;
    margin-block-start: -32rem !important;
  }
  .my-rem-md-n33 {
    margin-block-end: -33rem !important;
    margin-block-start: -33rem !important;
  }
  .my-rem-md-n34 {
    margin-block-end: -34rem !important;
    margin-block-start: -34rem !important;
  }
  .my-rem-md-n35 {
    margin-block-end: -35rem !important;
    margin-block-start: -35rem !important;
  }
  .my-rem-md-n36 {
    margin-block-end: -36rem !important;
    margin-block-start: -36rem !important;
  }
  .my-rem-md-n37 {
    margin-block-end: -37rem !important;
    margin-block-start: -37rem !important;
  }
  .my-rem-md-n38 {
    margin-block-end: -38rem !important;
    margin-block-start: -38rem !important;
  }
  .my-rem-md-n39 {
    margin-block-end: -39rem !important;
    margin-block-start: -39rem !important;
  }
  .my-rem-md-n40 {
    margin-block-end: -40rem !important;
    margin-block-start: -40rem !important;
  }
  .my-rem-md-n41 {
    margin-block-end: -41rem !important;
    margin-block-start: -41rem !important;
  }
  .my-rem-md-n42 {
    margin-block-end: -42rem !important;
    margin-block-start: -42rem !important;
  }
  .my-rem-md-n43 {
    margin-block-end: -43rem !important;
    margin-block-start: -43rem !important;
  }
  .my-rem-md-n44 {
    margin-block-end: -44rem !important;
    margin-block-start: -44rem !important;
  }
  .my-rem-md-n45 {
    margin-block-end: -45rem !important;
    margin-block-start: -45rem !important;
  }
  .my-rem-md-n46 {
    margin-block-end: -46rem !important;
    margin-block-start: -46rem !important;
  }
  .my-rem-md-n47 {
    margin-block-end: -47rem !important;
    margin-block-start: -47rem !important;
  }
  .my-rem-md-n48 {
    margin-block-end: -48rem !important;
    margin-block-start: -48rem !important;
  }
  .my-rem-md-n49 {
    margin-block-end: -49rem !important;
    margin-block-start: -49rem !important;
  }
  .my-rem-md-n50 {
    margin-block-end: -50rem !important;
    margin-block-start: -50rem !important;
  }
  .my-rem-md-n51 {
    margin-block-end: -51rem !important;
    margin-block-start: -51rem !important;
  }
  .my-rem-md-n52 {
    margin-block-end: -52rem !important;
    margin-block-start: -52rem !important;
  }
  .my-rem-md-n53 {
    margin-block-end: -53rem !important;
    margin-block-start: -53rem !important;
  }
  .my-rem-md-n54 {
    margin-block-end: -54rem !important;
    margin-block-start: -54rem !important;
  }
  .my-rem-md-n55 {
    margin-block-end: -55rem !important;
    margin-block-start: -55rem !important;
  }
  .my-rem-md-n56 {
    margin-block-end: -56rem !important;
    margin-block-start: -56rem !important;
  }
  .my-rem-md-n57 {
    margin-block-end: -57rem !important;
    margin-block-start: -57rem !important;
  }
  .my-rem-md-n58 {
    margin-block-end: -58rem !important;
    margin-block-start: -58rem !important;
  }
  .my-rem-md-n59 {
    margin-block-end: -59rem !important;
    margin-block-start: -59rem !important;
  }
  .my-rem-md-n60 {
    margin-block-end: -60rem !important;
    margin-block-start: -60rem !important;
  }
  .my-rem-md-n61 {
    margin-block-end: -61rem !important;
    margin-block-start: -61rem !important;
  }
  .my-rem-md-n62 {
    margin-block-end: -62rem !important;
    margin-block-start: -62rem !important;
  }
  .my-rem-md-n63 {
    margin-block-end: -63rem !important;
    margin-block-start: -63rem !important;
  }
  .my-rem-md-n64 {
    margin-block-end: -64rem !important;
    margin-block-start: -64rem !important;
  }
  .my-rem-md-n65 {
    margin-block-end: -65rem !important;
    margin-block-start: -65rem !important;
  }
  .my-rem-md-n66 {
    margin-block-end: -66rem !important;
    margin-block-start: -66rem !important;
  }
  .my-rem-md-n67 {
    margin-block-end: -67rem !important;
    margin-block-start: -67rem !important;
  }
  .my-rem-md-n68 {
    margin-block-end: -68rem !important;
    margin-block-start: -68rem !important;
  }
  .my-rem-md-n69 {
    margin-block-end: -69rem !important;
    margin-block-start: -69rem !important;
  }
  .my-rem-md-n70 {
    margin-block-end: -70rem !important;
    margin-block-start: -70rem !important;
  }
  .my-rem-md-n71 {
    margin-block-end: -71rem !important;
    margin-block-start: -71rem !important;
  }
  .my-rem-md-n72 {
    margin-block-end: -72rem !important;
    margin-block-start: -72rem !important;
  }
  .my-rem-md-n73 {
    margin-block-end: -73rem !important;
    margin-block-start: -73rem !important;
  }
  .my-rem-md-n74 {
    margin-block-end: -74rem !important;
    margin-block-start: -74rem !important;
  }
  .my-rem-md-n75 {
    margin-block-end: -75rem !important;
    margin-block-start: -75rem !important;
  }
  .my-rem-md-n76 {
    margin-block-end: -76rem !important;
    margin-block-start: -76rem !important;
  }
  .my-rem-md-n77 {
    margin-block-end: -77rem !important;
    margin-block-start: -77rem !important;
  }
  .my-rem-md-n78 {
    margin-block-end: -78rem !important;
    margin-block-start: -78rem !important;
  }
  .my-rem-md-n79 {
    margin-block-end: -79rem !important;
    margin-block-start: -79rem !important;
  }
  .my-rem-md-n80 {
    margin-block-end: -80rem !important;
    margin-block-start: -80rem !important;
  }
  .my-rem-md-n95 {
    margin-block-end: -95rem !important;
    margin-block-start: -95rem !important;
  }
  .my-rem-md-n96 {
    margin-block-end: -96rem !important;
    margin-block-start: -96rem !important;
  }
  .my-rem-md-n97 {
    margin-block-end: -97rem !important;
    margin-block-start: -97rem !important;
  }
  .my-rem-md-n100 {
    margin-block-end: -100% !important;
    margin-block-start: -100% !important;
  }
  .mt-rem-md-nunset {
    margin-block-start: -unset !important;
  }
  .mt-rem-md-n1 {
    margin-block-start: -1rem !important;
  }
  .mt-rem-md-n2 {
    margin-block-start: -2rem !important;
  }
  .mt-rem-md-n3 {
    margin-block-start: -3rem !important;
  }
  .mt-rem-md-n4 {
    margin-block-start: -4rem !important;
  }
  .mt-rem-md-n5 {
    margin-block-start: -5rem !important;
  }
  .mt-rem-md-n7 {
    margin-block-start: -7rem !important;
  }
  .mt-rem-md-n8 {
    margin-block-start: -8rem !important;
  }
  .mt-rem-md-n9 {
    margin-block-start: -9rem !important;
  }
  .mt-rem-md-n10 {
    margin-block-start: -10rem !important;
  }
  .mt-rem-md-n11 {
    margin-block-start: -11rem !important;
  }
  .mt-rem-md-n12 {
    margin-block-start: -12rem !important;
  }
  .mt-rem-md-n13 {
    margin-block-start: -13rem !important;
  }
  .mt-rem-md-n14 {
    margin-block-start: -14rem !important;
  }
  .mt-rem-md-n15 {
    margin-block-start: -15rem !important;
  }
  .mt-rem-md-n16 {
    margin-block-start: -16rem !important;
  }
  .mt-rem-md-n17 {
    margin-block-start: -17rem !important;
  }
  .mt-rem-md-n18 {
    margin-block-start: -18rem !important;
  }
  .mt-rem-md-n19 {
    margin-block-start: -19rem !important;
  }
  .mt-rem-md-n20 {
    margin-block-start: -20rem !important;
  }
  .mt-rem-md-n23 {
    margin-block-start: -23rem !important;
  }
  .mt-rem-md-n25 {
    margin-block-start: -25rem !important;
  }
  .mt-rem-md-n30 {
    margin-block-start: -30rem !important;
  }
  .mt-rem-md-n31 {
    margin-block-start: -31rem !important;
  }
  .mt-rem-md-n32 {
    margin-block-start: -32rem !important;
  }
  .mt-rem-md-n33 {
    margin-block-start: -33rem !important;
  }
  .mt-rem-md-n34 {
    margin-block-start: -34rem !important;
  }
  .mt-rem-md-n35 {
    margin-block-start: -35rem !important;
  }
  .mt-rem-md-n36 {
    margin-block-start: -36rem !important;
  }
  .mt-rem-md-n37 {
    margin-block-start: -37rem !important;
  }
  .mt-rem-md-n38 {
    margin-block-start: -38rem !important;
  }
  .mt-rem-md-n39 {
    margin-block-start: -39rem !important;
  }
  .mt-rem-md-n40 {
    margin-block-start: -40rem !important;
  }
  .mt-rem-md-n41 {
    margin-block-start: -41rem !important;
  }
  .mt-rem-md-n42 {
    margin-block-start: -42rem !important;
  }
  .mt-rem-md-n43 {
    margin-block-start: -43rem !important;
  }
  .mt-rem-md-n44 {
    margin-block-start: -44rem !important;
  }
  .mt-rem-md-n45 {
    margin-block-start: -45rem !important;
  }
  .mt-rem-md-n46 {
    margin-block-start: -46rem !important;
  }
  .mt-rem-md-n47 {
    margin-block-start: -47rem !important;
  }
  .mt-rem-md-n48 {
    margin-block-start: -48rem !important;
  }
  .mt-rem-md-n49 {
    margin-block-start: -49rem !important;
  }
  .mt-rem-md-n50 {
    margin-block-start: -50rem !important;
  }
  .mt-rem-md-n51 {
    margin-block-start: -51rem !important;
  }
  .mt-rem-md-n52 {
    margin-block-start: -52rem !important;
  }
  .mt-rem-md-n53 {
    margin-block-start: -53rem !important;
  }
  .mt-rem-md-n54 {
    margin-block-start: -54rem !important;
  }
  .mt-rem-md-n55 {
    margin-block-start: -55rem !important;
  }
  .mt-rem-md-n56 {
    margin-block-start: -56rem !important;
  }
  .mt-rem-md-n57 {
    margin-block-start: -57rem !important;
  }
  .mt-rem-md-n58 {
    margin-block-start: -58rem !important;
  }
  .mt-rem-md-n59 {
    margin-block-start: -59rem !important;
  }
  .mt-rem-md-n60 {
    margin-block-start: -60rem !important;
  }
  .mt-rem-md-n61 {
    margin-block-start: -61rem !important;
  }
  .mt-rem-md-n62 {
    margin-block-start: -62rem !important;
  }
  .mt-rem-md-n63 {
    margin-block-start: -63rem !important;
  }
  .mt-rem-md-n64 {
    margin-block-start: -64rem !important;
  }
  .mt-rem-md-n65 {
    margin-block-start: -65rem !important;
  }
  .mt-rem-md-n66 {
    margin-block-start: -66rem !important;
  }
  .mt-rem-md-n67 {
    margin-block-start: -67rem !important;
  }
  .mt-rem-md-n68 {
    margin-block-start: -68rem !important;
  }
  .mt-rem-md-n69 {
    margin-block-start: -69rem !important;
  }
  .mt-rem-md-n70 {
    margin-block-start: -70rem !important;
  }
  .mt-rem-md-n71 {
    margin-block-start: -71rem !important;
  }
  .mt-rem-md-n72 {
    margin-block-start: -72rem !important;
  }
  .mt-rem-md-n73 {
    margin-block-start: -73rem !important;
  }
  .mt-rem-md-n74 {
    margin-block-start: -74rem !important;
  }
  .mt-rem-md-n75 {
    margin-block-start: -75rem !important;
  }
  .mt-rem-md-n76 {
    margin-block-start: -76rem !important;
  }
  .mt-rem-md-n77 {
    margin-block-start: -77rem !important;
  }
  .mt-rem-md-n78 {
    margin-block-start: -78rem !important;
  }
  .mt-rem-md-n79 {
    margin-block-start: -79rem !important;
  }
  .mt-rem-md-n80 {
    margin-block-start: -80rem !important;
  }
  .mt-rem-md-n95 {
    margin-block-start: -95rem !important;
  }
  .mt-rem-md-n96 {
    margin-block-start: -96rem !important;
  }
  .mt-rem-md-n97 {
    margin-block-start: -97rem !important;
  }
  .mt-rem-md-n100 {
    margin-block-start: -100% !important;
  }
  .me-rem-md-nunset {
    margin-inline-end: -unset !important;
  }
  .me-rem-md-n1 {
    margin-inline-end: -1rem !important;
  }
  .me-rem-md-n2 {
    margin-inline-end: -2rem !important;
  }
  .me-rem-md-n3 {
    margin-inline-end: -3rem !important;
  }
  .me-rem-md-n4 {
    margin-inline-end: -4rem !important;
  }
  .me-rem-md-n5 {
    margin-inline-end: -5rem !important;
  }
  .me-rem-md-n7 {
    margin-inline-end: -7rem !important;
  }
  .me-rem-md-n8 {
    margin-inline-end: -8rem !important;
  }
  .me-rem-md-n9 {
    margin-inline-end: -9rem !important;
  }
  .me-rem-md-n10 {
    margin-inline-end: -10rem !important;
  }
  .me-rem-md-n11 {
    margin-inline-end: -11rem !important;
  }
  .me-rem-md-n12 {
    margin-inline-end: -12rem !important;
  }
  .me-rem-md-n13 {
    margin-inline-end: -13rem !important;
  }
  .me-rem-md-n14 {
    margin-inline-end: -14rem !important;
  }
  .me-rem-md-n15 {
    margin-inline-end: -15rem !important;
  }
  .me-rem-md-n16 {
    margin-inline-end: -16rem !important;
  }
  .me-rem-md-n17 {
    margin-inline-end: -17rem !important;
  }
  .me-rem-md-n18 {
    margin-inline-end: -18rem !important;
  }
  .me-rem-md-n19 {
    margin-inline-end: -19rem !important;
  }
  .me-rem-md-n20 {
    margin-inline-end: -20rem !important;
  }
  .me-rem-md-n23 {
    margin-inline-end: -23rem !important;
  }
  .me-rem-md-n25 {
    margin-inline-end: -25rem !important;
  }
  .me-rem-md-n30 {
    margin-inline-end: -30rem !important;
  }
  .me-rem-md-n31 {
    margin-inline-end: -31rem !important;
  }
  .me-rem-md-n32 {
    margin-inline-end: -32rem !important;
  }
  .me-rem-md-n33 {
    margin-inline-end: -33rem !important;
  }
  .me-rem-md-n34 {
    margin-inline-end: -34rem !important;
  }
  .me-rem-md-n35 {
    margin-inline-end: -35rem !important;
  }
  .me-rem-md-n36 {
    margin-inline-end: -36rem !important;
  }
  .me-rem-md-n37 {
    margin-inline-end: -37rem !important;
  }
  .me-rem-md-n38 {
    margin-inline-end: -38rem !important;
  }
  .me-rem-md-n39 {
    margin-inline-end: -39rem !important;
  }
  .me-rem-md-n40 {
    margin-inline-end: -40rem !important;
  }
  .me-rem-md-n41 {
    margin-inline-end: -41rem !important;
  }
  .me-rem-md-n42 {
    margin-inline-end: -42rem !important;
  }
  .me-rem-md-n43 {
    margin-inline-end: -43rem !important;
  }
  .me-rem-md-n44 {
    margin-inline-end: -44rem !important;
  }
  .me-rem-md-n45 {
    margin-inline-end: -45rem !important;
  }
  .me-rem-md-n46 {
    margin-inline-end: -46rem !important;
  }
  .me-rem-md-n47 {
    margin-inline-end: -47rem !important;
  }
  .me-rem-md-n48 {
    margin-inline-end: -48rem !important;
  }
  .me-rem-md-n49 {
    margin-inline-end: -49rem !important;
  }
  .me-rem-md-n50 {
    margin-inline-end: -50rem !important;
  }
  .me-rem-md-n51 {
    margin-inline-end: -51rem !important;
  }
  .me-rem-md-n52 {
    margin-inline-end: -52rem !important;
  }
  .me-rem-md-n53 {
    margin-inline-end: -53rem !important;
  }
  .me-rem-md-n54 {
    margin-inline-end: -54rem !important;
  }
  .me-rem-md-n55 {
    margin-inline-end: -55rem !important;
  }
  .me-rem-md-n56 {
    margin-inline-end: -56rem !important;
  }
  .me-rem-md-n57 {
    margin-inline-end: -57rem !important;
  }
  .me-rem-md-n58 {
    margin-inline-end: -58rem !important;
  }
  .me-rem-md-n59 {
    margin-inline-end: -59rem !important;
  }
  .me-rem-md-n60 {
    margin-inline-end: -60rem !important;
  }
  .me-rem-md-n61 {
    margin-inline-end: -61rem !important;
  }
  .me-rem-md-n62 {
    margin-inline-end: -62rem !important;
  }
  .me-rem-md-n63 {
    margin-inline-end: -63rem !important;
  }
  .me-rem-md-n64 {
    margin-inline-end: -64rem !important;
  }
  .me-rem-md-n65 {
    margin-inline-end: -65rem !important;
  }
  .me-rem-md-n66 {
    margin-inline-end: -66rem !important;
  }
  .me-rem-md-n67 {
    margin-inline-end: -67rem !important;
  }
  .me-rem-md-n68 {
    margin-inline-end: -68rem !important;
  }
  .me-rem-md-n69 {
    margin-inline-end: -69rem !important;
  }
  .me-rem-md-n70 {
    margin-inline-end: -70rem !important;
  }
  .me-rem-md-n71 {
    margin-inline-end: -71rem !important;
  }
  .me-rem-md-n72 {
    margin-inline-end: -72rem !important;
  }
  .me-rem-md-n73 {
    margin-inline-end: -73rem !important;
  }
  .me-rem-md-n74 {
    margin-inline-end: -74rem !important;
  }
  .me-rem-md-n75 {
    margin-inline-end: -75rem !important;
  }
  .me-rem-md-n76 {
    margin-inline-end: -76rem !important;
  }
  .me-rem-md-n77 {
    margin-inline-end: -77rem !important;
  }
  .me-rem-md-n78 {
    margin-inline-end: -78rem !important;
  }
  .me-rem-md-n79 {
    margin-inline-end: -79rem !important;
  }
  .me-rem-md-n80 {
    margin-inline-end: -80rem !important;
  }
  .me-rem-md-n95 {
    margin-inline-end: -95rem !important;
  }
  .me-rem-md-n96 {
    margin-inline-end: -96rem !important;
  }
  .me-rem-md-n97 {
    margin-inline-end: -97rem !important;
  }
  .me-rem-md-n100 {
    margin-inline-end: -100% !important;
  }
  .mb-rem-md-nunset {
    margin-block-end: -unset !important;
  }
  .mb-rem-md-n1 {
    margin-block-end: -1rem !important;
  }
  .mb-rem-md-n2 {
    margin-block-end: -2rem !important;
  }
  .mb-rem-md-n3 {
    margin-block-end: -3rem !important;
  }
  .mb-rem-md-n4 {
    margin-block-end: -4rem !important;
  }
  .mb-rem-md-n5 {
    margin-block-end: -5rem !important;
  }
  .mb-rem-md-n7 {
    margin-block-end: -7rem !important;
  }
  .mb-rem-md-n8 {
    margin-block-end: -8rem !important;
  }
  .mb-rem-md-n9 {
    margin-block-end: -9rem !important;
  }
  .mb-rem-md-n10 {
    margin-block-end: -10rem !important;
  }
  .mb-rem-md-n11 {
    margin-block-end: -11rem !important;
  }
  .mb-rem-md-n12 {
    margin-block-end: -12rem !important;
  }
  .mb-rem-md-n13 {
    margin-block-end: -13rem !important;
  }
  .mb-rem-md-n14 {
    margin-block-end: -14rem !important;
  }
  .mb-rem-md-n15 {
    margin-block-end: -15rem !important;
  }
  .mb-rem-md-n16 {
    margin-block-end: -16rem !important;
  }
  .mb-rem-md-n17 {
    margin-block-end: -17rem !important;
  }
  .mb-rem-md-n18 {
    margin-block-end: -18rem !important;
  }
  .mb-rem-md-n19 {
    margin-block-end: -19rem !important;
  }
  .mb-rem-md-n20 {
    margin-block-end: -20rem !important;
  }
  .mb-rem-md-n23 {
    margin-block-end: -23rem !important;
  }
  .mb-rem-md-n25 {
    margin-block-end: -25rem !important;
  }
  .mb-rem-md-n30 {
    margin-block-end: -30rem !important;
  }
  .mb-rem-md-n31 {
    margin-block-end: -31rem !important;
  }
  .mb-rem-md-n32 {
    margin-block-end: -32rem !important;
  }
  .mb-rem-md-n33 {
    margin-block-end: -33rem !important;
  }
  .mb-rem-md-n34 {
    margin-block-end: -34rem !important;
  }
  .mb-rem-md-n35 {
    margin-block-end: -35rem !important;
  }
  .mb-rem-md-n36 {
    margin-block-end: -36rem !important;
  }
  .mb-rem-md-n37 {
    margin-block-end: -37rem !important;
  }
  .mb-rem-md-n38 {
    margin-block-end: -38rem !important;
  }
  .mb-rem-md-n39 {
    margin-block-end: -39rem !important;
  }
  .mb-rem-md-n40 {
    margin-block-end: -40rem !important;
  }
  .mb-rem-md-n41 {
    margin-block-end: -41rem !important;
  }
  .mb-rem-md-n42 {
    margin-block-end: -42rem !important;
  }
  .mb-rem-md-n43 {
    margin-block-end: -43rem !important;
  }
  .mb-rem-md-n44 {
    margin-block-end: -44rem !important;
  }
  .mb-rem-md-n45 {
    margin-block-end: -45rem !important;
  }
  .mb-rem-md-n46 {
    margin-block-end: -46rem !important;
  }
  .mb-rem-md-n47 {
    margin-block-end: -47rem !important;
  }
  .mb-rem-md-n48 {
    margin-block-end: -48rem !important;
  }
  .mb-rem-md-n49 {
    margin-block-end: -49rem !important;
  }
  .mb-rem-md-n50 {
    margin-block-end: -50rem !important;
  }
  .mb-rem-md-n51 {
    margin-block-end: -51rem !important;
  }
  .mb-rem-md-n52 {
    margin-block-end: -52rem !important;
  }
  .mb-rem-md-n53 {
    margin-block-end: -53rem !important;
  }
  .mb-rem-md-n54 {
    margin-block-end: -54rem !important;
  }
  .mb-rem-md-n55 {
    margin-block-end: -55rem !important;
  }
  .mb-rem-md-n56 {
    margin-block-end: -56rem !important;
  }
  .mb-rem-md-n57 {
    margin-block-end: -57rem !important;
  }
  .mb-rem-md-n58 {
    margin-block-end: -58rem !important;
  }
  .mb-rem-md-n59 {
    margin-block-end: -59rem !important;
  }
  .mb-rem-md-n60 {
    margin-block-end: -60rem !important;
  }
  .mb-rem-md-n61 {
    margin-block-end: -61rem !important;
  }
  .mb-rem-md-n62 {
    margin-block-end: -62rem !important;
  }
  .mb-rem-md-n63 {
    margin-block-end: -63rem !important;
  }
  .mb-rem-md-n64 {
    margin-block-end: -64rem !important;
  }
  .mb-rem-md-n65 {
    margin-block-end: -65rem !important;
  }
  .mb-rem-md-n66 {
    margin-block-end: -66rem !important;
  }
  .mb-rem-md-n67 {
    margin-block-end: -67rem !important;
  }
  .mb-rem-md-n68 {
    margin-block-end: -68rem !important;
  }
  .mb-rem-md-n69 {
    margin-block-end: -69rem !important;
  }
  .mb-rem-md-n70 {
    margin-block-end: -70rem !important;
  }
  .mb-rem-md-n71 {
    margin-block-end: -71rem !important;
  }
  .mb-rem-md-n72 {
    margin-block-end: -72rem !important;
  }
  .mb-rem-md-n73 {
    margin-block-end: -73rem !important;
  }
  .mb-rem-md-n74 {
    margin-block-end: -74rem !important;
  }
  .mb-rem-md-n75 {
    margin-block-end: -75rem !important;
  }
  .mb-rem-md-n76 {
    margin-block-end: -76rem !important;
  }
  .mb-rem-md-n77 {
    margin-block-end: -77rem !important;
  }
  .mb-rem-md-n78 {
    margin-block-end: -78rem !important;
  }
  .mb-rem-md-n79 {
    margin-block-end: -79rem !important;
  }
  .mb-rem-md-n80 {
    margin-block-end: -80rem !important;
  }
  .mb-rem-md-n95 {
    margin-block-end: -95rem !important;
  }
  .mb-rem-md-n96 {
    margin-block-end: -96rem !important;
  }
  .mb-rem-md-n97 {
    margin-block-end: -97rem !important;
  }
  .mb-rem-md-n100 {
    margin-block-end: -100% !important;
  }
  .ms-rem-md-nunset {
    margin-inline-start: -unset !important;
  }
  .ms-rem-md-n1 {
    margin-inline-start: -1rem !important;
  }
  .ms-rem-md-n2 {
    margin-inline-start: -2rem !important;
  }
  .ms-rem-md-n3 {
    margin-inline-start: -3rem !important;
  }
  .ms-rem-md-n4 {
    margin-inline-start: -4rem !important;
  }
  .ms-rem-md-n5 {
    margin-inline-start: -5rem !important;
  }
  .ms-rem-md-n7 {
    margin-inline-start: -7rem !important;
  }
  .ms-rem-md-n8 {
    margin-inline-start: -8rem !important;
  }
  .ms-rem-md-n9 {
    margin-inline-start: -9rem !important;
  }
  .ms-rem-md-n10 {
    margin-inline-start: -10rem !important;
  }
  .ms-rem-md-n11 {
    margin-inline-start: -11rem !important;
  }
  .ms-rem-md-n12 {
    margin-inline-start: -12rem !important;
  }
  .ms-rem-md-n13 {
    margin-inline-start: -13rem !important;
  }
  .ms-rem-md-n14 {
    margin-inline-start: -14rem !important;
  }
  .ms-rem-md-n15 {
    margin-inline-start: -15rem !important;
  }
  .ms-rem-md-n16 {
    margin-inline-start: -16rem !important;
  }
  .ms-rem-md-n17 {
    margin-inline-start: -17rem !important;
  }
  .ms-rem-md-n18 {
    margin-inline-start: -18rem !important;
  }
  .ms-rem-md-n19 {
    margin-inline-start: -19rem !important;
  }
  .ms-rem-md-n20 {
    margin-inline-start: -20rem !important;
  }
  .ms-rem-md-n23 {
    margin-inline-start: -23rem !important;
  }
  .ms-rem-md-n25 {
    margin-inline-start: -25rem !important;
  }
  .ms-rem-md-n30 {
    margin-inline-start: -30rem !important;
  }
  .ms-rem-md-n31 {
    margin-inline-start: -31rem !important;
  }
  .ms-rem-md-n32 {
    margin-inline-start: -32rem !important;
  }
  .ms-rem-md-n33 {
    margin-inline-start: -33rem !important;
  }
  .ms-rem-md-n34 {
    margin-inline-start: -34rem !important;
  }
  .ms-rem-md-n35 {
    margin-inline-start: -35rem !important;
  }
  .ms-rem-md-n36 {
    margin-inline-start: -36rem !important;
  }
  .ms-rem-md-n37 {
    margin-inline-start: -37rem !important;
  }
  .ms-rem-md-n38 {
    margin-inline-start: -38rem !important;
  }
  .ms-rem-md-n39 {
    margin-inline-start: -39rem !important;
  }
  .ms-rem-md-n40 {
    margin-inline-start: -40rem !important;
  }
  .ms-rem-md-n41 {
    margin-inline-start: -41rem !important;
  }
  .ms-rem-md-n42 {
    margin-inline-start: -42rem !important;
  }
  .ms-rem-md-n43 {
    margin-inline-start: -43rem !important;
  }
  .ms-rem-md-n44 {
    margin-inline-start: -44rem !important;
  }
  .ms-rem-md-n45 {
    margin-inline-start: -45rem !important;
  }
  .ms-rem-md-n46 {
    margin-inline-start: -46rem !important;
  }
  .ms-rem-md-n47 {
    margin-inline-start: -47rem !important;
  }
  .ms-rem-md-n48 {
    margin-inline-start: -48rem !important;
  }
  .ms-rem-md-n49 {
    margin-inline-start: -49rem !important;
  }
  .ms-rem-md-n50 {
    margin-inline-start: -50rem !important;
  }
  .ms-rem-md-n51 {
    margin-inline-start: -51rem !important;
  }
  .ms-rem-md-n52 {
    margin-inline-start: -52rem !important;
  }
  .ms-rem-md-n53 {
    margin-inline-start: -53rem !important;
  }
  .ms-rem-md-n54 {
    margin-inline-start: -54rem !important;
  }
  .ms-rem-md-n55 {
    margin-inline-start: -55rem !important;
  }
  .ms-rem-md-n56 {
    margin-inline-start: -56rem !important;
  }
  .ms-rem-md-n57 {
    margin-inline-start: -57rem !important;
  }
  .ms-rem-md-n58 {
    margin-inline-start: -58rem !important;
  }
  .ms-rem-md-n59 {
    margin-inline-start: -59rem !important;
  }
  .ms-rem-md-n60 {
    margin-inline-start: -60rem !important;
  }
  .ms-rem-md-n61 {
    margin-inline-start: -61rem !important;
  }
  .ms-rem-md-n62 {
    margin-inline-start: -62rem !important;
  }
  .ms-rem-md-n63 {
    margin-inline-start: -63rem !important;
  }
  .ms-rem-md-n64 {
    margin-inline-start: -64rem !important;
  }
  .ms-rem-md-n65 {
    margin-inline-start: -65rem !important;
  }
  .ms-rem-md-n66 {
    margin-inline-start: -66rem !important;
  }
  .ms-rem-md-n67 {
    margin-inline-start: -67rem !important;
  }
  .ms-rem-md-n68 {
    margin-inline-start: -68rem !important;
  }
  .ms-rem-md-n69 {
    margin-inline-start: -69rem !important;
  }
  .ms-rem-md-n70 {
    margin-inline-start: -70rem !important;
  }
  .ms-rem-md-n71 {
    margin-inline-start: -71rem !important;
  }
  .ms-rem-md-n72 {
    margin-inline-start: -72rem !important;
  }
  .ms-rem-md-n73 {
    margin-inline-start: -73rem !important;
  }
  .ms-rem-md-n74 {
    margin-inline-start: -74rem !important;
  }
  .ms-rem-md-n75 {
    margin-inline-start: -75rem !important;
  }
  .ms-rem-md-n76 {
    margin-inline-start: -76rem !important;
  }
  .ms-rem-md-n77 {
    margin-inline-start: -77rem !important;
  }
  .ms-rem-md-n78 {
    margin-inline-start: -78rem !important;
  }
  .ms-rem-md-n79 {
    margin-inline-start: -79rem !important;
  }
  .ms-rem-md-n80 {
    margin-inline-start: -80rem !important;
  }
  .ms-rem-md-n95 {
    margin-inline-start: -95rem !important;
  }
  .ms-rem-md-n96 {
    margin-inline-start: -96rem !important;
  }
  .ms-rem-md-n97 {
    margin-inline-start: -97rem !important;
  }
  .ms-rem-md-n100 {
    margin-inline-start: -100% !important;
  }
  .p-px-md-0 {
    padding: 0rem !important;
  }
  .p-px-md-1 {
    padding: 0.0625rem !important;
  }
  .p-px-md-2 {
    padding: 0.125rem !important;
  }
  .p-px-md-3 {
    padding: 0.1875rem !important;
  }
  .p-px-md-4 {
    padding: 0.25rem !important;
  }
  .p-px-md-5 {
    padding: 0.3125rem !important;
  }
  .p-px-md-6 {
    padding: 0.375rem !important;
  }
  .p-px-md-7 {
    padding: 0.4375rem !important;
  }
  .p-px-md-8 {
    padding: 0.5rem !important;
  }
  .p-px-md-9 {
    padding: 0.5625rem !important;
  }
  .p-px-md-10 {
    padding: 0.625rem !important;
  }
  .p-px-md-11 {
    padding: 0.6875rem !important;
  }
  .p-px-md-12 {
    padding: 0.75rem !important;
  }
  .p-px-md-13 {
    padding: 0.8125rem !important;
  }
  .p-px-md-14 {
    padding: 0.875rem !important;
  }
  .p-px-md-15 {
    padding: 0.9375rem !important;
  }
  .p-px-md-16 {
    padding: 1rem !important;
  }
  .p-px-md-17 {
    padding: 1.0625rem !important;
  }
  .p-px-md-18 {
    padding: 1.125rem !important;
  }
  .p-px-md-19 {
    padding: 1.1875rem !important;
  }
  .p-px-md-20 {
    padding: 1.25rem !important;
  }
  .p-px-md-21 {
    padding: 1.3125rem !important;
  }
  .p-px-md-22 {
    padding: 1.375rem !important;
  }
  .p-px-md-23 {
    padding: 1.4375rem !important;
  }
  .p-px-md-24 {
    padding: 1.5rem !important;
  }
  .p-px-md-25 {
    padding: 1.5625rem !important;
  }
  .p-px-md-26 {
    padding: 1.625rem !important;
  }
  .p-px-md-27 {
    padding: 1.6875rem !important;
  }
  .p-px-md-28 {
    padding: 1.75rem !important;
  }
  .p-px-md-29 {
    padding: 1.8125rem !important;
  }
  .p-px-md-30 {
    padding: 1.875rem !important;
  }
  .p-px-md-31 {
    padding: 1.9375rem !important;
  }
  .p-px-md-32 {
    padding: 2rem !important;
  }
  .p-px-md-33 {
    padding: 2.0625rem !important;
  }
  .p-px-md-34 {
    padding: 2.125rem !important;
  }
  .p-px-md-35 {
    padding: 2.1875rem !important;
  }
  .p-px-md-36 {
    padding: 2.25rem !important;
  }
  .p-px-md-37 {
    padding: 2.3125rem !important;
  }
  .p-px-md-38 {
    padding: 2.375rem !important;
  }
  .p-px-md-39 {
    padding: 2.4375rem !important;
  }
  .p-px-md-40 {
    padding: 2.5rem !important;
  }
  .p-px-md-41 {
    padding: 2.5625rem !important;
  }
  .p-px-md-42 {
    padding: 2.625rem !important;
  }
  .p-px-md-43 {
    padding: 2.6875rem !important;
  }
  .p-px-md-44 {
    padding: 2.75rem !important;
  }
  .p-px-md-45 {
    padding: 2.8125rem !important;
  }
  .p-px-md-46 {
    padding: 2.875rem !important;
  }
  .p-px-md-47 {
    padding: 2.9375rem !important;
  }
  .p-px-md-48 {
    padding: 3rem !important;
  }
  .p-px-md-49 {
    padding: 3.0625rem !important;
  }
  .p-px-md-50 {
    padding: 3.125rem !important;
  }
  .p-px-md-51 {
    padding: 3.1875rem !important;
  }
  .p-px-md-52 {
    padding: 3.25rem !important;
  }
  .p-px-md-53 {
    padding: 3.3125rem !important;
  }
  .p-px-md-54 {
    padding: 3.375rem !important;
  }
  .p-px-md-56 {
    padding: 3.5rem !important;
  }
  .p-px-md-57 {
    padding: 3.5625rem !important;
  }
  .p-px-md-58 {
    padding: 3.625rem !important;
  }
  .p-px-md-59 {
    padding: 3.6875rem !important;
  }
  .p-px-md-60 {
    padding: 3.75rem !important;
  }
  .p-px-md-61 {
    padding: 3.8125rem !important;
  }
  .p-px-md-62 {
    padding: 3.875rem !important;
  }
  .p-px-md-63 {
    padding: 3.9375rem !important;
  }
  .p-px-md-64 {
    padding: 4rem !important;
  }
  .p-px-md-68 {
    padding: 4.25rem !important;
  }
  .p-px-md-70 {
    padding: 4.375rem !important;
  }
  .p-px-md-80 {
    padding: 5rem !important;
  }
  .p-px-md-82 {
    padding: 5.125rem !important;
  }
  .p-px-md-83 {
    padding: 5.1875rem !important;
  }
  .p-px-md-84 {
    padding: 5.25rem !important;
  }
  .p-px-md-98 {
    padding: 6.125rem !important;
  }
  .p-px-md-104 {
    padding: 6.5rem !important;
  }
  .p-px-md-122 {
    padding: 7.625rem !important;
  }
  .p-px-md-123 {
    padding: 7.6875rem !important;
  }
  .p-px-md-147 {
    padding: 9.1875rem !important;
  }
  .p-px-md-148 {
    padding: 9.25rem !important;
  }
  .p-px-md-150 {
    padding: 9.375rem !important;
  }
  .p-px-md-180 {
    padding: 11.25rem !important;
  }
  .p-px-md-192 {
    padding: 12rem !important;
  }
  .p-px-md-200 {
    padding: 12.5rem !important;
  }
  .p-px-md-220 {
    padding: 13.75rem !important;
  }
  .p-px-md-270 {
    padding: 16.875rem !important;
  }
  .p-px-md-300 {
    padding: 18.75rem !important;
  }
  .p-px-md-350 {
    padding: 21.875rem !important;
  }
  .p-px-md-400 {
    padding: 25rem !important;
  }
  .p-px-md-500 {
    padding: 31.25rem !important;
  }
  .p-px-md-600 {
    padding: 37.5rem !important;
  }
  .px-px-md-0 {
    padding-inline-start: 0rem !important;
    padding-inline-end: 0rem !important;
  }
  .px-px-md-1 {
    padding-inline-start: 0.0625rem !important;
    padding-inline-end: 0.0625rem !important;
  }
  .px-px-md-2 {
    padding-inline-start: 0.125rem !important;
    padding-inline-end: 0.125rem !important;
  }
  .px-px-md-3 {
    padding-inline-start: 0.1875rem !important;
    padding-inline-end: 0.1875rem !important;
  }
  .px-px-md-4 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-px-md-5 {
    padding-inline-start: 0.3125rem !important;
    padding-inline-end: 0.3125rem !important;
  }
  .px-px-md-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-px-md-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-px-md-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-px-md-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-px-md-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-px-md-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-px-md-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-px-md-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-px-md-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-px-md-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-px-md-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-px-md-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-px-md-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-px-md-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-px-md-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-px-md-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-px-md-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-px-md-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-px-md-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-px-md-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-px-md-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-px-md-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-px-md-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-px-md-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-px-md-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-px-md-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-px-md-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-px-md-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-px-md-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-px-md-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-px-md-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-px-md-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-px-md-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-px-md-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-px-md-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-px-md-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-px-md-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-px-md-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-px-md-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-px-md-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-px-md-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-px-md-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-px-md-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-px-md-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-px-md-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-px-md-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-px-md-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-px-md-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-px-md-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-px-md-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-px-md-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-px-md-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-px-md-59 {
    padding-inline-start: 3.6875rem !important;
    padding-inline-end: 3.6875rem !important;
  }
  .px-px-md-60 {
    padding-inline-start: 3.75rem !important;
    padding-inline-end: 3.75rem !important;
  }
  .px-px-md-61 {
    padding-inline-start: 3.8125rem !important;
    padding-inline-end: 3.8125rem !important;
  }
  .px-px-md-62 {
    padding-inline-start: 3.875rem !important;
    padding-inline-end: 3.875rem !important;
  }
  .px-px-md-63 {
    padding-inline-start: 3.9375rem !important;
    padding-inline-end: 3.9375rem !important;
  }
  .px-px-md-64 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-px-md-68 {
    padding-inline-start: 4.25rem !important;
    padding-inline-end: 4.25rem !important;
  }
  .px-px-md-70 {
    padding-inline-start: 4.375rem !important;
    padding-inline-end: 4.375rem !important;
  }
  .px-px-md-80 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-px-md-82 {
    padding-inline-start: 5.125rem !important;
    padding-inline-end: 5.125rem !important;
  }
  .px-px-md-83 {
    padding-inline-start: 5.1875rem !important;
    padding-inline-end: 5.1875rem !important;
  }
  .px-px-md-84 {
    padding-inline-start: 5.25rem !important;
    padding-inline-end: 5.25rem !important;
  }
  .px-px-md-98 {
    padding-inline-start: 6.125rem !important;
    padding-inline-end: 6.125rem !important;
  }
  .px-px-md-104 {
    padding-inline-start: 6.5rem !important;
    padding-inline-end: 6.5rem !important;
  }
  .px-px-md-122 {
    padding-inline-start: 7.625rem !important;
    padding-inline-end: 7.625rem !important;
  }
  .px-px-md-123 {
    padding-inline-start: 7.6875rem !important;
    padding-inline-end: 7.6875rem !important;
  }
  .px-px-md-147 {
    padding-inline-start: 9.1875rem !important;
    padding-inline-end: 9.1875rem !important;
  }
  .px-px-md-148 {
    padding-inline-start: 9.25rem !important;
    padding-inline-end: 9.25rem !important;
  }
  .px-px-md-150 {
    padding-inline-start: 9.375rem !important;
    padding-inline-end: 9.375rem !important;
  }
  .px-px-md-180 {
    padding-inline-start: 11.25rem !important;
    padding-inline-end: 11.25rem !important;
  }
  .px-px-md-192 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-px-md-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-px-md-220 {
    padding-inline-start: 13.75rem !important;
    padding-inline-end: 13.75rem !important;
  }
  .px-px-md-270 {
    padding-inline-start: 16.875rem !important;
    padding-inline-end: 16.875rem !important;
  }
  .px-px-md-300 {
    padding-inline-start: 18.75rem !important;
    padding-inline-end: 18.75rem !important;
  }
  .px-px-md-350 {
    padding-inline-start: 21.875rem !important;
    padding-inline-end: 21.875rem !important;
  }
  .px-px-md-400 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-px-md-500 {
    padding-inline-start: 31.25rem !important;
    padding-inline-end: 31.25rem !important;
  }
  .px-px-md-600 {
    padding-inline-start: 37.5rem !important;
    padding-inline-end: 37.5rem !important;
  }
  .py-px-md-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-md-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-md-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-md-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-md-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-md-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-md-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-md-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-md-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-md-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-md-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-md-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-md-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-md-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-md-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-md-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-md-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-md-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-md-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-md-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-md-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-md-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-md-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-md-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-md-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-md-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-md-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-md-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-md-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-md-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-md-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-md-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-md-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-md-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-md-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-md-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-md-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-md-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-md-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-md-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-md-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-md-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-md-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-md-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-md-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-md-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-md-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-md-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-md-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-md-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-md-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-md-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-md-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-md-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-md-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-md-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-md-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-md-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-md-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-md-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-md-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-md-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-md-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-md-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-md-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-md-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-md-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-md-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-md-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-md-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-md-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-md-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-md-122 {
    padding-block-start: 7.625rem !important;
    padding-block-end: 7.625rem !important;
  }
  .py-px-md-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-md-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-md-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-md-150 {
    padding-block-start: 9.375rem !important;
    padding-block-end: 9.375rem !important;
  }
  .py-px-md-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-md-192 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-px-md-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-md-220 {
    padding-block-start: 13.75rem !important;
    padding-block-end: 13.75rem !important;
  }
  .py-px-md-270 {
    padding-block-start: 16.875rem !important;
    padding-block-end: 16.875rem !important;
  }
  .py-px-md-300 {
    padding-block-start: 18.75rem !important;
    padding-block-end: 18.75rem !important;
  }
  .py-px-md-350 {
    padding-block-start: 21.875rem !important;
    padding-block-end: 21.875rem !important;
  }
  .py-px-md-400 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-px-md-500 {
    padding-block-start: 31.25rem !important;
    padding-block-end: 31.25rem !important;
  }
  .py-px-md-600 {
    padding-block-start: 37.5rem !important;
    padding-block-end: 37.5rem !important;
  }
  .pt-px-md-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-md-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-md-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-md-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-md-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-md-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-md-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-md-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-md-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-md-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-md-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-md-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-md-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-md-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-md-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-md-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-md-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-md-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-md-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-md-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-md-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-md-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-md-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-md-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-md-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-md-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-md-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-md-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-md-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-md-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-md-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-md-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-md-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-md-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-md-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-md-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-md-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-md-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-md-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-md-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-md-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-md-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-md-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-md-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-md-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-md-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-md-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-md-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-md-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-md-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-md-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-md-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-md-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-md-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-md-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-md-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-md-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-md-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-md-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-md-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-md-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-md-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-md-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-md-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-md-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-md-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-md-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-md-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-md-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-md-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-md-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-md-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-md-122 {
    padding-block-start: 7.625rem !important;
  }
  .pt-px-md-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-md-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-md-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-md-150 {
    padding-block-start: 9.375rem !important;
  }
  .pt-px-md-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-md-192 {
    padding-block-start: 12rem !important;
  }
  .pt-px-md-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-md-220 {
    padding-block-start: 13.75rem !important;
  }
  .pt-px-md-270 {
    padding-block-start: 16.875rem !important;
  }
  .pt-px-md-300 {
    padding-block-start: 18.75rem !important;
  }
  .pt-px-md-350 {
    padding-block-start: 21.875rem !important;
  }
  .pt-px-md-400 {
    padding-block-start: 25rem !important;
  }
  .pt-px-md-500 {
    padding-block-start: 31.25rem !important;
  }
  .pt-px-md-600 {
    padding-block-start: 37.5rem !important;
  }
  .pe-px-md-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-md-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-md-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-md-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-md-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-md-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-md-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-md-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-md-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-md-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-md-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-md-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-md-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-md-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-md-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-md-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-md-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-md-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-md-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-md-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-md-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-md-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-md-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-md-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-md-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-md-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-md-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-md-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-md-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-md-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-md-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-md-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-md-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-md-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-md-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-md-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-md-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-md-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-md-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-md-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-md-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-md-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-md-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-md-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-md-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-md-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-md-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-md-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-md-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-md-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-md-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-md-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-md-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-md-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-md-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-md-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-md-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-md-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-md-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-md-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-md-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-md-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-md-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-md-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-md-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-md-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-md-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-md-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-md-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-md-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-md-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-md-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-md-122 {
    padding-inline-end: 7.625rem !important;
  }
  .pe-px-md-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-md-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-md-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-md-150 {
    padding-inline-end: 9.375rem !important;
  }
  .pe-px-md-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-md-192 {
    padding-inline-end: 12rem !important;
  }
  .pe-px-md-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-md-220 {
    padding-inline-end: 13.75rem !important;
  }
  .pe-px-md-270 {
    padding-inline-end: 16.875rem !important;
  }
  .pe-px-md-300 {
    padding-inline-end: 18.75rem !important;
  }
  .pe-px-md-350 {
    padding-inline-end: 21.875rem !important;
  }
  .pe-px-md-400 {
    padding-inline-end: 25rem !important;
  }
  .pe-px-md-500 {
    padding-inline-end: 31.25rem !important;
  }
  .pe-px-md-600 {
    padding-inline-end: 37.5rem !important;
  }
  .pb-px-md-0 {
    padding-block-end: 0rem !important;
  }
  .pb-px-md-1 {
    padding-block-end: 0.0625rem !important;
  }
  .pb-px-md-2 {
    padding-block-end: 0.125rem !important;
  }
  .pb-px-md-3 {
    padding-block-end: 0.1875rem !important;
  }
  .pb-px-md-4 {
    padding-block-end: 0.25rem !important;
  }
  .pb-px-md-5 {
    padding-block-end: 0.3125rem !important;
  }
  .pb-px-md-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-px-md-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-px-md-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-px-md-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-px-md-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-px-md-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-px-md-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-px-md-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-px-md-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-px-md-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-px-md-16 {
    padding-block-end: 1rem !important;
  }
  .pb-px-md-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-px-md-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-px-md-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-px-md-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-px-md-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-px-md-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-px-md-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-px-md-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-px-md-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-px-md-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-px-md-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-px-md-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-px-md-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-px-md-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-px-md-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-px-md-32 {
    padding-block-end: 2rem !important;
  }
  .pb-px-md-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-px-md-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-px-md-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-px-md-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-px-md-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-px-md-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-px-md-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-px-md-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-px-md-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-px-md-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-px-md-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-px-md-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-px-md-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-px-md-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-px-md-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-px-md-48 {
    padding-block-end: 3rem !important;
  }
  .pb-px-md-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-px-md-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-px-md-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-px-md-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-px-md-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-px-md-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-px-md-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-px-md-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-px-md-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-px-md-59 {
    padding-block-end: 3.6875rem !important;
  }
  .pb-px-md-60 {
    padding-block-end: 3.75rem !important;
  }
  .pb-px-md-61 {
    padding-block-end: 3.8125rem !important;
  }
  .pb-px-md-62 {
    padding-block-end: 3.875rem !important;
  }
  .pb-px-md-63 {
    padding-block-end: 3.9375rem !important;
  }
  .pb-px-md-64 {
    padding-block-end: 4rem !important;
  }
  .pb-px-md-68 {
    padding-block-end: 4.25rem !important;
  }
  .pb-px-md-70 {
    padding-block-end: 4.375rem !important;
  }
  .pb-px-md-80 {
    padding-block-end: 5rem !important;
  }
  .pb-px-md-82 {
    padding-block-end: 5.125rem !important;
  }
  .pb-px-md-83 {
    padding-block-end: 5.1875rem !important;
  }
  .pb-px-md-84 {
    padding-block-end: 5.25rem !important;
  }
  .pb-px-md-98 {
    padding-block-end: 6.125rem !important;
  }
  .pb-px-md-104 {
    padding-block-end: 6.5rem !important;
  }
  .pb-px-md-122 {
    padding-block-end: 7.625rem !important;
  }
  .pb-px-md-123 {
    padding-block-end: 7.6875rem !important;
  }
  .pb-px-md-147 {
    padding-block-end: 9.1875rem !important;
  }
  .pb-px-md-148 {
    padding-block-end: 9.25rem !important;
  }
  .pb-px-md-150 {
    padding-block-end: 9.375rem !important;
  }
  .pb-px-md-180 {
    padding-block-end: 11.25rem !important;
  }
  .pb-px-md-192 {
    padding-block-end: 12rem !important;
  }
  .pb-px-md-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-px-md-220 {
    padding-block-end: 13.75rem !important;
  }
  .pb-px-md-270 {
    padding-block-end: 16.875rem !important;
  }
  .pb-px-md-300 {
    padding-block-end: 18.75rem !important;
  }
  .pb-px-md-350 {
    padding-block-end: 21.875rem !important;
  }
  .pb-px-md-400 {
    padding-block-end: 25rem !important;
  }
  .pb-px-md-500 {
    padding-block-end: 31.25rem !important;
  }
  .pb-px-md-600 {
    padding-block-end: 37.5rem !important;
  }
  .ps-px-md-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-md-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-md-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-md-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-md-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-md-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-md-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-md-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-md-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-md-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-md-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-md-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-md-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-md-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-md-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-md-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-md-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-md-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-md-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-md-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-md-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-md-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-md-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-md-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-md-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-md-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-md-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-md-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-md-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-md-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-md-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-md-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-md-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-md-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-md-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-md-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-md-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-md-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-md-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-md-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-md-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-md-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-md-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-md-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-md-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-md-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-md-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-md-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-md-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-md-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-md-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-md-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-md-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-md-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-md-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-md-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-md-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-md-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-md-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-md-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-md-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-md-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-md-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-md-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-md-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-md-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-md-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-md-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-md-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-md-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-md-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-md-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-md-122 {
    padding-inline-start: 7.625rem !important;
  }
  .ps-px-md-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-md-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-md-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-md-150 {
    padding-inline-start: 9.375rem !important;
  }
  .ps-px-md-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-md-192 {
    padding-inline-start: 12rem !important;
  }
  .ps-px-md-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-md-220 {
    padding-inline-start: 13.75rem !important;
  }
  .ps-px-md-270 {
    padding-inline-start: 16.875rem !important;
  }
  .ps-px-md-300 {
    padding-inline-start: 18.75rem !important;
  }
  .ps-px-md-350 {
    padding-inline-start: 21.875rem !important;
  }
  .ps-px-md-400 {
    padding-inline-start: 25rem !important;
  }
  .ps-px-md-500 {
    padding-inline-start: 31.25rem !important;
  }
  .ps-px-md-600 {
    padding-inline-start: 37.5rem !important;
  }
  .p-rem-md-unset {
    padding: unset !important;
  }
  .p-rem-md-1 {
    padding: 1rem !important;
  }
  .p-rem-md-2 {
    padding: 2rem !important;
  }
  .p-rem-md-3 {
    padding: 3rem !important;
  }
  .p-rem-md-4 {
    padding: 4rem !important;
  }
  .p-rem-md-5 {
    padding: 5rem !important;
  }
  .p-rem-md-7 {
    padding: 7rem !important;
  }
  .p-rem-md-8 {
    padding: 8rem !important;
  }
  .p-rem-md-9 {
    padding: 9rem !important;
  }
  .p-rem-md-10 {
    padding: 10rem !important;
  }
  .p-rem-md-11 {
    padding: 11rem !important;
  }
  .p-rem-md-12 {
    padding: 12rem !important;
  }
  .p-rem-md-13 {
    padding: 13rem !important;
  }
  .p-rem-md-14 {
    padding: 14rem !important;
  }
  .p-rem-md-15 {
    padding: 15rem !important;
  }
  .p-rem-md-16 {
    padding: 16rem !important;
  }
  .p-rem-md-17 {
    padding: 17rem !important;
  }
  .p-rem-md-18 {
    padding: 18rem !important;
  }
  .p-rem-md-19 {
    padding: 19rem !important;
  }
  .p-rem-md-20 {
    padding: 20rem !important;
  }
  .p-rem-md-23 {
    padding: 23rem !important;
  }
  .p-rem-md-25 {
    padding: 25rem !important;
  }
  .p-rem-md-30 {
    padding: 30rem !important;
  }
  .p-rem-md-31 {
    padding: 31rem !important;
  }
  .p-rem-md-32 {
    padding: 32rem !important;
  }
  .p-rem-md-33 {
    padding: 33rem !important;
  }
  .p-rem-md-34 {
    padding: 34rem !important;
  }
  .p-rem-md-35 {
    padding: 35rem !important;
  }
  .p-rem-md-36 {
    padding: 36rem !important;
  }
  .p-rem-md-37 {
    padding: 37rem !important;
  }
  .p-rem-md-38 {
    padding: 38rem !important;
  }
  .p-rem-md-39 {
    padding: 39rem !important;
  }
  .p-rem-md-40 {
    padding: 40rem !important;
  }
  .p-rem-md-41 {
    padding: 41rem !important;
  }
  .p-rem-md-42 {
    padding: 42rem !important;
  }
  .p-rem-md-43 {
    padding: 43rem !important;
  }
  .p-rem-md-44 {
    padding: 44rem !important;
  }
  .p-rem-md-45 {
    padding: 45rem !important;
  }
  .p-rem-md-46 {
    padding: 46rem !important;
  }
  .p-rem-md-47 {
    padding: 47rem !important;
  }
  .p-rem-md-48 {
    padding: 48rem !important;
  }
  .p-rem-md-49 {
    padding: 49rem !important;
  }
  .p-rem-md-50 {
    padding: 50rem !important;
  }
  .p-rem-md-51 {
    padding: 51rem !important;
  }
  .p-rem-md-52 {
    padding: 52rem !important;
  }
  .p-rem-md-53 {
    padding: 53rem !important;
  }
  .p-rem-md-54 {
    padding: 54rem !important;
  }
  .p-rem-md-55 {
    padding: 55rem !important;
  }
  .p-rem-md-56 {
    padding: 56rem !important;
  }
  .p-rem-md-57 {
    padding: 57rem !important;
  }
  .p-rem-md-58 {
    padding: 58rem !important;
  }
  .p-rem-md-59 {
    padding: 59rem !important;
  }
  .p-rem-md-60 {
    padding: 60rem !important;
  }
  .p-rem-md-61 {
    padding: 61rem !important;
  }
  .p-rem-md-62 {
    padding: 62rem !important;
  }
  .p-rem-md-63 {
    padding: 63rem !important;
  }
  .p-rem-md-64 {
    padding: 64rem !important;
  }
  .p-rem-md-65 {
    padding: 65rem !important;
  }
  .p-rem-md-66 {
    padding: 66rem !important;
  }
  .p-rem-md-67 {
    padding: 67rem !important;
  }
  .p-rem-md-68 {
    padding: 68rem !important;
  }
  .p-rem-md-69 {
    padding: 69rem !important;
  }
  .p-rem-md-70 {
    padding: 70rem !important;
  }
  .p-rem-md-71 {
    padding: 71rem !important;
  }
  .p-rem-md-72 {
    padding: 72rem !important;
  }
  .p-rem-md-73 {
    padding: 73rem !important;
  }
  .p-rem-md-74 {
    padding: 74rem !important;
  }
  .p-rem-md-75 {
    padding: 75rem !important;
  }
  .p-rem-md-76 {
    padding: 76rem !important;
  }
  .p-rem-md-77 {
    padding: 77rem !important;
  }
  .p-rem-md-78 {
    padding: 78rem !important;
  }
  .p-rem-md-79 {
    padding: 79rem !important;
  }
  .p-rem-md-80 {
    padding: 80rem !important;
  }
  .p-rem-md-95 {
    padding: 95rem !important;
  }
  .p-rem-md-96 {
    padding: 96rem !important;
  }
  .p-rem-md-97 {
    padding: 97rem !important;
  }
  .p-rem-md-100 {
    padding: 100% !important;
  }
  .px-rem-md-unset {
    padding-inline-start: unset !important;
    padding-inline-end: unset !important;
  }
  .px-rem-md-1 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-rem-md-2 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-rem-md-3 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-rem-md-4 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-rem-md-5 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-rem-md-7 {
    padding-inline-start: 7rem !important;
    padding-inline-end: 7rem !important;
  }
  .px-rem-md-8 {
    padding-inline-start: 8rem !important;
    padding-inline-end: 8rem !important;
  }
  .px-rem-md-9 {
    padding-inline-start: 9rem !important;
    padding-inline-end: 9rem !important;
  }
  .px-rem-md-10 {
    padding-inline-start: 10rem !important;
    padding-inline-end: 10rem !important;
  }
  .px-rem-md-11 {
    padding-inline-start: 11rem !important;
    padding-inline-end: 11rem !important;
  }
  .px-rem-md-12 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-rem-md-13 {
    padding-inline-start: 13rem !important;
    padding-inline-end: 13rem !important;
  }
  .px-rem-md-14 {
    padding-inline-start: 14rem !important;
    padding-inline-end: 14rem !important;
  }
  .px-rem-md-15 {
    padding-inline-start: 15rem !important;
    padding-inline-end: 15rem !important;
  }
  .px-rem-md-16 {
    padding-inline-start: 16rem !important;
    padding-inline-end: 16rem !important;
  }
  .px-rem-md-17 {
    padding-inline-start: 17rem !important;
    padding-inline-end: 17rem !important;
  }
  .px-rem-md-18 {
    padding-inline-start: 18rem !important;
    padding-inline-end: 18rem !important;
  }
  .px-rem-md-19 {
    padding-inline-start: 19rem !important;
    padding-inline-end: 19rem !important;
  }
  .px-rem-md-20 {
    padding-inline-start: 20rem !important;
    padding-inline-end: 20rem !important;
  }
  .px-rem-md-23 {
    padding-inline-start: 23rem !important;
    padding-inline-end: 23rem !important;
  }
  .px-rem-md-25 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-rem-md-30 {
    padding-inline-start: 30rem !important;
    padding-inline-end: 30rem !important;
  }
  .px-rem-md-31 {
    padding-inline-start: 31rem !important;
    padding-inline-end: 31rem !important;
  }
  .px-rem-md-32 {
    padding-inline-start: 32rem !important;
    padding-inline-end: 32rem !important;
  }
  .px-rem-md-33 {
    padding-inline-start: 33rem !important;
    padding-inline-end: 33rem !important;
  }
  .px-rem-md-34 {
    padding-inline-start: 34rem !important;
    padding-inline-end: 34rem !important;
  }
  .px-rem-md-35 {
    padding-inline-start: 35rem !important;
    padding-inline-end: 35rem !important;
  }
  .px-rem-md-36 {
    padding-inline-start: 36rem !important;
    padding-inline-end: 36rem !important;
  }
  .px-rem-md-37 {
    padding-inline-start: 37rem !important;
    padding-inline-end: 37rem !important;
  }
  .px-rem-md-38 {
    padding-inline-start: 38rem !important;
    padding-inline-end: 38rem !important;
  }
  .px-rem-md-39 {
    padding-inline-start: 39rem !important;
    padding-inline-end: 39rem !important;
  }
  .px-rem-md-40 {
    padding-inline-start: 40rem !important;
    padding-inline-end: 40rem !important;
  }
  .px-rem-md-41 {
    padding-inline-start: 41rem !important;
    padding-inline-end: 41rem !important;
  }
  .px-rem-md-42 {
    padding-inline-start: 42rem !important;
    padding-inline-end: 42rem !important;
  }
  .px-rem-md-43 {
    padding-inline-start: 43rem !important;
    padding-inline-end: 43rem !important;
  }
  .px-rem-md-44 {
    padding-inline-start: 44rem !important;
    padding-inline-end: 44rem !important;
  }
  .px-rem-md-45 {
    padding-inline-start: 45rem !important;
    padding-inline-end: 45rem !important;
  }
  .px-rem-md-46 {
    padding-inline-start: 46rem !important;
    padding-inline-end: 46rem !important;
  }
  .px-rem-md-47 {
    padding-inline-start: 47rem !important;
    padding-inline-end: 47rem !important;
  }
  .px-rem-md-48 {
    padding-inline-start: 48rem !important;
    padding-inline-end: 48rem !important;
  }
  .px-rem-md-49 {
    padding-inline-start: 49rem !important;
    padding-inline-end: 49rem !important;
  }
  .px-rem-md-50 {
    padding-inline-start: 50rem !important;
    padding-inline-end: 50rem !important;
  }
  .px-rem-md-51 {
    padding-inline-start: 51rem !important;
    padding-inline-end: 51rem !important;
  }
  .px-rem-md-52 {
    padding-inline-start: 52rem !important;
    padding-inline-end: 52rem !important;
  }
  .px-rem-md-53 {
    padding-inline-start: 53rem !important;
    padding-inline-end: 53rem !important;
  }
  .px-rem-md-54 {
    padding-inline-start: 54rem !important;
    padding-inline-end: 54rem !important;
  }
  .px-rem-md-55 {
    padding-inline-start: 55rem !important;
    padding-inline-end: 55rem !important;
  }
  .px-rem-md-56 {
    padding-inline-start: 56rem !important;
    padding-inline-end: 56rem !important;
  }
  .px-rem-md-57 {
    padding-inline-start: 57rem !important;
    padding-inline-end: 57rem !important;
  }
  .px-rem-md-58 {
    padding-inline-start: 58rem !important;
    padding-inline-end: 58rem !important;
  }
  .px-rem-md-59 {
    padding-inline-start: 59rem !important;
    padding-inline-end: 59rem !important;
  }
  .px-rem-md-60 {
    padding-inline-start: 60rem !important;
    padding-inline-end: 60rem !important;
  }
  .px-rem-md-61 {
    padding-inline-start: 61rem !important;
    padding-inline-end: 61rem !important;
  }
  .px-rem-md-62 {
    padding-inline-start: 62rem !important;
    padding-inline-end: 62rem !important;
  }
  .px-rem-md-63 {
    padding-inline-start: 63rem !important;
    padding-inline-end: 63rem !important;
  }
  .px-rem-md-64 {
    padding-inline-start: 64rem !important;
    padding-inline-end: 64rem !important;
  }
  .px-rem-md-65 {
    padding-inline-start: 65rem !important;
    padding-inline-end: 65rem !important;
  }
  .px-rem-md-66 {
    padding-inline-start: 66rem !important;
    padding-inline-end: 66rem !important;
  }
  .px-rem-md-67 {
    padding-inline-start: 67rem !important;
    padding-inline-end: 67rem !important;
  }
  .px-rem-md-68 {
    padding-inline-start: 68rem !important;
    padding-inline-end: 68rem !important;
  }
  .px-rem-md-69 {
    padding-inline-start: 69rem !important;
    padding-inline-end: 69rem !important;
  }
  .px-rem-md-70 {
    padding-inline-start: 70rem !important;
    padding-inline-end: 70rem !important;
  }
  .px-rem-md-71 {
    padding-inline-start: 71rem !important;
    padding-inline-end: 71rem !important;
  }
  .px-rem-md-72 {
    padding-inline-start: 72rem !important;
    padding-inline-end: 72rem !important;
  }
  .px-rem-md-73 {
    padding-inline-start: 73rem !important;
    padding-inline-end: 73rem !important;
  }
  .px-rem-md-74 {
    padding-inline-start: 74rem !important;
    padding-inline-end: 74rem !important;
  }
  .px-rem-md-75 {
    padding-inline-start: 75rem !important;
    padding-inline-end: 75rem !important;
  }
  .px-rem-md-76 {
    padding-inline-start: 76rem !important;
    padding-inline-end: 76rem !important;
  }
  .px-rem-md-77 {
    padding-inline-start: 77rem !important;
    padding-inline-end: 77rem !important;
  }
  .px-rem-md-78 {
    padding-inline-start: 78rem !important;
    padding-inline-end: 78rem !important;
  }
  .px-rem-md-79 {
    padding-inline-start: 79rem !important;
    padding-inline-end: 79rem !important;
  }
  .px-rem-md-80 {
    padding-inline-start: 80rem !important;
    padding-inline-end: 80rem !important;
  }
  .px-rem-md-95 {
    padding-inline-start: 95rem !important;
    padding-inline-end: 95rem !important;
  }
  .px-rem-md-96 {
    padding-inline-start: 96rem !important;
    padding-inline-end: 96rem !important;
  }
  .px-rem-md-97 {
    padding-inline-start: 97rem !important;
    padding-inline-end: 97rem !important;
  }
  .px-rem-md-100 {
    padding-inline-start: 100% !important;
    padding-inline-end: 100% !important;
  }
  .py-rem-md-unset {
    padding-block-start: unset !important;
    padding-block-end: unset !important;
  }
  .py-rem-md-1 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-rem-md-2 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-rem-md-3 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-rem-md-4 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-rem-md-5 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-rem-md-7 {
    padding-block-start: 7rem !important;
    padding-block-end: 7rem !important;
  }
  .py-rem-md-8 {
    padding-block-start: 8rem !important;
    padding-block-end: 8rem !important;
  }
  .py-rem-md-9 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-rem-md-10 {
    padding-block-start: 10rem !important;
    padding-block-end: 10rem !important;
  }
  .py-rem-md-11 {
    padding-block-start: 11rem !important;
    padding-block-end: 11rem !important;
  }
  .py-rem-md-12 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-rem-md-13 {
    padding-block-start: 13rem !important;
    padding-block-end: 13rem !important;
  }
  .py-rem-md-14 {
    padding-block-start: 14rem !important;
    padding-block-end: 14rem !important;
  }
  .py-rem-md-15 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-rem-md-16 {
    padding-block-start: 16rem !important;
    padding-block-end: 16rem !important;
  }
  .py-rem-md-17 {
    padding-block-start: 17rem !important;
    padding-block-end: 17rem !important;
  }
  .py-rem-md-18 {
    padding-block-start: 18rem !important;
    padding-block-end: 18rem !important;
  }
  .py-rem-md-19 {
    padding-block-start: 19rem !important;
    padding-block-end: 19rem !important;
  }
  .py-rem-md-20 {
    padding-block-start: 20rem !important;
    padding-block-end: 20rem !important;
  }
  .py-rem-md-23 {
    padding-block-start: 23rem !important;
    padding-block-end: 23rem !important;
  }
  .py-rem-md-25 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-rem-md-30 {
    padding-block-start: 30rem !important;
    padding-block-end: 30rem !important;
  }
  .py-rem-md-31 {
    padding-block-start: 31rem !important;
    padding-block-end: 31rem !important;
  }
  .py-rem-md-32 {
    padding-block-start: 32rem !important;
    padding-block-end: 32rem !important;
  }
  .py-rem-md-33 {
    padding-block-start: 33rem !important;
    padding-block-end: 33rem !important;
  }
  .py-rem-md-34 {
    padding-block-start: 34rem !important;
    padding-block-end: 34rem !important;
  }
  .py-rem-md-35 {
    padding-block-start: 35rem !important;
    padding-block-end: 35rem !important;
  }
  .py-rem-md-36 {
    padding-block-start: 36rem !important;
    padding-block-end: 36rem !important;
  }
  .py-rem-md-37 {
    padding-block-start: 37rem !important;
    padding-block-end: 37rem !important;
  }
  .py-rem-md-38 {
    padding-block-start: 38rem !important;
    padding-block-end: 38rem !important;
  }
  .py-rem-md-39 {
    padding-block-start: 39rem !important;
    padding-block-end: 39rem !important;
  }
  .py-rem-md-40 {
    padding-block-start: 40rem !important;
    padding-block-end: 40rem !important;
  }
  .py-rem-md-41 {
    padding-block-start: 41rem !important;
    padding-block-end: 41rem !important;
  }
  .py-rem-md-42 {
    padding-block-start: 42rem !important;
    padding-block-end: 42rem !important;
  }
  .py-rem-md-43 {
    padding-block-start: 43rem !important;
    padding-block-end: 43rem !important;
  }
  .py-rem-md-44 {
    padding-block-start: 44rem !important;
    padding-block-end: 44rem !important;
  }
  .py-rem-md-45 {
    padding-block-start: 45rem !important;
    padding-block-end: 45rem !important;
  }
  .py-rem-md-46 {
    padding-block-start: 46rem !important;
    padding-block-end: 46rem !important;
  }
  .py-rem-md-47 {
    padding-block-start: 47rem !important;
    padding-block-end: 47rem !important;
  }
  .py-rem-md-48 {
    padding-block-start: 48rem !important;
    padding-block-end: 48rem !important;
  }
  .py-rem-md-49 {
    padding-block-start: 49rem !important;
    padding-block-end: 49rem !important;
  }
  .py-rem-md-50 {
    padding-block-start: 50rem !important;
    padding-block-end: 50rem !important;
  }
  .py-rem-md-51 {
    padding-block-start: 51rem !important;
    padding-block-end: 51rem !important;
  }
  .py-rem-md-52 {
    padding-block-start: 52rem !important;
    padding-block-end: 52rem !important;
  }
  .py-rem-md-53 {
    padding-block-start: 53rem !important;
    padding-block-end: 53rem !important;
  }
  .py-rem-md-54 {
    padding-block-start: 54rem !important;
    padding-block-end: 54rem !important;
  }
  .py-rem-md-55 {
    padding-block-start: 55rem !important;
    padding-block-end: 55rem !important;
  }
  .py-rem-md-56 {
    padding-block-start: 56rem !important;
    padding-block-end: 56rem !important;
  }
  .py-rem-md-57 {
    padding-block-start: 57rem !important;
    padding-block-end: 57rem !important;
  }
  .py-rem-md-58 {
    padding-block-start: 58rem !important;
    padding-block-end: 58rem !important;
  }
  .py-rem-md-59 {
    padding-block-start: 59rem !important;
    padding-block-end: 59rem !important;
  }
  .py-rem-md-60 {
    padding-block-start: 60rem !important;
    padding-block-end: 60rem !important;
  }
  .py-rem-md-61 {
    padding-block-start: 61rem !important;
    padding-block-end: 61rem !important;
  }
  .py-rem-md-62 {
    padding-block-start: 62rem !important;
    padding-block-end: 62rem !important;
  }
  .py-rem-md-63 {
    padding-block-start: 63rem !important;
    padding-block-end: 63rem !important;
  }
  .py-rem-md-64 {
    padding-block-start: 64rem !important;
    padding-block-end: 64rem !important;
  }
  .py-rem-md-65 {
    padding-block-start: 65rem !important;
    padding-block-end: 65rem !important;
  }
  .py-rem-md-66 {
    padding-block-start: 66rem !important;
    padding-block-end: 66rem !important;
  }
  .py-rem-md-67 {
    padding-block-start: 67rem !important;
    padding-block-end: 67rem !important;
  }
  .py-rem-md-68 {
    padding-block-start: 68rem !important;
    padding-block-end: 68rem !important;
  }
  .py-rem-md-69 {
    padding-block-start: 69rem !important;
    padding-block-end: 69rem !important;
  }
  .py-rem-md-70 {
    padding-block-start: 70rem !important;
    padding-block-end: 70rem !important;
  }
  .py-rem-md-71 {
    padding-block-start: 71rem !important;
    padding-block-end: 71rem !important;
  }
  .py-rem-md-72 {
    padding-block-start: 72rem !important;
    padding-block-end: 72rem !important;
  }
  .py-rem-md-73 {
    padding-block-start: 73rem !important;
    padding-block-end: 73rem !important;
  }
  .py-rem-md-74 {
    padding-block-start: 74rem !important;
    padding-block-end: 74rem !important;
  }
  .py-rem-md-75 {
    padding-block-start: 75rem !important;
    padding-block-end: 75rem !important;
  }
  .py-rem-md-76 {
    padding-block-start: 76rem !important;
    padding-block-end: 76rem !important;
  }
  .py-rem-md-77 {
    padding-block-start: 77rem !important;
    padding-block-end: 77rem !important;
  }
  .py-rem-md-78 {
    padding-block-start: 78rem !important;
    padding-block-end: 78rem !important;
  }
  .py-rem-md-79 {
    padding-block-start: 79rem !important;
    padding-block-end: 79rem !important;
  }
  .py-rem-md-80 {
    padding-block-start: 80rem !important;
    padding-block-end: 80rem !important;
  }
  .py-rem-md-95 {
    padding-block-start: 95rem !important;
    padding-block-end: 95rem !important;
  }
  .py-rem-md-96 {
    padding-block-start: 96rem !important;
    padding-block-end: 96rem !important;
  }
  .py-rem-md-97 {
    padding-block-start: 97rem !important;
    padding-block-end: 97rem !important;
  }
  .py-rem-md-100 {
    padding-block-start: 100% !important;
    padding-block-end: 100% !important;
  }
  .pt-rem-md-unset {
    padding-block-start: unset !important;
  }
  .pt-rem-md-1 {
    padding-block-start: 1rem !important;
  }
  .pt-rem-md-2 {
    padding-block-start: 2rem !important;
  }
  .pt-rem-md-3 {
    padding-block-start: 3rem !important;
  }
  .pt-rem-md-4 {
    padding-block-start: 4rem !important;
  }
  .pt-rem-md-5 {
    padding-block-start: 5rem !important;
  }
  .pt-rem-md-7 {
    padding-block-start: 7rem !important;
  }
  .pt-rem-md-8 {
    padding-block-start: 8rem !important;
  }
  .pt-rem-md-9 {
    padding-block-start: 9rem !important;
  }
  .pt-rem-md-10 {
    padding-block-start: 10rem !important;
  }
  .pt-rem-md-11 {
    padding-block-start: 11rem !important;
  }
  .pt-rem-md-12 {
    padding-block-start: 12rem !important;
  }
  .pt-rem-md-13 {
    padding-block-start: 13rem !important;
  }
  .pt-rem-md-14 {
    padding-block-start: 14rem !important;
  }
  .pt-rem-md-15 {
    padding-block-start: 15rem !important;
  }
  .pt-rem-md-16 {
    padding-block-start: 16rem !important;
  }
  .pt-rem-md-17 {
    padding-block-start: 17rem !important;
  }
  .pt-rem-md-18 {
    padding-block-start: 18rem !important;
  }
  .pt-rem-md-19 {
    padding-block-start: 19rem !important;
  }
  .pt-rem-md-20 {
    padding-block-start: 20rem !important;
  }
  .pt-rem-md-23 {
    padding-block-start: 23rem !important;
  }
  .pt-rem-md-25 {
    padding-block-start: 25rem !important;
  }
  .pt-rem-md-30 {
    padding-block-start: 30rem !important;
  }
  .pt-rem-md-31 {
    padding-block-start: 31rem !important;
  }
  .pt-rem-md-32 {
    padding-block-start: 32rem !important;
  }
  .pt-rem-md-33 {
    padding-block-start: 33rem !important;
  }
  .pt-rem-md-34 {
    padding-block-start: 34rem !important;
  }
  .pt-rem-md-35 {
    padding-block-start: 35rem !important;
  }
  .pt-rem-md-36 {
    padding-block-start: 36rem !important;
  }
  .pt-rem-md-37 {
    padding-block-start: 37rem !important;
  }
  .pt-rem-md-38 {
    padding-block-start: 38rem !important;
  }
  .pt-rem-md-39 {
    padding-block-start: 39rem !important;
  }
  .pt-rem-md-40 {
    padding-block-start: 40rem !important;
  }
  .pt-rem-md-41 {
    padding-block-start: 41rem !important;
  }
  .pt-rem-md-42 {
    padding-block-start: 42rem !important;
  }
  .pt-rem-md-43 {
    padding-block-start: 43rem !important;
  }
  .pt-rem-md-44 {
    padding-block-start: 44rem !important;
  }
  .pt-rem-md-45 {
    padding-block-start: 45rem !important;
  }
  .pt-rem-md-46 {
    padding-block-start: 46rem !important;
  }
  .pt-rem-md-47 {
    padding-block-start: 47rem !important;
  }
  .pt-rem-md-48 {
    padding-block-start: 48rem !important;
  }
  .pt-rem-md-49 {
    padding-block-start: 49rem !important;
  }
  .pt-rem-md-50 {
    padding-block-start: 50rem !important;
  }
  .pt-rem-md-51 {
    padding-block-start: 51rem !important;
  }
  .pt-rem-md-52 {
    padding-block-start: 52rem !important;
  }
  .pt-rem-md-53 {
    padding-block-start: 53rem !important;
  }
  .pt-rem-md-54 {
    padding-block-start: 54rem !important;
  }
  .pt-rem-md-55 {
    padding-block-start: 55rem !important;
  }
  .pt-rem-md-56 {
    padding-block-start: 56rem !important;
  }
  .pt-rem-md-57 {
    padding-block-start: 57rem !important;
  }
  .pt-rem-md-58 {
    padding-block-start: 58rem !important;
  }
  .pt-rem-md-59 {
    padding-block-start: 59rem !important;
  }
  .pt-rem-md-60 {
    padding-block-start: 60rem !important;
  }
  .pt-rem-md-61 {
    padding-block-start: 61rem !important;
  }
  .pt-rem-md-62 {
    padding-block-start: 62rem !important;
  }
  .pt-rem-md-63 {
    padding-block-start: 63rem !important;
  }
  .pt-rem-md-64 {
    padding-block-start: 64rem !important;
  }
  .pt-rem-md-65 {
    padding-block-start: 65rem !important;
  }
  .pt-rem-md-66 {
    padding-block-start: 66rem !important;
  }
  .pt-rem-md-67 {
    padding-block-start: 67rem !important;
  }
  .pt-rem-md-68 {
    padding-block-start: 68rem !important;
  }
  .pt-rem-md-69 {
    padding-block-start: 69rem !important;
  }
  .pt-rem-md-70 {
    padding-block-start: 70rem !important;
  }
  .pt-rem-md-71 {
    padding-block-start: 71rem !important;
  }
  .pt-rem-md-72 {
    padding-block-start: 72rem !important;
  }
  .pt-rem-md-73 {
    padding-block-start: 73rem !important;
  }
  .pt-rem-md-74 {
    padding-block-start: 74rem !important;
  }
  .pt-rem-md-75 {
    padding-block-start: 75rem !important;
  }
  .pt-rem-md-76 {
    padding-block-start: 76rem !important;
  }
  .pt-rem-md-77 {
    padding-block-start: 77rem !important;
  }
  .pt-rem-md-78 {
    padding-block-start: 78rem !important;
  }
  .pt-rem-md-79 {
    padding-block-start: 79rem !important;
  }
  .pt-rem-md-80 {
    padding-block-start: 80rem !important;
  }
  .pt-rem-md-95 {
    padding-block-start: 95rem !important;
  }
  .pt-rem-md-96 {
    padding-block-start: 96rem !important;
  }
  .pt-rem-md-97 {
    padding-block-start: 97rem !important;
  }
  .pt-rem-md-100 {
    padding-block-start: 100% !important;
  }
  .pe-rem-md-unset {
    padding-inline-end: unset !important;
  }
  .pe-rem-md-1 {
    padding-inline-end: 1rem !important;
  }
  .pe-rem-md-2 {
    padding-inline-end: 2rem !important;
  }
  .pe-rem-md-3 {
    padding-inline-end: 3rem !important;
  }
  .pe-rem-md-4 {
    padding-inline-end: 4rem !important;
  }
  .pe-rem-md-5 {
    padding-inline-end: 5rem !important;
  }
  .pe-rem-md-7 {
    padding-inline-end: 7rem !important;
  }
  .pe-rem-md-8 {
    padding-inline-end: 8rem !important;
  }
  .pe-rem-md-9 {
    padding-inline-end: 9rem !important;
  }
  .pe-rem-md-10 {
    padding-inline-end: 10rem !important;
  }
  .pe-rem-md-11 {
    padding-inline-end: 11rem !important;
  }
  .pe-rem-md-12 {
    padding-inline-end: 12rem !important;
  }
  .pe-rem-md-13 {
    padding-inline-end: 13rem !important;
  }
  .pe-rem-md-14 {
    padding-inline-end: 14rem !important;
  }
  .pe-rem-md-15 {
    padding-inline-end: 15rem !important;
  }
  .pe-rem-md-16 {
    padding-inline-end: 16rem !important;
  }
  .pe-rem-md-17 {
    padding-inline-end: 17rem !important;
  }
  .pe-rem-md-18 {
    padding-inline-end: 18rem !important;
  }
  .pe-rem-md-19 {
    padding-inline-end: 19rem !important;
  }
  .pe-rem-md-20 {
    padding-inline-end: 20rem !important;
  }
  .pe-rem-md-23 {
    padding-inline-end: 23rem !important;
  }
  .pe-rem-md-25 {
    padding-inline-end: 25rem !important;
  }
  .pe-rem-md-30 {
    padding-inline-end: 30rem !important;
  }
  .pe-rem-md-31 {
    padding-inline-end: 31rem !important;
  }
  .pe-rem-md-32 {
    padding-inline-end: 32rem !important;
  }
  .pe-rem-md-33 {
    padding-inline-end: 33rem !important;
  }
  .pe-rem-md-34 {
    padding-inline-end: 34rem !important;
  }
  .pe-rem-md-35 {
    padding-inline-end: 35rem !important;
  }
  .pe-rem-md-36 {
    padding-inline-end: 36rem !important;
  }
  .pe-rem-md-37 {
    padding-inline-end: 37rem !important;
  }
  .pe-rem-md-38 {
    padding-inline-end: 38rem !important;
  }
  .pe-rem-md-39 {
    padding-inline-end: 39rem !important;
  }
  .pe-rem-md-40 {
    padding-inline-end: 40rem !important;
  }
  .pe-rem-md-41 {
    padding-inline-end: 41rem !important;
  }
  .pe-rem-md-42 {
    padding-inline-end: 42rem !important;
  }
  .pe-rem-md-43 {
    padding-inline-end: 43rem !important;
  }
  .pe-rem-md-44 {
    padding-inline-end: 44rem !important;
  }
  .pe-rem-md-45 {
    padding-inline-end: 45rem !important;
  }
  .pe-rem-md-46 {
    padding-inline-end: 46rem !important;
  }
  .pe-rem-md-47 {
    padding-inline-end: 47rem !important;
  }
  .pe-rem-md-48 {
    padding-inline-end: 48rem !important;
  }
  .pe-rem-md-49 {
    padding-inline-end: 49rem !important;
  }
  .pe-rem-md-50 {
    padding-inline-end: 50rem !important;
  }
  .pe-rem-md-51 {
    padding-inline-end: 51rem !important;
  }
  .pe-rem-md-52 {
    padding-inline-end: 52rem !important;
  }
  .pe-rem-md-53 {
    padding-inline-end: 53rem !important;
  }
  .pe-rem-md-54 {
    padding-inline-end: 54rem !important;
  }
  .pe-rem-md-55 {
    padding-inline-end: 55rem !important;
  }
  .pe-rem-md-56 {
    padding-inline-end: 56rem !important;
  }
  .pe-rem-md-57 {
    padding-inline-end: 57rem !important;
  }
  .pe-rem-md-58 {
    padding-inline-end: 58rem !important;
  }
  .pe-rem-md-59 {
    padding-inline-end: 59rem !important;
  }
  .pe-rem-md-60 {
    padding-inline-end: 60rem !important;
  }
  .pe-rem-md-61 {
    padding-inline-end: 61rem !important;
  }
  .pe-rem-md-62 {
    padding-inline-end: 62rem !important;
  }
  .pe-rem-md-63 {
    padding-inline-end: 63rem !important;
  }
  .pe-rem-md-64 {
    padding-inline-end: 64rem !important;
  }
  .pe-rem-md-65 {
    padding-inline-end: 65rem !important;
  }
  .pe-rem-md-66 {
    padding-inline-end: 66rem !important;
  }
  .pe-rem-md-67 {
    padding-inline-end: 67rem !important;
  }
  .pe-rem-md-68 {
    padding-inline-end: 68rem !important;
  }
  .pe-rem-md-69 {
    padding-inline-end: 69rem !important;
  }
  .pe-rem-md-70 {
    padding-inline-end: 70rem !important;
  }
  .pe-rem-md-71 {
    padding-inline-end: 71rem !important;
  }
  .pe-rem-md-72 {
    padding-inline-end: 72rem !important;
  }
  .pe-rem-md-73 {
    padding-inline-end: 73rem !important;
  }
  .pe-rem-md-74 {
    padding-inline-end: 74rem !important;
  }
  .pe-rem-md-75 {
    padding-inline-end: 75rem !important;
  }
  .pe-rem-md-76 {
    padding-inline-end: 76rem !important;
  }
  .pe-rem-md-77 {
    padding-inline-end: 77rem !important;
  }
  .pe-rem-md-78 {
    padding-inline-end: 78rem !important;
  }
  .pe-rem-md-79 {
    padding-inline-end: 79rem !important;
  }
  .pe-rem-md-80 {
    padding-inline-end: 80rem !important;
  }
  .pe-rem-md-95 {
    padding-inline-end: 95rem !important;
  }
  .pe-rem-md-96 {
    padding-inline-end: 96rem !important;
  }
  .pe-rem-md-97 {
    padding-inline-end: 97rem !important;
  }
  .pe-rem-md-100 {
    padding-inline-end: 100% !important;
  }
  .pb-rem-md-unset {
    padding-block-end: unset !important;
  }
  .pb-rem-md-1 {
    padding-block-end: 1rem !important;
  }
  .pb-rem-md-2 {
    padding-block-end: 2rem !important;
  }
  .pb-rem-md-3 {
    padding-block-end: 3rem !important;
  }
  .pb-rem-md-4 {
    padding-block-end: 4rem !important;
  }
  .pb-rem-md-5 {
    padding-block-end: 5rem !important;
  }
  .pb-rem-md-7 {
    padding-block-end: 7rem !important;
  }
  .pb-rem-md-8 {
    padding-block-end: 8rem !important;
  }
  .pb-rem-md-9 {
    padding-block-end: 9rem !important;
  }
  .pb-rem-md-10 {
    padding-block-end: 10rem !important;
  }
  .pb-rem-md-11 {
    padding-block-end: 11rem !important;
  }
  .pb-rem-md-12 {
    padding-block-end: 12rem !important;
  }
  .pb-rem-md-13 {
    padding-block-end: 13rem !important;
  }
  .pb-rem-md-14 {
    padding-block-end: 14rem !important;
  }
  .pb-rem-md-15 {
    padding-block-end: 15rem !important;
  }
  .pb-rem-md-16 {
    padding-block-end: 16rem !important;
  }
  .pb-rem-md-17 {
    padding-block-end: 17rem !important;
  }
  .pb-rem-md-18 {
    padding-block-end: 18rem !important;
  }
  .pb-rem-md-19 {
    padding-block-end: 19rem !important;
  }
  .pb-rem-md-20 {
    padding-block-end: 20rem !important;
  }
  .pb-rem-md-23 {
    padding-block-end: 23rem !important;
  }
  .pb-rem-md-25 {
    padding-block-end: 25rem !important;
  }
  .pb-rem-md-30 {
    padding-block-end: 30rem !important;
  }
  .pb-rem-md-31 {
    padding-block-end: 31rem !important;
  }
  .pb-rem-md-32 {
    padding-block-end: 32rem !important;
  }
  .pb-rem-md-33 {
    padding-block-end: 33rem !important;
  }
  .pb-rem-md-34 {
    padding-block-end: 34rem !important;
  }
  .pb-rem-md-35 {
    padding-block-end: 35rem !important;
  }
  .pb-rem-md-36 {
    padding-block-end: 36rem !important;
  }
  .pb-rem-md-37 {
    padding-block-end: 37rem !important;
  }
  .pb-rem-md-38 {
    padding-block-end: 38rem !important;
  }
  .pb-rem-md-39 {
    padding-block-end: 39rem !important;
  }
  .pb-rem-md-40 {
    padding-block-end: 40rem !important;
  }
  .pb-rem-md-41 {
    padding-block-end: 41rem !important;
  }
  .pb-rem-md-42 {
    padding-block-end: 42rem !important;
  }
  .pb-rem-md-43 {
    padding-block-end: 43rem !important;
  }
  .pb-rem-md-44 {
    padding-block-end: 44rem !important;
  }
  .pb-rem-md-45 {
    padding-block-end: 45rem !important;
  }
  .pb-rem-md-46 {
    padding-block-end: 46rem !important;
  }
  .pb-rem-md-47 {
    padding-block-end: 47rem !important;
  }
  .pb-rem-md-48 {
    padding-block-end: 48rem !important;
  }
  .pb-rem-md-49 {
    padding-block-end: 49rem !important;
  }
  .pb-rem-md-50 {
    padding-block-end: 50rem !important;
  }
  .pb-rem-md-51 {
    padding-block-end: 51rem !important;
  }
  .pb-rem-md-52 {
    padding-block-end: 52rem !important;
  }
  .pb-rem-md-53 {
    padding-block-end: 53rem !important;
  }
  .pb-rem-md-54 {
    padding-block-end: 54rem !important;
  }
  .pb-rem-md-55 {
    padding-block-end: 55rem !important;
  }
  .pb-rem-md-56 {
    padding-block-end: 56rem !important;
  }
  .pb-rem-md-57 {
    padding-block-end: 57rem !important;
  }
  .pb-rem-md-58 {
    padding-block-end: 58rem !important;
  }
  .pb-rem-md-59 {
    padding-block-end: 59rem !important;
  }
  .pb-rem-md-60 {
    padding-block-end: 60rem !important;
  }
  .pb-rem-md-61 {
    padding-block-end: 61rem !important;
  }
  .pb-rem-md-62 {
    padding-block-end: 62rem !important;
  }
  .pb-rem-md-63 {
    padding-block-end: 63rem !important;
  }
  .pb-rem-md-64 {
    padding-block-end: 64rem !important;
  }
  .pb-rem-md-65 {
    padding-block-end: 65rem !important;
  }
  .pb-rem-md-66 {
    padding-block-end: 66rem !important;
  }
  .pb-rem-md-67 {
    padding-block-end: 67rem !important;
  }
  .pb-rem-md-68 {
    padding-block-end: 68rem !important;
  }
  .pb-rem-md-69 {
    padding-block-end: 69rem !important;
  }
  .pb-rem-md-70 {
    padding-block-end: 70rem !important;
  }
  .pb-rem-md-71 {
    padding-block-end: 71rem !important;
  }
  .pb-rem-md-72 {
    padding-block-end: 72rem !important;
  }
  .pb-rem-md-73 {
    padding-block-end: 73rem !important;
  }
  .pb-rem-md-74 {
    padding-block-end: 74rem !important;
  }
  .pb-rem-md-75 {
    padding-block-end: 75rem !important;
  }
  .pb-rem-md-76 {
    padding-block-end: 76rem !important;
  }
  .pb-rem-md-77 {
    padding-block-end: 77rem !important;
  }
  .pb-rem-md-78 {
    padding-block-end: 78rem !important;
  }
  .pb-rem-md-79 {
    padding-block-end: 79rem !important;
  }
  .pb-rem-md-80 {
    padding-block-end: 80rem !important;
  }
  .pb-rem-md-95 {
    padding-block-end: 95rem !important;
  }
  .pb-rem-md-96 {
    padding-block-end: 96rem !important;
  }
  .pb-rem-md-97 {
    padding-block-end: 97rem !important;
  }
  .pb-rem-md-100 {
    padding-block-end: 100% !important;
  }
  .ps-rem-md-unset {
    padding-inline-start: unset !important;
  }
  .ps-rem-md-1 {
    padding-inline-start: 1rem !important;
  }
  .ps-rem-md-2 {
    padding-inline-start: 2rem !important;
  }
  .ps-rem-md-3 {
    padding-inline-start: 3rem !important;
  }
  .ps-rem-md-4 {
    padding-inline-start: 4rem !important;
  }
  .ps-rem-md-5 {
    padding-inline-start: 5rem !important;
  }
  .ps-rem-md-7 {
    padding-inline-start: 7rem !important;
  }
  .ps-rem-md-8 {
    padding-inline-start: 8rem !important;
  }
  .ps-rem-md-9 {
    padding-inline-start: 9rem !important;
  }
  .ps-rem-md-10 {
    padding-inline-start: 10rem !important;
  }
  .ps-rem-md-11 {
    padding-inline-start: 11rem !important;
  }
  .ps-rem-md-12 {
    padding-inline-start: 12rem !important;
  }
  .ps-rem-md-13 {
    padding-inline-start: 13rem !important;
  }
  .ps-rem-md-14 {
    padding-inline-start: 14rem !important;
  }
  .ps-rem-md-15 {
    padding-inline-start: 15rem !important;
  }
  .ps-rem-md-16 {
    padding-inline-start: 16rem !important;
  }
  .ps-rem-md-17 {
    padding-inline-start: 17rem !important;
  }
  .ps-rem-md-18 {
    padding-inline-start: 18rem !important;
  }
  .ps-rem-md-19 {
    padding-inline-start: 19rem !important;
  }
  .ps-rem-md-20 {
    padding-inline-start: 20rem !important;
  }
  .ps-rem-md-23 {
    padding-inline-start: 23rem !important;
  }
  .ps-rem-md-25 {
    padding-inline-start: 25rem !important;
  }
  .ps-rem-md-30 {
    padding-inline-start: 30rem !important;
  }
  .ps-rem-md-31 {
    padding-inline-start: 31rem !important;
  }
  .ps-rem-md-32 {
    padding-inline-start: 32rem !important;
  }
  .ps-rem-md-33 {
    padding-inline-start: 33rem !important;
  }
  .ps-rem-md-34 {
    padding-inline-start: 34rem !important;
  }
  .ps-rem-md-35 {
    padding-inline-start: 35rem !important;
  }
  .ps-rem-md-36 {
    padding-inline-start: 36rem !important;
  }
  .ps-rem-md-37 {
    padding-inline-start: 37rem !important;
  }
  .ps-rem-md-38 {
    padding-inline-start: 38rem !important;
  }
  .ps-rem-md-39 {
    padding-inline-start: 39rem !important;
  }
  .ps-rem-md-40 {
    padding-inline-start: 40rem !important;
  }
  .ps-rem-md-41 {
    padding-inline-start: 41rem !important;
  }
  .ps-rem-md-42 {
    padding-inline-start: 42rem !important;
  }
  .ps-rem-md-43 {
    padding-inline-start: 43rem !important;
  }
  .ps-rem-md-44 {
    padding-inline-start: 44rem !important;
  }
  .ps-rem-md-45 {
    padding-inline-start: 45rem !important;
  }
  .ps-rem-md-46 {
    padding-inline-start: 46rem !important;
  }
  .ps-rem-md-47 {
    padding-inline-start: 47rem !important;
  }
  .ps-rem-md-48 {
    padding-inline-start: 48rem !important;
  }
  .ps-rem-md-49 {
    padding-inline-start: 49rem !important;
  }
  .ps-rem-md-50 {
    padding-inline-start: 50rem !important;
  }
  .ps-rem-md-51 {
    padding-inline-start: 51rem !important;
  }
  .ps-rem-md-52 {
    padding-inline-start: 52rem !important;
  }
  .ps-rem-md-53 {
    padding-inline-start: 53rem !important;
  }
  .ps-rem-md-54 {
    padding-inline-start: 54rem !important;
  }
  .ps-rem-md-55 {
    padding-inline-start: 55rem !important;
  }
  .ps-rem-md-56 {
    padding-inline-start: 56rem !important;
  }
  .ps-rem-md-57 {
    padding-inline-start: 57rem !important;
  }
  .ps-rem-md-58 {
    padding-inline-start: 58rem !important;
  }
  .ps-rem-md-59 {
    padding-inline-start: 59rem !important;
  }
  .ps-rem-md-60 {
    padding-inline-start: 60rem !important;
  }
  .ps-rem-md-61 {
    padding-inline-start: 61rem !important;
  }
  .ps-rem-md-62 {
    padding-inline-start: 62rem !important;
  }
  .ps-rem-md-63 {
    padding-inline-start: 63rem !important;
  }
  .ps-rem-md-64 {
    padding-inline-start: 64rem !important;
  }
  .ps-rem-md-65 {
    padding-inline-start: 65rem !important;
  }
  .ps-rem-md-66 {
    padding-inline-start: 66rem !important;
  }
  .ps-rem-md-67 {
    padding-inline-start: 67rem !important;
  }
  .ps-rem-md-68 {
    padding-inline-start: 68rem !important;
  }
  .ps-rem-md-69 {
    padding-inline-start: 69rem !important;
  }
  .ps-rem-md-70 {
    padding-inline-start: 70rem !important;
  }
  .ps-rem-md-71 {
    padding-inline-start: 71rem !important;
  }
  .ps-rem-md-72 {
    padding-inline-start: 72rem !important;
  }
  .ps-rem-md-73 {
    padding-inline-start: 73rem !important;
  }
  .ps-rem-md-74 {
    padding-inline-start: 74rem !important;
  }
  .ps-rem-md-75 {
    padding-inline-start: 75rem !important;
  }
  .ps-rem-md-76 {
    padding-inline-start: 76rem !important;
  }
  .ps-rem-md-77 {
    padding-inline-start: 77rem !important;
  }
  .ps-rem-md-78 {
    padding-inline-start: 78rem !important;
  }
  .ps-rem-md-79 {
    padding-inline-start: 79rem !important;
  }
  .ps-rem-md-80 {
    padding-inline-start: 80rem !important;
  }
  .ps-rem-md-95 {
    padding-inline-start: 95rem !important;
  }
  .ps-rem-md-96 {
    padding-inline-start: 96rem !important;
  }
  .ps-rem-md-97 {
    padding-inline-start: 97rem !important;
  }
  .ps-rem-md-100 {
    padding-inline-start: 100% !important;
  }
  .rounded-px-md-0 {
    border-radius: 0rem !important;
  }
  .rounded-px-md-1 {
    border-radius: 0.0625rem !important;
  }
  .rounded-px-md-2 {
    border-radius: 0.125rem !important;
  }
  .rounded-px-md-3 {
    border-radius: 0.1875rem !important;
  }
  .rounded-px-md-4 {
    border-radius: 0.25rem !important;
  }
  .rounded-px-md-5 {
    border-radius: 0.3125rem !important;
  }
  .rounded-px-md-6 {
    border-radius: 0.375rem !important;
  }
  .rounded-px-md-7 {
    border-radius: 0.4375rem !important;
  }
  .rounded-px-md-8 {
    border-radius: 0.5rem !important;
  }
  .rounded-px-md-9 {
    border-radius: 0.5625rem !important;
  }
  .rounded-px-md-10 {
    border-radius: 0.625rem !important;
  }
  .rounded-px-md-11 {
    border-radius: 0.6875rem !important;
  }
  .rounded-px-md-12 {
    border-radius: 0.75rem !important;
  }
  .rounded-px-md-13 {
    border-radius: 0.8125rem !important;
  }
  .rounded-px-md-14 {
    border-radius: 0.875rem !important;
  }
  .rounded-px-md-15 {
    border-radius: 0.9375rem !important;
  }
  .rounded-px-md-16 {
    border-radius: 1rem !important;
  }
  .rounded-px-md-17 {
    border-radius: 1.0625rem !important;
  }
  .rounded-px-md-18 {
    border-radius: 1.125rem !important;
  }
  .rounded-px-md-19 {
    border-radius: 1.1875rem !important;
  }
  .rounded-px-md-20 {
    border-radius: 1.25rem !important;
  }
  .rounded-px-md-21 {
    border-radius: 1.3125rem !important;
  }
  .rounded-px-md-22 {
    border-radius: 1.375rem !important;
  }
  .rounded-px-md-23 {
    border-radius: 1.4375rem !important;
  }
  .rounded-px-md-24 {
    border-radius: 1.5rem !important;
  }
  .rounded-px-md-25 {
    border-radius: 1.5625rem !important;
  }
  .rounded-px-md-26 {
    border-radius: 1.625rem !important;
  }
  .rounded-px-md-27 {
    border-radius: 1.6875rem !important;
  }
  .rounded-px-md-28 {
    border-radius: 1.75rem !important;
  }
  .rounded-px-md-29 {
    border-radius: 1.8125rem !important;
  }
  .rounded-px-md-30 {
    border-radius: 1.875rem !important;
  }
  .rounded-px-md-31 {
    border-radius: 1.9375rem !important;
  }
  .rounded-px-md-32 {
    border-radius: 2rem !important;
  }
  .rounded-px-md-33 {
    border-radius: 2.0625rem !important;
  }
  .rounded-px-md-34 {
    border-radius: 2.125rem !important;
  }
  .rounded-px-md-35 {
    border-radius: 2.1875rem !important;
  }
  .rounded-px-md-36 {
    border-radius: 2.25rem !important;
  }
  .rounded-px-md-37 {
    border-radius: 2.3125rem !important;
  }
  .rounded-px-md-38 {
    border-radius: 2.375rem !important;
  }
  .rounded-px-md-39 {
    border-radius: 2.4375rem !important;
  }
  .rounded-px-md-40 {
    border-radius: 2.5rem !important;
  }
  .rounded-px-md-41 {
    border-radius: 2.5625rem !important;
  }
  .rounded-px-md-42 {
    border-radius: 2.625rem !important;
  }
  .rounded-px-md-43 {
    border-radius: 2.6875rem !important;
  }
  .rounded-px-md-44 {
    border-radius: 2.75rem !important;
  }
  .rounded-px-md-45 {
    border-radius: 2.8125rem !important;
  }
  .rounded-px-md-46 {
    border-radius: 2.875rem !important;
  }
  .rounded-px-md-47 {
    border-radius: 2.9375rem !important;
  }
  .rounded-px-md-48 {
    border-radius: 3rem !important;
  }
  .rounded-px-md-49 {
    border-radius: 3.0625rem !important;
  }
  .rounded-px-md-50 {
    border-radius: 3.125rem !important;
  }
  .rounded-px-md-51 {
    border-radius: 3.1875rem !important;
  }
  .rounded-px-md-52 {
    border-radius: 3.25rem !important;
  }
  .rounded-px-md-53 {
    border-radius: 3.3125rem !important;
  }
  .rounded-px-md-54 {
    border-radius: 3.375rem !important;
  }
  .rounded-px-md-56 {
    border-radius: 3.5rem !important;
  }
  .rounded-px-md-57 {
    border-radius: 3.5625rem !important;
  }
  .rounded-px-md-58 {
    border-radius: 3.625rem !important;
  }
  .rounded-px-md-59 {
    border-radius: 3.6875rem !important;
  }
  .rounded-px-md-60 {
    border-radius: 3.75rem !important;
  }
  .rounded-px-md-61 {
    border-radius: 3.8125rem !important;
  }
  .rounded-px-md-62 {
    border-radius: 3.875rem !important;
  }
  .rounded-px-md-63 {
    border-radius: 3.9375rem !important;
  }
  .rounded-px-md-64 {
    border-radius: 4rem !important;
  }
  .rounded-px-md-68 {
    border-radius: 4.25rem !important;
  }
  .rounded-px-md-70 {
    border-radius: 4.375rem !important;
  }
  .rounded-px-md-80 {
    border-radius: 5rem !important;
  }
  .rounded-px-md-82 {
    border-radius: 5.125rem !important;
  }
  .rounded-px-md-83 {
    border-radius: 5.1875rem !important;
  }
  .rounded-px-md-84 {
    border-radius: 5.25rem !important;
  }
  .rounded-px-md-98 {
    border-radius: 6.125rem !important;
  }
  .rounded-px-md-104 {
    border-radius: 6.5rem !important;
  }
  .rounded-px-md-122 {
    border-radius: 7.625rem !important;
  }
  .rounded-px-md-123 {
    border-radius: 7.6875rem !important;
  }
  .rounded-px-md-147 {
    border-radius: 9.1875rem !important;
  }
  .rounded-px-md-148 {
    border-radius: 9.25rem !important;
  }
  .rounded-px-md-150 {
    border-radius: 9.375rem !important;
  }
  .rounded-px-md-180 {
    border-radius: 11.25rem !important;
  }
  .rounded-px-md-192 {
    border-radius: 12rem !important;
  }
  .rounded-px-md-200 {
    border-radius: 12.5rem !important;
  }
  .rounded-px-md-220 {
    border-radius: 13.75rem !important;
  }
  .rounded-px-md-270 {
    border-radius: 16.875rem !important;
  }
  .rounded-px-md-300 {
    border-radius: 18.75rem !important;
  }
  .rounded-px-md-350 {
    border-radius: 21.875rem !important;
  }
  .rounded-px-md-400 {
    border-radius: 25rem !important;
  }
  .rounded-px-md-500 {
    border-radius: 31.25rem !important;
  }
  .rounded-px-md-600 {
    border-radius: 37.5rem !important;
  }
  .border-top-right-radius-md-0 {
    border-top-right-radius: 0 !important;
  }
  .border-top-right-radius-md-1 {
    border-top-right-radius: 0.0625rem !important;
  }
  .border-top-right-radius-md-2 {
    border-top-right-radius: 0.125rem !important;
  }
  .border-top-right-radius-md-3 {
    border-top-right-radius: 0.1875rem !important;
  }
  .border-top-right-radius-md-4 {
    border-top-right-radius: 0.5625rem !important;
  }
  .border-top-right-radius-md-5 {
    border-top-right-radius: 0.3125rem !important;
  }
  .border-top-right-radius-md-6 {
    border-top-right-radius: 0.375rem !important;
  }
  .border-top-right-radius-md-7 {
    border-top-right-radius: 0.4375rem !important;
  }
  .border-top-left-radius-md-0 {
    border-top-left-radius: 0 !important;
  }
  .border-top-left-radius-md-1 {
    border-top-left-radius: 0.0625rem !important;
  }
  .border-top-left-radius-md-2 {
    border-top-left-radius: 0.125rem !important;
  }
  .border-top-left-radius-md-3 {
    border-top-left-radius: 0.1875rem !important;
  }
  .border-top-left-radius-md-4 {
    border-top-left-radius: 0.5625rem !important;
  }
  .border-top-left-radius-md-5 {
    border-top-left-radius: 0.3125rem !important;
  }
  .border-top-left-radius-md-6 {
    border-top-left-radius: 0.375rem !important;
  }
  .border-top-left-radius-md-7 {
    border-top-left-radius: 0.4375rem !important;
  }
  .border-bottom-left-radius-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  .border-bottom-left-radius-md-1 {
    border-bottom-left-radius: 0.0625rem !important;
  }
  .border-bottom-left-radius-md-2 {
    border-bottom-left-radius: 0.125rem !important;
  }
  .border-bottom-left-radius-md-3 {
    border-bottom-left-radius: 0.1875rem !important;
  }
  .border-bottom-left-radius-md-4 {
    border-bottom-left-radius: 0.5625rem !important;
  }
  .border-bottom-left-radius-md-5 {
    border-bottom-left-radius: 0.3125rem !important;
  }
  .border-bottom-left-radius-md-6 {
    border-bottom-left-radius: 0.375rem !important;
  }
  .border-bottom-left-radius-md-7 {
    border-bottom-left-radius: 0.4375rem !important;
  }
  .border-bottom-right-radius-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  .border-bottom-right-radius-md-1 {
    border-bottom-right-radius: 0.0625rem !important;
  }
  .border-bottom-right-radius-md-2 {
    border-bottom-right-radius: 0.125rem !important;
  }
  .border-bottom-right-radius-md-3 {
    border-bottom-right-radius: 0.1875rem !important;
  }
  .border-bottom-right-radius-md-4 {
    border-bottom-right-radius: 0.5625rem !important;
  }
  .border-bottom-right-radius-md-5 {
    border-bottom-right-radius: 0.3125rem !important;
  }
  .border-bottom-right-radius-md-6 {
    border-bottom-right-radius: 0.375rem !important;
  }
  .border-bottom-right-radius-md-7 {
    border-bottom-right-radius: 0.4375rem !important;
  }
  .top-px-md-0 {
    inset-block-start: 0rem !important;
  }
  .top-px-md-1 {
    inset-block-start: 0.0625rem !important;
  }
  .top-px-md-2 {
    inset-block-start: 0.125rem !important;
  }
  .top-px-md-3 {
    inset-block-start: 0.1875rem !important;
  }
  .top-px-md-4 {
    inset-block-start: 0.25rem !important;
  }
  .top-px-md-5 {
    inset-block-start: 0.3125rem !important;
  }
  .top-px-md-6 {
    inset-block-start: 0.375rem !important;
  }
  .top-px-md-7 {
    inset-block-start: 0.4375rem !important;
  }
  .top-px-md-8 {
    inset-block-start: 0.5rem !important;
  }
  .top-px-md-9 {
    inset-block-start: 0.5625rem !important;
  }
  .top-px-md-10 {
    inset-block-start: 0.625rem !important;
  }
  .top-px-md-11 {
    inset-block-start: 0.6875rem !important;
  }
  .top-px-md-12 {
    inset-block-start: 0.75rem !important;
  }
  .top-px-md-13 {
    inset-block-start: 0.8125rem !important;
  }
  .top-px-md-14 {
    inset-block-start: 0.875rem !important;
  }
  .top-px-md-15 {
    inset-block-start: 0.9375rem !important;
  }
  .top-px-md-16 {
    inset-block-start: 1rem !important;
  }
  .top-px-md-17 {
    inset-block-start: 1.0625rem !important;
  }
  .top-px-md-18 {
    inset-block-start: 1.125rem !important;
  }
  .top-px-md-19 {
    inset-block-start: 1.1875rem !important;
  }
  .top-px-md-20 {
    inset-block-start: 1.25rem !important;
  }
  .top-px-md-21 {
    inset-block-start: 1.3125rem !important;
  }
  .top-px-md-22 {
    inset-block-start: 1.375rem !important;
  }
  .top-px-md-23 {
    inset-block-start: 1.4375rem !important;
  }
  .top-px-md-24 {
    inset-block-start: 1.5rem !important;
  }
  .top-px-md-25 {
    inset-block-start: 1.5625rem !important;
  }
  .top-px-md-26 {
    inset-block-start: 1.625rem !important;
  }
  .top-px-md-27 {
    inset-block-start: 1.6875rem !important;
  }
  .top-px-md-28 {
    inset-block-start: 1.75rem !important;
  }
  .top-px-md-29 {
    inset-block-start: 1.8125rem !important;
  }
  .top-px-md-30 {
    inset-block-start: 1.875rem !important;
  }
  .top-px-md-31 {
    inset-block-start: 1.9375rem !important;
  }
  .top-px-md-32 {
    inset-block-start: 2rem !important;
  }
  .top-px-md-33 {
    inset-block-start: 2.0625rem !important;
  }
  .top-px-md-34 {
    inset-block-start: 2.125rem !important;
  }
  .top-px-md-35 {
    inset-block-start: 2.1875rem !important;
  }
  .top-px-md-36 {
    inset-block-start: 2.25rem !important;
  }
  .top-px-md-37 {
    inset-block-start: 2.3125rem !important;
  }
  .top-px-md-38 {
    inset-block-start: 2.375rem !important;
  }
  .top-px-md-39 {
    inset-block-start: 2.4375rem !important;
  }
  .top-px-md-40 {
    inset-block-start: 2.5rem !important;
  }
  .top-px-md-41 {
    inset-block-start: 2.5625rem !important;
  }
  .top-px-md-42 {
    inset-block-start: 2.625rem !important;
  }
  .top-px-md-43 {
    inset-block-start: 2.6875rem !important;
  }
  .top-px-md-44 {
    inset-block-start: 2.75rem !important;
  }
  .top-px-md-45 {
    inset-block-start: 2.8125rem !important;
  }
  .top-px-md-46 {
    inset-block-start: 2.875rem !important;
  }
  .top-px-md-47 {
    inset-block-start: 2.9375rem !important;
  }
  .top-px-md-48 {
    inset-block-start: 3rem !important;
  }
  .top-px-md-49 {
    inset-block-start: 3.0625rem !important;
  }
  .top-px-md-50 {
    inset-block-start: 3.125rem !important;
  }
  .top-px-md-51 {
    inset-block-start: 3.1875rem !important;
  }
  .top-px-md-52 {
    inset-block-start: 3.25rem !important;
  }
  .top-px-md-53 {
    inset-block-start: 3.3125rem !important;
  }
  .top-px-md-54 {
    inset-block-start: 3.375rem !important;
  }
  .top-px-md-56 {
    inset-block-start: 3.5rem !important;
  }
  .top-px-md-57 {
    inset-block-start: 3.5625rem !important;
  }
  .top-px-md-58 {
    inset-block-start: 3.625rem !important;
  }
  .top-px-md-59 {
    inset-block-start: 3.6875rem !important;
  }
  .top-px-md-60 {
    inset-block-start: 3.75rem !important;
  }
  .top-px-md-61 {
    inset-block-start: 3.8125rem !important;
  }
  .top-px-md-62 {
    inset-block-start: 3.875rem !important;
  }
  .top-px-md-63 {
    inset-block-start: 3.9375rem !important;
  }
  .top-px-md-64 {
    inset-block-start: 4rem !important;
  }
  .top-px-md-68 {
    inset-block-start: 4.25rem !important;
  }
  .top-px-md-70 {
    inset-block-start: 4.375rem !important;
  }
  .top-px-md-80 {
    inset-block-start: 5rem !important;
  }
  .top-px-md-82 {
    inset-block-start: 5.125rem !important;
  }
  .top-px-md-83 {
    inset-block-start: 5.1875rem !important;
  }
  .top-px-md-84 {
    inset-block-start: 5.25rem !important;
  }
  .top-px-md-98 {
    inset-block-start: 6.125rem !important;
  }
  .top-px-md-104 {
    inset-block-start: 6.5rem !important;
  }
  .top-px-md-122 {
    inset-block-start: 7.625rem !important;
  }
  .top-px-md-123 {
    inset-block-start: 7.6875rem !important;
  }
  .top-px-md-147 {
    inset-block-start: 9.1875rem !important;
  }
  .top-px-md-148 {
    inset-block-start: 9.25rem !important;
  }
  .top-px-md-150 {
    inset-block-start: 9.375rem !important;
  }
  .top-px-md-180 {
    inset-block-start: 11.25rem !important;
  }
  .top-px-md-192 {
    inset-block-start: 12rem !important;
  }
  .top-px-md-200 {
    inset-block-start: 12.5rem !important;
  }
  .top-px-md-220 {
    inset-block-start: 13.75rem !important;
  }
  .top-px-md-270 {
    inset-block-start: 16.875rem !important;
  }
  .top-px-md-300 {
    inset-block-start: 18.75rem !important;
  }
  .top-px-md-350 {
    inset-block-start: 21.875rem !important;
  }
  .top-px-md-400 {
    inset-block-start: 25rem !important;
  }
  .top-px-md-500 {
    inset-block-start: 31.25rem !important;
  }
  .top-px-md-600 {
    inset-block-start: 37.5rem !important;
  }
  .bottom-px-md-0 {
    inset-block-end: 0rem !important;
  }
  .bottom-px-md-1 {
    inset-block-end: 0.0625rem !important;
  }
  .bottom-px-md-2 {
    inset-block-end: 0.125rem !important;
  }
  .bottom-px-md-3 {
    inset-block-end: 0.1875rem !important;
  }
  .bottom-px-md-4 {
    inset-block-end: 0.25rem !important;
  }
  .bottom-px-md-5 {
    inset-block-end: 0.3125rem !important;
  }
  .bottom-px-md-6 {
    inset-block-end: 0.375rem !important;
  }
  .bottom-px-md-7 {
    inset-block-end: 0.4375rem !important;
  }
  .bottom-px-md-8 {
    inset-block-end: 0.5rem !important;
  }
  .bottom-px-md-9 {
    inset-block-end: 0.5625rem !important;
  }
  .bottom-px-md-10 {
    inset-block-end: 0.625rem !important;
  }
  .bottom-px-md-11 {
    inset-block-end: 0.6875rem !important;
  }
  .bottom-px-md-12 {
    inset-block-end: 0.75rem !important;
  }
  .bottom-px-md-13 {
    inset-block-end: 0.8125rem !important;
  }
  .bottom-px-md-14 {
    inset-block-end: 0.875rem !important;
  }
  .bottom-px-md-15 {
    inset-block-end: 0.9375rem !important;
  }
  .bottom-px-md-16 {
    inset-block-end: 1rem !important;
  }
  .bottom-px-md-17 {
    inset-block-end: 1.0625rem !important;
  }
  .bottom-px-md-18 {
    inset-block-end: 1.125rem !important;
  }
  .bottom-px-md-19 {
    inset-block-end: 1.1875rem !important;
  }
  .bottom-px-md-20 {
    inset-block-end: 1.25rem !important;
  }
  .bottom-px-md-21 {
    inset-block-end: 1.3125rem !important;
  }
  .bottom-px-md-22 {
    inset-block-end: 1.375rem !important;
  }
  .bottom-px-md-23 {
    inset-block-end: 1.4375rem !important;
  }
  .bottom-px-md-24 {
    inset-block-end: 1.5rem !important;
  }
  .bottom-px-md-25 {
    inset-block-end: 1.5625rem !important;
  }
  .bottom-px-md-26 {
    inset-block-end: 1.625rem !important;
  }
  .bottom-px-md-27 {
    inset-block-end: 1.6875rem !important;
  }
  .bottom-px-md-28 {
    inset-block-end: 1.75rem !important;
  }
  .bottom-px-md-29 {
    inset-block-end: 1.8125rem !important;
  }
  .bottom-px-md-30 {
    inset-block-end: 1.875rem !important;
  }
  .bottom-px-md-31 {
    inset-block-end: 1.9375rem !important;
  }
  .bottom-px-md-32 {
    inset-block-end: 2rem !important;
  }
  .bottom-px-md-33 {
    inset-block-end: 2.0625rem !important;
  }
  .bottom-px-md-34 {
    inset-block-end: 2.125rem !important;
  }
  .bottom-px-md-35 {
    inset-block-end: 2.1875rem !important;
  }
  .bottom-px-md-36 {
    inset-block-end: 2.25rem !important;
  }
  .bottom-px-md-37 {
    inset-block-end: 2.3125rem !important;
  }
  .bottom-px-md-38 {
    inset-block-end: 2.375rem !important;
  }
  .bottom-px-md-39 {
    inset-block-end: 2.4375rem !important;
  }
  .bottom-px-md-40 {
    inset-block-end: 2.5rem !important;
  }
  .bottom-px-md-41 {
    inset-block-end: 2.5625rem !important;
  }
  .bottom-px-md-42 {
    inset-block-end: 2.625rem !important;
  }
  .bottom-px-md-43 {
    inset-block-end: 2.6875rem !important;
  }
  .bottom-px-md-44 {
    inset-block-end: 2.75rem !important;
  }
  .bottom-px-md-45 {
    inset-block-end: 2.8125rem !important;
  }
  .bottom-px-md-46 {
    inset-block-end: 2.875rem !important;
  }
  .bottom-px-md-47 {
    inset-block-end: 2.9375rem !important;
  }
  .bottom-px-md-48 {
    inset-block-end: 3rem !important;
  }
  .bottom-px-md-49 {
    inset-block-end: 3.0625rem !important;
  }
  .bottom-px-md-50 {
    inset-block-end: 3.125rem !important;
  }
  .bottom-px-md-51 {
    inset-block-end: 3.1875rem !important;
  }
  .bottom-px-md-52 {
    inset-block-end: 3.25rem !important;
  }
  .bottom-px-md-53 {
    inset-block-end: 3.3125rem !important;
  }
  .bottom-px-md-54 {
    inset-block-end: 3.375rem !important;
  }
  .bottom-px-md-56 {
    inset-block-end: 3.5rem !important;
  }
  .bottom-px-md-57 {
    inset-block-end: 3.5625rem !important;
  }
  .bottom-px-md-58 {
    inset-block-end: 3.625rem !important;
  }
  .bottom-px-md-59 {
    inset-block-end: 3.6875rem !important;
  }
  .bottom-px-md-60 {
    inset-block-end: 3.75rem !important;
  }
  .bottom-px-md-61 {
    inset-block-end: 3.8125rem !important;
  }
  .bottom-px-md-62 {
    inset-block-end: 3.875rem !important;
  }
  .bottom-px-md-63 {
    inset-block-end: 3.9375rem !important;
  }
  .bottom-px-md-64 {
    inset-block-end: 4rem !important;
  }
  .bottom-px-md-68 {
    inset-block-end: 4.25rem !important;
  }
  .bottom-px-md-70 {
    inset-block-end: 4.375rem !important;
  }
  .bottom-px-md-80 {
    inset-block-end: 5rem !important;
  }
  .bottom-px-md-82 {
    inset-block-end: 5.125rem !important;
  }
  .bottom-px-md-83 {
    inset-block-end: 5.1875rem !important;
  }
  .bottom-px-md-84 {
    inset-block-end: 5.25rem !important;
  }
  .bottom-px-md-98 {
    inset-block-end: 6.125rem !important;
  }
  .bottom-px-md-104 {
    inset-block-end: 6.5rem !important;
  }
  .bottom-px-md-122 {
    inset-block-end: 7.625rem !important;
  }
  .bottom-px-md-123 {
    inset-block-end: 7.6875rem !important;
  }
  .bottom-px-md-147 {
    inset-block-end: 9.1875rem !important;
  }
  .bottom-px-md-148 {
    inset-block-end: 9.25rem !important;
  }
  .bottom-px-md-150 {
    inset-block-end: 9.375rem !important;
  }
  .bottom-px-md-180 {
    inset-block-end: 11.25rem !important;
  }
  .bottom-px-md-192 {
    inset-block-end: 12rem !important;
  }
  .bottom-px-md-200 {
    inset-block-end: 12.5rem !important;
  }
  .bottom-px-md-220 {
    inset-block-end: 13.75rem !important;
  }
  .bottom-px-md-270 {
    inset-block-end: 16.875rem !important;
  }
  .bottom-px-md-300 {
    inset-block-end: 18.75rem !important;
  }
  .bottom-px-md-350 {
    inset-block-end: 21.875rem !important;
  }
  .bottom-px-md-400 {
    inset-block-end: 25rem !important;
  }
  .bottom-px-md-500 {
    inset-block-end: 31.25rem !important;
  }
  .bottom-px-md-600 {
    inset-block-end: 37.5rem !important;
  }
  .start-px-md-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-md-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-md-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-md-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-md-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-md-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-md-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-md-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-md-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-md-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-md-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-md-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-md-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-md-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-md-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-md-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-md-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-md-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-md-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-md-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-md-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-md-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-md-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-md-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-md-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-md-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-md-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-md-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-md-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-md-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-md-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-md-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-md-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-md-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-md-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-md-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-md-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-md-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-md-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-md-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-md-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-md-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-md-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-md-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-md-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-md-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-md-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-md-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-md-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-md-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-md-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-md-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-md-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-md-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-md-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-md-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-md-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-md-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-md-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-md-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-md-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-md-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-md-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-md-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-md-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-md-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-md-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-md-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-md-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-md-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-md-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-md-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-md-122 {
    inset-inline-start: 7.625rem !important;
  }
  .start-px-md-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-md-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-md-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-md-150 {
    inset-inline-start: 9.375rem !important;
  }
  .start-px-md-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-md-192 {
    inset-inline-start: 12rem !important;
  }
  .start-px-md-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-md-220 {
    inset-inline-start: 13.75rem !important;
  }
  .start-px-md-270 {
    inset-inline-start: 16.875rem !important;
  }
  .start-px-md-300 {
    inset-inline-start: 18.75rem !important;
  }
  .start-px-md-350 {
    inset-inline-start: 21.875rem !important;
  }
  .start-px-md-400 {
    inset-inline-start: 25rem !important;
  }
  .start-px-md-500 {
    inset-inline-start: 31.25rem !important;
  }
  .start-px-md-600 {
    inset-inline-start: 37.5rem !important;
  }
  .end-px-md-0 {
    inset-inline-end: 0rem !important;
  }
  .end-px-md-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-px-md-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-px-md-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-px-md-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-px-md-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-px-md-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-px-md-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-px-md-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-px-md-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-px-md-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-px-md-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-px-md-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-px-md-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-px-md-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-px-md-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-px-md-16 {
    inset-inline-end: 1rem !important;
  }
  .end-px-md-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-px-md-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-px-md-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-px-md-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-px-md-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-px-md-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-px-md-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-px-md-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-px-md-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-px-md-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-px-md-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-px-md-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-px-md-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-px-md-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-px-md-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-px-md-32 {
    inset-inline-end: 2rem !important;
  }
  .end-px-md-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-px-md-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-px-md-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-px-md-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-px-md-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-px-md-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-px-md-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-px-md-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-px-md-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-px-md-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-px-md-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-px-md-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-px-md-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-px-md-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-px-md-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-px-md-48 {
    inset-inline-end: 3rem !important;
  }
  .end-px-md-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-px-md-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-px-md-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-px-md-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-px-md-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-px-md-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-px-md-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-px-md-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-px-md-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-px-md-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-px-md-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-px-md-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-px-md-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-px-md-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-px-md-64 {
    inset-inline-end: 4rem !important;
  }
  .end-px-md-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-px-md-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-px-md-80 {
    inset-inline-end: 5rem !important;
  }
  .end-px-md-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-px-md-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-px-md-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-px-md-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-px-md-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-px-md-122 {
    inset-inline-end: 7.625rem !important;
  }
  .end-px-md-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-px-md-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-px-md-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-px-md-150 {
    inset-inline-end: 9.375rem !important;
  }
  .end-px-md-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-px-md-192 {
    inset-inline-end: 12rem !important;
  }
  .end-px-md-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-px-md-220 {
    inset-inline-end: 13.75rem !important;
  }
  .end-px-md-270 {
    inset-inline-end: 16.875rem !important;
  }
  .end-px-md-300 {
    inset-inline-end: 18.75rem !important;
  }
  .end-px-md-350 {
    inset-inline-end: 21.875rem !important;
  }
  .end-px-md-400 {
    inset-inline-end: 25rem !important;
  }
  .end-px-md-500 {
    inset-inline-end: 31.25rem !important;
  }
  .end-px-md-600 {
    inset-inline-end: 37.5rem !important;
  }
  .top-px-md-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .top-px-md-n2 {
    inset-block-start: -0.125rem !important;
  }
  .top-px-md-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .top-px-md-n4 {
    inset-block-start: -0.25rem !important;
  }
  .top-px-md-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .top-px-md-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-px-md-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .top-px-md-n8 {
    inset-block-start: -0.5rem !important;
  }
  .top-px-md-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .top-px-md-n10 {
    inset-block-start: -0.625rem !important;
  }
  .top-px-md-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .top-px-md-n12 {
    inset-block-start: -0.75rem !important;
  }
  .top-px-md-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .top-px-md-n14 {
    inset-block-start: -0.875rem !important;
  }
  .top-px-md-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .top-px-md-n16 {
    inset-block-start: -1rem !important;
  }
  .top-px-md-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .top-px-md-n18 {
    inset-block-start: -1.125rem !important;
  }
  .top-px-md-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .top-px-md-n20 {
    inset-block-start: -1.25rem !important;
  }
  .top-px-md-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .top-px-md-n22 {
    inset-block-start: -1.375rem !important;
  }
  .top-px-md-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .top-px-md-n24 {
    inset-block-start: -1.5rem !important;
  }
  .top-px-md-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .top-px-md-n26 {
    inset-block-start: -1.625rem !important;
  }
  .top-px-md-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .top-px-md-n28 {
    inset-block-start: -1.75rem !important;
  }
  .top-px-md-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .top-px-md-n30 {
    inset-block-start: -1.875rem !important;
  }
  .top-px-md-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .top-px-md-n32 {
    inset-block-start: -2rem !important;
  }
  .top-px-md-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .top-px-md-n34 {
    inset-block-start: -2.125rem !important;
  }
  .top-px-md-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .top-px-md-n36 {
    inset-block-start: -2.25rem !important;
  }
  .top-px-md-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .top-px-md-n38 {
    inset-block-start: -2.375rem !important;
  }
  .top-px-md-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .top-px-md-n40 {
    inset-block-start: -2.5rem !important;
  }
  .top-px-md-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .top-px-md-n42 {
    inset-block-start: -2.625rem !important;
  }
  .top-px-md-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .top-px-md-n44 {
    inset-block-start: -2.75rem !important;
  }
  .top-px-md-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .top-px-md-n46 {
    inset-block-start: -2.875rem !important;
  }
  .top-px-md-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .top-px-md-n48 {
    inset-block-start: -3rem !important;
  }
  .top-px-md-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .top-px-md-n50 {
    inset-block-start: -3.125rem !important;
  }
  .top-px-md-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .top-px-md-n52 {
    inset-block-start: -3.25rem !important;
  }
  .top-px-md-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .top-px-md-n54 {
    inset-block-start: -3.375rem !important;
  }
  .top-px-md-n56 {
    inset-block-start: -3.5rem !important;
  }
  .top-px-md-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .top-px-md-n58 {
    inset-block-start: -3.625rem !important;
  }
  .top-px-md-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .top-px-md-n60 {
    inset-block-start: -3.75rem !important;
  }
  .top-px-md-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .top-px-md-n62 {
    inset-block-start: -3.875rem !important;
  }
  .top-px-md-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .top-px-md-n64 {
    inset-block-start: -4rem !important;
  }
  .top-px-md-n68 {
    inset-block-start: -4.25rem !important;
  }
  .top-px-md-n70 {
    inset-block-start: -4.375rem !important;
  }
  .top-px-md-n80 {
    inset-block-start: -5rem !important;
  }
  .top-px-md-n82 {
    inset-block-start: -5.125rem !important;
  }
  .top-px-md-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .top-px-md-n84 {
    inset-block-start: -5.25rem !important;
  }
  .top-px-md-n98 {
    inset-block-start: -6.125rem !important;
  }
  .top-px-md-n104 {
    inset-block-start: -6.5rem !important;
  }
  .top-px-md-n122 {
    inset-block-start: -7.625rem !important;
  }
  .top-px-md-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .top-px-md-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .top-px-md-n148 {
    inset-block-start: -9.25rem !important;
  }
  .top-px-md-n150 {
    inset-block-start: -9.375rem !important;
  }
  .top-px-md-n180 {
    inset-block-start: -11.25rem !important;
  }
  .top-px-md-n192 {
    inset-block-start: -12rem !important;
  }
  .top-px-md-n200 {
    inset-block-start: -12.5rem !important;
  }
  .top-px-md-n220 {
    inset-block-start: -13.75rem !important;
  }
  .top-px-md-n270 {
    inset-block-start: -16.875rem !important;
  }
  .top-px-md-n300 {
    inset-block-start: -18.75rem !important;
  }
  .top-px-md-n350 {
    inset-block-start: -21.875rem !important;
  }
  .top-px-md-n400 {
    inset-block-start: -25rem !important;
  }
  .top-px-md-n500 {
    inset-block-start: -31.25rem !important;
  }
  .top-px-md-n600 {
    inset-block-start: -37.5rem !important;
  }
  .bottom-px-md-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .bottom-px-md-n2 {
    inset-block-start: -0.125rem !important;
  }
  .bottom-px-md-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .bottom-px-md-n4 {
    inset-block-start: -0.25rem !important;
  }
  .bottom-px-md-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .bottom-px-md-n6 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-px-md-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .bottom-px-md-n8 {
    inset-block-start: -0.5rem !important;
  }
  .bottom-px-md-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .bottom-px-md-n10 {
    inset-block-start: -0.625rem !important;
  }
  .bottom-px-md-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .bottom-px-md-n12 {
    inset-block-start: -0.75rem !important;
  }
  .bottom-px-md-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .bottom-px-md-n14 {
    inset-block-start: -0.875rem !important;
  }
  .bottom-px-md-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .bottom-px-md-n16 {
    inset-block-start: -1rem !important;
  }
  .bottom-px-md-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .bottom-px-md-n18 {
    inset-block-start: -1.125rem !important;
  }
  .bottom-px-md-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .bottom-px-md-n20 {
    inset-block-start: -1.25rem !important;
  }
  .bottom-px-md-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .bottom-px-md-n22 {
    inset-block-start: -1.375rem !important;
  }
  .bottom-px-md-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .bottom-px-md-n24 {
    inset-block-start: -1.5rem !important;
  }
  .bottom-px-md-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .bottom-px-md-n26 {
    inset-block-start: -1.625rem !important;
  }
  .bottom-px-md-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .bottom-px-md-n28 {
    inset-block-start: -1.75rem !important;
  }
  .bottom-px-md-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .bottom-px-md-n30 {
    inset-block-start: -1.875rem !important;
  }
  .bottom-px-md-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .bottom-px-md-n32 {
    inset-block-start: -2rem !important;
  }
  .bottom-px-md-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .bottom-px-md-n34 {
    inset-block-start: -2.125rem !important;
  }
  .bottom-px-md-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .bottom-px-md-n36 {
    inset-block-start: -2.25rem !important;
  }
  .bottom-px-md-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .bottom-px-md-n38 {
    inset-block-start: -2.375rem !important;
  }
  .bottom-px-md-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .bottom-px-md-n40 {
    inset-block-start: -2.5rem !important;
  }
  .bottom-px-md-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .bottom-px-md-n42 {
    inset-block-start: -2.625rem !important;
  }
  .bottom-px-md-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .bottom-px-md-n44 {
    inset-block-start: -2.75rem !important;
  }
  .bottom-px-md-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .bottom-px-md-n46 {
    inset-block-start: -2.875rem !important;
  }
  .bottom-px-md-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .bottom-px-md-n48 {
    inset-block-start: -3rem !important;
  }
  .bottom-px-md-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .bottom-px-md-n50 {
    inset-block-start: -3.125rem !important;
  }
  .bottom-px-md-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .bottom-px-md-n52 {
    inset-block-start: -3.25rem !important;
  }
  .bottom-px-md-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .bottom-px-md-n54 {
    inset-block-start: -3.375rem !important;
  }
  .bottom-px-md-n56 {
    inset-block-start: -3.5rem !important;
  }
  .bottom-px-md-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .bottom-px-md-n58 {
    inset-block-start: -3.625rem !important;
  }
  .bottom-px-md-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .bottom-px-md-n60 {
    inset-block-start: -3.75rem !important;
  }
  .bottom-px-md-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .bottom-px-md-n62 {
    inset-block-start: -3.875rem !important;
  }
  .bottom-px-md-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .bottom-px-md-n64 {
    inset-block-start: -4rem !important;
  }
  .bottom-px-md-n68 {
    inset-block-start: -4.25rem !important;
  }
  .bottom-px-md-n70 {
    inset-block-start: -4.375rem !important;
  }
  .bottom-px-md-n80 {
    inset-block-start: -5rem !important;
  }
  .bottom-px-md-n82 {
    inset-block-start: -5.125rem !important;
  }
  .bottom-px-md-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .bottom-px-md-n84 {
    inset-block-start: -5.25rem !important;
  }
  .bottom-px-md-n98 {
    inset-block-start: -6.125rem !important;
  }
  .bottom-px-md-n104 {
    inset-block-start: -6.5rem !important;
  }
  .bottom-px-md-n122 {
    inset-block-start: -7.625rem !important;
  }
  .bottom-px-md-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .bottom-px-md-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .bottom-px-md-n148 {
    inset-block-start: -9.25rem !important;
  }
  .bottom-px-md-n150 {
    inset-block-start: -9.375rem !important;
  }
  .bottom-px-md-n180 {
    inset-block-start: -11.25rem !important;
  }
  .bottom-px-md-n192 {
    inset-block-start: -12rem !important;
  }
  .bottom-px-md-n200 {
    inset-block-start: -12.5rem !important;
  }
  .bottom-px-md-n220 {
    inset-block-start: -13.75rem !important;
  }
  .bottom-px-md-n270 {
    inset-block-start: -16.875rem !important;
  }
  .bottom-px-md-n300 {
    inset-block-start: -18.75rem !important;
  }
  .bottom-px-md-n350 {
    inset-block-start: -21.875rem !important;
  }
  .bottom-px-md-n400 {
    inset-block-start: -25rem !important;
  }
  .bottom-px-md-n500 {
    inset-block-start: -31.25rem !important;
  }
  .bottom-px-md-n600 {
    inset-block-start: -37.5rem !important;
  }
  .start-px-md-n1 {
    inset-inline-start: -0.0625rem !important;
  }
  .start-px-md-n2 {
    inset-inline-start: -0.125rem !important;
  }
  .start-px-md-n3 {
    inset-inline-start: -0.1875rem !important;
  }
  .start-px-md-n4 {
    inset-inline-start: -0.25rem !important;
  }
  .start-px-md-n5 {
    inset-inline-start: -0.3125rem !important;
  }
  .start-px-md-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-px-md-n7 {
    inset-inline-start: -0.4375rem !important;
  }
  .start-px-md-n8 {
    inset-inline-start: -0.5rem !important;
  }
  .start-px-md-n9 {
    inset-inline-start: -0.5625rem !important;
  }
  .start-px-md-n10 {
    inset-inline-start: -0.625rem !important;
  }
  .start-px-md-n11 {
    inset-inline-start: -0.6875rem !important;
  }
  .start-px-md-n12 {
    inset-inline-start: -0.75rem !important;
  }
  .start-px-md-n13 {
    inset-inline-start: -0.8125rem !important;
  }
  .start-px-md-n14 {
    inset-inline-start: -0.875rem !important;
  }
  .start-px-md-n15 {
    inset-inline-start: -0.9375rem !important;
  }
  .start-px-md-n16 {
    inset-inline-start: -1rem !important;
  }
  .start-px-md-n17 {
    inset-inline-start: -1.0625rem !important;
  }
  .start-px-md-n18 {
    inset-inline-start: -1.125rem !important;
  }
  .start-px-md-n19 {
    inset-inline-start: -1.1875rem !important;
  }
  .start-px-md-n20 {
    inset-inline-start: -1.25rem !important;
  }
  .start-px-md-n21 {
    inset-inline-start: -1.3125rem !important;
  }
  .start-px-md-n22 {
    inset-inline-start: -1.375rem !important;
  }
  .start-px-md-n23 {
    inset-inline-start: -1.4375rem !important;
  }
  .start-px-md-n24 {
    inset-inline-start: -1.5rem !important;
  }
  .start-px-md-n25 {
    inset-inline-start: -1.5625rem !important;
  }
  .start-px-md-n26 {
    inset-inline-start: -1.625rem !important;
  }
  .start-px-md-n27 {
    inset-inline-start: -1.6875rem !important;
  }
  .start-px-md-n28 {
    inset-inline-start: -1.75rem !important;
  }
  .start-px-md-n29 {
    inset-inline-start: -1.8125rem !important;
  }
  .start-px-md-n30 {
    inset-inline-start: -1.875rem !important;
  }
  .start-px-md-n31 {
    inset-inline-start: -1.9375rem !important;
  }
  .start-px-md-n32 {
    inset-inline-start: -2rem !important;
  }
  .start-px-md-n33 {
    inset-inline-start: -2.0625rem !important;
  }
  .start-px-md-n34 {
    inset-inline-start: -2.125rem !important;
  }
  .start-px-md-n35 {
    inset-inline-start: -2.1875rem !important;
  }
  .start-px-md-n36 {
    inset-inline-start: -2.25rem !important;
  }
  .start-px-md-n37 {
    inset-inline-start: -2.3125rem !important;
  }
  .start-px-md-n38 {
    inset-inline-start: -2.375rem !important;
  }
  .start-px-md-n39 {
    inset-inline-start: -2.4375rem !important;
  }
  .start-px-md-n40 {
    inset-inline-start: -2.5rem !important;
  }
  .start-px-md-n41 {
    inset-inline-start: -2.5625rem !important;
  }
  .start-px-md-n42 {
    inset-inline-start: -2.625rem !important;
  }
  .start-px-md-n43 {
    inset-inline-start: -2.6875rem !important;
  }
  .start-px-md-n44 {
    inset-inline-start: -2.75rem !important;
  }
  .start-px-md-n45 {
    inset-inline-start: -2.8125rem !important;
  }
  .start-px-md-n46 {
    inset-inline-start: -2.875rem !important;
  }
  .start-px-md-n47 {
    inset-inline-start: -2.9375rem !important;
  }
  .start-px-md-n48 {
    inset-inline-start: -3rem !important;
  }
  .start-px-md-n49 {
    inset-inline-start: -3.0625rem !important;
  }
  .start-px-md-n50 {
    inset-inline-start: -3.125rem !important;
  }
  .start-px-md-n51 {
    inset-inline-start: -3.1875rem !important;
  }
  .start-px-md-n52 {
    inset-inline-start: -3.25rem !important;
  }
  .start-px-md-n53 {
    inset-inline-start: -3.3125rem !important;
  }
  .start-px-md-n54 {
    inset-inline-start: -3.375rem !important;
  }
  .start-px-md-n56 {
    inset-inline-start: -3.5rem !important;
  }
  .start-px-md-n57 {
    inset-inline-start: -3.5625rem !important;
  }
  .start-px-md-n58 {
    inset-inline-start: -3.625rem !important;
  }
  .start-px-md-n59 {
    inset-inline-start: -3.6875rem !important;
  }
  .start-px-md-n60 {
    inset-inline-start: -3.75rem !important;
  }
  .start-px-md-n61 {
    inset-inline-start: -3.8125rem !important;
  }
  .start-px-md-n62 {
    inset-inline-start: -3.875rem !important;
  }
  .start-px-md-n63 {
    inset-inline-start: -3.9375rem !important;
  }
  .start-px-md-n64 {
    inset-inline-start: -4rem !important;
  }
  .start-px-md-n68 {
    inset-inline-start: -4.25rem !important;
  }
  .start-px-md-n70 {
    inset-inline-start: -4.375rem !important;
  }
  .start-px-md-n80 {
    inset-inline-start: -5rem !important;
  }
  .start-px-md-n82 {
    inset-inline-start: -5.125rem !important;
  }
  .start-px-md-n83 {
    inset-inline-start: -5.1875rem !important;
  }
  .start-px-md-n84 {
    inset-inline-start: -5.25rem !important;
  }
  .start-px-md-n98 {
    inset-inline-start: -6.125rem !important;
  }
  .start-px-md-n104 {
    inset-inline-start: -6.5rem !important;
  }
  .start-px-md-n122 {
    inset-inline-start: -7.625rem !important;
  }
  .start-px-md-n123 {
    inset-inline-start: -7.6875rem !important;
  }
  .start-px-md-n147 {
    inset-inline-start: -9.1875rem !important;
  }
  .start-px-md-n148 {
    inset-inline-start: -9.25rem !important;
  }
  .start-px-md-n150 {
    inset-inline-start: -9.375rem !important;
  }
  .start-px-md-n180 {
    inset-inline-start: -11.25rem !important;
  }
  .start-px-md-n192 {
    inset-inline-start: -12rem !important;
  }
  .start-px-md-n200 {
    inset-inline-start: -12.5rem !important;
  }
  .start-px-md-n220 {
    inset-inline-start: -13.75rem !important;
  }
  .start-px-md-n270 {
    inset-inline-start: -16.875rem !important;
  }
  .start-px-md-n300 {
    inset-inline-start: -18.75rem !important;
  }
  .start-px-md-n350 {
    inset-inline-start: -21.875rem !important;
  }
  .start-px-md-n400 {
    inset-inline-start: -25rem !important;
  }
  .start-px-md-n500 {
    inset-inline-start: -31.25rem !important;
  }
  .start-px-md-n600 {
    inset-inline-start: -37.5rem !important;
  }
  .end-px-md-n1 {
    inset-inline-end: -0.0625rem !important;
  }
  .end-px-md-n2 {
    inset-inline-end: -0.125rem !important;
  }
  .end-px-md-n3 {
    inset-inline-end: -0.1875rem !important;
  }
  .end-px-md-n4 {
    inset-inline-end: -0.25rem !important;
  }
  .end-px-md-n5 {
    inset-inline-end: -0.3125rem !important;
  }
  .end-px-md-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-px-md-n7 {
    inset-inline-end: -0.4375rem !important;
  }
  .end-px-md-n8 {
    inset-inline-end: -0.5rem !important;
  }
  .end-px-md-n9 {
    inset-inline-end: -0.5625rem !important;
  }
  .end-px-md-n10 {
    inset-inline-end: -0.625rem !important;
  }
  .end-px-md-n11 {
    inset-inline-end: -0.6875rem !important;
  }
  .end-px-md-n12 {
    inset-inline-end: -0.75rem !important;
  }
  .end-px-md-n13 {
    inset-inline-end: -0.8125rem !important;
  }
  .end-px-md-n14 {
    inset-inline-end: -0.875rem !important;
  }
  .end-px-md-n15 {
    inset-inline-end: -0.9375rem !important;
  }
  .end-px-md-n16 {
    inset-inline-end: -1rem !important;
  }
  .end-px-md-n17 {
    inset-inline-end: -1.0625rem !important;
  }
  .end-px-md-n18 {
    inset-inline-end: -1.125rem !important;
  }
  .end-px-md-n19 {
    inset-inline-end: -1.1875rem !important;
  }
  .end-px-md-n20 {
    inset-inline-end: -1.25rem !important;
  }
  .end-px-md-n21 {
    inset-inline-end: -1.3125rem !important;
  }
  .end-px-md-n22 {
    inset-inline-end: -1.375rem !important;
  }
  .end-px-md-n23 {
    inset-inline-end: -1.4375rem !important;
  }
  .end-px-md-n24 {
    inset-inline-end: -1.5rem !important;
  }
  .end-px-md-n25 {
    inset-inline-end: -1.5625rem !important;
  }
  .end-px-md-n26 {
    inset-inline-end: -1.625rem !important;
  }
  .end-px-md-n27 {
    inset-inline-end: -1.6875rem !important;
  }
  .end-px-md-n28 {
    inset-inline-end: -1.75rem !important;
  }
  .end-px-md-n29 {
    inset-inline-end: -1.8125rem !important;
  }
  .end-px-md-n30 {
    inset-inline-end: -1.875rem !important;
  }
  .end-px-md-n31 {
    inset-inline-end: -1.9375rem !important;
  }
  .end-px-md-n32 {
    inset-inline-end: -2rem !important;
  }
  .end-px-md-n33 {
    inset-inline-end: -2.0625rem !important;
  }
  .end-px-md-n34 {
    inset-inline-end: -2.125rem !important;
  }
  .end-px-md-n35 {
    inset-inline-end: -2.1875rem !important;
  }
  .end-px-md-n36 {
    inset-inline-end: -2.25rem !important;
  }
  .end-px-md-n37 {
    inset-inline-end: -2.3125rem !important;
  }
  .end-px-md-n38 {
    inset-inline-end: -2.375rem !important;
  }
  .end-px-md-n39 {
    inset-inline-end: -2.4375rem !important;
  }
  .end-px-md-n40 {
    inset-inline-end: -2.5rem !important;
  }
  .end-px-md-n41 {
    inset-inline-end: -2.5625rem !important;
  }
  .end-px-md-n42 {
    inset-inline-end: -2.625rem !important;
  }
  .end-px-md-n43 {
    inset-inline-end: -2.6875rem !important;
  }
  .end-px-md-n44 {
    inset-inline-end: -2.75rem !important;
  }
  .end-px-md-n45 {
    inset-inline-end: -2.8125rem !important;
  }
  .end-px-md-n46 {
    inset-inline-end: -2.875rem !important;
  }
  .end-px-md-n47 {
    inset-inline-end: -2.9375rem !important;
  }
  .end-px-md-n48 {
    inset-inline-end: -3rem !important;
  }
  .end-px-md-n49 {
    inset-inline-end: -3.0625rem !important;
  }
  .end-px-md-n50 {
    inset-inline-end: -3.125rem !important;
  }
  .end-px-md-n51 {
    inset-inline-end: -3.1875rem !important;
  }
  .end-px-md-n52 {
    inset-inline-end: -3.25rem !important;
  }
  .end-px-md-n53 {
    inset-inline-end: -3.3125rem !important;
  }
  .end-px-md-n54 {
    inset-inline-end: -3.375rem !important;
  }
  .end-px-md-n56 {
    inset-inline-end: -3.5rem !important;
  }
  .end-px-md-n57 {
    inset-inline-end: -3.5625rem !important;
  }
  .end-px-md-n58 {
    inset-inline-end: -3.625rem !important;
  }
  .end-px-md-n59 {
    inset-inline-end: -3.6875rem !important;
  }
  .end-px-md-n60 {
    inset-inline-end: -3.75rem !important;
  }
  .end-px-md-n61 {
    inset-inline-end: -3.8125rem !important;
  }
  .end-px-md-n62 {
    inset-inline-end: -3.875rem !important;
  }
  .end-px-md-n63 {
    inset-inline-end: -3.9375rem !important;
  }
  .end-px-md-n64 {
    inset-inline-end: -4rem !important;
  }
  .end-px-md-n68 {
    inset-inline-end: -4.25rem !important;
  }
  .end-px-md-n70 {
    inset-inline-end: -4.375rem !important;
  }
  .end-px-md-n80 {
    inset-inline-end: -5rem !important;
  }
  .end-px-md-n82 {
    inset-inline-end: -5.125rem !important;
  }
  .end-px-md-n83 {
    inset-inline-end: -5.1875rem !important;
  }
  .end-px-md-n84 {
    inset-inline-end: -5.25rem !important;
  }
  .end-px-md-n98 {
    inset-inline-end: -6.125rem !important;
  }
  .end-px-md-n104 {
    inset-inline-end: -6.5rem !important;
  }
  .end-px-md-n122 {
    inset-inline-end: -7.625rem !important;
  }
  .end-px-md-n123 {
    inset-inline-end: -7.6875rem !important;
  }
  .end-px-md-n147 {
    inset-inline-end: -9.1875rem !important;
  }
  .end-px-md-n148 {
    inset-inline-end: -9.25rem !important;
  }
  .end-px-md-n150 {
    inset-inline-end: -9.375rem !important;
  }
  .end-px-md-n180 {
    inset-inline-end: -11.25rem !important;
  }
  .end-px-md-n192 {
    inset-inline-end: -12rem !important;
  }
  .end-px-md-n200 {
    inset-inline-end: -12.5rem !important;
  }
  .end-px-md-n220 {
    inset-inline-end: -13.75rem !important;
  }
  .end-px-md-n270 {
    inset-inline-end: -16.875rem !important;
  }
  .end-px-md-n300 {
    inset-inline-end: -18.75rem !important;
  }
  .end-px-md-n350 {
    inset-inline-end: -21.875rem !important;
  }
  .end-px-md-n400 {
    inset-inline-end: -25rem !important;
  }
  .end-px-md-n500 {
    inset-inline-end: -31.25rem !important;
  }
  .end-px-md-n600 {
    inset-inline-end: -37.5rem !important;
  }
  .object-position-md-top {
    object-position: top !important;
  }
  .object-position-md-center {
    object-position: center !important;
  }
  .object-position-md-bottom {
    object-position: bottom !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    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;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-20 {
    opacity: 0.2 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-30 {
    opacity: 0.3 !important;
  }
  .opacity-lg-35 {
    opacity: 0.35 !important;
  }
  .opacity-lg-40 {
    opacity: 0.4 !important;
  }
  .opacity-lg-45 {
    opacity: 0.45 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-55 {
    opacity: 0.55 !important;
  }
  .opacity-lg-60 {
    opacity: 0.6 !important;
  }
  .opacity-lg-65 {
    opacity: 0.65 !important;
  }
  .opacity-lg-70 {
    opacity: 0.7 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-80 {
    opacity: 0.8 !important;
  }
  .opacity-lg-85 {
    opacity: 0.85 !important;
  }
  .opacity-lg-90 {
    opacity: 0.9 !important;
  }
  .opacity-lg-95 {
    opacity: 0.95 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !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;
  }
  .top-lg-0 {
    inset-block-start: 0% !important;
  }
  .top-lg-5 {
    inset-block-start: 5% !important;
  }
  .top-lg-10 {
    inset-block-start: 10% !important;
  }
  .top-lg-20 {
    inset-block-start: 20% !important;
  }
  .top-lg-25 {
    inset-block-start: 25% !important;
  }
  .top-lg-30 {
    inset-block-start: 30% !important;
  }
  .top-lg-33_3 {
    inset-block-start: 33.3% !important;
  }
  .top-lg-35 {
    inset-block-start: 35% !important;
  }
  .top-lg-40 {
    inset-block-start: 40% !important;
  }
  .top-lg-44 {
    inset-block-start: 44% !important;
  }
  .top-lg-45 {
    inset-block-start: 45% !important;
  }
  .top-lg-46 {
    inset-block-start: 46% !important;
  }
  .top-lg-48 {
    inset-block-start: 48% !important;
  }
  .top-lg-50 {
    inset-block-start: 50% !important;
  }
  .top-lg-60 {
    inset-block-start: 60% !important;
  }
  .top-lg-65 {
    inset-block-start: 65% !important;
  }
  .top-lg-70 {
    inset-block-start: 70% !important;
  }
  .top-lg-75 {
    inset-block-start: 75% !important;
  }
  .top-lg-80 {
    inset-block-start: 80% !important;
  }
  .top-lg-90 {
    inset-block-start: 90% !important;
  }
  .top-lg-95 {
    inset-block-start: 95% !important;
  }
  .top-lg-100 {
    inset-block-start: 100% !important;
  }
  .top-lg-auto {
    inset-block-start: auto !important;
  }
  .bottom-lg-0 {
    inset-block-end: 0% !important;
  }
  .bottom-lg-5 {
    inset-block-end: 5% !important;
  }
  .bottom-lg-10 {
    inset-block-end: 10% !important;
  }
  .bottom-lg-20 {
    inset-block-end: 20% !important;
  }
  .bottom-lg-25 {
    inset-block-end: 25% !important;
  }
  .bottom-lg-30 {
    inset-block-end: 30% !important;
  }
  .bottom-lg-33_3 {
    inset-block-end: 33.3% !important;
  }
  .bottom-lg-35 {
    inset-block-end: 35% !important;
  }
  .bottom-lg-40 {
    inset-block-end: 40% !important;
  }
  .bottom-lg-44 {
    inset-block-end: 44% !important;
  }
  .bottom-lg-45 {
    inset-block-end: 45% !important;
  }
  .bottom-lg-46 {
    inset-block-end: 46% !important;
  }
  .bottom-lg-48 {
    inset-block-end: 48% !important;
  }
  .bottom-lg-50 {
    inset-block-end: 50% !important;
  }
  .bottom-lg-60 {
    inset-block-end: 60% !important;
  }
  .bottom-lg-65 {
    inset-block-end: 65% !important;
  }
  .bottom-lg-70 {
    inset-block-end: 70% !important;
  }
  .bottom-lg-75 {
    inset-block-end: 75% !important;
  }
  .bottom-lg-80 {
    inset-block-end: 80% !important;
  }
  .bottom-lg-90 {
    inset-block-end: 90% !important;
  }
  .bottom-lg-95 {
    inset-block-end: 95% !important;
  }
  .bottom-lg-100 {
    inset-block-end: 100% !important;
  }
  .bottom-lg-auto {
    inset-block-end: auto !important;
  }
  .start-lg-0 {
    inset-inline-start: 0% !important;
  }
  .start-lg-5 {
    inset-inline-start: 5% !important;
  }
  .start-lg-10 {
    inset-inline-start: 10% !important;
  }
  .start-lg-20 {
    inset-inline-start: 20% !important;
  }
  .start-lg-25 {
    inset-inline-start: 25% !important;
  }
  .start-lg-30 {
    inset-inline-start: 30% !important;
  }
  .start-lg-33_3 {
    inset-inline-start: 33.3% !important;
  }
  .start-lg-35 {
    inset-inline-start: 35% !important;
  }
  .start-lg-40 {
    inset-inline-start: 40% !important;
  }
  .start-lg-44 {
    inset-inline-start: 44% !important;
  }
  .start-lg-45 {
    inset-inline-start: 45% !important;
  }
  .start-lg-46 {
    inset-inline-start: 46% !important;
  }
  .start-lg-48 {
    inset-inline-start: 48% !important;
  }
  .start-lg-50 {
    inset-inline-start: 50% !important;
  }
  .start-lg-60 {
    inset-inline-start: 60% !important;
  }
  .start-lg-65 {
    inset-inline-start: 65% !important;
  }
  .start-lg-70 {
    inset-inline-start: 70% !important;
  }
  .start-lg-75 {
    inset-inline-start: 75% !important;
  }
  .start-lg-80 {
    inset-inline-start: 80% !important;
  }
  .start-lg-90 {
    inset-inline-start: 90% !important;
  }
  .start-lg-95 {
    inset-inline-start: 95% !important;
  }
  .start-lg-100 {
    inset-inline-start: 100% !important;
  }
  .start-lg-auto {
    inset-inline-start: auto !important;
  }
  .end-lg-0 {
    inset-inline-end: 0% !important;
  }
  .end-lg-5 {
    inset-inline-end: 5% !important;
  }
  .end-lg-10 {
    inset-inline-end: 10% !important;
  }
  .end-lg-20 {
    inset-inline-end: 20% !important;
  }
  .end-lg-25 {
    inset-inline-end: 25% !important;
  }
  .end-lg-30 {
    inset-inline-end: 30% !important;
  }
  .end-lg-33_3 {
    inset-inline-end: 33.3% !important;
  }
  .end-lg-35 {
    inset-inline-end: 35% !important;
  }
  .end-lg-40 {
    inset-inline-end: 40% !important;
  }
  .end-lg-44 {
    inset-inline-end: 44% !important;
  }
  .end-lg-45 {
    inset-inline-end: 45% !important;
  }
  .end-lg-46 {
    inset-inline-end: 46% !important;
  }
  .end-lg-48 {
    inset-inline-end: 48% !important;
  }
  .end-lg-50 {
    inset-inline-end: 50% !important;
  }
  .end-lg-60 {
    inset-inline-end: 60% !important;
  }
  .end-lg-65 {
    inset-inline-end: 65% !important;
  }
  .end-lg-70 {
    inset-inline-end: 70% !important;
  }
  .end-lg-75 {
    inset-inline-end: 75% !important;
  }
  .end-lg-80 {
    inset-inline-end: 80% !important;
  }
  .end-lg-90 {
    inset-inline-end: 90% !important;
  }
  .end-lg-95 {
    inset-inline-end: 95% !important;
  }
  .end-lg-100 {
    inset-inline-end: 100% !important;
  }
  .end-lg-auto {
    inset-inline-end: auto !important;
  }
  .border-top-lg-0 {
    border-block-start: 0px !important;
  }
  .border-top-lg-1 {
    border-block-start: 1px solid !important;
  }
  .border-top-lg-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-lg-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-lg-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-lg-5 {
    border-block-start: 5px solid !important;
  }
  .border-end-lg-0 {
    border-inline-end: 0px !important;
  }
  .border-end-lg-1 {
    border-inline-end: 1px solid !important;
  }
  .border-end-lg-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-lg-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-lg-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-lg-5 {
    border-inline-end: 5px solid !important;
  }
  .border-bottom-lg-0 {
    border-block-end: 0px !important;
  }
  .border-bottom-lg-1 {
    border-block-end: 1px solid !important;
  }
  .border-bottom-lg-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-lg-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-lg-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-lg-5 {
    border-block-end: 5px solid !important;
  }
  .border-start-lg-0 {
    border-inline-start: 0px !important;
  }
  .border-start-lg-1 {
    border-inline-start: 1px solid !important;
  }
  .border-start-lg-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-lg-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-lg-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-lg-5 {
    border-inline-start: 5px solid !important;
  }
  .max-w-lg-0 {
    max-width: 0% !important;
  }
  .max-w-lg-5 {
    max-width: 5% !important;
  }
  .max-w-lg-10 {
    max-width: 10% !important;
  }
  .max-w-lg-20 {
    max-width: 20% !important;
  }
  .max-w-lg-25 {
    max-width: 25% !important;
  }
  .max-w-lg-30 {
    max-width: 30% !important;
  }
  .max-w-lg-33_3 {
    max-width: 33.3% !important;
  }
  .max-w-lg-35 {
    max-width: 35% !important;
  }
  .max-w-lg-40 {
    max-width: 40% !important;
  }
  .max-w-lg-44 {
    max-width: 44% !important;
  }
  .max-w-lg-45 {
    max-width: 45% !important;
  }
  .max-w-lg-46 {
    max-width: 46% !important;
  }
  .max-w-lg-48 {
    max-width: 48% !important;
  }
  .max-w-lg-50 {
    max-width: 50% !important;
  }
  .max-w-lg-60 {
    max-width: 60% !important;
  }
  .max-w-lg-65 {
    max-width: 65% !important;
  }
  .max-w-lg-70 {
    max-width: 70% !important;
  }
  .max-w-lg-75 {
    max-width: 75% !important;
  }
  .max-w-lg-80 {
    max-width: 80% !important;
  }
  .max-w-lg-90 {
    max-width: 90% !important;
  }
  .max-w-lg-95 {
    max-width: 95% !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .max-w-lg-auto {
    max-width: auto !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-33_3 {
    height: 33.3% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .max-h-lg-0 {
    max-height: 0% !important;
  }
  .max-h-lg-5 {
    max-height: 5% !important;
  }
  .max-h-lg-10 {
    max-height: 10% !important;
  }
  .max-h-lg-20 {
    max-height: 20% !important;
  }
  .max-h-lg-25 {
    max-height: 25% !important;
  }
  .max-h-lg-30 {
    max-height: 30% !important;
  }
  .max-h-lg-33_3 {
    max-height: 33.3% !important;
  }
  .max-h-lg-35 {
    max-height: 35% !important;
  }
  .max-h-lg-40 {
    max-height: 40% !important;
  }
  .max-h-lg-44 {
    max-height: 44% !important;
  }
  .max-h-lg-45 {
    max-height: 45% !important;
  }
  .max-h-lg-46 {
    max-height: 46% !important;
  }
  .max-h-lg-48 {
    max-height: 48% !important;
  }
  .max-h-lg-50 {
    max-height: 50% !important;
  }
  .max-h-lg-60 {
    max-height: 60% !important;
  }
  .max-h-lg-65 {
    max-height: 65% !important;
  }
  .max-h-lg-70 {
    max-height: 70% !important;
  }
  .max-h-lg-75 {
    max-height: 75% !important;
  }
  .max-h-lg-80 {
    max-height: 80% !important;
  }
  .max-h-lg-90 {
    max-height: 90% !important;
  }
  .max-h-lg-95 {
    max-height: 95% !important;
  }
  .max-h-lg-100 {
    max-height: 100% !important;
  }
  .max-h-lg-auto {
    max-height: auto !important;
  }
  .vh-calc-lg-unset {
    height: unset !important;
  }
  .vh-calc-lg-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-calc-lg-92 {
    height: calc(100vh - 92px) !important;
  }
  .vh-calc-lg-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-calc-lg-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-calc-lg-156 {
    height: calc(100vh - 156px) !important;
  }
  .vh-calc-lg-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-calc-lg-188 {
    height: calc(100vh - 60px - 128px) !important;
  }
  .vh-calc-lg-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-calc-lg-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-calc-lg-198 {
    height: calc(100vh - 60px - 138px) !important;
  }
  .vh-calc-lg-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-calc-lg-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-calc-lg-210 {
    height: calc(100vh - 60px - 150px) !important;
  }
  .vh-calc-lg-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-calc-lg-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-calc-lg-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-calc-lg-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-calc-lg-242 {
    height: calc(100vh - 60px - 80px - 102px) !important;
  }
  .vh-calc-lg-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-calc-lg-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-lg-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-lg-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-calc-lg-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-calc-lg-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-calc-lg-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-calc-lg-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-calc-lg-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-calc-lg-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-calc-lg-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-calc-lg-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-calc-lg-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-calc-lg-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-calc-lg-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-calc-lg-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-calc-lg-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-calc-lg-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-calc-lg-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-calc-lg-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-calc-lg-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-calc-lg-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-calc-lg-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-calc-lg-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-calc-lg-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .flex-lg-auto {
    flex: 1 1 auto !important;
  }
  .flex-lg-0 {
    flex: 0 0 auto !important;
  }
  .flex-lg-1 {
    flex: 1 !important;
  }
  .flex-lg-2 {
    flex: 2 !important;
  }
  .flex-lg-3 {
    flex: 3 !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: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-px-lg-0 {
    row-gap: 0rem !important;
  }
  .row-gap-px-lg-1 {
    row-gap: 0.0625rem !important;
  }
  .row-gap-px-lg-2 {
    row-gap: 0.125rem !important;
  }
  .row-gap-px-lg-3 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-px-lg-4 {
    row-gap: 0.25rem !important;
  }
  .row-gap-px-lg-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-px-lg-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-px-lg-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-px-lg-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-px-lg-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-px-lg-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-px-lg-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-px-lg-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-px-lg-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-px-lg-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-px-lg-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-px-lg-16 {
    row-gap: 1rem !important;
  }
  .row-gap-px-lg-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-px-lg-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-px-lg-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-px-lg-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-px-lg-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-px-lg-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-px-lg-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-px-lg-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-px-lg-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-px-lg-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-px-lg-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-px-lg-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-px-lg-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-px-lg-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-px-lg-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-px-lg-32 {
    row-gap: 2rem !important;
  }
  .row-gap-px-lg-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-px-lg-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-px-lg-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-px-lg-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-px-lg-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-px-lg-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-px-lg-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-px-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-px-lg-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-px-lg-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-px-lg-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-px-lg-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-px-lg-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-px-lg-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-px-lg-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-px-lg-48 {
    row-gap: 3rem !important;
  }
  .row-gap-px-lg-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-px-lg-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-px-lg-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-px-lg-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-px-lg-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-px-lg-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-px-lg-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-px-lg-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-px-lg-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-px-lg-59 {
    row-gap: 3.6875rem !important;
  }
  .row-gap-px-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-px-lg-61 {
    row-gap: 3.8125rem !important;
  }
  .row-gap-px-lg-62 {
    row-gap: 3.875rem !important;
  }
  .row-gap-px-lg-63 {
    row-gap: 3.9375rem !important;
  }
  .row-gap-px-lg-64 {
    row-gap: 4rem !important;
  }
  .row-gap-px-lg-68 {
    row-gap: 4.25rem !important;
  }
  .row-gap-px-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-px-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-px-lg-82 {
    row-gap: 5.125rem !important;
  }
  .row-gap-px-lg-83 {
    row-gap: 5.1875rem !important;
  }
  .row-gap-px-lg-84 {
    row-gap: 5.25rem !important;
  }
  .row-gap-px-lg-98 {
    row-gap: 6.125rem !important;
  }
  .row-gap-px-lg-104 {
    row-gap: 6.5rem !important;
  }
  .row-gap-px-lg-122 {
    row-gap: 7.625rem !important;
  }
  .row-gap-px-lg-123 {
    row-gap: 7.6875rem !important;
  }
  .row-gap-px-lg-147 {
    row-gap: 9.1875rem !important;
  }
  .row-gap-px-lg-148 {
    row-gap: 9.25rem !important;
  }
  .row-gap-px-lg-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-px-lg-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-px-lg-192 {
    row-gap: 12rem !important;
  }
  .row-gap-px-lg-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-px-lg-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-px-lg-270 {
    row-gap: 16.875rem !important;
  }
  .row-gap-px-lg-300 {
    row-gap: 18.75rem !important;
  }
  .row-gap-px-lg-350 {
    row-gap: 21.875rem !important;
  }
  .row-gap-px-lg-400 {
    row-gap: 25rem !important;
  }
  .row-gap-px-lg-500 {
    row-gap: 31.25rem !important;
  }
  .row-gap-px-lg-600 {
    row-gap: 37.5rem !important;
  }
  .column-gap-px-lg-0 {
    column-gap: 0rem !important;
  }
  .column-gap-px-lg-1 {
    column-gap: 0.0625rem !important;
  }
  .column-gap-px-lg-2 {
    column-gap: 0.125rem !important;
  }
  .column-gap-px-lg-3 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-px-lg-4 {
    column-gap: 0.25rem !important;
  }
  .column-gap-px-lg-5 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-px-lg-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-px-lg-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-px-lg-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-px-lg-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-px-lg-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-px-lg-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-px-lg-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-px-lg-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-px-lg-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-px-lg-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-px-lg-16 {
    column-gap: 1rem !important;
  }
  .column-gap-px-lg-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-px-lg-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-px-lg-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-px-lg-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-px-lg-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-px-lg-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-px-lg-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-px-lg-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-px-lg-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-px-lg-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-px-lg-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-px-lg-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-px-lg-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-px-lg-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-px-lg-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-px-lg-32 {
    column-gap: 2rem !important;
  }
  .column-gap-px-lg-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-px-lg-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-px-lg-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-px-lg-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-px-lg-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-px-lg-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-px-lg-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-px-lg-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-px-lg-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-px-lg-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-px-lg-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-px-lg-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-px-lg-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-px-lg-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-px-lg-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-px-lg-48 {
    column-gap: 3rem !important;
  }
  .column-gap-px-lg-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-px-lg-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-px-lg-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-px-lg-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-px-lg-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-px-lg-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-px-lg-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-px-lg-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-px-lg-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-px-lg-59 {
    column-gap: 3.6875rem !important;
  }
  .column-gap-px-lg-60 {
    column-gap: 3.75rem !important;
  }
  .column-gap-px-lg-61 {
    column-gap: 3.8125rem !important;
  }
  .column-gap-px-lg-62 {
    column-gap: 3.875rem !important;
  }
  .column-gap-px-lg-63 {
    column-gap: 3.9375rem !important;
  }
  .column-gap-px-lg-64 {
    column-gap: 4rem !important;
  }
  .column-gap-px-lg-68 {
    column-gap: 4.25rem !important;
  }
  .column-gap-px-lg-70 {
    column-gap: 4.375rem !important;
  }
  .column-gap-px-lg-80 {
    column-gap: 5rem !important;
  }
  .column-gap-px-lg-82 {
    column-gap: 5.125rem !important;
  }
  .column-gap-px-lg-83 {
    column-gap: 5.1875rem !important;
  }
  .column-gap-px-lg-84 {
    column-gap: 5.25rem !important;
  }
  .column-gap-px-lg-98 {
    column-gap: 6.125rem !important;
  }
  .column-gap-px-lg-104 {
    column-gap: 6.5rem !important;
  }
  .column-gap-px-lg-122 {
    column-gap: 7.625rem !important;
  }
  .column-gap-px-lg-123 {
    column-gap: 7.6875rem !important;
  }
  .column-gap-px-lg-147 {
    column-gap: 9.1875rem !important;
  }
  .column-gap-px-lg-148 {
    column-gap: 9.25rem !important;
  }
  .column-gap-px-lg-150 {
    column-gap: 9.375rem !important;
  }
  .column-gap-px-lg-180 {
    column-gap: 11.25rem !important;
  }
  .column-gap-px-lg-192 {
    column-gap: 12rem !important;
  }
  .column-gap-px-lg-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-px-lg-220 {
    column-gap: 13.75rem !important;
  }
  .column-gap-px-lg-270 {
    column-gap: 16.875rem !important;
  }
  .column-gap-px-lg-300 {
    column-gap: 18.75rem !important;
  }
  .column-gap-px-lg-350 {
    column-gap: 21.875rem !important;
  }
  .column-gap-px-lg-400 {
    column-gap: 25rem !important;
  }
  .column-gap-px-lg-500 {
    column-gap: 31.25rem !important;
  }
  .column-gap-px-lg-600 {
    column-gap: 37.5rem !important;
  }
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .grid-cols-lg-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .fs-lg-0 {
    font-size: 0rem !important;
  }
  .fs-lg-1 {
    font-size: 0.0625rem !important;
  }
  .fs-lg-2 {
    font-size: 0.125rem !important;
  }
  .fs-lg-3 {
    font-size: 0.1875rem !important;
  }
  .fs-lg-4 {
    font-size: 0.25rem !important;
  }
  .fs-lg-5 {
    font-size: 0.3125rem !important;
  }
  .fs-lg-6 {
    font-size: 0.375rem !important;
  }
  .fs-lg-7 {
    font-size: 0.4375rem !important;
  }
  .fs-lg-8 {
    font-size: 0.5rem !important;
  }
  .fs-lg-9 {
    font-size: 0.5625rem !important;
  }
  .fs-lg-10 {
    font-size: 0.625rem !important;
  }
  .fs-lg-11 {
    font-size: 0.6875rem !important;
  }
  .fs-lg-12 {
    font-size: 0.75rem !important;
  }
  .fs-lg-13 {
    font-size: 0.8125rem !important;
  }
  .fs-lg-14 {
    font-size: 0.875rem !important;
  }
  .fs-lg-15 {
    font-size: 0.9375rem !important;
  }
  .fs-lg-16 {
    font-size: 1rem !important;
  }
  .fs-lg-17 {
    font-size: 1.0625rem !important;
  }
  .fs-lg-18 {
    font-size: 1.125rem !important;
  }
  .fs-lg-19 {
    font-size: 1.1875rem !important;
  }
  .fs-lg-20 {
    font-size: 1.25rem !important;
  }
  .fs-lg-21 {
    font-size: 1.3125rem !important;
  }
  .fs-lg-22 {
    font-size: 1.375rem !important;
  }
  .fs-lg-23 {
    font-size: 1.4375rem !important;
  }
  .fs-lg-24 {
    font-size: 1.5rem !important;
  }
  .fs-lg-25 {
    font-size: 1.5625rem !important;
  }
  .fs-lg-26 {
    font-size: 1.625rem !important;
  }
  .fs-lg-27 {
    font-size: 1.6875rem !important;
  }
  .fs-lg-28 {
    font-size: 1.75rem !important;
  }
  .fs-lg-29 {
    font-size: 1.8125rem !important;
  }
  .fs-lg-30 {
    font-size: 1.875rem !important;
  }
  .fs-lg-31 {
    font-size: 1.9375rem !important;
  }
  .fs-lg-32 {
    font-size: 2rem !important;
  }
  .fs-lg-33 {
    font-size: 2.0625rem !important;
  }
  .fs-lg-34 {
    font-size: 2.125rem !important;
  }
  .fs-lg-35 {
    font-size: 2.1875rem !important;
  }
  .fs-lg-36 {
    font-size: 2.25rem !important;
  }
  .fs-lg-37 {
    font-size: 2.3125rem !important;
  }
  .fs-lg-38 {
    font-size: 2.375rem !important;
  }
  .fs-lg-39 {
    font-size: 2.4375rem !important;
  }
  .fs-lg-40 {
    font-size: 2.5rem !important;
  }
  .fs-lg-41 {
    font-size: 2.5625rem !important;
  }
  .fs-lg-42 {
    font-size: 2.625rem !important;
  }
  .fs-lg-43 {
    font-size: 2.6875rem !important;
  }
  .fs-lg-44 {
    font-size: 2.75rem !important;
  }
  .fs-lg-45 {
    font-size: 2.8125rem !important;
  }
  .fs-lg-46 {
    font-size: 2.875rem !important;
  }
  .fs-lg-47 {
    font-size: 2.9375rem !important;
  }
  .fs-lg-48 {
    font-size: 3rem !important;
  }
  .fs-lg-49 {
    font-size: 3.0625rem !important;
  }
  .fs-lg-50 {
    font-size: 3.125rem !important;
  }
  .fs-lg-51 {
    font-size: 3.1875rem !important;
  }
  .fs-lg-52 {
    font-size: 3.25rem !important;
  }
  .fs-lg-53 {
    font-size: 3.3125rem !important;
  }
  .fs-lg-54 {
    font-size: 3.375rem !important;
  }
  .fs-lg-56 {
    font-size: 3.5rem !important;
  }
  .fs-lg-57 {
    font-size: 3.5625rem !important;
  }
  .fs-lg-58 {
    font-size: 3.625rem !important;
  }
  .fs-lg-59 {
    font-size: 3.6875rem !important;
  }
  .fs-lg-60 {
    font-size: 3.75rem !important;
  }
  .fs-lg-61 {
    font-size: 3.8125rem !important;
  }
  .fs-lg-62 {
    font-size: 3.875rem !important;
  }
  .fs-lg-63 {
    font-size: 3.9375rem !important;
  }
  .fs-lg-64 {
    font-size: 4rem !important;
  }
  .fs-lg-68 {
    font-size: 4.25rem !important;
  }
  .fs-lg-70 {
    font-size: 4.375rem !important;
  }
  .fs-lg-80 {
    font-size: 5rem !important;
  }
  .fs-lg-82 {
    font-size: 5.125rem !important;
  }
  .fs-lg-83 {
    font-size: 5.1875rem !important;
  }
  .fs-lg-84 {
    font-size: 5.25rem !important;
  }
  .fs-lg-98 {
    font-size: 6.125rem !important;
  }
  .fs-lg-104 {
    font-size: 6.5rem !important;
  }
  .fs-lg-122 {
    font-size: 7.625rem !important;
  }
  .fs-lg-123 {
    font-size: 7.6875rem !important;
  }
  .fs-lg-147 {
    font-size: 9.1875rem !important;
  }
  .fs-lg-148 {
    font-size: 9.25rem !important;
  }
  .fs-lg-150 {
    font-size: 9.375rem !important;
  }
  .fs-lg-180 {
    font-size: 11.25rem !important;
  }
  .fs-lg-192 {
    font-size: 12rem !important;
  }
  .fs-lg-200 {
    font-size: 12.5rem !important;
  }
  .fs-lg-220 {
    font-size: 13.75rem !important;
  }
  .fs-lg-270 {
    font-size: 16.875rem !important;
  }
  .fs-lg-300 {
    font-size: 18.75rem !important;
  }
  .fs-lg-350 {
    font-size: 21.875rem !important;
  }
  .fs-lg-400 {
    font-size: 25rem !important;
  }
  .fs-lg-500 {
    font-size: 31.25rem !important;
  }
  .fs-lg-600 {
    font-size: 37.5rem !important;
  }
  .w-px-lg-0 {
    width: 0rem !important;
  }
  .w-px-lg-1 {
    width: 0.0625rem !important;
  }
  .w-px-lg-2 {
    width: 0.125rem !important;
  }
  .w-px-lg-3 {
    width: 0.1875rem !important;
  }
  .w-px-lg-4 {
    width: 0.25rem !important;
  }
  .w-px-lg-5 {
    width: 0.3125rem !important;
  }
  .w-px-lg-6 {
    width: 0.375rem !important;
  }
  .w-px-lg-7 {
    width: 0.4375rem !important;
  }
  .w-px-lg-8 {
    width: 0.5rem !important;
  }
  .w-px-lg-9 {
    width: 0.5625rem !important;
  }
  .w-px-lg-10 {
    width: 0.625rem !important;
  }
  .w-px-lg-11 {
    width: 0.6875rem !important;
  }
  .w-px-lg-12 {
    width: 0.75rem !important;
  }
  .w-px-lg-13 {
    width: 0.8125rem !important;
  }
  .w-px-lg-14 {
    width: 0.875rem !important;
  }
  .w-px-lg-15 {
    width: 0.9375rem !important;
  }
  .w-px-lg-16 {
    width: 1rem !important;
  }
  .w-px-lg-17 {
    width: 1.0625rem !important;
  }
  .w-px-lg-18 {
    width: 1.125rem !important;
  }
  .w-px-lg-19 {
    width: 1.1875rem !important;
  }
  .w-px-lg-20 {
    width: 1.25rem !important;
  }
  .w-px-lg-21 {
    width: 1.3125rem !important;
  }
  .w-px-lg-22 {
    width: 1.375rem !important;
  }
  .w-px-lg-23 {
    width: 1.4375rem !important;
  }
  .w-px-lg-24 {
    width: 1.5rem !important;
  }
  .w-px-lg-25 {
    width: 1.5625rem !important;
  }
  .w-px-lg-26 {
    width: 1.625rem !important;
  }
  .w-px-lg-27 {
    width: 1.6875rem !important;
  }
  .w-px-lg-28 {
    width: 1.75rem !important;
  }
  .w-px-lg-29 {
    width: 1.8125rem !important;
  }
  .w-px-lg-30 {
    width: 1.875rem !important;
  }
  .w-px-lg-31 {
    width: 1.9375rem !important;
  }
  .w-px-lg-32 {
    width: 2rem !important;
  }
  .w-px-lg-33 {
    width: 2.0625rem !important;
  }
  .w-px-lg-34 {
    width: 2.125rem !important;
  }
  .w-px-lg-35 {
    width: 2.1875rem !important;
  }
  .w-px-lg-36 {
    width: 2.25rem !important;
  }
  .w-px-lg-37 {
    width: 2.3125rem !important;
  }
  .w-px-lg-38 {
    width: 2.375rem !important;
  }
  .w-px-lg-39 {
    width: 2.4375rem !important;
  }
  .w-px-lg-40 {
    width: 2.5rem !important;
  }
  .w-px-lg-41 {
    width: 2.5625rem !important;
  }
  .w-px-lg-42 {
    width: 2.625rem !important;
  }
  .w-px-lg-43 {
    width: 2.6875rem !important;
  }
  .w-px-lg-44 {
    width: 2.75rem !important;
  }
  .w-px-lg-45 {
    width: 2.8125rem !important;
  }
  .w-px-lg-46 {
    width: 2.875rem !important;
  }
  .w-px-lg-47 {
    width: 2.9375rem !important;
  }
  .w-px-lg-48 {
    width: 3rem !important;
  }
  .w-px-lg-49 {
    width: 3.0625rem !important;
  }
  .w-px-lg-50 {
    width: 3.125rem !important;
  }
  .w-px-lg-51 {
    width: 3.1875rem !important;
  }
  .w-px-lg-52 {
    width: 3.25rem !important;
  }
  .w-px-lg-53 {
    width: 3.3125rem !important;
  }
  .w-px-lg-54 {
    width: 3.375rem !important;
  }
  .w-px-lg-56 {
    width: 3.5rem !important;
  }
  .w-px-lg-57 {
    width: 3.5625rem !important;
  }
  .w-px-lg-58 {
    width: 3.625rem !important;
  }
  .w-px-lg-59 {
    width: 3.6875rem !important;
  }
  .w-px-lg-60 {
    width: 3.75rem !important;
  }
  .w-px-lg-61 {
    width: 3.8125rem !important;
  }
  .w-px-lg-62 {
    width: 3.875rem !important;
  }
  .w-px-lg-63 {
    width: 3.9375rem !important;
  }
  .w-px-lg-64 {
    width: 4rem !important;
  }
  .w-px-lg-68 {
    width: 4.25rem !important;
  }
  .w-px-lg-70 {
    width: 4.375rem !important;
  }
  .w-px-lg-80 {
    width: 5rem !important;
  }
  .w-px-lg-82 {
    width: 5.125rem !important;
  }
  .w-px-lg-83 {
    width: 5.1875rem !important;
  }
  .w-px-lg-84 {
    width: 5.25rem !important;
  }
  .w-px-lg-98 {
    width: 6.125rem !important;
  }
  .w-px-lg-104 {
    width: 6.5rem !important;
  }
  .w-px-lg-122 {
    width: 7.625rem !important;
  }
  .w-px-lg-123 {
    width: 7.6875rem !important;
  }
  .w-px-lg-147 {
    width: 9.1875rem !important;
  }
  .w-px-lg-148 {
    width: 9.25rem !important;
  }
  .w-px-lg-150 {
    width: 9.375rem !important;
  }
  .w-px-lg-180 {
    width: 11.25rem !important;
  }
  .w-px-lg-192 {
    width: 12rem !important;
  }
  .w-px-lg-200 {
    width: 12.5rem !important;
  }
  .w-px-lg-220 {
    width: 13.75rem !important;
  }
  .w-px-lg-270 {
    width: 16.875rem !important;
  }
  .w-px-lg-300 {
    width: 18.75rem !important;
  }
  .w-px-lg-350 {
    width: 21.875rem !important;
  }
  .w-px-lg-400 {
    width: 25rem !important;
  }
  .w-px-lg-500 {
    width: 31.25rem !important;
  }
  .w-px-lg-600 {
    width: 37.5rem !important;
  }
  .w-rem-lg-unset {
    width: unset !important;
  }
  .w-rem-lg-1 {
    width: 1rem !important;
  }
  .w-rem-lg-2 {
    width: 2rem !important;
  }
  .w-rem-lg-3 {
    width: 3rem !important;
  }
  .w-rem-lg-4 {
    width: 4rem !important;
  }
  .w-rem-lg-5 {
    width: 5rem !important;
  }
  .w-rem-lg-7 {
    width: 7rem !important;
  }
  .w-rem-lg-8 {
    width: 8rem !important;
  }
  .w-rem-lg-9 {
    width: 9rem !important;
  }
  .w-rem-lg-10 {
    width: 10rem !important;
  }
  .w-rem-lg-11 {
    width: 11rem !important;
  }
  .w-rem-lg-12 {
    width: 12rem !important;
  }
  .w-rem-lg-13 {
    width: 13rem !important;
  }
  .w-rem-lg-14 {
    width: 14rem !important;
  }
  .w-rem-lg-15 {
    width: 15rem !important;
  }
  .w-rem-lg-16 {
    width: 16rem !important;
  }
  .w-rem-lg-17 {
    width: 17rem !important;
  }
  .w-rem-lg-18 {
    width: 18rem !important;
  }
  .w-rem-lg-19 {
    width: 19rem !important;
  }
  .w-rem-lg-20 {
    width: 20rem !important;
  }
  .w-rem-lg-23 {
    width: 23rem !important;
  }
  .w-rem-lg-25 {
    width: 25rem !important;
  }
  .w-rem-lg-30 {
    width: 30rem !important;
  }
  .w-rem-lg-31 {
    width: 31rem !important;
  }
  .w-rem-lg-32 {
    width: 32rem !important;
  }
  .w-rem-lg-33 {
    width: 33rem !important;
  }
  .w-rem-lg-34 {
    width: 34rem !important;
  }
  .w-rem-lg-35 {
    width: 35rem !important;
  }
  .w-rem-lg-36 {
    width: 36rem !important;
  }
  .w-rem-lg-37 {
    width: 37rem !important;
  }
  .w-rem-lg-38 {
    width: 38rem !important;
  }
  .w-rem-lg-39 {
    width: 39rem !important;
  }
  .w-rem-lg-40 {
    width: 40rem !important;
  }
  .w-rem-lg-41 {
    width: 41rem !important;
  }
  .w-rem-lg-42 {
    width: 42rem !important;
  }
  .w-rem-lg-43 {
    width: 43rem !important;
  }
  .w-rem-lg-44 {
    width: 44rem !important;
  }
  .w-rem-lg-45 {
    width: 45rem !important;
  }
  .w-rem-lg-46 {
    width: 46rem !important;
  }
  .w-rem-lg-47 {
    width: 47rem !important;
  }
  .w-rem-lg-48 {
    width: 48rem !important;
  }
  .w-rem-lg-49 {
    width: 49rem !important;
  }
  .w-rem-lg-50 {
    width: 50rem !important;
  }
  .w-rem-lg-51 {
    width: 51rem !important;
  }
  .w-rem-lg-52 {
    width: 52rem !important;
  }
  .w-rem-lg-53 {
    width: 53rem !important;
  }
  .w-rem-lg-54 {
    width: 54rem !important;
  }
  .w-rem-lg-55 {
    width: 55rem !important;
  }
  .w-rem-lg-56 {
    width: 56rem !important;
  }
  .w-rem-lg-57 {
    width: 57rem !important;
  }
  .w-rem-lg-58 {
    width: 58rem !important;
  }
  .w-rem-lg-59 {
    width: 59rem !important;
  }
  .w-rem-lg-60 {
    width: 60rem !important;
  }
  .w-rem-lg-61 {
    width: 61rem !important;
  }
  .w-rem-lg-62 {
    width: 62rem !important;
  }
  .w-rem-lg-63 {
    width: 63rem !important;
  }
  .w-rem-lg-64 {
    width: 64rem !important;
  }
  .w-rem-lg-65 {
    width: 65rem !important;
  }
  .w-rem-lg-66 {
    width: 66rem !important;
  }
  .w-rem-lg-67 {
    width: 67rem !important;
  }
  .w-rem-lg-68 {
    width: 68rem !important;
  }
  .w-rem-lg-69 {
    width: 69rem !important;
  }
  .w-rem-lg-70 {
    width: 70rem !important;
  }
  .w-rem-lg-71 {
    width: 71rem !important;
  }
  .w-rem-lg-72 {
    width: 72rem !important;
  }
  .w-rem-lg-73 {
    width: 73rem !important;
  }
  .w-rem-lg-74 {
    width: 74rem !important;
  }
  .w-rem-lg-75 {
    width: 75rem !important;
  }
  .w-rem-lg-76 {
    width: 76rem !important;
  }
  .w-rem-lg-77 {
    width: 77rem !important;
  }
  .w-rem-lg-78 {
    width: 78rem !important;
  }
  .w-rem-lg-79 {
    width: 79rem !important;
  }
  .w-rem-lg-80 {
    width: 80rem !important;
  }
  .w-rem-lg-95 {
    width: 95rem !important;
  }
  .w-rem-lg-96 {
    width: 96rem !important;
  }
  .w-rem-lg-97 {
    width: 97rem !important;
  }
  .w-rem-lg-100 {
    width: 100% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-33_3 {
    width: 33.3% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .min-w-lg-0 {
    min-width: 0% !important;
  }
  .min-w-lg-5 {
    min-width: 5% !important;
  }
  .min-w-lg-10 {
    min-width: 10% !important;
  }
  .min-w-lg-20 {
    min-width: 20% !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .min-w-lg-30 {
    min-width: 30% !important;
  }
  .min-w-lg-33_3 {
    min-width: 33.3% !important;
  }
  .min-w-lg-35 {
    min-width: 35% !important;
  }
  .min-w-lg-40 {
    min-width: 40% !important;
  }
  .min-w-lg-44 {
    min-width: 44% !important;
  }
  .min-w-lg-45 {
    min-width: 45% !important;
  }
  .min-w-lg-46 {
    min-width: 46% !important;
  }
  .min-w-lg-48 {
    min-width: 48% !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .min-w-lg-60 {
    min-width: 60% !important;
  }
  .min-w-lg-65 {
    min-width: 65% !important;
  }
  .min-w-lg-70 {
    min-width: 70% !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .min-w-lg-80 {
    min-width: 80% !important;
  }
  .min-w-lg-90 {
    min-width: 90% !important;
  }
  .min-w-lg-95 {
    min-width: 95% !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .min-w-lg-auto {
    min-width: auto !important;
  }
  .max-w-px-lg-0 {
    max-width: 0rem !important;
  }
  .max-w-px-lg-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-lg-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-lg-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-lg-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-lg-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-lg-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-lg-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-lg-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-lg-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-lg-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-lg-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-lg-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-lg-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-lg-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-lg-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-lg-16 {
    max-width: 1rem !important;
  }
  .max-w-px-lg-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-lg-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-lg-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-lg-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-lg-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-lg-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-lg-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-lg-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-lg-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-lg-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-lg-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-lg-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-lg-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-lg-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-lg-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-lg-32 {
    max-width: 2rem !important;
  }
  .max-w-px-lg-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-lg-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-lg-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-lg-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-lg-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-lg-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-lg-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-lg-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-lg-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-lg-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-lg-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-lg-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-lg-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-lg-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-lg-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-lg-48 {
    max-width: 3rem !important;
  }
  .max-w-px-lg-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-lg-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-lg-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-lg-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-lg-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-lg-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-lg-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-lg-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-lg-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-lg-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-lg-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-lg-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-lg-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-lg-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-lg-64 {
    max-width: 4rem !important;
  }
  .max-w-px-lg-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-lg-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-lg-80 {
    max-width: 5rem !important;
  }
  .max-w-px-lg-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-lg-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-lg-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-lg-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-lg-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-lg-122 {
    max-width: 7.625rem !important;
  }
  .max-w-px-lg-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-lg-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-lg-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-lg-150 {
    max-width: 9.375rem !important;
  }
  .max-w-px-lg-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-lg-192 {
    max-width: 12rem !important;
  }
  .max-w-px-lg-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-lg-220 {
    max-width: 13.75rem !important;
  }
  .max-w-px-lg-270 {
    max-width: 16.875rem !important;
  }
  .max-w-px-lg-300 {
    max-width: 18.75rem !important;
  }
  .max-w-px-lg-350 {
    max-width: 21.875rem !important;
  }
  .max-w-px-lg-400 {
    max-width: 25rem !important;
  }
  .max-w-px-lg-500 {
    max-width: 31.25rem !important;
  }
  .max-w-px-lg-600 {
    max-width: 37.5rem !important;
  }
  .min-w-px-lg-0 {
    min-width: 0rem !important;
  }
  .min-w-px-lg-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-lg-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-lg-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-lg-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-lg-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-lg-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-lg-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-lg-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-lg-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-lg-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-lg-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-lg-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-lg-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-lg-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-lg-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-lg-16 {
    min-width: 1rem !important;
  }
  .min-w-px-lg-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-lg-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-lg-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-lg-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-lg-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-lg-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-lg-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-lg-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-lg-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-lg-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-lg-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-lg-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-lg-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-lg-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-lg-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-lg-32 {
    min-width: 2rem !important;
  }
  .min-w-px-lg-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-lg-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-lg-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-lg-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-lg-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-lg-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-lg-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-lg-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-lg-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-lg-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-lg-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-lg-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-lg-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-lg-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-lg-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-lg-48 {
    min-width: 3rem !important;
  }
  .min-w-px-lg-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-lg-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-lg-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-lg-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-lg-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-lg-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-lg-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-lg-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-lg-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-lg-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-lg-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-lg-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-lg-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-lg-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-lg-64 {
    min-width: 4rem !important;
  }
  .min-w-px-lg-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-lg-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-lg-80 {
    min-width: 5rem !important;
  }
  .min-w-px-lg-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-lg-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-lg-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-lg-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-lg-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-lg-122 {
    min-width: 7.625rem !important;
  }
  .min-w-px-lg-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-lg-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-lg-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-lg-150 {
    min-width: 9.375rem !important;
  }
  .min-w-px-lg-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-lg-192 {
    min-width: 12rem !important;
  }
  .min-w-px-lg-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-lg-220 {
    min-width: 13.75rem !important;
  }
  .min-w-px-lg-270 {
    min-width: 16.875rem !important;
  }
  .min-w-px-lg-300 {
    min-width: 18.75rem !important;
  }
  .min-w-px-lg-350 {
    min-width: 21.875rem !important;
  }
  .min-w-px-lg-400 {
    min-width: 25rem !important;
  }
  .min-w-px-lg-500 {
    min-width: 31.25rem !important;
  }
  .min-w-px-lg-600 {
    min-width: 37.5rem !important;
  }
  .max-w-rem-lg-unset {
    max-width: unset !important;
  }
  .max-w-rem-lg-1 {
    max-width: 1rem !important;
  }
  .max-w-rem-lg-2 {
    max-width: 2rem !important;
  }
  .max-w-rem-lg-3 {
    max-width: 3rem !important;
  }
  .max-w-rem-lg-4 {
    max-width: 4rem !important;
  }
  .max-w-rem-lg-5 {
    max-width: 5rem !important;
  }
  .max-w-rem-lg-7 {
    max-width: 7rem !important;
  }
  .max-w-rem-lg-8 {
    max-width: 8rem !important;
  }
  .max-w-rem-lg-9 {
    max-width: 9rem !important;
  }
  .max-w-rem-lg-10 {
    max-width: 10rem !important;
  }
  .max-w-rem-lg-11 {
    max-width: 11rem !important;
  }
  .max-w-rem-lg-12 {
    max-width: 12rem !important;
  }
  .max-w-rem-lg-13 {
    max-width: 13rem !important;
  }
  .max-w-rem-lg-14 {
    max-width: 14rem !important;
  }
  .max-w-rem-lg-15 {
    max-width: 15rem !important;
  }
  .max-w-rem-lg-16 {
    max-width: 16rem !important;
  }
  .max-w-rem-lg-17 {
    max-width: 17rem !important;
  }
  .max-w-rem-lg-18 {
    max-width: 18rem !important;
  }
  .max-w-rem-lg-19 {
    max-width: 19rem !important;
  }
  .max-w-rem-lg-20 {
    max-width: 20rem !important;
  }
  .max-w-rem-lg-23 {
    max-width: 23rem !important;
  }
  .max-w-rem-lg-25 {
    max-width: 25rem !important;
  }
  .max-w-rem-lg-30 {
    max-width: 30rem !important;
  }
  .max-w-rem-lg-31 {
    max-width: 31rem !important;
  }
  .max-w-rem-lg-32 {
    max-width: 32rem !important;
  }
  .max-w-rem-lg-33 {
    max-width: 33rem !important;
  }
  .max-w-rem-lg-34 {
    max-width: 34rem !important;
  }
  .max-w-rem-lg-35 {
    max-width: 35rem !important;
  }
  .max-w-rem-lg-36 {
    max-width: 36rem !important;
  }
  .max-w-rem-lg-37 {
    max-width: 37rem !important;
  }
  .max-w-rem-lg-38 {
    max-width: 38rem !important;
  }
  .max-w-rem-lg-39 {
    max-width: 39rem !important;
  }
  .max-w-rem-lg-40 {
    max-width: 40rem !important;
  }
  .max-w-rem-lg-41 {
    max-width: 41rem !important;
  }
  .max-w-rem-lg-42 {
    max-width: 42rem !important;
  }
  .max-w-rem-lg-43 {
    max-width: 43rem !important;
  }
  .max-w-rem-lg-44 {
    max-width: 44rem !important;
  }
  .max-w-rem-lg-45 {
    max-width: 45rem !important;
  }
  .max-w-rem-lg-46 {
    max-width: 46rem !important;
  }
  .max-w-rem-lg-47 {
    max-width: 47rem !important;
  }
  .max-w-rem-lg-48 {
    max-width: 48rem !important;
  }
  .max-w-rem-lg-49 {
    max-width: 49rem !important;
  }
  .max-w-rem-lg-50 {
    max-width: 50rem !important;
  }
  .max-w-rem-lg-51 {
    max-width: 51rem !important;
  }
  .max-w-rem-lg-52 {
    max-width: 52rem !important;
  }
  .max-w-rem-lg-53 {
    max-width: 53rem !important;
  }
  .max-w-rem-lg-54 {
    max-width: 54rem !important;
  }
  .max-w-rem-lg-55 {
    max-width: 55rem !important;
  }
  .max-w-rem-lg-56 {
    max-width: 56rem !important;
  }
  .max-w-rem-lg-57 {
    max-width: 57rem !important;
  }
  .max-w-rem-lg-58 {
    max-width: 58rem !important;
  }
  .max-w-rem-lg-59 {
    max-width: 59rem !important;
  }
  .max-w-rem-lg-60 {
    max-width: 60rem !important;
  }
  .max-w-rem-lg-61 {
    max-width: 61rem !important;
  }
  .max-w-rem-lg-62 {
    max-width: 62rem !important;
  }
  .max-w-rem-lg-63 {
    max-width: 63rem !important;
  }
  .max-w-rem-lg-64 {
    max-width: 64rem !important;
  }
  .max-w-rem-lg-65 {
    max-width: 65rem !important;
  }
  .max-w-rem-lg-66 {
    max-width: 66rem !important;
  }
  .max-w-rem-lg-67 {
    max-width: 67rem !important;
  }
  .max-w-rem-lg-68 {
    max-width: 68rem !important;
  }
  .max-w-rem-lg-69 {
    max-width: 69rem !important;
  }
  .max-w-rem-lg-70 {
    max-width: 70rem !important;
  }
  .max-w-rem-lg-71 {
    max-width: 71rem !important;
  }
  .max-w-rem-lg-72 {
    max-width: 72rem !important;
  }
  .max-w-rem-lg-73 {
    max-width: 73rem !important;
  }
  .max-w-rem-lg-74 {
    max-width: 74rem !important;
  }
  .max-w-rem-lg-75 {
    max-width: 75rem !important;
  }
  .max-w-rem-lg-76 {
    max-width: 76rem !important;
  }
  .max-w-rem-lg-77 {
    max-width: 77rem !important;
  }
  .max-w-rem-lg-78 {
    max-width: 78rem !important;
  }
  .max-w-rem-lg-79 {
    max-width: 79rem !important;
  }
  .max-w-rem-lg-80 {
    max-width: 80rem !important;
  }
  .max-w-rem-lg-95 {
    max-width: 95rem !important;
  }
  .max-w-rem-lg-96 {
    max-width: 96rem !important;
  }
  .max-w-rem-lg-97 {
    max-width: 97rem !important;
  }
  .max-w-rem-lg-100 {
    max-width: 100% !important;
  }
  .min-w-rem-lg-unset {
    min-width: unset !important;
  }
  .min-w-rem-lg-1 {
    min-width: 1rem !important;
  }
  .min-w-rem-lg-2 {
    min-width: 2rem !important;
  }
  .min-w-rem-lg-3 {
    min-width: 3rem !important;
  }
  .min-w-rem-lg-4 {
    min-width: 4rem !important;
  }
  .min-w-rem-lg-5 {
    min-width: 5rem !important;
  }
  .min-w-rem-lg-7 {
    min-width: 7rem !important;
  }
  .min-w-rem-lg-8 {
    min-width: 8rem !important;
  }
  .min-w-rem-lg-9 {
    min-width: 9rem !important;
  }
  .min-w-rem-lg-10 {
    min-width: 10rem !important;
  }
  .min-w-rem-lg-11 {
    min-width: 11rem !important;
  }
  .min-w-rem-lg-12 {
    min-width: 12rem !important;
  }
  .min-w-rem-lg-13 {
    min-width: 13rem !important;
  }
  .min-w-rem-lg-14 {
    min-width: 14rem !important;
  }
  .min-w-rem-lg-15 {
    min-width: 15rem !important;
  }
  .min-w-rem-lg-16 {
    min-width: 16rem !important;
  }
  .min-w-rem-lg-17 {
    min-width: 17rem !important;
  }
  .min-w-rem-lg-18 {
    min-width: 18rem !important;
  }
  .min-w-rem-lg-19 {
    min-width: 19rem !important;
  }
  .min-w-rem-lg-20 {
    min-width: 20rem !important;
  }
  .min-w-rem-lg-23 {
    min-width: 23rem !important;
  }
  .min-w-rem-lg-25 {
    min-width: 25rem !important;
  }
  .min-w-rem-lg-30 {
    min-width: 30rem !important;
  }
  .min-w-rem-lg-31 {
    min-width: 31rem !important;
  }
  .min-w-rem-lg-32 {
    min-width: 32rem !important;
  }
  .min-w-rem-lg-33 {
    min-width: 33rem !important;
  }
  .min-w-rem-lg-34 {
    min-width: 34rem !important;
  }
  .min-w-rem-lg-35 {
    min-width: 35rem !important;
  }
  .min-w-rem-lg-36 {
    min-width: 36rem !important;
  }
  .min-w-rem-lg-37 {
    min-width: 37rem !important;
  }
  .min-w-rem-lg-38 {
    min-width: 38rem !important;
  }
  .min-w-rem-lg-39 {
    min-width: 39rem !important;
  }
  .min-w-rem-lg-40 {
    min-width: 40rem !important;
  }
  .min-w-rem-lg-41 {
    min-width: 41rem !important;
  }
  .min-w-rem-lg-42 {
    min-width: 42rem !important;
  }
  .min-w-rem-lg-43 {
    min-width: 43rem !important;
  }
  .min-w-rem-lg-44 {
    min-width: 44rem !important;
  }
  .min-w-rem-lg-45 {
    min-width: 45rem !important;
  }
  .min-w-rem-lg-46 {
    min-width: 46rem !important;
  }
  .min-w-rem-lg-47 {
    min-width: 47rem !important;
  }
  .min-w-rem-lg-48 {
    min-width: 48rem !important;
  }
  .min-w-rem-lg-49 {
    min-width: 49rem !important;
  }
  .min-w-rem-lg-50 {
    min-width: 50rem !important;
  }
  .min-w-rem-lg-51 {
    min-width: 51rem !important;
  }
  .min-w-rem-lg-52 {
    min-width: 52rem !important;
  }
  .min-w-rem-lg-53 {
    min-width: 53rem !important;
  }
  .min-w-rem-lg-54 {
    min-width: 54rem !important;
  }
  .min-w-rem-lg-55 {
    min-width: 55rem !important;
  }
  .min-w-rem-lg-56 {
    min-width: 56rem !important;
  }
  .min-w-rem-lg-57 {
    min-width: 57rem !important;
  }
  .min-w-rem-lg-58 {
    min-width: 58rem !important;
  }
  .min-w-rem-lg-59 {
    min-width: 59rem !important;
  }
  .min-w-rem-lg-60 {
    min-width: 60rem !important;
  }
  .min-w-rem-lg-61 {
    min-width: 61rem !important;
  }
  .min-w-rem-lg-62 {
    min-width: 62rem !important;
  }
  .min-w-rem-lg-63 {
    min-width: 63rem !important;
  }
  .min-w-rem-lg-64 {
    min-width: 64rem !important;
  }
  .min-w-rem-lg-65 {
    min-width: 65rem !important;
  }
  .min-w-rem-lg-66 {
    min-width: 66rem !important;
  }
  .min-w-rem-lg-67 {
    min-width: 67rem !important;
  }
  .min-w-rem-lg-68 {
    min-width: 68rem !important;
  }
  .min-w-rem-lg-69 {
    min-width: 69rem !important;
  }
  .min-w-rem-lg-70 {
    min-width: 70rem !important;
  }
  .min-w-rem-lg-71 {
    min-width: 71rem !important;
  }
  .min-w-rem-lg-72 {
    min-width: 72rem !important;
  }
  .min-w-rem-lg-73 {
    min-width: 73rem !important;
  }
  .min-w-rem-lg-74 {
    min-width: 74rem !important;
  }
  .min-w-rem-lg-75 {
    min-width: 75rem !important;
  }
  .min-w-rem-lg-76 {
    min-width: 76rem !important;
  }
  .min-w-rem-lg-77 {
    min-width: 77rem !important;
  }
  .min-w-rem-lg-78 {
    min-width: 78rem !important;
  }
  .min-w-rem-lg-79 {
    min-width: 79rem !important;
  }
  .min-w-rem-lg-80 {
    min-width: 80rem !important;
  }
  .min-w-rem-lg-95 {
    min-width: 95rem !important;
  }
  .min-w-rem-lg-96 {
    min-width: 96rem !important;
  }
  .min-w-rem-lg-97 {
    min-width: 97rem !important;
  }
  .min-w-rem-lg-100 {
    min-width: 100% !important;
  }
  .h-rem-lg-unset {
    height: unset !important;
  }
  .h-rem-lg-1 {
    height: 1rem !important;
  }
  .h-rem-lg-2 {
    height: 2rem !important;
  }
  .h-rem-lg-3 {
    height: 3rem !important;
  }
  .h-rem-lg-4 {
    height: 4rem !important;
  }
  .h-rem-lg-5 {
    height: 5rem !important;
  }
  .h-rem-lg-7 {
    height: 7rem !important;
  }
  .h-rem-lg-8 {
    height: 8rem !important;
  }
  .h-rem-lg-9 {
    height: 9rem !important;
  }
  .h-rem-lg-10 {
    height: 10rem !important;
  }
  .h-rem-lg-11 {
    height: 11rem !important;
  }
  .h-rem-lg-12 {
    height: 12rem !important;
  }
  .h-rem-lg-13 {
    height: 13rem !important;
  }
  .h-rem-lg-14 {
    height: 14rem !important;
  }
  .h-rem-lg-15 {
    height: 15rem !important;
  }
  .h-rem-lg-16 {
    height: 16rem !important;
  }
  .h-rem-lg-17 {
    height: 17rem !important;
  }
  .h-rem-lg-18 {
    height: 18rem !important;
  }
  .h-rem-lg-19 {
    height: 19rem !important;
  }
  .h-rem-lg-20 {
    height: 20rem !important;
  }
  .h-rem-lg-23 {
    height: 23rem !important;
  }
  .h-rem-lg-25 {
    height: 25rem !important;
  }
  .h-rem-lg-30 {
    height: 30rem !important;
  }
  .h-rem-lg-31 {
    height: 31rem !important;
  }
  .h-rem-lg-32 {
    height: 32rem !important;
  }
  .h-rem-lg-33 {
    height: 33rem !important;
  }
  .h-rem-lg-34 {
    height: 34rem !important;
  }
  .h-rem-lg-35 {
    height: 35rem !important;
  }
  .h-rem-lg-36 {
    height: 36rem !important;
  }
  .h-rem-lg-37 {
    height: 37rem !important;
  }
  .h-rem-lg-38 {
    height: 38rem !important;
  }
  .h-rem-lg-39 {
    height: 39rem !important;
  }
  .h-rem-lg-40 {
    height: 40rem !important;
  }
  .h-rem-lg-41 {
    height: 41rem !important;
  }
  .h-rem-lg-42 {
    height: 42rem !important;
  }
  .h-rem-lg-43 {
    height: 43rem !important;
  }
  .h-rem-lg-44 {
    height: 44rem !important;
  }
  .h-rem-lg-45 {
    height: 45rem !important;
  }
  .h-rem-lg-46 {
    height: 46rem !important;
  }
  .h-rem-lg-47 {
    height: 47rem !important;
  }
  .h-rem-lg-48 {
    height: 48rem !important;
  }
  .h-rem-lg-49 {
    height: 49rem !important;
  }
  .h-rem-lg-50 {
    height: 50rem !important;
  }
  .h-rem-lg-51 {
    height: 51rem !important;
  }
  .h-rem-lg-52 {
    height: 52rem !important;
  }
  .h-rem-lg-53 {
    height: 53rem !important;
  }
  .h-rem-lg-54 {
    height: 54rem !important;
  }
  .h-rem-lg-55 {
    height: 55rem !important;
  }
  .h-rem-lg-56 {
    height: 56rem !important;
  }
  .h-rem-lg-57 {
    height: 57rem !important;
  }
  .h-rem-lg-58 {
    height: 58rem !important;
  }
  .h-rem-lg-59 {
    height: 59rem !important;
  }
  .h-rem-lg-60 {
    height: 60rem !important;
  }
  .h-rem-lg-61 {
    height: 61rem !important;
  }
  .h-rem-lg-62 {
    height: 62rem !important;
  }
  .h-rem-lg-63 {
    height: 63rem !important;
  }
  .h-rem-lg-64 {
    height: 64rem !important;
  }
  .h-rem-lg-65 {
    height: 65rem !important;
  }
  .h-rem-lg-66 {
    height: 66rem !important;
  }
  .h-rem-lg-67 {
    height: 67rem !important;
  }
  .h-rem-lg-68 {
    height: 68rem !important;
  }
  .h-rem-lg-69 {
    height: 69rem !important;
  }
  .h-rem-lg-70 {
    height: 70rem !important;
  }
  .h-rem-lg-71 {
    height: 71rem !important;
  }
  .h-rem-lg-72 {
    height: 72rem !important;
  }
  .h-rem-lg-73 {
    height: 73rem !important;
  }
  .h-rem-lg-74 {
    height: 74rem !important;
  }
  .h-rem-lg-75 {
    height: 75rem !important;
  }
  .h-rem-lg-76 {
    height: 76rem !important;
  }
  .h-rem-lg-77 {
    height: 77rem !important;
  }
  .h-rem-lg-78 {
    height: 78rem !important;
  }
  .h-rem-lg-79 {
    height: 79rem !important;
  }
  .h-rem-lg-80 {
    height: 80rem !important;
  }
  .h-rem-lg-95 {
    height: 95rem !important;
  }
  .h-rem-lg-96 {
    height: 96rem !important;
  }
  .h-rem-lg-97 {
    height: 97rem !important;
  }
  .h-rem-lg-100 {
    height: 100% !important;
  }
  .h-px-lg-0 {
    height: 0rem !important;
  }
  .h-px-lg-1 {
    height: 0.0625rem !important;
  }
  .h-px-lg-2 {
    height: 0.125rem !important;
  }
  .h-px-lg-3 {
    height: 0.1875rem !important;
  }
  .h-px-lg-4 {
    height: 0.25rem !important;
  }
  .h-px-lg-5 {
    height: 0.3125rem !important;
  }
  .h-px-lg-6 {
    height: 0.375rem !important;
  }
  .h-px-lg-7 {
    height: 0.4375rem !important;
  }
  .h-px-lg-8 {
    height: 0.5rem !important;
  }
  .h-px-lg-9 {
    height: 0.5625rem !important;
  }
  .h-px-lg-10 {
    height: 0.625rem !important;
  }
  .h-px-lg-11 {
    height: 0.6875rem !important;
  }
  .h-px-lg-12 {
    height: 0.75rem !important;
  }
  .h-px-lg-13 {
    height: 0.8125rem !important;
  }
  .h-px-lg-14 {
    height: 0.875rem !important;
  }
  .h-px-lg-15 {
    height: 0.9375rem !important;
  }
  .h-px-lg-16 {
    height: 1rem !important;
  }
  .h-px-lg-17 {
    height: 1.0625rem !important;
  }
  .h-px-lg-18 {
    height: 1.125rem !important;
  }
  .h-px-lg-19 {
    height: 1.1875rem !important;
  }
  .h-px-lg-20 {
    height: 1.25rem !important;
  }
  .h-px-lg-21 {
    height: 1.3125rem !important;
  }
  .h-px-lg-22 {
    height: 1.375rem !important;
  }
  .h-px-lg-23 {
    height: 1.4375rem !important;
  }
  .h-px-lg-24 {
    height: 1.5rem !important;
  }
  .h-px-lg-25 {
    height: 1.5625rem !important;
  }
  .h-px-lg-26 {
    height: 1.625rem !important;
  }
  .h-px-lg-27 {
    height: 1.6875rem !important;
  }
  .h-px-lg-28 {
    height: 1.75rem !important;
  }
  .h-px-lg-29 {
    height: 1.8125rem !important;
  }
  .h-px-lg-30 {
    height: 1.875rem !important;
  }
  .h-px-lg-31 {
    height: 1.9375rem !important;
  }
  .h-px-lg-32 {
    height: 2rem !important;
  }
  .h-px-lg-33 {
    height: 2.0625rem !important;
  }
  .h-px-lg-34 {
    height: 2.125rem !important;
  }
  .h-px-lg-35 {
    height: 2.1875rem !important;
  }
  .h-px-lg-36 {
    height: 2.25rem !important;
  }
  .h-px-lg-37 {
    height: 2.3125rem !important;
  }
  .h-px-lg-38 {
    height: 2.375rem !important;
  }
  .h-px-lg-39 {
    height: 2.4375rem !important;
  }
  .h-px-lg-40 {
    height: 2.5rem !important;
  }
  .h-px-lg-41 {
    height: 2.5625rem !important;
  }
  .h-px-lg-42 {
    height: 2.625rem !important;
  }
  .h-px-lg-43 {
    height: 2.6875rem !important;
  }
  .h-px-lg-44 {
    height: 2.75rem !important;
  }
  .h-px-lg-45 {
    height: 2.8125rem !important;
  }
  .h-px-lg-46 {
    height: 2.875rem !important;
  }
  .h-px-lg-47 {
    height: 2.9375rem !important;
  }
  .h-px-lg-48 {
    height: 3rem !important;
  }
  .h-px-lg-49 {
    height: 3.0625rem !important;
  }
  .h-px-lg-50 {
    height: 3.125rem !important;
  }
  .h-px-lg-51 {
    height: 3.1875rem !important;
  }
  .h-px-lg-52 {
    height: 3.25rem !important;
  }
  .h-px-lg-53 {
    height: 3.3125rem !important;
  }
  .h-px-lg-54 {
    height: 3.375rem !important;
  }
  .h-px-lg-56 {
    height: 3.5rem !important;
  }
  .h-px-lg-57 {
    height: 3.5625rem !important;
  }
  .h-px-lg-58 {
    height: 3.625rem !important;
  }
  .h-px-lg-59 {
    height: 3.6875rem !important;
  }
  .h-px-lg-60 {
    height: 3.75rem !important;
  }
  .h-px-lg-61 {
    height: 3.8125rem !important;
  }
  .h-px-lg-62 {
    height: 3.875rem !important;
  }
  .h-px-lg-63 {
    height: 3.9375rem !important;
  }
  .h-px-lg-64 {
    height: 4rem !important;
  }
  .h-px-lg-68 {
    height: 4.25rem !important;
  }
  .h-px-lg-70 {
    height: 4.375rem !important;
  }
  .h-px-lg-80 {
    height: 5rem !important;
  }
  .h-px-lg-82 {
    height: 5.125rem !important;
  }
  .h-px-lg-83 {
    height: 5.1875rem !important;
  }
  .h-px-lg-84 {
    height: 5.25rem !important;
  }
  .h-px-lg-98 {
    height: 6.125rem !important;
  }
  .h-px-lg-104 {
    height: 6.5rem !important;
  }
  .h-px-lg-122 {
    height: 7.625rem !important;
  }
  .h-px-lg-123 {
    height: 7.6875rem !important;
  }
  .h-px-lg-147 {
    height: 9.1875rem !important;
  }
  .h-px-lg-148 {
    height: 9.25rem !important;
  }
  .h-px-lg-150 {
    height: 9.375rem !important;
  }
  .h-px-lg-180 {
    height: 11.25rem !important;
  }
  .h-px-lg-192 {
    height: 12rem !important;
  }
  .h-px-lg-200 {
    height: 12.5rem !important;
  }
  .h-px-lg-220 {
    height: 13.75rem !important;
  }
  .h-px-lg-270 {
    height: 16.875rem !important;
  }
  .h-px-lg-300 {
    height: 18.75rem !important;
  }
  .h-px-lg-350 {
    height: 21.875rem !important;
  }
  .h-px-lg-400 {
    height: 25rem !important;
  }
  .h-px-lg-500 {
    height: 31.25rem !important;
  }
  .h-px-lg-600 {
    height: 37.5rem !important;
  }
  .max-h-px-lg-0 {
    max-height: 0rem !important;
  }
  .max-h-px-lg-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-lg-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-lg-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-lg-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-lg-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-lg-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-lg-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-lg-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-lg-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-lg-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-lg-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-lg-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-lg-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-lg-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-lg-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-lg-16 {
    max-height: 1rem !important;
  }
  .max-h-px-lg-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-lg-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-lg-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-lg-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-lg-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-lg-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-lg-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-lg-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-lg-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-lg-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-lg-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-lg-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-lg-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-lg-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-lg-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-lg-32 {
    max-height: 2rem !important;
  }
  .max-h-px-lg-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-lg-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-lg-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-lg-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-lg-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-lg-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-lg-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-lg-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-lg-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-lg-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-lg-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-lg-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-lg-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-lg-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-lg-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-lg-48 {
    max-height: 3rem !important;
  }
  .max-h-px-lg-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-lg-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-lg-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-lg-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-lg-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-lg-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-lg-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-lg-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-lg-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-lg-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-lg-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-lg-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-lg-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-lg-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-lg-64 {
    max-height: 4rem !important;
  }
  .max-h-px-lg-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-lg-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-lg-80 {
    max-height: 5rem !important;
  }
  .max-h-px-lg-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-lg-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-lg-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-lg-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-lg-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-lg-122 {
    max-height: 7.625rem !important;
  }
  .max-h-px-lg-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-lg-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-lg-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-lg-150 {
    max-height: 9.375rem !important;
  }
  .max-h-px-lg-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-lg-192 {
    max-height: 12rem !important;
  }
  .max-h-px-lg-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-lg-220 {
    max-height: 13.75rem !important;
  }
  .max-h-px-lg-270 {
    max-height: 16.875rem !important;
  }
  .max-h-px-lg-300 {
    max-height: 18.75rem !important;
  }
  .max-h-px-lg-350 {
    max-height: 21.875rem !important;
  }
  .max-h-px-lg-400 {
    max-height: 25rem !important;
  }
  .max-h-px-lg-500 {
    max-height: 31.25rem !important;
  }
  .max-h-px-lg-600 {
    max-height: 37.5rem !important;
  }
  .max-h-rem-lg-unset {
    max-height: unset !important;
  }
  .max-h-rem-lg-1 {
    max-height: 1rem !important;
  }
  .max-h-rem-lg-2 {
    max-height: 2rem !important;
  }
  .max-h-rem-lg-3 {
    max-height: 3rem !important;
  }
  .max-h-rem-lg-4 {
    max-height: 4rem !important;
  }
  .max-h-rem-lg-5 {
    max-height: 5rem !important;
  }
  .max-h-rem-lg-7 {
    max-height: 7rem !important;
  }
  .max-h-rem-lg-8 {
    max-height: 8rem !important;
  }
  .max-h-rem-lg-9 {
    max-height: 9rem !important;
  }
  .max-h-rem-lg-10 {
    max-height: 10rem !important;
  }
  .max-h-rem-lg-11 {
    max-height: 11rem !important;
  }
  .max-h-rem-lg-12 {
    max-height: 12rem !important;
  }
  .max-h-rem-lg-13 {
    max-height: 13rem !important;
  }
  .max-h-rem-lg-14 {
    max-height: 14rem !important;
  }
  .max-h-rem-lg-15 {
    max-height: 15rem !important;
  }
  .max-h-rem-lg-16 {
    max-height: 16rem !important;
  }
  .max-h-rem-lg-17 {
    max-height: 17rem !important;
  }
  .max-h-rem-lg-18 {
    max-height: 18rem !important;
  }
  .max-h-rem-lg-19 {
    max-height: 19rem !important;
  }
  .max-h-rem-lg-20 {
    max-height: 20rem !important;
  }
  .max-h-rem-lg-23 {
    max-height: 23rem !important;
  }
  .max-h-rem-lg-25 {
    max-height: 25rem !important;
  }
  .max-h-rem-lg-30 {
    max-height: 30rem !important;
  }
  .max-h-rem-lg-31 {
    max-height: 31rem !important;
  }
  .max-h-rem-lg-32 {
    max-height: 32rem !important;
  }
  .max-h-rem-lg-33 {
    max-height: 33rem !important;
  }
  .max-h-rem-lg-34 {
    max-height: 34rem !important;
  }
  .max-h-rem-lg-35 {
    max-height: 35rem !important;
  }
  .max-h-rem-lg-36 {
    max-height: 36rem !important;
  }
  .max-h-rem-lg-37 {
    max-height: 37rem !important;
  }
  .max-h-rem-lg-38 {
    max-height: 38rem !important;
  }
  .max-h-rem-lg-39 {
    max-height: 39rem !important;
  }
  .max-h-rem-lg-40 {
    max-height: 40rem !important;
  }
  .max-h-rem-lg-41 {
    max-height: 41rem !important;
  }
  .max-h-rem-lg-42 {
    max-height: 42rem !important;
  }
  .max-h-rem-lg-43 {
    max-height: 43rem !important;
  }
  .max-h-rem-lg-44 {
    max-height: 44rem !important;
  }
  .max-h-rem-lg-45 {
    max-height: 45rem !important;
  }
  .max-h-rem-lg-46 {
    max-height: 46rem !important;
  }
  .max-h-rem-lg-47 {
    max-height: 47rem !important;
  }
  .max-h-rem-lg-48 {
    max-height: 48rem !important;
  }
  .max-h-rem-lg-49 {
    max-height: 49rem !important;
  }
  .max-h-rem-lg-50 {
    max-height: 50rem !important;
  }
  .max-h-rem-lg-51 {
    max-height: 51rem !important;
  }
  .max-h-rem-lg-52 {
    max-height: 52rem !important;
  }
  .max-h-rem-lg-53 {
    max-height: 53rem !important;
  }
  .max-h-rem-lg-54 {
    max-height: 54rem !important;
  }
  .max-h-rem-lg-55 {
    max-height: 55rem !important;
  }
  .max-h-rem-lg-56 {
    max-height: 56rem !important;
  }
  .max-h-rem-lg-57 {
    max-height: 57rem !important;
  }
  .max-h-rem-lg-58 {
    max-height: 58rem !important;
  }
  .max-h-rem-lg-59 {
    max-height: 59rem !important;
  }
  .max-h-rem-lg-60 {
    max-height: 60rem !important;
  }
  .max-h-rem-lg-61 {
    max-height: 61rem !important;
  }
  .max-h-rem-lg-62 {
    max-height: 62rem !important;
  }
  .max-h-rem-lg-63 {
    max-height: 63rem !important;
  }
  .max-h-rem-lg-64 {
    max-height: 64rem !important;
  }
  .max-h-rem-lg-65 {
    max-height: 65rem !important;
  }
  .max-h-rem-lg-66 {
    max-height: 66rem !important;
  }
  .max-h-rem-lg-67 {
    max-height: 67rem !important;
  }
  .max-h-rem-lg-68 {
    max-height: 68rem !important;
  }
  .max-h-rem-lg-69 {
    max-height: 69rem !important;
  }
  .max-h-rem-lg-70 {
    max-height: 70rem !important;
  }
  .max-h-rem-lg-71 {
    max-height: 71rem !important;
  }
  .max-h-rem-lg-72 {
    max-height: 72rem !important;
  }
  .max-h-rem-lg-73 {
    max-height: 73rem !important;
  }
  .max-h-rem-lg-74 {
    max-height: 74rem !important;
  }
  .max-h-rem-lg-75 {
    max-height: 75rem !important;
  }
  .max-h-rem-lg-76 {
    max-height: 76rem !important;
  }
  .max-h-rem-lg-77 {
    max-height: 77rem !important;
  }
  .max-h-rem-lg-78 {
    max-height: 78rem !important;
  }
  .max-h-rem-lg-79 {
    max-height: 79rem !important;
  }
  .max-h-rem-lg-80 {
    max-height: 80rem !important;
  }
  .max-h-rem-lg-95 {
    max-height: 95rem !important;
  }
  .max-h-rem-lg-96 {
    max-height: 96rem !important;
  }
  .max-h-rem-lg-97 {
    max-height: 97rem !important;
  }
  .max-h-rem-lg-100 {
    max-height: 100% !important;
  }
  .min-h-px-lg-0 {
    min-height: 0rem !important;
  }
  .min-h-px-lg-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-lg-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-lg-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-lg-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-lg-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-lg-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-lg-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-lg-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-lg-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-lg-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-lg-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-lg-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-lg-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-lg-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-lg-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-lg-16 {
    min-height: 1rem !important;
  }
  .min-h-px-lg-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-lg-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-lg-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-lg-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-lg-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-lg-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-lg-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-lg-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-lg-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-lg-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-lg-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-lg-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-lg-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-lg-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-lg-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-lg-32 {
    min-height: 2rem !important;
  }
  .min-h-px-lg-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-lg-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-lg-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-lg-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-lg-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-lg-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-lg-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-lg-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-lg-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-lg-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-lg-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-lg-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-lg-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-lg-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-lg-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-lg-48 {
    min-height: 3rem !important;
  }
  .min-h-px-lg-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-lg-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-lg-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-lg-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-lg-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-lg-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-lg-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-lg-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-lg-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-lg-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-lg-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-lg-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-lg-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-lg-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-lg-64 {
    min-height: 4rem !important;
  }
  .min-h-px-lg-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-lg-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-lg-80 {
    min-height: 5rem !important;
  }
  .min-h-px-lg-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-lg-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-lg-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-lg-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-lg-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-lg-122 {
    min-height: 7.625rem !important;
  }
  .min-h-px-lg-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-lg-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-lg-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-lg-150 {
    min-height: 9.375rem !important;
  }
  .min-h-px-lg-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-lg-192 {
    min-height: 12rem !important;
  }
  .min-h-px-lg-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-lg-220 {
    min-height: 13.75rem !important;
  }
  .min-h-px-lg-270 {
    min-height: 16.875rem !important;
  }
  .min-h-px-lg-300 {
    min-height: 18.75rem !important;
  }
  .min-h-px-lg-350 {
    min-height: 21.875rem !important;
  }
  .min-h-px-lg-400 {
    min-height: 25rem !important;
  }
  .min-h-px-lg-500 {
    min-height: 31.25rem !important;
  }
  .min-h-px-lg-600 {
    min-height: 37.5rem !important;
  }
  .min-h-lg-0 {
    min-height: 0% !important;
  }
  .min-h-lg-5 {
    min-height: 5% !important;
  }
  .min-h-lg-10 {
    min-height: 10% !important;
  }
  .min-h-lg-20 {
    min-height: 20% !important;
  }
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  .min-h-lg-30 {
    min-height: 30% !important;
  }
  .min-h-lg-33_3 {
    min-height: 33.3% !important;
  }
  .min-h-lg-35 {
    min-height: 35% !important;
  }
  .min-h-lg-40 {
    min-height: 40% !important;
  }
  .min-h-lg-44 {
    min-height: 44% !important;
  }
  .min-h-lg-45 {
    min-height: 45% !important;
  }
  .min-h-lg-46 {
    min-height: 46% !important;
  }
  .min-h-lg-48 {
    min-height: 48% !important;
  }
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  .min-h-lg-60 {
    min-height: 60% !important;
  }
  .min-h-lg-65 {
    min-height: 65% !important;
  }
  .min-h-lg-70 {
    min-height: 70% !important;
  }
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  .min-h-lg-80 {
    min-height: 80% !important;
  }
  .min-h-lg-90 {
    min-height: 90% !important;
  }
  .min-h-lg-95 {
    min-height: 95% !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .min-h-lg-auto {
    min-height: auto !important;
  }
  .min-h-rem-lg-unset {
    min-height: unset !important;
  }
  .min-h-rem-lg-1 {
    min-height: 1rem !important;
  }
  .min-h-rem-lg-2 {
    min-height: 2rem !important;
  }
  .min-h-rem-lg-3 {
    min-height: 3rem !important;
  }
  .min-h-rem-lg-4 {
    min-height: 4rem !important;
  }
  .min-h-rem-lg-5 {
    min-height: 5rem !important;
  }
  .min-h-rem-lg-7 {
    min-height: 7rem !important;
  }
  .min-h-rem-lg-8 {
    min-height: 8rem !important;
  }
  .min-h-rem-lg-9 {
    min-height: 9rem !important;
  }
  .min-h-rem-lg-10 {
    min-height: 10rem !important;
  }
  .min-h-rem-lg-11 {
    min-height: 11rem !important;
  }
  .min-h-rem-lg-12 {
    min-height: 12rem !important;
  }
  .min-h-rem-lg-13 {
    min-height: 13rem !important;
  }
  .min-h-rem-lg-14 {
    min-height: 14rem !important;
  }
  .min-h-rem-lg-15 {
    min-height: 15rem !important;
  }
  .min-h-rem-lg-16 {
    min-height: 16rem !important;
  }
  .min-h-rem-lg-17 {
    min-height: 17rem !important;
  }
  .min-h-rem-lg-18 {
    min-height: 18rem !important;
  }
  .min-h-rem-lg-19 {
    min-height: 19rem !important;
  }
  .min-h-rem-lg-20 {
    min-height: 20rem !important;
  }
  .min-h-rem-lg-23 {
    min-height: 23rem !important;
  }
  .min-h-rem-lg-25 {
    min-height: 25rem !important;
  }
  .min-h-rem-lg-30 {
    min-height: 30rem !important;
  }
  .min-h-rem-lg-31 {
    min-height: 31rem !important;
  }
  .min-h-rem-lg-32 {
    min-height: 32rem !important;
  }
  .min-h-rem-lg-33 {
    min-height: 33rem !important;
  }
  .min-h-rem-lg-34 {
    min-height: 34rem !important;
  }
  .min-h-rem-lg-35 {
    min-height: 35rem !important;
  }
  .min-h-rem-lg-36 {
    min-height: 36rem !important;
  }
  .min-h-rem-lg-37 {
    min-height: 37rem !important;
  }
  .min-h-rem-lg-38 {
    min-height: 38rem !important;
  }
  .min-h-rem-lg-39 {
    min-height: 39rem !important;
  }
  .min-h-rem-lg-40 {
    min-height: 40rem !important;
  }
  .min-h-rem-lg-41 {
    min-height: 41rem !important;
  }
  .min-h-rem-lg-42 {
    min-height: 42rem !important;
  }
  .min-h-rem-lg-43 {
    min-height: 43rem !important;
  }
  .min-h-rem-lg-44 {
    min-height: 44rem !important;
  }
  .min-h-rem-lg-45 {
    min-height: 45rem !important;
  }
  .min-h-rem-lg-46 {
    min-height: 46rem !important;
  }
  .min-h-rem-lg-47 {
    min-height: 47rem !important;
  }
  .min-h-rem-lg-48 {
    min-height: 48rem !important;
  }
  .min-h-rem-lg-49 {
    min-height: 49rem !important;
  }
  .min-h-rem-lg-50 {
    min-height: 50rem !important;
  }
  .min-h-rem-lg-51 {
    min-height: 51rem !important;
  }
  .min-h-rem-lg-52 {
    min-height: 52rem !important;
  }
  .min-h-rem-lg-53 {
    min-height: 53rem !important;
  }
  .min-h-rem-lg-54 {
    min-height: 54rem !important;
  }
  .min-h-rem-lg-55 {
    min-height: 55rem !important;
  }
  .min-h-rem-lg-56 {
    min-height: 56rem !important;
  }
  .min-h-rem-lg-57 {
    min-height: 57rem !important;
  }
  .min-h-rem-lg-58 {
    min-height: 58rem !important;
  }
  .min-h-rem-lg-59 {
    min-height: 59rem !important;
  }
  .min-h-rem-lg-60 {
    min-height: 60rem !important;
  }
  .min-h-rem-lg-61 {
    min-height: 61rem !important;
  }
  .min-h-rem-lg-62 {
    min-height: 62rem !important;
  }
  .min-h-rem-lg-63 {
    min-height: 63rem !important;
  }
  .min-h-rem-lg-64 {
    min-height: 64rem !important;
  }
  .min-h-rem-lg-65 {
    min-height: 65rem !important;
  }
  .min-h-rem-lg-66 {
    min-height: 66rem !important;
  }
  .min-h-rem-lg-67 {
    min-height: 67rem !important;
  }
  .min-h-rem-lg-68 {
    min-height: 68rem !important;
  }
  .min-h-rem-lg-69 {
    min-height: 69rem !important;
  }
  .min-h-rem-lg-70 {
    min-height: 70rem !important;
  }
  .min-h-rem-lg-71 {
    min-height: 71rem !important;
  }
  .min-h-rem-lg-72 {
    min-height: 72rem !important;
  }
  .min-h-rem-lg-73 {
    min-height: 73rem !important;
  }
  .min-h-rem-lg-74 {
    min-height: 74rem !important;
  }
  .min-h-rem-lg-75 {
    min-height: 75rem !important;
  }
  .min-h-rem-lg-76 {
    min-height: 76rem !important;
  }
  .min-h-rem-lg-77 {
    min-height: 77rem !important;
  }
  .min-h-rem-lg-78 {
    min-height: 78rem !important;
  }
  .min-h-rem-lg-79 {
    min-height: 79rem !important;
  }
  .min-h-rem-lg-80 {
    min-height: 80rem !important;
  }
  .min-h-rem-lg-95 {
    min-height: 95rem !important;
  }
  .min-h-rem-lg-96 {
    min-height: 96rem !important;
  }
  .min-h-rem-lg-97 {
    min-height: 97rem !important;
  }
  .min-h-rem-lg-100 {
    min-height: 100% !important;
  }
  .gap-px-lg-0 {
    gap: 0rem !important;
  }
  .gap-px-lg-1 {
    gap: 0.0625rem !important;
  }
  .gap-px-lg-2 {
    gap: 0.125rem !important;
  }
  .gap-px-lg-3 {
    gap: 0.1875rem !important;
  }
  .gap-px-lg-4 {
    gap: 0.25rem !important;
  }
  .gap-px-lg-5 {
    gap: 0.3125rem !important;
  }
  .gap-px-lg-6 {
    gap: 0.375rem !important;
  }
  .gap-px-lg-7 {
    gap: 0.4375rem !important;
  }
  .gap-px-lg-8 {
    gap: 0.5rem !important;
  }
  .gap-px-lg-9 {
    gap: 0.5625rem !important;
  }
  .gap-px-lg-10 {
    gap: 0.625rem !important;
  }
  .gap-px-lg-11 {
    gap: 0.6875rem !important;
  }
  .gap-px-lg-12 {
    gap: 0.75rem !important;
  }
  .gap-px-lg-13 {
    gap: 0.8125rem !important;
  }
  .gap-px-lg-14 {
    gap: 0.875rem !important;
  }
  .gap-px-lg-15 {
    gap: 0.9375rem !important;
  }
  .gap-px-lg-16 {
    gap: 1rem !important;
  }
  .gap-px-lg-17 {
    gap: 1.0625rem !important;
  }
  .gap-px-lg-18 {
    gap: 1.125rem !important;
  }
  .gap-px-lg-19 {
    gap: 1.1875rem !important;
  }
  .gap-px-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-px-lg-21 {
    gap: 1.3125rem !important;
  }
  .gap-px-lg-22 {
    gap: 1.375rem !important;
  }
  .gap-px-lg-23 {
    gap: 1.4375rem !important;
  }
  .gap-px-lg-24 {
    gap: 1.5rem !important;
  }
  .gap-px-lg-25 {
    gap: 1.5625rem !important;
  }
  .gap-px-lg-26 {
    gap: 1.625rem !important;
  }
  .gap-px-lg-27 {
    gap: 1.6875rem !important;
  }
  .gap-px-lg-28 {
    gap: 1.75rem !important;
  }
  .gap-px-lg-29 {
    gap: 1.8125rem !important;
  }
  .gap-px-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-px-lg-31 {
    gap: 1.9375rem !important;
  }
  .gap-px-lg-32 {
    gap: 2rem !important;
  }
  .gap-px-lg-33 {
    gap: 2.0625rem !important;
  }
  .gap-px-lg-34 {
    gap: 2.125rem !important;
  }
  .gap-px-lg-35 {
    gap: 2.1875rem !important;
  }
  .gap-px-lg-36 {
    gap: 2.25rem !important;
  }
  .gap-px-lg-37 {
    gap: 2.3125rem !important;
  }
  .gap-px-lg-38 {
    gap: 2.375rem !important;
  }
  .gap-px-lg-39 {
    gap: 2.4375rem !important;
  }
  .gap-px-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-px-lg-41 {
    gap: 2.5625rem !important;
  }
  .gap-px-lg-42 {
    gap: 2.625rem !important;
  }
  .gap-px-lg-43 {
    gap: 2.6875rem !important;
  }
  .gap-px-lg-44 {
    gap: 2.75rem !important;
  }
  .gap-px-lg-45 {
    gap: 2.8125rem !important;
  }
  .gap-px-lg-46 {
    gap: 2.875rem !important;
  }
  .gap-px-lg-47 {
    gap: 2.9375rem !important;
  }
  .gap-px-lg-48 {
    gap: 3rem !important;
  }
  .gap-px-lg-49 {
    gap: 3.0625rem !important;
  }
  .gap-px-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-px-lg-51 {
    gap: 3.1875rem !important;
  }
  .gap-px-lg-52 {
    gap: 3.25rem !important;
  }
  .gap-px-lg-53 {
    gap: 3.3125rem !important;
  }
  .gap-px-lg-54 {
    gap: 3.375rem !important;
  }
  .gap-px-lg-56 {
    gap: 3.5rem !important;
  }
  .gap-px-lg-57 {
    gap: 3.5625rem !important;
  }
  .gap-px-lg-58 {
    gap: 3.625rem !important;
  }
  .gap-px-lg-59 {
    gap: 3.6875rem !important;
  }
  .gap-px-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-px-lg-61 {
    gap: 3.8125rem !important;
  }
  .gap-px-lg-62 {
    gap: 3.875rem !important;
  }
  .gap-px-lg-63 {
    gap: 3.9375rem !important;
  }
  .gap-px-lg-64 {
    gap: 4rem !important;
  }
  .gap-px-lg-68 {
    gap: 4.25rem !important;
  }
  .gap-px-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-px-lg-80 {
    gap: 5rem !important;
  }
  .gap-px-lg-82 {
    gap: 5.125rem !important;
  }
  .gap-px-lg-83 {
    gap: 5.1875rem !important;
  }
  .gap-px-lg-84 {
    gap: 5.25rem !important;
  }
  .gap-px-lg-98 {
    gap: 6.125rem !important;
  }
  .gap-px-lg-104 {
    gap: 6.5rem !important;
  }
  .gap-px-lg-122 {
    gap: 7.625rem !important;
  }
  .gap-px-lg-123 {
    gap: 7.6875rem !important;
  }
  .gap-px-lg-147 {
    gap: 9.1875rem !important;
  }
  .gap-px-lg-148 {
    gap: 9.25rem !important;
  }
  .gap-px-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-px-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-px-lg-192 {
    gap: 12rem !important;
  }
  .gap-px-lg-200 {
    gap: 12.5rem !important;
  }
  .gap-px-lg-220 {
    gap: 13.75rem !important;
  }
  .gap-px-lg-270 {
    gap: 16.875rem !important;
  }
  .gap-px-lg-300 {
    gap: 18.75rem !important;
  }
  .gap-px-lg-350 {
    gap: 21.875rem !important;
  }
  .gap-px-lg-400 {
    gap: 25rem !important;
  }
  .gap-px-lg-500 {
    gap: 31.25rem !important;
  }
  .gap-px-lg-600 {
    gap: 37.5rem !important;
  }
  .m-px-lg-0 {
    margin: 0rem !important;
  }
  .m-px-lg-1 {
    margin: 0.0625rem !important;
  }
  .m-px-lg-2 {
    margin: 0.125rem !important;
  }
  .m-px-lg-3 {
    margin: 0.1875rem !important;
  }
  .m-px-lg-4 {
    margin: 0.25rem !important;
  }
  .m-px-lg-5 {
    margin: 0.3125rem !important;
  }
  .m-px-lg-6 {
    margin: 0.375rem !important;
  }
  .m-px-lg-7 {
    margin: 0.4375rem !important;
  }
  .m-px-lg-8 {
    margin: 0.5rem !important;
  }
  .m-px-lg-9 {
    margin: 0.5625rem !important;
  }
  .m-px-lg-10 {
    margin: 0.625rem !important;
  }
  .m-px-lg-11 {
    margin: 0.6875rem !important;
  }
  .m-px-lg-12 {
    margin: 0.75rem !important;
  }
  .m-px-lg-13 {
    margin: 0.8125rem !important;
  }
  .m-px-lg-14 {
    margin: 0.875rem !important;
  }
  .m-px-lg-15 {
    margin: 0.9375rem !important;
  }
  .m-px-lg-16 {
    margin: 1rem !important;
  }
  .m-px-lg-17 {
    margin: 1.0625rem !important;
  }
  .m-px-lg-18 {
    margin: 1.125rem !important;
  }
  .m-px-lg-19 {
    margin: 1.1875rem !important;
  }
  .m-px-lg-20 {
    margin: 1.25rem !important;
  }
  .m-px-lg-21 {
    margin: 1.3125rem !important;
  }
  .m-px-lg-22 {
    margin: 1.375rem !important;
  }
  .m-px-lg-23 {
    margin: 1.4375rem !important;
  }
  .m-px-lg-24 {
    margin: 1.5rem !important;
  }
  .m-px-lg-25 {
    margin: 1.5625rem !important;
  }
  .m-px-lg-26 {
    margin: 1.625rem !important;
  }
  .m-px-lg-27 {
    margin: 1.6875rem !important;
  }
  .m-px-lg-28 {
    margin: 1.75rem !important;
  }
  .m-px-lg-29 {
    margin: 1.8125rem !important;
  }
  .m-px-lg-30 {
    margin: 1.875rem !important;
  }
  .m-px-lg-31 {
    margin: 1.9375rem !important;
  }
  .m-px-lg-32 {
    margin: 2rem !important;
  }
  .m-px-lg-33 {
    margin: 2.0625rem !important;
  }
  .m-px-lg-34 {
    margin: 2.125rem !important;
  }
  .m-px-lg-35 {
    margin: 2.1875rem !important;
  }
  .m-px-lg-36 {
    margin: 2.25rem !important;
  }
  .m-px-lg-37 {
    margin: 2.3125rem !important;
  }
  .m-px-lg-38 {
    margin: 2.375rem !important;
  }
  .m-px-lg-39 {
    margin: 2.4375rem !important;
  }
  .m-px-lg-40 {
    margin: 2.5rem !important;
  }
  .m-px-lg-41 {
    margin: 2.5625rem !important;
  }
  .m-px-lg-42 {
    margin: 2.625rem !important;
  }
  .m-px-lg-43 {
    margin: 2.6875rem !important;
  }
  .m-px-lg-44 {
    margin: 2.75rem !important;
  }
  .m-px-lg-45 {
    margin: 2.8125rem !important;
  }
  .m-px-lg-46 {
    margin: 2.875rem !important;
  }
  .m-px-lg-47 {
    margin: 2.9375rem !important;
  }
  .m-px-lg-48 {
    margin: 3rem !important;
  }
  .m-px-lg-49 {
    margin: 3.0625rem !important;
  }
  .m-px-lg-50 {
    margin: 3.125rem !important;
  }
  .m-px-lg-51 {
    margin: 3.1875rem !important;
  }
  .m-px-lg-52 {
    margin: 3.25rem !important;
  }
  .m-px-lg-53 {
    margin: 3.3125rem !important;
  }
  .m-px-lg-54 {
    margin: 3.375rem !important;
  }
  .m-px-lg-56 {
    margin: 3.5rem !important;
  }
  .m-px-lg-57 {
    margin: 3.5625rem !important;
  }
  .m-px-lg-58 {
    margin: 3.625rem !important;
  }
  .m-px-lg-59 {
    margin: 3.6875rem !important;
  }
  .m-px-lg-60 {
    margin: 3.75rem !important;
  }
  .m-px-lg-61 {
    margin: 3.8125rem !important;
  }
  .m-px-lg-62 {
    margin: 3.875rem !important;
  }
  .m-px-lg-63 {
    margin: 3.9375rem !important;
  }
  .m-px-lg-64 {
    margin: 4rem !important;
  }
  .m-px-lg-68 {
    margin: 4.25rem !important;
  }
  .m-px-lg-70 {
    margin: 4.375rem !important;
  }
  .m-px-lg-80 {
    margin: 5rem !important;
  }
  .m-px-lg-82 {
    margin: 5.125rem !important;
  }
  .m-px-lg-83 {
    margin: 5.1875rem !important;
  }
  .m-px-lg-84 {
    margin: 5.25rem !important;
  }
  .m-px-lg-98 {
    margin: 6.125rem !important;
  }
  .m-px-lg-104 {
    margin: 6.5rem !important;
  }
  .m-px-lg-122 {
    margin: 7.625rem !important;
  }
  .m-px-lg-123 {
    margin: 7.6875rem !important;
  }
  .m-px-lg-147 {
    margin: 9.1875rem !important;
  }
  .m-px-lg-148 {
    margin: 9.25rem !important;
  }
  .m-px-lg-150 {
    margin: 9.375rem !important;
  }
  .m-px-lg-180 {
    margin: 11.25rem !important;
  }
  .m-px-lg-192 {
    margin: 12rem !important;
  }
  .m-px-lg-200 {
    margin: 12.5rem !important;
  }
  .m-px-lg-220 {
    margin: 13.75rem !important;
  }
  .m-px-lg-270 {
    margin: 16.875rem !important;
  }
  .m-px-lg-300 {
    margin: 18.75rem !important;
  }
  .m-px-lg-350 {
    margin: 21.875rem !important;
  }
  .m-px-lg-400 {
    margin: 25rem !important;
  }
  .m-px-lg-500 {
    margin: 31.25rem !important;
  }
  .m-px-lg-600 {
    margin: 37.5rem !important;
  }
  .m-px-lg-auto {
    margin: auto !important;
  }
  .mx-px-lg-0 {
    margin-inline-end: 0rem !important;
    margin-inline-start: 0rem !important;
  }
  .mx-px-lg-1 {
    margin-inline-end: 0.0625rem !important;
    margin-inline-start: 0.0625rem !important;
  }
  .mx-px-lg-2 {
    margin-inline-end: 0.125rem !important;
    margin-inline-start: 0.125rem !important;
  }
  .mx-px-lg-3 {
    margin-inline-end: 0.1875rem !important;
    margin-inline-start: 0.1875rem !important;
  }
  .mx-px-lg-4 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-px-lg-5 {
    margin-inline-end: 0.3125rem !important;
    margin-inline-start: 0.3125rem !important;
  }
  .mx-px-lg-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-px-lg-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-px-lg-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-px-lg-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-px-lg-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-px-lg-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-px-lg-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-px-lg-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-px-lg-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-px-lg-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-px-lg-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-px-lg-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-px-lg-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-px-lg-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-px-lg-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-px-lg-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-px-lg-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-px-lg-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-px-lg-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-px-lg-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-px-lg-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-px-lg-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-px-lg-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-px-lg-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-px-lg-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-px-lg-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-px-lg-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-px-lg-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-px-lg-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-px-lg-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-px-lg-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-px-lg-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-px-lg-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-px-lg-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-px-lg-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-px-lg-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-px-lg-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-px-lg-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-px-lg-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-px-lg-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-px-lg-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-px-lg-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-px-lg-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-px-lg-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-px-lg-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-px-lg-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-px-lg-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-px-lg-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-px-lg-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-px-lg-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-px-lg-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-px-lg-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-px-lg-59 {
    margin-inline-end: 3.6875rem !important;
    margin-inline-start: 3.6875rem !important;
  }
  .mx-px-lg-60 {
    margin-inline-end: 3.75rem !important;
    margin-inline-start: 3.75rem !important;
  }
  .mx-px-lg-61 {
    margin-inline-end: 3.8125rem !important;
    margin-inline-start: 3.8125rem !important;
  }
  .mx-px-lg-62 {
    margin-inline-end: 3.875rem !important;
    margin-inline-start: 3.875rem !important;
  }
  .mx-px-lg-63 {
    margin-inline-end: 3.9375rem !important;
    margin-inline-start: 3.9375rem !important;
  }
  .mx-px-lg-64 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-px-lg-68 {
    margin-inline-end: 4.25rem !important;
    margin-inline-start: 4.25rem !important;
  }
  .mx-px-lg-70 {
    margin-inline-end: 4.375rem !important;
    margin-inline-start: 4.375rem !important;
  }
  .mx-px-lg-80 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-px-lg-82 {
    margin-inline-end: 5.125rem !important;
    margin-inline-start: 5.125rem !important;
  }
  .mx-px-lg-83 {
    margin-inline-end: 5.1875rem !important;
    margin-inline-start: 5.1875rem !important;
  }
  .mx-px-lg-84 {
    margin-inline-end: 5.25rem !important;
    margin-inline-start: 5.25rem !important;
  }
  .mx-px-lg-98 {
    margin-inline-end: 6.125rem !important;
    margin-inline-start: 6.125rem !important;
  }
  .mx-px-lg-104 {
    margin-inline-end: 6.5rem !important;
    margin-inline-start: 6.5rem !important;
  }
  .mx-px-lg-122 {
    margin-inline-end: 7.625rem !important;
    margin-inline-start: 7.625rem !important;
  }
  .mx-px-lg-123 {
    margin-inline-end: 7.6875rem !important;
    margin-inline-start: 7.6875rem !important;
  }
  .mx-px-lg-147 {
    margin-inline-end: 9.1875rem !important;
    margin-inline-start: 9.1875rem !important;
  }
  .mx-px-lg-148 {
    margin-inline-end: 9.25rem !important;
    margin-inline-start: 9.25rem !important;
  }
  .mx-px-lg-150 {
    margin-inline-end: 9.375rem !important;
    margin-inline-start: 9.375rem !important;
  }
  .mx-px-lg-180 {
    margin-inline-end: 11.25rem !important;
    margin-inline-start: 11.25rem !important;
  }
  .mx-px-lg-192 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-px-lg-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-px-lg-220 {
    margin-inline-end: 13.75rem !important;
    margin-inline-start: 13.75rem !important;
  }
  .mx-px-lg-270 {
    margin-inline-end: 16.875rem !important;
    margin-inline-start: 16.875rem !important;
  }
  .mx-px-lg-300 {
    margin-inline-end: 18.75rem !important;
    margin-inline-start: 18.75rem !important;
  }
  .mx-px-lg-350 {
    margin-inline-end: 21.875rem !important;
    margin-inline-start: 21.875rem !important;
  }
  .mx-px-lg-400 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-px-lg-500 {
    margin-inline-end: 31.25rem !important;
    margin-inline-start: 31.25rem !important;
  }
  .mx-px-lg-600 {
    margin-inline-end: 37.5rem !important;
    margin-inline-start: 37.5rem !important;
  }
  .mx-px-lg-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-px-lg-0 {
    margin-block-start: 0rem !important;
    margin-block-end: 0rem !important;
  }
  .my-px-lg-1 {
    margin-block-start: 0.0625rem !important;
    margin-block-end: 0.0625rem !important;
  }
  .my-px-lg-2 {
    margin-block-start: 0.125rem !important;
    margin-block-end: 0.125rem !important;
  }
  .my-px-lg-3 {
    margin-block-start: 0.1875rem !important;
    margin-block-end: 0.1875rem !important;
  }
  .my-px-lg-4 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-px-lg-5 {
    margin-block-start: 0.3125rem !important;
    margin-block-end: 0.3125rem !important;
  }
  .my-px-lg-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-px-lg-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-px-lg-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-px-lg-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-px-lg-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-px-lg-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-px-lg-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-px-lg-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-px-lg-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-px-lg-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-px-lg-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-px-lg-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-px-lg-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-px-lg-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-px-lg-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-px-lg-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-px-lg-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-px-lg-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-px-lg-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-px-lg-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-px-lg-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-px-lg-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-px-lg-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-px-lg-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-px-lg-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-px-lg-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-px-lg-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-px-lg-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-px-lg-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-px-lg-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-px-lg-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-px-lg-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-px-lg-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-px-lg-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-px-lg-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-px-lg-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-px-lg-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-px-lg-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-px-lg-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-px-lg-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-px-lg-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-px-lg-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-px-lg-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-px-lg-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-px-lg-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-px-lg-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-px-lg-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-px-lg-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-px-lg-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-px-lg-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-px-lg-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-px-lg-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-px-lg-59 {
    margin-block-start: 3.6875rem !important;
    margin-block-end: 3.6875rem !important;
  }
  .my-px-lg-60 {
    margin-block-start: 3.75rem !important;
    margin-block-end: 3.75rem !important;
  }
  .my-px-lg-61 {
    margin-block-start: 3.8125rem !important;
    margin-block-end: 3.8125rem !important;
  }
  .my-px-lg-62 {
    margin-block-start: 3.875rem !important;
    margin-block-end: 3.875rem !important;
  }
  .my-px-lg-63 {
    margin-block-start: 3.9375rem !important;
    margin-block-end: 3.9375rem !important;
  }
  .my-px-lg-64 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .my-px-lg-68 {
    margin-block-start: 4.25rem !important;
    margin-block-end: 4.25rem !important;
  }
  .my-px-lg-70 {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
  .my-px-lg-80 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .my-px-lg-82 {
    margin-block-start: 5.125rem !important;
    margin-block-end: 5.125rem !important;
  }
  .my-px-lg-83 {
    margin-block-start: 5.1875rem !important;
    margin-block-end: 5.1875rem !important;
  }
  .my-px-lg-84 {
    margin-block-start: 5.25rem !important;
    margin-block-end: 5.25rem !important;
  }
  .my-px-lg-98 {
    margin-block-start: 6.125rem !important;
    margin-block-end: 6.125rem !important;
  }
  .my-px-lg-104 {
    margin-block-start: 6.5rem !important;
    margin-block-end: 6.5rem !important;
  }
  .my-px-lg-122 {
    margin-block-start: 7.625rem !important;
    margin-block-end: 7.625rem !important;
  }
  .my-px-lg-123 {
    margin-block-start: 7.6875rem !important;
    margin-block-end: 7.6875rem !important;
  }
  .my-px-lg-147 {
    margin-block-start: 9.1875rem !important;
    margin-block-end: 9.1875rem !important;
  }
  .my-px-lg-148 {
    margin-block-start: 9.25rem !important;
    margin-block-end: 9.25rem !important;
  }
  .my-px-lg-150 {
    margin-block-start: 9.375rem !important;
    margin-block-end: 9.375rem !important;
  }
  .my-px-lg-180 {
    margin-block-start: 11.25rem !important;
    margin-block-end: 11.25rem !important;
  }
  .my-px-lg-192 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .my-px-lg-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-px-lg-220 {
    margin-block-start: 13.75rem !important;
    margin-block-end: 13.75rem !important;
  }
  .my-px-lg-270 {
    margin-block-start: 16.875rem !important;
    margin-block-end: 16.875rem !important;
  }
  .my-px-lg-300 {
    margin-block-start: 18.75rem !important;
    margin-block-end: 18.75rem !important;
  }
  .my-px-lg-350 {
    margin-block-start: 21.875rem !important;
    margin-block-end: 21.875rem !important;
  }
  .my-px-lg-400 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .my-px-lg-500 {
    margin-block-start: 31.25rem !important;
    margin-block-end: 31.25rem !important;
  }
  .my-px-lg-600 {
    margin-block-start: 37.5rem !important;
    margin-block-end: 37.5rem !important;
  }
  .my-px-lg-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-px-lg-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-lg-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-lg-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-lg-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-lg-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-lg-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-lg-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-lg-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-lg-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-lg-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-lg-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-lg-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-lg-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-lg-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-lg-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-lg-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-lg-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-lg-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-lg-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-lg-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-lg-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-lg-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-lg-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-lg-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-lg-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-lg-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-lg-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-lg-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-lg-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-lg-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-lg-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-lg-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-lg-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-lg-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-lg-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-lg-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-lg-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-lg-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-lg-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-lg-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-lg-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-lg-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-lg-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-lg-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-lg-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-lg-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-lg-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-lg-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-lg-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-lg-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-lg-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-lg-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-lg-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-lg-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-lg-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-lg-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-lg-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-lg-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-lg-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-lg-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-lg-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-lg-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-lg-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-lg-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-lg-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-lg-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-lg-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-lg-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-lg-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-lg-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-lg-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-lg-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-lg-122 {
    margin-block-start: 7.625rem !important;
  }
  .mt-px-lg-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-lg-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-lg-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-lg-150 {
    margin-block-start: 9.375rem !important;
  }
  .mt-px-lg-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-lg-192 {
    margin-block-start: 12rem !important;
  }
  .mt-px-lg-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-lg-220 {
    margin-block-start: 13.75rem !important;
  }
  .mt-px-lg-270 {
    margin-block-start: 16.875rem !important;
  }
  .mt-px-lg-300 {
    margin-block-start: 18.75rem !important;
  }
  .mt-px-lg-350 {
    margin-block-start: 21.875rem !important;
  }
  .mt-px-lg-400 {
    margin-block-start: 25rem !important;
  }
  .mt-px-lg-500 {
    margin-block-start: 31.25rem !important;
  }
  .mt-px-lg-600 {
    margin-block-start: 37.5rem !important;
  }
  .mt-px-lg-auto {
    margin-block-start: auto !important;
  }
  .me-px-lg-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-lg-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-lg-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-lg-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-lg-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-lg-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-lg-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-lg-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-lg-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-lg-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-lg-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-lg-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-lg-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-lg-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-lg-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-lg-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-lg-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-lg-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-lg-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-lg-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-lg-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-lg-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-lg-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-lg-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-lg-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-lg-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-lg-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-lg-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-lg-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-lg-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-lg-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-lg-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-lg-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-lg-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-lg-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-lg-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-lg-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-lg-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-lg-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-lg-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-lg-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-lg-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-lg-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-lg-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-lg-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-lg-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-lg-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-lg-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-lg-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-lg-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-lg-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-lg-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-lg-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-lg-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-lg-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-lg-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-lg-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-lg-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-lg-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-lg-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-lg-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-lg-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-lg-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-lg-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-lg-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-lg-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-lg-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-lg-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-lg-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-lg-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-lg-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-lg-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-lg-122 {
    margin-inline-end: 7.625rem !important;
  }
  .me-px-lg-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-lg-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-lg-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-lg-150 {
    margin-inline-end: 9.375rem !important;
  }
  .me-px-lg-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-lg-192 {
    margin-inline-end: 12rem !important;
  }
  .me-px-lg-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-lg-220 {
    margin-inline-end: 13.75rem !important;
  }
  .me-px-lg-270 {
    margin-inline-end: 16.875rem !important;
  }
  .me-px-lg-300 {
    margin-inline-end: 18.75rem !important;
  }
  .me-px-lg-350 {
    margin-inline-end: 21.875rem !important;
  }
  .me-px-lg-400 {
    margin-inline-end: 25rem !important;
  }
  .me-px-lg-500 {
    margin-inline-end: 31.25rem !important;
  }
  .me-px-lg-600 {
    margin-inline-end: 37.5rem !important;
  }
  .me-px-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-lg-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-lg-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-lg-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-lg-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-lg-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-lg-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-lg-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-lg-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-lg-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-lg-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-lg-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-lg-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-lg-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-lg-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-lg-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-lg-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-lg-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-lg-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-lg-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-lg-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-lg-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-lg-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-lg-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-lg-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-lg-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-lg-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-lg-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-lg-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-lg-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-lg-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-lg-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-lg-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-lg-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-lg-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-lg-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-lg-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-lg-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-lg-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-lg-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-lg-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-lg-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-lg-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-lg-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-lg-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-lg-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-lg-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-lg-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-lg-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-lg-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-lg-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-lg-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-lg-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-lg-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-lg-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-lg-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-lg-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-lg-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-lg-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-lg-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-lg-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-lg-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-lg-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-lg-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-lg-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-lg-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-lg-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-lg-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-lg-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-lg-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-lg-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-lg-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-lg-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-lg-122 {
    margin-block-end: 7.625rem !important;
  }
  .mb-px-lg-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-lg-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-lg-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-lg-150 {
    margin-block-end: 9.375rem !important;
  }
  .mb-px-lg-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-lg-192 {
    margin-block-end: 12rem !important;
  }
  .mb-px-lg-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-lg-220 {
    margin-block-end: 13.75rem !important;
  }
  .mb-px-lg-270 {
    margin-block-end: 16.875rem !important;
  }
  .mb-px-lg-300 {
    margin-block-end: 18.75rem !important;
  }
  .mb-px-lg-350 {
    margin-block-end: 21.875rem !important;
  }
  .mb-px-lg-400 {
    margin-block-end: 25rem !important;
  }
  .mb-px-lg-500 {
    margin-block-end: 31.25rem !important;
  }
  .mb-px-lg-600 {
    margin-block-end: 37.5rem !important;
  }
  .mb-px-lg-auto {
    margin-block-end: auto !important;
  }
  .ms-px-lg-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-lg-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-lg-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-lg-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-lg-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-lg-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-lg-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-lg-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-lg-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-lg-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-lg-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-lg-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-lg-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-lg-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-lg-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-lg-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-lg-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-lg-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-lg-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-lg-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-lg-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-lg-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-lg-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-lg-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-lg-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-lg-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-lg-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-lg-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-lg-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-lg-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-lg-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-lg-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-lg-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-lg-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-lg-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-lg-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-lg-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-lg-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-lg-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-lg-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-lg-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-lg-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-lg-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-lg-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-lg-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-lg-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-lg-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-lg-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-lg-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-lg-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-lg-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-lg-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-lg-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-lg-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-lg-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-lg-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-lg-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-lg-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-lg-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-lg-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-lg-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-lg-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-lg-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-lg-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-lg-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-lg-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-lg-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-lg-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-lg-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-lg-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-lg-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-lg-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-lg-122 {
    margin-inline-start: 7.625rem !important;
  }
  .ms-px-lg-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-lg-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-lg-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-lg-150 {
    margin-inline-start: 9.375rem !important;
  }
  .ms-px-lg-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-lg-192 {
    margin-inline-start: 12rem !important;
  }
  .ms-px-lg-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-lg-220 {
    margin-inline-start: 13.75rem !important;
  }
  .ms-px-lg-270 {
    margin-inline-start: 16.875rem !important;
  }
  .ms-px-lg-300 {
    margin-inline-start: 18.75rem !important;
  }
  .ms-px-lg-350 {
    margin-inline-start: 21.875rem !important;
  }
  .ms-px-lg-400 {
    margin-inline-start: 25rem !important;
  }
  .ms-px-lg-500 {
    margin-inline-start: 31.25rem !important;
  }
  .ms-px-lg-600 {
    margin-inline-start: 37.5rem !important;
  }
  .ms-px-lg-auto {
    margin-inline-start: auto !important;
  }
  .m-px-lg-n1 {
    margin: -0.0625rem !important;
  }
  .m-px-lg-n2 {
    margin: -0.125rem !important;
  }
  .m-px-lg-n3 {
    margin: -0.1875rem !important;
  }
  .m-px-lg-n4 {
    margin: -0.25rem !important;
  }
  .m-px-lg-n5 {
    margin: -0.3125rem !important;
  }
  .m-px-lg-n6 {
    margin: -0.375rem !important;
  }
  .m-px-lg-n7 {
    margin: -0.4375rem !important;
  }
  .m-px-lg-n8 {
    margin: -0.5rem !important;
  }
  .m-px-lg-n9 {
    margin: -0.5625rem !important;
  }
  .m-px-lg-n10 {
    margin: -0.625rem !important;
  }
  .m-px-lg-n11 {
    margin: -0.6875rem !important;
  }
  .m-px-lg-n12 {
    margin: -0.75rem !important;
  }
  .m-px-lg-n13 {
    margin: -0.8125rem !important;
  }
  .m-px-lg-n14 {
    margin: -0.875rem !important;
  }
  .m-px-lg-n15 {
    margin: -0.9375rem !important;
  }
  .m-px-lg-n16 {
    margin: -1rem !important;
  }
  .m-px-lg-n17 {
    margin: -1.0625rem !important;
  }
  .m-px-lg-n18 {
    margin: -1.125rem !important;
  }
  .m-px-lg-n19 {
    margin: -1.1875rem !important;
  }
  .m-px-lg-n20 {
    margin: -1.25rem !important;
  }
  .m-px-lg-n21 {
    margin: -1.3125rem !important;
  }
  .m-px-lg-n22 {
    margin: -1.375rem !important;
  }
  .m-px-lg-n23 {
    margin: -1.4375rem !important;
  }
  .m-px-lg-n24 {
    margin: -1.5rem !important;
  }
  .m-px-lg-n25 {
    margin: -1.5625rem !important;
  }
  .m-px-lg-n26 {
    margin: -1.625rem !important;
  }
  .m-px-lg-n27 {
    margin: -1.6875rem !important;
  }
  .m-px-lg-n28 {
    margin: -1.75rem !important;
  }
  .m-px-lg-n29 {
    margin: -1.8125rem !important;
  }
  .m-px-lg-n30 {
    margin: -1.875rem !important;
  }
  .m-px-lg-n31 {
    margin: -1.9375rem !important;
  }
  .m-px-lg-n32 {
    margin: -2rem !important;
  }
  .m-px-lg-n33 {
    margin: -2.0625rem !important;
  }
  .m-px-lg-n34 {
    margin: -2.125rem !important;
  }
  .m-px-lg-n35 {
    margin: -2.1875rem !important;
  }
  .m-px-lg-n36 {
    margin: -2.25rem !important;
  }
  .m-px-lg-n37 {
    margin: -2.3125rem !important;
  }
  .m-px-lg-n38 {
    margin: -2.375rem !important;
  }
  .m-px-lg-n39 {
    margin: -2.4375rem !important;
  }
  .m-px-lg-n40 {
    margin: -2.5rem !important;
  }
  .m-px-lg-n41 {
    margin: -2.5625rem !important;
  }
  .m-px-lg-n42 {
    margin: -2.625rem !important;
  }
  .m-px-lg-n43 {
    margin: -2.6875rem !important;
  }
  .m-px-lg-n44 {
    margin: -2.75rem !important;
  }
  .m-px-lg-n45 {
    margin: -2.8125rem !important;
  }
  .m-px-lg-n46 {
    margin: -2.875rem !important;
  }
  .m-px-lg-n47 {
    margin: -2.9375rem !important;
  }
  .m-px-lg-n48 {
    margin: -3rem !important;
  }
  .m-px-lg-n49 {
    margin: -3.0625rem !important;
  }
  .m-px-lg-n50 {
    margin: -3.125rem !important;
  }
  .m-px-lg-n51 {
    margin: -3.1875rem !important;
  }
  .m-px-lg-n52 {
    margin: -3.25rem !important;
  }
  .m-px-lg-n53 {
    margin: -3.3125rem !important;
  }
  .m-px-lg-n54 {
    margin: -3.375rem !important;
  }
  .m-px-lg-n56 {
    margin: -3.5rem !important;
  }
  .m-px-lg-n57 {
    margin: -3.5625rem !important;
  }
  .m-px-lg-n58 {
    margin: -3.625rem !important;
  }
  .m-px-lg-n59 {
    margin: -3.6875rem !important;
  }
  .m-px-lg-n60 {
    margin: -3.75rem !important;
  }
  .m-px-lg-n61 {
    margin: -3.8125rem !important;
  }
  .m-px-lg-n62 {
    margin: -3.875rem !important;
  }
  .m-px-lg-n63 {
    margin: -3.9375rem !important;
  }
  .m-px-lg-n64 {
    margin: -4rem !important;
  }
  .m-px-lg-n68 {
    margin: -4.25rem !important;
  }
  .m-px-lg-n70 {
    margin: -4.375rem !important;
  }
  .m-px-lg-n80 {
    margin: -5rem !important;
  }
  .m-px-lg-n82 {
    margin: -5.125rem !important;
  }
  .m-px-lg-n83 {
    margin: -5.1875rem !important;
  }
  .m-px-lg-n84 {
    margin: -5.25rem !important;
  }
  .m-px-lg-n98 {
    margin: -6.125rem !important;
  }
  .m-px-lg-n104 {
    margin: -6.5rem !important;
  }
  .m-px-lg-n122 {
    margin: -7.625rem !important;
  }
  .m-px-lg-n123 {
    margin: -7.6875rem !important;
  }
  .m-px-lg-n147 {
    margin: -9.1875rem !important;
  }
  .m-px-lg-n148 {
    margin: -9.25rem !important;
  }
  .m-px-lg-n150 {
    margin: -9.375rem !important;
  }
  .m-px-lg-n180 {
    margin: -11.25rem !important;
  }
  .m-px-lg-n192 {
    margin: -12rem !important;
  }
  .m-px-lg-n200 {
    margin: -12.5rem !important;
  }
  .m-px-lg-n220 {
    margin: -13.75rem !important;
  }
  .m-px-lg-n270 {
    margin: -16.875rem !important;
  }
  .m-px-lg-n300 {
    margin: -18.75rem !important;
  }
  .m-px-lg-n350 {
    margin: -21.875rem !important;
  }
  .m-px-lg-n400 {
    margin: -25rem !important;
  }
  .m-px-lg-n500 {
    margin: -31.25rem !important;
  }
  .m-px-lg-n600 {
    margin: -37.5rem !important;
  }
  .mx-px-lg-n1 {
    margin-inline-end: -0.0625rem !important;
    margin-inline-start: -0.0625rem !important;
  }
  .mx-px-lg-n2 {
    margin-inline-end: -0.125rem !important;
    margin-inline-start: -0.125rem !important;
  }
  .mx-px-lg-n3 {
    margin-inline-end: -0.1875rem !important;
    margin-inline-start: -0.1875rem !important;
  }
  .mx-px-lg-n4 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-px-lg-n5 {
    margin-inline-end: -0.3125rem !important;
    margin-inline-start: -0.3125rem !important;
  }
  .mx-px-lg-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-px-lg-n7 {
    margin-inline-end: -0.4375rem !important;
    margin-inline-start: -0.4375rem !important;
  }
  .mx-px-lg-n8 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-px-lg-n9 {
    margin-inline-end: -0.5625rem !important;
    margin-inline-start: -0.5625rem !important;
  }
  .mx-px-lg-n10 {
    margin-inline-end: -0.625rem !important;
    margin-inline-start: -0.625rem !important;
  }
  .mx-px-lg-n11 {
    margin-inline-end: -0.6875rem !important;
    margin-inline-start: -0.6875rem !important;
  }
  .mx-px-lg-n12 {
    margin-inline-end: -0.75rem !important;
    margin-inline-start: -0.75rem !important;
  }
  .mx-px-lg-n13 {
    margin-inline-end: -0.8125rem !important;
    margin-inline-start: -0.8125rem !important;
  }
  .mx-px-lg-n14 {
    margin-inline-end: -0.875rem !important;
    margin-inline-start: -0.875rem !important;
  }
  .mx-px-lg-n15 {
    margin-inline-end: -0.9375rem !important;
    margin-inline-start: -0.9375rem !important;
  }
  .mx-px-lg-n16 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-px-lg-n17 {
    margin-inline-end: -1.0625rem !important;
    margin-inline-start: -1.0625rem !important;
  }
  .mx-px-lg-n18 {
    margin-inline-end: -1.125rem !important;
    margin-inline-start: -1.125rem !important;
  }
  .mx-px-lg-n19 {
    margin-inline-end: -1.1875rem !important;
    margin-inline-start: -1.1875rem !important;
  }
  .mx-px-lg-n20 {
    margin-inline-end: -1.25rem !important;
    margin-inline-start: -1.25rem !important;
  }
  .mx-px-lg-n21 {
    margin-inline-end: -1.3125rem !important;
    margin-inline-start: -1.3125rem !important;
  }
  .mx-px-lg-n22 {
    margin-inline-end: -1.375rem !important;
    margin-inline-start: -1.375rem !important;
  }
  .mx-px-lg-n23 {
    margin-inline-end: -1.4375rem !important;
    margin-inline-start: -1.4375rem !important;
  }
  .mx-px-lg-n24 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-px-lg-n25 {
    margin-inline-end: -1.5625rem !important;
    margin-inline-start: -1.5625rem !important;
  }
  .mx-px-lg-n26 {
    margin-inline-end: -1.625rem !important;
    margin-inline-start: -1.625rem !important;
  }
  .mx-px-lg-n27 {
    margin-inline-end: -1.6875rem !important;
    margin-inline-start: -1.6875rem !important;
  }
  .mx-px-lg-n28 {
    margin-inline-end: -1.75rem !important;
    margin-inline-start: -1.75rem !important;
  }
  .mx-px-lg-n29 {
    margin-inline-end: -1.8125rem !important;
    margin-inline-start: -1.8125rem !important;
  }
  .mx-px-lg-n30 {
    margin-inline-end: -1.875rem !important;
    margin-inline-start: -1.875rem !important;
  }
  .mx-px-lg-n31 {
    margin-inline-end: -1.9375rem !important;
    margin-inline-start: -1.9375rem !important;
  }
  .mx-px-lg-n32 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-px-lg-n33 {
    margin-inline-end: -2.0625rem !important;
    margin-inline-start: -2.0625rem !important;
  }
  .mx-px-lg-n34 {
    margin-inline-end: -2.125rem !important;
    margin-inline-start: -2.125rem !important;
  }
  .mx-px-lg-n35 {
    margin-inline-end: -2.1875rem !important;
    margin-inline-start: -2.1875rem !important;
  }
  .mx-px-lg-n36 {
    margin-inline-end: -2.25rem !important;
    margin-inline-start: -2.25rem !important;
  }
  .mx-px-lg-n37 {
    margin-inline-end: -2.3125rem !important;
    margin-inline-start: -2.3125rem !important;
  }
  .mx-px-lg-n38 {
    margin-inline-end: -2.375rem !important;
    margin-inline-start: -2.375rem !important;
  }
  .mx-px-lg-n39 {
    margin-inline-end: -2.4375rem !important;
    margin-inline-start: -2.4375rem !important;
  }
  .mx-px-lg-n40 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-px-lg-n41 {
    margin-inline-end: -2.5625rem !important;
    margin-inline-start: -2.5625rem !important;
  }
  .mx-px-lg-n42 {
    margin-inline-end: -2.625rem !important;
    margin-inline-start: -2.625rem !important;
  }
  .mx-px-lg-n43 {
    margin-inline-end: -2.6875rem !important;
    margin-inline-start: -2.6875rem !important;
  }
  .mx-px-lg-n44 {
    margin-inline-end: -2.75rem !important;
    margin-inline-start: -2.75rem !important;
  }
  .mx-px-lg-n45 {
    margin-inline-end: -2.8125rem !important;
    margin-inline-start: -2.8125rem !important;
  }
  .mx-px-lg-n46 {
    margin-inline-end: -2.875rem !important;
    margin-inline-start: -2.875rem !important;
  }
  .mx-px-lg-n47 {
    margin-inline-end: -2.9375rem !important;
    margin-inline-start: -2.9375rem !important;
  }
  .mx-px-lg-n48 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-px-lg-n49 {
    margin-inline-end: -3.0625rem !important;
    margin-inline-start: -3.0625rem !important;
  }
  .mx-px-lg-n50 {
    margin-inline-end: -3.125rem !important;
    margin-inline-start: -3.125rem !important;
  }
  .mx-px-lg-n51 {
    margin-inline-end: -3.1875rem !important;
    margin-inline-start: -3.1875rem !important;
  }
  .mx-px-lg-n52 {
    margin-inline-end: -3.25rem !important;
    margin-inline-start: -3.25rem !important;
  }
  .mx-px-lg-n53 {
    margin-inline-end: -3.3125rem !important;
    margin-inline-start: -3.3125rem !important;
  }
  .mx-px-lg-n54 {
    margin-inline-end: -3.375rem !important;
    margin-inline-start: -3.375rem !important;
  }
  .mx-px-lg-n56 {
    margin-inline-end: -3.5rem !important;
    margin-inline-start: -3.5rem !important;
  }
  .mx-px-lg-n57 {
    margin-inline-end: -3.5625rem !important;
    margin-inline-start: -3.5625rem !important;
  }
  .mx-px-lg-n58 {
    margin-inline-end: -3.625rem !important;
    margin-inline-start: -3.625rem !important;
  }
  .mx-px-lg-n59 {
    margin-inline-end: -3.6875rem !important;
    margin-inline-start: -3.6875rem !important;
  }
  .mx-px-lg-n60 {
    margin-inline-end: -3.75rem !important;
    margin-inline-start: -3.75rem !important;
  }
  .mx-px-lg-n61 {
    margin-inline-end: -3.8125rem !important;
    margin-inline-start: -3.8125rem !important;
  }
  .mx-px-lg-n62 {
    margin-inline-end: -3.875rem !important;
    margin-inline-start: -3.875rem !important;
  }
  .mx-px-lg-n63 {
    margin-inline-end: -3.9375rem !important;
    margin-inline-start: -3.9375rem !important;
  }
  .mx-px-lg-n64 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-px-lg-n68 {
    margin-inline-end: -4.25rem !important;
    margin-inline-start: -4.25rem !important;
  }
  .mx-px-lg-n70 {
    margin-inline-end: -4.375rem !important;
    margin-inline-start: -4.375rem !important;
  }
  .mx-px-lg-n80 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-px-lg-n82 {
    margin-inline-end: -5.125rem !important;
    margin-inline-start: -5.125rem !important;
  }
  .mx-px-lg-n83 {
    margin-inline-end: -5.1875rem !important;
    margin-inline-start: -5.1875rem !important;
  }
  .mx-px-lg-n84 {
    margin-inline-end: -5.25rem !important;
    margin-inline-start: -5.25rem !important;
  }
  .mx-px-lg-n98 {
    margin-inline-end: -6.125rem !important;
    margin-inline-start: -6.125rem !important;
  }
  .mx-px-lg-n104 {
    margin-inline-end: -6.5rem !important;
    margin-inline-start: -6.5rem !important;
  }
  .mx-px-lg-n122 {
    margin-inline-end: -7.625rem !important;
    margin-inline-start: -7.625rem !important;
  }
  .mx-px-lg-n123 {
    margin-inline-end: -7.6875rem !important;
    margin-inline-start: -7.6875rem !important;
  }
  .mx-px-lg-n147 {
    margin-inline-end: -9.1875rem !important;
    margin-inline-start: -9.1875rem !important;
  }
  .mx-px-lg-n148 {
    margin-inline-end: -9.25rem !important;
    margin-inline-start: -9.25rem !important;
  }
  .mx-px-lg-n150 {
    margin-inline-end: -9.375rem !important;
    margin-inline-start: -9.375rem !important;
  }
  .mx-px-lg-n180 {
    margin-inline-end: -11.25rem !important;
    margin-inline-start: -11.25rem !important;
  }
  .mx-px-lg-n192 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-px-lg-n200 {
    margin-inline-end: -12.5rem !important;
    margin-inline-start: -12.5rem !important;
  }
  .mx-px-lg-n220 {
    margin-inline-end: -13.75rem !important;
    margin-inline-start: -13.75rem !important;
  }
  .mx-px-lg-n270 {
    margin-inline-end: -16.875rem !important;
    margin-inline-start: -16.875rem !important;
  }
  .mx-px-lg-n300 {
    margin-inline-end: -18.75rem !important;
    margin-inline-start: -18.75rem !important;
  }
  .mx-px-lg-n350 {
    margin-inline-end: -21.875rem !important;
    margin-inline-start: -21.875rem !important;
  }
  .mx-px-lg-n400 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-px-lg-n500 {
    margin-inline-end: -31.25rem !important;
    margin-inline-start: -31.25rem !important;
  }
  .mx-px-lg-n600 {
    margin-inline-end: -37.5rem !important;
    margin-inline-start: -37.5rem !important;
  }
  .my-px-lg-n1 {
    margin-block-end: -0.0625rem !important;
    margin-block-start: -0.0625rem !important;
  }
  .my-px-lg-n2 {
    margin-block-end: -0.125rem !important;
    margin-block-start: -0.125rem !important;
  }
  .my-px-lg-n3 {
    margin-block-end: -0.1875rem !important;
    margin-block-start: -0.1875rem !important;
  }
  .my-px-lg-n4 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-px-lg-n5 {
    margin-block-end: -0.3125rem !important;
    margin-block-start: -0.3125rem !important;
  }
  .my-px-lg-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-px-lg-n7 {
    margin-block-end: -0.4375rem !important;
    margin-block-start: -0.4375rem !important;
  }
  .my-px-lg-n8 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-px-lg-n9 {
    margin-block-end: -0.5625rem !important;
    margin-block-start: -0.5625rem !important;
  }
  .my-px-lg-n10 {
    margin-block-end: -0.625rem !important;
    margin-block-start: -0.625rem !important;
  }
  .my-px-lg-n11 {
    margin-block-end: -0.6875rem !important;
    margin-block-start: -0.6875rem !important;
  }
  .my-px-lg-n12 {
    margin-block-end: -0.75rem !important;
    margin-block-start: -0.75rem !important;
  }
  .my-px-lg-n13 {
    margin-block-end: -0.8125rem !important;
    margin-block-start: -0.8125rem !important;
  }
  .my-px-lg-n14 {
    margin-block-end: -0.875rem !important;
    margin-block-start: -0.875rem !important;
  }
  .my-px-lg-n15 {
    margin-block-end: -0.9375rem !important;
    margin-block-start: -0.9375rem !important;
  }
  .my-px-lg-n16 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-px-lg-n17 {
    margin-block-end: -1.0625rem !important;
    margin-block-start: -1.0625rem !important;
  }
  .my-px-lg-n18 {
    margin-block-end: -1.125rem !important;
    margin-block-start: -1.125rem !important;
  }
  .my-px-lg-n19 {
    margin-block-end: -1.1875rem !important;
    margin-block-start: -1.1875rem !important;
  }
  .my-px-lg-n20 {
    margin-block-end: -1.25rem !important;
    margin-block-start: -1.25rem !important;
  }
  .my-px-lg-n21 {
    margin-block-end: -1.3125rem !important;
    margin-block-start: -1.3125rem !important;
  }
  .my-px-lg-n22 {
    margin-block-end: -1.375rem !important;
    margin-block-start: -1.375rem !important;
  }
  .my-px-lg-n23 {
    margin-block-end: -1.4375rem !important;
    margin-block-start: -1.4375rem !important;
  }
  .my-px-lg-n24 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-px-lg-n25 {
    margin-block-end: -1.5625rem !important;
    margin-block-start: -1.5625rem !important;
  }
  .my-px-lg-n26 {
    margin-block-end: -1.625rem !important;
    margin-block-start: -1.625rem !important;
  }
  .my-px-lg-n27 {
    margin-block-end: -1.6875rem !important;
    margin-block-start: -1.6875rem !important;
  }
  .my-px-lg-n28 {
    margin-block-end: -1.75rem !important;
    margin-block-start: -1.75rem !important;
  }
  .my-px-lg-n29 {
    margin-block-end: -1.8125rem !important;
    margin-block-start: -1.8125rem !important;
  }
  .my-px-lg-n30 {
    margin-block-end: -1.875rem !important;
    margin-block-start: -1.875rem !important;
  }
  .my-px-lg-n31 {
    margin-block-end: -1.9375rem !important;
    margin-block-start: -1.9375rem !important;
  }
  .my-px-lg-n32 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-px-lg-n33 {
    margin-block-end: -2.0625rem !important;
    margin-block-start: -2.0625rem !important;
  }
  .my-px-lg-n34 {
    margin-block-end: -2.125rem !important;
    margin-block-start: -2.125rem !important;
  }
  .my-px-lg-n35 {
    margin-block-end: -2.1875rem !important;
    margin-block-start: -2.1875rem !important;
  }
  .my-px-lg-n36 {
    margin-block-end: -2.25rem !important;
    margin-block-start: -2.25rem !important;
  }
  .my-px-lg-n37 {
    margin-block-end: -2.3125rem !important;
    margin-block-start: -2.3125rem !important;
  }
  .my-px-lg-n38 {
    margin-block-end: -2.375rem !important;
    margin-block-start: -2.375rem !important;
  }
  .my-px-lg-n39 {
    margin-block-end: -2.4375rem !important;
    margin-block-start: -2.4375rem !important;
  }
  .my-px-lg-n40 {
    margin-block-end: -2.5rem !important;
    margin-block-start: -2.5rem !important;
  }
  .my-px-lg-n41 {
    margin-block-end: -2.5625rem !important;
    margin-block-start: -2.5625rem !important;
  }
  .my-px-lg-n42 {
    margin-block-end: -2.625rem !important;
    margin-block-start: -2.625rem !important;
  }
  .my-px-lg-n43 {
    margin-block-end: -2.6875rem !important;
    margin-block-start: -2.6875rem !important;
  }
  .my-px-lg-n44 {
    margin-block-end: -2.75rem !important;
    margin-block-start: -2.75rem !important;
  }
  .my-px-lg-n45 {
    margin-block-end: -2.8125rem !important;
    margin-block-start: -2.8125rem !important;
  }
  .my-px-lg-n46 {
    margin-block-end: -2.875rem !important;
    margin-block-start: -2.875rem !important;
  }
  .my-px-lg-n47 {
    margin-block-end: -2.9375rem !important;
    margin-block-start: -2.9375rem !important;
  }
  .my-px-lg-n48 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-px-lg-n49 {
    margin-block-end: -3.0625rem !important;
    margin-block-start: -3.0625rem !important;
  }
  .my-px-lg-n50 {
    margin-block-end: -3.125rem !important;
    margin-block-start: -3.125rem !important;
  }
  .my-px-lg-n51 {
    margin-block-end: -3.1875rem !important;
    margin-block-start: -3.1875rem !important;
  }
  .my-px-lg-n52 {
    margin-block-end: -3.25rem !important;
    margin-block-start: -3.25rem !important;
  }
  .my-px-lg-n53 {
    margin-block-end: -3.3125rem !important;
    margin-block-start: -3.3125rem !important;
  }
  .my-px-lg-n54 {
    margin-block-end: -3.375rem !important;
    margin-block-start: -3.375rem !important;
  }
  .my-px-lg-n56 {
    margin-block-end: -3.5rem !important;
    margin-block-start: -3.5rem !important;
  }
  .my-px-lg-n57 {
    margin-block-end: -3.5625rem !important;
    margin-block-start: -3.5625rem !important;
  }
  .my-px-lg-n58 {
    margin-block-end: -3.625rem !important;
    margin-block-start: -3.625rem !important;
  }
  .my-px-lg-n59 {
    margin-block-end: -3.6875rem !important;
    margin-block-start: -3.6875rem !important;
  }
  .my-px-lg-n60 {
    margin-block-end: -3.75rem !important;
    margin-block-start: -3.75rem !important;
  }
  .my-px-lg-n61 {
    margin-block-end: -3.8125rem !important;
    margin-block-start: -3.8125rem !important;
  }
  .my-px-lg-n62 {
    margin-block-end: -3.875rem !important;
    margin-block-start: -3.875rem !important;
  }
  .my-px-lg-n63 {
    margin-block-end: -3.9375rem !important;
    margin-block-start: -3.9375rem !important;
  }
  .my-px-lg-n64 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-px-lg-n68 {
    margin-block-end: -4.25rem !important;
    margin-block-start: -4.25rem !important;
  }
  .my-px-lg-n70 {
    margin-block-end: -4.375rem !important;
    margin-block-start: -4.375rem !important;
  }
  .my-px-lg-n80 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-px-lg-n82 {
    margin-block-end: -5.125rem !important;
    margin-block-start: -5.125rem !important;
  }
  .my-px-lg-n83 {
    margin-block-end: -5.1875rem !important;
    margin-block-start: -5.1875rem !important;
  }
  .my-px-lg-n84 {
    margin-block-end: -5.25rem !important;
    margin-block-start: -5.25rem !important;
  }
  .my-px-lg-n98 {
    margin-block-end: -6.125rem !important;
    margin-block-start: -6.125rem !important;
  }
  .my-px-lg-n104 {
    margin-block-end: -6.5rem !important;
    margin-block-start: -6.5rem !important;
  }
  .my-px-lg-n122 {
    margin-block-end: -7.625rem !important;
    margin-block-start: -7.625rem !important;
  }
  .my-px-lg-n123 {
    margin-block-end: -7.6875rem !important;
    margin-block-start: -7.6875rem !important;
  }
  .my-px-lg-n147 {
    margin-block-end: -9.1875rem !important;
    margin-block-start: -9.1875rem !important;
  }
  .my-px-lg-n148 {
    margin-block-end: -9.25rem !important;
    margin-block-start: -9.25rem !important;
  }
  .my-px-lg-n150 {
    margin-block-end: -9.375rem !important;
    margin-block-start: -9.375rem !important;
  }
  .my-px-lg-n180 {
    margin-block-end: -11.25rem !important;
    margin-block-start: -11.25rem !important;
  }
  .my-px-lg-n192 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-px-lg-n200 {
    margin-block-end: -12.5rem !important;
    margin-block-start: -12.5rem !important;
  }
  .my-px-lg-n220 {
    margin-block-end: -13.75rem !important;
    margin-block-start: -13.75rem !important;
  }
  .my-px-lg-n270 {
    margin-block-end: -16.875rem !important;
    margin-block-start: -16.875rem !important;
  }
  .my-px-lg-n300 {
    margin-block-end: -18.75rem !important;
    margin-block-start: -18.75rem !important;
  }
  .my-px-lg-n350 {
    margin-block-end: -21.875rem !important;
    margin-block-start: -21.875rem !important;
  }
  .my-px-lg-n400 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-px-lg-n500 {
    margin-block-end: -31.25rem !important;
    margin-block-start: -31.25rem !important;
  }
  .my-px-lg-n600 {
    margin-block-end: -37.5rem !important;
    margin-block-start: -37.5rem !important;
  }
  .mt-px-lg-n1 {
    margin-block-start: -0.0625rem !important;
  }
  .mt-px-lg-n2 {
    margin-block-start: -0.125rem !important;
  }
  .mt-px-lg-n3 {
    margin-block-start: -0.1875rem !important;
  }
  .mt-px-lg-n4 {
    margin-block-start: -0.25rem !important;
  }
  .mt-px-lg-n5 {
    margin-block-start: -0.3125rem !important;
  }
  .mt-px-lg-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-px-lg-n7 {
    margin-block-start: -0.4375rem !important;
  }
  .mt-px-lg-n8 {
    margin-block-start: -0.5rem !important;
  }
  .mt-px-lg-n9 {
    margin-block-start: -0.5625rem !important;
  }
  .mt-px-lg-n10 {
    margin-block-start: -0.625rem !important;
  }
  .mt-px-lg-n11 {
    margin-block-start: -0.6875rem !important;
  }
  .mt-px-lg-n12 {
    margin-block-start: -0.75rem !important;
  }
  .mt-px-lg-n13 {
    margin-block-start: -0.8125rem !important;
  }
  .mt-px-lg-n14 {
    margin-block-start: -0.875rem !important;
  }
  .mt-px-lg-n15 {
    margin-block-start: -0.9375rem !important;
  }
  .mt-px-lg-n16 {
    margin-block-start: -1rem !important;
  }
  .mt-px-lg-n17 {
    margin-block-start: -1.0625rem !important;
  }
  .mt-px-lg-n18 {
    margin-block-start: -1.125rem !important;
  }
  .mt-px-lg-n19 {
    margin-block-start: -1.1875rem !important;
  }
  .mt-px-lg-n20 {
    margin-block-start: -1.25rem !important;
  }
  .mt-px-lg-n21 {
    margin-block-start: -1.3125rem !important;
  }
  .mt-px-lg-n22 {
    margin-block-start: -1.375rem !important;
  }
  .mt-px-lg-n23 {
    margin-block-start: -1.4375rem !important;
  }
  .mt-px-lg-n24 {
    margin-block-start: -1.5rem !important;
  }
  .mt-px-lg-n25 {
    margin-block-start: -1.5625rem !important;
  }
  .mt-px-lg-n26 {
    margin-block-start: -1.625rem !important;
  }
  .mt-px-lg-n27 {
    margin-block-start: -1.6875rem !important;
  }
  .mt-px-lg-n28 {
    margin-block-start: -1.75rem !important;
  }
  .mt-px-lg-n29 {
    margin-block-start: -1.8125rem !important;
  }
  .mt-px-lg-n30 {
    margin-block-start: -1.875rem !important;
  }
  .mt-px-lg-n31 {
    margin-block-start: -1.9375rem !important;
  }
  .mt-px-lg-n32 {
    margin-block-start: -2rem !important;
  }
  .mt-px-lg-n33 {
    margin-block-start: -2.0625rem !important;
  }
  .mt-px-lg-n34 {
    margin-block-start: -2.125rem !important;
  }
  .mt-px-lg-n35 {
    margin-block-start: -2.1875rem !important;
  }
  .mt-px-lg-n36 {
    margin-block-start: -2.25rem !important;
  }
  .mt-px-lg-n37 {
    margin-block-start: -2.3125rem !important;
  }
  .mt-px-lg-n38 {
    margin-block-start: -2.375rem !important;
  }
  .mt-px-lg-n39 {
    margin-block-start: -2.4375rem !important;
  }
  .mt-px-lg-n40 {
    margin-block-start: -2.5rem !important;
  }
  .mt-px-lg-n41 {
    margin-block-start: -2.5625rem !important;
  }
  .mt-px-lg-n42 {
    margin-block-start: -2.625rem !important;
  }
  .mt-px-lg-n43 {
    margin-block-start: -2.6875rem !important;
  }
  .mt-px-lg-n44 {
    margin-block-start: -2.75rem !important;
  }
  .mt-px-lg-n45 {
    margin-block-start: -2.8125rem !important;
  }
  .mt-px-lg-n46 {
    margin-block-start: -2.875rem !important;
  }
  .mt-px-lg-n47 {
    margin-block-start: -2.9375rem !important;
  }
  .mt-px-lg-n48 {
    margin-block-start: -3rem !important;
  }
  .mt-px-lg-n49 {
    margin-block-start: -3.0625rem !important;
  }
  .mt-px-lg-n50 {
    margin-block-start: -3.125rem !important;
  }
  .mt-px-lg-n51 {
    margin-block-start: -3.1875rem !important;
  }
  .mt-px-lg-n52 {
    margin-block-start: -3.25rem !important;
  }
  .mt-px-lg-n53 {
    margin-block-start: -3.3125rem !important;
  }
  .mt-px-lg-n54 {
    margin-block-start: -3.375rem !important;
  }
  .mt-px-lg-n56 {
    margin-block-start: -3.5rem !important;
  }
  .mt-px-lg-n57 {
    margin-block-start: -3.5625rem !important;
  }
  .mt-px-lg-n58 {
    margin-block-start: -3.625rem !important;
  }
  .mt-px-lg-n59 {
    margin-block-start: -3.6875rem !important;
  }
  .mt-px-lg-n60 {
    margin-block-start: -3.75rem !important;
  }
  .mt-px-lg-n61 {
    margin-block-start: -3.8125rem !important;
  }
  .mt-px-lg-n62 {
    margin-block-start: -3.875rem !important;
  }
  .mt-px-lg-n63 {
    margin-block-start: -3.9375rem !important;
  }
  .mt-px-lg-n64 {
    margin-block-start: -4rem !important;
  }
  .mt-px-lg-n68 {
    margin-block-start: -4.25rem !important;
  }
  .mt-px-lg-n70 {
    margin-block-start: -4.375rem !important;
  }
  .mt-px-lg-n80 {
    margin-block-start: -5rem !important;
  }
  .mt-px-lg-n82 {
    margin-block-start: -5.125rem !important;
  }
  .mt-px-lg-n83 {
    margin-block-start: -5.1875rem !important;
  }
  .mt-px-lg-n84 {
    margin-block-start: -5.25rem !important;
  }
  .mt-px-lg-n98 {
    margin-block-start: -6.125rem !important;
  }
  .mt-px-lg-n104 {
    margin-block-start: -6.5rem !important;
  }
  .mt-px-lg-n122 {
    margin-block-start: -7.625rem !important;
  }
  .mt-px-lg-n123 {
    margin-block-start: -7.6875rem !important;
  }
  .mt-px-lg-n147 {
    margin-block-start: -9.1875rem !important;
  }
  .mt-px-lg-n148 {
    margin-block-start: -9.25rem !important;
  }
  .mt-px-lg-n150 {
    margin-block-start: -9.375rem !important;
  }
  .mt-px-lg-n180 {
    margin-block-start: -11.25rem !important;
  }
  .mt-px-lg-n192 {
    margin-block-start: -12rem !important;
  }
  .mt-px-lg-n200 {
    margin-block-start: -12.5rem !important;
  }
  .mt-px-lg-n220 {
    margin-block-start: -13.75rem !important;
  }
  .mt-px-lg-n270 {
    margin-block-start: -16.875rem !important;
  }
  .mt-px-lg-n300 {
    margin-block-start: -18.75rem !important;
  }
  .mt-px-lg-n350 {
    margin-block-start: -21.875rem !important;
  }
  .mt-px-lg-n400 {
    margin-block-start: -25rem !important;
  }
  .mt-px-lg-n500 {
    margin-block-start: -31.25rem !important;
  }
  .mt-px-lg-n600 {
    margin-block-start: -37.5rem !important;
  }
  .me-px-lg-n1 {
    margin-inline-end: -0.0625rem !important;
  }
  .me-px-lg-n2 {
    margin-inline-end: -0.125rem !important;
  }
  .me-px-lg-n3 {
    margin-inline-end: -0.1875rem !important;
  }
  .me-px-lg-n4 {
    margin-inline-end: -0.25rem !important;
  }
  .me-px-lg-n5 {
    margin-inline-end: -0.3125rem !important;
  }
  .me-px-lg-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-px-lg-n7 {
    margin-inline-end: -0.4375rem !important;
  }
  .me-px-lg-n8 {
    margin-inline-end: -0.5rem !important;
  }
  .me-px-lg-n9 {
    margin-inline-end: -0.5625rem !important;
  }
  .me-px-lg-n10 {
    margin-inline-end: -0.625rem !important;
  }
  .me-px-lg-n11 {
    margin-inline-end: -0.6875rem !important;
  }
  .me-px-lg-n12 {
    margin-inline-end: -0.75rem !important;
  }
  .me-px-lg-n13 {
    margin-inline-end: -0.8125rem !important;
  }
  .me-px-lg-n14 {
    margin-inline-end: -0.875rem !important;
  }
  .me-px-lg-n15 {
    margin-inline-end: -0.9375rem !important;
  }
  .me-px-lg-n16 {
    margin-inline-end: -1rem !important;
  }
  .me-px-lg-n17 {
    margin-inline-end: -1.0625rem !important;
  }
  .me-px-lg-n18 {
    margin-inline-end: -1.125rem !important;
  }
  .me-px-lg-n19 {
    margin-inline-end: -1.1875rem !important;
  }
  .me-px-lg-n20 {
    margin-inline-end: -1.25rem !important;
  }
  .me-px-lg-n21 {
    margin-inline-end: -1.3125rem !important;
  }
  .me-px-lg-n22 {
    margin-inline-end: -1.375rem !important;
  }
  .me-px-lg-n23 {
    margin-inline-end: -1.4375rem !important;
  }
  .me-px-lg-n24 {
    margin-inline-end: -1.5rem !important;
  }
  .me-px-lg-n25 {
    margin-inline-end: -1.5625rem !important;
  }
  .me-px-lg-n26 {
    margin-inline-end: -1.625rem !important;
  }
  .me-px-lg-n27 {
    margin-inline-end: -1.6875rem !important;
  }
  .me-px-lg-n28 {
    margin-inline-end: -1.75rem !important;
  }
  .me-px-lg-n29 {
    margin-inline-end: -1.8125rem !important;
  }
  .me-px-lg-n30 {
    margin-inline-end: -1.875rem !important;
  }
  .me-px-lg-n31 {
    margin-inline-end: -1.9375rem !important;
  }
  .me-px-lg-n32 {
    margin-inline-end: -2rem !important;
  }
  .me-px-lg-n33 {
    margin-inline-end: -2.0625rem !important;
  }
  .me-px-lg-n34 {
    margin-inline-end: -2.125rem !important;
  }
  .me-px-lg-n35 {
    margin-inline-end: -2.1875rem !important;
  }
  .me-px-lg-n36 {
    margin-inline-end: -2.25rem !important;
  }
  .me-px-lg-n37 {
    margin-inline-end: -2.3125rem !important;
  }
  .me-px-lg-n38 {
    margin-inline-end: -2.375rem !important;
  }
  .me-px-lg-n39 {
    margin-inline-end: -2.4375rem !important;
  }
  .me-px-lg-n40 {
    margin-inline-end: -2.5rem !important;
  }
  .me-px-lg-n41 {
    margin-inline-end: -2.5625rem !important;
  }
  .me-px-lg-n42 {
    margin-inline-end: -2.625rem !important;
  }
  .me-px-lg-n43 {
    margin-inline-end: -2.6875rem !important;
  }
  .me-px-lg-n44 {
    margin-inline-end: -2.75rem !important;
  }
  .me-px-lg-n45 {
    margin-inline-end: -2.8125rem !important;
  }
  .me-px-lg-n46 {
    margin-inline-end: -2.875rem !important;
  }
  .me-px-lg-n47 {
    margin-inline-end: -2.9375rem !important;
  }
  .me-px-lg-n48 {
    margin-inline-end: -3rem !important;
  }
  .me-px-lg-n49 {
    margin-inline-end: -3.0625rem !important;
  }
  .me-px-lg-n50 {
    margin-inline-end: -3.125rem !important;
  }
  .me-px-lg-n51 {
    margin-inline-end: -3.1875rem !important;
  }
  .me-px-lg-n52 {
    margin-inline-end: -3.25rem !important;
  }
  .me-px-lg-n53 {
    margin-inline-end: -3.3125rem !important;
  }
  .me-px-lg-n54 {
    margin-inline-end: -3.375rem !important;
  }
  .me-px-lg-n56 {
    margin-inline-end: -3.5rem !important;
  }
  .me-px-lg-n57 {
    margin-inline-end: -3.5625rem !important;
  }
  .me-px-lg-n58 {
    margin-inline-end: -3.625rem !important;
  }
  .me-px-lg-n59 {
    margin-inline-end: -3.6875rem !important;
  }
  .me-px-lg-n60 {
    margin-inline-end: -3.75rem !important;
  }
  .me-px-lg-n61 {
    margin-inline-end: -3.8125rem !important;
  }
  .me-px-lg-n62 {
    margin-inline-end: -3.875rem !important;
  }
  .me-px-lg-n63 {
    margin-inline-end: -3.9375rem !important;
  }
  .me-px-lg-n64 {
    margin-inline-end: -4rem !important;
  }
  .me-px-lg-n68 {
    margin-inline-end: -4.25rem !important;
  }
  .me-px-lg-n70 {
    margin-inline-end: -4.375rem !important;
  }
  .me-px-lg-n80 {
    margin-inline-end: -5rem !important;
  }
  .me-px-lg-n82 {
    margin-inline-end: -5.125rem !important;
  }
  .me-px-lg-n83 {
    margin-inline-end: -5.1875rem !important;
  }
  .me-px-lg-n84 {
    margin-inline-end: -5.25rem !important;
  }
  .me-px-lg-n98 {
    margin-inline-end: -6.125rem !important;
  }
  .me-px-lg-n104 {
    margin-inline-end: -6.5rem !important;
  }
  .me-px-lg-n122 {
    margin-inline-end: -7.625rem !important;
  }
  .me-px-lg-n123 {
    margin-inline-end: -7.6875rem !important;
  }
  .me-px-lg-n147 {
    margin-inline-end: -9.1875rem !important;
  }
  .me-px-lg-n148 {
    margin-inline-end: -9.25rem !important;
  }
  .me-px-lg-n150 {
    margin-inline-end: -9.375rem !important;
  }
  .me-px-lg-n180 {
    margin-inline-end: -11.25rem !important;
  }
  .me-px-lg-n192 {
    margin-inline-end: -12rem !important;
  }
  .me-px-lg-n200 {
    margin-inline-end: -12.5rem !important;
  }
  .me-px-lg-n220 {
    margin-inline-end: -13.75rem !important;
  }
  .me-px-lg-n270 {
    margin-inline-end: -16.875rem !important;
  }
  .me-px-lg-n300 {
    margin-inline-end: -18.75rem !important;
  }
  .me-px-lg-n350 {
    margin-inline-end: -21.875rem !important;
  }
  .me-px-lg-n400 {
    margin-inline-end: -25rem !important;
  }
  .me-px-lg-n500 {
    margin-inline-end: -31.25rem !important;
  }
  .me-px-lg-n600 {
    margin-inline-end: -37.5rem !important;
  }
  .mb-px-lg-n1 {
    margin-block-end: -0.0625rem !important;
  }
  .mb-px-lg-n2 {
    margin-block-end: -0.125rem !important;
  }
  .mb-px-lg-n3 {
    margin-block-end: -0.1875rem !important;
  }
  .mb-px-lg-n4 {
    margin-block-end: -0.25rem !important;
  }
  .mb-px-lg-n5 {
    margin-block-end: -0.3125rem !important;
  }
  .mb-px-lg-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-px-lg-n7 {
    margin-block-end: -0.4375rem !important;
  }
  .mb-px-lg-n8 {
    margin-block-end: -0.5rem !important;
  }
  .mb-px-lg-n9 {
    margin-block-end: -0.5625rem !important;
  }
  .mb-px-lg-n10 {
    margin-block-end: -0.625rem !important;
  }
  .mb-px-lg-n11 {
    margin-block-end: -0.6875rem !important;
  }
  .mb-px-lg-n12 {
    margin-block-end: -0.75rem !important;
  }
  .mb-px-lg-n13 {
    margin-block-end: -0.8125rem !important;
  }
  .mb-px-lg-n14 {
    margin-block-end: -0.875rem !important;
  }
  .mb-px-lg-n15 {
    margin-block-end: -0.9375rem !important;
  }
  .mb-px-lg-n16 {
    margin-block-end: -1rem !important;
  }
  .mb-px-lg-n17 {
    margin-block-end: -1.0625rem !important;
  }
  .mb-px-lg-n18 {
    margin-block-end: -1.125rem !important;
  }
  .mb-px-lg-n19 {
    margin-block-end: -1.1875rem !important;
  }
  .mb-px-lg-n20 {
    margin-block-end: -1.25rem !important;
  }
  .mb-px-lg-n21 {
    margin-block-end: -1.3125rem !important;
  }
  .mb-px-lg-n22 {
    margin-block-end: -1.375rem !important;
  }
  .mb-px-lg-n23 {
    margin-block-end: -1.4375rem !important;
  }
  .mb-px-lg-n24 {
    margin-block-end: -1.5rem !important;
  }
  .mb-px-lg-n25 {
    margin-block-end: -1.5625rem !important;
  }
  .mb-px-lg-n26 {
    margin-block-end: -1.625rem !important;
  }
  .mb-px-lg-n27 {
    margin-block-end: -1.6875rem !important;
  }
  .mb-px-lg-n28 {
    margin-block-end: -1.75rem !important;
  }
  .mb-px-lg-n29 {
    margin-block-end: -1.8125rem !important;
  }
  .mb-px-lg-n30 {
    margin-block-end: -1.875rem !important;
  }
  .mb-px-lg-n31 {
    margin-block-end: -1.9375rem !important;
  }
  .mb-px-lg-n32 {
    margin-block-end: -2rem !important;
  }
  .mb-px-lg-n33 {
    margin-block-end: -2.0625rem !important;
  }
  .mb-px-lg-n34 {
    margin-block-end: -2.125rem !important;
  }
  .mb-px-lg-n35 {
    margin-block-end: -2.1875rem !important;
  }
  .mb-px-lg-n36 {
    margin-block-end: -2.25rem !important;
  }
  .mb-px-lg-n37 {
    margin-block-end: -2.3125rem !important;
  }
  .mb-px-lg-n38 {
    margin-block-end: -2.375rem !important;
  }
  .mb-px-lg-n39 {
    margin-block-end: -2.4375rem !important;
  }
  .mb-px-lg-n40 {
    margin-block-end: -2.5rem !important;
  }
  .mb-px-lg-n41 {
    margin-block-end: -2.5625rem !important;
  }
  .mb-px-lg-n42 {
    margin-block-end: -2.625rem !important;
  }
  .mb-px-lg-n43 {
    margin-block-end: -2.6875rem !important;
  }
  .mb-px-lg-n44 {
    margin-block-end: -2.75rem !important;
  }
  .mb-px-lg-n45 {
    margin-block-end: -2.8125rem !important;
  }
  .mb-px-lg-n46 {
    margin-block-end: -2.875rem !important;
  }
  .mb-px-lg-n47 {
    margin-block-end: -2.9375rem !important;
  }
  .mb-px-lg-n48 {
    margin-block-end: -3rem !important;
  }
  .mb-px-lg-n49 {
    margin-block-end: -3.0625rem !important;
  }
  .mb-px-lg-n50 {
    margin-block-end: -3.125rem !important;
  }
  .mb-px-lg-n51 {
    margin-block-end: -3.1875rem !important;
  }
  .mb-px-lg-n52 {
    margin-block-end: -3.25rem !important;
  }
  .mb-px-lg-n53 {
    margin-block-end: -3.3125rem !important;
  }
  .mb-px-lg-n54 {
    margin-block-end: -3.375rem !important;
  }
  .mb-px-lg-n56 {
    margin-block-end: -3.5rem !important;
  }
  .mb-px-lg-n57 {
    margin-block-end: -3.5625rem !important;
  }
  .mb-px-lg-n58 {
    margin-block-end: -3.625rem !important;
  }
  .mb-px-lg-n59 {
    margin-block-end: -3.6875rem !important;
  }
  .mb-px-lg-n60 {
    margin-block-end: -3.75rem !important;
  }
  .mb-px-lg-n61 {
    margin-block-end: -3.8125rem !important;
  }
  .mb-px-lg-n62 {
    margin-block-end: -3.875rem !important;
  }
  .mb-px-lg-n63 {
    margin-block-end: -3.9375rem !important;
  }
  .mb-px-lg-n64 {
    margin-block-end: -4rem !important;
  }
  .mb-px-lg-n68 {
    margin-block-end: -4.25rem !important;
  }
  .mb-px-lg-n70 {
    margin-block-end: -4.375rem !important;
  }
  .mb-px-lg-n80 {
    margin-block-end: -5rem !important;
  }
  .mb-px-lg-n82 {
    margin-block-end: -5.125rem !important;
  }
  .mb-px-lg-n83 {
    margin-block-end: -5.1875rem !important;
  }
  .mb-px-lg-n84 {
    margin-block-end: -5.25rem !important;
  }
  .mb-px-lg-n98 {
    margin-block-end: -6.125rem !important;
  }
  .mb-px-lg-n104 {
    margin-block-end: -6.5rem !important;
  }
  .mb-px-lg-n122 {
    margin-block-end: -7.625rem !important;
  }
  .mb-px-lg-n123 {
    margin-block-end: -7.6875rem !important;
  }
  .mb-px-lg-n147 {
    margin-block-end: -9.1875rem !important;
  }
  .mb-px-lg-n148 {
    margin-block-end: -9.25rem !important;
  }
  .mb-px-lg-n150 {
    margin-block-end: -9.375rem !important;
  }
  .mb-px-lg-n180 {
    margin-block-end: -11.25rem !important;
  }
  .mb-px-lg-n192 {
    margin-block-end: -12rem !important;
  }
  .mb-px-lg-n200 {
    margin-block-end: -12.5rem !important;
  }
  .mb-px-lg-n220 {
    margin-block-end: -13.75rem !important;
  }
  .mb-px-lg-n270 {
    margin-block-end: -16.875rem !important;
  }
  .mb-px-lg-n300 {
    margin-block-end: -18.75rem !important;
  }
  .mb-px-lg-n350 {
    margin-block-end: -21.875rem !important;
  }
  .mb-px-lg-n400 {
    margin-block-end: -25rem !important;
  }
  .mb-px-lg-n500 {
    margin-block-end: -31.25rem !important;
  }
  .mb-px-lg-n600 {
    margin-block-end: -37.5rem !important;
  }
  .ms-px-lg-n1 {
    margin-inline-start: -0.0625rem !important;
  }
  .ms-px-lg-n2 {
    margin-inline-start: -0.125rem !important;
  }
  .ms-px-lg-n3 {
    margin-inline-start: -0.1875rem !important;
  }
  .ms-px-lg-n4 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-px-lg-n5 {
    margin-inline-start: -0.3125rem !important;
  }
  .ms-px-lg-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-px-lg-n7 {
    margin-inline-start: -0.4375rem !important;
  }
  .ms-px-lg-n8 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-px-lg-n9 {
    margin-inline-start: -0.5625rem !important;
  }
  .ms-px-lg-n10 {
    margin-inline-start: -0.625rem !important;
  }
  .ms-px-lg-n11 {
    margin-inline-start: -0.6875rem !important;
  }
  .ms-px-lg-n12 {
    margin-inline-start: -0.75rem !important;
  }
  .ms-px-lg-n13 {
    margin-inline-start: -0.8125rem !important;
  }
  .ms-px-lg-n14 {
    margin-inline-start: -0.875rem !important;
  }
  .ms-px-lg-n15 {
    margin-inline-start: -0.9375rem !important;
  }
  .ms-px-lg-n16 {
    margin-inline-start: -1rem !important;
  }
  .ms-px-lg-n17 {
    margin-inline-start: -1.0625rem !important;
  }
  .ms-px-lg-n18 {
    margin-inline-start: -1.125rem !important;
  }
  .ms-px-lg-n19 {
    margin-inline-start: -1.1875rem !important;
  }
  .ms-px-lg-n20 {
    margin-inline-start: -1.25rem !important;
  }
  .ms-px-lg-n21 {
    margin-inline-start: -1.3125rem !important;
  }
  .ms-px-lg-n22 {
    margin-inline-start: -1.375rem !important;
  }
  .ms-px-lg-n23 {
    margin-inline-start: -1.4375rem !important;
  }
  .ms-px-lg-n24 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-px-lg-n25 {
    margin-inline-start: -1.5625rem !important;
  }
  .ms-px-lg-n26 {
    margin-inline-start: -1.625rem !important;
  }
  .ms-px-lg-n27 {
    margin-inline-start: -1.6875rem !important;
  }
  .ms-px-lg-n28 {
    margin-inline-start: -1.75rem !important;
  }
  .ms-px-lg-n29 {
    margin-inline-start: -1.8125rem !important;
  }
  .ms-px-lg-n30 {
    margin-inline-start: -1.875rem !important;
  }
  .ms-px-lg-n31 {
    margin-inline-start: -1.9375rem !important;
  }
  .ms-px-lg-n32 {
    margin-inline-start: -2rem !important;
  }
  .ms-px-lg-n33 {
    margin-inline-start: -2.0625rem !important;
  }
  .ms-px-lg-n34 {
    margin-inline-start: -2.125rem !important;
  }
  .ms-px-lg-n35 {
    margin-inline-start: -2.1875rem !important;
  }
  .ms-px-lg-n36 {
    margin-inline-start: -2.25rem !important;
  }
  .ms-px-lg-n37 {
    margin-inline-start: -2.3125rem !important;
  }
  .ms-px-lg-n38 {
    margin-inline-start: -2.375rem !important;
  }
  .ms-px-lg-n39 {
    margin-inline-start: -2.4375rem !important;
  }
  .ms-px-lg-n40 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-px-lg-n41 {
    margin-inline-start: -2.5625rem !important;
  }
  .ms-px-lg-n42 {
    margin-inline-start: -2.625rem !important;
  }
  .ms-px-lg-n43 {
    margin-inline-start: -2.6875rem !important;
  }
  .ms-px-lg-n44 {
    margin-inline-start: -2.75rem !important;
  }
  .ms-px-lg-n45 {
    margin-inline-start: -2.8125rem !important;
  }
  .ms-px-lg-n46 {
    margin-inline-start: -2.875rem !important;
  }
  .ms-px-lg-n47 {
    margin-inline-start: -2.9375rem !important;
  }
  .ms-px-lg-n48 {
    margin-inline-start: -3rem !important;
  }
  .ms-px-lg-n49 {
    margin-inline-start: -3.0625rem !important;
  }
  .ms-px-lg-n50 {
    margin-inline-start: -3.125rem !important;
  }
  .ms-px-lg-n51 {
    margin-inline-start: -3.1875rem !important;
  }
  .ms-px-lg-n52 {
    margin-inline-start: -3.25rem !important;
  }
  .ms-px-lg-n53 {
    margin-inline-start: -3.3125rem !important;
  }
  .ms-px-lg-n54 {
    margin-inline-start: -3.375rem !important;
  }
  .ms-px-lg-n56 {
    margin-inline-start: -3.5rem !important;
  }
  .ms-px-lg-n57 {
    margin-inline-start: -3.5625rem !important;
  }
  .ms-px-lg-n58 {
    margin-inline-start: -3.625rem !important;
  }
  .ms-px-lg-n59 {
    margin-inline-start: -3.6875rem !important;
  }
  .ms-px-lg-n60 {
    margin-inline-start: -3.75rem !important;
  }
  .ms-px-lg-n61 {
    margin-inline-start: -3.8125rem !important;
  }
  .ms-px-lg-n62 {
    margin-inline-start: -3.875rem !important;
  }
  .ms-px-lg-n63 {
    margin-inline-start: -3.9375rem !important;
  }
  .ms-px-lg-n64 {
    margin-inline-start: -4rem !important;
  }
  .ms-px-lg-n68 {
    margin-inline-start: -4.25rem !important;
  }
  .ms-px-lg-n70 {
    margin-inline-start: -4.375rem !important;
  }
  .ms-px-lg-n80 {
    margin-inline-start: -5rem !important;
  }
  .ms-px-lg-n82 {
    margin-inline-start: -5.125rem !important;
  }
  .ms-px-lg-n83 {
    margin-inline-start: -5.1875rem !important;
  }
  .ms-px-lg-n84 {
    margin-inline-start: -5.25rem !important;
  }
  .ms-px-lg-n98 {
    margin-inline-start: -6.125rem !important;
  }
  .ms-px-lg-n104 {
    margin-inline-start: -6.5rem !important;
  }
  .ms-px-lg-n122 {
    margin-inline-start: -7.625rem !important;
  }
  .ms-px-lg-n123 {
    margin-inline-start: -7.6875rem !important;
  }
  .ms-px-lg-n147 {
    margin-inline-start: -9.1875rem !important;
  }
  .ms-px-lg-n148 {
    margin-inline-start: -9.25rem !important;
  }
  .ms-px-lg-n150 {
    margin-inline-start: -9.375rem !important;
  }
  .ms-px-lg-n180 {
    margin-inline-start: -11.25rem !important;
  }
  .ms-px-lg-n192 {
    margin-inline-start: -12rem !important;
  }
  .ms-px-lg-n200 {
    margin-inline-start: -12.5rem !important;
  }
  .ms-px-lg-n220 {
    margin-inline-start: -13.75rem !important;
  }
  .ms-px-lg-n270 {
    margin-inline-start: -16.875rem !important;
  }
  .ms-px-lg-n300 {
    margin-inline-start: -18.75rem !important;
  }
  .ms-px-lg-n350 {
    margin-inline-start: -21.875rem !important;
  }
  .ms-px-lg-n400 {
    margin-inline-start: -25rem !important;
  }
  .ms-px-lg-n500 {
    margin-inline-start: -31.25rem !important;
  }
  .ms-px-lg-n600 {
    margin-inline-start: -37.5rem !important;
  }
  .m-rem-lg-unset {
    margin: unset !important;
  }
  .m-rem-lg-1 {
    margin: 1rem !important;
  }
  .m-rem-lg-2 {
    margin: 2rem !important;
  }
  .m-rem-lg-3 {
    margin: 3rem !important;
  }
  .m-rem-lg-4 {
    margin: 4rem !important;
  }
  .m-rem-lg-5 {
    margin: 5rem !important;
  }
  .m-rem-lg-7 {
    margin: 7rem !important;
  }
  .m-rem-lg-8 {
    margin: 8rem !important;
  }
  .m-rem-lg-9 {
    margin: 9rem !important;
  }
  .m-rem-lg-10 {
    margin: 10rem !important;
  }
  .m-rem-lg-11 {
    margin: 11rem !important;
  }
  .m-rem-lg-12 {
    margin: 12rem !important;
  }
  .m-rem-lg-13 {
    margin: 13rem !important;
  }
  .m-rem-lg-14 {
    margin: 14rem !important;
  }
  .m-rem-lg-15 {
    margin: 15rem !important;
  }
  .m-rem-lg-16 {
    margin: 16rem !important;
  }
  .m-rem-lg-17 {
    margin: 17rem !important;
  }
  .m-rem-lg-18 {
    margin: 18rem !important;
  }
  .m-rem-lg-19 {
    margin: 19rem !important;
  }
  .m-rem-lg-20 {
    margin: 20rem !important;
  }
  .m-rem-lg-23 {
    margin: 23rem !important;
  }
  .m-rem-lg-25 {
    margin: 25rem !important;
  }
  .m-rem-lg-30 {
    margin: 30rem !important;
  }
  .m-rem-lg-31 {
    margin: 31rem !important;
  }
  .m-rem-lg-32 {
    margin: 32rem !important;
  }
  .m-rem-lg-33 {
    margin: 33rem !important;
  }
  .m-rem-lg-34 {
    margin: 34rem !important;
  }
  .m-rem-lg-35 {
    margin: 35rem !important;
  }
  .m-rem-lg-36 {
    margin: 36rem !important;
  }
  .m-rem-lg-37 {
    margin: 37rem !important;
  }
  .m-rem-lg-38 {
    margin: 38rem !important;
  }
  .m-rem-lg-39 {
    margin: 39rem !important;
  }
  .m-rem-lg-40 {
    margin: 40rem !important;
  }
  .m-rem-lg-41 {
    margin: 41rem !important;
  }
  .m-rem-lg-42 {
    margin: 42rem !important;
  }
  .m-rem-lg-43 {
    margin: 43rem !important;
  }
  .m-rem-lg-44 {
    margin: 44rem !important;
  }
  .m-rem-lg-45 {
    margin: 45rem !important;
  }
  .m-rem-lg-46 {
    margin: 46rem !important;
  }
  .m-rem-lg-47 {
    margin: 47rem !important;
  }
  .m-rem-lg-48 {
    margin: 48rem !important;
  }
  .m-rem-lg-49 {
    margin: 49rem !important;
  }
  .m-rem-lg-50 {
    margin: 50rem !important;
  }
  .m-rem-lg-51 {
    margin: 51rem !important;
  }
  .m-rem-lg-52 {
    margin: 52rem !important;
  }
  .m-rem-lg-53 {
    margin: 53rem !important;
  }
  .m-rem-lg-54 {
    margin: 54rem !important;
  }
  .m-rem-lg-55 {
    margin: 55rem !important;
  }
  .m-rem-lg-56 {
    margin: 56rem !important;
  }
  .m-rem-lg-57 {
    margin: 57rem !important;
  }
  .m-rem-lg-58 {
    margin: 58rem !important;
  }
  .m-rem-lg-59 {
    margin: 59rem !important;
  }
  .m-rem-lg-60 {
    margin: 60rem !important;
  }
  .m-rem-lg-61 {
    margin: 61rem !important;
  }
  .m-rem-lg-62 {
    margin: 62rem !important;
  }
  .m-rem-lg-63 {
    margin: 63rem !important;
  }
  .m-rem-lg-64 {
    margin: 64rem !important;
  }
  .m-rem-lg-65 {
    margin: 65rem !important;
  }
  .m-rem-lg-66 {
    margin: 66rem !important;
  }
  .m-rem-lg-67 {
    margin: 67rem !important;
  }
  .m-rem-lg-68 {
    margin: 68rem !important;
  }
  .m-rem-lg-69 {
    margin: 69rem !important;
  }
  .m-rem-lg-70 {
    margin: 70rem !important;
  }
  .m-rem-lg-71 {
    margin: 71rem !important;
  }
  .m-rem-lg-72 {
    margin: 72rem !important;
  }
  .m-rem-lg-73 {
    margin: 73rem !important;
  }
  .m-rem-lg-74 {
    margin: 74rem !important;
  }
  .m-rem-lg-75 {
    margin: 75rem !important;
  }
  .m-rem-lg-76 {
    margin: 76rem !important;
  }
  .m-rem-lg-77 {
    margin: 77rem !important;
  }
  .m-rem-lg-78 {
    margin: 78rem !important;
  }
  .m-rem-lg-79 {
    margin: 79rem !important;
  }
  .m-rem-lg-80 {
    margin: 80rem !important;
  }
  .m-rem-lg-95 {
    margin: 95rem !important;
  }
  .m-rem-lg-96 {
    margin: 96rem !important;
  }
  .m-rem-lg-97 {
    margin: 97rem !important;
  }
  .m-rem-lg-100 {
    margin: 100% !important;
  }
  .m-rem-lg-auto {
    margin: auto !important;
  }
  .mx-rem-lg-unset {
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
  }
  .mx-rem-lg-1 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-rem-lg-2 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-rem-lg-3 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-rem-lg-4 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-rem-lg-5 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-rem-lg-7 {
    margin-inline-end: 7rem !important;
    margin-inline-start: 7rem !important;
  }
  .mx-rem-lg-8 {
    margin-inline-end: 8rem !important;
    margin-inline-start: 8rem !important;
  }
  .mx-rem-lg-9 {
    margin-inline-end: 9rem !important;
    margin-inline-start: 9rem !important;
  }
  .mx-rem-lg-10 {
    margin-inline-end: 10rem !important;
    margin-inline-start: 10rem !important;
  }
  .mx-rem-lg-11 {
    margin-inline-end: 11rem !important;
    margin-inline-start: 11rem !important;
  }
  .mx-rem-lg-12 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-rem-lg-13 {
    margin-inline-end: 13rem !important;
    margin-inline-start: 13rem !important;
  }
  .mx-rem-lg-14 {
    margin-inline-end: 14rem !important;
    margin-inline-start: 14rem !important;
  }
  .mx-rem-lg-15 {
    margin-inline-end: 15rem !important;
    margin-inline-start: 15rem !important;
  }
  .mx-rem-lg-16 {
    margin-inline-end: 16rem !important;
    margin-inline-start: 16rem !important;
  }
  .mx-rem-lg-17 {
    margin-inline-end: 17rem !important;
    margin-inline-start: 17rem !important;
  }
  .mx-rem-lg-18 {
    margin-inline-end: 18rem !important;
    margin-inline-start: 18rem !important;
  }
  .mx-rem-lg-19 {
    margin-inline-end: 19rem !important;
    margin-inline-start: 19rem !important;
  }
  .mx-rem-lg-20 {
    margin-inline-end: 20rem !important;
    margin-inline-start: 20rem !important;
  }
  .mx-rem-lg-23 {
    margin-inline-end: 23rem !important;
    margin-inline-start: 23rem !important;
  }
  .mx-rem-lg-25 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-rem-lg-30 {
    margin-inline-end: 30rem !important;
    margin-inline-start: 30rem !important;
  }
  .mx-rem-lg-31 {
    margin-inline-end: 31rem !important;
    margin-inline-start: 31rem !important;
  }
  .mx-rem-lg-32 {
    margin-inline-end: 32rem !important;
    margin-inline-start: 32rem !important;
  }
  .mx-rem-lg-33 {
    margin-inline-end: 33rem !important;
    margin-inline-start: 33rem !important;
  }
  .mx-rem-lg-34 {
    margin-inline-end: 34rem !important;
    margin-inline-start: 34rem !important;
  }
  .mx-rem-lg-35 {
    margin-inline-end: 35rem !important;
    margin-inline-start: 35rem !important;
  }
  .mx-rem-lg-36 {
    margin-inline-end: 36rem !important;
    margin-inline-start: 36rem !important;
  }
  .mx-rem-lg-37 {
    margin-inline-end: 37rem !important;
    margin-inline-start: 37rem !important;
  }
  .mx-rem-lg-38 {
    margin-inline-end: 38rem !important;
    margin-inline-start: 38rem !important;
  }
  .mx-rem-lg-39 {
    margin-inline-end: 39rem !important;
    margin-inline-start: 39rem !important;
  }
  .mx-rem-lg-40 {
    margin-inline-end: 40rem !important;
    margin-inline-start: 40rem !important;
  }
  .mx-rem-lg-41 {
    margin-inline-end: 41rem !important;
    margin-inline-start: 41rem !important;
  }
  .mx-rem-lg-42 {
    margin-inline-end: 42rem !important;
    margin-inline-start: 42rem !important;
  }
  .mx-rem-lg-43 {
    margin-inline-end: 43rem !important;
    margin-inline-start: 43rem !important;
  }
  .mx-rem-lg-44 {
    margin-inline-end: 44rem !important;
    margin-inline-start: 44rem !important;
  }
  .mx-rem-lg-45 {
    margin-inline-end: 45rem !important;
    margin-inline-start: 45rem !important;
  }
  .mx-rem-lg-46 {
    margin-inline-end: 46rem !important;
    margin-inline-start: 46rem !important;
  }
  .mx-rem-lg-47 {
    margin-inline-end: 47rem !important;
    margin-inline-start: 47rem !important;
  }
  .mx-rem-lg-48 {
    margin-inline-end: 48rem !important;
    margin-inline-start: 48rem !important;
  }
  .mx-rem-lg-49 {
    margin-inline-end: 49rem !important;
    margin-inline-start: 49rem !important;
  }
  .mx-rem-lg-50 {
    margin-inline-end: 50rem !important;
    margin-inline-start: 50rem !important;
  }
  .mx-rem-lg-51 {
    margin-inline-end: 51rem !important;
    margin-inline-start: 51rem !important;
  }
  .mx-rem-lg-52 {
    margin-inline-end: 52rem !important;
    margin-inline-start: 52rem !important;
  }
  .mx-rem-lg-53 {
    margin-inline-end: 53rem !important;
    margin-inline-start: 53rem !important;
  }
  .mx-rem-lg-54 {
    margin-inline-end: 54rem !important;
    margin-inline-start: 54rem !important;
  }
  .mx-rem-lg-55 {
    margin-inline-end: 55rem !important;
    margin-inline-start: 55rem !important;
  }
  .mx-rem-lg-56 {
    margin-inline-end: 56rem !important;
    margin-inline-start: 56rem !important;
  }
  .mx-rem-lg-57 {
    margin-inline-end: 57rem !important;
    margin-inline-start: 57rem !important;
  }
  .mx-rem-lg-58 {
    margin-inline-end: 58rem !important;
    margin-inline-start: 58rem !important;
  }
  .mx-rem-lg-59 {
    margin-inline-end: 59rem !important;
    margin-inline-start: 59rem !important;
  }
  .mx-rem-lg-60 {
    margin-inline-end: 60rem !important;
    margin-inline-start: 60rem !important;
  }
  .mx-rem-lg-61 {
    margin-inline-end: 61rem !important;
    margin-inline-start: 61rem !important;
  }
  .mx-rem-lg-62 {
    margin-inline-end: 62rem !important;
    margin-inline-start: 62rem !important;
  }
  .mx-rem-lg-63 {
    margin-inline-end: 63rem !important;
    margin-inline-start: 63rem !important;
  }
  .mx-rem-lg-64 {
    margin-inline-end: 64rem !important;
    margin-inline-start: 64rem !important;
  }
  .mx-rem-lg-65 {
    margin-inline-end: 65rem !important;
    margin-inline-start: 65rem !important;
  }
  .mx-rem-lg-66 {
    margin-inline-end: 66rem !important;
    margin-inline-start: 66rem !important;
  }
  .mx-rem-lg-67 {
    margin-inline-end: 67rem !important;
    margin-inline-start: 67rem !important;
  }
  .mx-rem-lg-68 {
    margin-inline-end: 68rem !important;
    margin-inline-start: 68rem !important;
  }
  .mx-rem-lg-69 {
    margin-inline-end: 69rem !important;
    margin-inline-start: 69rem !important;
  }
  .mx-rem-lg-70 {
    margin-inline-end: 70rem !important;
    margin-inline-start: 70rem !important;
  }
  .mx-rem-lg-71 {
    margin-inline-end: 71rem !important;
    margin-inline-start: 71rem !important;
  }
  .mx-rem-lg-72 {
    margin-inline-end: 72rem !important;
    margin-inline-start: 72rem !important;
  }
  .mx-rem-lg-73 {
    margin-inline-end: 73rem !important;
    margin-inline-start: 73rem !important;
  }
  .mx-rem-lg-74 {
    margin-inline-end: 74rem !important;
    margin-inline-start: 74rem !important;
  }
  .mx-rem-lg-75 {
    margin-inline-end: 75rem !important;
    margin-inline-start: 75rem !important;
  }
  .mx-rem-lg-76 {
    margin-inline-end: 76rem !important;
    margin-inline-start: 76rem !important;
  }
  .mx-rem-lg-77 {
    margin-inline-end: 77rem !important;
    margin-inline-start: 77rem !important;
  }
  .mx-rem-lg-78 {
    margin-inline-end: 78rem !important;
    margin-inline-start: 78rem !important;
  }
  .mx-rem-lg-79 {
    margin-inline-end: 79rem !important;
    margin-inline-start: 79rem !important;
  }
  .mx-rem-lg-80 {
    margin-inline-end: 80rem !important;
    margin-inline-start: 80rem !important;
  }
  .mx-rem-lg-95 {
    margin-inline-end: 95rem !important;
    margin-inline-start: 95rem !important;
  }
  .mx-rem-lg-96 {
    margin-inline-end: 96rem !important;
    margin-inline-start: 96rem !important;
  }
  .mx-rem-lg-97 {
    margin-inline-end: 97rem !important;
    margin-inline-start: 97rem !important;
  }
  .mx-rem-lg-100 {
    margin-inline-end: 100% !important;
    margin-inline-start: 100% !important;
  }
  .mx-rem-lg-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .mx-rem-lg-unset {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
  .mx-rem-lg-1 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .mx-rem-lg-2 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .mx-rem-lg-3 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .mx-rem-lg-4 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .mx-rem-lg-5 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .mx-rem-lg-7 {
    margin-block-start: 7rem !important;
    margin-block-end: 7rem !important;
  }
  .mx-rem-lg-8 {
    margin-block-start: 8rem !important;
    margin-block-end: 8rem !important;
  }
  .mx-rem-lg-9 {
    margin-block-start: 9rem !important;
    margin-block-end: 9rem !important;
  }
  .mx-rem-lg-10 {
    margin-block-start: 10rem !important;
    margin-block-end: 10rem !important;
  }
  .mx-rem-lg-11 {
    margin-block-start: 11rem !important;
    margin-block-end: 11rem !important;
  }
  .mx-rem-lg-12 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .mx-rem-lg-13 {
    margin-block-start: 13rem !important;
    margin-block-end: 13rem !important;
  }
  .mx-rem-lg-14 {
    margin-block-start: 14rem !important;
    margin-block-end: 14rem !important;
  }
  .mx-rem-lg-15 {
    margin-block-start: 15rem !important;
    margin-block-end: 15rem !important;
  }
  .mx-rem-lg-16 {
    margin-block-start: 16rem !important;
    margin-block-end: 16rem !important;
  }
  .mx-rem-lg-17 {
    margin-block-start: 17rem !important;
    margin-block-end: 17rem !important;
  }
  .mx-rem-lg-18 {
    margin-block-start: 18rem !important;
    margin-block-end: 18rem !important;
  }
  .mx-rem-lg-19 {
    margin-block-start: 19rem !important;
    margin-block-end: 19rem !important;
  }
  .mx-rem-lg-20 {
    margin-block-start: 20rem !important;
    margin-block-end: 20rem !important;
  }
  .mx-rem-lg-23 {
    margin-block-start: 23rem !important;
    margin-block-end: 23rem !important;
  }
  .mx-rem-lg-25 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .mx-rem-lg-30 {
    margin-block-start: 30rem !important;
    margin-block-end: 30rem !important;
  }
  .mx-rem-lg-31 {
    margin-block-start: 31rem !important;
    margin-block-end: 31rem !important;
  }
  .mx-rem-lg-32 {
    margin-block-start: 32rem !important;
    margin-block-end: 32rem !important;
  }
  .mx-rem-lg-33 {
    margin-block-start: 33rem !important;
    margin-block-end: 33rem !important;
  }
  .mx-rem-lg-34 {
    margin-block-start: 34rem !important;
    margin-block-end: 34rem !important;
  }
  .mx-rem-lg-35 {
    margin-block-start: 35rem !important;
    margin-block-end: 35rem !important;
  }
  .mx-rem-lg-36 {
    margin-block-start: 36rem !important;
    margin-block-end: 36rem !important;
  }
  .mx-rem-lg-37 {
    margin-block-start: 37rem !important;
    margin-block-end: 37rem !important;
  }
  .mx-rem-lg-38 {
    margin-block-start: 38rem !important;
    margin-block-end: 38rem !important;
  }
  .mx-rem-lg-39 {
    margin-block-start: 39rem !important;
    margin-block-end: 39rem !important;
  }
  .mx-rem-lg-40 {
    margin-block-start: 40rem !important;
    margin-block-end: 40rem !important;
  }
  .mx-rem-lg-41 {
    margin-block-start: 41rem !important;
    margin-block-end: 41rem !important;
  }
  .mx-rem-lg-42 {
    margin-block-start: 42rem !important;
    margin-block-end: 42rem !important;
  }
  .mx-rem-lg-43 {
    margin-block-start: 43rem !important;
    margin-block-end: 43rem !important;
  }
  .mx-rem-lg-44 {
    margin-block-start: 44rem !important;
    margin-block-end: 44rem !important;
  }
  .mx-rem-lg-45 {
    margin-block-start: 45rem !important;
    margin-block-end: 45rem !important;
  }
  .mx-rem-lg-46 {
    margin-block-start: 46rem !important;
    margin-block-end: 46rem !important;
  }
  .mx-rem-lg-47 {
    margin-block-start: 47rem !important;
    margin-block-end: 47rem !important;
  }
  .mx-rem-lg-48 {
    margin-block-start: 48rem !important;
    margin-block-end: 48rem !important;
  }
  .mx-rem-lg-49 {
    margin-block-start: 49rem !important;
    margin-block-end: 49rem !important;
  }
  .mx-rem-lg-50 {
    margin-block-start: 50rem !important;
    margin-block-end: 50rem !important;
  }
  .mx-rem-lg-51 {
    margin-block-start: 51rem !important;
    margin-block-end: 51rem !important;
  }
  .mx-rem-lg-52 {
    margin-block-start: 52rem !important;
    margin-block-end: 52rem !important;
  }
  .mx-rem-lg-53 {
    margin-block-start: 53rem !important;
    margin-block-end: 53rem !important;
  }
  .mx-rem-lg-54 {
    margin-block-start: 54rem !important;
    margin-block-end: 54rem !important;
  }
  .mx-rem-lg-55 {
    margin-block-start: 55rem !important;
    margin-block-end: 55rem !important;
  }
  .mx-rem-lg-56 {
    margin-block-start: 56rem !important;
    margin-block-end: 56rem !important;
  }
  .mx-rem-lg-57 {
    margin-block-start: 57rem !important;
    margin-block-end: 57rem !important;
  }
  .mx-rem-lg-58 {
    margin-block-start: 58rem !important;
    margin-block-end: 58rem !important;
  }
  .mx-rem-lg-59 {
    margin-block-start: 59rem !important;
    margin-block-end: 59rem !important;
  }
  .mx-rem-lg-60 {
    margin-block-start: 60rem !important;
    margin-block-end: 60rem !important;
  }
  .mx-rem-lg-61 {
    margin-block-start: 61rem !important;
    margin-block-end: 61rem !important;
  }
  .mx-rem-lg-62 {
    margin-block-start: 62rem !important;
    margin-block-end: 62rem !important;
  }
  .mx-rem-lg-63 {
    margin-block-start: 63rem !important;
    margin-block-end: 63rem !important;
  }
  .mx-rem-lg-64 {
    margin-block-start: 64rem !important;
    margin-block-end: 64rem !important;
  }
  .mx-rem-lg-65 {
    margin-block-start: 65rem !important;
    margin-block-end: 65rem !important;
  }
  .mx-rem-lg-66 {
    margin-block-start: 66rem !important;
    margin-block-end: 66rem !important;
  }
  .mx-rem-lg-67 {
    margin-block-start: 67rem !important;
    margin-block-end: 67rem !important;
  }
  .mx-rem-lg-68 {
    margin-block-start: 68rem !important;
    margin-block-end: 68rem !important;
  }
  .mx-rem-lg-69 {
    margin-block-start: 69rem !important;
    margin-block-end: 69rem !important;
  }
  .mx-rem-lg-70 {
    margin-block-start: 70rem !important;
    margin-block-end: 70rem !important;
  }
  .mx-rem-lg-71 {
    margin-block-start: 71rem !important;
    margin-block-end: 71rem !important;
  }
  .mx-rem-lg-72 {
    margin-block-start: 72rem !important;
    margin-block-end: 72rem !important;
  }
  .mx-rem-lg-73 {
    margin-block-start: 73rem !important;
    margin-block-end: 73rem !important;
  }
  .mx-rem-lg-74 {
    margin-block-start: 74rem !important;
    margin-block-end: 74rem !important;
  }
  .mx-rem-lg-75 {
    margin-block-start: 75rem !important;
    margin-block-end: 75rem !important;
  }
  .mx-rem-lg-76 {
    margin-block-start: 76rem !important;
    margin-block-end: 76rem !important;
  }
  .mx-rem-lg-77 {
    margin-block-start: 77rem !important;
    margin-block-end: 77rem !important;
  }
  .mx-rem-lg-78 {
    margin-block-start: 78rem !important;
    margin-block-end: 78rem !important;
  }
  .mx-rem-lg-79 {
    margin-block-start: 79rem !important;
    margin-block-end: 79rem !important;
  }
  .mx-rem-lg-80 {
    margin-block-start: 80rem !important;
    margin-block-end: 80rem !important;
  }
  .mx-rem-lg-95 {
    margin-block-start: 95rem !important;
    margin-block-end: 95rem !important;
  }
  .mx-rem-lg-96 {
    margin-block-start: 96rem !important;
    margin-block-end: 96rem !important;
  }
  .mx-rem-lg-97 {
    margin-block-start: 97rem !important;
    margin-block-end: 97rem !important;
  }
  .mx-rem-lg-100 {
    margin-block-start: 100% !important;
    margin-block-end: 100% !important;
  }
  .mx-rem-lg-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-rem-lg-unset {
    margin-block-start: unset !important;
  }
  .mt-rem-lg-1 {
    margin-block-start: 1rem !important;
  }
  .mt-rem-lg-2 {
    margin-block-start: 2rem !important;
  }
  .mt-rem-lg-3 {
    margin-block-start: 3rem !important;
  }
  .mt-rem-lg-4 {
    margin-block-start: 4rem !important;
  }
  .mt-rem-lg-5 {
    margin-block-start: 5rem !important;
  }
  .mt-rem-lg-7 {
    margin-block-start: 7rem !important;
  }
  .mt-rem-lg-8 {
    margin-block-start: 8rem !important;
  }
  .mt-rem-lg-9 {
    margin-block-start: 9rem !important;
  }
  .mt-rem-lg-10 {
    margin-block-start: 10rem !important;
  }
  .mt-rem-lg-11 {
    margin-block-start: 11rem !important;
  }
  .mt-rem-lg-12 {
    margin-block-start: 12rem !important;
  }
  .mt-rem-lg-13 {
    margin-block-start: 13rem !important;
  }
  .mt-rem-lg-14 {
    margin-block-start: 14rem !important;
  }
  .mt-rem-lg-15 {
    margin-block-start: 15rem !important;
  }
  .mt-rem-lg-16 {
    margin-block-start: 16rem !important;
  }
  .mt-rem-lg-17 {
    margin-block-start: 17rem !important;
  }
  .mt-rem-lg-18 {
    margin-block-start: 18rem !important;
  }
  .mt-rem-lg-19 {
    margin-block-start: 19rem !important;
  }
  .mt-rem-lg-20 {
    margin-block-start: 20rem !important;
  }
  .mt-rem-lg-23 {
    margin-block-start: 23rem !important;
  }
  .mt-rem-lg-25 {
    margin-block-start: 25rem !important;
  }
  .mt-rem-lg-30 {
    margin-block-start: 30rem !important;
  }
  .mt-rem-lg-31 {
    margin-block-start: 31rem !important;
  }
  .mt-rem-lg-32 {
    margin-block-start: 32rem !important;
  }
  .mt-rem-lg-33 {
    margin-block-start: 33rem !important;
  }
  .mt-rem-lg-34 {
    margin-block-start: 34rem !important;
  }
  .mt-rem-lg-35 {
    margin-block-start: 35rem !important;
  }
  .mt-rem-lg-36 {
    margin-block-start: 36rem !important;
  }
  .mt-rem-lg-37 {
    margin-block-start: 37rem !important;
  }
  .mt-rem-lg-38 {
    margin-block-start: 38rem !important;
  }
  .mt-rem-lg-39 {
    margin-block-start: 39rem !important;
  }
  .mt-rem-lg-40 {
    margin-block-start: 40rem !important;
  }
  .mt-rem-lg-41 {
    margin-block-start: 41rem !important;
  }
  .mt-rem-lg-42 {
    margin-block-start: 42rem !important;
  }
  .mt-rem-lg-43 {
    margin-block-start: 43rem !important;
  }
  .mt-rem-lg-44 {
    margin-block-start: 44rem !important;
  }
  .mt-rem-lg-45 {
    margin-block-start: 45rem !important;
  }
  .mt-rem-lg-46 {
    margin-block-start: 46rem !important;
  }
  .mt-rem-lg-47 {
    margin-block-start: 47rem !important;
  }
  .mt-rem-lg-48 {
    margin-block-start: 48rem !important;
  }
  .mt-rem-lg-49 {
    margin-block-start: 49rem !important;
  }
  .mt-rem-lg-50 {
    margin-block-start: 50rem !important;
  }
  .mt-rem-lg-51 {
    margin-block-start: 51rem !important;
  }
  .mt-rem-lg-52 {
    margin-block-start: 52rem !important;
  }
  .mt-rem-lg-53 {
    margin-block-start: 53rem !important;
  }
  .mt-rem-lg-54 {
    margin-block-start: 54rem !important;
  }
  .mt-rem-lg-55 {
    margin-block-start: 55rem !important;
  }
  .mt-rem-lg-56 {
    margin-block-start: 56rem !important;
  }
  .mt-rem-lg-57 {
    margin-block-start: 57rem !important;
  }
  .mt-rem-lg-58 {
    margin-block-start: 58rem !important;
  }
  .mt-rem-lg-59 {
    margin-block-start: 59rem !important;
  }
  .mt-rem-lg-60 {
    margin-block-start: 60rem !important;
  }
  .mt-rem-lg-61 {
    margin-block-start: 61rem !important;
  }
  .mt-rem-lg-62 {
    margin-block-start: 62rem !important;
  }
  .mt-rem-lg-63 {
    margin-block-start: 63rem !important;
  }
  .mt-rem-lg-64 {
    margin-block-start: 64rem !important;
  }
  .mt-rem-lg-65 {
    margin-block-start: 65rem !important;
  }
  .mt-rem-lg-66 {
    margin-block-start: 66rem !important;
  }
  .mt-rem-lg-67 {
    margin-block-start: 67rem !important;
  }
  .mt-rem-lg-68 {
    margin-block-start: 68rem !important;
  }
  .mt-rem-lg-69 {
    margin-block-start: 69rem !important;
  }
  .mt-rem-lg-70 {
    margin-block-start: 70rem !important;
  }
  .mt-rem-lg-71 {
    margin-block-start: 71rem !important;
  }
  .mt-rem-lg-72 {
    margin-block-start: 72rem !important;
  }
  .mt-rem-lg-73 {
    margin-block-start: 73rem !important;
  }
  .mt-rem-lg-74 {
    margin-block-start: 74rem !important;
  }
  .mt-rem-lg-75 {
    margin-block-start: 75rem !important;
  }
  .mt-rem-lg-76 {
    margin-block-start: 76rem !important;
  }
  .mt-rem-lg-77 {
    margin-block-start: 77rem !important;
  }
  .mt-rem-lg-78 {
    margin-block-start: 78rem !important;
  }
  .mt-rem-lg-79 {
    margin-block-start: 79rem !important;
  }
  .mt-rem-lg-80 {
    margin-block-start: 80rem !important;
  }
  .mt-rem-lg-95 {
    margin-block-start: 95rem !important;
  }
  .mt-rem-lg-96 {
    margin-block-start: 96rem !important;
  }
  .mt-rem-lg-97 {
    margin-block-start: 97rem !important;
  }
  .mt-rem-lg-100 {
    margin-block-start: 100% !important;
  }
  .mt-rem-lg-auto {
    margin-block-start: auto !important;
  }
  .me-rem-lg-unset {
    margin-inline-end: unset !important;
  }
  .me-rem-lg-1 {
    margin-inline-end: 1rem !important;
  }
  .me-rem-lg-2 {
    margin-inline-end: 2rem !important;
  }
  .me-rem-lg-3 {
    margin-inline-end: 3rem !important;
  }
  .me-rem-lg-4 {
    margin-inline-end: 4rem !important;
  }
  .me-rem-lg-5 {
    margin-inline-end: 5rem !important;
  }
  .me-rem-lg-7 {
    margin-inline-end: 7rem !important;
  }
  .me-rem-lg-8 {
    margin-inline-end: 8rem !important;
  }
  .me-rem-lg-9 {
    margin-inline-end: 9rem !important;
  }
  .me-rem-lg-10 {
    margin-inline-end: 10rem !important;
  }
  .me-rem-lg-11 {
    margin-inline-end: 11rem !important;
  }
  .me-rem-lg-12 {
    margin-inline-end: 12rem !important;
  }
  .me-rem-lg-13 {
    margin-inline-end: 13rem !important;
  }
  .me-rem-lg-14 {
    margin-inline-end: 14rem !important;
  }
  .me-rem-lg-15 {
    margin-inline-end: 15rem !important;
  }
  .me-rem-lg-16 {
    margin-inline-end: 16rem !important;
  }
  .me-rem-lg-17 {
    margin-inline-end: 17rem !important;
  }
  .me-rem-lg-18 {
    margin-inline-end: 18rem !important;
  }
  .me-rem-lg-19 {
    margin-inline-end: 19rem !important;
  }
  .me-rem-lg-20 {
    margin-inline-end: 20rem !important;
  }
  .me-rem-lg-23 {
    margin-inline-end: 23rem !important;
  }
  .me-rem-lg-25 {
    margin-inline-end: 25rem !important;
  }
  .me-rem-lg-30 {
    margin-inline-end: 30rem !important;
  }
  .me-rem-lg-31 {
    margin-inline-end: 31rem !important;
  }
  .me-rem-lg-32 {
    margin-inline-end: 32rem !important;
  }
  .me-rem-lg-33 {
    margin-inline-end: 33rem !important;
  }
  .me-rem-lg-34 {
    margin-inline-end: 34rem !important;
  }
  .me-rem-lg-35 {
    margin-inline-end: 35rem !important;
  }
  .me-rem-lg-36 {
    margin-inline-end: 36rem !important;
  }
  .me-rem-lg-37 {
    margin-inline-end: 37rem !important;
  }
  .me-rem-lg-38 {
    margin-inline-end: 38rem !important;
  }
  .me-rem-lg-39 {
    margin-inline-end: 39rem !important;
  }
  .me-rem-lg-40 {
    margin-inline-end: 40rem !important;
  }
  .me-rem-lg-41 {
    margin-inline-end: 41rem !important;
  }
  .me-rem-lg-42 {
    margin-inline-end: 42rem !important;
  }
  .me-rem-lg-43 {
    margin-inline-end: 43rem !important;
  }
  .me-rem-lg-44 {
    margin-inline-end: 44rem !important;
  }
  .me-rem-lg-45 {
    margin-inline-end: 45rem !important;
  }
  .me-rem-lg-46 {
    margin-inline-end: 46rem !important;
  }
  .me-rem-lg-47 {
    margin-inline-end: 47rem !important;
  }
  .me-rem-lg-48 {
    margin-inline-end: 48rem !important;
  }
  .me-rem-lg-49 {
    margin-inline-end: 49rem !important;
  }
  .me-rem-lg-50 {
    margin-inline-end: 50rem !important;
  }
  .me-rem-lg-51 {
    margin-inline-end: 51rem !important;
  }
  .me-rem-lg-52 {
    margin-inline-end: 52rem !important;
  }
  .me-rem-lg-53 {
    margin-inline-end: 53rem !important;
  }
  .me-rem-lg-54 {
    margin-inline-end: 54rem !important;
  }
  .me-rem-lg-55 {
    margin-inline-end: 55rem !important;
  }
  .me-rem-lg-56 {
    margin-inline-end: 56rem !important;
  }
  .me-rem-lg-57 {
    margin-inline-end: 57rem !important;
  }
  .me-rem-lg-58 {
    margin-inline-end: 58rem !important;
  }
  .me-rem-lg-59 {
    margin-inline-end: 59rem !important;
  }
  .me-rem-lg-60 {
    margin-inline-end: 60rem !important;
  }
  .me-rem-lg-61 {
    margin-inline-end: 61rem !important;
  }
  .me-rem-lg-62 {
    margin-inline-end: 62rem !important;
  }
  .me-rem-lg-63 {
    margin-inline-end: 63rem !important;
  }
  .me-rem-lg-64 {
    margin-inline-end: 64rem !important;
  }
  .me-rem-lg-65 {
    margin-inline-end: 65rem !important;
  }
  .me-rem-lg-66 {
    margin-inline-end: 66rem !important;
  }
  .me-rem-lg-67 {
    margin-inline-end: 67rem !important;
  }
  .me-rem-lg-68 {
    margin-inline-end: 68rem !important;
  }
  .me-rem-lg-69 {
    margin-inline-end: 69rem !important;
  }
  .me-rem-lg-70 {
    margin-inline-end: 70rem !important;
  }
  .me-rem-lg-71 {
    margin-inline-end: 71rem !important;
  }
  .me-rem-lg-72 {
    margin-inline-end: 72rem !important;
  }
  .me-rem-lg-73 {
    margin-inline-end: 73rem !important;
  }
  .me-rem-lg-74 {
    margin-inline-end: 74rem !important;
  }
  .me-rem-lg-75 {
    margin-inline-end: 75rem !important;
  }
  .me-rem-lg-76 {
    margin-inline-end: 76rem !important;
  }
  .me-rem-lg-77 {
    margin-inline-end: 77rem !important;
  }
  .me-rem-lg-78 {
    margin-inline-end: 78rem !important;
  }
  .me-rem-lg-79 {
    margin-inline-end: 79rem !important;
  }
  .me-rem-lg-80 {
    margin-inline-end: 80rem !important;
  }
  .me-rem-lg-95 {
    margin-inline-end: 95rem !important;
  }
  .me-rem-lg-96 {
    margin-inline-end: 96rem !important;
  }
  .me-rem-lg-97 {
    margin-inline-end: 97rem !important;
  }
  .me-rem-lg-100 {
    margin-inline-end: 100% !important;
  }
  .me-rem-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-rem-lg-unset {
    margin-block-end: unset !important;
  }
  .mb-rem-lg-1 {
    margin-block-end: 1rem !important;
  }
  .mb-rem-lg-2 {
    margin-block-end: 2rem !important;
  }
  .mb-rem-lg-3 {
    margin-block-end: 3rem !important;
  }
  .mb-rem-lg-4 {
    margin-block-end: 4rem !important;
  }
  .mb-rem-lg-5 {
    margin-block-end: 5rem !important;
  }
  .mb-rem-lg-7 {
    margin-block-end: 7rem !important;
  }
  .mb-rem-lg-8 {
    margin-block-end: 8rem !important;
  }
  .mb-rem-lg-9 {
    margin-block-end: 9rem !important;
  }
  .mb-rem-lg-10 {
    margin-block-end: 10rem !important;
  }
  .mb-rem-lg-11 {
    margin-block-end: 11rem !important;
  }
  .mb-rem-lg-12 {
    margin-block-end: 12rem !important;
  }
  .mb-rem-lg-13 {
    margin-block-end: 13rem !important;
  }
  .mb-rem-lg-14 {
    margin-block-end: 14rem !important;
  }
  .mb-rem-lg-15 {
    margin-block-end: 15rem !important;
  }
  .mb-rem-lg-16 {
    margin-block-end: 16rem !important;
  }
  .mb-rem-lg-17 {
    margin-block-end: 17rem !important;
  }
  .mb-rem-lg-18 {
    margin-block-end: 18rem !important;
  }
  .mb-rem-lg-19 {
    margin-block-end: 19rem !important;
  }
  .mb-rem-lg-20 {
    margin-block-end: 20rem !important;
  }
  .mb-rem-lg-23 {
    margin-block-end: 23rem !important;
  }
  .mb-rem-lg-25 {
    margin-block-end: 25rem !important;
  }
  .mb-rem-lg-30 {
    margin-block-end: 30rem !important;
  }
  .mb-rem-lg-31 {
    margin-block-end: 31rem !important;
  }
  .mb-rem-lg-32 {
    margin-block-end: 32rem !important;
  }
  .mb-rem-lg-33 {
    margin-block-end: 33rem !important;
  }
  .mb-rem-lg-34 {
    margin-block-end: 34rem !important;
  }
  .mb-rem-lg-35 {
    margin-block-end: 35rem !important;
  }
  .mb-rem-lg-36 {
    margin-block-end: 36rem !important;
  }
  .mb-rem-lg-37 {
    margin-block-end: 37rem !important;
  }
  .mb-rem-lg-38 {
    margin-block-end: 38rem !important;
  }
  .mb-rem-lg-39 {
    margin-block-end: 39rem !important;
  }
  .mb-rem-lg-40 {
    margin-block-end: 40rem !important;
  }
  .mb-rem-lg-41 {
    margin-block-end: 41rem !important;
  }
  .mb-rem-lg-42 {
    margin-block-end: 42rem !important;
  }
  .mb-rem-lg-43 {
    margin-block-end: 43rem !important;
  }
  .mb-rem-lg-44 {
    margin-block-end: 44rem !important;
  }
  .mb-rem-lg-45 {
    margin-block-end: 45rem !important;
  }
  .mb-rem-lg-46 {
    margin-block-end: 46rem !important;
  }
  .mb-rem-lg-47 {
    margin-block-end: 47rem !important;
  }
  .mb-rem-lg-48 {
    margin-block-end: 48rem !important;
  }
  .mb-rem-lg-49 {
    margin-block-end: 49rem !important;
  }
  .mb-rem-lg-50 {
    margin-block-end: 50rem !important;
  }
  .mb-rem-lg-51 {
    margin-block-end: 51rem !important;
  }
  .mb-rem-lg-52 {
    margin-block-end: 52rem !important;
  }
  .mb-rem-lg-53 {
    margin-block-end: 53rem !important;
  }
  .mb-rem-lg-54 {
    margin-block-end: 54rem !important;
  }
  .mb-rem-lg-55 {
    margin-block-end: 55rem !important;
  }
  .mb-rem-lg-56 {
    margin-block-end: 56rem !important;
  }
  .mb-rem-lg-57 {
    margin-block-end: 57rem !important;
  }
  .mb-rem-lg-58 {
    margin-block-end: 58rem !important;
  }
  .mb-rem-lg-59 {
    margin-block-end: 59rem !important;
  }
  .mb-rem-lg-60 {
    margin-block-end: 60rem !important;
  }
  .mb-rem-lg-61 {
    margin-block-end: 61rem !important;
  }
  .mb-rem-lg-62 {
    margin-block-end: 62rem !important;
  }
  .mb-rem-lg-63 {
    margin-block-end: 63rem !important;
  }
  .mb-rem-lg-64 {
    margin-block-end: 64rem !important;
  }
  .mb-rem-lg-65 {
    margin-block-end: 65rem !important;
  }
  .mb-rem-lg-66 {
    margin-block-end: 66rem !important;
  }
  .mb-rem-lg-67 {
    margin-block-end: 67rem !important;
  }
  .mb-rem-lg-68 {
    margin-block-end: 68rem !important;
  }
  .mb-rem-lg-69 {
    margin-block-end: 69rem !important;
  }
  .mb-rem-lg-70 {
    margin-block-end: 70rem !important;
  }
  .mb-rem-lg-71 {
    margin-block-end: 71rem !important;
  }
  .mb-rem-lg-72 {
    margin-block-end: 72rem !important;
  }
  .mb-rem-lg-73 {
    margin-block-end: 73rem !important;
  }
  .mb-rem-lg-74 {
    margin-block-end: 74rem !important;
  }
  .mb-rem-lg-75 {
    margin-block-end: 75rem !important;
  }
  .mb-rem-lg-76 {
    margin-block-end: 76rem !important;
  }
  .mb-rem-lg-77 {
    margin-block-end: 77rem !important;
  }
  .mb-rem-lg-78 {
    margin-block-end: 78rem !important;
  }
  .mb-rem-lg-79 {
    margin-block-end: 79rem !important;
  }
  .mb-rem-lg-80 {
    margin-block-end: 80rem !important;
  }
  .mb-rem-lg-95 {
    margin-block-end: 95rem !important;
  }
  .mb-rem-lg-96 {
    margin-block-end: 96rem !important;
  }
  .mb-rem-lg-97 {
    margin-block-end: 97rem !important;
  }
  .mb-rem-lg-100 {
    margin-block-end: 100% !important;
  }
  .mb-rem-lg-auto {
    margin-block-end: auto !important;
  }
  .ms-rem-lg-unset {
    margin-inline-start: unset !important;
  }
  .ms-rem-lg-1 {
    margin-inline-start: 1rem !important;
  }
  .ms-rem-lg-2 {
    margin-inline-start: 2rem !important;
  }
  .ms-rem-lg-3 {
    margin-inline-start: 3rem !important;
  }
  .ms-rem-lg-4 {
    margin-inline-start: 4rem !important;
  }
  .ms-rem-lg-5 {
    margin-inline-start: 5rem !important;
  }
  .ms-rem-lg-7 {
    margin-inline-start: 7rem !important;
  }
  .ms-rem-lg-8 {
    margin-inline-start: 8rem !important;
  }
  .ms-rem-lg-9 {
    margin-inline-start: 9rem !important;
  }
  .ms-rem-lg-10 {
    margin-inline-start: 10rem !important;
  }
  .ms-rem-lg-11 {
    margin-inline-start: 11rem !important;
  }
  .ms-rem-lg-12 {
    margin-inline-start: 12rem !important;
  }
  .ms-rem-lg-13 {
    margin-inline-start: 13rem !important;
  }
  .ms-rem-lg-14 {
    margin-inline-start: 14rem !important;
  }
  .ms-rem-lg-15 {
    margin-inline-start: 15rem !important;
  }
  .ms-rem-lg-16 {
    margin-inline-start: 16rem !important;
  }
  .ms-rem-lg-17 {
    margin-inline-start: 17rem !important;
  }
  .ms-rem-lg-18 {
    margin-inline-start: 18rem !important;
  }
  .ms-rem-lg-19 {
    margin-inline-start: 19rem !important;
  }
  .ms-rem-lg-20 {
    margin-inline-start: 20rem !important;
  }
  .ms-rem-lg-23 {
    margin-inline-start: 23rem !important;
  }
  .ms-rem-lg-25 {
    margin-inline-start: 25rem !important;
  }
  .ms-rem-lg-30 {
    margin-inline-start: 30rem !important;
  }
  .ms-rem-lg-31 {
    margin-inline-start: 31rem !important;
  }
  .ms-rem-lg-32 {
    margin-inline-start: 32rem !important;
  }
  .ms-rem-lg-33 {
    margin-inline-start: 33rem !important;
  }
  .ms-rem-lg-34 {
    margin-inline-start: 34rem !important;
  }
  .ms-rem-lg-35 {
    margin-inline-start: 35rem !important;
  }
  .ms-rem-lg-36 {
    margin-inline-start: 36rem !important;
  }
  .ms-rem-lg-37 {
    margin-inline-start: 37rem !important;
  }
  .ms-rem-lg-38 {
    margin-inline-start: 38rem !important;
  }
  .ms-rem-lg-39 {
    margin-inline-start: 39rem !important;
  }
  .ms-rem-lg-40 {
    margin-inline-start: 40rem !important;
  }
  .ms-rem-lg-41 {
    margin-inline-start: 41rem !important;
  }
  .ms-rem-lg-42 {
    margin-inline-start: 42rem !important;
  }
  .ms-rem-lg-43 {
    margin-inline-start: 43rem !important;
  }
  .ms-rem-lg-44 {
    margin-inline-start: 44rem !important;
  }
  .ms-rem-lg-45 {
    margin-inline-start: 45rem !important;
  }
  .ms-rem-lg-46 {
    margin-inline-start: 46rem !important;
  }
  .ms-rem-lg-47 {
    margin-inline-start: 47rem !important;
  }
  .ms-rem-lg-48 {
    margin-inline-start: 48rem !important;
  }
  .ms-rem-lg-49 {
    margin-inline-start: 49rem !important;
  }
  .ms-rem-lg-50 {
    margin-inline-start: 50rem !important;
  }
  .ms-rem-lg-51 {
    margin-inline-start: 51rem !important;
  }
  .ms-rem-lg-52 {
    margin-inline-start: 52rem !important;
  }
  .ms-rem-lg-53 {
    margin-inline-start: 53rem !important;
  }
  .ms-rem-lg-54 {
    margin-inline-start: 54rem !important;
  }
  .ms-rem-lg-55 {
    margin-inline-start: 55rem !important;
  }
  .ms-rem-lg-56 {
    margin-inline-start: 56rem !important;
  }
  .ms-rem-lg-57 {
    margin-inline-start: 57rem !important;
  }
  .ms-rem-lg-58 {
    margin-inline-start: 58rem !important;
  }
  .ms-rem-lg-59 {
    margin-inline-start: 59rem !important;
  }
  .ms-rem-lg-60 {
    margin-inline-start: 60rem !important;
  }
  .ms-rem-lg-61 {
    margin-inline-start: 61rem !important;
  }
  .ms-rem-lg-62 {
    margin-inline-start: 62rem !important;
  }
  .ms-rem-lg-63 {
    margin-inline-start: 63rem !important;
  }
  .ms-rem-lg-64 {
    margin-inline-start: 64rem !important;
  }
  .ms-rem-lg-65 {
    margin-inline-start: 65rem !important;
  }
  .ms-rem-lg-66 {
    margin-inline-start: 66rem !important;
  }
  .ms-rem-lg-67 {
    margin-inline-start: 67rem !important;
  }
  .ms-rem-lg-68 {
    margin-inline-start: 68rem !important;
  }
  .ms-rem-lg-69 {
    margin-inline-start: 69rem !important;
  }
  .ms-rem-lg-70 {
    margin-inline-start: 70rem !important;
  }
  .ms-rem-lg-71 {
    margin-inline-start: 71rem !important;
  }
  .ms-rem-lg-72 {
    margin-inline-start: 72rem !important;
  }
  .ms-rem-lg-73 {
    margin-inline-start: 73rem !important;
  }
  .ms-rem-lg-74 {
    margin-inline-start: 74rem !important;
  }
  .ms-rem-lg-75 {
    margin-inline-start: 75rem !important;
  }
  .ms-rem-lg-76 {
    margin-inline-start: 76rem !important;
  }
  .ms-rem-lg-77 {
    margin-inline-start: 77rem !important;
  }
  .ms-rem-lg-78 {
    margin-inline-start: 78rem !important;
  }
  .ms-rem-lg-79 {
    margin-inline-start: 79rem !important;
  }
  .ms-rem-lg-80 {
    margin-inline-start: 80rem !important;
  }
  .ms-rem-lg-95 {
    margin-inline-start: 95rem !important;
  }
  .ms-rem-lg-96 {
    margin-inline-start: 96rem !important;
  }
  .ms-rem-lg-97 {
    margin-inline-start: 97rem !important;
  }
  .ms-rem-lg-100 {
    margin-inline-start: 100% !important;
  }
  .ms-rem-lg-auto {
    margin-inline-start: auto !important;
  }
  .m-rem-lg-nunset {
    margin: -unset !important;
  }
  .m-rem-lg-n1 {
    margin: -1rem !important;
  }
  .m-rem-lg-n2 {
    margin: -2rem !important;
  }
  .m-rem-lg-n3 {
    margin: -3rem !important;
  }
  .m-rem-lg-n4 {
    margin: -4rem !important;
  }
  .m-rem-lg-n5 {
    margin: -5rem !important;
  }
  .m-rem-lg-n7 {
    margin: -7rem !important;
  }
  .m-rem-lg-n8 {
    margin: -8rem !important;
  }
  .m-rem-lg-n9 {
    margin: -9rem !important;
  }
  .m-rem-lg-n10 {
    margin: -10rem !important;
  }
  .m-rem-lg-n11 {
    margin: -11rem !important;
  }
  .m-rem-lg-n12 {
    margin: -12rem !important;
  }
  .m-rem-lg-n13 {
    margin: -13rem !important;
  }
  .m-rem-lg-n14 {
    margin: -14rem !important;
  }
  .m-rem-lg-n15 {
    margin: -15rem !important;
  }
  .m-rem-lg-n16 {
    margin: -16rem !important;
  }
  .m-rem-lg-n17 {
    margin: -17rem !important;
  }
  .m-rem-lg-n18 {
    margin: -18rem !important;
  }
  .m-rem-lg-n19 {
    margin: -19rem !important;
  }
  .m-rem-lg-n20 {
    margin: -20rem !important;
  }
  .m-rem-lg-n23 {
    margin: -23rem !important;
  }
  .m-rem-lg-n25 {
    margin: -25rem !important;
  }
  .m-rem-lg-n30 {
    margin: -30rem !important;
  }
  .m-rem-lg-n31 {
    margin: -31rem !important;
  }
  .m-rem-lg-n32 {
    margin: -32rem !important;
  }
  .m-rem-lg-n33 {
    margin: -33rem !important;
  }
  .m-rem-lg-n34 {
    margin: -34rem !important;
  }
  .m-rem-lg-n35 {
    margin: -35rem !important;
  }
  .m-rem-lg-n36 {
    margin: -36rem !important;
  }
  .m-rem-lg-n37 {
    margin: -37rem !important;
  }
  .m-rem-lg-n38 {
    margin: -38rem !important;
  }
  .m-rem-lg-n39 {
    margin: -39rem !important;
  }
  .m-rem-lg-n40 {
    margin: -40rem !important;
  }
  .m-rem-lg-n41 {
    margin: -41rem !important;
  }
  .m-rem-lg-n42 {
    margin: -42rem !important;
  }
  .m-rem-lg-n43 {
    margin: -43rem !important;
  }
  .m-rem-lg-n44 {
    margin: -44rem !important;
  }
  .m-rem-lg-n45 {
    margin: -45rem !important;
  }
  .m-rem-lg-n46 {
    margin: -46rem !important;
  }
  .m-rem-lg-n47 {
    margin: -47rem !important;
  }
  .m-rem-lg-n48 {
    margin: -48rem !important;
  }
  .m-rem-lg-n49 {
    margin: -49rem !important;
  }
  .m-rem-lg-n50 {
    margin: -50rem !important;
  }
  .m-rem-lg-n51 {
    margin: -51rem !important;
  }
  .m-rem-lg-n52 {
    margin: -52rem !important;
  }
  .m-rem-lg-n53 {
    margin: -53rem !important;
  }
  .m-rem-lg-n54 {
    margin: -54rem !important;
  }
  .m-rem-lg-n55 {
    margin: -55rem !important;
  }
  .m-rem-lg-n56 {
    margin: -56rem !important;
  }
  .m-rem-lg-n57 {
    margin: -57rem !important;
  }
  .m-rem-lg-n58 {
    margin: -58rem !important;
  }
  .m-rem-lg-n59 {
    margin: -59rem !important;
  }
  .m-rem-lg-n60 {
    margin: -60rem !important;
  }
  .m-rem-lg-n61 {
    margin: -61rem !important;
  }
  .m-rem-lg-n62 {
    margin: -62rem !important;
  }
  .m-rem-lg-n63 {
    margin: -63rem !important;
  }
  .m-rem-lg-n64 {
    margin: -64rem !important;
  }
  .m-rem-lg-n65 {
    margin: -65rem !important;
  }
  .m-rem-lg-n66 {
    margin: -66rem !important;
  }
  .m-rem-lg-n67 {
    margin: -67rem !important;
  }
  .m-rem-lg-n68 {
    margin: -68rem !important;
  }
  .m-rem-lg-n69 {
    margin: -69rem !important;
  }
  .m-rem-lg-n70 {
    margin: -70rem !important;
  }
  .m-rem-lg-n71 {
    margin: -71rem !important;
  }
  .m-rem-lg-n72 {
    margin: -72rem !important;
  }
  .m-rem-lg-n73 {
    margin: -73rem !important;
  }
  .m-rem-lg-n74 {
    margin: -74rem !important;
  }
  .m-rem-lg-n75 {
    margin: -75rem !important;
  }
  .m-rem-lg-n76 {
    margin: -76rem !important;
  }
  .m-rem-lg-n77 {
    margin: -77rem !important;
  }
  .m-rem-lg-n78 {
    margin: -78rem !important;
  }
  .m-rem-lg-n79 {
    margin: -79rem !important;
  }
  .m-rem-lg-n80 {
    margin: -80rem !important;
  }
  .m-rem-lg-n95 {
    margin: -95rem !important;
  }
  .m-rem-lg-n96 {
    margin: -96rem !important;
  }
  .m-rem-lg-n97 {
    margin: -97rem !important;
  }
  .m-rem-lg-n100 {
    margin: -100% !important;
  }
  .mx-rem-lg-nunset {
    margin-inline-end: -unset !important;
    margin-inline-start: -unset !important;
  }
  .mx-rem-lg-n1 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-rem-lg-n2 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-rem-lg-n3 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-rem-lg-n4 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-rem-lg-n5 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-rem-lg-n7 {
    margin-inline-end: -7rem !important;
    margin-inline-start: -7rem !important;
  }
  .mx-rem-lg-n8 {
    margin-inline-end: -8rem !important;
    margin-inline-start: -8rem !important;
  }
  .mx-rem-lg-n9 {
    margin-inline-end: -9rem !important;
    margin-inline-start: -9rem !important;
  }
  .mx-rem-lg-n10 {
    margin-inline-end: -10rem !important;
    margin-inline-start: -10rem !important;
  }
  .mx-rem-lg-n11 {
    margin-inline-end: -11rem !important;
    margin-inline-start: -11rem !important;
  }
  .mx-rem-lg-n12 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-rem-lg-n13 {
    margin-inline-end: -13rem !important;
    margin-inline-start: -13rem !important;
  }
  .mx-rem-lg-n14 {
    margin-inline-end: -14rem !important;
    margin-inline-start: -14rem !important;
  }
  .mx-rem-lg-n15 {
    margin-inline-end: -15rem !important;
    margin-inline-start: -15rem !important;
  }
  .mx-rem-lg-n16 {
    margin-inline-end: -16rem !important;
    margin-inline-start: -16rem !important;
  }
  .mx-rem-lg-n17 {
    margin-inline-end: -17rem !important;
    margin-inline-start: -17rem !important;
  }
  .mx-rem-lg-n18 {
    margin-inline-end: -18rem !important;
    margin-inline-start: -18rem !important;
  }
  .mx-rem-lg-n19 {
    margin-inline-end: -19rem !important;
    margin-inline-start: -19rem !important;
  }
  .mx-rem-lg-n20 {
    margin-inline-end: -20rem !important;
    margin-inline-start: -20rem !important;
  }
  .mx-rem-lg-n23 {
    margin-inline-end: -23rem !important;
    margin-inline-start: -23rem !important;
  }
  .mx-rem-lg-n25 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-rem-lg-n30 {
    margin-inline-end: -30rem !important;
    margin-inline-start: -30rem !important;
  }
  .mx-rem-lg-n31 {
    margin-inline-end: -31rem !important;
    margin-inline-start: -31rem !important;
  }
  .mx-rem-lg-n32 {
    margin-inline-end: -32rem !important;
    margin-inline-start: -32rem !important;
  }
  .mx-rem-lg-n33 {
    margin-inline-end: -33rem !important;
    margin-inline-start: -33rem !important;
  }
  .mx-rem-lg-n34 {
    margin-inline-end: -34rem !important;
    margin-inline-start: -34rem !important;
  }
  .mx-rem-lg-n35 {
    margin-inline-end: -35rem !important;
    margin-inline-start: -35rem !important;
  }
  .mx-rem-lg-n36 {
    margin-inline-end: -36rem !important;
    margin-inline-start: -36rem !important;
  }
  .mx-rem-lg-n37 {
    margin-inline-end: -37rem !important;
    margin-inline-start: -37rem !important;
  }
  .mx-rem-lg-n38 {
    margin-inline-end: -38rem !important;
    margin-inline-start: -38rem !important;
  }
  .mx-rem-lg-n39 {
    margin-inline-end: -39rem !important;
    margin-inline-start: -39rem !important;
  }
  .mx-rem-lg-n40 {
    margin-inline-end: -40rem !important;
    margin-inline-start: -40rem !important;
  }
  .mx-rem-lg-n41 {
    margin-inline-end: -41rem !important;
    margin-inline-start: -41rem !important;
  }
  .mx-rem-lg-n42 {
    margin-inline-end: -42rem !important;
    margin-inline-start: -42rem !important;
  }
  .mx-rem-lg-n43 {
    margin-inline-end: -43rem !important;
    margin-inline-start: -43rem !important;
  }
  .mx-rem-lg-n44 {
    margin-inline-end: -44rem !important;
    margin-inline-start: -44rem !important;
  }
  .mx-rem-lg-n45 {
    margin-inline-end: -45rem !important;
    margin-inline-start: -45rem !important;
  }
  .mx-rem-lg-n46 {
    margin-inline-end: -46rem !important;
    margin-inline-start: -46rem !important;
  }
  .mx-rem-lg-n47 {
    margin-inline-end: -47rem !important;
    margin-inline-start: -47rem !important;
  }
  .mx-rem-lg-n48 {
    margin-inline-end: -48rem !important;
    margin-inline-start: -48rem !important;
  }
  .mx-rem-lg-n49 {
    margin-inline-end: -49rem !important;
    margin-inline-start: -49rem !important;
  }
  .mx-rem-lg-n50 {
    margin-inline-end: -50rem !important;
    margin-inline-start: -50rem !important;
  }
  .mx-rem-lg-n51 {
    margin-inline-end: -51rem !important;
    margin-inline-start: -51rem !important;
  }
  .mx-rem-lg-n52 {
    margin-inline-end: -52rem !important;
    margin-inline-start: -52rem !important;
  }
  .mx-rem-lg-n53 {
    margin-inline-end: -53rem !important;
    margin-inline-start: -53rem !important;
  }
  .mx-rem-lg-n54 {
    margin-inline-end: -54rem !important;
    margin-inline-start: -54rem !important;
  }
  .mx-rem-lg-n55 {
    margin-inline-end: -55rem !important;
    margin-inline-start: -55rem !important;
  }
  .mx-rem-lg-n56 {
    margin-inline-end: -56rem !important;
    margin-inline-start: -56rem !important;
  }
  .mx-rem-lg-n57 {
    margin-inline-end: -57rem !important;
    margin-inline-start: -57rem !important;
  }
  .mx-rem-lg-n58 {
    margin-inline-end: -58rem !important;
    margin-inline-start: -58rem !important;
  }
  .mx-rem-lg-n59 {
    margin-inline-end: -59rem !important;
    margin-inline-start: -59rem !important;
  }
  .mx-rem-lg-n60 {
    margin-inline-end: -60rem !important;
    margin-inline-start: -60rem !important;
  }
  .mx-rem-lg-n61 {
    margin-inline-end: -61rem !important;
    margin-inline-start: -61rem !important;
  }
  .mx-rem-lg-n62 {
    margin-inline-end: -62rem !important;
    margin-inline-start: -62rem !important;
  }
  .mx-rem-lg-n63 {
    margin-inline-end: -63rem !important;
    margin-inline-start: -63rem !important;
  }
  .mx-rem-lg-n64 {
    margin-inline-end: -64rem !important;
    margin-inline-start: -64rem !important;
  }
  .mx-rem-lg-n65 {
    margin-inline-end: -65rem !important;
    margin-inline-start: -65rem !important;
  }
  .mx-rem-lg-n66 {
    margin-inline-end: -66rem !important;
    margin-inline-start: -66rem !important;
  }
  .mx-rem-lg-n67 {
    margin-inline-end: -67rem !important;
    margin-inline-start: -67rem !important;
  }
  .mx-rem-lg-n68 {
    margin-inline-end: -68rem !important;
    margin-inline-start: -68rem !important;
  }
  .mx-rem-lg-n69 {
    margin-inline-end: -69rem !important;
    margin-inline-start: -69rem !important;
  }
  .mx-rem-lg-n70 {
    margin-inline-end: -70rem !important;
    margin-inline-start: -70rem !important;
  }
  .mx-rem-lg-n71 {
    margin-inline-end: -71rem !important;
    margin-inline-start: -71rem !important;
  }
  .mx-rem-lg-n72 {
    margin-inline-end: -72rem !important;
    margin-inline-start: -72rem !important;
  }
  .mx-rem-lg-n73 {
    margin-inline-end: -73rem !important;
    margin-inline-start: -73rem !important;
  }
  .mx-rem-lg-n74 {
    margin-inline-end: -74rem !important;
    margin-inline-start: -74rem !important;
  }
  .mx-rem-lg-n75 {
    margin-inline-end: -75rem !important;
    margin-inline-start: -75rem !important;
  }
  .mx-rem-lg-n76 {
    margin-inline-end: -76rem !important;
    margin-inline-start: -76rem !important;
  }
  .mx-rem-lg-n77 {
    margin-inline-end: -77rem !important;
    margin-inline-start: -77rem !important;
  }
  .mx-rem-lg-n78 {
    margin-inline-end: -78rem !important;
    margin-inline-start: -78rem !important;
  }
  .mx-rem-lg-n79 {
    margin-inline-end: -79rem !important;
    margin-inline-start: -79rem !important;
  }
  .mx-rem-lg-n80 {
    margin-inline-end: -80rem !important;
    margin-inline-start: -80rem !important;
  }
  .mx-rem-lg-n95 {
    margin-inline-end: -95rem !important;
    margin-inline-start: -95rem !important;
  }
  .mx-rem-lg-n96 {
    margin-inline-end: -96rem !important;
    margin-inline-start: -96rem !important;
  }
  .mx-rem-lg-n97 {
    margin-inline-end: -97rem !important;
    margin-inline-start: -97rem !important;
  }
  .mx-rem-lg-n100 {
    margin-inline-end: -100% !important;
    margin-inline-start: -100% !important;
  }
  .my-rem-lg-nunset {
    margin-block-end: -unset !important;
    margin-block-start: -unset !important;
  }
  .my-rem-lg-n1 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-rem-lg-n2 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-rem-lg-n3 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-rem-lg-n4 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-rem-lg-n5 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-rem-lg-n7 {
    margin-block-end: -7rem !important;
    margin-block-start: -7rem !important;
  }
  .my-rem-lg-n8 {
    margin-block-end: -8rem !important;
    margin-block-start: -8rem !important;
  }
  .my-rem-lg-n9 {
    margin-block-end: -9rem !important;
    margin-block-start: -9rem !important;
  }
  .my-rem-lg-n10 {
    margin-block-end: -10rem !important;
    margin-block-start: -10rem !important;
  }
  .my-rem-lg-n11 {
    margin-block-end: -11rem !important;
    margin-block-start: -11rem !important;
  }
  .my-rem-lg-n12 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-rem-lg-n13 {
    margin-block-end: -13rem !important;
    margin-block-start: -13rem !important;
  }
  .my-rem-lg-n14 {
    margin-block-end: -14rem !important;
    margin-block-start: -14rem !important;
  }
  .my-rem-lg-n15 {
    margin-block-end: -15rem !important;
    margin-block-start: -15rem !important;
  }
  .my-rem-lg-n16 {
    margin-block-end: -16rem !important;
    margin-block-start: -16rem !important;
  }
  .my-rem-lg-n17 {
    margin-block-end: -17rem !important;
    margin-block-start: -17rem !important;
  }
  .my-rem-lg-n18 {
    margin-block-end: -18rem !important;
    margin-block-start: -18rem !important;
  }
  .my-rem-lg-n19 {
    margin-block-end: -19rem !important;
    margin-block-start: -19rem !important;
  }
  .my-rem-lg-n20 {
    margin-block-end: -20rem !important;
    margin-block-start: -20rem !important;
  }
  .my-rem-lg-n23 {
    margin-block-end: -23rem !important;
    margin-block-start: -23rem !important;
  }
  .my-rem-lg-n25 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-rem-lg-n30 {
    margin-block-end: -30rem !important;
    margin-block-start: -30rem !important;
  }
  .my-rem-lg-n31 {
    margin-block-end: -31rem !important;
    margin-block-start: -31rem !important;
  }
  .my-rem-lg-n32 {
    margin-block-end: -32rem !important;
    margin-block-start: -32rem !important;
  }
  .my-rem-lg-n33 {
    margin-block-end: -33rem !important;
    margin-block-start: -33rem !important;
  }
  .my-rem-lg-n34 {
    margin-block-end: -34rem !important;
    margin-block-start: -34rem !important;
  }
  .my-rem-lg-n35 {
    margin-block-end: -35rem !important;
    margin-block-start: -35rem !important;
  }
  .my-rem-lg-n36 {
    margin-block-end: -36rem !important;
    margin-block-start: -36rem !important;
  }
  .my-rem-lg-n37 {
    margin-block-end: -37rem !important;
    margin-block-start: -37rem !important;
  }
  .my-rem-lg-n38 {
    margin-block-end: -38rem !important;
    margin-block-start: -38rem !important;
  }
  .my-rem-lg-n39 {
    margin-block-end: -39rem !important;
    margin-block-start: -39rem !important;
  }
  .my-rem-lg-n40 {
    margin-block-end: -40rem !important;
    margin-block-start: -40rem !important;
  }
  .my-rem-lg-n41 {
    margin-block-end: -41rem !important;
    margin-block-start: -41rem !important;
  }
  .my-rem-lg-n42 {
    margin-block-end: -42rem !important;
    margin-block-start: -42rem !important;
  }
  .my-rem-lg-n43 {
    margin-block-end: -43rem !important;
    margin-block-start: -43rem !important;
  }
  .my-rem-lg-n44 {
    margin-block-end: -44rem !important;
    margin-block-start: -44rem !important;
  }
  .my-rem-lg-n45 {
    margin-block-end: -45rem !important;
    margin-block-start: -45rem !important;
  }
  .my-rem-lg-n46 {
    margin-block-end: -46rem !important;
    margin-block-start: -46rem !important;
  }
  .my-rem-lg-n47 {
    margin-block-end: -47rem !important;
    margin-block-start: -47rem !important;
  }
  .my-rem-lg-n48 {
    margin-block-end: -48rem !important;
    margin-block-start: -48rem !important;
  }
  .my-rem-lg-n49 {
    margin-block-end: -49rem !important;
    margin-block-start: -49rem !important;
  }
  .my-rem-lg-n50 {
    margin-block-end: -50rem !important;
    margin-block-start: -50rem !important;
  }
  .my-rem-lg-n51 {
    margin-block-end: -51rem !important;
    margin-block-start: -51rem !important;
  }
  .my-rem-lg-n52 {
    margin-block-end: -52rem !important;
    margin-block-start: -52rem !important;
  }
  .my-rem-lg-n53 {
    margin-block-end: -53rem !important;
    margin-block-start: -53rem !important;
  }
  .my-rem-lg-n54 {
    margin-block-end: -54rem !important;
    margin-block-start: -54rem !important;
  }
  .my-rem-lg-n55 {
    margin-block-end: -55rem !important;
    margin-block-start: -55rem !important;
  }
  .my-rem-lg-n56 {
    margin-block-end: -56rem !important;
    margin-block-start: -56rem !important;
  }
  .my-rem-lg-n57 {
    margin-block-end: -57rem !important;
    margin-block-start: -57rem !important;
  }
  .my-rem-lg-n58 {
    margin-block-end: -58rem !important;
    margin-block-start: -58rem !important;
  }
  .my-rem-lg-n59 {
    margin-block-end: -59rem !important;
    margin-block-start: -59rem !important;
  }
  .my-rem-lg-n60 {
    margin-block-end: -60rem !important;
    margin-block-start: -60rem !important;
  }
  .my-rem-lg-n61 {
    margin-block-end: -61rem !important;
    margin-block-start: -61rem !important;
  }
  .my-rem-lg-n62 {
    margin-block-end: -62rem !important;
    margin-block-start: -62rem !important;
  }
  .my-rem-lg-n63 {
    margin-block-end: -63rem !important;
    margin-block-start: -63rem !important;
  }
  .my-rem-lg-n64 {
    margin-block-end: -64rem !important;
    margin-block-start: -64rem !important;
  }
  .my-rem-lg-n65 {
    margin-block-end: -65rem !important;
    margin-block-start: -65rem !important;
  }
  .my-rem-lg-n66 {
    margin-block-end: -66rem !important;
    margin-block-start: -66rem !important;
  }
  .my-rem-lg-n67 {
    margin-block-end: -67rem !important;
    margin-block-start: -67rem !important;
  }
  .my-rem-lg-n68 {
    margin-block-end: -68rem !important;
    margin-block-start: -68rem !important;
  }
  .my-rem-lg-n69 {
    margin-block-end: -69rem !important;
    margin-block-start: -69rem !important;
  }
  .my-rem-lg-n70 {
    margin-block-end: -70rem !important;
    margin-block-start: -70rem !important;
  }
  .my-rem-lg-n71 {
    margin-block-end: -71rem !important;
    margin-block-start: -71rem !important;
  }
  .my-rem-lg-n72 {
    margin-block-end: -72rem !important;
    margin-block-start: -72rem !important;
  }
  .my-rem-lg-n73 {
    margin-block-end: -73rem !important;
    margin-block-start: -73rem !important;
  }
  .my-rem-lg-n74 {
    margin-block-end: -74rem !important;
    margin-block-start: -74rem !important;
  }
  .my-rem-lg-n75 {
    margin-block-end: -75rem !important;
    margin-block-start: -75rem !important;
  }
  .my-rem-lg-n76 {
    margin-block-end: -76rem !important;
    margin-block-start: -76rem !important;
  }
  .my-rem-lg-n77 {
    margin-block-end: -77rem !important;
    margin-block-start: -77rem !important;
  }
  .my-rem-lg-n78 {
    margin-block-end: -78rem !important;
    margin-block-start: -78rem !important;
  }
  .my-rem-lg-n79 {
    margin-block-end: -79rem !important;
    margin-block-start: -79rem !important;
  }
  .my-rem-lg-n80 {
    margin-block-end: -80rem !important;
    margin-block-start: -80rem !important;
  }
  .my-rem-lg-n95 {
    margin-block-end: -95rem !important;
    margin-block-start: -95rem !important;
  }
  .my-rem-lg-n96 {
    margin-block-end: -96rem !important;
    margin-block-start: -96rem !important;
  }
  .my-rem-lg-n97 {
    margin-block-end: -97rem !important;
    margin-block-start: -97rem !important;
  }
  .my-rem-lg-n100 {
    margin-block-end: -100% !important;
    margin-block-start: -100% !important;
  }
  .mt-rem-lg-nunset {
    margin-block-start: -unset !important;
  }
  .mt-rem-lg-n1 {
    margin-block-start: -1rem !important;
  }
  .mt-rem-lg-n2 {
    margin-block-start: -2rem !important;
  }
  .mt-rem-lg-n3 {
    margin-block-start: -3rem !important;
  }
  .mt-rem-lg-n4 {
    margin-block-start: -4rem !important;
  }
  .mt-rem-lg-n5 {
    margin-block-start: -5rem !important;
  }
  .mt-rem-lg-n7 {
    margin-block-start: -7rem !important;
  }
  .mt-rem-lg-n8 {
    margin-block-start: -8rem !important;
  }
  .mt-rem-lg-n9 {
    margin-block-start: -9rem !important;
  }
  .mt-rem-lg-n10 {
    margin-block-start: -10rem !important;
  }
  .mt-rem-lg-n11 {
    margin-block-start: -11rem !important;
  }
  .mt-rem-lg-n12 {
    margin-block-start: -12rem !important;
  }
  .mt-rem-lg-n13 {
    margin-block-start: -13rem !important;
  }
  .mt-rem-lg-n14 {
    margin-block-start: -14rem !important;
  }
  .mt-rem-lg-n15 {
    margin-block-start: -15rem !important;
  }
  .mt-rem-lg-n16 {
    margin-block-start: -16rem !important;
  }
  .mt-rem-lg-n17 {
    margin-block-start: -17rem !important;
  }
  .mt-rem-lg-n18 {
    margin-block-start: -18rem !important;
  }
  .mt-rem-lg-n19 {
    margin-block-start: -19rem !important;
  }
  .mt-rem-lg-n20 {
    margin-block-start: -20rem !important;
  }
  .mt-rem-lg-n23 {
    margin-block-start: -23rem !important;
  }
  .mt-rem-lg-n25 {
    margin-block-start: -25rem !important;
  }
  .mt-rem-lg-n30 {
    margin-block-start: -30rem !important;
  }
  .mt-rem-lg-n31 {
    margin-block-start: -31rem !important;
  }
  .mt-rem-lg-n32 {
    margin-block-start: -32rem !important;
  }
  .mt-rem-lg-n33 {
    margin-block-start: -33rem !important;
  }
  .mt-rem-lg-n34 {
    margin-block-start: -34rem !important;
  }
  .mt-rem-lg-n35 {
    margin-block-start: -35rem !important;
  }
  .mt-rem-lg-n36 {
    margin-block-start: -36rem !important;
  }
  .mt-rem-lg-n37 {
    margin-block-start: -37rem !important;
  }
  .mt-rem-lg-n38 {
    margin-block-start: -38rem !important;
  }
  .mt-rem-lg-n39 {
    margin-block-start: -39rem !important;
  }
  .mt-rem-lg-n40 {
    margin-block-start: -40rem !important;
  }
  .mt-rem-lg-n41 {
    margin-block-start: -41rem !important;
  }
  .mt-rem-lg-n42 {
    margin-block-start: -42rem !important;
  }
  .mt-rem-lg-n43 {
    margin-block-start: -43rem !important;
  }
  .mt-rem-lg-n44 {
    margin-block-start: -44rem !important;
  }
  .mt-rem-lg-n45 {
    margin-block-start: -45rem !important;
  }
  .mt-rem-lg-n46 {
    margin-block-start: -46rem !important;
  }
  .mt-rem-lg-n47 {
    margin-block-start: -47rem !important;
  }
  .mt-rem-lg-n48 {
    margin-block-start: -48rem !important;
  }
  .mt-rem-lg-n49 {
    margin-block-start: -49rem !important;
  }
  .mt-rem-lg-n50 {
    margin-block-start: -50rem !important;
  }
  .mt-rem-lg-n51 {
    margin-block-start: -51rem !important;
  }
  .mt-rem-lg-n52 {
    margin-block-start: -52rem !important;
  }
  .mt-rem-lg-n53 {
    margin-block-start: -53rem !important;
  }
  .mt-rem-lg-n54 {
    margin-block-start: -54rem !important;
  }
  .mt-rem-lg-n55 {
    margin-block-start: -55rem !important;
  }
  .mt-rem-lg-n56 {
    margin-block-start: -56rem !important;
  }
  .mt-rem-lg-n57 {
    margin-block-start: -57rem !important;
  }
  .mt-rem-lg-n58 {
    margin-block-start: -58rem !important;
  }
  .mt-rem-lg-n59 {
    margin-block-start: -59rem !important;
  }
  .mt-rem-lg-n60 {
    margin-block-start: -60rem !important;
  }
  .mt-rem-lg-n61 {
    margin-block-start: -61rem !important;
  }
  .mt-rem-lg-n62 {
    margin-block-start: -62rem !important;
  }
  .mt-rem-lg-n63 {
    margin-block-start: -63rem !important;
  }
  .mt-rem-lg-n64 {
    margin-block-start: -64rem !important;
  }
  .mt-rem-lg-n65 {
    margin-block-start: -65rem !important;
  }
  .mt-rem-lg-n66 {
    margin-block-start: -66rem !important;
  }
  .mt-rem-lg-n67 {
    margin-block-start: -67rem !important;
  }
  .mt-rem-lg-n68 {
    margin-block-start: -68rem !important;
  }
  .mt-rem-lg-n69 {
    margin-block-start: -69rem !important;
  }
  .mt-rem-lg-n70 {
    margin-block-start: -70rem !important;
  }
  .mt-rem-lg-n71 {
    margin-block-start: -71rem !important;
  }
  .mt-rem-lg-n72 {
    margin-block-start: -72rem !important;
  }
  .mt-rem-lg-n73 {
    margin-block-start: -73rem !important;
  }
  .mt-rem-lg-n74 {
    margin-block-start: -74rem !important;
  }
  .mt-rem-lg-n75 {
    margin-block-start: -75rem !important;
  }
  .mt-rem-lg-n76 {
    margin-block-start: -76rem !important;
  }
  .mt-rem-lg-n77 {
    margin-block-start: -77rem !important;
  }
  .mt-rem-lg-n78 {
    margin-block-start: -78rem !important;
  }
  .mt-rem-lg-n79 {
    margin-block-start: -79rem !important;
  }
  .mt-rem-lg-n80 {
    margin-block-start: -80rem !important;
  }
  .mt-rem-lg-n95 {
    margin-block-start: -95rem !important;
  }
  .mt-rem-lg-n96 {
    margin-block-start: -96rem !important;
  }
  .mt-rem-lg-n97 {
    margin-block-start: -97rem !important;
  }
  .mt-rem-lg-n100 {
    margin-block-start: -100% !important;
  }
  .me-rem-lg-nunset {
    margin-inline-end: -unset !important;
  }
  .me-rem-lg-n1 {
    margin-inline-end: -1rem !important;
  }
  .me-rem-lg-n2 {
    margin-inline-end: -2rem !important;
  }
  .me-rem-lg-n3 {
    margin-inline-end: -3rem !important;
  }
  .me-rem-lg-n4 {
    margin-inline-end: -4rem !important;
  }
  .me-rem-lg-n5 {
    margin-inline-end: -5rem !important;
  }
  .me-rem-lg-n7 {
    margin-inline-end: -7rem !important;
  }
  .me-rem-lg-n8 {
    margin-inline-end: -8rem !important;
  }
  .me-rem-lg-n9 {
    margin-inline-end: -9rem !important;
  }
  .me-rem-lg-n10 {
    margin-inline-end: -10rem !important;
  }
  .me-rem-lg-n11 {
    margin-inline-end: -11rem !important;
  }
  .me-rem-lg-n12 {
    margin-inline-end: -12rem !important;
  }
  .me-rem-lg-n13 {
    margin-inline-end: -13rem !important;
  }
  .me-rem-lg-n14 {
    margin-inline-end: -14rem !important;
  }
  .me-rem-lg-n15 {
    margin-inline-end: -15rem !important;
  }
  .me-rem-lg-n16 {
    margin-inline-end: -16rem !important;
  }
  .me-rem-lg-n17 {
    margin-inline-end: -17rem !important;
  }
  .me-rem-lg-n18 {
    margin-inline-end: -18rem !important;
  }
  .me-rem-lg-n19 {
    margin-inline-end: -19rem !important;
  }
  .me-rem-lg-n20 {
    margin-inline-end: -20rem !important;
  }
  .me-rem-lg-n23 {
    margin-inline-end: -23rem !important;
  }
  .me-rem-lg-n25 {
    margin-inline-end: -25rem !important;
  }
  .me-rem-lg-n30 {
    margin-inline-end: -30rem !important;
  }
  .me-rem-lg-n31 {
    margin-inline-end: -31rem !important;
  }
  .me-rem-lg-n32 {
    margin-inline-end: -32rem !important;
  }
  .me-rem-lg-n33 {
    margin-inline-end: -33rem !important;
  }
  .me-rem-lg-n34 {
    margin-inline-end: -34rem !important;
  }
  .me-rem-lg-n35 {
    margin-inline-end: -35rem !important;
  }
  .me-rem-lg-n36 {
    margin-inline-end: -36rem !important;
  }
  .me-rem-lg-n37 {
    margin-inline-end: -37rem !important;
  }
  .me-rem-lg-n38 {
    margin-inline-end: -38rem !important;
  }
  .me-rem-lg-n39 {
    margin-inline-end: -39rem !important;
  }
  .me-rem-lg-n40 {
    margin-inline-end: -40rem !important;
  }
  .me-rem-lg-n41 {
    margin-inline-end: -41rem !important;
  }
  .me-rem-lg-n42 {
    margin-inline-end: -42rem !important;
  }
  .me-rem-lg-n43 {
    margin-inline-end: -43rem !important;
  }
  .me-rem-lg-n44 {
    margin-inline-end: -44rem !important;
  }
  .me-rem-lg-n45 {
    margin-inline-end: -45rem !important;
  }
  .me-rem-lg-n46 {
    margin-inline-end: -46rem !important;
  }
  .me-rem-lg-n47 {
    margin-inline-end: -47rem !important;
  }
  .me-rem-lg-n48 {
    margin-inline-end: -48rem !important;
  }
  .me-rem-lg-n49 {
    margin-inline-end: -49rem !important;
  }
  .me-rem-lg-n50 {
    margin-inline-end: -50rem !important;
  }
  .me-rem-lg-n51 {
    margin-inline-end: -51rem !important;
  }
  .me-rem-lg-n52 {
    margin-inline-end: -52rem !important;
  }
  .me-rem-lg-n53 {
    margin-inline-end: -53rem !important;
  }
  .me-rem-lg-n54 {
    margin-inline-end: -54rem !important;
  }
  .me-rem-lg-n55 {
    margin-inline-end: -55rem !important;
  }
  .me-rem-lg-n56 {
    margin-inline-end: -56rem !important;
  }
  .me-rem-lg-n57 {
    margin-inline-end: -57rem !important;
  }
  .me-rem-lg-n58 {
    margin-inline-end: -58rem !important;
  }
  .me-rem-lg-n59 {
    margin-inline-end: -59rem !important;
  }
  .me-rem-lg-n60 {
    margin-inline-end: -60rem !important;
  }
  .me-rem-lg-n61 {
    margin-inline-end: -61rem !important;
  }
  .me-rem-lg-n62 {
    margin-inline-end: -62rem !important;
  }
  .me-rem-lg-n63 {
    margin-inline-end: -63rem !important;
  }
  .me-rem-lg-n64 {
    margin-inline-end: -64rem !important;
  }
  .me-rem-lg-n65 {
    margin-inline-end: -65rem !important;
  }
  .me-rem-lg-n66 {
    margin-inline-end: -66rem !important;
  }
  .me-rem-lg-n67 {
    margin-inline-end: -67rem !important;
  }
  .me-rem-lg-n68 {
    margin-inline-end: -68rem !important;
  }
  .me-rem-lg-n69 {
    margin-inline-end: -69rem !important;
  }
  .me-rem-lg-n70 {
    margin-inline-end: -70rem !important;
  }
  .me-rem-lg-n71 {
    margin-inline-end: -71rem !important;
  }
  .me-rem-lg-n72 {
    margin-inline-end: -72rem !important;
  }
  .me-rem-lg-n73 {
    margin-inline-end: -73rem !important;
  }
  .me-rem-lg-n74 {
    margin-inline-end: -74rem !important;
  }
  .me-rem-lg-n75 {
    margin-inline-end: -75rem !important;
  }
  .me-rem-lg-n76 {
    margin-inline-end: -76rem !important;
  }
  .me-rem-lg-n77 {
    margin-inline-end: -77rem !important;
  }
  .me-rem-lg-n78 {
    margin-inline-end: -78rem !important;
  }
  .me-rem-lg-n79 {
    margin-inline-end: -79rem !important;
  }
  .me-rem-lg-n80 {
    margin-inline-end: -80rem !important;
  }
  .me-rem-lg-n95 {
    margin-inline-end: -95rem !important;
  }
  .me-rem-lg-n96 {
    margin-inline-end: -96rem !important;
  }
  .me-rem-lg-n97 {
    margin-inline-end: -97rem !important;
  }
  .me-rem-lg-n100 {
    margin-inline-end: -100% !important;
  }
  .mb-rem-lg-nunset {
    margin-block-end: -unset !important;
  }
  .mb-rem-lg-n1 {
    margin-block-end: -1rem !important;
  }
  .mb-rem-lg-n2 {
    margin-block-end: -2rem !important;
  }
  .mb-rem-lg-n3 {
    margin-block-end: -3rem !important;
  }
  .mb-rem-lg-n4 {
    margin-block-end: -4rem !important;
  }
  .mb-rem-lg-n5 {
    margin-block-end: -5rem !important;
  }
  .mb-rem-lg-n7 {
    margin-block-end: -7rem !important;
  }
  .mb-rem-lg-n8 {
    margin-block-end: -8rem !important;
  }
  .mb-rem-lg-n9 {
    margin-block-end: -9rem !important;
  }
  .mb-rem-lg-n10 {
    margin-block-end: -10rem !important;
  }
  .mb-rem-lg-n11 {
    margin-block-end: -11rem !important;
  }
  .mb-rem-lg-n12 {
    margin-block-end: -12rem !important;
  }
  .mb-rem-lg-n13 {
    margin-block-end: -13rem !important;
  }
  .mb-rem-lg-n14 {
    margin-block-end: -14rem !important;
  }
  .mb-rem-lg-n15 {
    margin-block-end: -15rem !important;
  }
  .mb-rem-lg-n16 {
    margin-block-end: -16rem !important;
  }
  .mb-rem-lg-n17 {
    margin-block-end: -17rem !important;
  }
  .mb-rem-lg-n18 {
    margin-block-end: -18rem !important;
  }
  .mb-rem-lg-n19 {
    margin-block-end: -19rem !important;
  }
  .mb-rem-lg-n20 {
    margin-block-end: -20rem !important;
  }
  .mb-rem-lg-n23 {
    margin-block-end: -23rem !important;
  }
  .mb-rem-lg-n25 {
    margin-block-end: -25rem !important;
  }
  .mb-rem-lg-n30 {
    margin-block-end: -30rem !important;
  }
  .mb-rem-lg-n31 {
    margin-block-end: -31rem !important;
  }
  .mb-rem-lg-n32 {
    margin-block-end: -32rem !important;
  }
  .mb-rem-lg-n33 {
    margin-block-end: -33rem !important;
  }
  .mb-rem-lg-n34 {
    margin-block-end: -34rem !important;
  }
  .mb-rem-lg-n35 {
    margin-block-end: -35rem !important;
  }
  .mb-rem-lg-n36 {
    margin-block-end: -36rem !important;
  }
  .mb-rem-lg-n37 {
    margin-block-end: -37rem !important;
  }
  .mb-rem-lg-n38 {
    margin-block-end: -38rem !important;
  }
  .mb-rem-lg-n39 {
    margin-block-end: -39rem !important;
  }
  .mb-rem-lg-n40 {
    margin-block-end: -40rem !important;
  }
  .mb-rem-lg-n41 {
    margin-block-end: -41rem !important;
  }
  .mb-rem-lg-n42 {
    margin-block-end: -42rem !important;
  }
  .mb-rem-lg-n43 {
    margin-block-end: -43rem !important;
  }
  .mb-rem-lg-n44 {
    margin-block-end: -44rem !important;
  }
  .mb-rem-lg-n45 {
    margin-block-end: -45rem !important;
  }
  .mb-rem-lg-n46 {
    margin-block-end: -46rem !important;
  }
  .mb-rem-lg-n47 {
    margin-block-end: -47rem !important;
  }
  .mb-rem-lg-n48 {
    margin-block-end: -48rem !important;
  }
  .mb-rem-lg-n49 {
    margin-block-end: -49rem !important;
  }
  .mb-rem-lg-n50 {
    margin-block-end: -50rem !important;
  }
  .mb-rem-lg-n51 {
    margin-block-end: -51rem !important;
  }
  .mb-rem-lg-n52 {
    margin-block-end: -52rem !important;
  }
  .mb-rem-lg-n53 {
    margin-block-end: -53rem !important;
  }
  .mb-rem-lg-n54 {
    margin-block-end: -54rem !important;
  }
  .mb-rem-lg-n55 {
    margin-block-end: -55rem !important;
  }
  .mb-rem-lg-n56 {
    margin-block-end: -56rem !important;
  }
  .mb-rem-lg-n57 {
    margin-block-end: -57rem !important;
  }
  .mb-rem-lg-n58 {
    margin-block-end: -58rem !important;
  }
  .mb-rem-lg-n59 {
    margin-block-end: -59rem !important;
  }
  .mb-rem-lg-n60 {
    margin-block-end: -60rem !important;
  }
  .mb-rem-lg-n61 {
    margin-block-end: -61rem !important;
  }
  .mb-rem-lg-n62 {
    margin-block-end: -62rem !important;
  }
  .mb-rem-lg-n63 {
    margin-block-end: -63rem !important;
  }
  .mb-rem-lg-n64 {
    margin-block-end: -64rem !important;
  }
  .mb-rem-lg-n65 {
    margin-block-end: -65rem !important;
  }
  .mb-rem-lg-n66 {
    margin-block-end: -66rem !important;
  }
  .mb-rem-lg-n67 {
    margin-block-end: -67rem !important;
  }
  .mb-rem-lg-n68 {
    margin-block-end: -68rem !important;
  }
  .mb-rem-lg-n69 {
    margin-block-end: -69rem !important;
  }
  .mb-rem-lg-n70 {
    margin-block-end: -70rem !important;
  }
  .mb-rem-lg-n71 {
    margin-block-end: -71rem !important;
  }
  .mb-rem-lg-n72 {
    margin-block-end: -72rem !important;
  }
  .mb-rem-lg-n73 {
    margin-block-end: -73rem !important;
  }
  .mb-rem-lg-n74 {
    margin-block-end: -74rem !important;
  }
  .mb-rem-lg-n75 {
    margin-block-end: -75rem !important;
  }
  .mb-rem-lg-n76 {
    margin-block-end: -76rem !important;
  }
  .mb-rem-lg-n77 {
    margin-block-end: -77rem !important;
  }
  .mb-rem-lg-n78 {
    margin-block-end: -78rem !important;
  }
  .mb-rem-lg-n79 {
    margin-block-end: -79rem !important;
  }
  .mb-rem-lg-n80 {
    margin-block-end: -80rem !important;
  }
  .mb-rem-lg-n95 {
    margin-block-end: -95rem !important;
  }
  .mb-rem-lg-n96 {
    margin-block-end: -96rem !important;
  }
  .mb-rem-lg-n97 {
    margin-block-end: -97rem !important;
  }
  .mb-rem-lg-n100 {
    margin-block-end: -100% !important;
  }
  .ms-rem-lg-nunset {
    margin-inline-start: -unset !important;
  }
  .ms-rem-lg-n1 {
    margin-inline-start: -1rem !important;
  }
  .ms-rem-lg-n2 {
    margin-inline-start: -2rem !important;
  }
  .ms-rem-lg-n3 {
    margin-inline-start: -3rem !important;
  }
  .ms-rem-lg-n4 {
    margin-inline-start: -4rem !important;
  }
  .ms-rem-lg-n5 {
    margin-inline-start: -5rem !important;
  }
  .ms-rem-lg-n7 {
    margin-inline-start: -7rem !important;
  }
  .ms-rem-lg-n8 {
    margin-inline-start: -8rem !important;
  }
  .ms-rem-lg-n9 {
    margin-inline-start: -9rem !important;
  }
  .ms-rem-lg-n10 {
    margin-inline-start: -10rem !important;
  }
  .ms-rem-lg-n11 {
    margin-inline-start: -11rem !important;
  }
  .ms-rem-lg-n12 {
    margin-inline-start: -12rem !important;
  }
  .ms-rem-lg-n13 {
    margin-inline-start: -13rem !important;
  }
  .ms-rem-lg-n14 {
    margin-inline-start: -14rem !important;
  }
  .ms-rem-lg-n15 {
    margin-inline-start: -15rem !important;
  }
  .ms-rem-lg-n16 {
    margin-inline-start: -16rem !important;
  }
  .ms-rem-lg-n17 {
    margin-inline-start: -17rem !important;
  }
  .ms-rem-lg-n18 {
    margin-inline-start: -18rem !important;
  }
  .ms-rem-lg-n19 {
    margin-inline-start: -19rem !important;
  }
  .ms-rem-lg-n20 {
    margin-inline-start: -20rem !important;
  }
  .ms-rem-lg-n23 {
    margin-inline-start: -23rem !important;
  }
  .ms-rem-lg-n25 {
    margin-inline-start: -25rem !important;
  }
  .ms-rem-lg-n30 {
    margin-inline-start: -30rem !important;
  }
  .ms-rem-lg-n31 {
    margin-inline-start: -31rem !important;
  }
  .ms-rem-lg-n32 {
    margin-inline-start: -32rem !important;
  }
  .ms-rem-lg-n33 {
    margin-inline-start: -33rem !important;
  }
  .ms-rem-lg-n34 {
    margin-inline-start: -34rem !important;
  }
  .ms-rem-lg-n35 {
    margin-inline-start: -35rem !important;
  }
  .ms-rem-lg-n36 {
    margin-inline-start: -36rem !important;
  }
  .ms-rem-lg-n37 {
    margin-inline-start: -37rem !important;
  }
  .ms-rem-lg-n38 {
    margin-inline-start: -38rem !important;
  }
  .ms-rem-lg-n39 {
    margin-inline-start: -39rem !important;
  }
  .ms-rem-lg-n40 {
    margin-inline-start: -40rem !important;
  }
  .ms-rem-lg-n41 {
    margin-inline-start: -41rem !important;
  }
  .ms-rem-lg-n42 {
    margin-inline-start: -42rem !important;
  }
  .ms-rem-lg-n43 {
    margin-inline-start: -43rem !important;
  }
  .ms-rem-lg-n44 {
    margin-inline-start: -44rem !important;
  }
  .ms-rem-lg-n45 {
    margin-inline-start: -45rem !important;
  }
  .ms-rem-lg-n46 {
    margin-inline-start: -46rem !important;
  }
  .ms-rem-lg-n47 {
    margin-inline-start: -47rem !important;
  }
  .ms-rem-lg-n48 {
    margin-inline-start: -48rem !important;
  }
  .ms-rem-lg-n49 {
    margin-inline-start: -49rem !important;
  }
  .ms-rem-lg-n50 {
    margin-inline-start: -50rem !important;
  }
  .ms-rem-lg-n51 {
    margin-inline-start: -51rem !important;
  }
  .ms-rem-lg-n52 {
    margin-inline-start: -52rem !important;
  }
  .ms-rem-lg-n53 {
    margin-inline-start: -53rem !important;
  }
  .ms-rem-lg-n54 {
    margin-inline-start: -54rem !important;
  }
  .ms-rem-lg-n55 {
    margin-inline-start: -55rem !important;
  }
  .ms-rem-lg-n56 {
    margin-inline-start: -56rem !important;
  }
  .ms-rem-lg-n57 {
    margin-inline-start: -57rem !important;
  }
  .ms-rem-lg-n58 {
    margin-inline-start: -58rem !important;
  }
  .ms-rem-lg-n59 {
    margin-inline-start: -59rem !important;
  }
  .ms-rem-lg-n60 {
    margin-inline-start: -60rem !important;
  }
  .ms-rem-lg-n61 {
    margin-inline-start: -61rem !important;
  }
  .ms-rem-lg-n62 {
    margin-inline-start: -62rem !important;
  }
  .ms-rem-lg-n63 {
    margin-inline-start: -63rem !important;
  }
  .ms-rem-lg-n64 {
    margin-inline-start: -64rem !important;
  }
  .ms-rem-lg-n65 {
    margin-inline-start: -65rem !important;
  }
  .ms-rem-lg-n66 {
    margin-inline-start: -66rem !important;
  }
  .ms-rem-lg-n67 {
    margin-inline-start: -67rem !important;
  }
  .ms-rem-lg-n68 {
    margin-inline-start: -68rem !important;
  }
  .ms-rem-lg-n69 {
    margin-inline-start: -69rem !important;
  }
  .ms-rem-lg-n70 {
    margin-inline-start: -70rem !important;
  }
  .ms-rem-lg-n71 {
    margin-inline-start: -71rem !important;
  }
  .ms-rem-lg-n72 {
    margin-inline-start: -72rem !important;
  }
  .ms-rem-lg-n73 {
    margin-inline-start: -73rem !important;
  }
  .ms-rem-lg-n74 {
    margin-inline-start: -74rem !important;
  }
  .ms-rem-lg-n75 {
    margin-inline-start: -75rem !important;
  }
  .ms-rem-lg-n76 {
    margin-inline-start: -76rem !important;
  }
  .ms-rem-lg-n77 {
    margin-inline-start: -77rem !important;
  }
  .ms-rem-lg-n78 {
    margin-inline-start: -78rem !important;
  }
  .ms-rem-lg-n79 {
    margin-inline-start: -79rem !important;
  }
  .ms-rem-lg-n80 {
    margin-inline-start: -80rem !important;
  }
  .ms-rem-lg-n95 {
    margin-inline-start: -95rem !important;
  }
  .ms-rem-lg-n96 {
    margin-inline-start: -96rem !important;
  }
  .ms-rem-lg-n97 {
    margin-inline-start: -97rem !important;
  }
  .ms-rem-lg-n100 {
    margin-inline-start: -100% !important;
  }
  .p-px-lg-0 {
    padding: 0rem !important;
  }
  .p-px-lg-1 {
    padding: 0.0625rem !important;
  }
  .p-px-lg-2 {
    padding: 0.125rem !important;
  }
  .p-px-lg-3 {
    padding: 0.1875rem !important;
  }
  .p-px-lg-4 {
    padding: 0.25rem !important;
  }
  .p-px-lg-5 {
    padding: 0.3125rem !important;
  }
  .p-px-lg-6 {
    padding: 0.375rem !important;
  }
  .p-px-lg-7 {
    padding: 0.4375rem !important;
  }
  .p-px-lg-8 {
    padding: 0.5rem !important;
  }
  .p-px-lg-9 {
    padding: 0.5625rem !important;
  }
  .p-px-lg-10 {
    padding: 0.625rem !important;
  }
  .p-px-lg-11 {
    padding: 0.6875rem !important;
  }
  .p-px-lg-12 {
    padding: 0.75rem !important;
  }
  .p-px-lg-13 {
    padding: 0.8125rem !important;
  }
  .p-px-lg-14 {
    padding: 0.875rem !important;
  }
  .p-px-lg-15 {
    padding: 0.9375rem !important;
  }
  .p-px-lg-16 {
    padding: 1rem !important;
  }
  .p-px-lg-17 {
    padding: 1.0625rem !important;
  }
  .p-px-lg-18 {
    padding: 1.125rem !important;
  }
  .p-px-lg-19 {
    padding: 1.1875rem !important;
  }
  .p-px-lg-20 {
    padding: 1.25rem !important;
  }
  .p-px-lg-21 {
    padding: 1.3125rem !important;
  }
  .p-px-lg-22 {
    padding: 1.375rem !important;
  }
  .p-px-lg-23 {
    padding: 1.4375rem !important;
  }
  .p-px-lg-24 {
    padding: 1.5rem !important;
  }
  .p-px-lg-25 {
    padding: 1.5625rem !important;
  }
  .p-px-lg-26 {
    padding: 1.625rem !important;
  }
  .p-px-lg-27 {
    padding: 1.6875rem !important;
  }
  .p-px-lg-28 {
    padding: 1.75rem !important;
  }
  .p-px-lg-29 {
    padding: 1.8125rem !important;
  }
  .p-px-lg-30 {
    padding: 1.875rem !important;
  }
  .p-px-lg-31 {
    padding: 1.9375rem !important;
  }
  .p-px-lg-32 {
    padding: 2rem !important;
  }
  .p-px-lg-33 {
    padding: 2.0625rem !important;
  }
  .p-px-lg-34 {
    padding: 2.125rem !important;
  }
  .p-px-lg-35 {
    padding: 2.1875rem !important;
  }
  .p-px-lg-36 {
    padding: 2.25rem !important;
  }
  .p-px-lg-37 {
    padding: 2.3125rem !important;
  }
  .p-px-lg-38 {
    padding: 2.375rem !important;
  }
  .p-px-lg-39 {
    padding: 2.4375rem !important;
  }
  .p-px-lg-40 {
    padding: 2.5rem !important;
  }
  .p-px-lg-41 {
    padding: 2.5625rem !important;
  }
  .p-px-lg-42 {
    padding: 2.625rem !important;
  }
  .p-px-lg-43 {
    padding: 2.6875rem !important;
  }
  .p-px-lg-44 {
    padding: 2.75rem !important;
  }
  .p-px-lg-45 {
    padding: 2.8125rem !important;
  }
  .p-px-lg-46 {
    padding: 2.875rem !important;
  }
  .p-px-lg-47 {
    padding: 2.9375rem !important;
  }
  .p-px-lg-48 {
    padding: 3rem !important;
  }
  .p-px-lg-49 {
    padding: 3.0625rem !important;
  }
  .p-px-lg-50 {
    padding: 3.125rem !important;
  }
  .p-px-lg-51 {
    padding: 3.1875rem !important;
  }
  .p-px-lg-52 {
    padding: 3.25rem !important;
  }
  .p-px-lg-53 {
    padding: 3.3125rem !important;
  }
  .p-px-lg-54 {
    padding: 3.375rem !important;
  }
  .p-px-lg-56 {
    padding: 3.5rem !important;
  }
  .p-px-lg-57 {
    padding: 3.5625rem !important;
  }
  .p-px-lg-58 {
    padding: 3.625rem !important;
  }
  .p-px-lg-59 {
    padding: 3.6875rem !important;
  }
  .p-px-lg-60 {
    padding: 3.75rem !important;
  }
  .p-px-lg-61 {
    padding: 3.8125rem !important;
  }
  .p-px-lg-62 {
    padding: 3.875rem !important;
  }
  .p-px-lg-63 {
    padding: 3.9375rem !important;
  }
  .p-px-lg-64 {
    padding: 4rem !important;
  }
  .p-px-lg-68 {
    padding: 4.25rem !important;
  }
  .p-px-lg-70 {
    padding: 4.375rem !important;
  }
  .p-px-lg-80 {
    padding: 5rem !important;
  }
  .p-px-lg-82 {
    padding: 5.125rem !important;
  }
  .p-px-lg-83 {
    padding: 5.1875rem !important;
  }
  .p-px-lg-84 {
    padding: 5.25rem !important;
  }
  .p-px-lg-98 {
    padding: 6.125rem !important;
  }
  .p-px-lg-104 {
    padding: 6.5rem !important;
  }
  .p-px-lg-122 {
    padding: 7.625rem !important;
  }
  .p-px-lg-123 {
    padding: 7.6875rem !important;
  }
  .p-px-lg-147 {
    padding: 9.1875rem !important;
  }
  .p-px-lg-148 {
    padding: 9.25rem !important;
  }
  .p-px-lg-150 {
    padding: 9.375rem !important;
  }
  .p-px-lg-180 {
    padding: 11.25rem !important;
  }
  .p-px-lg-192 {
    padding: 12rem !important;
  }
  .p-px-lg-200 {
    padding: 12.5rem !important;
  }
  .p-px-lg-220 {
    padding: 13.75rem !important;
  }
  .p-px-lg-270 {
    padding: 16.875rem !important;
  }
  .p-px-lg-300 {
    padding: 18.75rem !important;
  }
  .p-px-lg-350 {
    padding: 21.875rem !important;
  }
  .p-px-lg-400 {
    padding: 25rem !important;
  }
  .p-px-lg-500 {
    padding: 31.25rem !important;
  }
  .p-px-lg-600 {
    padding: 37.5rem !important;
  }
  .px-px-lg-0 {
    padding-inline-start: 0rem !important;
    padding-inline-end: 0rem !important;
  }
  .px-px-lg-1 {
    padding-inline-start: 0.0625rem !important;
    padding-inline-end: 0.0625rem !important;
  }
  .px-px-lg-2 {
    padding-inline-start: 0.125rem !important;
    padding-inline-end: 0.125rem !important;
  }
  .px-px-lg-3 {
    padding-inline-start: 0.1875rem !important;
    padding-inline-end: 0.1875rem !important;
  }
  .px-px-lg-4 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-px-lg-5 {
    padding-inline-start: 0.3125rem !important;
    padding-inline-end: 0.3125rem !important;
  }
  .px-px-lg-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-px-lg-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-px-lg-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-px-lg-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-px-lg-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-px-lg-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-px-lg-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-px-lg-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-px-lg-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-px-lg-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-px-lg-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-px-lg-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-px-lg-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-px-lg-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-px-lg-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-px-lg-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-px-lg-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-px-lg-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-px-lg-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-px-lg-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-px-lg-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-px-lg-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-px-lg-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-px-lg-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-px-lg-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-px-lg-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-px-lg-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-px-lg-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-px-lg-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-px-lg-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-px-lg-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-px-lg-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-px-lg-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-px-lg-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-px-lg-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-px-lg-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-px-lg-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-px-lg-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-px-lg-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-px-lg-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-px-lg-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-px-lg-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-px-lg-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-px-lg-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-px-lg-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-px-lg-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-px-lg-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-px-lg-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-px-lg-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-px-lg-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-px-lg-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-px-lg-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-px-lg-59 {
    padding-inline-start: 3.6875rem !important;
    padding-inline-end: 3.6875rem !important;
  }
  .px-px-lg-60 {
    padding-inline-start: 3.75rem !important;
    padding-inline-end: 3.75rem !important;
  }
  .px-px-lg-61 {
    padding-inline-start: 3.8125rem !important;
    padding-inline-end: 3.8125rem !important;
  }
  .px-px-lg-62 {
    padding-inline-start: 3.875rem !important;
    padding-inline-end: 3.875rem !important;
  }
  .px-px-lg-63 {
    padding-inline-start: 3.9375rem !important;
    padding-inline-end: 3.9375rem !important;
  }
  .px-px-lg-64 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-px-lg-68 {
    padding-inline-start: 4.25rem !important;
    padding-inline-end: 4.25rem !important;
  }
  .px-px-lg-70 {
    padding-inline-start: 4.375rem !important;
    padding-inline-end: 4.375rem !important;
  }
  .px-px-lg-80 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-px-lg-82 {
    padding-inline-start: 5.125rem !important;
    padding-inline-end: 5.125rem !important;
  }
  .px-px-lg-83 {
    padding-inline-start: 5.1875rem !important;
    padding-inline-end: 5.1875rem !important;
  }
  .px-px-lg-84 {
    padding-inline-start: 5.25rem !important;
    padding-inline-end: 5.25rem !important;
  }
  .px-px-lg-98 {
    padding-inline-start: 6.125rem !important;
    padding-inline-end: 6.125rem !important;
  }
  .px-px-lg-104 {
    padding-inline-start: 6.5rem !important;
    padding-inline-end: 6.5rem !important;
  }
  .px-px-lg-122 {
    padding-inline-start: 7.625rem !important;
    padding-inline-end: 7.625rem !important;
  }
  .px-px-lg-123 {
    padding-inline-start: 7.6875rem !important;
    padding-inline-end: 7.6875rem !important;
  }
  .px-px-lg-147 {
    padding-inline-start: 9.1875rem !important;
    padding-inline-end: 9.1875rem !important;
  }
  .px-px-lg-148 {
    padding-inline-start: 9.25rem !important;
    padding-inline-end: 9.25rem !important;
  }
  .px-px-lg-150 {
    padding-inline-start: 9.375rem !important;
    padding-inline-end: 9.375rem !important;
  }
  .px-px-lg-180 {
    padding-inline-start: 11.25rem !important;
    padding-inline-end: 11.25rem !important;
  }
  .px-px-lg-192 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-px-lg-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-px-lg-220 {
    padding-inline-start: 13.75rem !important;
    padding-inline-end: 13.75rem !important;
  }
  .px-px-lg-270 {
    padding-inline-start: 16.875rem !important;
    padding-inline-end: 16.875rem !important;
  }
  .px-px-lg-300 {
    padding-inline-start: 18.75rem !important;
    padding-inline-end: 18.75rem !important;
  }
  .px-px-lg-350 {
    padding-inline-start: 21.875rem !important;
    padding-inline-end: 21.875rem !important;
  }
  .px-px-lg-400 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-px-lg-500 {
    padding-inline-start: 31.25rem !important;
    padding-inline-end: 31.25rem !important;
  }
  .px-px-lg-600 {
    padding-inline-start: 37.5rem !important;
    padding-inline-end: 37.5rem !important;
  }
  .py-px-lg-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-lg-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-lg-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-lg-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-lg-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-lg-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-lg-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-lg-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-lg-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-lg-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-lg-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-lg-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-lg-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-lg-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-lg-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-lg-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-lg-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-lg-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-lg-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-lg-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-lg-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-lg-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-lg-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-lg-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-lg-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-lg-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-lg-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-lg-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-lg-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-lg-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-lg-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-lg-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-lg-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-lg-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-lg-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-lg-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-lg-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-lg-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-lg-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-lg-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-lg-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-lg-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-lg-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-lg-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-lg-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-lg-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-lg-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-lg-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-lg-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-lg-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-lg-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-lg-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-lg-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-lg-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-lg-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-lg-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-lg-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-lg-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-lg-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-lg-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-lg-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-lg-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-lg-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-lg-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-lg-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-lg-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-lg-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-lg-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-lg-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-lg-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-lg-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-lg-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-lg-122 {
    padding-block-start: 7.625rem !important;
    padding-block-end: 7.625rem !important;
  }
  .py-px-lg-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-lg-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-lg-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-lg-150 {
    padding-block-start: 9.375rem !important;
    padding-block-end: 9.375rem !important;
  }
  .py-px-lg-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-lg-192 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-px-lg-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-lg-220 {
    padding-block-start: 13.75rem !important;
    padding-block-end: 13.75rem !important;
  }
  .py-px-lg-270 {
    padding-block-start: 16.875rem !important;
    padding-block-end: 16.875rem !important;
  }
  .py-px-lg-300 {
    padding-block-start: 18.75rem !important;
    padding-block-end: 18.75rem !important;
  }
  .py-px-lg-350 {
    padding-block-start: 21.875rem !important;
    padding-block-end: 21.875rem !important;
  }
  .py-px-lg-400 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-px-lg-500 {
    padding-block-start: 31.25rem !important;
    padding-block-end: 31.25rem !important;
  }
  .py-px-lg-600 {
    padding-block-start: 37.5rem !important;
    padding-block-end: 37.5rem !important;
  }
  .pt-px-lg-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-lg-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-lg-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-lg-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-lg-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-lg-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-lg-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-lg-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-lg-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-lg-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-lg-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-lg-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-lg-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-lg-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-lg-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-lg-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-lg-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-lg-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-lg-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-lg-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-lg-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-lg-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-lg-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-lg-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-lg-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-lg-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-lg-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-lg-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-lg-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-lg-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-lg-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-lg-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-lg-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-lg-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-lg-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-lg-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-lg-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-lg-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-lg-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-lg-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-lg-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-lg-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-lg-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-lg-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-lg-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-lg-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-lg-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-lg-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-lg-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-lg-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-lg-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-lg-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-lg-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-lg-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-lg-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-lg-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-lg-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-lg-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-lg-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-lg-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-lg-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-lg-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-lg-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-lg-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-lg-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-lg-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-lg-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-lg-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-lg-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-lg-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-lg-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-lg-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-lg-122 {
    padding-block-start: 7.625rem !important;
  }
  .pt-px-lg-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-lg-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-lg-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-lg-150 {
    padding-block-start: 9.375rem !important;
  }
  .pt-px-lg-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-lg-192 {
    padding-block-start: 12rem !important;
  }
  .pt-px-lg-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-lg-220 {
    padding-block-start: 13.75rem !important;
  }
  .pt-px-lg-270 {
    padding-block-start: 16.875rem !important;
  }
  .pt-px-lg-300 {
    padding-block-start: 18.75rem !important;
  }
  .pt-px-lg-350 {
    padding-block-start: 21.875rem !important;
  }
  .pt-px-lg-400 {
    padding-block-start: 25rem !important;
  }
  .pt-px-lg-500 {
    padding-block-start: 31.25rem !important;
  }
  .pt-px-lg-600 {
    padding-block-start: 37.5rem !important;
  }
  .pe-px-lg-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-lg-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-lg-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-lg-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-lg-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-lg-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-lg-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-lg-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-lg-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-lg-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-lg-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-lg-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-lg-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-lg-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-lg-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-lg-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-lg-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-lg-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-lg-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-lg-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-lg-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-lg-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-lg-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-lg-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-lg-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-lg-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-lg-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-lg-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-lg-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-lg-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-lg-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-lg-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-lg-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-lg-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-lg-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-lg-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-lg-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-lg-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-lg-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-lg-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-lg-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-lg-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-lg-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-lg-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-lg-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-lg-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-lg-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-lg-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-lg-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-lg-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-lg-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-lg-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-lg-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-lg-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-lg-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-lg-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-lg-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-lg-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-lg-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-lg-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-lg-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-lg-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-lg-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-lg-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-lg-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-lg-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-lg-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-lg-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-lg-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-lg-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-lg-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-lg-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-lg-122 {
    padding-inline-end: 7.625rem !important;
  }
  .pe-px-lg-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-lg-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-lg-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-lg-150 {
    padding-inline-end: 9.375rem !important;
  }
  .pe-px-lg-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-lg-192 {
    padding-inline-end: 12rem !important;
  }
  .pe-px-lg-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-lg-220 {
    padding-inline-end: 13.75rem !important;
  }
  .pe-px-lg-270 {
    padding-inline-end: 16.875rem !important;
  }
  .pe-px-lg-300 {
    padding-inline-end: 18.75rem !important;
  }
  .pe-px-lg-350 {
    padding-inline-end: 21.875rem !important;
  }
  .pe-px-lg-400 {
    padding-inline-end: 25rem !important;
  }
  .pe-px-lg-500 {
    padding-inline-end: 31.25rem !important;
  }
  .pe-px-lg-600 {
    padding-inline-end: 37.5rem !important;
  }
  .pb-px-lg-0 {
    padding-block-end: 0rem !important;
  }
  .pb-px-lg-1 {
    padding-block-end: 0.0625rem !important;
  }
  .pb-px-lg-2 {
    padding-block-end: 0.125rem !important;
  }
  .pb-px-lg-3 {
    padding-block-end: 0.1875rem !important;
  }
  .pb-px-lg-4 {
    padding-block-end: 0.25rem !important;
  }
  .pb-px-lg-5 {
    padding-block-end: 0.3125rem !important;
  }
  .pb-px-lg-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-px-lg-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-px-lg-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-px-lg-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-px-lg-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-px-lg-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-px-lg-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-px-lg-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-px-lg-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-px-lg-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-px-lg-16 {
    padding-block-end: 1rem !important;
  }
  .pb-px-lg-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-px-lg-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-px-lg-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-px-lg-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-px-lg-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-px-lg-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-px-lg-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-px-lg-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-px-lg-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-px-lg-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-px-lg-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-px-lg-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-px-lg-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-px-lg-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-px-lg-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-px-lg-32 {
    padding-block-end: 2rem !important;
  }
  .pb-px-lg-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-px-lg-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-px-lg-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-px-lg-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-px-lg-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-px-lg-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-px-lg-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-px-lg-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-px-lg-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-px-lg-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-px-lg-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-px-lg-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-px-lg-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-px-lg-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-px-lg-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-px-lg-48 {
    padding-block-end: 3rem !important;
  }
  .pb-px-lg-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-px-lg-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-px-lg-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-px-lg-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-px-lg-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-px-lg-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-px-lg-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-px-lg-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-px-lg-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-px-lg-59 {
    padding-block-end: 3.6875rem !important;
  }
  .pb-px-lg-60 {
    padding-block-end: 3.75rem !important;
  }
  .pb-px-lg-61 {
    padding-block-end: 3.8125rem !important;
  }
  .pb-px-lg-62 {
    padding-block-end: 3.875rem !important;
  }
  .pb-px-lg-63 {
    padding-block-end: 3.9375rem !important;
  }
  .pb-px-lg-64 {
    padding-block-end: 4rem !important;
  }
  .pb-px-lg-68 {
    padding-block-end: 4.25rem !important;
  }
  .pb-px-lg-70 {
    padding-block-end: 4.375rem !important;
  }
  .pb-px-lg-80 {
    padding-block-end: 5rem !important;
  }
  .pb-px-lg-82 {
    padding-block-end: 5.125rem !important;
  }
  .pb-px-lg-83 {
    padding-block-end: 5.1875rem !important;
  }
  .pb-px-lg-84 {
    padding-block-end: 5.25rem !important;
  }
  .pb-px-lg-98 {
    padding-block-end: 6.125rem !important;
  }
  .pb-px-lg-104 {
    padding-block-end: 6.5rem !important;
  }
  .pb-px-lg-122 {
    padding-block-end: 7.625rem !important;
  }
  .pb-px-lg-123 {
    padding-block-end: 7.6875rem !important;
  }
  .pb-px-lg-147 {
    padding-block-end: 9.1875rem !important;
  }
  .pb-px-lg-148 {
    padding-block-end: 9.25rem !important;
  }
  .pb-px-lg-150 {
    padding-block-end: 9.375rem !important;
  }
  .pb-px-lg-180 {
    padding-block-end: 11.25rem !important;
  }
  .pb-px-lg-192 {
    padding-block-end: 12rem !important;
  }
  .pb-px-lg-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-px-lg-220 {
    padding-block-end: 13.75rem !important;
  }
  .pb-px-lg-270 {
    padding-block-end: 16.875rem !important;
  }
  .pb-px-lg-300 {
    padding-block-end: 18.75rem !important;
  }
  .pb-px-lg-350 {
    padding-block-end: 21.875rem !important;
  }
  .pb-px-lg-400 {
    padding-block-end: 25rem !important;
  }
  .pb-px-lg-500 {
    padding-block-end: 31.25rem !important;
  }
  .pb-px-lg-600 {
    padding-block-end: 37.5rem !important;
  }
  .ps-px-lg-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-lg-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-lg-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-lg-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-lg-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-lg-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-lg-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-lg-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-lg-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-lg-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-lg-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-lg-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-lg-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-lg-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-lg-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-lg-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-lg-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-lg-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-lg-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-lg-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-lg-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-lg-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-lg-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-lg-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-lg-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-lg-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-lg-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-lg-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-lg-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-lg-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-lg-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-lg-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-lg-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-lg-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-lg-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-lg-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-lg-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-lg-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-lg-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-lg-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-lg-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-lg-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-lg-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-lg-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-lg-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-lg-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-lg-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-lg-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-lg-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-lg-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-lg-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-lg-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-lg-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-lg-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-lg-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-lg-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-lg-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-lg-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-lg-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-lg-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-lg-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-lg-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-lg-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-lg-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-lg-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-lg-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-lg-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-lg-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-lg-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-lg-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-lg-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-lg-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-lg-122 {
    padding-inline-start: 7.625rem !important;
  }
  .ps-px-lg-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-lg-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-lg-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-lg-150 {
    padding-inline-start: 9.375rem !important;
  }
  .ps-px-lg-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-lg-192 {
    padding-inline-start: 12rem !important;
  }
  .ps-px-lg-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-lg-220 {
    padding-inline-start: 13.75rem !important;
  }
  .ps-px-lg-270 {
    padding-inline-start: 16.875rem !important;
  }
  .ps-px-lg-300 {
    padding-inline-start: 18.75rem !important;
  }
  .ps-px-lg-350 {
    padding-inline-start: 21.875rem !important;
  }
  .ps-px-lg-400 {
    padding-inline-start: 25rem !important;
  }
  .ps-px-lg-500 {
    padding-inline-start: 31.25rem !important;
  }
  .ps-px-lg-600 {
    padding-inline-start: 37.5rem !important;
  }
  .p-rem-lg-unset {
    padding: unset !important;
  }
  .p-rem-lg-1 {
    padding: 1rem !important;
  }
  .p-rem-lg-2 {
    padding: 2rem !important;
  }
  .p-rem-lg-3 {
    padding: 3rem !important;
  }
  .p-rem-lg-4 {
    padding: 4rem !important;
  }
  .p-rem-lg-5 {
    padding: 5rem !important;
  }
  .p-rem-lg-7 {
    padding: 7rem !important;
  }
  .p-rem-lg-8 {
    padding: 8rem !important;
  }
  .p-rem-lg-9 {
    padding: 9rem !important;
  }
  .p-rem-lg-10 {
    padding: 10rem !important;
  }
  .p-rem-lg-11 {
    padding: 11rem !important;
  }
  .p-rem-lg-12 {
    padding: 12rem !important;
  }
  .p-rem-lg-13 {
    padding: 13rem !important;
  }
  .p-rem-lg-14 {
    padding: 14rem !important;
  }
  .p-rem-lg-15 {
    padding: 15rem !important;
  }
  .p-rem-lg-16 {
    padding: 16rem !important;
  }
  .p-rem-lg-17 {
    padding: 17rem !important;
  }
  .p-rem-lg-18 {
    padding: 18rem !important;
  }
  .p-rem-lg-19 {
    padding: 19rem !important;
  }
  .p-rem-lg-20 {
    padding: 20rem !important;
  }
  .p-rem-lg-23 {
    padding: 23rem !important;
  }
  .p-rem-lg-25 {
    padding: 25rem !important;
  }
  .p-rem-lg-30 {
    padding: 30rem !important;
  }
  .p-rem-lg-31 {
    padding: 31rem !important;
  }
  .p-rem-lg-32 {
    padding: 32rem !important;
  }
  .p-rem-lg-33 {
    padding: 33rem !important;
  }
  .p-rem-lg-34 {
    padding: 34rem !important;
  }
  .p-rem-lg-35 {
    padding: 35rem !important;
  }
  .p-rem-lg-36 {
    padding: 36rem !important;
  }
  .p-rem-lg-37 {
    padding: 37rem !important;
  }
  .p-rem-lg-38 {
    padding: 38rem !important;
  }
  .p-rem-lg-39 {
    padding: 39rem !important;
  }
  .p-rem-lg-40 {
    padding: 40rem !important;
  }
  .p-rem-lg-41 {
    padding: 41rem !important;
  }
  .p-rem-lg-42 {
    padding: 42rem !important;
  }
  .p-rem-lg-43 {
    padding: 43rem !important;
  }
  .p-rem-lg-44 {
    padding: 44rem !important;
  }
  .p-rem-lg-45 {
    padding: 45rem !important;
  }
  .p-rem-lg-46 {
    padding: 46rem !important;
  }
  .p-rem-lg-47 {
    padding: 47rem !important;
  }
  .p-rem-lg-48 {
    padding: 48rem !important;
  }
  .p-rem-lg-49 {
    padding: 49rem !important;
  }
  .p-rem-lg-50 {
    padding: 50rem !important;
  }
  .p-rem-lg-51 {
    padding: 51rem !important;
  }
  .p-rem-lg-52 {
    padding: 52rem !important;
  }
  .p-rem-lg-53 {
    padding: 53rem !important;
  }
  .p-rem-lg-54 {
    padding: 54rem !important;
  }
  .p-rem-lg-55 {
    padding: 55rem !important;
  }
  .p-rem-lg-56 {
    padding: 56rem !important;
  }
  .p-rem-lg-57 {
    padding: 57rem !important;
  }
  .p-rem-lg-58 {
    padding: 58rem !important;
  }
  .p-rem-lg-59 {
    padding: 59rem !important;
  }
  .p-rem-lg-60 {
    padding: 60rem !important;
  }
  .p-rem-lg-61 {
    padding: 61rem !important;
  }
  .p-rem-lg-62 {
    padding: 62rem !important;
  }
  .p-rem-lg-63 {
    padding: 63rem !important;
  }
  .p-rem-lg-64 {
    padding: 64rem !important;
  }
  .p-rem-lg-65 {
    padding: 65rem !important;
  }
  .p-rem-lg-66 {
    padding: 66rem !important;
  }
  .p-rem-lg-67 {
    padding: 67rem !important;
  }
  .p-rem-lg-68 {
    padding: 68rem !important;
  }
  .p-rem-lg-69 {
    padding: 69rem !important;
  }
  .p-rem-lg-70 {
    padding: 70rem !important;
  }
  .p-rem-lg-71 {
    padding: 71rem !important;
  }
  .p-rem-lg-72 {
    padding: 72rem !important;
  }
  .p-rem-lg-73 {
    padding: 73rem !important;
  }
  .p-rem-lg-74 {
    padding: 74rem !important;
  }
  .p-rem-lg-75 {
    padding: 75rem !important;
  }
  .p-rem-lg-76 {
    padding: 76rem !important;
  }
  .p-rem-lg-77 {
    padding: 77rem !important;
  }
  .p-rem-lg-78 {
    padding: 78rem !important;
  }
  .p-rem-lg-79 {
    padding: 79rem !important;
  }
  .p-rem-lg-80 {
    padding: 80rem !important;
  }
  .p-rem-lg-95 {
    padding: 95rem !important;
  }
  .p-rem-lg-96 {
    padding: 96rem !important;
  }
  .p-rem-lg-97 {
    padding: 97rem !important;
  }
  .p-rem-lg-100 {
    padding: 100% !important;
  }
  .px-rem-lg-unset {
    padding-inline-start: unset !important;
    padding-inline-end: unset !important;
  }
  .px-rem-lg-1 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-rem-lg-2 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-rem-lg-3 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-rem-lg-4 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-rem-lg-5 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-rem-lg-7 {
    padding-inline-start: 7rem !important;
    padding-inline-end: 7rem !important;
  }
  .px-rem-lg-8 {
    padding-inline-start: 8rem !important;
    padding-inline-end: 8rem !important;
  }
  .px-rem-lg-9 {
    padding-inline-start: 9rem !important;
    padding-inline-end: 9rem !important;
  }
  .px-rem-lg-10 {
    padding-inline-start: 10rem !important;
    padding-inline-end: 10rem !important;
  }
  .px-rem-lg-11 {
    padding-inline-start: 11rem !important;
    padding-inline-end: 11rem !important;
  }
  .px-rem-lg-12 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-rem-lg-13 {
    padding-inline-start: 13rem !important;
    padding-inline-end: 13rem !important;
  }
  .px-rem-lg-14 {
    padding-inline-start: 14rem !important;
    padding-inline-end: 14rem !important;
  }
  .px-rem-lg-15 {
    padding-inline-start: 15rem !important;
    padding-inline-end: 15rem !important;
  }
  .px-rem-lg-16 {
    padding-inline-start: 16rem !important;
    padding-inline-end: 16rem !important;
  }
  .px-rem-lg-17 {
    padding-inline-start: 17rem !important;
    padding-inline-end: 17rem !important;
  }
  .px-rem-lg-18 {
    padding-inline-start: 18rem !important;
    padding-inline-end: 18rem !important;
  }
  .px-rem-lg-19 {
    padding-inline-start: 19rem !important;
    padding-inline-end: 19rem !important;
  }
  .px-rem-lg-20 {
    padding-inline-start: 20rem !important;
    padding-inline-end: 20rem !important;
  }
  .px-rem-lg-23 {
    padding-inline-start: 23rem !important;
    padding-inline-end: 23rem !important;
  }
  .px-rem-lg-25 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-rem-lg-30 {
    padding-inline-start: 30rem !important;
    padding-inline-end: 30rem !important;
  }
  .px-rem-lg-31 {
    padding-inline-start: 31rem !important;
    padding-inline-end: 31rem !important;
  }
  .px-rem-lg-32 {
    padding-inline-start: 32rem !important;
    padding-inline-end: 32rem !important;
  }
  .px-rem-lg-33 {
    padding-inline-start: 33rem !important;
    padding-inline-end: 33rem !important;
  }
  .px-rem-lg-34 {
    padding-inline-start: 34rem !important;
    padding-inline-end: 34rem !important;
  }
  .px-rem-lg-35 {
    padding-inline-start: 35rem !important;
    padding-inline-end: 35rem !important;
  }
  .px-rem-lg-36 {
    padding-inline-start: 36rem !important;
    padding-inline-end: 36rem !important;
  }
  .px-rem-lg-37 {
    padding-inline-start: 37rem !important;
    padding-inline-end: 37rem !important;
  }
  .px-rem-lg-38 {
    padding-inline-start: 38rem !important;
    padding-inline-end: 38rem !important;
  }
  .px-rem-lg-39 {
    padding-inline-start: 39rem !important;
    padding-inline-end: 39rem !important;
  }
  .px-rem-lg-40 {
    padding-inline-start: 40rem !important;
    padding-inline-end: 40rem !important;
  }
  .px-rem-lg-41 {
    padding-inline-start: 41rem !important;
    padding-inline-end: 41rem !important;
  }
  .px-rem-lg-42 {
    padding-inline-start: 42rem !important;
    padding-inline-end: 42rem !important;
  }
  .px-rem-lg-43 {
    padding-inline-start: 43rem !important;
    padding-inline-end: 43rem !important;
  }
  .px-rem-lg-44 {
    padding-inline-start: 44rem !important;
    padding-inline-end: 44rem !important;
  }
  .px-rem-lg-45 {
    padding-inline-start: 45rem !important;
    padding-inline-end: 45rem !important;
  }
  .px-rem-lg-46 {
    padding-inline-start: 46rem !important;
    padding-inline-end: 46rem !important;
  }
  .px-rem-lg-47 {
    padding-inline-start: 47rem !important;
    padding-inline-end: 47rem !important;
  }
  .px-rem-lg-48 {
    padding-inline-start: 48rem !important;
    padding-inline-end: 48rem !important;
  }
  .px-rem-lg-49 {
    padding-inline-start: 49rem !important;
    padding-inline-end: 49rem !important;
  }
  .px-rem-lg-50 {
    padding-inline-start: 50rem !important;
    padding-inline-end: 50rem !important;
  }
  .px-rem-lg-51 {
    padding-inline-start: 51rem !important;
    padding-inline-end: 51rem !important;
  }
  .px-rem-lg-52 {
    padding-inline-start: 52rem !important;
    padding-inline-end: 52rem !important;
  }
  .px-rem-lg-53 {
    padding-inline-start: 53rem !important;
    padding-inline-end: 53rem !important;
  }
  .px-rem-lg-54 {
    padding-inline-start: 54rem !important;
    padding-inline-end: 54rem !important;
  }
  .px-rem-lg-55 {
    padding-inline-start: 55rem !important;
    padding-inline-end: 55rem !important;
  }
  .px-rem-lg-56 {
    padding-inline-start: 56rem !important;
    padding-inline-end: 56rem !important;
  }
  .px-rem-lg-57 {
    padding-inline-start: 57rem !important;
    padding-inline-end: 57rem !important;
  }
  .px-rem-lg-58 {
    padding-inline-start: 58rem !important;
    padding-inline-end: 58rem !important;
  }
  .px-rem-lg-59 {
    padding-inline-start: 59rem !important;
    padding-inline-end: 59rem !important;
  }
  .px-rem-lg-60 {
    padding-inline-start: 60rem !important;
    padding-inline-end: 60rem !important;
  }
  .px-rem-lg-61 {
    padding-inline-start: 61rem !important;
    padding-inline-end: 61rem !important;
  }
  .px-rem-lg-62 {
    padding-inline-start: 62rem !important;
    padding-inline-end: 62rem !important;
  }
  .px-rem-lg-63 {
    padding-inline-start: 63rem !important;
    padding-inline-end: 63rem !important;
  }
  .px-rem-lg-64 {
    padding-inline-start: 64rem !important;
    padding-inline-end: 64rem !important;
  }
  .px-rem-lg-65 {
    padding-inline-start: 65rem !important;
    padding-inline-end: 65rem !important;
  }
  .px-rem-lg-66 {
    padding-inline-start: 66rem !important;
    padding-inline-end: 66rem !important;
  }
  .px-rem-lg-67 {
    padding-inline-start: 67rem !important;
    padding-inline-end: 67rem !important;
  }
  .px-rem-lg-68 {
    padding-inline-start: 68rem !important;
    padding-inline-end: 68rem !important;
  }
  .px-rem-lg-69 {
    padding-inline-start: 69rem !important;
    padding-inline-end: 69rem !important;
  }
  .px-rem-lg-70 {
    padding-inline-start: 70rem !important;
    padding-inline-end: 70rem !important;
  }
  .px-rem-lg-71 {
    padding-inline-start: 71rem !important;
    padding-inline-end: 71rem !important;
  }
  .px-rem-lg-72 {
    padding-inline-start: 72rem !important;
    padding-inline-end: 72rem !important;
  }
  .px-rem-lg-73 {
    padding-inline-start: 73rem !important;
    padding-inline-end: 73rem !important;
  }
  .px-rem-lg-74 {
    padding-inline-start: 74rem !important;
    padding-inline-end: 74rem !important;
  }
  .px-rem-lg-75 {
    padding-inline-start: 75rem !important;
    padding-inline-end: 75rem !important;
  }
  .px-rem-lg-76 {
    padding-inline-start: 76rem !important;
    padding-inline-end: 76rem !important;
  }
  .px-rem-lg-77 {
    padding-inline-start: 77rem !important;
    padding-inline-end: 77rem !important;
  }
  .px-rem-lg-78 {
    padding-inline-start: 78rem !important;
    padding-inline-end: 78rem !important;
  }
  .px-rem-lg-79 {
    padding-inline-start: 79rem !important;
    padding-inline-end: 79rem !important;
  }
  .px-rem-lg-80 {
    padding-inline-start: 80rem !important;
    padding-inline-end: 80rem !important;
  }
  .px-rem-lg-95 {
    padding-inline-start: 95rem !important;
    padding-inline-end: 95rem !important;
  }
  .px-rem-lg-96 {
    padding-inline-start: 96rem !important;
    padding-inline-end: 96rem !important;
  }
  .px-rem-lg-97 {
    padding-inline-start: 97rem !important;
    padding-inline-end: 97rem !important;
  }
  .px-rem-lg-100 {
    padding-inline-start: 100% !important;
    padding-inline-end: 100% !important;
  }
  .py-rem-lg-unset {
    padding-block-start: unset !important;
    padding-block-end: unset !important;
  }
  .py-rem-lg-1 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-rem-lg-2 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-rem-lg-3 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-rem-lg-4 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-rem-lg-5 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-rem-lg-7 {
    padding-block-start: 7rem !important;
    padding-block-end: 7rem !important;
  }
  .py-rem-lg-8 {
    padding-block-start: 8rem !important;
    padding-block-end: 8rem !important;
  }
  .py-rem-lg-9 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-rem-lg-10 {
    padding-block-start: 10rem !important;
    padding-block-end: 10rem !important;
  }
  .py-rem-lg-11 {
    padding-block-start: 11rem !important;
    padding-block-end: 11rem !important;
  }
  .py-rem-lg-12 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-rem-lg-13 {
    padding-block-start: 13rem !important;
    padding-block-end: 13rem !important;
  }
  .py-rem-lg-14 {
    padding-block-start: 14rem !important;
    padding-block-end: 14rem !important;
  }
  .py-rem-lg-15 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-rem-lg-16 {
    padding-block-start: 16rem !important;
    padding-block-end: 16rem !important;
  }
  .py-rem-lg-17 {
    padding-block-start: 17rem !important;
    padding-block-end: 17rem !important;
  }
  .py-rem-lg-18 {
    padding-block-start: 18rem !important;
    padding-block-end: 18rem !important;
  }
  .py-rem-lg-19 {
    padding-block-start: 19rem !important;
    padding-block-end: 19rem !important;
  }
  .py-rem-lg-20 {
    padding-block-start: 20rem !important;
    padding-block-end: 20rem !important;
  }
  .py-rem-lg-23 {
    padding-block-start: 23rem !important;
    padding-block-end: 23rem !important;
  }
  .py-rem-lg-25 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-rem-lg-30 {
    padding-block-start: 30rem !important;
    padding-block-end: 30rem !important;
  }
  .py-rem-lg-31 {
    padding-block-start: 31rem !important;
    padding-block-end: 31rem !important;
  }
  .py-rem-lg-32 {
    padding-block-start: 32rem !important;
    padding-block-end: 32rem !important;
  }
  .py-rem-lg-33 {
    padding-block-start: 33rem !important;
    padding-block-end: 33rem !important;
  }
  .py-rem-lg-34 {
    padding-block-start: 34rem !important;
    padding-block-end: 34rem !important;
  }
  .py-rem-lg-35 {
    padding-block-start: 35rem !important;
    padding-block-end: 35rem !important;
  }
  .py-rem-lg-36 {
    padding-block-start: 36rem !important;
    padding-block-end: 36rem !important;
  }
  .py-rem-lg-37 {
    padding-block-start: 37rem !important;
    padding-block-end: 37rem !important;
  }
  .py-rem-lg-38 {
    padding-block-start: 38rem !important;
    padding-block-end: 38rem !important;
  }
  .py-rem-lg-39 {
    padding-block-start: 39rem !important;
    padding-block-end: 39rem !important;
  }
  .py-rem-lg-40 {
    padding-block-start: 40rem !important;
    padding-block-end: 40rem !important;
  }
  .py-rem-lg-41 {
    padding-block-start: 41rem !important;
    padding-block-end: 41rem !important;
  }
  .py-rem-lg-42 {
    padding-block-start: 42rem !important;
    padding-block-end: 42rem !important;
  }
  .py-rem-lg-43 {
    padding-block-start: 43rem !important;
    padding-block-end: 43rem !important;
  }
  .py-rem-lg-44 {
    padding-block-start: 44rem !important;
    padding-block-end: 44rem !important;
  }
  .py-rem-lg-45 {
    padding-block-start: 45rem !important;
    padding-block-end: 45rem !important;
  }
  .py-rem-lg-46 {
    padding-block-start: 46rem !important;
    padding-block-end: 46rem !important;
  }
  .py-rem-lg-47 {
    padding-block-start: 47rem !important;
    padding-block-end: 47rem !important;
  }
  .py-rem-lg-48 {
    padding-block-start: 48rem !important;
    padding-block-end: 48rem !important;
  }
  .py-rem-lg-49 {
    padding-block-start: 49rem !important;
    padding-block-end: 49rem !important;
  }
  .py-rem-lg-50 {
    padding-block-start: 50rem !important;
    padding-block-end: 50rem !important;
  }
  .py-rem-lg-51 {
    padding-block-start: 51rem !important;
    padding-block-end: 51rem !important;
  }
  .py-rem-lg-52 {
    padding-block-start: 52rem !important;
    padding-block-end: 52rem !important;
  }
  .py-rem-lg-53 {
    padding-block-start: 53rem !important;
    padding-block-end: 53rem !important;
  }
  .py-rem-lg-54 {
    padding-block-start: 54rem !important;
    padding-block-end: 54rem !important;
  }
  .py-rem-lg-55 {
    padding-block-start: 55rem !important;
    padding-block-end: 55rem !important;
  }
  .py-rem-lg-56 {
    padding-block-start: 56rem !important;
    padding-block-end: 56rem !important;
  }
  .py-rem-lg-57 {
    padding-block-start: 57rem !important;
    padding-block-end: 57rem !important;
  }
  .py-rem-lg-58 {
    padding-block-start: 58rem !important;
    padding-block-end: 58rem !important;
  }
  .py-rem-lg-59 {
    padding-block-start: 59rem !important;
    padding-block-end: 59rem !important;
  }
  .py-rem-lg-60 {
    padding-block-start: 60rem !important;
    padding-block-end: 60rem !important;
  }
  .py-rem-lg-61 {
    padding-block-start: 61rem !important;
    padding-block-end: 61rem !important;
  }
  .py-rem-lg-62 {
    padding-block-start: 62rem !important;
    padding-block-end: 62rem !important;
  }
  .py-rem-lg-63 {
    padding-block-start: 63rem !important;
    padding-block-end: 63rem !important;
  }
  .py-rem-lg-64 {
    padding-block-start: 64rem !important;
    padding-block-end: 64rem !important;
  }
  .py-rem-lg-65 {
    padding-block-start: 65rem !important;
    padding-block-end: 65rem !important;
  }
  .py-rem-lg-66 {
    padding-block-start: 66rem !important;
    padding-block-end: 66rem !important;
  }
  .py-rem-lg-67 {
    padding-block-start: 67rem !important;
    padding-block-end: 67rem !important;
  }
  .py-rem-lg-68 {
    padding-block-start: 68rem !important;
    padding-block-end: 68rem !important;
  }
  .py-rem-lg-69 {
    padding-block-start: 69rem !important;
    padding-block-end: 69rem !important;
  }
  .py-rem-lg-70 {
    padding-block-start: 70rem !important;
    padding-block-end: 70rem !important;
  }
  .py-rem-lg-71 {
    padding-block-start: 71rem !important;
    padding-block-end: 71rem !important;
  }
  .py-rem-lg-72 {
    padding-block-start: 72rem !important;
    padding-block-end: 72rem !important;
  }
  .py-rem-lg-73 {
    padding-block-start: 73rem !important;
    padding-block-end: 73rem !important;
  }
  .py-rem-lg-74 {
    padding-block-start: 74rem !important;
    padding-block-end: 74rem !important;
  }
  .py-rem-lg-75 {
    padding-block-start: 75rem !important;
    padding-block-end: 75rem !important;
  }
  .py-rem-lg-76 {
    padding-block-start: 76rem !important;
    padding-block-end: 76rem !important;
  }
  .py-rem-lg-77 {
    padding-block-start: 77rem !important;
    padding-block-end: 77rem !important;
  }
  .py-rem-lg-78 {
    padding-block-start: 78rem !important;
    padding-block-end: 78rem !important;
  }
  .py-rem-lg-79 {
    padding-block-start: 79rem !important;
    padding-block-end: 79rem !important;
  }
  .py-rem-lg-80 {
    padding-block-start: 80rem !important;
    padding-block-end: 80rem !important;
  }
  .py-rem-lg-95 {
    padding-block-start: 95rem !important;
    padding-block-end: 95rem !important;
  }
  .py-rem-lg-96 {
    padding-block-start: 96rem !important;
    padding-block-end: 96rem !important;
  }
  .py-rem-lg-97 {
    padding-block-start: 97rem !important;
    padding-block-end: 97rem !important;
  }
  .py-rem-lg-100 {
    padding-block-start: 100% !important;
    padding-block-end: 100% !important;
  }
  .pt-rem-lg-unset {
    padding-block-start: unset !important;
  }
  .pt-rem-lg-1 {
    padding-block-start: 1rem !important;
  }
  .pt-rem-lg-2 {
    padding-block-start: 2rem !important;
  }
  .pt-rem-lg-3 {
    padding-block-start: 3rem !important;
  }
  .pt-rem-lg-4 {
    padding-block-start: 4rem !important;
  }
  .pt-rem-lg-5 {
    padding-block-start: 5rem !important;
  }
  .pt-rem-lg-7 {
    padding-block-start: 7rem !important;
  }
  .pt-rem-lg-8 {
    padding-block-start: 8rem !important;
  }
  .pt-rem-lg-9 {
    padding-block-start: 9rem !important;
  }
  .pt-rem-lg-10 {
    padding-block-start: 10rem !important;
  }
  .pt-rem-lg-11 {
    padding-block-start: 11rem !important;
  }
  .pt-rem-lg-12 {
    padding-block-start: 12rem !important;
  }
  .pt-rem-lg-13 {
    padding-block-start: 13rem !important;
  }
  .pt-rem-lg-14 {
    padding-block-start: 14rem !important;
  }
  .pt-rem-lg-15 {
    padding-block-start: 15rem !important;
  }
  .pt-rem-lg-16 {
    padding-block-start: 16rem !important;
  }
  .pt-rem-lg-17 {
    padding-block-start: 17rem !important;
  }
  .pt-rem-lg-18 {
    padding-block-start: 18rem !important;
  }
  .pt-rem-lg-19 {
    padding-block-start: 19rem !important;
  }
  .pt-rem-lg-20 {
    padding-block-start: 20rem !important;
  }
  .pt-rem-lg-23 {
    padding-block-start: 23rem !important;
  }
  .pt-rem-lg-25 {
    padding-block-start: 25rem !important;
  }
  .pt-rem-lg-30 {
    padding-block-start: 30rem !important;
  }
  .pt-rem-lg-31 {
    padding-block-start: 31rem !important;
  }
  .pt-rem-lg-32 {
    padding-block-start: 32rem !important;
  }
  .pt-rem-lg-33 {
    padding-block-start: 33rem !important;
  }
  .pt-rem-lg-34 {
    padding-block-start: 34rem !important;
  }
  .pt-rem-lg-35 {
    padding-block-start: 35rem !important;
  }
  .pt-rem-lg-36 {
    padding-block-start: 36rem !important;
  }
  .pt-rem-lg-37 {
    padding-block-start: 37rem !important;
  }
  .pt-rem-lg-38 {
    padding-block-start: 38rem !important;
  }
  .pt-rem-lg-39 {
    padding-block-start: 39rem !important;
  }
  .pt-rem-lg-40 {
    padding-block-start: 40rem !important;
  }
  .pt-rem-lg-41 {
    padding-block-start: 41rem !important;
  }
  .pt-rem-lg-42 {
    padding-block-start: 42rem !important;
  }
  .pt-rem-lg-43 {
    padding-block-start: 43rem !important;
  }
  .pt-rem-lg-44 {
    padding-block-start: 44rem !important;
  }
  .pt-rem-lg-45 {
    padding-block-start: 45rem !important;
  }
  .pt-rem-lg-46 {
    padding-block-start: 46rem !important;
  }
  .pt-rem-lg-47 {
    padding-block-start: 47rem !important;
  }
  .pt-rem-lg-48 {
    padding-block-start: 48rem !important;
  }
  .pt-rem-lg-49 {
    padding-block-start: 49rem !important;
  }
  .pt-rem-lg-50 {
    padding-block-start: 50rem !important;
  }
  .pt-rem-lg-51 {
    padding-block-start: 51rem !important;
  }
  .pt-rem-lg-52 {
    padding-block-start: 52rem !important;
  }
  .pt-rem-lg-53 {
    padding-block-start: 53rem !important;
  }
  .pt-rem-lg-54 {
    padding-block-start: 54rem !important;
  }
  .pt-rem-lg-55 {
    padding-block-start: 55rem !important;
  }
  .pt-rem-lg-56 {
    padding-block-start: 56rem !important;
  }
  .pt-rem-lg-57 {
    padding-block-start: 57rem !important;
  }
  .pt-rem-lg-58 {
    padding-block-start: 58rem !important;
  }
  .pt-rem-lg-59 {
    padding-block-start: 59rem !important;
  }
  .pt-rem-lg-60 {
    padding-block-start: 60rem !important;
  }
  .pt-rem-lg-61 {
    padding-block-start: 61rem !important;
  }
  .pt-rem-lg-62 {
    padding-block-start: 62rem !important;
  }
  .pt-rem-lg-63 {
    padding-block-start: 63rem !important;
  }
  .pt-rem-lg-64 {
    padding-block-start: 64rem !important;
  }
  .pt-rem-lg-65 {
    padding-block-start: 65rem !important;
  }
  .pt-rem-lg-66 {
    padding-block-start: 66rem !important;
  }
  .pt-rem-lg-67 {
    padding-block-start: 67rem !important;
  }
  .pt-rem-lg-68 {
    padding-block-start: 68rem !important;
  }
  .pt-rem-lg-69 {
    padding-block-start: 69rem !important;
  }
  .pt-rem-lg-70 {
    padding-block-start: 70rem !important;
  }
  .pt-rem-lg-71 {
    padding-block-start: 71rem !important;
  }
  .pt-rem-lg-72 {
    padding-block-start: 72rem !important;
  }
  .pt-rem-lg-73 {
    padding-block-start: 73rem !important;
  }
  .pt-rem-lg-74 {
    padding-block-start: 74rem !important;
  }
  .pt-rem-lg-75 {
    padding-block-start: 75rem !important;
  }
  .pt-rem-lg-76 {
    padding-block-start: 76rem !important;
  }
  .pt-rem-lg-77 {
    padding-block-start: 77rem !important;
  }
  .pt-rem-lg-78 {
    padding-block-start: 78rem !important;
  }
  .pt-rem-lg-79 {
    padding-block-start: 79rem !important;
  }
  .pt-rem-lg-80 {
    padding-block-start: 80rem !important;
  }
  .pt-rem-lg-95 {
    padding-block-start: 95rem !important;
  }
  .pt-rem-lg-96 {
    padding-block-start: 96rem !important;
  }
  .pt-rem-lg-97 {
    padding-block-start: 97rem !important;
  }
  .pt-rem-lg-100 {
    padding-block-start: 100% !important;
  }
  .pe-rem-lg-unset {
    padding-inline-end: unset !important;
  }
  .pe-rem-lg-1 {
    padding-inline-end: 1rem !important;
  }
  .pe-rem-lg-2 {
    padding-inline-end: 2rem !important;
  }
  .pe-rem-lg-3 {
    padding-inline-end: 3rem !important;
  }
  .pe-rem-lg-4 {
    padding-inline-end: 4rem !important;
  }
  .pe-rem-lg-5 {
    padding-inline-end: 5rem !important;
  }
  .pe-rem-lg-7 {
    padding-inline-end: 7rem !important;
  }
  .pe-rem-lg-8 {
    padding-inline-end: 8rem !important;
  }
  .pe-rem-lg-9 {
    padding-inline-end: 9rem !important;
  }
  .pe-rem-lg-10 {
    padding-inline-end: 10rem !important;
  }
  .pe-rem-lg-11 {
    padding-inline-end: 11rem !important;
  }
  .pe-rem-lg-12 {
    padding-inline-end: 12rem !important;
  }
  .pe-rem-lg-13 {
    padding-inline-end: 13rem !important;
  }
  .pe-rem-lg-14 {
    padding-inline-end: 14rem !important;
  }
  .pe-rem-lg-15 {
    padding-inline-end: 15rem !important;
  }
  .pe-rem-lg-16 {
    padding-inline-end: 16rem !important;
  }
  .pe-rem-lg-17 {
    padding-inline-end: 17rem !important;
  }
  .pe-rem-lg-18 {
    padding-inline-end: 18rem !important;
  }
  .pe-rem-lg-19 {
    padding-inline-end: 19rem !important;
  }
  .pe-rem-lg-20 {
    padding-inline-end: 20rem !important;
  }
  .pe-rem-lg-23 {
    padding-inline-end: 23rem !important;
  }
  .pe-rem-lg-25 {
    padding-inline-end: 25rem !important;
  }
  .pe-rem-lg-30 {
    padding-inline-end: 30rem !important;
  }
  .pe-rem-lg-31 {
    padding-inline-end: 31rem !important;
  }
  .pe-rem-lg-32 {
    padding-inline-end: 32rem !important;
  }
  .pe-rem-lg-33 {
    padding-inline-end: 33rem !important;
  }
  .pe-rem-lg-34 {
    padding-inline-end: 34rem !important;
  }
  .pe-rem-lg-35 {
    padding-inline-end: 35rem !important;
  }
  .pe-rem-lg-36 {
    padding-inline-end: 36rem !important;
  }
  .pe-rem-lg-37 {
    padding-inline-end: 37rem !important;
  }
  .pe-rem-lg-38 {
    padding-inline-end: 38rem !important;
  }
  .pe-rem-lg-39 {
    padding-inline-end: 39rem !important;
  }
  .pe-rem-lg-40 {
    padding-inline-end: 40rem !important;
  }
  .pe-rem-lg-41 {
    padding-inline-end: 41rem !important;
  }
  .pe-rem-lg-42 {
    padding-inline-end: 42rem !important;
  }
  .pe-rem-lg-43 {
    padding-inline-end: 43rem !important;
  }
  .pe-rem-lg-44 {
    padding-inline-end: 44rem !important;
  }
  .pe-rem-lg-45 {
    padding-inline-end: 45rem !important;
  }
  .pe-rem-lg-46 {
    padding-inline-end: 46rem !important;
  }
  .pe-rem-lg-47 {
    padding-inline-end: 47rem !important;
  }
  .pe-rem-lg-48 {
    padding-inline-end: 48rem !important;
  }
  .pe-rem-lg-49 {
    padding-inline-end: 49rem !important;
  }
  .pe-rem-lg-50 {
    padding-inline-end: 50rem !important;
  }
  .pe-rem-lg-51 {
    padding-inline-end: 51rem !important;
  }
  .pe-rem-lg-52 {
    padding-inline-end: 52rem !important;
  }
  .pe-rem-lg-53 {
    padding-inline-end: 53rem !important;
  }
  .pe-rem-lg-54 {
    padding-inline-end: 54rem !important;
  }
  .pe-rem-lg-55 {
    padding-inline-end: 55rem !important;
  }
  .pe-rem-lg-56 {
    padding-inline-end: 56rem !important;
  }
  .pe-rem-lg-57 {
    padding-inline-end: 57rem !important;
  }
  .pe-rem-lg-58 {
    padding-inline-end: 58rem !important;
  }
  .pe-rem-lg-59 {
    padding-inline-end: 59rem !important;
  }
  .pe-rem-lg-60 {
    padding-inline-end: 60rem !important;
  }
  .pe-rem-lg-61 {
    padding-inline-end: 61rem !important;
  }
  .pe-rem-lg-62 {
    padding-inline-end: 62rem !important;
  }
  .pe-rem-lg-63 {
    padding-inline-end: 63rem !important;
  }
  .pe-rem-lg-64 {
    padding-inline-end: 64rem !important;
  }
  .pe-rem-lg-65 {
    padding-inline-end: 65rem !important;
  }
  .pe-rem-lg-66 {
    padding-inline-end: 66rem !important;
  }
  .pe-rem-lg-67 {
    padding-inline-end: 67rem !important;
  }
  .pe-rem-lg-68 {
    padding-inline-end: 68rem !important;
  }
  .pe-rem-lg-69 {
    padding-inline-end: 69rem !important;
  }
  .pe-rem-lg-70 {
    padding-inline-end: 70rem !important;
  }
  .pe-rem-lg-71 {
    padding-inline-end: 71rem !important;
  }
  .pe-rem-lg-72 {
    padding-inline-end: 72rem !important;
  }
  .pe-rem-lg-73 {
    padding-inline-end: 73rem !important;
  }
  .pe-rem-lg-74 {
    padding-inline-end: 74rem !important;
  }
  .pe-rem-lg-75 {
    padding-inline-end: 75rem !important;
  }
  .pe-rem-lg-76 {
    padding-inline-end: 76rem !important;
  }
  .pe-rem-lg-77 {
    padding-inline-end: 77rem !important;
  }
  .pe-rem-lg-78 {
    padding-inline-end: 78rem !important;
  }
  .pe-rem-lg-79 {
    padding-inline-end: 79rem !important;
  }
  .pe-rem-lg-80 {
    padding-inline-end: 80rem !important;
  }
  .pe-rem-lg-95 {
    padding-inline-end: 95rem !important;
  }
  .pe-rem-lg-96 {
    padding-inline-end: 96rem !important;
  }
  .pe-rem-lg-97 {
    padding-inline-end: 97rem !important;
  }
  .pe-rem-lg-100 {
    padding-inline-end: 100% !important;
  }
  .pb-rem-lg-unset {
    padding-block-end: unset !important;
  }
  .pb-rem-lg-1 {
    padding-block-end: 1rem !important;
  }
  .pb-rem-lg-2 {
    padding-block-end: 2rem !important;
  }
  .pb-rem-lg-3 {
    padding-block-end: 3rem !important;
  }
  .pb-rem-lg-4 {
    padding-block-end: 4rem !important;
  }
  .pb-rem-lg-5 {
    padding-block-end: 5rem !important;
  }
  .pb-rem-lg-7 {
    padding-block-end: 7rem !important;
  }
  .pb-rem-lg-8 {
    padding-block-end: 8rem !important;
  }
  .pb-rem-lg-9 {
    padding-block-end: 9rem !important;
  }
  .pb-rem-lg-10 {
    padding-block-end: 10rem !important;
  }
  .pb-rem-lg-11 {
    padding-block-end: 11rem !important;
  }
  .pb-rem-lg-12 {
    padding-block-end: 12rem !important;
  }
  .pb-rem-lg-13 {
    padding-block-end: 13rem !important;
  }
  .pb-rem-lg-14 {
    padding-block-end: 14rem !important;
  }
  .pb-rem-lg-15 {
    padding-block-end: 15rem !important;
  }
  .pb-rem-lg-16 {
    padding-block-end: 16rem !important;
  }
  .pb-rem-lg-17 {
    padding-block-end: 17rem !important;
  }
  .pb-rem-lg-18 {
    padding-block-end: 18rem !important;
  }
  .pb-rem-lg-19 {
    padding-block-end: 19rem !important;
  }
  .pb-rem-lg-20 {
    padding-block-end: 20rem !important;
  }
  .pb-rem-lg-23 {
    padding-block-end: 23rem !important;
  }
  .pb-rem-lg-25 {
    padding-block-end: 25rem !important;
  }
  .pb-rem-lg-30 {
    padding-block-end: 30rem !important;
  }
  .pb-rem-lg-31 {
    padding-block-end: 31rem !important;
  }
  .pb-rem-lg-32 {
    padding-block-end: 32rem !important;
  }
  .pb-rem-lg-33 {
    padding-block-end: 33rem !important;
  }
  .pb-rem-lg-34 {
    padding-block-end: 34rem !important;
  }
  .pb-rem-lg-35 {
    padding-block-end: 35rem !important;
  }
  .pb-rem-lg-36 {
    padding-block-end: 36rem !important;
  }
  .pb-rem-lg-37 {
    padding-block-end: 37rem !important;
  }
  .pb-rem-lg-38 {
    padding-block-end: 38rem !important;
  }
  .pb-rem-lg-39 {
    padding-block-end: 39rem !important;
  }
  .pb-rem-lg-40 {
    padding-block-end: 40rem !important;
  }
  .pb-rem-lg-41 {
    padding-block-end: 41rem !important;
  }
  .pb-rem-lg-42 {
    padding-block-end: 42rem !important;
  }
  .pb-rem-lg-43 {
    padding-block-end: 43rem !important;
  }
  .pb-rem-lg-44 {
    padding-block-end: 44rem !important;
  }
  .pb-rem-lg-45 {
    padding-block-end: 45rem !important;
  }
  .pb-rem-lg-46 {
    padding-block-end: 46rem !important;
  }
  .pb-rem-lg-47 {
    padding-block-end: 47rem !important;
  }
  .pb-rem-lg-48 {
    padding-block-end: 48rem !important;
  }
  .pb-rem-lg-49 {
    padding-block-end: 49rem !important;
  }
  .pb-rem-lg-50 {
    padding-block-end: 50rem !important;
  }
  .pb-rem-lg-51 {
    padding-block-end: 51rem !important;
  }
  .pb-rem-lg-52 {
    padding-block-end: 52rem !important;
  }
  .pb-rem-lg-53 {
    padding-block-end: 53rem !important;
  }
  .pb-rem-lg-54 {
    padding-block-end: 54rem !important;
  }
  .pb-rem-lg-55 {
    padding-block-end: 55rem !important;
  }
  .pb-rem-lg-56 {
    padding-block-end: 56rem !important;
  }
  .pb-rem-lg-57 {
    padding-block-end: 57rem !important;
  }
  .pb-rem-lg-58 {
    padding-block-end: 58rem !important;
  }
  .pb-rem-lg-59 {
    padding-block-end: 59rem !important;
  }
  .pb-rem-lg-60 {
    padding-block-end: 60rem !important;
  }
  .pb-rem-lg-61 {
    padding-block-end: 61rem !important;
  }
  .pb-rem-lg-62 {
    padding-block-end: 62rem !important;
  }
  .pb-rem-lg-63 {
    padding-block-end: 63rem !important;
  }
  .pb-rem-lg-64 {
    padding-block-end: 64rem !important;
  }
  .pb-rem-lg-65 {
    padding-block-end: 65rem !important;
  }
  .pb-rem-lg-66 {
    padding-block-end: 66rem !important;
  }
  .pb-rem-lg-67 {
    padding-block-end: 67rem !important;
  }
  .pb-rem-lg-68 {
    padding-block-end: 68rem !important;
  }
  .pb-rem-lg-69 {
    padding-block-end: 69rem !important;
  }
  .pb-rem-lg-70 {
    padding-block-end: 70rem !important;
  }
  .pb-rem-lg-71 {
    padding-block-end: 71rem !important;
  }
  .pb-rem-lg-72 {
    padding-block-end: 72rem !important;
  }
  .pb-rem-lg-73 {
    padding-block-end: 73rem !important;
  }
  .pb-rem-lg-74 {
    padding-block-end: 74rem !important;
  }
  .pb-rem-lg-75 {
    padding-block-end: 75rem !important;
  }
  .pb-rem-lg-76 {
    padding-block-end: 76rem !important;
  }
  .pb-rem-lg-77 {
    padding-block-end: 77rem !important;
  }
  .pb-rem-lg-78 {
    padding-block-end: 78rem !important;
  }
  .pb-rem-lg-79 {
    padding-block-end: 79rem !important;
  }
  .pb-rem-lg-80 {
    padding-block-end: 80rem !important;
  }
  .pb-rem-lg-95 {
    padding-block-end: 95rem !important;
  }
  .pb-rem-lg-96 {
    padding-block-end: 96rem !important;
  }
  .pb-rem-lg-97 {
    padding-block-end: 97rem !important;
  }
  .pb-rem-lg-100 {
    padding-block-end: 100% !important;
  }
  .ps-rem-lg-unset {
    padding-inline-start: unset !important;
  }
  .ps-rem-lg-1 {
    padding-inline-start: 1rem !important;
  }
  .ps-rem-lg-2 {
    padding-inline-start: 2rem !important;
  }
  .ps-rem-lg-3 {
    padding-inline-start: 3rem !important;
  }
  .ps-rem-lg-4 {
    padding-inline-start: 4rem !important;
  }
  .ps-rem-lg-5 {
    padding-inline-start: 5rem !important;
  }
  .ps-rem-lg-7 {
    padding-inline-start: 7rem !important;
  }
  .ps-rem-lg-8 {
    padding-inline-start: 8rem !important;
  }
  .ps-rem-lg-9 {
    padding-inline-start: 9rem !important;
  }
  .ps-rem-lg-10 {
    padding-inline-start: 10rem !important;
  }
  .ps-rem-lg-11 {
    padding-inline-start: 11rem !important;
  }
  .ps-rem-lg-12 {
    padding-inline-start: 12rem !important;
  }
  .ps-rem-lg-13 {
    padding-inline-start: 13rem !important;
  }
  .ps-rem-lg-14 {
    padding-inline-start: 14rem !important;
  }
  .ps-rem-lg-15 {
    padding-inline-start: 15rem !important;
  }
  .ps-rem-lg-16 {
    padding-inline-start: 16rem !important;
  }
  .ps-rem-lg-17 {
    padding-inline-start: 17rem !important;
  }
  .ps-rem-lg-18 {
    padding-inline-start: 18rem !important;
  }
  .ps-rem-lg-19 {
    padding-inline-start: 19rem !important;
  }
  .ps-rem-lg-20 {
    padding-inline-start: 20rem !important;
  }
  .ps-rem-lg-23 {
    padding-inline-start: 23rem !important;
  }
  .ps-rem-lg-25 {
    padding-inline-start: 25rem !important;
  }
  .ps-rem-lg-30 {
    padding-inline-start: 30rem !important;
  }
  .ps-rem-lg-31 {
    padding-inline-start: 31rem !important;
  }
  .ps-rem-lg-32 {
    padding-inline-start: 32rem !important;
  }
  .ps-rem-lg-33 {
    padding-inline-start: 33rem !important;
  }
  .ps-rem-lg-34 {
    padding-inline-start: 34rem !important;
  }
  .ps-rem-lg-35 {
    padding-inline-start: 35rem !important;
  }
  .ps-rem-lg-36 {
    padding-inline-start: 36rem !important;
  }
  .ps-rem-lg-37 {
    padding-inline-start: 37rem !important;
  }
  .ps-rem-lg-38 {
    padding-inline-start: 38rem !important;
  }
  .ps-rem-lg-39 {
    padding-inline-start: 39rem !important;
  }
  .ps-rem-lg-40 {
    padding-inline-start: 40rem !important;
  }
  .ps-rem-lg-41 {
    padding-inline-start: 41rem !important;
  }
  .ps-rem-lg-42 {
    padding-inline-start: 42rem !important;
  }
  .ps-rem-lg-43 {
    padding-inline-start: 43rem !important;
  }
  .ps-rem-lg-44 {
    padding-inline-start: 44rem !important;
  }
  .ps-rem-lg-45 {
    padding-inline-start: 45rem !important;
  }
  .ps-rem-lg-46 {
    padding-inline-start: 46rem !important;
  }
  .ps-rem-lg-47 {
    padding-inline-start: 47rem !important;
  }
  .ps-rem-lg-48 {
    padding-inline-start: 48rem !important;
  }
  .ps-rem-lg-49 {
    padding-inline-start: 49rem !important;
  }
  .ps-rem-lg-50 {
    padding-inline-start: 50rem !important;
  }
  .ps-rem-lg-51 {
    padding-inline-start: 51rem !important;
  }
  .ps-rem-lg-52 {
    padding-inline-start: 52rem !important;
  }
  .ps-rem-lg-53 {
    padding-inline-start: 53rem !important;
  }
  .ps-rem-lg-54 {
    padding-inline-start: 54rem !important;
  }
  .ps-rem-lg-55 {
    padding-inline-start: 55rem !important;
  }
  .ps-rem-lg-56 {
    padding-inline-start: 56rem !important;
  }
  .ps-rem-lg-57 {
    padding-inline-start: 57rem !important;
  }
  .ps-rem-lg-58 {
    padding-inline-start: 58rem !important;
  }
  .ps-rem-lg-59 {
    padding-inline-start: 59rem !important;
  }
  .ps-rem-lg-60 {
    padding-inline-start: 60rem !important;
  }
  .ps-rem-lg-61 {
    padding-inline-start: 61rem !important;
  }
  .ps-rem-lg-62 {
    padding-inline-start: 62rem !important;
  }
  .ps-rem-lg-63 {
    padding-inline-start: 63rem !important;
  }
  .ps-rem-lg-64 {
    padding-inline-start: 64rem !important;
  }
  .ps-rem-lg-65 {
    padding-inline-start: 65rem !important;
  }
  .ps-rem-lg-66 {
    padding-inline-start: 66rem !important;
  }
  .ps-rem-lg-67 {
    padding-inline-start: 67rem !important;
  }
  .ps-rem-lg-68 {
    padding-inline-start: 68rem !important;
  }
  .ps-rem-lg-69 {
    padding-inline-start: 69rem !important;
  }
  .ps-rem-lg-70 {
    padding-inline-start: 70rem !important;
  }
  .ps-rem-lg-71 {
    padding-inline-start: 71rem !important;
  }
  .ps-rem-lg-72 {
    padding-inline-start: 72rem !important;
  }
  .ps-rem-lg-73 {
    padding-inline-start: 73rem !important;
  }
  .ps-rem-lg-74 {
    padding-inline-start: 74rem !important;
  }
  .ps-rem-lg-75 {
    padding-inline-start: 75rem !important;
  }
  .ps-rem-lg-76 {
    padding-inline-start: 76rem !important;
  }
  .ps-rem-lg-77 {
    padding-inline-start: 77rem !important;
  }
  .ps-rem-lg-78 {
    padding-inline-start: 78rem !important;
  }
  .ps-rem-lg-79 {
    padding-inline-start: 79rem !important;
  }
  .ps-rem-lg-80 {
    padding-inline-start: 80rem !important;
  }
  .ps-rem-lg-95 {
    padding-inline-start: 95rem !important;
  }
  .ps-rem-lg-96 {
    padding-inline-start: 96rem !important;
  }
  .ps-rem-lg-97 {
    padding-inline-start: 97rem !important;
  }
  .ps-rem-lg-100 {
    padding-inline-start: 100% !important;
  }
  .rounded-px-lg-0 {
    border-radius: 0rem !important;
  }
  .rounded-px-lg-1 {
    border-radius: 0.0625rem !important;
  }
  .rounded-px-lg-2 {
    border-radius: 0.125rem !important;
  }
  .rounded-px-lg-3 {
    border-radius: 0.1875rem !important;
  }
  .rounded-px-lg-4 {
    border-radius: 0.25rem !important;
  }
  .rounded-px-lg-5 {
    border-radius: 0.3125rem !important;
  }
  .rounded-px-lg-6 {
    border-radius: 0.375rem !important;
  }
  .rounded-px-lg-7 {
    border-radius: 0.4375rem !important;
  }
  .rounded-px-lg-8 {
    border-radius: 0.5rem !important;
  }
  .rounded-px-lg-9 {
    border-radius: 0.5625rem !important;
  }
  .rounded-px-lg-10 {
    border-radius: 0.625rem !important;
  }
  .rounded-px-lg-11 {
    border-radius: 0.6875rem !important;
  }
  .rounded-px-lg-12 {
    border-radius: 0.75rem !important;
  }
  .rounded-px-lg-13 {
    border-radius: 0.8125rem !important;
  }
  .rounded-px-lg-14 {
    border-radius: 0.875rem !important;
  }
  .rounded-px-lg-15 {
    border-radius: 0.9375rem !important;
  }
  .rounded-px-lg-16 {
    border-radius: 1rem !important;
  }
  .rounded-px-lg-17 {
    border-radius: 1.0625rem !important;
  }
  .rounded-px-lg-18 {
    border-radius: 1.125rem !important;
  }
  .rounded-px-lg-19 {
    border-radius: 1.1875rem !important;
  }
  .rounded-px-lg-20 {
    border-radius: 1.25rem !important;
  }
  .rounded-px-lg-21 {
    border-radius: 1.3125rem !important;
  }
  .rounded-px-lg-22 {
    border-radius: 1.375rem !important;
  }
  .rounded-px-lg-23 {
    border-radius: 1.4375rem !important;
  }
  .rounded-px-lg-24 {
    border-radius: 1.5rem !important;
  }
  .rounded-px-lg-25 {
    border-radius: 1.5625rem !important;
  }
  .rounded-px-lg-26 {
    border-radius: 1.625rem !important;
  }
  .rounded-px-lg-27 {
    border-radius: 1.6875rem !important;
  }
  .rounded-px-lg-28 {
    border-radius: 1.75rem !important;
  }
  .rounded-px-lg-29 {
    border-radius: 1.8125rem !important;
  }
  .rounded-px-lg-30 {
    border-radius: 1.875rem !important;
  }
  .rounded-px-lg-31 {
    border-radius: 1.9375rem !important;
  }
  .rounded-px-lg-32 {
    border-radius: 2rem !important;
  }
  .rounded-px-lg-33 {
    border-radius: 2.0625rem !important;
  }
  .rounded-px-lg-34 {
    border-radius: 2.125rem !important;
  }
  .rounded-px-lg-35 {
    border-radius: 2.1875rem !important;
  }
  .rounded-px-lg-36 {
    border-radius: 2.25rem !important;
  }
  .rounded-px-lg-37 {
    border-radius: 2.3125rem !important;
  }
  .rounded-px-lg-38 {
    border-radius: 2.375rem !important;
  }
  .rounded-px-lg-39 {
    border-radius: 2.4375rem !important;
  }
  .rounded-px-lg-40 {
    border-radius: 2.5rem !important;
  }
  .rounded-px-lg-41 {
    border-radius: 2.5625rem !important;
  }
  .rounded-px-lg-42 {
    border-radius: 2.625rem !important;
  }
  .rounded-px-lg-43 {
    border-radius: 2.6875rem !important;
  }
  .rounded-px-lg-44 {
    border-radius: 2.75rem !important;
  }
  .rounded-px-lg-45 {
    border-radius: 2.8125rem !important;
  }
  .rounded-px-lg-46 {
    border-radius: 2.875rem !important;
  }
  .rounded-px-lg-47 {
    border-radius: 2.9375rem !important;
  }
  .rounded-px-lg-48 {
    border-radius: 3rem !important;
  }
  .rounded-px-lg-49 {
    border-radius: 3.0625rem !important;
  }
  .rounded-px-lg-50 {
    border-radius: 3.125rem !important;
  }
  .rounded-px-lg-51 {
    border-radius: 3.1875rem !important;
  }
  .rounded-px-lg-52 {
    border-radius: 3.25rem !important;
  }
  .rounded-px-lg-53 {
    border-radius: 3.3125rem !important;
  }
  .rounded-px-lg-54 {
    border-radius: 3.375rem !important;
  }
  .rounded-px-lg-56 {
    border-radius: 3.5rem !important;
  }
  .rounded-px-lg-57 {
    border-radius: 3.5625rem !important;
  }
  .rounded-px-lg-58 {
    border-radius: 3.625rem !important;
  }
  .rounded-px-lg-59 {
    border-radius: 3.6875rem !important;
  }
  .rounded-px-lg-60 {
    border-radius: 3.75rem !important;
  }
  .rounded-px-lg-61 {
    border-radius: 3.8125rem !important;
  }
  .rounded-px-lg-62 {
    border-radius: 3.875rem !important;
  }
  .rounded-px-lg-63 {
    border-radius: 3.9375rem !important;
  }
  .rounded-px-lg-64 {
    border-radius: 4rem !important;
  }
  .rounded-px-lg-68 {
    border-radius: 4.25rem !important;
  }
  .rounded-px-lg-70 {
    border-radius: 4.375rem !important;
  }
  .rounded-px-lg-80 {
    border-radius: 5rem !important;
  }
  .rounded-px-lg-82 {
    border-radius: 5.125rem !important;
  }
  .rounded-px-lg-83 {
    border-radius: 5.1875rem !important;
  }
  .rounded-px-lg-84 {
    border-radius: 5.25rem !important;
  }
  .rounded-px-lg-98 {
    border-radius: 6.125rem !important;
  }
  .rounded-px-lg-104 {
    border-radius: 6.5rem !important;
  }
  .rounded-px-lg-122 {
    border-radius: 7.625rem !important;
  }
  .rounded-px-lg-123 {
    border-radius: 7.6875rem !important;
  }
  .rounded-px-lg-147 {
    border-radius: 9.1875rem !important;
  }
  .rounded-px-lg-148 {
    border-radius: 9.25rem !important;
  }
  .rounded-px-lg-150 {
    border-radius: 9.375rem !important;
  }
  .rounded-px-lg-180 {
    border-radius: 11.25rem !important;
  }
  .rounded-px-lg-192 {
    border-radius: 12rem !important;
  }
  .rounded-px-lg-200 {
    border-radius: 12.5rem !important;
  }
  .rounded-px-lg-220 {
    border-radius: 13.75rem !important;
  }
  .rounded-px-lg-270 {
    border-radius: 16.875rem !important;
  }
  .rounded-px-lg-300 {
    border-radius: 18.75rem !important;
  }
  .rounded-px-lg-350 {
    border-radius: 21.875rem !important;
  }
  .rounded-px-lg-400 {
    border-radius: 25rem !important;
  }
  .rounded-px-lg-500 {
    border-radius: 31.25rem !important;
  }
  .rounded-px-lg-600 {
    border-radius: 37.5rem !important;
  }
  .border-top-right-radius-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .border-top-right-radius-lg-1 {
    border-top-right-radius: 0.0625rem !important;
  }
  .border-top-right-radius-lg-2 {
    border-top-right-radius: 0.125rem !important;
  }
  .border-top-right-radius-lg-3 {
    border-top-right-radius: 0.1875rem !important;
  }
  .border-top-right-radius-lg-4 {
    border-top-right-radius: 0.5625rem !important;
  }
  .border-top-right-radius-lg-5 {
    border-top-right-radius: 0.3125rem !important;
  }
  .border-top-right-radius-lg-6 {
    border-top-right-radius: 0.375rem !important;
  }
  .border-top-right-radius-lg-7 {
    border-top-right-radius: 0.4375rem !important;
  }
  .border-top-left-radius-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .border-top-left-radius-lg-1 {
    border-top-left-radius: 0.0625rem !important;
  }
  .border-top-left-radius-lg-2 {
    border-top-left-radius: 0.125rem !important;
  }
  .border-top-left-radius-lg-3 {
    border-top-left-radius: 0.1875rem !important;
  }
  .border-top-left-radius-lg-4 {
    border-top-left-radius: 0.5625rem !important;
  }
  .border-top-left-radius-lg-5 {
    border-top-left-radius: 0.3125rem !important;
  }
  .border-top-left-radius-lg-6 {
    border-top-left-radius: 0.375rem !important;
  }
  .border-top-left-radius-lg-7 {
    border-top-left-radius: 0.4375rem !important;
  }
  .border-bottom-left-radius-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .border-bottom-left-radius-lg-1 {
    border-bottom-left-radius: 0.0625rem !important;
  }
  .border-bottom-left-radius-lg-2 {
    border-bottom-left-radius: 0.125rem !important;
  }
  .border-bottom-left-radius-lg-3 {
    border-bottom-left-radius: 0.1875rem !important;
  }
  .border-bottom-left-radius-lg-4 {
    border-bottom-left-radius: 0.5625rem !important;
  }
  .border-bottom-left-radius-lg-5 {
    border-bottom-left-radius: 0.3125rem !important;
  }
  .border-bottom-left-radius-lg-6 {
    border-bottom-left-radius: 0.375rem !important;
  }
  .border-bottom-left-radius-lg-7 {
    border-bottom-left-radius: 0.4375rem !important;
  }
  .border-bottom-right-radius-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .border-bottom-right-radius-lg-1 {
    border-bottom-right-radius: 0.0625rem !important;
  }
  .border-bottom-right-radius-lg-2 {
    border-bottom-right-radius: 0.125rem !important;
  }
  .border-bottom-right-radius-lg-3 {
    border-bottom-right-radius: 0.1875rem !important;
  }
  .border-bottom-right-radius-lg-4 {
    border-bottom-right-radius: 0.5625rem !important;
  }
  .border-bottom-right-radius-lg-5 {
    border-bottom-right-radius: 0.3125rem !important;
  }
  .border-bottom-right-radius-lg-6 {
    border-bottom-right-radius: 0.375rem !important;
  }
  .border-bottom-right-radius-lg-7 {
    border-bottom-right-radius: 0.4375rem !important;
  }
  .top-px-lg-0 {
    inset-block-start: 0rem !important;
  }
  .top-px-lg-1 {
    inset-block-start: 0.0625rem !important;
  }
  .top-px-lg-2 {
    inset-block-start: 0.125rem !important;
  }
  .top-px-lg-3 {
    inset-block-start: 0.1875rem !important;
  }
  .top-px-lg-4 {
    inset-block-start: 0.25rem !important;
  }
  .top-px-lg-5 {
    inset-block-start: 0.3125rem !important;
  }
  .top-px-lg-6 {
    inset-block-start: 0.375rem !important;
  }
  .top-px-lg-7 {
    inset-block-start: 0.4375rem !important;
  }
  .top-px-lg-8 {
    inset-block-start: 0.5rem !important;
  }
  .top-px-lg-9 {
    inset-block-start: 0.5625rem !important;
  }
  .top-px-lg-10 {
    inset-block-start: 0.625rem !important;
  }
  .top-px-lg-11 {
    inset-block-start: 0.6875rem !important;
  }
  .top-px-lg-12 {
    inset-block-start: 0.75rem !important;
  }
  .top-px-lg-13 {
    inset-block-start: 0.8125rem !important;
  }
  .top-px-lg-14 {
    inset-block-start: 0.875rem !important;
  }
  .top-px-lg-15 {
    inset-block-start: 0.9375rem !important;
  }
  .top-px-lg-16 {
    inset-block-start: 1rem !important;
  }
  .top-px-lg-17 {
    inset-block-start: 1.0625rem !important;
  }
  .top-px-lg-18 {
    inset-block-start: 1.125rem !important;
  }
  .top-px-lg-19 {
    inset-block-start: 1.1875rem !important;
  }
  .top-px-lg-20 {
    inset-block-start: 1.25rem !important;
  }
  .top-px-lg-21 {
    inset-block-start: 1.3125rem !important;
  }
  .top-px-lg-22 {
    inset-block-start: 1.375rem !important;
  }
  .top-px-lg-23 {
    inset-block-start: 1.4375rem !important;
  }
  .top-px-lg-24 {
    inset-block-start: 1.5rem !important;
  }
  .top-px-lg-25 {
    inset-block-start: 1.5625rem !important;
  }
  .top-px-lg-26 {
    inset-block-start: 1.625rem !important;
  }
  .top-px-lg-27 {
    inset-block-start: 1.6875rem !important;
  }
  .top-px-lg-28 {
    inset-block-start: 1.75rem !important;
  }
  .top-px-lg-29 {
    inset-block-start: 1.8125rem !important;
  }
  .top-px-lg-30 {
    inset-block-start: 1.875rem !important;
  }
  .top-px-lg-31 {
    inset-block-start: 1.9375rem !important;
  }
  .top-px-lg-32 {
    inset-block-start: 2rem !important;
  }
  .top-px-lg-33 {
    inset-block-start: 2.0625rem !important;
  }
  .top-px-lg-34 {
    inset-block-start: 2.125rem !important;
  }
  .top-px-lg-35 {
    inset-block-start: 2.1875rem !important;
  }
  .top-px-lg-36 {
    inset-block-start: 2.25rem !important;
  }
  .top-px-lg-37 {
    inset-block-start: 2.3125rem !important;
  }
  .top-px-lg-38 {
    inset-block-start: 2.375rem !important;
  }
  .top-px-lg-39 {
    inset-block-start: 2.4375rem !important;
  }
  .top-px-lg-40 {
    inset-block-start: 2.5rem !important;
  }
  .top-px-lg-41 {
    inset-block-start: 2.5625rem !important;
  }
  .top-px-lg-42 {
    inset-block-start: 2.625rem !important;
  }
  .top-px-lg-43 {
    inset-block-start: 2.6875rem !important;
  }
  .top-px-lg-44 {
    inset-block-start: 2.75rem !important;
  }
  .top-px-lg-45 {
    inset-block-start: 2.8125rem !important;
  }
  .top-px-lg-46 {
    inset-block-start: 2.875rem !important;
  }
  .top-px-lg-47 {
    inset-block-start: 2.9375rem !important;
  }
  .top-px-lg-48 {
    inset-block-start: 3rem !important;
  }
  .top-px-lg-49 {
    inset-block-start: 3.0625rem !important;
  }
  .top-px-lg-50 {
    inset-block-start: 3.125rem !important;
  }
  .top-px-lg-51 {
    inset-block-start: 3.1875rem !important;
  }
  .top-px-lg-52 {
    inset-block-start: 3.25rem !important;
  }
  .top-px-lg-53 {
    inset-block-start: 3.3125rem !important;
  }
  .top-px-lg-54 {
    inset-block-start: 3.375rem !important;
  }
  .top-px-lg-56 {
    inset-block-start: 3.5rem !important;
  }
  .top-px-lg-57 {
    inset-block-start: 3.5625rem !important;
  }
  .top-px-lg-58 {
    inset-block-start: 3.625rem !important;
  }
  .top-px-lg-59 {
    inset-block-start: 3.6875rem !important;
  }
  .top-px-lg-60 {
    inset-block-start: 3.75rem !important;
  }
  .top-px-lg-61 {
    inset-block-start: 3.8125rem !important;
  }
  .top-px-lg-62 {
    inset-block-start: 3.875rem !important;
  }
  .top-px-lg-63 {
    inset-block-start: 3.9375rem !important;
  }
  .top-px-lg-64 {
    inset-block-start: 4rem !important;
  }
  .top-px-lg-68 {
    inset-block-start: 4.25rem !important;
  }
  .top-px-lg-70 {
    inset-block-start: 4.375rem !important;
  }
  .top-px-lg-80 {
    inset-block-start: 5rem !important;
  }
  .top-px-lg-82 {
    inset-block-start: 5.125rem !important;
  }
  .top-px-lg-83 {
    inset-block-start: 5.1875rem !important;
  }
  .top-px-lg-84 {
    inset-block-start: 5.25rem !important;
  }
  .top-px-lg-98 {
    inset-block-start: 6.125rem !important;
  }
  .top-px-lg-104 {
    inset-block-start: 6.5rem !important;
  }
  .top-px-lg-122 {
    inset-block-start: 7.625rem !important;
  }
  .top-px-lg-123 {
    inset-block-start: 7.6875rem !important;
  }
  .top-px-lg-147 {
    inset-block-start: 9.1875rem !important;
  }
  .top-px-lg-148 {
    inset-block-start: 9.25rem !important;
  }
  .top-px-lg-150 {
    inset-block-start: 9.375rem !important;
  }
  .top-px-lg-180 {
    inset-block-start: 11.25rem !important;
  }
  .top-px-lg-192 {
    inset-block-start: 12rem !important;
  }
  .top-px-lg-200 {
    inset-block-start: 12.5rem !important;
  }
  .top-px-lg-220 {
    inset-block-start: 13.75rem !important;
  }
  .top-px-lg-270 {
    inset-block-start: 16.875rem !important;
  }
  .top-px-lg-300 {
    inset-block-start: 18.75rem !important;
  }
  .top-px-lg-350 {
    inset-block-start: 21.875rem !important;
  }
  .top-px-lg-400 {
    inset-block-start: 25rem !important;
  }
  .top-px-lg-500 {
    inset-block-start: 31.25rem !important;
  }
  .top-px-lg-600 {
    inset-block-start: 37.5rem !important;
  }
  .bottom-px-lg-0 {
    inset-block-end: 0rem !important;
  }
  .bottom-px-lg-1 {
    inset-block-end: 0.0625rem !important;
  }
  .bottom-px-lg-2 {
    inset-block-end: 0.125rem !important;
  }
  .bottom-px-lg-3 {
    inset-block-end: 0.1875rem !important;
  }
  .bottom-px-lg-4 {
    inset-block-end: 0.25rem !important;
  }
  .bottom-px-lg-5 {
    inset-block-end: 0.3125rem !important;
  }
  .bottom-px-lg-6 {
    inset-block-end: 0.375rem !important;
  }
  .bottom-px-lg-7 {
    inset-block-end: 0.4375rem !important;
  }
  .bottom-px-lg-8 {
    inset-block-end: 0.5rem !important;
  }
  .bottom-px-lg-9 {
    inset-block-end: 0.5625rem !important;
  }
  .bottom-px-lg-10 {
    inset-block-end: 0.625rem !important;
  }
  .bottom-px-lg-11 {
    inset-block-end: 0.6875rem !important;
  }
  .bottom-px-lg-12 {
    inset-block-end: 0.75rem !important;
  }
  .bottom-px-lg-13 {
    inset-block-end: 0.8125rem !important;
  }
  .bottom-px-lg-14 {
    inset-block-end: 0.875rem !important;
  }
  .bottom-px-lg-15 {
    inset-block-end: 0.9375rem !important;
  }
  .bottom-px-lg-16 {
    inset-block-end: 1rem !important;
  }
  .bottom-px-lg-17 {
    inset-block-end: 1.0625rem !important;
  }
  .bottom-px-lg-18 {
    inset-block-end: 1.125rem !important;
  }
  .bottom-px-lg-19 {
    inset-block-end: 1.1875rem !important;
  }
  .bottom-px-lg-20 {
    inset-block-end: 1.25rem !important;
  }
  .bottom-px-lg-21 {
    inset-block-end: 1.3125rem !important;
  }
  .bottom-px-lg-22 {
    inset-block-end: 1.375rem !important;
  }
  .bottom-px-lg-23 {
    inset-block-end: 1.4375rem !important;
  }
  .bottom-px-lg-24 {
    inset-block-end: 1.5rem !important;
  }
  .bottom-px-lg-25 {
    inset-block-end: 1.5625rem !important;
  }
  .bottom-px-lg-26 {
    inset-block-end: 1.625rem !important;
  }
  .bottom-px-lg-27 {
    inset-block-end: 1.6875rem !important;
  }
  .bottom-px-lg-28 {
    inset-block-end: 1.75rem !important;
  }
  .bottom-px-lg-29 {
    inset-block-end: 1.8125rem !important;
  }
  .bottom-px-lg-30 {
    inset-block-end: 1.875rem !important;
  }
  .bottom-px-lg-31 {
    inset-block-end: 1.9375rem !important;
  }
  .bottom-px-lg-32 {
    inset-block-end: 2rem !important;
  }
  .bottom-px-lg-33 {
    inset-block-end: 2.0625rem !important;
  }
  .bottom-px-lg-34 {
    inset-block-end: 2.125rem !important;
  }
  .bottom-px-lg-35 {
    inset-block-end: 2.1875rem !important;
  }
  .bottom-px-lg-36 {
    inset-block-end: 2.25rem !important;
  }
  .bottom-px-lg-37 {
    inset-block-end: 2.3125rem !important;
  }
  .bottom-px-lg-38 {
    inset-block-end: 2.375rem !important;
  }
  .bottom-px-lg-39 {
    inset-block-end: 2.4375rem !important;
  }
  .bottom-px-lg-40 {
    inset-block-end: 2.5rem !important;
  }
  .bottom-px-lg-41 {
    inset-block-end: 2.5625rem !important;
  }
  .bottom-px-lg-42 {
    inset-block-end: 2.625rem !important;
  }
  .bottom-px-lg-43 {
    inset-block-end: 2.6875rem !important;
  }
  .bottom-px-lg-44 {
    inset-block-end: 2.75rem !important;
  }
  .bottom-px-lg-45 {
    inset-block-end: 2.8125rem !important;
  }
  .bottom-px-lg-46 {
    inset-block-end: 2.875rem !important;
  }
  .bottom-px-lg-47 {
    inset-block-end: 2.9375rem !important;
  }
  .bottom-px-lg-48 {
    inset-block-end: 3rem !important;
  }
  .bottom-px-lg-49 {
    inset-block-end: 3.0625rem !important;
  }
  .bottom-px-lg-50 {
    inset-block-end: 3.125rem !important;
  }
  .bottom-px-lg-51 {
    inset-block-end: 3.1875rem !important;
  }
  .bottom-px-lg-52 {
    inset-block-end: 3.25rem !important;
  }
  .bottom-px-lg-53 {
    inset-block-end: 3.3125rem !important;
  }
  .bottom-px-lg-54 {
    inset-block-end: 3.375rem !important;
  }
  .bottom-px-lg-56 {
    inset-block-end: 3.5rem !important;
  }
  .bottom-px-lg-57 {
    inset-block-end: 3.5625rem !important;
  }
  .bottom-px-lg-58 {
    inset-block-end: 3.625rem !important;
  }
  .bottom-px-lg-59 {
    inset-block-end: 3.6875rem !important;
  }
  .bottom-px-lg-60 {
    inset-block-end: 3.75rem !important;
  }
  .bottom-px-lg-61 {
    inset-block-end: 3.8125rem !important;
  }
  .bottom-px-lg-62 {
    inset-block-end: 3.875rem !important;
  }
  .bottom-px-lg-63 {
    inset-block-end: 3.9375rem !important;
  }
  .bottom-px-lg-64 {
    inset-block-end: 4rem !important;
  }
  .bottom-px-lg-68 {
    inset-block-end: 4.25rem !important;
  }
  .bottom-px-lg-70 {
    inset-block-end: 4.375rem !important;
  }
  .bottom-px-lg-80 {
    inset-block-end: 5rem !important;
  }
  .bottom-px-lg-82 {
    inset-block-end: 5.125rem !important;
  }
  .bottom-px-lg-83 {
    inset-block-end: 5.1875rem !important;
  }
  .bottom-px-lg-84 {
    inset-block-end: 5.25rem !important;
  }
  .bottom-px-lg-98 {
    inset-block-end: 6.125rem !important;
  }
  .bottom-px-lg-104 {
    inset-block-end: 6.5rem !important;
  }
  .bottom-px-lg-122 {
    inset-block-end: 7.625rem !important;
  }
  .bottom-px-lg-123 {
    inset-block-end: 7.6875rem !important;
  }
  .bottom-px-lg-147 {
    inset-block-end: 9.1875rem !important;
  }
  .bottom-px-lg-148 {
    inset-block-end: 9.25rem !important;
  }
  .bottom-px-lg-150 {
    inset-block-end: 9.375rem !important;
  }
  .bottom-px-lg-180 {
    inset-block-end: 11.25rem !important;
  }
  .bottom-px-lg-192 {
    inset-block-end: 12rem !important;
  }
  .bottom-px-lg-200 {
    inset-block-end: 12.5rem !important;
  }
  .bottom-px-lg-220 {
    inset-block-end: 13.75rem !important;
  }
  .bottom-px-lg-270 {
    inset-block-end: 16.875rem !important;
  }
  .bottom-px-lg-300 {
    inset-block-end: 18.75rem !important;
  }
  .bottom-px-lg-350 {
    inset-block-end: 21.875rem !important;
  }
  .bottom-px-lg-400 {
    inset-block-end: 25rem !important;
  }
  .bottom-px-lg-500 {
    inset-block-end: 31.25rem !important;
  }
  .bottom-px-lg-600 {
    inset-block-end: 37.5rem !important;
  }
  .start-px-lg-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-lg-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-lg-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-lg-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-lg-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-lg-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-lg-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-lg-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-lg-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-lg-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-lg-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-lg-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-lg-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-lg-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-lg-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-lg-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-lg-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-lg-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-lg-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-lg-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-lg-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-lg-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-lg-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-lg-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-lg-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-lg-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-lg-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-lg-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-lg-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-lg-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-lg-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-lg-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-lg-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-lg-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-lg-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-lg-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-lg-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-lg-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-lg-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-lg-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-lg-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-lg-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-lg-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-lg-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-lg-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-lg-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-lg-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-lg-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-lg-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-lg-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-lg-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-lg-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-lg-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-lg-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-lg-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-lg-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-lg-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-lg-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-lg-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-lg-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-lg-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-lg-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-lg-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-lg-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-lg-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-lg-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-lg-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-lg-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-lg-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-lg-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-lg-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-lg-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-lg-122 {
    inset-inline-start: 7.625rem !important;
  }
  .start-px-lg-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-lg-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-lg-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-lg-150 {
    inset-inline-start: 9.375rem !important;
  }
  .start-px-lg-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-lg-192 {
    inset-inline-start: 12rem !important;
  }
  .start-px-lg-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-lg-220 {
    inset-inline-start: 13.75rem !important;
  }
  .start-px-lg-270 {
    inset-inline-start: 16.875rem !important;
  }
  .start-px-lg-300 {
    inset-inline-start: 18.75rem !important;
  }
  .start-px-lg-350 {
    inset-inline-start: 21.875rem !important;
  }
  .start-px-lg-400 {
    inset-inline-start: 25rem !important;
  }
  .start-px-lg-500 {
    inset-inline-start: 31.25rem !important;
  }
  .start-px-lg-600 {
    inset-inline-start: 37.5rem !important;
  }
  .end-px-lg-0 {
    inset-inline-end: 0rem !important;
  }
  .end-px-lg-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-px-lg-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-px-lg-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-px-lg-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-px-lg-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-px-lg-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-px-lg-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-px-lg-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-px-lg-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-px-lg-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-px-lg-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-px-lg-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-px-lg-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-px-lg-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-px-lg-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-px-lg-16 {
    inset-inline-end: 1rem !important;
  }
  .end-px-lg-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-px-lg-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-px-lg-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-px-lg-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-px-lg-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-px-lg-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-px-lg-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-px-lg-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-px-lg-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-px-lg-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-px-lg-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-px-lg-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-px-lg-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-px-lg-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-px-lg-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-px-lg-32 {
    inset-inline-end: 2rem !important;
  }
  .end-px-lg-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-px-lg-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-px-lg-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-px-lg-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-px-lg-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-px-lg-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-px-lg-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-px-lg-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-px-lg-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-px-lg-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-px-lg-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-px-lg-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-px-lg-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-px-lg-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-px-lg-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-px-lg-48 {
    inset-inline-end: 3rem !important;
  }
  .end-px-lg-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-px-lg-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-px-lg-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-px-lg-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-px-lg-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-px-lg-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-px-lg-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-px-lg-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-px-lg-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-px-lg-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-px-lg-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-px-lg-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-px-lg-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-px-lg-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-px-lg-64 {
    inset-inline-end: 4rem !important;
  }
  .end-px-lg-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-px-lg-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-px-lg-80 {
    inset-inline-end: 5rem !important;
  }
  .end-px-lg-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-px-lg-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-px-lg-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-px-lg-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-px-lg-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-px-lg-122 {
    inset-inline-end: 7.625rem !important;
  }
  .end-px-lg-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-px-lg-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-px-lg-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-px-lg-150 {
    inset-inline-end: 9.375rem !important;
  }
  .end-px-lg-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-px-lg-192 {
    inset-inline-end: 12rem !important;
  }
  .end-px-lg-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-px-lg-220 {
    inset-inline-end: 13.75rem !important;
  }
  .end-px-lg-270 {
    inset-inline-end: 16.875rem !important;
  }
  .end-px-lg-300 {
    inset-inline-end: 18.75rem !important;
  }
  .end-px-lg-350 {
    inset-inline-end: 21.875rem !important;
  }
  .end-px-lg-400 {
    inset-inline-end: 25rem !important;
  }
  .end-px-lg-500 {
    inset-inline-end: 31.25rem !important;
  }
  .end-px-lg-600 {
    inset-inline-end: 37.5rem !important;
  }
  .top-px-lg-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .top-px-lg-n2 {
    inset-block-start: -0.125rem !important;
  }
  .top-px-lg-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .top-px-lg-n4 {
    inset-block-start: -0.25rem !important;
  }
  .top-px-lg-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .top-px-lg-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-px-lg-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .top-px-lg-n8 {
    inset-block-start: -0.5rem !important;
  }
  .top-px-lg-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .top-px-lg-n10 {
    inset-block-start: -0.625rem !important;
  }
  .top-px-lg-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .top-px-lg-n12 {
    inset-block-start: -0.75rem !important;
  }
  .top-px-lg-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .top-px-lg-n14 {
    inset-block-start: -0.875rem !important;
  }
  .top-px-lg-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .top-px-lg-n16 {
    inset-block-start: -1rem !important;
  }
  .top-px-lg-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .top-px-lg-n18 {
    inset-block-start: -1.125rem !important;
  }
  .top-px-lg-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .top-px-lg-n20 {
    inset-block-start: -1.25rem !important;
  }
  .top-px-lg-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .top-px-lg-n22 {
    inset-block-start: -1.375rem !important;
  }
  .top-px-lg-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .top-px-lg-n24 {
    inset-block-start: -1.5rem !important;
  }
  .top-px-lg-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .top-px-lg-n26 {
    inset-block-start: -1.625rem !important;
  }
  .top-px-lg-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .top-px-lg-n28 {
    inset-block-start: -1.75rem !important;
  }
  .top-px-lg-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .top-px-lg-n30 {
    inset-block-start: -1.875rem !important;
  }
  .top-px-lg-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .top-px-lg-n32 {
    inset-block-start: -2rem !important;
  }
  .top-px-lg-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .top-px-lg-n34 {
    inset-block-start: -2.125rem !important;
  }
  .top-px-lg-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .top-px-lg-n36 {
    inset-block-start: -2.25rem !important;
  }
  .top-px-lg-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .top-px-lg-n38 {
    inset-block-start: -2.375rem !important;
  }
  .top-px-lg-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .top-px-lg-n40 {
    inset-block-start: -2.5rem !important;
  }
  .top-px-lg-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .top-px-lg-n42 {
    inset-block-start: -2.625rem !important;
  }
  .top-px-lg-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .top-px-lg-n44 {
    inset-block-start: -2.75rem !important;
  }
  .top-px-lg-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .top-px-lg-n46 {
    inset-block-start: -2.875rem !important;
  }
  .top-px-lg-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .top-px-lg-n48 {
    inset-block-start: -3rem !important;
  }
  .top-px-lg-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .top-px-lg-n50 {
    inset-block-start: -3.125rem !important;
  }
  .top-px-lg-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .top-px-lg-n52 {
    inset-block-start: -3.25rem !important;
  }
  .top-px-lg-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .top-px-lg-n54 {
    inset-block-start: -3.375rem !important;
  }
  .top-px-lg-n56 {
    inset-block-start: -3.5rem !important;
  }
  .top-px-lg-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .top-px-lg-n58 {
    inset-block-start: -3.625rem !important;
  }
  .top-px-lg-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .top-px-lg-n60 {
    inset-block-start: -3.75rem !important;
  }
  .top-px-lg-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .top-px-lg-n62 {
    inset-block-start: -3.875rem !important;
  }
  .top-px-lg-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .top-px-lg-n64 {
    inset-block-start: -4rem !important;
  }
  .top-px-lg-n68 {
    inset-block-start: -4.25rem !important;
  }
  .top-px-lg-n70 {
    inset-block-start: -4.375rem !important;
  }
  .top-px-lg-n80 {
    inset-block-start: -5rem !important;
  }
  .top-px-lg-n82 {
    inset-block-start: -5.125rem !important;
  }
  .top-px-lg-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .top-px-lg-n84 {
    inset-block-start: -5.25rem !important;
  }
  .top-px-lg-n98 {
    inset-block-start: -6.125rem !important;
  }
  .top-px-lg-n104 {
    inset-block-start: -6.5rem !important;
  }
  .top-px-lg-n122 {
    inset-block-start: -7.625rem !important;
  }
  .top-px-lg-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .top-px-lg-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .top-px-lg-n148 {
    inset-block-start: -9.25rem !important;
  }
  .top-px-lg-n150 {
    inset-block-start: -9.375rem !important;
  }
  .top-px-lg-n180 {
    inset-block-start: -11.25rem !important;
  }
  .top-px-lg-n192 {
    inset-block-start: -12rem !important;
  }
  .top-px-lg-n200 {
    inset-block-start: -12.5rem !important;
  }
  .top-px-lg-n220 {
    inset-block-start: -13.75rem !important;
  }
  .top-px-lg-n270 {
    inset-block-start: -16.875rem !important;
  }
  .top-px-lg-n300 {
    inset-block-start: -18.75rem !important;
  }
  .top-px-lg-n350 {
    inset-block-start: -21.875rem !important;
  }
  .top-px-lg-n400 {
    inset-block-start: -25rem !important;
  }
  .top-px-lg-n500 {
    inset-block-start: -31.25rem !important;
  }
  .top-px-lg-n600 {
    inset-block-start: -37.5rem !important;
  }
  .bottom-px-lg-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .bottom-px-lg-n2 {
    inset-block-start: -0.125rem !important;
  }
  .bottom-px-lg-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .bottom-px-lg-n4 {
    inset-block-start: -0.25rem !important;
  }
  .bottom-px-lg-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .bottom-px-lg-n6 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-px-lg-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .bottom-px-lg-n8 {
    inset-block-start: -0.5rem !important;
  }
  .bottom-px-lg-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .bottom-px-lg-n10 {
    inset-block-start: -0.625rem !important;
  }
  .bottom-px-lg-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .bottom-px-lg-n12 {
    inset-block-start: -0.75rem !important;
  }
  .bottom-px-lg-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .bottom-px-lg-n14 {
    inset-block-start: -0.875rem !important;
  }
  .bottom-px-lg-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .bottom-px-lg-n16 {
    inset-block-start: -1rem !important;
  }
  .bottom-px-lg-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .bottom-px-lg-n18 {
    inset-block-start: -1.125rem !important;
  }
  .bottom-px-lg-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .bottom-px-lg-n20 {
    inset-block-start: -1.25rem !important;
  }
  .bottom-px-lg-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .bottom-px-lg-n22 {
    inset-block-start: -1.375rem !important;
  }
  .bottom-px-lg-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .bottom-px-lg-n24 {
    inset-block-start: -1.5rem !important;
  }
  .bottom-px-lg-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .bottom-px-lg-n26 {
    inset-block-start: -1.625rem !important;
  }
  .bottom-px-lg-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .bottom-px-lg-n28 {
    inset-block-start: -1.75rem !important;
  }
  .bottom-px-lg-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .bottom-px-lg-n30 {
    inset-block-start: -1.875rem !important;
  }
  .bottom-px-lg-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .bottom-px-lg-n32 {
    inset-block-start: -2rem !important;
  }
  .bottom-px-lg-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .bottom-px-lg-n34 {
    inset-block-start: -2.125rem !important;
  }
  .bottom-px-lg-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .bottom-px-lg-n36 {
    inset-block-start: -2.25rem !important;
  }
  .bottom-px-lg-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .bottom-px-lg-n38 {
    inset-block-start: -2.375rem !important;
  }
  .bottom-px-lg-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .bottom-px-lg-n40 {
    inset-block-start: -2.5rem !important;
  }
  .bottom-px-lg-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .bottom-px-lg-n42 {
    inset-block-start: -2.625rem !important;
  }
  .bottom-px-lg-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .bottom-px-lg-n44 {
    inset-block-start: -2.75rem !important;
  }
  .bottom-px-lg-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .bottom-px-lg-n46 {
    inset-block-start: -2.875rem !important;
  }
  .bottom-px-lg-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .bottom-px-lg-n48 {
    inset-block-start: -3rem !important;
  }
  .bottom-px-lg-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .bottom-px-lg-n50 {
    inset-block-start: -3.125rem !important;
  }
  .bottom-px-lg-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .bottom-px-lg-n52 {
    inset-block-start: -3.25rem !important;
  }
  .bottom-px-lg-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .bottom-px-lg-n54 {
    inset-block-start: -3.375rem !important;
  }
  .bottom-px-lg-n56 {
    inset-block-start: -3.5rem !important;
  }
  .bottom-px-lg-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .bottom-px-lg-n58 {
    inset-block-start: -3.625rem !important;
  }
  .bottom-px-lg-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .bottom-px-lg-n60 {
    inset-block-start: -3.75rem !important;
  }
  .bottom-px-lg-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .bottom-px-lg-n62 {
    inset-block-start: -3.875rem !important;
  }
  .bottom-px-lg-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .bottom-px-lg-n64 {
    inset-block-start: -4rem !important;
  }
  .bottom-px-lg-n68 {
    inset-block-start: -4.25rem !important;
  }
  .bottom-px-lg-n70 {
    inset-block-start: -4.375rem !important;
  }
  .bottom-px-lg-n80 {
    inset-block-start: -5rem !important;
  }
  .bottom-px-lg-n82 {
    inset-block-start: -5.125rem !important;
  }
  .bottom-px-lg-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .bottom-px-lg-n84 {
    inset-block-start: -5.25rem !important;
  }
  .bottom-px-lg-n98 {
    inset-block-start: -6.125rem !important;
  }
  .bottom-px-lg-n104 {
    inset-block-start: -6.5rem !important;
  }
  .bottom-px-lg-n122 {
    inset-block-start: -7.625rem !important;
  }
  .bottom-px-lg-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .bottom-px-lg-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .bottom-px-lg-n148 {
    inset-block-start: -9.25rem !important;
  }
  .bottom-px-lg-n150 {
    inset-block-start: -9.375rem !important;
  }
  .bottom-px-lg-n180 {
    inset-block-start: -11.25rem !important;
  }
  .bottom-px-lg-n192 {
    inset-block-start: -12rem !important;
  }
  .bottom-px-lg-n200 {
    inset-block-start: -12.5rem !important;
  }
  .bottom-px-lg-n220 {
    inset-block-start: -13.75rem !important;
  }
  .bottom-px-lg-n270 {
    inset-block-start: -16.875rem !important;
  }
  .bottom-px-lg-n300 {
    inset-block-start: -18.75rem !important;
  }
  .bottom-px-lg-n350 {
    inset-block-start: -21.875rem !important;
  }
  .bottom-px-lg-n400 {
    inset-block-start: -25rem !important;
  }
  .bottom-px-lg-n500 {
    inset-block-start: -31.25rem !important;
  }
  .bottom-px-lg-n600 {
    inset-block-start: -37.5rem !important;
  }
  .start-px-lg-n1 {
    inset-inline-start: -0.0625rem !important;
  }
  .start-px-lg-n2 {
    inset-inline-start: -0.125rem !important;
  }
  .start-px-lg-n3 {
    inset-inline-start: -0.1875rem !important;
  }
  .start-px-lg-n4 {
    inset-inline-start: -0.25rem !important;
  }
  .start-px-lg-n5 {
    inset-inline-start: -0.3125rem !important;
  }
  .start-px-lg-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-px-lg-n7 {
    inset-inline-start: -0.4375rem !important;
  }
  .start-px-lg-n8 {
    inset-inline-start: -0.5rem !important;
  }
  .start-px-lg-n9 {
    inset-inline-start: -0.5625rem !important;
  }
  .start-px-lg-n10 {
    inset-inline-start: -0.625rem !important;
  }
  .start-px-lg-n11 {
    inset-inline-start: -0.6875rem !important;
  }
  .start-px-lg-n12 {
    inset-inline-start: -0.75rem !important;
  }
  .start-px-lg-n13 {
    inset-inline-start: -0.8125rem !important;
  }
  .start-px-lg-n14 {
    inset-inline-start: -0.875rem !important;
  }
  .start-px-lg-n15 {
    inset-inline-start: -0.9375rem !important;
  }
  .start-px-lg-n16 {
    inset-inline-start: -1rem !important;
  }
  .start-px-lg-n17 {
    inset-inline-start: -1.0625rem !important;
  }
  .start-px-lg-n18 {
    inset-inline-start: -1.125rem !important;
  }
  .start-px-lg-n19 {
    inset-inline-start: -1.1875rem !important;
  }
  .start-px-lg-n20 {
    inset-inline-start: -1.25rem !important;
  }
  .start-px-lg-n21 {
    inset-inline-start: -1.3125rem !important;
  }
  .start-px-lg-n22 {
    inset-inline-start: -1.375rem !important;
  }
  .start-px-lg-n23 {
    inset-inline-start: -1.4375rem !important;
  }
  .start-px-lg-n24 {
    inset-inline-start: -1.5rem !important;
  }
  .start-px-lg-n25 {
    inset-inline-start: -1.5625rem !important;
  }
  .start-px-lg-n26 {
    inset-inline-start: -1.625rem !important;
  }
  .start-px-lg-n27 {
    inset-inline-start: -1.6875rem !important;
  }
  .start-px-lg-n28 {
    inset-inline-start: -1.75rem !important;
  }
  .start-px-lg-n29 {
    inset-inline-start: -1.8125rem !important;
  }
  .start-px-lg-n30 {
    inset-inline-start: -1.875rem !important;
  }
  .start-px-lg-n31 {
    inset-inline-start: -1.9375rem !important;
  }
  .start-px-lg-n32 {
    inset-inline-start: -2rem !important;
  }
  .start-px-lg-n33 {
    inset-inline-start: -2.0625rem !important;
  }
  .start-px-lg-n34 {
    inset-inline-start: -2.125rem !important;
  }
  .start-px-lg-n35 {
    inset-inline-start: -2.1875rem !important;
  }
  .start-px-lg-n36 {
    inset-inline-start: -2.25rem !important;
  }
  .start-px-lg-n37 {
    inset-inline-start: -2.3125rem !important;
  }
  .start-px-lg-n38 {
    inset-inline-start: -2.375rem !important;
  }
  .start-px-lg-n39 {
    inset-inline-start: -2.4375rem !important;
  }
  .start-px-lg-n40 {
    inset-inline-start: -2.5rem !important;
  }
  .start-px-lg-n41 {
    inset-inline-start: -2.5625rem !important;
  }
  .start-px-lg-n42 {
    inset-inline-start: -2.625rem !important;
  }
  .start-px-lg-n43 {
    inset-inline-start: -2.6875rem !important;
  }
  .start-px-lg-n44 {
    inset-inline-start: -2.75rem !important;
  }
  .start-px-lg-n45 {
    inset-inline-start: -2.8125rem !important;
  }
  .start-px-lg-n46 {
    inset-inline-start: -2.875rem !important;
  }
  .start-px-lg-n47 {
    inset-inline-start: -2.9375rem !important;
  }
  .start-px-lg-n48 {
    inset-inline-start: -3rem !important;
  }
  .start-px-lg-n49 {
    inset-inline-start: -3.0625rem !important;
  }
  .start-px-lg-n50 {
    inset-inline-start: -3.125rem !important;
  }
  .start-px-lg-n51 {
    inset-inline-start: -3.1875rem !important;
  }
  .start-px-lg-n52 {
    inset-inline-start: -3.25rem !important;
  }
  .start-px-lg-n53 {
    inset-inline-start: -3.3125rem !important;
  }
  .start-px-lg-n54 {
    inset-inline-start: -3.375rem !important;
  }
  .start-px-lg-n56 {
    inset-inline-start: -3.5rem !important;
  }
  .start-px-lg-n57 {
    inset-inline-start: -3.5625rem !important;
  }
  .start-px-lg-n58 {
    inset-inline-start: -3.625rem !important;
  }
  .start-px-lg-n59 {
    inset-inline-start: -3.6875rem !important;
  }
  .start-px-lg-n60 {
    inset-inline-start: -3.75rem !important;
  }
  .start-px-lg-n61 {
    inset-inline-start: -3.8125rem !important;
  }
  .start-px-lg-n62 {
    inset-inline-start: -3.875rem !important;
  }
  .start-px-lg-n63 {
    inset-inline-start: -3.9375rem !important;
  }
  .start-px-lg-n64 {
    inset-inline-start: -4rem !important;
  }
  .start-px-lg-n68 {
    inset-inline-start: -4.25rem !important;
  }
  .start-px-lg-n70 {
    inset-inline-start: -4.375rem !important;
  }
  .start-px-lg-n80 {
    inset-inline-start: -5rem !important;
  }
  .start-px-lg-n82 {
    inset-inline-start: -5.125rem !important;
  }
  .start-px-lg-n83 {
    inset-inline-start: -5.1875rem !important;
  }
  .start-px-lg-n84 {
    inset-inline-start: -5.25rem !important;
  }
  .start-px-lg-n98 {
    inset-inline-start: -6.125rem !important;
  }
  .start-px-lg-n104 {
    inset-inline-start: -6.5rem !important;
  }
  .start-px-lg-n122 {
    inset-inline-start: -7.625rem !important;
  }
  .start-px-lg-n123 {
    inset-inline-start: -7.6875rem !important;
  }
  .start-px-lg-n147 {
    inset-inline-start: -9.1875rem !important;
  }
  .start-px-lg-n148 {
    inset-inline-start: -9.25rem !important;
  }
  .start-px-lg-n150 {
    inset-inline-start: -9.375rem !important;
  }
  .start-px-lg-n180 {
    inset-inline-start: -11.25rem !important;
  }
  .start-px-lg-n192 {
    inset-inline-start: -12rem !important;
  }
  .start-px-lg-n200 {
    inset-inline-start: -12.5rem !important;
  }
  .start-px-lg-n220 {
    inset-inline-start: -13.75rem !important;
  }
  .start-px-lg-n270 {
    inset-inline-start: -16.875rem !important;
  }
  .start-px-lg-n300 {
    inset-inline-start: -18.75rem !important;
  }
  .start-px-lg-n350 {
    inset-inline-start: -21.875rem !important;
  }
  .start-px-lg-n400 {
    inset-inline-start: -25rem !important;
  }
  .start-px-lg-n500 {
    inset-inline-start: -31.25rem !important;
  }
  .start-px-lg-n600 {
    inset-inline-start: -37.5rem !important;
  }
  .end-px-lg-n1 {
    inset-inline-end: -0.0625rem !important;
  }
  .end-px-lg-n2 {
    inset-inline-end: -0.125rem !important;
  }
  .end-px-lg-n3 {
    inset-inline-end: -0.1875rem !important;
  }
  .end-px-lg-n4 {
    inset-inline-end: -0.25rem !important;
  }
  .end-px-lg-n5 {
    inset-inline-end: -0.3125rem !important;
  }
  .end-px-lg-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-px-lg-n7 {
    inset-inline-end: -0.4375rem !important;
  }
  .end-px-lg-n8 {
    inset-inline-end: -0.5rem !important;
  }
  .end-px-lg-n9 {
    inset-inline-end: -0.5625rem !important;
  }
  .end-px-lg-n10 {
    inset-inline-end: -0.625rem !important;
  }
  .end-px-lg-n11 {
    inset-inline-end: -0.6875rem !important;
  }
  .end-px-lg-n12 {
    inset-inline-end: -0.75rem !important;
  }
  .end-px-lg-n13 {
    inset-inline-end: -0.8125rem !important;
  }
  .end-px-lg-n14 {
    inset-inline-end: -0.875rem !important;
  }
  .end-px-lg-n15 {
    inset-inline-end: -0.9375rem !important;
  }
  .end-px-lg-n16 {
    inset-inline-end: -1rem !important;
  }
  .end-px-lg-n17 {
    inset-inline-end: -1.0625rem !important;
  }
  .end-px-lg-n18 {
    inset-inline-end: -1.125rem !important;
  }
  .end-px-lg-n19 {
    inset-inline-end: -1.1875rem !important;
  }
  .end-px-lg-n20 {
    inset-inline-end: -1.25rem !important;
  }
  .end-px-lg-n21 {
    inset-inline-end: -1.3125rem !important;
  }
  .end-px-lg-n22 {
    inset-inline-end: -1.375rem !important;
  }
  .end-px-lg-n23 {
    inset-inline-end: -1.4375rem !important;
  }
  .end-px-lg-n24 {
    inset-inline-end: -1.5rem !important;
  }
  .end-px-lg-n25 {
    inset-inline-end: -1.5625rem !important;
  }
  .end-px-lg-n26 {
    inset-inline-end: -1.625rem !important;
  }
  .end-px-lg-n27 {
    inset-inline-end: -1.6875rem !important;
  }
  .end-px-lg-n28 {
    inset-inline-end: -1.75rem !important;
  }
  .end-px-lg-n29 {
    inset-inline-end: -1.8125rem !important;
  }
  .end-px-lg-n30 {
    inset-inline-end: -1.875rem !important;
  }
  .end-px-lg-n31 {
    inset-inline-end: -1.9375rem !important;
  }
  .end-px-lg-n32 {
    inset-inline-end: -2rem !important;
  }
  .end-px-lg-n33 {
    inset-inline-end: -2.0625rem !important;
  }
  .end-px-lg-n34 {
    inset-inline-end: -2.125rem !important;
  }
  .end-px-lg-n35 {
    inset-inline-end: -2.1875rem !important;
  }
  .end-px-lg-n36 {
    inset-inline-end: -2.25rem !important;
  }
  .end-px-lg-n37 {
    inset-inline-end: -2.3125rem !important;
  }
  .end-px-lg-n38 {
    inset-inline-end: -2.375rem !important;
  }
  .end-px-lg-n39 {
    inset-inline-end: -2.4375rem !important;
  }
  .end-px-lg-n40 {
    inset-inline-end: -2.5rem !important;
  }
  .end-px-lg-n41 {
    inset-inline-end: -2.5625rem !important;
  }
  .end-px-lg-n42 {
    inset-inline-end: -2.625rem !important;
  }
  .end-px-lg-n43 {
    inset-inline-end: -2.6875rem !important;
  }
  .end-px-lg-n44 {
    inset-inline-end: -2.75rem !important;
  }
  .end-px-lg-n45 {
    inset-inline-end: -2.8125rem !important;
  }
  .end-px-lg-n46 {
    inset-inline-end: -2.875rem !important;
  }
  .end-px-lg-n47 {
    inset-inline-end: -2.9375rem !important;
  }
  .end-px-lg-n48 {
    inset-inline-end: -3rem !important;
  }
  .end-px-lg-n49 {
    inset-inline-end: -3.0625rem !important;
  }
  .end-px-lg-n50 {
    inset-inline-end: -3.125rem !important;
  }
  .end-px-lg-n51 {
    inset-inline-end: -3.1875rem !important;
  }
  .end-px-lg-n52 {
    inset-inline-end: -3.25rem !important;
  }
  .end-px-lg-n53 {
    inset-inline-end: -3.3125rem !important;
  }
  .end-px-lg-n54 {
    inset-inline-end: -3.375rem !important;
  }
  .end-px-lg-n56 {
    inset-inline-end: -3.5rem !important;
  }
  .end-px-lg-n57 {
    inset-inline-end: -3.5625rem !important;
  }
  .end-px-lg-n58 {
    inset-inline-end: -3.625rem !important;
  }
  .end-px-lg-n59 {
    inset-inline-end: -3.6875rem !important;
  }
  .end-px-lg-n60 {
    inset-inline-end: -3.75rem !important;
  }
  .end-px-lg-n61 {
    inset-inline-end: -3.8125rem !important;
  }
  .end-px-lg-n62 {
    inset-inline-end: -3.875rem !important;
  }
  .end-px-lg-n63 {
    inset-inline-end: -3.9375rem !important;
  }
  .end-px-lg-n64 {
    inset-inline-end: -4rem !important;
  }
  .end-px-lg-n68 {
    inset-inline-end: -4.25rem !important;
  }
  .end-px-lg-n70 {
    inset-inline-end: -4.375rem !important;
  }
  .end-px-lg-n80 {
    inset-inline-end: -5rem !important;
  }
  .end-px-lg-n82 {
    inset-inline-end: -5.125rem !important;
  }
  .end-px-lg-n83 {
    inset-inline-end: -5.1875rem !important;
  }
  .end-px-lg-n84 {
    inset-inline-end: -5.25rem !important;
  }
  .end-px-lg-n98 {
    inset-inline-end: -6.125rem !important;
  }
  .end-px-lg-n104 {
    inset-inline-end: -6.5rem !important;
  }
  .end-px-lg-n122 {
    inset-inline-end: -7.625rem !important;
  }
  .end-px-lg-n123 {
    inset-inline-end: -7.6875rem !important;
  }
  .end-px-lg-n147 {
    inset-inline-end: -9.1875rem !important;
  }
  .end-px-lg-n148 {
    inset-inline-end: -9.25rem !important;
  }
  .end-px-lg-n150 {
    inset-inline-end: -9.375rem !important;
  }
  .end-px-lg-n180 {
    inset-inline-end: -11.25rem !important;
  }
  .end-px-lg-n192 {
    inset-inline-end: -12rem !important;
  }
  .end-px-lg-n200 {
    inset-inline-end: -12.5rem !important;
  }
  .end-px-lg-n220 {
    inset-inline-end: -13.75rem !important;
  }
  .end-px-lg-n270 {
    inset-inline-end: -16.875rem !important;
  }
  .end-px-lg-n300 {
    inset-inline-end: -18.75rem !important;
  }
  .end-px-lg-n350 {
    inset-inline-end: -21.875rem !important;
  }
  .end-px-lg-n400 {
    inset-inline-end: -25rem !important;
  }
  .end-px-lg-n500 {
    inset-inline-end: -31.25rem !important;
  }
  .end-px-lg-n600 {
    inset-inline-end: -37.5rem !important;
  }
  .object-position-lg-top {
    object-position: top !important;
  }
  .object-position-lg-center {
    object-position: center !important;
  }
  .object-position-lg-bottom {
    object-position: bottom !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    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;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xl-35 {
    opacity: 0.35 !important;
  }
  .opacity-xl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xl-45 {
    opacity: 0.45 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-55 {
    opacity: 0.55 !important;
  }
  .opacity-xl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xl-65 {
    opacity: 0.65 !important;
  }
  .opacity-xl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xl-95 {
    opacity: 0.95 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !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;
  }
  .top-xl-0 {
    inset-block-start: 0% !important;
  }
  .top-xl-5 {
    inset-block-start: 5% !important;
  }
  .top-xl-10 {
    inset-block-start: 10% !important;
  }
  .top-xl-20 {
    inset-block-start: 20% !important;
  }
  .top-xl-25 {
    inset-block-start: 25% !important;
  }
  .top-xl-30 {
    inset-block-start: 30% !important;
  }
  .top-xl-33_3 {
    inset-block-start: 33.3% !important;
  }
  .top-xl-35 {
    inset-block-start: 35% !important;
  }
  .top-xl-40 {
    inset-block-start: 40% !important;
  }
  .top-xl-44 {
    inset-block-start: 44% !important;
  }
  .top-xl-45 {
    inset-block-start: 45% !important;
  }
  .top-xl-46 {
    inset-block-start: 46% !important;
  }
  .top-xl-48 {
    inset-block-start: 48% !important;
  }
  .top-xl-50 {
    inset-block-start: 50% !important;
  }
  .top-xl-60 {
    inset-block-start: 60% !important;
  }
  .top-xl-65 {
    inset-block-start: 65% !important;
  }
  .top-xl-70 {
    inset-block-start: 70% !important;
  }
  .top-xl-75 {
    inset-block-start: 75% !important;
  }
  .top-xl-80 {
    inset-block-start: 80% !important;
  }
  .top-xl-90 {
    inset-block-start: 90% !important;
  }
  .top-xl-95 {
    inset-block-start: 95% !important;
  }
  .top-xl-100 {
    inset-block-start: 100% !important;
  }
  .top-xl-auto {
    inset-block-start: auto !important;
  }
  .bottom-xl-0 {
    inset-block-end: 0% !important;
  }
  .bottom-xl-5 {
    inset-block-end: 5% !important;
  }
  .bottom-xl-10 {
    inset-block-end: 10% !important;
  }
  .bottom-xl-20 {
    inset-block-end: 20% !important;
  }
  .bottom-xl-25 {
    inset-block-end: 25% !important;
  }
  .bottom-xl-30 {
    inset-block-end: 30% !important;
  }
  .bottom-xl-33_3 {
    inset-block-end: 33.3% !important;
  }
  .bottom-xl-35 {
    inset-block-end: 35% !important;
  }
  .bottom-xl-40 {
    inset-block-end: 40% !important;
  }
  .bottom-xl-44 {
    inset-block-end: 44% !important;
  }
  .bottom-xl-45 {
    inset-block-end: 45% !important;
  }
  .bottom-xl-46 {
    inset-block-end: 46% !important;
  }
  .bottom-xl-48 {
    inset-block-end: 48% !important;
  }
  .bottom-xl-50 {
    inset-block-end: 50% !important;
  }
  .bottom-xl-60 {
    inset-block-end: 60% !important;
  }
  .bottom-xl-65 {
    inset-block-end: 65% !important;
  }
  .bottom-xl-70 {
    inset-block-end: 70% !important;
  }
  .bottom-xl-75 {
    inset-block-end: 75% !important;
  }
  .bottom-xl-80 {
    inset-block-end: 80% !important;
  }
  .bottom-xl-90 {
    inset-block-end: 90% !important;
  }
  .bottom-xl-95 {
    inset-block-end: 95% !important;
  }
  .bottom-xl-100 {
    inset-block-end: 100% !important;
  }
  .bottom-xl-auto {
    inset-block-end: auto !important;
  }
  .start-xl-0 {
    inset-inline-start: 0% !important;
  }
  .start-xl-5 {
    inset-inline-start: 5% !important;
  }
  .start-xl-10 {
    inset-inline-start: 10% !important;
  }
  .start-xl-20 {
    inset-inline-start: 20% !important;
  }
  .start-xl-25 {
    inset-inline-start: 25% !important;
  }
  .start-xl-30 {
    inset-inline-start: 30% !important;
  }
  .start-xl-33_3 {
    inset-inline-start: 33.3% !important;
  }
  .start-xl-35 {
    inset-inline-start: 35% !important;
  }
  .start-xl-40 {
    inset-inline-start: 40% !important;
  }
  .start-xl-44 {
    inset-inline-start: 44% !important;
  }
  .start-xl-45 {
    inset-inline-start: 45% !important;
  }
  .start-xl-46 {
    inset-inline-start: 46% !important;
  }
  .start-xl-48 {
    inset-inline-start: 48% !important;
  }
  .start-xl-50 {
    inset-inline-start: 50% !important;
  }
  .start-xl-60 {
    inset-inline-start: 60% !important;
  }
  .start-xl-65 {
    inset-inline-start: 65% !important;
  }
  .start-xl-70 {
    inset-inline-start: 70% !important;
  }
  .start-xl-75 {
    inset-inline-start: 75% !important;
  }
  .start-xl-80 {
    inset-inline-start: 80% !important;
  }
  .start-xl-90 {
    inset-inline-start: 90% !important;
  }
  .start-xl-95 {
    inset-inline-start: 95% !important;
  }
  .start-xl-100 {
    inset-inline-start: 100% !important;
  }
  .start-xl-auto {
    inset-inline-start: auto !important;
  }
  .end-xl-0 {
    inset-inline-end: 0% !important;
  }
  .end-xl-5 {
    inset-inline-end: 5% !important;
  }
  .end-xl-10 {
    inset-inline-end: 10% !important;
  }
  .end-xl-20 {
    inset-inline-end: 20% !important;
  }
  .end-xl-25 {
    inset-inline-end: 25% !important;
  }
  .end-xl-30 {
    inset-inline-end: 30% !important;
  }
  .end-xl-33_3 {
    inset-inline-end: 33.3% !important;
  }
  .end-xl-35 {
    inset-inline-end: 35% !important;
  }
  .end-xl-40 {
    inset-inline-end: 40% !important;
  }
  .end-xl-44 {
    inset-inline-end: 44% !important;
  }
  .end-xl-45 {
    inset-inline-end: 45% !important;
  }
  .end-xl-46 {
    inset-inline-end: 46% !important;
  }
  .end-xl-48 {
    inset-inline-end: 48% !important;
  }
  .end-xl-50 {
    inset-inline-end: 50% !important;
  }
  .end-xl-60 {
    inset-inline-end: 60% !important;
  }
  .end-xl-65 {
    inset-inline-end: 65% !important;
  }
  .end-xl-70 {
    inset-inline-end: 70% !important;
  }
  .end-xl-75 {
    inset-inline-end: 75% !important;
  }
  .end-xl-80 {
    inset-inline-end: 80% !important;
  }
  .end-xl-90 {
    inset-inline-end: 90% !important;
  }
  .end-xl-95 {
    inset-inline-end: 95% !important;
  }
  .end-xl-100 {
    inset-inline-end: 100% !important;
  }
  .end-xl-auto {
    inset-inline-end: auto !important;
  }
  .border-top-xl-0 {
    border-block-start: 0px !important;
  }
  .border-top-xl-1 {
    border-block-start: 1px solid !important;
  }
  .border-top-xl-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-xl-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-xl-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-xl-5 {
    border-block-start: 5px solid !important;
  }
  .border-end-xl-0 {
    border-inline-end: 0px !important;
  }
  .border-end-xl-1 {
    border-inline-end: 1px solid !important;
  }
  .border-end-xl-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-xl-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-xl-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-xl-5 {
    border-inline-end: 5px solid !important;
  }
  .border-bottom-xl-0 {
    border-block-end: 0px !important;
  }
  .border-bottom-xl-1 {
    border-block-end: 1px solid !important;
  }
  .border-bottom-xl-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-xl-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-xl-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-xl-5 {
    border-block-end: 5px solid !important;
  }
  .border-start-xl-0 {
    border-inline-start: 0px !important;
  }
  .border-start-xl-1 {
    border-inline-start: 1px solid !important;
  }
  .border-start-xl-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-xl-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-xl-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-xl-5 {
    border-inline-start: 5px solid !important;
  }
  .max-w-xl-0 {
    max-width: 0% !important;
  }
  .max-w-xl-5 {
    max-width: 5% !important;
  }
  .max-w-xl-10 {
    max-width: 10% !important;
  }
  .max-w-xl-20 {
    max-width: 20% !important;
  }
  .max-w-xl-25 {
    max-width: 25% !important;
  }
  .max-w-xl-30 {
    max-width: 30% !important;
  }
  .max-w-xl-33_3 {
    max-width: 33.3% !important;
  }
  .max-w-xl-35 {
    max-width: 35% !important;
  }
  .max-w-xl-40 {
    max-width: 40% !important;
  }
  .max-w-xl-44 {
    max-width: 44% !important;
  }
  .max-w-xl-45 {
    max-width: 45% !important;
  }
  .max-w-xl-46 {
    max-width: 46% !important;
  }
  .max-w-xl-48 {
    max-width: 48% !important;
  }
  .max-w-xl-50 {
    max-width: 50% !important;
  }
  .max-w-xl-60 {
    max-width: 60% !important;
  }
  .max-w-xl-65 {
    max-width: 65% !important;
  }
  .max-w-xl-70 {
    max-width: 70% !important;
  }
  .max-w-xl-75 {
    max-width: 75% !important;
  }
  .max-w-xl-80 {
    max-width: 80% !important;
  }
  .max-w-xl-90 {
    max-width: 90% !important;
  }
  .max-w-xl-95 {
    max-width: 95% !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .max-w-xl-auto {
    max-width: auto !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-33_3 {
    height: 33.3% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .max-h-xl-0 {
    max-height: 0% !important;
  }
  .max-h-xl-5 {
    max-height: 5% !important;
  }
  .max-h-xl-10 {
    max-height: 10% !important;
  }
  .max-h-xl-20 {
    max-height: 20% !important;
  }
  .max-h-xl-25 {
    max-height: 25% !important;
  }
  .max-h-xl-30 {
    max-height: 30% !important;
  }
  .max-h-xl-33_3 {
    max-height: 33.3% !important;
  }
  .max-h-xl-35 {
    max-height: 35% !important;
  }
  .max-h-xl-40 {
    max-height: 40% !important;
  }
  .max-h-xl-44 {
    max-height: 44% !important;
  }
  .max-h-xl-45 {
    max-height: 45% !important;
  }
  .max-h-xl-46 {
    max-height: 46% !important;
  }
  .max-h-xl-48 {
    max-height: 48% !important;
  }
  .max-h-xl-50 {
    max-height: 50% !important;
  }
  .max-h-xl-60 {
    max-height: 60% !important;
  }
  .max-h-xl-65 {
    max-height: 65% !important;
  }
  .max-h-xl-70 {
    max-height: 70% !important;
  }
  .max-h-xl-75 {
    max-height: 75% !important;
  }
  .max-h-xl-80 {
    max-height: 80% !important;
  }
  .max-h-xl-90 {
    max-height: 90% !important;
  }
  .max-h-xl-95 {
    max-height: 95% !important;
  }
  .max-h-xl-100 {
    max-height: 100% !important;
  }
  .max-h-xl-auto {
    max-height: auto !important;
  }
  .vh-calc-xl-unset {
    height: unset !important;
  }
  .vh-calc-xl-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-calc-xl-92 {
    height: calc(100vh - 92px) !important;
  }
  .vh-calc-xl-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-calc-xl-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-calc-xl-156 {
    height: calc(100vh - 156px) !important;
  }
  .vh-calc-xl-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-calc-xl-188 {
    height: calc(100vh - 60px - 128px) !important;
  }
  .vh-calc-xl-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-calc-xl-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-calc-xl-198 {
    height: calc(100vh - 60px - 138px) !important;
  }
  .vh-calc-xl-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-calc-xl-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-calc-xl-210 {
    height: calc(100vh - 60px - 150px) !important;
  }
  .vh-calc-xl-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-calc-xl-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-calc-xl-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-calc-xl-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-calc-xl-242 {
    height: calc(100vh - 60px - 80px - 102px) !important;
  }
  .vh-calc-xl-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-calc-xl-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-xl-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-xl-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-calc-xl-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-calc-xl-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-calc-xl-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-calc-xl-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-calc-xl-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-calc-xl-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-calc-xl-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-calc-xl-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-calc-xl-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-calc-xl-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-calc-xl-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-calc-xl-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-calc-xl-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-calc-xl-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-calc-xl-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-calc-xl-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-calc-xl-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-calc-xl-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-calc-xl-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-calc-xl-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-calc-xl-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .flex-xl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xl-0 {
    flex: 0 0 auto !important;
  }
  .flex-xl-1 {
    flex: 1 !important;
  }
  .flex-xl-2 {
    flex: 2 !important;
  }
  .flex-xl-3 {
    flex: 3 !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: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-px-xl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-px-xl-1 {
    row-gap: 0.0625rem !important;
  }
  .row-gap-px-xl-2 {
    row-gap: 0.125rem !important;
  }
  .row-gap-px-xl-3 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-px-xl-4 {
    row-gap: 0.25rem !important;
  }
  .row-gap-px-xl-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-px-xl-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-px-xl-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-px-xl-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-px-xl-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-px-xl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-px-xl-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-px-xl-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-px-xl-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-px-xl-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-px-xl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-px-xl-16 {
    row-gap: 1rem !important;
  }
  .row-gap-px-xl-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-px-xl-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-px-xl-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-px-xl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-px-xl-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-px-xl-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-px-xl-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-px-xl-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-px-xl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-px-xl-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-px-xl-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-px-xl-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-px-xl-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-px-xl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-px-xl-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-px-xl-32 {
    row-gap: 2rem !important;
  }
  .row-gap-px-xl-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-px-xl-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-px-xl-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-px-xl-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-px-xl-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-px-xl-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-px-xl-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-px-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-px-xl-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-px-xl-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-px-xl-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-px-xl-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-px-xl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-px-xl-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-px-xl-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-px-xl-48 {
    row-gap: 3rem !important;
  }
  .row-gap-px-xl-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-px-xl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-px-xl-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-px-xl-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-px-xl-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-px-xl-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-px-xl-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-px-xl-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-px-xl-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-px-xl-59 {
    row-gap: 3.6875rem !important;
  }
  .row-gap-px-xl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-px-xl-61 {
    row-gap: 3.8125rem !important;
  }
  .row-gap-px-xl-62 {
    row-gap: 3.875rem !important;
  }
  .row-gap-px-xl-63 {
    row-gap: 3.9375rem !important;
  }
  .row-gap-px-xl-64 {
    row-gap: 4rem !important;
  }
  .row-gap-px-xl-68 {
    row-gap: 4.25rem !important;
  }
  .row-gap-px-xl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-px-xl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-px-xl-82 {
    row-gap: 5.125rem !important;
  }
  .row-gap-px-xl-83 {
    row-gap: 5.1875rem !important;
  }
  .row-gap-px-xl-84 {
    row-gap: 5.25rem !important;
  }
  .row-gap-px-xl-98 {
    row-gap: 6.125rem !important;
  }
  .row-gap-px-xl-104 {
    row-gap: 6.5rem !important;
  }
  .row-gap-px-xl-122 {
    row-gap: 7.625rem !important;
  }
  .row-gap-px-xl-123 {
    row-gap: 7.6875rem !important;
  }
  .row-gap-px-xl-147 {
    row-gap: 9.1875rem !important;
  }
  .row-gap-px-xl-148 {
    row-gap: 9.25rem !important;
  }
  .row-gap-px-xl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-px-xl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-px-xl-192 {
    row-gap: 12rem !important;
  }
  .row-gap-px-xl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-px-xl-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-px-xl-270 {
    row-gap: 16.875rem !important;
  }
  .row-gap-px-xl-300 {
    row-gap: 18.75rem !important;
  }
  .row-gap-px-xl-350 {
    row-gap: 21.875rem !important;
  }
  .row-gap-px-xl-400 {
    row-gap: 25rem !important;
  }
  .row-gap-px-xl-500 {
    row-gap: 31.25rem !important;
  }
  .row-gap-px-xl-600 {
    row-gap: 37.5rem !important;
  }
  .column-gap-px-xl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-px-xl-1 {
    column-gap: 0.0625rem !important;
  }
  .column-gap-px-xl-2 {
    column-gap: 0.125rem !important;
  }
  .column-gap-px-xl-3 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-px-xl-4 {
    column-gap: 0.25rem !important;
  }
  .column-gap-px-xl-5 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-px-xl-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-px-xl-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-px-xl-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-px-xl-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-px-xl-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-px-xl-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-px-xl-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-px-xl-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-px-xl-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-px-xl-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-px-xl-16 {
    column-gap: 1rem !important;
  }
  .column-gap-px-xl-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-px-xl-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-px-xl-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-px-xl-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-px-xl-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-px-xl-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-px-xl-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-px-xl-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-px-xl-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-px-xl-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-px-xl-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-px-xl-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-px-xl-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-px-xl-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-px-xl-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-px-xl-32 {
    column-gap: 2rem !important;
  }
  .column-gap-px-xl-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-px-xl-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-px-xl-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-px-xl-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-px-xl-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-px-xl-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-px-xl-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-px-xl-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-px-xl-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-px-xl-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-px-xl-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-px-xl-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-px-xl-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-px-xl-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-px-xl-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-px-xl-48 {
    column-gap: 3rem !important;
  }
  .column-gap-px-xl-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-px-xl-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-px-xl-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-px-xl-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-px-xl-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-px-xl-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-px-xl-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-px-xl-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-px-xl-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-px-xl-59 {
    column-gap: 3.6875rem !important;
  }
  .column-gap-px-xl-60 {
    column-gap: 3.75rem !important;
  }
  .column-gap-px-xl-61 {
    column-gap: 3.8125rem !important;
  }
  .column-gap-px-xl-62 {
    column-gap: 3.875rem !important;
  }
  .column-gap-px-xl-63 {
    column-gap: 3.9375rem !important;
  }
  .column-gap-px-xl-64 {
    column-gap: 4rem !important;
  }
  .column-gap-px-xl-68 {
    column-gap: 4.25rem !important;
  }
  .column-gap-px-xl-70 {
    column-gap: 4.375rem !important;
  }
  .column-gap-px-xl-80 {
    column-gap: 5rem !important;
  }
  .column-gap-px-xl-82 {
    column-gap: 5.125rem !important;
  }
  .column-gap-px-xl-83 {
    column-gap: 5.1875rem !important;
  }
  .column-gap-px-xl-84 {
    column-gap: 5.25rem !important;
  }
  .column-gap-px-xl-98 {
    column-gap: 6.125rem !important;
  }
  .column-gap-px-xl-104 {
    column-gap: 6.5rem !important;
  }
  .column-gap-px-xl-122 {
    column-gap: 7.625rem !important;
  }
  .column-gap-px-xl-123 {
    column-gap: 7.6875rem !important;
  }
  .column-gap-px-xl-147 {
    column-gap: 9.1875rem !important;
  }
  .column-gap-px-xl-148 {
    column-gap: 9.25rem !important;
  }
  .column-gap-px-xl-150 {
    column-gap: 9.375rem !important;
  }
  .column-gap-px-xl-180 {
    column-gap: 11.25rem !important;
  }
  .column-gap-px-xl-192 {
    column-gap: 12rem !important;
  }
  .column-gap-px-xl-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-px-xl-220 {
    column-gap: 13.75rem !important;
  }
  .column-gap-px-xl-270 {
    column-gap: 16.875rem !important;
  }
  .column-gap-px-xl-300 {
    column-gap: 18.75rem !important;
  }
  .column-gap-px-xl-350 {
    column-gap: 21.875rem !important;
  }
  .column-gap-px-xl-400 {
    column-gap: 25rem !important;
  }
  .column-gap-px-xl-500 {
    column-gap: 31.25rem !important;
  }
  .column-gap-px-xl-600 {
    column-gap: 37.5rem !important;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .grid-cols-xl-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .fs-xl-0 {
    font-size: 0rem !important;
  }
  .fs-xl-1 {
    font-size: 0.0625rem !important;
  }
  .fs-xl-2 {
    font-size: 0.125rem !important;
  }
  .fs-xl-3 {
    font-size: 0.1875rem !important;
  }
  .fs-xl-4 {
    font-size: 0.25rem !important;
  }
  .fs-xl-5 {
    font-size: 0.3125rem !important;
  }
  .fs-xl-6 {
    font-size: 0.375rem !important;
  }
  .fs-xl-7 {
    font-size: 0.4375rem !important;
  }
  .fs-xl-8 {
    font-size: 0.5rem !important;
  }
  .fs-xl-9 {
    font-size: 0.5625rem !important;
  }
  .fs-xl-10 {
    font-size: 0.625rem !important;
  }
  .fs-xl-11 {
    font-size: 0.6875rem !important;
  }
  .fs-xl-12 {
    font-size: 0.75rem !important;
  }
  .fs-xl-13 {
    font-size: 0.8125rem !important;
  }
  .fs-xl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xl-16 {
    font-size: 1rem !important;
  }
  .fs-xl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xl-19 {
    font-size: 1.1875rem !important;
  }
  .fs-xl-20 {
    font-size: 1.25rem !important;
  }
  .fs-xl-21 {
    font-size: 1.3125rem !important;
  }
  .fs-xl-22 {
    font-size: 1.375rem !important;
  }
  .fs-xl-23 {
    font-size: 1.4375rem !important;
  }
  .fs-xl-24 {
    font-size: 1.5rem !important;
  }
  .fs-xl-25 {
    font-size: 1.5625rem !important;
  }
  .fs-xl-26 {
    font-size: 1.625rem !important;
  }
  .fs-xl-27 {
    font-size: 1.6875rem !important;
  }
  .fs-xl-28 {
    font-size: 1.75rem !important;
  }
  .fs-xl-29 {
    font-size: 1.8125rem !important;
  }
  .fs-xl-30 {
    font-size: 1.875rem !important;
  }
  .fs-xl-31 {
    font-size: 1.9375rem !important;
  }
  .fs-xl-32 {
    font-size: 2rem !important;
  }
  .fs-xl-33 {
    font-size: 2.0625rem !important;
  }
  .fs-xl-34 {
    font-size: 2.125rem !important;
  }
  .fs-xl-35 {
    font-size: 2.1875rem !important;
  }
  .fs-xl-36 {
    font-size: 2.25rem !important;
  }
  .fs-xl-37 {
    font-size: 2.3125rem !important;
  }
  .fs-xl-38 {
    font-size: 2.375rem !important;
  }
  .fs-xl-39 {
    font-size: 2.4375rem !important;
  }
  .fs-xl-40 {
    font-size: 2.5rem !important;
  }
  .fs-xl-41 {
    font-size: 2.5625rem !important;
  }
  .fs-xl-42 {
    font-size: 2.625rem !important;
  }
  .fs-xl-43 {
    font-size: 2.6875rem !important;
  }
  .fs-xl-44 {
    font-size: 2.75rem !important;
  }
  .fs-xl-45 {
    font-size: 2.8125rem !important;
  }
  .fs-xl-46 {
    font-size: 2.875rem !important;
  }
  .fs-xl-47 {
    font-size: 2.9375rem !important;
  }
  .fs-xl-48 {
    font-size: 3rem !important;
  }
  .fs-xl-49 {
    font-size: 3.0625rem !important;
  }
  .fs-xl-50 {
    font-size: 3.125rem !important;
  }
  .fs-xl-51 {
    font-size: 3.1875rem !important;
  }
  .fs-xl-52 {
    font-size: 3.25rem !important;
  }
  .fs-xl-53 {
    font-size: 3.3125rem !important;
  }
  .fs-xl-54 {
    font-size: 3.375rem !important;
  }
  .fs-xl-56 {
    font-size: 3.5rem !important;
  }
  .fs-xl-57 {
    font-size: 3.5625rem !important;
  }
  .fs-xl-58 {
    font-size: 3.625rem !important;
  }
  .fs-xl-59 {
    font-size: 3.6875rem !important;
  }
  .fs-xl-60 {
    font-size: 3.75rem !important;
  }
  .fs-xl-61 {
    font-size: 3.8125rem !important;
  }
  .fs-xl-62 {
    font-size: 3.875rem !important;
  }
  .fs-xl-63 {
    font-size: 3.9375rem !important;
  }
  .fs-xl-64 {
    font-size: 4rem !important;
  }
  .fs-xl-68 {
    font-size: 4.25rem !important;
  }
  .fs-xl-70 {
    font-size: 4.375rem !important;
  }
  .fs-xl-80 {
    font-size: 5rem !important;
  }
  .fs-xl-82 {
    font-size: 5.125rem !important;
  }
  .fs-xl-83 {
    font-size: 5.1875rem !important;
  }
  .fs-xl-84 {
    font-size: 5.25rem !important;
  }
  .fs-xl-98 {
    font-size: 6.125rem !important;
  }
  .fs-xl-104 {
    font-size: 6.5rem !important;
  }
  .fs-xl-122 {
    font-size: 7.625rem !important;
  }
  .fs-xl-123 {
    font-size: 7.6875rem !important;
  }
  .fs-xl-147 {
    font-size: 9.1875rem !important;
  }
  .fs-xl-148 {
    font-size: 9.25rem !important;
  }
  .fs-xl-150 {
    font-size: 9.375rem !important;
  }
  .fs-xl-180 {
    font-size: 11.25rem !important;
  }
  .fs-xl-192 {
    font-size: 12rem !important;
  }
  .fs-xl-200 {
    font-size: 12.5rem !important;
  }
  .fs-xl-220 {
    font-size: 13.75rem !important;
  }
  .fs-xl-270 {
    font-size: 16.875rem !important;
  }
  .fs-xl-300 {
    font-size: 18.75rem !important;
  }
  .fs-xl-350 {
    font-size: 21.875rem !important;
  }
  .fs-xl-400 {
    font-size: 25rem !important;
  }
  .fs-xl-500 {
    font-size: 31.25rem !important;
  }
  .fs-xl-600 {
    font-size: 37.5rem !important;
  }
  .w-px-xl-0 {
    width: 0rem !important;
  }
  .w-px-xl-1 {
    width: 0.0625rem !important;
  }
  .w-px-xl-2 {
    width: 0.125rem !important;
  }
  .w-px-xl-3 {
    width: 0.1875rem !important;
  }
  .w-px-xl-4 {
    width: 0.25rem !important;
  }
  .w-px-xl-5 {
    width: 0.3125rem !important;
  }
  .w-px-xl-6 {
    width: 0.375rem !important;
  }
  .w-px-xl-7 {
    width: 0.4375rem !important;
  }
  .w-px-xl-8 {
    width: 0.5rem !important;
  }
  .w-px-xl-9 {
    width: 0.5625rem !important;
  }
  .w-px-xl-10 {
    width: 0.625rem !important;
  }
  .w-px-xl-11 {
    width: 0.6875rem !important;
  }
  .w-px-xl-12 {
    width: 0.75rem !important;
  }
  .w-px-xl-13 {
    width: 0.8125rem !important;
  }
  .w-px-xl-14 {
    width: 0.875rem !important;
  }
  .w-px-xl-15 {
    width: 0.9375rem !important;
  }
  .w-px-xl-16 {
    width: 1rem !important;
  }
  .w-px-xl-17 {
    width: 1.0625rem !important;
  }
  .w-px-xl-18 {
    width: 1.125rem !important;
  }
  .w-px-xl-19 {
    width: 1.1875rem !important;
  }
  .w-px-xl-20 {
    width: 1.25rem !important;
  }
  .w-px-xl-21 {
    width: 1.3125rem !important;
  }
  .w-px-xl-22 {
    width: 1.375rem !important;
  }
  .w-px-xl-23 {
    width: 1.4375rem !important;
  }
  .w-px-xl-24 {
    width: 1.5rem !important;
  }
  .w-px-xl-25 {
    width: 1.5625rem !important;
  }
  .w-px-xl-26 {
    width: 1.625rem !important;
  }
  .w-px-xl-27 {
    width: 1.6875rem !important;
  }
  .w-px-xl-28 {
    width: 1.75rem !important;
  }
  .w-px-xl-29 {
    width: 1.8125rem !important;
  }
  .w-px-xl-30 {
    width: 1.875rem !important;
  }
  .w-px-xl-31 {
    width: 1.9375rem !important;
  }
  .w-px-xl-32 {
    width: 2rem !important;
  }
  .w-px-xl-33 {
    width: 2.0625rem !important;
  }
  .w-px-xl-34 {
    width: 2.125rem !important;
  }
  .w-px-xl-35 {
    width: 2.1875rem !important;
  }
  .w-px-xl-36 {
    width: 2.25rem !important;
  }
  .w-px-xl-37 {
    width: 2.3125rem !important;
  }
  .w-px-xl-38 {
    width: 2.375rem !important;
  }
  .w-px-xl-39 {
    width: 2.4375rem !important;
  }
  .w-px-xl-40 {
    width: 2.5rem !important;
  }
  .w-px-xl-41 {
    width: 2.5625rem !important;
  }
  .w-px-xl-42 {
    width: 2.625rem !important;
  }
  .w-px-xl-43 {
    width: 2.6875rem !important;
  }
  .w-px-xl-44 {
    width: 2.75rem !important;
  }
  .w-px-xl-45 {
    width: 2.8125rem !important;
  }
  .w-px-xl-46 {
    width: 2.875rem !important;
  }
  .w-px-xl-47 {
    width: 2.9375rem !important;
  }
  .w-px-xl-48 {
    width: 3rem !important;
  }
  .w-px-xl-49 {
    width: 3.0625rem !important;
  }
  .w-px-xl-50 {
    width: 3.125rem !important;
  }
  .w-px-xl-51 {
    width: 3.1875rem !important;
  }
  .w-px-xl-52 {
    width: 3.25rem !important;
  }
  .w-px-xl-53 {
    width: 3.3125rem !important;
  }
  .w-px-xl-54 {
    width: 3.375rem !important;
  }
  .w-px-xl-56 {
    width: 3.5rem !important;
  }
  .w-px-xl-57 {
    width: 3.5625rem !important;
  }
  .w-px-xl-58 {
    width: 3.625rem !important;
  }
  .w-px-xl-59 {
    width: 3.6875rem !important;
  }
  .w-px-xl-60 {
    width: 3.75rem !important;
  }
  .w-px-xl-61 {
    width: 3.8125rem !important;
  }
  .w-px-xl-62 {
    width: 3.875rem !important;
  }
  .w-px-xl-63 {
    width: 3.9375rem !important;
  }
  .w-px-xl-64 {
    width: 4rem !important;
  }
  .w-px-xl-68 {
    width: 4.25rem !important;
  }
  .w-px-xl-70 {
    width: 4.375rem !important;
  }
  .w-px-xl-80 {
    width: 5rem !important;
  }
  .w-px-xl-82 {
    width: 5.125rem !important;
  }
  .w-px-xl-83 {
    width: 5.1875rem !important;
  }
  .w-px-xl-84 {
    width: 5.25rem !important;
  }
  .w-px-xl-98 {
    width: 6.125rem !important;
  }
  .w-px-xl-104 {
    width: 6.5rem !important;
  }
  .w-px-xl-122 {
    width: 7.625rem !important;
  }
  .w-px-xl-123 {
    width: 7.6875rem !important;
  }
  .w-px-xl-147 {
    width: 9.1875rem !important;
  }
  .w-px-xl-148 {
    width: 9.25rem !important;
  }
  .w-px-xl-150 {
    width: 9.375rem !important;
  }
  .w-px-xl-180 {
    width: 11.25rem !important;
  }
  .w-px-xl-192 {
    width: 12rem !important;
  }
  .w-px-xl-200 {
    width: 12.5rem !important;
  }
  .w-px-xl-220 {
    width: 13.75rem !important;
  }
  .w-px-xl-270 {
    width: 16.875rem !important;
  }
  .w-px-xl-300 {
    width: 18.75rem !important;
  }
  .w-px-xl-350 {
    width: 21.875rem !important;
  }
  .w-px-xl-400 {
    width: 25rem !important;
  }
  .w-px-xl-500 {
    width: 31.25rem !important;
  }
  .w-px-xl-600 {
    width: 37.5rem !important;
  }
  .w-rem-xl-unset {
    width: unset !important;
  }
  .w-rem-xl-1 {
    width: 1rem !important;
  }
  .w-rem-xl-2 {
    width: 2rem !important;
  }
  .w-rem-xl-3 {
    width: 3rem !important;
  }
  .w-rem-xl-4 {
    width: 4rem !important;
  }
  .w-rem-xl-5 {
    width: 5rem !important;
  }
  .w-rem-xl-7 {
    width: 7rem !important;
  }
  .w-rem-xl-8 {
    width: 8rem !important;
  }
  .w-rem-xl-9 {
    width: 9rem !important;
  }
  .w-rem-xl-10 {
    width: 10rem !important;
  }
  .w-rem-xl-11 {
    width: 11rem !important;
  }
  .w-rem-xl-12 {
    width: 12rem !important;
  }
  .w-rem-xl-13 {
    width: 13rem !important;
  }
  .w-rem-xl-14 {
    width: 14rem !important;
  }
  .w-rem-xl-15 {
    width: 15rem !important;
  }
  .w-rem-xl-16 {
    width: 16rem !important;
  }
  .w-rem-xl-17 {
    width: 17rem !important;
  }
  .w-rem-xl-18 {
    width: 18rem !important;
  }
  .w-rem-xl-19 {
    width: 19rem !important;
  }
  .w-rem-xl-20 {
    width: 20rem !important;
  }
  .w-rem-xl-23 {
    width: 23rem !important;
  }
  .w-rem-xl-25 {
    width: 25rem !important;
  }
  .w-rem-xl-30 {
    width: 30rem !important;
  }
  .w-rem-xl-31 {
    width: 31rem !important;
  }
  .w-rem-xl-32 {
    width: 32rem !important;
  }
  .w-rem-xl-33 {
    width: 33rem !important;
  }
  .w-rem-xl-34 {
    width: 34rem !important;
  }
  .w-rem-xl-35 {
    width: 35rem !important;
  }
  .w-rem-xl-36 {
    width: 36rem !important;
  }
  .w-rem-xl-37 {
    width: 37rem !important;
  }
  .w-rem-xl-38 {
    width: 38rem !important;
  }
  .w-rem-xl-39 {
    width: 39rem !important;
  }
  .w-rem-xl-40 {
    width: 40rem !important;
  }
  .w-rem-xl-41 {
    width: 41rem !important;
  }
  .w-rem-xl-42 {
    width: 42rem !important;
  }
  .w-rem-xl-43 {
    width: 43rem !important;
  }
  .w-rem-xl-44 {
    width: 44rem !important;
  }
  .w-rem-xl-45 {
    width: 45rem !important;
  }
  .w-rem-xl-46 {
    width: 46rem !important;
  }
  .w-rem-xl-47 {
    width: 47rem !important;
  }
  .w-rem-xl-48 {
    width: 48rem !important;
  }
  .w-rem-xl-49 {
    width: 49rem !important;
  }
  .w-rem-xl-50 {
    width: 50rem !important;
  }
  .w-rem-xl-51 {
    width: 51rem !important;
  }
  .w-rem-xl-52 {
    width: 52rem !important;
  }
  .w-rem-xl-53 {
    width: 53rem !important;
  }
  .w-rem-xl-54 {
    width: 54rem !important;
  }
  .w-rem-xl-55 {
    width: 55rem !important;
  }
  .w-rem-xl-56 {
    width: 56rem !important;
  }
  .w-rem-xl-57 {
    width: 57rem !important;
  }
  .w-rem-xl-58 {
    width: 58rem !important;
  }
  .w-rem-xl-59 {
    width: 59rem !important;
  }
  .w-rem-xl-60 {
    width: 60rem !important;
  }
  .w-rem-xl-61 {
    width: 61rem !important;
  }
  .w-rem-xl-62 {
    width: 62rem !important;
  }
  .w-rem-xl-63 {
    width: 63rem !important;
  }
  .w-rem-xl-64 {
    width: 64rem !important;
  }
  .w-rem-xl-65 {
    width: 65rem !important;
  }
  .w-rem-xl-66 {
    width: 66rem !important;
  }
  .w-rem-xl-67 {
    width: 67rem !important;
  }
  .w-rem-xl-68 {
    width: 68rem !important;
  }
  .w-rem-xl-69 {
    width: 69rem !important;
  }
  .w-rem-xl-70 {
    width: 70rem !important;
  }
  .w-rem-xl-71 {
    width: 71rem !important;
  }
  .w-rem-xl-72 {
    width: 72rem !important;
  }
  .w-rem-xl-73 {
    width: 73rem !important;
  }
  .w-rem-xl-74 {
    width: 74rem !important;
  }
  .w-rem-xl-75 {
    width: 75rem !important;
  }
  .w-rem-xl-76 {
    width: 76rem !important;
  }
  .w-rem-xl-77 {
    width: 77rem !important;
  }
  .w-rem-xl-78 {
    width: 78rem !important;
  }
  .w-rem-xl-79 {
    width: 79rem !important;
  }
  .w-rem-xl-80 {
    width: 80rem !important;
  }
  .w-rem-xl-95 {
    width: 95rem !important;
  }
  .w-rem-xl-96 {
    width: 96rem !important;
  }
  .w-rem-xl-97 {
    width: 97rem !important;
  }
  .w-rem-xl-100 {
    width: 100% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-33_3 {
    width: 33.3% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .min-w-xl-0 {
    min-width: 0% !important;
  }
  .min-w-xl-5 {
    min-width: 5% !important;
  }
  .min-w-xl-10 {
    min-width: 10% !important;
  }
  .min-w-xl-20 {
    min-width: 20% !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .min-w-xl-30 {
    min-width: 30% !important;
  }
  .min-w-xl-33_3 {
    min-width: 33.3% !important;
  }
  .min-w-xl-35 {
    min-width: 35% !important;
  }
  .min-w-xl-40 {
    min-width: 40% !important;
  }
  .min-w-xl-44 {
    min-width: 44% !important;
  }
  .min-w-xl-45 {
    min-width: 45% !important;
  }
  .min-w-xl-46 {
    min-width: 46% !important;
  }
  .min-w-xl-48 {
    min-width: 48% !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .min-w-xl-60 {
    min-width: 60% !important;
  }
  .min-w-xl-65 {
    min-width: 65% !important;
  }
  .min-w-xl-70 {
    min-width: 70% !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .min-w-xl-80 {
    min-width: 80% !important;
  }
  .min-w-xl-90 {
    min-width: 90% !important;
  }
  .min-w-xl-95 {
    min-width: 95% !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .min-w-xl-auto {
    min-width: auto !important;
  }
  .max-w-px-xl-0 {
    max-width: 0rem !important;
  }
  .max-w-px-xl-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-xl-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-xl-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-xl-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-xl-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-xl-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-xl-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-xl-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-xl-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-xl-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-xl-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-xl-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-xl-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-xl-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-xl-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-xl-16 {
    max-width: 1rem !important;
  }
  .max-w-px-xl-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-xl-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-xl-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-xl-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-xl-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-xl-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-xl-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-xl-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-xl-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-xl-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-xl-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-xl-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-xl-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-xl-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-xl-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-xl-32 {
    max-width: 2rem !important;
  }
  .max-w-px-xl-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-xl-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-xl-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-xl-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-xl-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-xl-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-xl-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-xl-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-xl-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-xl-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-xl-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-xl-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-xl-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-xl-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-xl-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-xl-48 {
    max-width: 3rem !important;
  }
  .max-w-px-xl-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-xl-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-xl-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-xl-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-xl-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-xl-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-xl-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-xl-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-xl-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-xl-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-xl-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-xl-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-xl-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-xl-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-xl-64 {
    max-width: 4rem !important;
  }
  .max-w-px-xl-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-xl-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-xl-80 {
    max-width: 5rem !important;
  }
  .max-w-px-xl-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-xl-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-xl-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-xl-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-xl-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-xl-122 {
    max-width: 7.625rem !important;
  }
  .max-w-px-xl-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-xl-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-xl-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-xl-150 {
    max-width: 9.375rem !important;
  }
  .max-w-px-xl-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-xl-192 {
    max-width: 12rem !important;
  }
  .max-w-px-xl-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-xl-220 {
    max-width: 13.75rem !important;
  }
  .max-w-px-xl-270 {
    max-width: 16.875rem !important;
  }
  .max-w-px-xl-300 {
    max-width: 18.75rem !important;
  }
  .max-w-px-xl-350 {
    max-width: 21.875rem !important;
  }
  .max-w-px-xl-400 {
    max-width: 25rem !important;
  }
  .max-w-px-xl-500 {
    max-width: 31.25rem !important;
  }
  .max-w-px-xl-600 {
    max-width: 37.5rem !important;
  }
  .min-w-px-xl-0 {
    min-width: 0rem !important;
  }
  .min-w-px-xl-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-xl-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-xl-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-xl-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-xl-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-xl-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-xl-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-xl-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-xl-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-xl-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-xl-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-xl-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-xl-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-xl-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-xl-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-xl-16 {
    min-width: 1rem !important;
  }
  .min-w-px-xl-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-xl-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-xl-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-xl-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-xl-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-xl-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-xl-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-xl-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-xl-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-xl-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-xl-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-xl-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-xl-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-xl-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-xl-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-xl-32 {
    min-width: 2rem !important;
  }
  .min-w-px-xl-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-xl-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-xl-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-xl-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-xl-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-xl-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-xl-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-xl-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-xl-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-xl-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-xl-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-xl-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-xl-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-xl-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-xl-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-xl-48 {
    min-width: 3rem !important;
  }
  .min-w-px-xl-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-xl-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-xl-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-xl-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-xl-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-xl-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-xl-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-xl-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-xl-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-xl-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-xl-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-xl-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-xl-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-xl-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-xl-64 {
    min-width: 4rem !important;
  }
  .min-w-px-xl-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-xl-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-xl-80 {
    min-width: 5rem !important;
  }
  .min-w-px-xl-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-xl-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-xl-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-xl-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-xl-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-xl-122 {
    min-width: 7.625rem !important;
  }
  .min-w-px-xl-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-xl-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-xl-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-xl-150 {
    min-width: 9.375rem !important;
  }
  .min-w-px-xl-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-xl-192 {
    min-width: 12rem !important;
  }
  .min-w-px-xl-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-xl-220 {
    min-width: 13.75rem !important;
  }
  .min-w-px-xl-270 {
    min-width: 16.875rem !important;
  }
  .min-w-px-xl-300 {
    min-width: 18.75rem !important;
  }
  .min-w-px-xl-350 {
    min-width: 21.875rem !important;
  }
  .min-w-px-xl-400 {
    min-width: 25rem !important;
  }
  .min-w-px-xl-500 {
    min-width: 31.25rem !important;
  }
  .min-w-px-xl-600 {
    min-width: 37.5rem !important;
  }
  .max-w-rem-xl-unset {
    max-width: unset !important;
  }
  .max-w-rem-xl-1 {
    max-width: 1rem !important;
  }
  .max-w-rem-xl-2 {
    max-width: 2rem !important;
  }
  .max-w-rem-xl-3 {
    max-width: 3rem !important;
  }
  .max-w-rem-xl-4 {
    max-width: 4rem !important;
  }
  .max-w-rem-xl-5 {
    max-width: 5rem !important;
  }
  .max-w-rem-xl-7 {
    max-width: 7rem !important;
  }
  .max-w-rem-xl-8 {
    max-width: 8rem !important;
  }
  .max-w-rem-xl-9 {
    max-width: 9rem !important;
  }
  .max-w-rem-xl-10 {
    max-width: 10rem !important;
  }
  .max-w-rem-xl-11 {
    max-width: 11rem !important;
  }
  .max-w-rem-xl-12 {
    max-width: 12rem !important;
  }
  .max-w-rem-xl-13 {
    max-width: 13rem !important;
  }
  .max-w-rem-xl-14 {
    max-width: 14rem !important;
  }
  .max-w-rem-xl-15 {
    max-width: 15rem !important;
  }
  .max-w-rem-xl-16 {
    max-width: 16rem !important;
  }
  .max-w-rem-xl-17 {
    max-width: 17rem !important;
  }
  .max-w-rem-xl-18 {
    max-width: 18rem !important;
  }
  .max-w-rem-xl-19 {
    max-width: 19rem !important;
  }
  .max-w-rem-xl-20 {
    max-width: 20rem !important;
  }
  .max-w-rem-xl-23 {
    max-width: 23rem !important;
  }
  .max-w-rem-xl-25 {
    max-width: 25rem !important;
  }
  .max-w-rem-xl-30 {
    max-width: 30rem !important;
  }
  .max-w-rem-xl-31 {
    max-width: 31rem !important;
  }
  .max-w-rem-xl-32 {
    max-width: 32rem !important;
  }
  .max-w-rem-xl-33 {
    max-width: 33rem !important;
  }
  .max-w-rem-xl-34 {
    max-width: 34rem !important;
  }
  .max-w-rem-xl-35 {
    max-width: 35rem !important;
  }
  .max-w-rem-xl-36 {
    max-width: 36rem !important;
  }
  .max-w-rem-xl-37 {
    max-width: 37rem !important;
  }
  .max-w-rem-xl-38 {
    max-width: 38rem !important;
  }
  .max-w-rem-xl-39 {
    max-width: 39rem !important;
  }
  .max-w-rem-xl-40 {
    max-width: 40rem !important;
  }
  .max-w-rem-xl-41 {
    max-width: 41rem !important;
  }
  .max-w-rem-xl-42 {
    max-width: 42rem !important;
  }
  .max-w-rem-xl-43 {
    max-width: 43rem !important;
  }
  .max-w-rem-xl-44 {
    max-width: 44rem !important;
  }
  .max-w-rem-xl-45 {
    max-width: 45rem !important;
  }
  .max-w-rem-xl-46 {
    max-width: 46rem !important;
  }
  .max-w-rem-xl-47 {
    max-width: 47rem !important;
  }
  .max-w-rem-xl-48 {
    max-width: 48rem !important;
  }
  .max-w-rem-xl-49 {
    max-width: 49rem !important;
  }
  .max-w-rem-xl-50 {
    max-width: 50rem !important;
  }
  .max-w-rem-xl-51 {
    max-width: 51rem !important;
  }
  .max-w-rem-xl-52 {
    max-width: 52rem !important;
  }
  .max-w-rem-xl-53 {
    max-width: 53rem !important;
  }
  .max-w-rem-xl-54 {
    max-width: 54rem !important;
  }
  .max-w-rem-xl-55 {
    max-width: 55rem !important;
  }
  .max-w-rem-xl-56 {
    max-width: 56rem !important;
  }
  .max-w-rem-xl-57 {
    max-width: 57rem !important;
  }
  .max-w-rem-xl-58 {
    max-width: 58rem !important;
  }
  .max-w-rem-xl-59 {
    max-width: 59rem !important;
  }
  .max-w-rem-xl-60 {
    max-width: 60rem !important;
  }
  .max-w-rem-xl-61 {
    max-width: 61rem !important;
  }
  .max-w-rem-xl-62 {
    max-width: 62rem !important;
  }
  .max-w-rem-xl-63 {
    max-width: 63rem !important;
  }
  .max-w-rem-xl-64 {
    max-width: 64rem !important;
  }
  .max-w-rem-xl-65 {
    max-width: 65rem !important;
  }
  .max-w-rem-xl-66 {
    max-width: 66rem !important;
  }
  .max-w-rem-xl-67 {
    max-width: 67rem !important;
  }
  .max-w-rem-xl-68 {
    max-width: 68rem !important;
  }
  .max-w-rem-xl-69 {
    max-width: 69rem !important;
  }
  .max-w-rem-xl-70 {
    max-width: 70rem !important;
  }
  .max-w-rem-xl-71 {
    max-width: 71rem !important;
  }
  .max-w-rem-xl-72 {
    max-width: 72rem !important;
  }
  .max-w-rem-xl-73 {
    max-width: 73rem !important;
  }
  .max-w-rem-xl-74 {
    max-width: 74rem !important;
  }
  .max-w-rem-xl-75 {
    max-width: 75rem !important;
  }
  .max-w-rem-xl-76 {
    max-width: 76rem !important;
  }
  .max-w-rem-xl-77 {
    max-width: 77rem !important;
  }
  .max-w-rem-xl-78 {
    max-width: 78rem !important;
  }
  .max-w-rem-xl-79 {
    max-width: 79rem !important;
  }
  .max-w-rem-xl-80 {
    max-width: 80rem !important;
  }
  .max-w-rem-xl-95 {
    max-width: 95rem !important;
  }
  .max-w-rem-xl-96 {
    max-width: 96rem !important;
  }
  .max-w-rem-xl-97 {
    max-width: 97rem !important;
  }
  .max-w-rem-xl-100 {
    max-width: 100% !important;
  }
  .min-w-rem-xl-unset {
    min-width: unset !important;
  }
  .min-w-rem-xl-1 {
    min-width: 1rem !important;
  }
  .min-w-rem-xl-2 {
    min-width: 2rem !important;
  }
  .min-w-rem-xl-3 {
    min-width: 3rem !important;
  }
  .min-w-rem-xl-4 {
    min-width: 4rem !important;
  }
  .min-w-rem-xl-5 {
    min-width: 5rem !important;
  }
  .min-w-rem-xl-7 {
    min-width: 7rem !important;
  }
  .min-w-rem-xl-8 {
    min-width: 8rem !important;
  }
  .min-w-rem-xl-9 {
    min-width: 9rem !important;
  }
  .min-w-rem-xl-10 {
    min-width: 10rem !important;
  }
  .min-w-rem-xl-11 {
    min-width: 11rem !important;
  }
  .min-w-rem-xl-12 {
    min-width: 12rem !important;
  }
  .min-w-rem-xl-13 {
    min-width: 13rem !important;
  }
  .min-w-rem-xl-14 {
    min-width: 14rem !important;
  }
  .min-w-rem-xl-15 {
    min-width: 15rem !important;
  }
  .min-w-rem-xl-16 {
    min-width: 16rem !important;
  }
  .min-w-rem-xl-17 {
    min-width: 17rem !important;
  }
  .min-w-rem-xl-18 {
    min-width: 18rem !important;
  }
  .min-w-rem-xl-19 {
    min-width: 19rem !important;
  }
  .min-w-rem-xl-20 {
    min-width: 20rem !important;
  }
  .min-w-rem-xl-23 {
    min-width: 23rem !important;
  }
  .min-w-rem-xl-25 {
    min-width: 25rem !important;
  }
  .min-w-rem-xl-30 {
    min-width: 30rem !important;
  }
  .min-w-rem-xl-31 {
    min-width: 31rem !important;
  }
  .min-w-rem-xl-32 {
    min-width: 32rem !important;
  }
  .min-w-rem-xl-33 {
    min-width: 33rem !important;
  }
  .min-w-rem-xl-34 {
    min-width: 34rem !important;
  }
  .min-w-rem-xl-35 {
    min-width: 35rem !important;
  }
  .min-w-rem-xl-36 {
    min-width: 36rem !important;
  }
  .min-w-rem-xl-37 {
    min-width: 37rem !important;
  }
  .min-w-rem-xl-38 {
    min-width: 38rem !important;
  }
  .min-w-rem-xl-39 {
    min-width: 39rem !important;
  }
  .min-w-rem-xl-40 {
    min-width: 40rem !important;
  }
  .min-w-rem-xl-41 {
    min-width: 41rem !important;
  }
  .min-w-rem-xl-42 {
    min-width: 42rem !important;
  }
  .min-w-rem-xl-43 {
    min-width: 43rem !important;
  }
  .min-w-rem-xl-44 {
    min-width: 44rem !important;
  }
  .min-w-rem-xl-45 {
    min-width: 45rem !important;
  }
  .min-w-rem-xl-46 {
    min-width: 46rem !important;
  }
  .min-w-rem-xl-47 {
    min-width: 47rem !important;
  }
  .min-w-rem-xl-48 {
    min-width: 48rem !important;
  }
  .min-w-rem-xl-49 {
    min-width: 49rem !important;
  }
  .min-w-rem-xl-50 {
    min-width: 50rem !important;
  }
  .min-w-rem-xl-51 {
    min-width: 51rem !important;
  }
  .min-w-rem-xl-52 {
    min-width: 52rem !important;
  }
  .min-w-rem-xl-53 {
    min-width: 53rem !important;
  }
  .min-w-rem-xl-54 {
    min-width: 54rem !important;
  }
  .min-w-rem-xl-55 {
    min-width: 55rem !important;
  }
  .min-w-rem-xl-56 {
    min-width: 56rem !important;
  }
  .min-w-rem-xl-57 {
    min-width: 57rem !important;
  }
  .min-w-rem-xl-58 {
    min-width: 58rem !important;
  }
  .min-w-rem-xl-59 {
    min-width: 59rem !important;
  }
  .min-w-rem-xl-60 {
    min-width: 60rem !important;
  }
  .min-w-rem-xl-61 {
    min-width: 61rem !important;
  }
  .min-w-rem-xl-62 {
    min-width: 62rem !important;
  }
  .min-w-rem-xl-63 {
    min-width: 63rem !important;
  }
  .min-w-rem-xl-64 {
    min-width: 64rem !important;
  }
  .min-w-rem-xl-65 {
    min-width: 65rem !important;
  }
  .min-w-rem-xl-66 {
    min-width: 66rem !important;
  }
  .min-w-rem-xl-67 {
    min-width: 67rem !important;
  }
  .min-w-rem-xl-68 {
    min-width: 68rem !important;
  }
  .min-w-rem-xl-69 {
    min-width: 69rem !important;
  }
  .min-w-rem-xl-70 {
    min-width: 70rem !important;
  }
  .min-w-rem-xl-71 {
    min-width: 71rem !important;
  }
  .min-w-rem-xl-72 {
    min-width: 72rem !important;
  }
  .min-w-rem-xl-73 {
    min-width: 73rem !important;
  }
  .min-w-rem-xl-74 {
    min-width: 74rem !important;
  }
  .min-w-rem-xl-75 {
    min-width: 75rem !important;
  }
  .min-w-rem-xl-76 {
    min-width: 76rem !important;
  }
  .min-w-rem-xl-77 {
    min-width: 77rem !important;
  }
  .min-w-rem-xl-78 {
    min-width: 78rem !important;
  }
  .min-w-rem-xl-79 {
    min-width: 79rem !important;
  }
  .min-w-rem-xl-80 {
    min-width: 80rem !important;
  }
  .min-w-rem-xl-95 {
    min-width: 95rem !important;
  }
  .min-w-rem-xl-96 {
    min-width: 96rem !important;
  }
  .min-w-rem-xl-97 {
    min-width: 97rem !important;
  }
  .min-w-rem-xl-100 {
    min-width: 100% !important;
  }
  .h-rem-xl-unset {
    height: unset !important;
  }
  .h-rem-xl-1 {
    height: 1rem !important;
  }
  .h-rem-xl-2 {
    height: 2rem !important;
  }
  .h-rem-xl-3 {
    height: 3rem !important;
  }
  .h-rem-xl-4 {
    height: 4rem !important;
  }
  .h-rem-xl-5 {
    height: 5rem !important;
  }
  .h-rem-xl-7 {
    height: 7rem !important;
  }
  .h-rem-xl-8 {
    height: 8rem !important;
  }
  .h-rem-xl-9 {
    height: 9rem !important;
  }
  .h-rem-xl-10 {
    height: 10rem !important;
  }
  .h-rem-xl-11 {
    height: 11rem !important;
  }
  .h-rem-xl-12 {
    height: 12rem !important;
  }
  .h-rem-xl-13 {
    height: 13rem !important;
  }
  .h-rem-xl-14 {
    height: 14rem !important;
  }
  .h-rem-xl-15 {
    height: 15rem !important;
  }
  .h-rem-xl-16 {
    height: 16rem !important;
  }
  .h-rem-xl-17 {
    height: 17rem !important;
  }
  .h-rem-xl-18 {
    height: 18rem !important;
  }
  .h-rem-xl-19 {
    height: 19rem !important;
  }
  .h-rem-xl-20 {
    height: 20rem !important;
  }
  .h-rem-xl-23 {
    height: 23rem !important;
  }
  .h-rem-xl-25 {
    height: 25rem !important;
  }
  .h-rem-xl-30 {
    height: 30rem !important;
  }
  .h-rem-xl-31 {
    height: 31rem !important;
  }
  .h-rem-xl-32 {
    height: 32rem !important;
  }
  .h-rem-xl-33 {
    height: 33rem !important;
  }
  .h-rem-xl-34 {
    height: 34rem !important;
  }
  .h-rem-xl-35 {
    height: 35rem !important;
  }
  .h-rem-xl-36 {
    height: 36rem !important;
  }
  .h-rem-xl-37 {
    height: 37rem !important;
  }
  .h-rem-xl-38 {
    height: 38rem !important;
  }
  .h-rem-xl-39 {
    height: 39rem !important;
  }
  .h-rem-xl-40 {
    height: 40rem !important;
  }
  .h-rem-xl-41 {
    height: 41rem !important;
  }
  .h-rem-xl-42 {
    height: 42rem !important;
  }
  .h-rem-xl-43 {
    height: 43rem !important;
  }
  .h-rem-xl-44 {
    height: 44rem !important;
  }
  .h-rem-xl-45 {
    height: 45rem !important;
  }
  .h-rem-xl-46 {
    height: 46rem !important;
  }
  .h-rem-xl-47 {
    height: 47rem !important;
  }
  .h-rem-xl-48 {
    height: 48rem !important;
  }
  .h-rem-xl-49 {
    height: 49rem !important;
  }
  .h-rem-xl-50 {
    height: 50rem !important;
  }
  .h-rem-xl-51 {
    height: 51rem !important;
  }
  .h-rem-xl-52 {
    height: 52rem !important;
  }
  .h-rem-xl-53 {
    height: 53rem !important;
  }
  .h-rem-xl-54 {
    height: 54rem !important;
  }
  .h-rem-xl-55 {
    height: 55rem !important;
  }
  .h-rem-xl-56 {
    height: 56rem !important;
  }
  .h-rem-xl-57 {
    height: 57rem !important;
  }
  .h-rem-xl-58 {
    height: 58rem !important;
  }
  .h-rem-xl-59 {
    height: 59rem !important;
  }
  .h-rem-xl-60 {
    height: 60rem !important;
  }
  .h-rem-xl-61 {
    height: 61rem !important;
  }
  .h-rem-xl-62 {
    height: 62rem !important;
  }
  .h-rem-xl-63 {
    height: 63rem !important;
  }
  .h-rem-xl-64 {
    height: 64rem !important;
  }
  .h-rem-xl-65 {
    height: 65rem !important;
  }
  .h-rem-xl-66 {
    height: 66rem !important;
  }
  .h-rem-xl-67 {
    height: 67rem !important;
  }
  .h-rem-xl-68 {
    height: 68rem !important;
  }
  .h-rem-xl-69 {
    height: 69rem !important;
  }
  .h-rem-xl-70 {
    height: 70rem !important;
  }
  .h-rem-xl-71 {
    height: 71rem !important;
  }
  .h-rem-xl-72 {
    height: 72rem !important;
  }
  .h-rem-xl-73 {
    height: 73rem !important;
  }
  .h-rem-xl-74 {
    height: 74rem !important;
  }
  .h-rem-xl-75 {
    height: 75rem !important;
  }
  .h-rem-xl-76 {
    height: 76rem !important;
  }
  .h-rem-xl-77 {
    height: 77rem !important;
  }
  .h-rem-xl-78 {
    height: 78rem !important;
  }
  .h-rem-xl-79 {
    height: 79rem !important;
  }
  .h-rem-xl-80 {
    height: 80rem !important;
  }
  .h-rem-xl-95 {
    height: 95rem !important;
  }
  .h-rem-xl-96 {
    height: 96rem !important;
  }
  .h-rem-xl-97 {
    height: 97rem !important;
  }
  .h-rem-xl-100 {
    height: 100% !important;
  }
  .h-px-xl-0 {
    height: 0rem !important;
  }
  .h-px-xl-1 {
    height: 0.0625rem !important;
  }
  .h-px-xl-2 {
    height: 0.125rem !important;
  }
  .h-px-xl-3 {
    height: 0.1875rem !important;
  }
  .h-px-xl-4 {
    height: 0.25rem !important;
  }
  .h-px-xl-5 {
    height: 0.3125rem !important;
  }
  .h-px-xl-6 {
    height: 0.375rem !important;
  }
  .h-px-xl-7 {
    height: 0.4375rem !important;
  }
  .h-px-xl-8 {
    height: 0.5rem !important;
  }
  .h-px-xl-9 {
    height: 0.5625rem !important;
  }
  .h-px-xl-10 {
    height: 0.625rem !important;
  }
  .h-px-xl-11 {
    height: 0.6875rem !important;
  }
  .h-px-xl-12 {
    height: 0.75rem !important;
  }
  .h-px-xl-13 {
    height: 0.8125rem !important;
  }
  .h-px-xl-14 {
    height: 0.875rem !important;
  }
  .h-px-xl-15 {
    height: 0.9375rem !important;
  }
  .h-px-xl-16 {
    height: 1rem !important;
  }
  .h-px-xl-17 {
    height: 1.0625rem !important;
  }
  .h-px-xl-18 {
    height: 1.125rem !important;
  }
  .h-px-xl-19 {
    height: 1.1875rem !important;
  }
  .h-px-xl-20 {
    height: 1.25rem !important;
  }
  .h-px-xl-21 {
    height: 1.3125rem !important;
  }
  .h-px-xl-22 {
    height: 1.375rem !important;
  }
  .h-px-xl-23 {
    height: 1.4375rem !important;
  }
  .h-px-xl-24 {
    height: 1.5rem !important;
  }
  .h-px-xl-25 {
    height: 1.5625rem !important;
  }
  .h-px-xl-26 {
    height: 1.625rem !important;
  }
  .h-px-xl-27 {
    height: 1.6875rem !important;
  }
  .h-px-xl-28 {
    height: 1.75rem !important;
  }
  .h-px-xl-29 {
    height: 1.8125rem !important;
  }
  .h-px-xl-30 {
    height: 1.875rem !important;
  }
  .h-px-xl-31 {
    height: 1.9375rem !important;
  }
  .h-px-xl-32 {
    height: 2rem !important;
  }
  .h-px-xl-33 {
    height: 2.0625rem !important;
  }
  .h-px-xl-34 {
    height: 2.125rem !important;
  }
  .h-px-xl-35 {
    height: 2.1875rem !important;
  }
  .h-px-xl-36 {
    height: 2.25rem !important;
  }
  .h-px-xl-37 {
    height: 2.3125rem !important;
  }
  .h-px-xl-38 {
    height: 2.375rem !important;
  }
  .h-px-xl-39 {
    height: 2.4375rem !important;
  }
  .h-px-xl-40 {
    height: 2.5rem !important;
  }
  .h-px-xl-41 {
    height: 2.5625rem !important;
  }
  .h-px-xl-42 {
    height: 2.625rem !important;
  }
  .h-px-xl-43 {
    height: 2.6875rem !important;
  }
  .h-px-xl-44 {
    height: 2.75rem !important;
  }
  .h-px-xl-45 {
    height: 2.8125rem !important;
  }
  .h-px-xl-46 {
    height: 2.875rem !important;
  }
  .h-px-xl-47 {
    height: 2.9375rem !important;
  }
  .h-px-xl-48 {
    height: 3rem !important;
  }
  .h-px-xl-49 {
    height: 3.0625rem !important;
  }
  .h-px-xl-50 {
    height: 3.125rem !important;
  }
  .h-px-xl-51 {
    height: 3.1875rem !important;
  }
  .h-px-xl-52 {
    height: 3.25rem !important;
  }
  .h-px-xl-53 {
    height: 3.3125rem !important;
  }
  .h-px-xl-54 {
    height: 3.375rem !important;
  }
  .h-px-xl-56 {
    height: 3.5rem !important;
  }
  .h-px-xl-57 {
    height: 3.5625rem !important;
  }
  .h-px-xl-58 {
    height: 3.625rem !important;
  }
  .h-px-xl-59 {
    height: 3.6875rem !important;
  }
  .h-px-xl-60 {
    height: 3.75rem !important;
  }
  .h-px-xl-61 {
    height: 3.8125rem !important;
  }
  .h-px-xl-62 {
    height: 3.875rem !important;
  }
  .h-px-xl-63 {
    height: 3.9375rem !important;
  }
  .h-px-xl-64 {
    height: 4rem !important;
  }
  .h-px-xl-68 {
    height: 4.25rem !important;
  }
  .h-px-xl-70 {
    height: 4.375rem !important;
  }
  .h-px-xl-80 {
    height: 5rem !important;
  }
  .h-px-xl-82 {
    height: 5.125rem !important;
  }
  .h-px-xl-83 {
    height: 5.1875rem !important;
  }
  .h-px-xl-84 {
    height: 5.25rem !important;
  }
  .h-px-xl-98 {
    height: 6.125rem !important;
  }
  .h-px-xl-104 {
    height: 6.5rem !important;
  }
  .h-px-xl-122 {
    height: 7.625rem !important;
  }
  .h-px-xl-123 {
    height: 7.6875rem !important;
  }
  .h-px-xl-147 {
    height: 9.1875rem !important;
  }
  .h-px-xl-148 {
    height: 9.25rem !important;
  }
  .h-px-xl-150 {
    height: 9.375rem !important;
  }
  .h-px-xl-180 {
    height: 11.25rem !important;
  }
  .h-px-xl-192 {
    height: 12rem !important;
  }
  .h-px-xl-200 {
    height: 12.5rem !important;
  }
  .h-px-xl-220 {
    height: 13.75rem !important;
  }
  .h-px-xl-270 {
    height: 16.875rem !important;
  }
  .h-px-xl-300 {
    height: 18.75rem !important;
  }
  .h-px-xl-350 {
    height: 21.875rem !important;
  }
  .h-px-xl-400 {
    height: 25rem !important;
  }
  .h-px-xl-500 {
    height: 31.25rem !important;
  }
  .h-px-xl-600 {
    height: 37.5rem !important;
  }
  .max-h-px-xl-0 {
    max-height: 0rem !important;
  }
  .max-h-px-xl-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-xl-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-xl-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-xl-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-xl-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-xl-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-xl-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-xl-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-xl-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-xl-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-xl-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-xl-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-xl-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-xl-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-xl-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-xl-16 {
    max-height: 1rem !important;
  }
  .max-h-px-xl-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-xl-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-xl-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-xl-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-xl-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-xl-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-xl-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-xl-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-xl-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-xl-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-xl-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-xl-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-xl-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-xl-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-xl-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-xl-32 {
    max-height: 2rem !important;
  }
  .max-h-px-xl-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-xl-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-xl-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-xl-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-xl-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-xl-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-xl-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-xl-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-xl-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-xl-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-xl-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-xl-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-xl-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-xl-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-xl-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-xl-48 {
    max-height: 3rem !important;
  }
  .max-h-px-xl-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-xl-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-xl-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-xl-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-xl-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-xl-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-xl-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-xl-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-xl-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-xl-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-xl-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-xl-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-xl-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-xl-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-xl-64 {
    max-height: 4rem !important;
  }
  .max-h-px-xl-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-xl-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-xl-80 {
    max-height: 5rem !important;
  }
  .max-h-px-xl-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-xl-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-xl-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-xl-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-xl-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-xl-122 {
    max-height: 7.625rem !important;
  }
  .max-h-px-xl-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-xl-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-xl-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-xl-150 {
    max-height: 9.375rem !important;
  }
  .max-h-px-xl-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-xl-192 {
    max-height: 12rem !important;
  }
  .max-h-px-xl-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-xl-220 {
    max-height: 13.75rem !important;
  }
  .max-h-px-xl-270 {
    max-height: 16.875rem !important;
  }
  .max-h-px-xl-300 {
    max-height: 18.75rem !important;
  }
  .max-h-px-xl-350 {
    max-height: 21.875rem !important;
  }
  .max-h-px-xl-400 {
    max-height: 25rem !important;
  }
  .max-h-px-xl-500 {
    max-height: 31.25rem !important;
  }
  .max-h-px-xl-600 {
    max-height: 37.5rem !important;
  }
  .max-h-rem-xl-unset {
    max-height: unset !important;
  }
  .max-h-rem-xl-1 {
    max-height: 1rem !important;
  }
  .max-h-rem-xl-2 {
    max-height: 2rem !important;
  }
  .max-h-rem-xl-3 {
    max-height: 3rem !important;
  }
  .max-h-rem-xl-4 {
    max-height: 4rem !important;
  }
  .max-h-rem-xl-5 {
    max-height: 5rem !important;
  }
  .max-h-rem-xl-7 {
    max-height: 7rem !important;
  }
  .max-h-rem-xl-8 {
    max-height: 8rem !important;
  }
  .max-h-rem-xl-9 {
    max-height: 9rem !important;
  }
  .max-h-rem-xl-10 {
    max-height: 10rem !important;
  }
  .max-h-rem-xl-11 {
    max-height: 11rem !important;
  }
  .max-h-rem-xl-12 {
    max-height: 12rem !important;
  }
  .max-h-rem-xl-13 {
    max-height: 13rem !important;
  }
  .max-h-rem-xl-14 {
    max-height: 14rem !important;
  }
  .max-h-rem-xl-15 {
    max-height: 15rem !important;
  }
  .max-h-rem-xl-16 {
    max-height: 16rem !important;
  }
  .max-h-rem-xl-17 {
    max-height: 17rem !important;
  }
  .max-h-rem-xl-18 {
    max-height: 18rem !important;
  }
  .max-h-rem-xl-19 {
    max-height: 19rem !important;
  }
  .max-h-rem-xl-20 {
    max-height: 20rem !important;
  }
  .max-h-rem-xl-23 {
    max-height: 23rem !important;
  }
  .max-h-rem-xl-25 {
    max-height: 25rem !important;
  }
  .max-h-rem-xl-30 {
    max-height: 30rem !important;
  }
  .max-h-rem-xl-31 {
    max-height: 31rem !important;
  }
  .max-h-rem-xl-32 {
    max-height: 32rem !important;
  }
  .max-h-rem-xl-33 {
    max-height: 33rem !important;
  }
  .max-h-rem-xl-34 {
    max-height: 34rem !important;
  }
  .max-h-rem-xl-35 {
    max-height: 35rem !important;
  }
  .max-h-rem-xl-36 {
    max-height: 36rem !important;
  }
  .max-h-rem-xl-37 {
    max-height: 37rem !important;
  }
  .max-h-rem-xl-38 {
    max-height: 38rem !important;
  }
  .max-h-rem-xl-39 {
    max-height: 39rem !important;
  }
  .max-h-rem-xl-40 {
    max-height: 40rem !important;
  }
  .max-h-rem-xl-41 {
    max-height: 41rem !important;
  }
  .max-h-rem-xl-42 {
    max-height: 42rem !important;
  }
  .max-h-rem-xl-43 {
    max-height: 43rem !important;
  }
  .max-h-rem-xl-44 {
    max-height: 44rem !important;
  }
  .max-h-rem-xl-45 {
    max-height: 45rem !important;
  }
  .max-h-rem-xl-46 {
    max-height: 46rem !important;
  }
  .max-h-rem-xl-47 {
    max-height: 47rem !important;
  }
  .max-h-rem-xl-48 {
    max-height: 48rem !important;
  }
  .max-h-rem-xl-49 {
    max-height: 49rem !important;
  }
  .max-h-rem-xl-50 {
    max-height: 50rem !important;
  }
  .max-h-rem-xl-51 {
    max-height: 51rem !important;
  }
  .max-h-rem-xl-52 {
    max-height: 52rem !important;
  }
  .max-h-rem-xl-53 {
    max-height: 53rem !important;
  }
  .max-h-rem-xl-54 {
    max-height: 54rem !important;
  }
  .max-h-rem-xl-55 {
    max-height: 55rem !important;
  }
  .max-h-rem-xl-56 {
    max-height: 56rem !important;
  }
  .max-h-rem-xl-57 {
    max-height: 57rem !important;
  }
  .max-h-rem-xl-58 {
    max-height: 58rem !important;
  }
  .max-h-rem-xl-59 {
    max-height: 59rem !important;
  }
  .max-h-rem-xl-60 {
    max-height: 60rem !important;
  }
  .max-h-rem-xl-61 {
    max-height: 61rem !important;
  }
  .max-h-rem-xl-62 {
    max-height: 62rem !important;
  }
  .max-h-rem-xl-63 {
    max-height: 63rem !important;
  }
  .max-h-rem-xl-64 {
    max-height: 64rem !important;
  }
  .max-h-rem-xl-65 {
    max-height: 65rem !important;
  }
  .max-h-rem-xl-66 {
    max-height: 66rem !important;
  }
  .max-h-rem-xl-67 {
    max-height: 67rem !important;
  }
  .max-h-rem-xl-68 {
    max-height: 68rem !important;
  }
  .max-h-rem-xl-69 {
    max-height: 69rem !important;
  }
  .max-h-rem-xl-70 {
    max-height: 70rem !important;
  }
  .max-h-rem-xl-71 {
    max-height: 71rem !important;
  }
  .max-h-rem-xl-72 {
    max-height: 72rem !important;
  }
  .max-h-rem-xl-73 {
    max-height: 73rem !important;
  }
  .max-h-rem-xl-74 {
    max-height: 74rem !important;
  }
  .max-h-rem-xl-75 {
    max-height: 75rem !important;
  }
  .max-h-rem-xl-76 {
    max-height: 76rem !important;
  }
  .max-h-rem-xl-77 {
    max-height: 77rem !important;
  }
  .max-h-rem-xl-78 {
    max-height: 78rem !important;
  }
  .max-h-rem-xl-79 {
    max-height: 79rem !important;
  }
  .max-h-rem-xl-80 {
    max-height: 80rem !important;
  }
  .max-h-rem-xl-95 {
    max-height: 95rem !important;
  }
  .max-h-rem-xl-96 {
    max-height: 96rem !important;
  }
  .max-h-rem-xl-97 {
    max-height: 97rem !important;
  }
  .max-h-rem-xl-100 {
    max-height: 100% !important;
  }
  .min-h-px-xl-0 {
    min-height: 0rem !important;
  }
  .min-h-px-xl-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-xl-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-xl-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-xl-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-xl-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-xl-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-xl-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-xl-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-xl-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-xl-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-xl-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-xl-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-xl-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-xl-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-xl-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-xl-16 {
    min-height: 1rem !important;
  }
  .min-h-px-xl-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-xl-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-xl-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-xl-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-xl-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-xl-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-xl-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-xl-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-xl-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-xl-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-xl-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-xl-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-xl-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-xl-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-xl-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-xl-32 {
    min-height: 2rem !important;
  }
  .min-h-px-xl-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-xl-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-xl-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-xl-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-xl-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-xl-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-xl-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-xl-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-xl-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-xl-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-xl-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-xl-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-xl-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-xl-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-xl-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-xl-48 {
    min-height: 3rem !important;
  }
  .min-h-px-xl-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-xl-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-xl-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-xl-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-xl-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-xl-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-xl-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-xl-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-xl-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-xl-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-xl-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-xl-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-xl-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-xl-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-xl-64 {
    min-height: 4rem !important;
  }
  .min-h-px-xl-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-xl-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-xl-80 {
    min-height: 5rem !important;
  }
  .min-h-px-xl-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-xl-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-xl-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-xl-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-xl-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-xl-122 {
    min-height: 7.625rem !important;
  }
  .min-h-px-xl-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-xl-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-xl-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-xl-150 {
    min-height: 9.375rem !important;
  }
  .min-h-px-xl-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-xl-192 {
    min-height: 12rem !important;
  }
  .min-h-px-xl-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-xl-220 {
    min-height: 13.75rem !important;
  }
  .min-h-px-xl-270 {
    min-height: 16.875rem !important;
  }
  .min-h-px-xl-300 {
    min-height: 18.75rem !important;
  }
  .min-h-px-xl-350 {
    min-height: 21.875rem !important;
  }
  .min-h-px-xl-400 {
    min-height: 25rem !important;
  }
  .min-h-px-xl-500 {
    min-height: 31.25rem !important;
  }
  .min-h-px-xl-600 {
    min-height: 37.5rem !important;
  }
  .min-h-xl-0 {
    min-height: 0% !important;
  }
  .min-h-xl-5 {
    min-height: 5% !important;
  }
  .min-h-xl-10 {
    min-height: 10% !important;
  }
  .min-h-xl-20 {
    min-height: 20% !important;
  }
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  .min-h-xl-30 {
    min-height: 30% !important;
  }
  .min-h-xl-33_3 {
    min-height: 33.3% !important;
  }
  .min-h-xl-35 {
    min-height: 35% !important;
  }
  .min-h-xl-40 {
    min-height: 40% !important;
  }
  .min-h-xl-44 {
    min-height: 44% !important;
  }
  .min-h-xl-45 {
    min-height: 45% !important;
  }
  .min-h-xl-46 {
    min-height: 46% !important;
  }
  .min-h-xl-48 {
    min-height: 48% !important;
  }
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  .min-h-xl-60 {
    min-height: 60% !important;
  }
  .min-h-xl-65 {
    min-height: 65% !important;
  }
  .min-h-xl-70 {
    min-height: 70% !important;
  }
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  .min-h-xl-80 {
    min-height: 80% !important;
  }
  .min-h-xl-90 {
    min-height: 90% !important;
  }
  .min-h-xl-95 {
    min-height: 95% !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .min-h-xl-auto {
    min-height: auto !important;
  }
  .min-h-rem-xl-unset {
    min-height: unset !important;
  }
  .min-h-rem-xl-1 {
    min-height: 1rem !important;
  }
  .min-h-rem-xl-2 {
    min-height: 2rem !important;
  }
  .min-h-rem-xl-3 {
    min-height: 3rem !important;
  }
  .min-h-rem-xl-4 {
    min-height: 4rem !important;
  }
  .min-h-rem-xl-5 {
    min-height: 5rem !important;
  }
  .min-h-rem-xl-7 {
    min-height: 7rem !important;
  }
  .min-h-rem-xl-8 {
    min-height: 8rem !important;
  }
  .min-h-rem-xl-9 {
    min-height: 9rem !important;
  }
  .min-h-rem-xl-10 {
    min-height: 10rem !important;
  }
  .min-h-rem-xl-11 {
    min-height: 11rem !important;
  }
  .min-h-rem-xl-12 {
    min-height: 12rem !important;
  }
  .min-h-rem-xl-13 {
    min-height: 13rem !important;
  }
  .min-h-rem-xl-14 {
    min-height: 14rem !important;
  }
  .min-h-rem-xl-15 {
    min-height: 15rem !important;
  }
  .min-h-rem-xl-16 {
    min-height: 16rem !important;
  }
  .min-h-rem-xl-17 {
    min-height: 17rem !important;
  }
  .min-h-rem-xl-18 {
    min-height: 18rem !important;
  }
  .min-h-rem-xl-19 {
    min-height: 19rem !important;
  }
  .min-h-rem-xl-20 {
    min-height: 20rem !important;
  }
  .min-h-rem-xl-23 {
    min-height: 23rem !important;
  }
  .min-h-rem-xl-25 {
    min-height: 25rem !important;
  }
  .min-h-rem-xl-30 {
    min-height: 30rem !important;
  }
  .min-h-rem-xl-31 {
    min-height: 31rem !important;
  }
  .min-h-rem-xl-32 {
    min-height: 32rem !important;
  }
  .min-h-rem-xl-33 {
    min-height: 33rem !important;
  }
  .min-h-rem-xl-34 {
    min-height: 34rem !important;
  }
  .min-h-rem-xl-35 {
    min-height: 35rem !important;
  }
  .min-h-rem-xl-36 {
    min-height: 36rem !important;
  }
  .min-h-rem-xl-37 {
    min-height: 37rem !important;
  }
  .min-h-rem-xl-38 {
    min-height: 38rem !important;
  }
  .min-h-rem-xl-39 {
    min-height: 39rem !important;
  }
  .min-h-rem-xl-40 {
    min-height: 40rem !important;
  }
  .min-h-rem-xl-41 {
    min-height: 41rem !important;
  }
  .min-h-rem-xl-42 {
    min-height: 42rem !important;
  }
  .min-h-rem-xl-43 {
    min-height: 43rem !important;
  }
  .min-h-rem-xl-44 {
    min-height: 44rem !important;
  }
  .min-h-rem-xl-45 {
    min-height: 45rem !important;
  }
  .min-h-rem-xl-46 {
    min-height: 46rem !important;
  }
  .min-h-rem-xl-47 {
    min-height: 47rem !important;
  }
  .min-h-rem-xl-48 {
    min-height: 48rem !important;
  }
  .min-h-rem-xl-49 {
    min-height: 49rem !important;
  }
  .min-h-rem-xl-50 {
    min-height: 50rem !important;
  }
  .min-h-rem-xl-51 {
    min-height: 51rem !important;
  }
  .min-h-rem-xl-52 {
    min-height: 52rem !important;
  }
  .min-h-rem-xl-53 {
    min-height: 53rem !important;
  }
  .min-h-rem-xl-54 {
    min-height: 54rem !important;
  }
  .min-h-rem-xl-55 {
    min-height: 55rem !important;
  }
  .min-h-rem-xl-56 {
    min-height: 56rem !important;
  }
  .min-h-rem-xl-57 {
    min-height: 57rem !important;
  }
  .min-h-rem-xl-58 {
    min-height: 58rem !important;
  }
  .min-h-rem-xl-59 {
    min-height: 59rem !important;
  }
  .min-h-rem-xl-60 {
    min-height: 60rem !important;
  }
  .min-h-rem-xl-61 {
    min-height: 61rem !important;
  }
  .min-h-rem-xl-62 {
    min-height: 62rem !important;
  }
  .min-h-rem-xl-63 {
    min-height: 63rem !important;
  }
  .min-h-rem-xl-64 {
    min-height: 64rem !important;
  }
  .min-h-rem-xl-65 {
    min-height: 65rem !important;
  }
  .min-h-rem-xl-66 {
    min-height: 66rem !important;
  }
  .min-h-rem-xl-67 {
    min-height: 67rem !important;
  }
  .min-h-rem-xl-68 {
    min-height: 68rem !important;
  }
  .min-h-rem-xl-69 {
    min-height: 69rem !important;
  }
  .min-h-rem-xl-70 {
    min-height: 70rem !important;
  }
  .min-h-rem-xl-71 {
    min-height: 71rem !important;
  }
  .min-h-rem-xl-72 {
    min-height: 72rem !important;
  }
  .min-h-rem-xl-73 {
    min-height: 73rem !important;
  }
  .min-h-rem-xl-74 {
    min-height: 74rem !important;
  }
  .min-h-rem-xl-75 {
    min-height: 75rem !important;
  }
  .min-h-rem-xl-76 {
    min-height: 76rem !important;
  }
  .min-h-rem-xl-77 {
    min-height: 77rem !important;
  }
  .min-h-rem-xl-78 {
    min-height: 78rem !important;
  }
  .min-h-rem-xl-79 {
    min-height: 79rem !important;
  }
  .min-h-rem-xl-80 {
    min-height: 80rem !important;
  }
  .min-h-rem-xl-95 {
    min-height: 95rem !important;
  }
  .min-h-rem-xl-96 {
    min-height: 96rem !important;
  }
  .min-h-rem-xl-97 {
    min-height: 97rem !important;
  }
  .min-h-rem-xl-100 {
    min-height: 100% !important;
  }
  .gap-px-xl-0 {
    gap: 0rem !important;
  }
  .gap-px-xl-1 {
    gap: 0.0625rem !important;
  }
  .gap-px-xl-2 {
    gap: 0.125rem !important;
  }
  .gap-px-xl-3 {
    gap: 0.1875rem !important;
  }
  .gap-px-xl-4 {
    gap: 0.25rem !important;
  }
  .gap-px-xl-5 {
    gap: 0.3125rem !important;
  }
  .gap-px-xl-6 {
    gap: 0.375rem !important;
  }
  .gap-px-xl-7 {
    gap: 0.4375rem !important;
  }
  .gap-px-xl-8 {
    gap: 0.5rem !important;
  }
  .gap-px-xl-9 {
    gap: 0.5625rem !important;
  }
  .gap-px-xl-10 {
    gap: 0.625rem !important;
  }
  .gap-px-xl-11 {
    gap: 0.6875rem !important;
  }
  .gap-px-xl-12 {
    gap: 0.75rem !important;
  }
  .gap-px-xl-13 {
    gap: 0.8125rem !important;
  }
  .gap-px-xl-14 {
    gap: 0.875rem !important;
  }
  .gap-px-xl-15 {
    gap: 0.9375rem !important;
  }
  .gap-px-xl-16 {
    gap: 1rem !important;
  }
  .gap-px-xl-17 {
    gap: 1.0625rem !important;
  }
  .gap-px-xl-18 {
    gap: 1.125rem !important;
  }
  .gap-px-xl-19 {
    gap: 1.1875rem !important;
  }
  .gap-px-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-px-xl-21 {
    gap: 1.3125rem !important;
  }
  .gap-px-xl-22 {
    gap: 1.375rem !important;
  }
  .gap-px-xl-23 {
    gap: 1.4375rem !important;
  }
  .gap-px-xl-24 {
    gap: 1.5rem !important;
  }
  .gap-px-xl-25 {
    gap: 1.5625rem !important;
  }
  .gap-px-xl-26 {
    gap: 1.625rem !important;
  }
  .gap-px-xl-27 {
    gap: 1.6875rem !important;
  }
  .gap-px-xl-28 {
    gap: 1.75rem !important;
  }
  .gap-px-xl-29 {
    gap: 1.8125rem !important;
  }
  .gap-px-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-px-xl-31 {
    gap: 1.9375rem !important;
  }
  .gap-px-xl-32 {
    gap: 2rem !important;
  }
  .gap-px-xl-33 {
    gap: 2.0625rem !important;
  }
  .gap-px-xl-34 {
    gap: 2.125rem !important;
  }
  .gap-px-xl-35 {
    gap: 2.1875rem !important;
  }
  .gap-px-xl-36 {
    gap: 2.25rem !important;
  }
  .gap-px-xl-37 {
    gap: 2.3125rem !important;
  }
  .gap-px-xl-38 {
    gap: 2.375rem !important;
  }
  .gap-px-xl-39 {
    gap: 2.4375rem !important;
  }
  .gap-px-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-px-xl-41 {
    gap: 2.5625rem !important;
  }
  .gap-px-xl-42 {
    gap: 2.625rem !important;
  }
  .gap-px-xl-43 {
    gap: 2.6875rem !important;
  }
  .gap-px-xl-44 {
    gap: 2.75rem !important;
  }
  .gap-px-xl-45 {
    gap: 2.8125rem !important;
  }
  .gap-px-xl-46 {
    gap: 2.875rem !important;
  }
  .gap-px-xl-47 {
    gap: 2.9375rem !important;
  }
  .gap-px-xl-48 {
    gap: 3rem !important;
  }
  .gap-px-xl-49 {
    gap: 3.0625rem !important;
  }
  .gap-px-xl-50 {
    gap: 3.125rem !important;
  }
  .gap-px-xl-51 {
    gap: 3.1875rem !important;
  }
  .gap-px-xl-52 {
    gap: 3.25rem !important;
  }
  .gap-px-xl-53 {
    gap: 3.3125rem !important;
  }
  .gap-px-xl-54 {
    gap: 3.375rem !important;
  }
  .gap-px-xl-56 {
    gap: 3.5rem !important;
  }
  .gap-px-xl-57 {
    gap: 3.5625rem !important;
  }
  .gap-px-xl-58 {
    gap: 3.625rem !important;
  }
  .gap-px-xl-59 {
    gap: 3.6875rem !important;
  }
  .gap-px-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-px-xl-61 {
    gap: 3.8125rem !important;
  }
  .gap-px-xl-62 {
    gap: 3.875rem !important;
  }
  .gap-px-xl-63 {
    gap: 3.9375rem !important;
  }
  .gap-px-xl-64 {
    gap: 4rem !important;
  }
  .gap-px-xl-68 {
    gap: 4.25rem !important;
  }
  .gap-px-xl-70 {
    gap: 4.375rem !important;
  }
  .gap-px-xl-80 {
    gap: 5rem !important;
  }
  .gap-px-xl-82 {
    gap: 5.125rem !important;
  }
  .gap-px-xl-83 {
    gap: 5.1875rem !important;
  }
  .gap-px-xl-84 {
    gap: 5.25rem !important;
  }
  .gap-px-xl-98 {
    gap: 6.125rem !important;
  }
  .gap-px-xl-104 {
    gap: 6.5rem !important;
  }
  .gap-px-xl-122 {
    gap: 7.625rem !important;
  }
  .gap-px-xl-123 {
    gap: 7.6875rem !important;
  }
  .gap-px-xl-147 {
    gap: 9.1875rem !important;
  }
  .gap-px-xl-148 {
    gap: 9.25rem !important;
  }
  .gap-px-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-px-xl-180 {
    gap: 11.25rem !important;
  }
  .gap-px-xl-192 {
    gap: 12rem !important;
  }
  .gap-px-xl-200 {
    gap: 12.5rem !important;
  }
  .gap-px-xl-220 {
    gap: 13.75rem !important;
  }
  .gap-px-xl-270 {
    gap: 16.875rem !important;
  }
  .gap-px-xl-300 {
    gap: 18.75rem !important;
  }
  .gap-px-xl-350 {
    gap: 21.875rem !important;
  }
  .gap-px-xl-400 {
    gap: 25rem !important;
  }
  .gap-px-xl-500 {
    gap: 31.25rem !important;
  }
  .gap-px-xl-600 {
    gap: 37.5rem !important;
  }
  .m-px-xl-0 {
    margin: 0rem !important;
  }
  .m-px-xl-1 {
    margin: 0.0625rem !important;
  }
  .m-px-xl-2 {
    margin: 0.125rem !important;
  }
  .m-px-xl-3 {
    margin: 0.1875rem !important;
  }
  .m-px-xl-4 {
    margin: 0.25rem !important;
  }
  .m-px-xl-5 {
    margin: 0.3125rem !important;
  }
  .m-px-xl-6 {
    margin: 0.375rem !important;
  }
  .m-px-xl-7 {
    margin: 0.4375rem !important;
  }
  .m-px-xl-8 {
    margin: 0.5rem !important;
  }
  .m-px-xl-9 {
    margin: 0.5625rem !important;
  }
  .m-px-xl-10 {
    margin: 0.625rem !important;
  }
  .m-px-xl-11 {
    margin: 0.6875rem !important;
  }
  .m-px-xl-12 {
    margin: 0.75rem !important;
  }
  .m-px-xl-13 {
    margin: 0.8125rem !important;
  }
  .m-px-xl-14 {
    margin: 0.875rem !important;
  }
  .m-px-xl-15 {
    margin: 0.9375rem !important;
  }
  .m-px-xl-16 {
    margin: 1rem !important;
  }
  .m-px-xl-17 {
    margin: 1.0625rem !important;
  }
  .m-px-xl-18 {
    margin: 1.125rem !important;
  }
  .m-px-xl-19 {
    margin: 1.1875rem !important;
  }
  .m-px-xl-20 {
    margin: 1.25rem !important;
  }
  .m-px-xl-21 {
    margin: 1.3125rem !important;
  }
  .m-px-xl-22 {
    margin: 1.375rem !important;
  }
  .m-px-xl-23 {
    margin: 1.4375rem !important;
  }
  .m-px-xl-24 {
    margin: 1.5rem !important;
  }
  .m-px-xl-25 {
    margin: 1.5625rem !important;
  }
  .m-px-xl-26 {
    margin: 1.625rem !important;
  }
  .m-px-xl-27 {
    margin: 1.6875rem !important;
  }
  .m-px-xl-28 {
    margin: 1.75rem !important;
  }
  .m-px-xl-29 {
    margin: 1.8125rem !important;
  }
  .m-px-xl-30 {
    margin: 1.875rem !important;
  }
  .m-px-xl-31 {
    margin: 1.9375rem !important;
  }
  .m-px-xl-32 {
    margin: 2rem !important;
  }
  .m-px-xl-33 {
    margin: 2.0625rem !important;
  }
  .m-px-xl-34 {
    margin: 2.125rem !important;
  }
  .m-px-xl-35 {
    margin: 2.1875rem !important;
  }
  .m-px-xl-36 {
    margin: 2.25rem !important;
  }
  .m-px-xl-37 {
    margin: 2.3125rem !important;
  }
  .m-px-xl-38 {
    margin: 2.375rem !important;
  }
  .m-px-xl-39 {
    margin: 2.4375rem !important;
  }
  .m-px-xl-40 {
    margin: 2.5rem !important;
  }
  .m-px-xl-41 {
    margin: 2.5625rem !important;
  }
  .m-px-xl-42 {
    margin: 2.625rem !important;
  }
  .m-px-xl-43 {
    margin: 2.6875rem !important;
  }
  .m-px-xl-44 {
    margin: 2.75rem !important;
  }
  .m-px-xl-45 {
    margin: 2.8125rem !important;
  }
  .m-px-xl-46 {
    margin: 2.875rem !important;
  }
  .m-px-xl-47 {
    margin: 2.9375rem !important;
  }
  .m-px-xl-48 {
    margin: 3rem !important;
  }
  .m-px-xl-49 {
    margin: 3.0625rem !important;
  }
  .m-px-xl-50 {
    margin: 3.125rem !important;
  }
  .m-px-xl-51 {
    margin: 3.1875rem !important;
  }
  .m-px-xl-52 {
    margin: 3.25rem !important;
  }
  .m-px-xl-53 {
    margin: 3.3125rem !important;
  }
  .m-px-xl-54 {
    margin: 3.375rem !important;
  }
  .m-px-xl-56 {
    margin: 3.5rem !important;
  }
  .m-px-xl-57 {
    margin: 3.5625rem !important;
  }
  .m-px-xl-58 {
    margin: 3.625rem !important;
  }
  .m-px-xl-59 {
    margin: 3.6875rem !important;
  }
  .m-px-xl-60 {
    margin: 3.75rem !important;
  }
  .m-px-xl-61 {
    margin: 3.8125rem !important;
  }
  .m-px-xl-62 {
    margin: 3.875rem !important;
  }
  .m-px-xl-63 {
    margin: 3.9375rem !important;
  }
  .m-px-xl-64 {
    margin: 4rem !important;
  }
  .m-px-xl-68 {
    margin: 4.25rem !important;
  }
  .m-px-xl-70 {
    margin: 4.375rem !important;
  }
  .m-px-xl-80 {
    margin: 5rem !important;
  }
  .m-px-xl-82 {
    margin: 5.125rem !important;
  }
  .m-px-xl-83 {
    margin: 5.1875rem !important;
  }
  .m-px-xl-84 {
    margin: 5.25rem !important;
  }
  .m-px-xl-98 {
    margin: 6.125rem !important;
  }
  .m-px-xl-104 {
    margin: 6.5rem !important;
  }
  .m-px-xl-122 {
    margin: 7.625rem !important;
  }
  .m-px-xl-123 {
    margin: 7.6875rem !important;
  }
  .m-px-xl-147 {
    margin: 9.1875rem !important;
  }
  .m-px-xl-148 {
    margin: 9.25rem !important;
  }
  .m-px-xl-150 {
    margin: 9.375rem !important;
  }
  .m-px-xl-180 {
    margin: 11.25rem !important;
  }
  .m-px-xl-192 {
    margin: 12rem !important;
  }
  .m-px-xl-200 {
    margin: 12.5rem !important;
  }
  .m-px-xl-220 {
    margin: 13.75rem !important;
  }
  .m-px-xl-270 {
    margin: 16.875rem !important;
  }
  .m-px-xl-300 {
    margin: 18.75rem !important;
  }
  .m-px-xl-350 {
    margin: 21.875rem !important;
  }
  .m-px-xl-400 {
    margin: 25rem !important;
  }
  .m-px-xl-500 {
    margin: 31.25rem !important;
  }
  .m-px-xl-600 {
    margin: 37.5rem !important;
  }
  .m-px-xl-auto {
    margin: auto !important;
  }
  .mx-px-xl-0 {
    margin-inline-end: 0rem !important;
    margin-inline-start: 0rem !important;
  }
  .mx-px-xl-1 {
    margin-inline-end: 0.0625rem !important;
    margin-inline-start: 0.0625rem !important;
  }
  .mx-px-xl-2 {
    margin-inline-end: 0.125rem !important;
    margin-inline-start: 0.125rem !important;
  }
  .mx-px-xl-3 {
    margin-inline-end: 0.1875rem !important;
    margin-inline-start: 0.1875rem !important;
  }
  .mx-px-xl-4 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-px-xl-5 {
    margin-inline-end: 0.3125rem !important;
    margin-inline-start: 0.3125rem !important;
  }
  .mx-px-xl-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-px-xl-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-px-xl-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-px-xl-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-px-xl-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-px-xl-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-px-xl-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-px-xl-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-px-xl-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-px-xl-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-px-xl-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-px-xl-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-px-xl-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-px-xl-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-px-xl-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-px-xl-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-px-xl-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-px-xl-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-px-xl-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-px-xl-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-px-xl-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-px-xl-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-px-xl-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-px-xl-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-px-xl-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-px-xl-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-px-xl-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-px-xl-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-px-xl-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-px-xl-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-px-xl-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-px-xl-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-px-xl-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-px-xl-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-px-xl-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-px-xl-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-px-xl-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-px-xl-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-px-xl-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-px-xl-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-px-xl-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-px-xl-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-px-xl-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-px-xl-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-px-xl-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-px-xl-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-px-xl-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-px-xl-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-px-xl-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-px-xl-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-px-xl-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-px-xl-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-px-xl-59 {
    margin-inline-end: 3.6875rem !important;
    margin-inline-start: 3.6875rem !important;
  }
  .mx-px-xl-60 {
    margin-inline-end: 3.75rem !important;
    margin-inline-start: 3.75rem !important;
  }
  .mx-px-xl-61 {
    margin-inline-end: 3.8125rem !important;
    margin-inline-start: 3.8125rem !important;
  }
  .mx-px-xl-62 {
    margin-inline-end: 3.875rem !important;
    margin-inline-start: 3.875rem !important;
  }
  .mx-px-xl-63 {
    margin-inline-end: 3.9375rem !important;
    margin-inline-start: 3.9375rem !important;
  }
  .mx-px-xl-64 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-px-xl-68 {
    margin-inline-end: 4.25rem !important;
    margin-inline-start: 4.25rem !important;
  }
  .mx-px-xl-70 {
    margin-inline-end: 4.375rem !important;
    margin-inline-start: 4.375rem !important;
  }
  .mx-px-xl-80 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-px-xl-82 {
    margin-inline-end: 5.125rem !important;
    margin-inline-start: 5.125rem !important;
  }
  .mx-px-xl-83 {
    margin-inline-end: 5.1875rem !important;
    margin-inline-start: 5.1875rem !important;
  }
  .mx-px-xl-84 {
    margin-inline-end: 5.25rem !important;
    margin-inline-start: 5.25rem !important;
  }
  .mx-px-xl-98 {
    margin-inline-end: 6.125rem !important;
    margin-inline-start: 6.125rem !important;
  }
  .mx-px-xl-104 {
    margin-inline-end: 6.5rem !important;
    margin-inline-start: 6.5rem !important;
  }
  .mx-px-xl-122 {
    margin-inline-end: 7.625rem !important;
    margin-inline-start: 7.625rem !important;
  }
  .mx-px-xl-123 {
    margin-inline-end: 7.6875rem !important;
    margin-inline-start: 7.6875rem !important;
  }
  .mx-px-xl-147 {
    margin-inline-end: 9.1875rem !important;
    margin-inline-start: 9.1875rem !important;
  }
  .mx-px-xl-148 {
    margin-inline-end: 9.25rem !important;
    margin-inline-start: 9.25rem !important;
  }
  .mx-px-xl-150 {
    margin-inline-end: 9.375rem !important;
    margin-inline-start: 9.375rem !important;
  }
  .mx-px-xl-180 {
    margin-inline-end: 11.25rem !important;
    margin-inline-start: 11.25rem !important;
  }
  .mx-px-xl-192 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-px-xl-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-px-xl-220 {
    margin-inline-end: 13.75rem !important;
    margin-inline-start: 13.75rem !important;
  }
  .mx-px-xl-270 {
    margin-inline-end: 16.875rem !important;
    margin-inline-start: 16.875rem !important;
  }
  .mx-px-xl-300 {
    margin-inline-end: 18.75rem !important;
    margin-inline-start: 18.75rem !important;
  }
  .mx-px-xl-350 {
    margin-inline-end: 21.875rem !important;
    margin-inline-start: 21.875rem !important;
  }
  .mx-px-xl-400 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-px-xl-500 {
    margin-inline-end: 31.25rem !important;
    margin-inline-start: 31.25rem !important;
  }
  .mx-px-xl-600 {
    margin-inline-end: 37.5rem !important;
    margin-inline-start: 37.5rem !important;
  }
  .mx-px-xl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-px-xl-0 {
    margin-block-start: 0rem !important;
    margin-block-end: 0rem !important;
  }
  .my-px-xl-1 {
    margin-block-start: 0.0625rem !important;
    margin-block-end: 0.0625rem !important;
  }
  .my-px-xl-2 {
    margin-block-start: 0.125rem !important;
    margin-block-end: 0.125rem !important;
  }
  .my-px-xl-3 {
    margin-block-start: 0.1875rem !important;
    margin-block-end: 0.1875rem !important;
  }
  .my-px-xl-4 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-px-xl-5 {
    margin-block-start: 0.3125rem !important;
    margin-block-end: 0.3125rem !important;
  }
  .my-px-xl-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-px-xl-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-px-xl-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-px-xl-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-px-xl-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-px-xl-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-px-xl-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-px-xl-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-px-xl-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-px-xl-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-px-xl-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-px-xl-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-px-xl-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-px-xl-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-px-xl-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-px-xl-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-px-xl-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-px-xl-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-px-xl-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-px-xl-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-px-xl-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-px-xl-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-px-xl-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-px-xl-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-px-xl-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-px-xl-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-px-xl-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-px-xl-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-px-xl-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-px-xl-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-px-xl-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-px-xl-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-px-xl-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-px-xl-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-px-xl-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-px-xl-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-px-xl-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-px-xl-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-px-xl-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-px-xl-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-px-xl-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-px-xl-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-px-xl-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-px-xl-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-px-xl-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-px-xl-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-px-xl-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-px-xl-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-px-xl-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-px-xl-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-px-xl-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-px-xl-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-px-xl-59 {
    margin-block-start: 3.6875rem !important;
    margin-block-end: 3.6875rem !important;
  }
  .my-px-xl-60 {
    margin-block-start: 3.75rem !important;
    margin-block-end: 3.75rem !important;
  }
  .my-px-xl-61 {
    margin-block-start: 3.8125rem !important;
    margin-block-end: 3.8125rem !important;
  }
  .my-px-xl-62 {
    margin-block-start: 3.875rem !important;
    margin-block-end: 3.875rem !important;
  }
  .my-px-xl-63 {
    margin-block-start: 3.9375rem !important;
    margin-block-end: 3.9375rem !important;
  }
  .my-px-xl-64 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .my-px-xl-68 {
    margin-block-start: 4.25rem !important;
    margin-block-end: 4.25rem !important;
  }
  .my-px-xl-70 {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
  .my-px-xl-80 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .my-px-xl-82 {
    margin-block-start: 5.125rem !important;
    margin-block-end: 5.125rem !important;
  }
  .my-px-xl-83 {
    margin-block-start: 5.1875rem !important;
    margin-block-end: 5.1875rem !important;
  }
  .my-px-xl-84 {
    margin-block-start: 5.25rem !important;
    margin-block-end: 5.25rem !important;
  }
  .my-px-xl-98 {
    margin-block-start: 6.125rem !important;
    margin-block-end: 6.125rem !important;
  }
  .my-px-xl-104 {
    margin-block-start: 6.5rem !important;
    margin-block-end: 6.5rem !important;
  }
  .my-px-xl-122 {
    margin-block-start: 7.625rem !important;
    margin-block-end: 7.625rem !important;
  }
  .my-px-xl-123 {
    margin-block-start: 7.6875rem !important;
    margin-block-end: 7.6875rem !important;
  }
  .my-px-xl-147 {
    margin-block-start: 9.1875rem !important;
    margin-block-end: 9.1875rem !important;
  }
  .my-px-xl-148 {
    margin-block-start: 9.25rem !important;
    margin-block-end: 9.25rem !important;
  }
  .my-px-xl-150 {
    margin-block-start: 9.375rem !important;
    margin-block-end: 9.375rem !important;
  }
  .my-px-xl-180 {
    margin-block-start: 11.25rem !important;
    margin-block-end: 11.25rem !important;
  }
  .my-px-xl-192 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .my-px-xl-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-px-xl-220 {
    margin-block-start: 13.75rem !important;
    margin-block-end: 13.75rem !important;
  }
  .my-px-xl-270 {
    margin-block-start: 16.875rem !important;
    margin-block-end: 16.875rem !important;
  }
  .my-px-xl-300 {
    margin-block-start: 18.75rem !important;
    margin-block-end: 18.75rem !important;
  }
  .my-px-xl-350 {
    margin-block-start: 21.875rem !important;
    margin-block-end: 21.875rem !important;
  }
  .my-px-xl-400 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .my-px-xl-500 {
    margin-block-start: 31.25rem !important;
    margin-block-end: 31.25rem !important;
  }
  .my-px-xl-600 {
    margin-block-start: 37.5rem !important;
    margin-block-end: 37.5rem !important;
  }
  .my-px-xl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-px-xl-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-xl-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-xl-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-xl-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-xl-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-xl-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-xl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-xl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-xl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-xl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-xl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-xl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-xl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-xl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-xl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-xl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-xl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-xl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-xl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-xl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-xl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-xl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-xl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-xl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-xl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-xl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-xl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-xl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-xl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-xl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-xl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-xl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-xl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-xl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-xl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-xl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-xl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-xl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-xl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-xl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-xl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-xl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-xl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-xl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-xl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-xl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-xl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-xl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-xl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-xl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-xl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-xl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-xl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-xl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-xl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-xl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-xl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-xl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-xl-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-xl-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-xl-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-xl-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-xl-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-xl-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-xl-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-xl-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-xl-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-xl-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-xl-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-xl-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-xl-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-xl-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-xl-122 {
    margin-block-start: 7.625rem !important;
  }
  .mt-px-xl-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-xl-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-xl-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-xl-150 {
    margin-block-start: 9.375rem !important;
  }
  .mt-px-xl-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-xl-192 {
    margin-block-start: 12rem !important;
  }
  .mt-px-xl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-xl-220 {
    margin-block-start: 13.75rem !important;
  }
  .mt-px-xl-270 {
    margin-block-start: 16.875rem !important;
  }
  .mt-px-xl-300 {
    margin-block-start: 18.75rem !important;
  }
  .mt-px-xl-350 {
    margin-block-start: 21.875rem !important;
  }
  .mt-px-xl-400 {
    margin-block-start: 25rem !important;
  }
  .mt-px-xl-500 {
    margin-block-start: 31.25rem !important;
  }
  .mt-px-xl-600 {
    margin-block-start: 37.5rem !important;
  }
  .mt-px-xl-auto {
    margin-block-start: auto !important;
  }
  .me-px-xl-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-xl-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-xl-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-xl-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-xl-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-xl-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-xl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-xl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-xl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-xl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-xl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-xl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-xl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-xl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-xl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-xl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-xl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-xl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-xl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-xl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-xl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-xl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-xl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-xl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-xl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-xl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-xl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-xl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-xl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-xl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-xl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-xl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-xl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-xl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-xl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-xl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-xl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-xl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-xl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-xl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-xl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-xl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-xl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-xl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-xl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-xl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-xl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-xl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-xl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-xl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-xl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-xl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-xl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-xl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-xl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-xl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-xl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-xl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-xl-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-xl-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-xl-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-xl-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-xl-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-xl-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-xl-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-xl-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-xl-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-xl-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-xl-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-xl-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-xl-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-xl-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-xl-122 {
    margin-inline-end: 7.625rem !important;
  }
  .me-px-xl-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-xl-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-xl-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-xl-150 {
    margin-inline-end: 9.375rem !important;
  }
  .me-px-xl-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-xl-192 {
    margin-inline-end: 12rem !important;
  }
  .me-px-xl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-xl-220 {
    margin-inline-end: 13.75rem !important;
  }
  .me-px-xl-270 {
    margin-inline-end: 16.875rem !important;
  }
  .me-px-xl-300 {
    margin-inline-end: 18.75rem !important;
  }
  .me-px-xl-350 {
    margin-inline-end: 21.875rem !important;
  }
  .me-px-xl-400 {
    margin-inline-end: 25rem !important;
  }
  .me-px-xl-500 {
    margin-inline-end: 31.25rem !important;
  }
  .me-px-xl-600 {
    margin-inline-end: 37.5rem !important;
  }
  .me-px-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-xl-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-xl-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-xl-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-xl-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-xl-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-xl-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-xl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-xl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-xl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-xl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-xl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-xl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-xl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-xl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-xl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-xl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-xl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-xl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-xl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-xl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-xl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-xl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-xl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-xl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-xl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-xl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-xl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-xl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-xl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-xl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-xl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-xl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-xl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-xl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-xl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-xl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-xl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-xl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-xl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-xl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-xl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-xl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-xl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-xl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-xl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-xl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-xl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-xl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-xl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-xl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-xl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-xl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-xl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-xl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-xl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-xl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-xl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-xl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-xl-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-xl-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-xl-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-xl-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-xl-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-xl-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-xl-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-xl-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-xl-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-xl-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-xl-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-xl-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-xl-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-xl-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-xl-122 {
    margin-block-end: 7.625rem !important;
  }
  .mb-px-xl-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-xl-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-xl-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-xl-150 {
    margin-block-end: 9.375rem !important;
  }
  .mb-px-xl-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-xl-192 {
    margin-block-end: 12rem !important;
  }
  .mb-px-xl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-xl-220 {
    margin-block-end: 13.75rem !important;
  }
  .mb-px-xl-270 {
    margin-block-end: 16.875rem !important;
  }
  .mb-px-xl-300 {
    margin-block-end: 18.75rem !important;
  }
  .mb-px-xl-350 {
    margin-block-end: 21.875rem !important;
  }
  .mb-px-xl-400 {
    margin-block-end: 25rem !important;
  }
  .mb-px-xl-500 {
    margin-block-end: 31.25rem !important;
  }
  .mb-px-xl-600 {
    margin-block-end: 37.5rem !important;
  }
  .mb-px-xl-auto {
    margin-block-end: auto !important;
  }
  .ms-px-xl-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-xl-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-xl-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-xl-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-xl-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-xl-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-xl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-xl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-xl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-xl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-xl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-xl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-xl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-xl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-xl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-xl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-xl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-xl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-xl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-xl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-xl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-xl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-xl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-xl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-xl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-xl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-xl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-xl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-xl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-xl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-xl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-xl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-xl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-xl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-xl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-xl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-xl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-xl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-xl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-xl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-xl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-xl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-xl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-xl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-xl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-xl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-xl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-xl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-xl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-xl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-xl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-xl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-xl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-xl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-xl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-xl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-xl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-xl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-xl-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-xl-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-xl-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-xl-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-xl-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-xl-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-xl-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-xl-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-xl-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-xl-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-xl-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-xl-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-xl-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-xl-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-xl-122 {
    margin-inline-start: 7.625rem !important;
  }
  .ms-px-xl-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-xl-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-xl-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-xl-150 {
    margin-inline-start: 9.375rem !important;
  }
  .ms-px-xl-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-xl-192 {
    margin-inline-start: 12rem !important;
  }
  .ms-px-xl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-xl-220 {
    margin-inline-start: 13.75rem !important;
  }
  .ms-px-xl-270 {
    margin-inline-start: 16.875rem !important;
  }
  .ms-px-xl-300 {
    margin-inline-start: 18.75rem !important;
  }
  .ms-px-xl-350 {
    margin-inline-start: 21.875rem !important;
  }
  .ms-px-xl-400 {
    margin-inline-start: 25rem !important;
  }
  .ms-px-xl-500 {
    margin-inline-start: 31.25rem !important;
  }
  .ms-px-xl-600 {
    margin-inline-start: 37.5rem !important;
  }
  .ms-px-xl-auto {
    margin-inline-start: auto !important;
  }
  .m-px-xl-n1 {
    margin: -0.0625rem !important;
  }
  .m-px-xl-n2 {
    margin: -0.125rem !important;
  }
  .m-px-xl-n3 {
    margin: -0.1875rem !important;
  }
  .m-px-xl-n4 {
    margin: -0.25rem !important;
  }
  .m-px-xl-n5 {
    margin: -0.3125rem !important;
  }
  .m-px-xl-n6 {
    margin: -0.375rem !important;
  }
  .m-px-xl-n7 {
    margin: -0.4375rem !important;
  }
  .m-px-xl-n8 {
    margin: -0.5rem !important;
  }
  .m-px-xl-n9 {
    margin: -0.5625rem !important;
  }
  .m-px-xl-n10 {
    margin: -0.625rem !important;
  }
  .m-px-xl-n11 {
    margin: -0.6875rem !important;
  }
  .m-px-xl-n12 {
    margin: -0.75rem !important;
  }
  .m-px-xl-n13 {
    margin: -0.8125rem !important;
  }
  .m-px-xl-n14 {
    margin: -0.875rem !important;
  }
  .m-px-xl-n15 {
    margin: -0.9375rem !important;
  }
  .m-px-xl-n16 {
    margin: -1rem !important;
  }
  .m-px-xl-n17 {
    margin: -1.0625rem !important;
  }
  .m-px-xl-n18 {
    margin: -1.125rem !important;
  }
  .m-px-xl-n19 {
    margin: -1.1875rem !important;
  }
  .m-px-xl-n20 {
    margin: -1.25rem !important;
  }
  .m-px-xl-n21 {
    margin: -1.3125rem !important;
  }
  .m-px-xl-n22 {
    margin: -1.375rem !important;
  }
  .m-px-xl-n23 {
    margin: -1.4375rem !important;
  }
  .m-px-xl-n24 {
    margin: -1.5rem !important;
  }
  .m-px-xl-n25 {
    margin: -1.5625rem !important;
  }
  .m-px-xl-n26 {
    margin: -1.625rem !important;
  }
  .m-px-xl-n27 {
    margin: -1.6875rem !important;
  }
  .m-px-xl-n28 {
    margin: -1.75rem !important;
  }
  .m-px-xl-n29 {
    margin: -1.8125rem !important;
  }
  .m-px-xl-n30 {
    margin: -1.875rem !important;
  }
  .m-px-xl-n31 {
    margin: -1.9375rem !important;
  }
  .m-px-xl-n32 {
    margin: -2rem !important;
  }
  .m-px-xl-n33 {
    margin: -2.0625rem !important;
  }
  .m-px-xl-n34 {
    margin: -2.125rem !important;
  }
  .m-px-xl-n35 {
    margin: -2.1875rem !important;
  }
  .m-px-xl-n36 {
    margin: -2.25rem !important;
  }
  .m-px-xl-n37 {
    margin: -2.3125rem !important;
  }
  .m-px-xl-n38 {
    margin: -2.375rem !important;
  }
  .m-px-xl-n39 {
    margin: -2.4375rem !important;
  }
  .m-px-xl-n40 {
    margin: -2.5rem !important;
  }
  .m-px-xl-n41 {
    margin: -2.5625rem !important;
  }
  .m-px-xl-n42 {
    margin: -2.625rem !important;
  }
  .m-px-xl-n43 {
    margin: -2.6875rem !important;
  }
  .m-px-xl-n44 {
    margin: -2.75rem !important;
  }
  .m-px-xl-n45 {
    margin: -2.8125rem !important;
  }
  .m-px-xl-n46 {
    margin: -2.875rem !important;
  }
  .m-px-xl-n47 {
    margin: -2.9375rem !important;
  }
  .m-px-xl-n48 {
    margin: -3rem !important;
  }
  .m-px-xl-n49 {
    margin: -3.0625rem !important;
  }
  .m-px-xl-n50 {
    margin: -3.125rem !important;
  }
  .m-px-xl-n51 {
    margin: -3.1875rem !important;
  }
  .m-px-xl-n52 {
    margin: -3.25rem !important;
  }
  .m-px-xl-n53 {
    margin: -3.3125rem !important;
  }
  .m-px-xl-n54 {
    margin: -3.375rem !important;
  }
  .m-px-xl-n56 {
    margin: -3.5rem !important;
  }
  .m-px-xl-n57 {
    margin: -3.5625rem !important;
  }
  .m-px-xl-n58 {
    margin: -3.625rem !important;
  }
  .m-px-xl-n59 {
    margin: -3.6875rem !important;
  }
  .m-px-xl-n60 {
    margin: -3.75rem !important;
  }
  .m-px-xl-n61 {
    margin: -3.8125rem !important;
  }
  .m-px-xl-n62 {
    margin: -3.875rem !important;
  }
  .m-px-xl-n63 {
    margin: -3.9375rem !important;
  }
  .m-px-xl-n64 {
    margin: -4rem !important;
  }
  .m-px-xl-n68 {
    margin: -4.25rem !important;
  }
  .m-px-xl-n70 {
    margin: -4.375rem !important;
  }
  .m-px-xl-n80 {
    margin: -5rem !important;
  }
  .m-px-xl-n82 {
    margin: -5.125rem !important;
  }
  .m-px-xl-n83 {
    margin: -5.1875rem !important;
  }
  .m-px-xl-n84 {
    margin: -5.25rem !important;
  }
  .m-px-xl-n98 {
    margin: -6.125rem !important;
  }
  .m-px-xl-n104 {
    margin: -6.5rem !important;
  }
  .m-px-xl-n122 {
    margin: -7.625rem !important;
  }
  .m-px-xl-n123 {
    margin: -7.6875rem !important;
  }
  .m-px-xl-n147 {
    margin: -9.1875rem !important;
  }
  .m-px-xl-n148 {
    margin: -9.25rem !important;
  }
  .m-px-xl-n150 {
    margin: -9.375rem !important;
  }
  .m-px-xl-n180 {
    margin: -11.25rem !important;
  }
  .m-px-xl-n192 {
    margin: -12rem !important;
  }
  .m-px-xl-n200 {
    margin: -12.5rem !important;
  }
  .m-px-xl-n220 {
    margin: -13.75rem !important;
  }
  .m-px-xl-n270 {
    margin: -16.875rem !important;
  }
  .m-px-xl-n300 {
    margin: -18.75rem !important;
  }
  .m-px-xl-n350 {
    margin: -21.875rem !important;
  }
  .m-px-xl-n400 {
    margin: -25rem !important;
  }
  .m-px-xl-n500 {
    margin: -31.25rem !important;
  }
  .m-px-xl-n600 {
    margin: -37.5rem !important;
  }
  .mx-px-xl-n1 {
    margin-inline-end: -0.0625rem !important;
    margin-inline-start: -0.0625rem !important;
  }
  .mx-px-xl-n2 {
    margin-inline-end: -0.125rem !important;
    margin-inline-start: -0.125rem !important;
  }
  .mx-px-xl-n3 {
    margin-inline-end: -0.1875rem !important;
    margin-inline-start: -0.1875rem !important;
  }
  .mx-px-xl-n4 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-px-xl-n5 {
    margin-inline-end: -0.3125rem !important;
    margin-inline-start: -0.3125rem !important;
  }
  .mx-px-xl-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-px-xl-n7 {
    margin-inline-end: -0.4375rem !important;
    margin-inline-start: -0.4375rem !important;
  }
  .mx-px-xl-n8 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-px-xl-n9 {
    margin-inline-end: -0.5625rem !important;
    margin-inline-start: -0.5625rem !important;
  }
  .mx-px-xl-n10 {
    margin-inline-end: -0.625rem !important;
    margin-inline-start: -0.625rem !important;
  }
  .mx-px-xl-n11 {
    margin-inline-end: -0.6875rem !important;
    margin-inline-start: -0.6875rem !important;
  }
  .mx-px-xl-n12 {
    margin-inline-end: -0.75rem !important;
    margin-inline-start: -0.75rem !important;
  }
  .mx-px-xl-n13 {
    margin-inline-end: -0.8125rem !important;
    margin-inline-start: -0.8125rem !important;
  }
  .mx-px-xl-n14 {
    margin-inline-end: -0.875rem !important;
    margin-inline-start: -0.875rem !important;
  }
  .mx-px-xl-n15 {
    margin-inline-end: -0.9375rem !important;
    margin-inline-start: -0.9375rem !important;
  }
  .mx-px-xl-n16 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-px-xl-n17 {
    margin-inline-end: -1.0625rem !important;
    margin-inline-start: -1.0625rem !important;
  }
  .mx-px-xl-n18 {
    margin-inline-end: -1.125rem !important;
    margin-inline-start: -1.125rem !important;
  }
  .mx-px-xl-n19 {
    margin-inline-end: -1.1875rem !important;
    margin-inline-start: -1.1875rem !important;
  }
  .mx-px-xl-n20 {
    margin-inline-end: -1.25rem !important;
    margin-inline-start: -1.25rem !important;
  }
  .mx-px-xl-n21 {
    margin-inline-end: -1.3125rem !important;
    margin-inline-start: -1.3125rem !important;
  }
  .mx-px-xl-n22 {
    margin-inline-end: -1.375rem !important;
    margin-inline-start: -1.375rem !important;
  }
  .mx-px-xl-n23 {
    margin-inline-end: -1.4375rem !important;
    margin-inline-start: -1.4375rem !important;
  }
  .mx-px-xl-n24 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-px-xl-n25 {
    margin-inline-end: -1.5625rem !important;
    margin-inline-start: -1.5625rem !important;
  }
  .mx-px-xl-n26 {
    margin-inline-end: -1.625rem !important;
    margin-inline-start: -1.625rem !important;
  }
  .mx-px-xl-n27 {
    margin-inline-end: -1.6875rem !important;
    margin-inline-start: -1.6875rem !important;
  }
  .mx-px-xl-n28 {
    margin-inline-end: -1.75rem !important;
    margin-inline-start: -1.75rem !important;
  }
  .mx-px-xl-n29 {
    margin-inline-end: -1.8125rem !important;
    margin-inline-start: -1.8125rem !important;
  }
  .mx-px-xl-n30 {
    margin-inline-end: -1.875rem !important;
    margin-inline-start: -1.875rem !important;
  }
  .mx-px-xl-n31 {
    margin-inline-end: -1.9375rem !important;
    margin-inline-start: -1.9375rem !important;
  }
  .mx-px-xl-n32 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-px-xl-n33 {
    margin-inline-end: -2.0625rem !important;
    margin-inline-start: -2.0625rem !important;
  }
  .mx-px-xl-n34 {
    margin-inline-end: -2.125rem !important;
    margin-inline-start: -2.125rem !important;
  }
  .mx-px-xl-n35 {
    margin-inline-end: -2.1875rem !important;
    margin-inline-start: -2.1875rem !important;
  }
  .mx-px-xl-n36 {
    margin-inline-end: -2.25rem !important;
    margin-inline-start: -2.25rem !important;
  }
  .mx-px-xl-n37 {
    margin-inline-end: -2.3125rem !important;
    margin-inline-start: -2.3125rem !important;
  }
  .mx-px-xl-n38 {
    margin-inline-end: -2.375rem !important;
    margin-inline-start: -2.375rem !important;
  }
  .mx-px-xl-n39 {
    margin-inline-end: -2.4375rem !important;
    margin-inline-start: -2.4375rem !important;
  }
  .mx-px-xl-n40 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-px-xl-n41 {
    margin-inline-end: -2.5625rem !important;
    margin-inline-start: -2.5625rem !important;
  }
  .mx-px-xl-n42 {
    margin-inline-end: -2.625rem !important;
    margin-inline-start: -2.625rem !important;
  }
  .mx-px-xl-n43 {
    margin-inline-end: -2.6875rem !important;
    margin-inline-start: -2.6875rem !important;
  }
  .mx-px-xl-n44 {
    margin-inline-end: -2.75rem !important;
    margin-inline-start: -2.75rem !important;
  }
  .mx-px-xl-n45 {
    margin-inline-end: -2.8125rem !important;
    margin-inline-start: -2.8125rem !important;
  }
  .mx-px-xl-n46 {
    margin-inline-end: -2.875rem !important;
    margin-inline-start: -2.875rem !important;
  }
  .mx-px-xl-n47 {
    margin-inline-end: -2.9375rem !important;
    margin-inline-start: -2.9375rem !important;
  }
  .mx-px-xl-n48 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-px-xl-n49 {
    margin-inline-end: -3.0625rem !important;
    margin-inline-start: -3.0625rem !important;
  }
  .mx-px-xl-n50 {
    margin-inline-end: -3.125rem !important;
    margin-inline-start: -3.125rem !important;
  }
  .mx-px-xl-n51 {
    margin-inline-end: -3.1875rem !important;
    margin-inline-start: -3.1875rem !important;
  }
  .mx-px-xl-n52 {
    margin-inline-end: -3.25rem !important;
    margin-inline-start: -3.25rem !important;
  }
  .mx-px-xl-n53 {
    margin-inline-end: -3.3125rem !important;
    margin-inline-start: -3.3125rem !important;
  }
  .mx-px-xl-n54 {
    margin-inline-end: -3.375rem !important;
    margin-inline-start: -3.375rem !important;
  }
  .mx-px-xl-n56 {
    margin-inline-end: -3.5rem !important;
    margin-inline-start: -3.5rem !important;
  }
  .mx-px-xl-n57 {
    margin-inline-end: -3.5625rem !important;
    margin-inline-start: -3.5625rem !important;
  }
  .mx-px-xl-n58 {
    margin-inline-end: -3.625rem !important;
    margin-inline-start: -3.625rem !important;
  }
  .mx-px-xl-n59 {
    margin-inline-end: -3.6875rem !important;
    margin-inline-start: -3.6875rem !important;
  }
  .mx-px-xl-n60 {
    margin-inline-end: -3.75rem !important;
    margin-inline-start: -3.75rem !important;
  }
  .mx-px-xl-n61 {
    margin-inline-end: -3.8125rem !important;
    margin-inline-start: -3.8125rem !important;
  }
  .mx-px-xl-n62 {
    margin-inline-end: -3.875rem !important;
    margin-inline-start: -3.875rem !important;
  }
  .mx-px-xl-n63 {
    margin-inline-end: -3.9375rem !important;
    margin-inline-start: -3.9375rem !important;
  }
  .mx-px-xl-n64 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-px-xl-n68 {
    margin-inline-end: -4.25rem !important;
    margin-inline-start: -4.25rem !important;
  }
  .mx-px-xl-n70 {
    margin-inline-end: -4.375rem !important;
    margin-inline-start: -4.375rem !important;
  }
  .mx-px-xl-n80 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-px-xl-n82 {
    margin-inline-end: -5.125rem !important;
    margin-inline-start: -5.125rem !important;
  }
  .mx-px-xl-n83 {
    margin-inline-end: -5.1875rem !important;
    margin-inline-start: -5.1875rem !important;
  }
  .mx-px-xl-n84 {
    margin-inline-end: -5.25rem !important;
    margin-inline-start: -5.25rem !important;
  }
  .mx-px-xl-n98 {
    margin-inline-end: -6.125rem !important;
    margin-inline-start: -6.125rem !important;
  }
  .mx-px-xl-n104 {
    margin-inline-end: -6.5rem !important;
    margin-inline-start: -6.5rem !important;
  }
  .mx-px-xl-n122 {
    margin-inline-end: -7.625rem !important;
    margin-inline-start: -7.625rem !important;
  }
  .mx-px-xl-n123 {
    margin-inline-end: -7.6875rem !important;
    margin-inline-start: -7.6875rem !important;
  }
  .mx-px-xl-n147 {
    margin-inline-end: -9.1875rem !important;
    margin-inline-start: -9.1875rem !important;
  }
  .mx-px-xl-n148 {
    margin-inline-end: -9.25rem !important;
    margin-inline-start: -9.25rem !important;
  }
  .mx-px-xl-n150 {
    margin-inline-end: -9.375rem !important;
    margin-inline-start: -9.375rem !important;
  }
  .mx-px-xl-n180 {
    margin-inline-end: -11.25rem !important;
    margin-inline-start: -11.25rem !important;
  }
  .mx-px-xl-n192 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-px-xl-n200 {
    margin-inline-end: -12.5rem !important;
    margin-inline-start: -12.5rem !important;
  }
  .mx-px-xl-n220 {
    margin-inline-end: -13.75rem !important;
    margin-inline-start: -13.75rem !important;
  }
  .mx-px-xl-n270 {
    margin-inline-end: -16.875rem !important;
    margin-inline-start: -16.875rem !important;
  }
  .mx-px-xl-n300 {
    margin-inline-end: -18.75rem !important;
    margin-inline-start: -18.75rem !important;
  }
  .mx-px-xl-n350 {
    margin-inline-end: -21.875rem !important;
    margin-inline-start: -21.875rem !important;
  }
  .mx-px-xl-n400 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-px-xl-n500 {
    margin-inline-end: -31.25rem !important;
    margin-inline-start: -31.25rem !important;
  }
  .mx-px-xl-n600 {
    margin-inline-end: -37.5rem !important;
    margin-inline-start: -37.5rem !important;
  }
  .my-px-xl-n1 {
    margin-block-end: -0.0625rem !important;
    margin-block-start: -0.0625rem !important;
  }
  .my-px-xl-n2 {
    margin-block-end: -0.125rem !important;
    margin-block-start: -0.125rem !important;
  }
  .my-px-xl-n3 {
    margin-block-end: -0.1875rem !important;
    margin-block-start: -0.1875rem !important;
  }
  .my-px-xl-n4 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-px-xl-n5 {
    margin-block-end: -0.3125rem !important;
    margin-block-start: -0.3125rem !important;
  }
  .my-px-xl-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-px-xl-n7 {
    margin-block-end: -0.4375rem !important;
    margin-block-start: -0.4375rem !important;
  }
  .my-px-xl-n8 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-px-xl-n9 {
    margin-block-end: -0.5625rem !important;
    margin-block-start: -0.5625rem !important;
  }
  .my-px-xl-n10 {
    margin-block-end: -0.625rem !important;
    margin-block-start: -0.625rem !important;
  }
  .my-px-xl-n11 {
    margin-block-end: -0.6875rem !important;
    margin-block-start: -0.6875rem !important;
  }
  .my-px-xl-n12 {
    margin-block-end: -0.75rem !important;
    margin-block-start: -0.75rem !important;
  }
  .my-px-xl-n13 {
    margin-block-end: -0.8125rem !important;
    margin-block-start: -0.8125rem !important;
  }
  .my-px-xl-n14 {
    margin-block-end: -0.875rem !important;
    margin-block-start: -0.875rem !important;
  }
  .my-px-xl-n15 {
    margin-block-end: -0.9375rem !important;
    margin-block-start: -0.9375rem !important;
  }
  .my-px-xl-n16 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-px-xl-n17 {
    margin-block-end: -1.0625rem !important;
    margin-block-start: -1.0625rem !important;
  }
  .my-px-xl-n18 {
    margin-block-end: -1.125rem !important;
    margin-block-start: -1.125rem !important;
  }
  .my-px-xl-n19 {
    margin-block-end: -1.1875rem !important;
    margin-block-start: -1.1875rem !important;
  }
  .my-px-xl-n20 {
    margin-block-end: -1.25rem !important;
    margin-block-start: -1.25rem !important;
  }
  .my-px-xl-n21 {
    margin-block-end: -1.3125rem !important;
    margin-block-start: -1.3125rem !important;
  }
  .my-px-xl-n22 {
    margin-block-end: -1.375rem !important;
    margin-block-start: -1.375rem !important;
  }
  .my-px-xl-n23 {
    margin-block-end: -1.4375rem !important;
    margin-block-start: -1.4375rem !important;
  }
  .my-px-xl-n24 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-px-xl-n25 {
    margin-block-end: -1.5625rem !important;
    margin-block-start: -1.5625rem !important;
  }
  .my-px-xl-n26 {
    margin-block-end: -1.625rem !important;
    margin-block-start: -1.625rem !important;
  }
  .my-px-xl-n27 {
    margin-block-end: -1.6875rem !important;
    margin-block-start: -1.6875rem !important;
  }
  .my-px-xl-n28 {
    margin-block-end: -1.75rem !important;
    margin-block-start: -1.75rem !important;
  }
  .my-px-xl-n29 {
    margin-block-end: -1.8125rem !important;
    margin-block-start: -1.8125rem !important;
  }
  .my-px-xl-n30 {
    margin-block-end: -1.875rem !important;
    margin-block-start: -1.875rem !important;
  }
  .my-px-xl-n31 {
    margin-block-end: -1.9375rem !important;
    margin-block-start: -1.9375rem !important;
  }
  .my-px-xl-n32 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-px-xl-n33 {
    margin-block-end: -2.0625rem !important;
    margin-block-start: -2.0625rem !important;
  }
  .my-px-xl-n34 {
    margin-block-end: -2.125rem !important;
    margin-block-start: -2.125rem !important;
  }
  .my-px-xl-n35 {
    margin-block-end: -2.1875rem !important;
    margin-block-start: -2.1875rem !important;
  }
  .my-px-xl-n36 {
    margin-block-end: -2.25rem !important;
    margin-block-start: -2.25rem !important;
  }
  .my-px-xl-n37 {
    margin-block-end: -2.3125rem !important;
    margin-block-start: -2.3125rem !important;
  }
  .my-px-xl-n38 {
    margin-block-end: -2.375rem !important;
    margin-block-start: -2.375rem !important;
  }
  .my-px-xl-n39 {
    margin-block-end: -2.4375rem !important;
    margin-block-start: -2.4375rem !important;
  }
  .my-px-xl-n40 {
    margin-block-end: -2.5rem !important;
    margin-block-start: -2.5rem !important;
  }
  .my-px-xl-n41 {
    margin-block-end: -2.5625rem !important;
    margin-block-start: -2.5625rem !important;
  }
  .my-px-xl-n42 {
    margin-block-end: -2.625rem !important;
    margin-block-start: -2.625rem !important;
  }
  .my-px-xl-n43 {
    margin-block-end: -2.6875rem !important;
    margin-block-start: -2.6875rem !important;
  }
  .my-px-xl-n44 {
    margin-block-end: -2.75rem !important;
    margin-block-start: -2.75rem !important;
  }
  .my-px-xl-n45 {
    margin-block-end: -2.8125rem !important;
    margin-block-start: -2.8125rem !important;
  }
  .my-px-xl-n46 {
    margin-block-end: -2.875rem !important;
    margin-block-start: -2.875rem !important;
  }
  .my-px-xl-n47 {
    margin-block-end: -2.9375rem !important;
    margin-block-start: -2.9375rem !important;
  }
  .my-px-xl-n48 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-px-xl-n49 {
    margin-block-end: -3.0625rem !important;
    margin-block-start: -3.0625rem !important;
  }
  .my-px-xl-n50 {
    margin-block-end: -3.125rem !important;
    margin-block-start: -3.125rem !important;
  }
  .my-px-xl-n51 {
    margin-block-end: -3.1875rem !important;
    margin-block-start: -3.1875rem !important;
  }
  .my-px-xl-n52 {
    margin-block-end: -3.25rem !important;
    margin-block-start: -3.25rem !important;
  }
  .my-px-xl-n53 {
    margin-block-end: -3.3125rem !important;
    margin-block-start: -3.3125rem !important;
  }
  .my-px-xl-n54 {
    margin-block-end: -3.375rem !important;
    margin-block-start: -3.375rem !important;
  }
  .my-px-xl-n56 {
    margin-block-end: -3.5rem !important;
    margin-block-start: -3.5rem !important;
  }
  .my-px-xl-n57 {
    margin-block-end: -3.5625rem !important;
    margin-block-start: -3.5625rem !important;
  }
  .my-px-xl-n58 {
    margin-block-end: -3.625rem !important;
    margin-block-start: -3.625rem !important;
  }
  .my-px-xl-n59 {
    margin-block-end: -3.6875rem !important;
    margin-block-start: -3.6875rem !important;
  }
  .my-px-xl-n60 {
    margin-block-end: -3.75rem !important;
    margin-block-start: -3.75rem !important;
  }
  .my-px-xl-n61 {
    margin-block-end: -3.8125rem !important;
    margin-block-start: -3.8125rem !important;
  }
  .my-px-xl-n62 {
    margin-block-end: -3.875rem !important;
    margin-block-start: -3.875rem !important;
  }
  .my-px-xl-n63 {
    margin-block-end: -3.9375rem !important;
    margin-block-start: -3.9375rem !important;
  }
  .my-px-xl-n64 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-px-xl-n68 {
    margin-block-end: -4.25rem !important;
    margin-block-start: -4.25rem !important;
  }
  .my-px-xl-n70 {
    margin-block-end: -4.375rem !important;
    margin-block-start: -4.375rem !important;
  }
  .my-px-xl-n80 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-px-xl-n82 {
    margin-block-end: -5.125rem !important;
    margin-block-start: -5.125rem !important;
  }
  .my-px-xl-n83 {
    margin-block-end: -5.1875rem !important;
    margin-block-start: -5.1875rem !important;
  }
  .my-px-xl-n84 {
    margin-block-end: -5.25rem !important;
    margin-block-start: -5.25rem !important;
  }
  .my-px-xl-n98 {
    margin-block-end: -6.125rem !important;
    margin-block-start: -6.125rem !important;
  }
  .my-px-xl-n104 {
    margin-block-end: -6.5rem !important;
    margin-block-start: -6.5rem !important;
  }
  .my-px-xl-n122 {
    margin-block-end: -7.625rem !important;
    margin-block-start: -7.625rem !important;
  }
  .my-px-xl-n123 {
    margin-block-end: -7.6875rem !important;
    margin-block-start: -7.6875rem !important;
  }
  .my-px-xl-n147 {
    margin-block-end: -9.1875rem !important;
    margin-block-start: -9.1875rem !important;
  }
  .my-px-xl-n148 {
    margin-block-end: -9.25rem !important;
    margin-block-start: -9.25rem !important;
  }
  .my-px-xl-n150 {
    margin-block-end: -9.375rem !important;
    margin-block-start: -9.375rem !important;
  }
  .my-px-xl-n180 {
    margin-block-end: -11.25rem !important;
    margin-block-start: -11.25rem !important;
  }
  .my-px-xl-n192 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-px-xl-n200 {
    margin-block-end: -12.5rem !important;
    margin-block-start: -12.5rem !important;
  }
  .my-px-xl-n220 {
    margin-block-end: -13.75rem !important;
    margin-block-start: -13.75rem !important;
  }
  .my-px-xl-n270 {
    margin-block-end: -16.875rem !important;
    margin-block-start: -16.875rem !important;
  }
  .my-px-xl-n300 {
    margin-block-end: -18.75rem !important;
    margin-block-start: -18.75rem !important;
  }
  .my-px-xl-n350 {
    margin-block-end: -21.875rem !important;
    margin-block-start: -21.875rem !important;
  }
  .my-px-xl-n400 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-px-xl-n500 {
    margin-block-end: -31.25rem !important;
    margin-block-start: -31.25rem !important;
  }
  .my-px-xl-n600 {
    margin-block-end: -37.5rem !important;
    margin-block-start: -37.5rem !important;
  }
  .mt-px-xl-n1 {
    margin-block-start: -0.0625rem !important;
  }
  .mt-px-xl-n2 {
    margin-block-start: -0.125rem !important;
  }
  .mt-px-xl-n3 {
    margin-block-start: -0.1875rem !important;
  }
  .mt-px-xl-n4 {
    margin-block-start: -0.25rem !important;
  }
  .mt-px-xl-n5 {
    margin-block-start: -0.3125rem !important;
  }
  .mt-px-xl-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-px-xl-n7 {
    margin-block-start: -0.4375rem !important;
  }
  .mt-px-xl-n8 {
    margin-block-start: -0.5rem !important;
  }
  .mt-px-xl-n9 {
    margin-block-start: -0.5625rem !important;
  }
  .mt-px-xl-n10 {
    margin-block-start: -0.625rem !important;
  }
  .mt-px-xl-n11 {
    margin-block-start: -0.6875rem !important;
  }
  .mt-px-xl-n12 {
    margin-block-start: -0.75rem !important;
  }
  .mt-px-xl-n13 {
    margin-block-start: -0.8125rem !important;
  }
  .mt-px-xl-n14 {
    margin-block-start: -0.875rem !important;
  }
  .mt-px-xl-n15 {
    margin-block-start: -0.9375rem !important;
  }
  .mt-px-xl-n16 {
    margin-block-start: -1rem !important;
  }
  .mt-px-xl-n17 {
    margin-block-start: -1.0625rem !important;
  }
  .mt-px-xl-n18 {
    margin-block-start: -1.125rem !important;
  }
  .mt-px-xl-n19 {
    margin-block-start: -1.1875rem !important;
  }
  .mt-px-xl-n20 {
    margin-block-start: -1.25rem !important;
  }
  .mt-px-xl-n21 {
    margin-block-start: -1.3125rem !important;
  }
  .mt-px-xl-n22 {
    margin-block-start: -1.375rem !important;
  }
  .mt-px-xl-n23 {
    margin-block-start: -1.4375rem !important;
  }
  .mt-px-xl-n24 {
    margin-block-start: -1.5rem !important;
  }
  .mt-px-xl-n25 {
    margin-block-start: -1.5625rem !important;
  }
  .mt-px-xl-n26 {
    margin-block-start: -1.625rem !important;
  }
  .mt-px-xl-n27 {
    margin-block-start: -1.6875rem !important;
  }
  .mt-px-xl-n28 {
    margin-block-start: -1.75rem !important;
  }
  .mt-px-xl-n29 {
    margin-block-start: -1.8125rem !important;
  }
  .mt-px-xl-n30 {
    margin-block-start: -1.875rem !important;
  }
  .mt-px-xl-n31 {
    margin-block-start: -1.9375rem !important;
  }
  .mt-px-xl-n32 {
    margin-block-start: -2rem !important;
  }
  .mt-px-xl-n33 {
    margin-block-start: -2.0625rem !important;
  }
  .mt-px-xl-n34 {
    margin-block-start: -2.125rem !important;
  }
  .mt-px-xl-n35 {
    margin-block-start: -2.1875rem !important;
  }
  .mt-px-xl-n36 {
    margin-block-start: -2.25rem !important;
  }
  .mt-px-xl-n37 {
    margin-block-start: -2.3125rem !important;
  }
  .mt-px-xl-n38 {
    margin-block-start: -2.375rem !important;
  }
  .mt-px-xl-n39 {
    margin-block-start: -2.4375rem !important;
  }
  .mt-px-xl-n40 {
    margin-block-start: -2.5rem !important;
  }
  .mt-px-xl-n41 {
    margin-block-start: -2.5625rem !important;
  }
  .mt-px-xl-n42 {
    margin-block-start: -2.625rem !important;
  }
  .mt-px-xl-n43 {
    margin-block-start: -2.6875rem !important;
  }
  .mt-px-xl-n44 {
    margin-block-start: -2.75rem !important;
  }
  .mt-px-xl-n45 {
    margin-block-start: -2.8125rem !important;
  }
  .mt-px-xl-n46 {
    margin-block-start: -2.875rem !important;
  }
  .mt-px-xl-n47 {
    margin-block-start: -2.9375rem !important;
  }
  .mt-px-xl-n48 {
    margin-block-start: -3rem !important;
  }
  .mt-px-xl-n49 {
    margin-block-start: -3.0625rem !important;
  }
  .mt-px-xl-n50 {
    margin-block-start: -3.125rem !important;
  }
  .mt-px-xl-n51 {
    margin-block-start: -3.1875rem !important;
  }
  .mt-px-xl-n52 {
    margin-block-start: -3.25rem !important;
  }
  .mt-px-xl-n53 {
    margin-block-start: -3.3125rem !important;
  }
  .mt-px-xl-n54 {
    margin-block-start: -3.375rem !important;
  }
  .mt-px-xl-n56 {
    margin-block-start: -3.5rem !important;
  }
  .mt-px-xl-n57 {
    margin-block-start: -3.5625rem !important;
  }
  .mt-px-xl-n58 {
    margin-block-start: -3.625rem !important;
  }
  .mt-px-xl-n59 {
    margin-block-start: -3.6875rem !important;
  }
  .mt-px-xl-n60 {
    margin-block-start: -3.75rem !important;
  }
  .mt-px-xl-n61 {
    margin-block-start: -3.8125rem !important;
  }
  .mt-px-xl-n62 {
    margin-block-start: -3.875rem !important;
  }
  .mt-px-xl-n63 {
    margin-block-start: -3.9375rem !important;
  }
  .mt-px-xl-n64 {
    margin-block-start: -4rem !important;
  }
  .mt-px-xl-n68 {
    margin-block-start: -4.25rem !important;
  }
  .mt-px-xl-n70 {
    margin-block-start: -4.375rem !important;
  }
  .mt-px-xl-n80 {
    margin-block-start: -5rem !important;
  }
  .mt-px-xl-n82 {
    margin-block-start: -5.125rem !important;
  }
  .mt-px-xl-n83 {
    margin-block-start: -5.1875rem !important;
  }
  .mt-px-xl-n84 {
    margin-block-start: -5.25rem !important;
  }
  .mt-px-xl-n98 {
    margin-block-start: -6.125rem !important;
  }
  .mt-px-xl-n104 {
    margin-block-start: -6.5rem !important;
  }
  .mt-px-xl-n122 {
    margin-block-start: -7.625rem !important;
  }
  .mt-px-xl-n123 {
    margin-block-start: -7.6875rem !important;
  }
  .mt-px-xl-n147 {
    margin-block-start: -9.1875rem !important;
  }
  .mt-px-xl-n148 {
    margin-block-start: -9.25rem !important;
  }
  .mt-px-xl-n150 {
    margin-block-start: -9.375rem !important;
  }
  .mt-px-xl-n180 {
    margin-block-start: -11.25rem !important;
  }
  .mt-px-xl-n192 {
    margin-block-start: -12rem !important;
  }
  .mt-px-xl-n200 {
    margin-block-start: -12.5rem !important;
  }
  .mt-px-xl-n220 {
    margin-block-start: -13.75rem !important;
  }
  .mt-px-xl-n270 {
    margin-block-start: -16.875rem !important;
  }
  .mt-px-xl-n300 {
    margin-block-start: -18.75rem !important;
  }
  .mt-px-xl-n350 {
    margin-block-start: -21.875rem !important;
  }
  .mt-px-xl-n400 {
    margin-block-start: -25rem !important;
  }
  .mt-px-xl-n500 {
    margin-block-start: -31.25rem !important;
  }
  .mt-px-xl-n600 {
    margin-block-start: -37.5rem !important;
  }
  .me-px-xl-n1 {
    margin-inline-end: -0.0625rem !important;
  }
  .me-px-xl-n2 {
    margin-inline-end: -0.125rem !important;
  }
  .me-px-xl-n3 {
    margin-inline-end: -0.1875rem !important;
  }
  .me-px-xl-n4 {
    margin-inline-end: -0.25rem !important;
  }
  .me-px-xl-n5 {
    margin-inline-end: -0.3125rem !important;
  }
  .me-px-xl-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-px-xl-n7 {
    margin-inline-end: -0.4375rem !important;
  }
  .me-px-xl-n8 {
    margin-inline-end: -0.5rem !important;
  }
  .me-px-xl-n9 {
    margin-inline-end: -0.5625rem !important;
  }
  .me-px-xl-n10 {
    margin-inline-end: -0.625rem !important;
  }
  .me-px-xl-n11 {
    margin-inline-end: -0.6875rem !important;
  }
  .me-px-xl-n12 {
    margin-inline-end: -0.75rem !important;
  }
  .me-px-xl-n13 {
    margin-inline-end: -0.8125rem !important;
  }
  .me-px-xl-n14 {
    margin-inline-end: -0.875rem !important;
  }
  .me-px-xl-n15 {
    margin-inline-end: -0.9375rem !important;
  }
  .me-px-xl-n16 {
    margin-inline-end: -1rem !important;
  }
  .me-px-xl-n17 {
    margin-inline-end: -1.0625rem !important;
  }
  .me-px-xl-n18 {
    margin-inline-end: -1.125rem !important;
  }
  .me-px-xl-n19 {
    margin-inline-end: -1.1875rem !important;
  }
  .me-px-xl-n20 {
    margin-inline-end: -1.25rem !important;
  }
  .me-px-xl-n21 {
    margin-inline-end: -1.3125rem !important;
  }
  .me-px-xl-n22 {
    margin-inline-end: -1.375rem !important;
  }
  .me-px-xl-n23 {
    margin-inline-end: -1.4375rem !important;
  }
  .me-px-xl-n24 {
    margin-inline-end: -1.5rem !important;
  }
  .me-px-xl-n25 {
    margin-inline-end: -1.5625rem !important;
  }
  .me-px-xl-n26 {
    margin-inline-end: -1.625rem !important;
  }
  .me-px-xl-n27 {
    margin-inline-end: -1.6875rem !important;
  }
  .me-px-xl-n28 {
    margin-inline-end: -1.75rem !important;
  }
  .me-px-xl-n29 {
    margin-inline-end: -1.8125rem !important;
  }
  .me-px-xl-n30 {
    margin-inline-end: -1.875rem !important;
  }
  .me-px-xl-n31 {
    margin-inline-end: -1.9375rem !important;
  }
  .me-px-xl-n32 {
    margin-inline-end: -2rem !important;
  }
  .me-px-xl-n33 {
    margin-inline-end: -2.0625rem !important;
  }
  .me-px-xl-n34 {
    margin-inline-end: -2.125rem !important;
  }
  .me-px-xl-n35 {
    margin-inline-end: -2.1875rem !important;
  }
  .me-px-xl-n36 {
    margin-inline-end: -2.25rem !important;
  }
  .me-px-xl-n37 {
    margin-inline-end: -2.3125rem !important;
  }
  .me-px-xl-n38 {
    margin-inline-end: -2.375rem !important;
  }
  .me-px-xl-n39 {
    margin-inline-end: -2.4375rem !important;
  }
  .me-px-xl-n40 {
    margin-inline-end: -2.5rem !important;
  }
  .me-px-xl-n41 {
    margin-inline-end: -2.5625rem !important;
  }
  .me-px-xl-n42 {
    margin-inline-end: -2.625rem !important;
  }
  .me-px-xl-n43 {
    margin-inline-end: -2.6875rem !important;
  }
  .me-px-xl-n44 {
    margin-inline-end: -2.75rem !important;
  }
  .me-px-xl-n45 {
    margin-inline-end: -2.8125rem !important;
  }
  .me-px-xl-n46 {
    margin-inline-end: -2.875rem !important;
  }
  .me-px-xl-n47 {
    margin-inline-end: -2.9375rem !important;
  }
  .me-px-xl-n48 {
    margin-inline-end: -3rem !important;
  }
  .me-px-xl-n49 {
    margin-inline-end: -3.0625rem !important;
  }
  .me-px-xl-n50 {
    margin-inline-end: -3.125rem !important;
  }
  .me-px-xl-n51 {
    margin-inline-end: -3.1875rem !important;
  }
  .me-px-xl-n52 {
    margin-inline-end: -3.25rem !important;
  }
  .me-px-xl-n53 {
    margin-inline-end: -3.3125rem !important;
  }
  .me-px-xl-n54 {
    margin-inline-end: -3.375rem !important;
  }
  .me-px-xl-n56 {
    margin-inline-end: -3.5rem !important;
  }
  .me-px-xl-n57 {
    margin-inline-end: -3.5625rem !important;
  }
  .me-px-xl-n58 {
    margin-inline-end: -3.625rem !important;
  }
  .me-px-xl-n59 {
    margin-inline-end: -3.6875rem !important;
  }
  .me-px-xl-n60 {
    margin-inline-end: -3.75rem !important;
  }
  .me-px-xl-n61 {
    margin-inline-end: -3.8125rem !important;
  }
  .me-px-xl-n62 {
    margin-inline-end: -3.875rem !important;
  }
  .me-px-xl-n63 {
    margin-inline-end: -3.9375rem !important;
  }
  .me-px-xl-n64 {
    margin-inline-end: -4rem !important;
  }
  .me-px-xl-n68 {
    margin-inline-end: -4.25rem !important;
  }
  .me-px-xl-n70 {
    margin-inline-end: -4.375rem !important;
  }
  .me-px-xl-n80 {
    margin-inline-end: -5rem !important;
  }
  .me-px-xl-n82 {
    margin-inline-end: -5.125rem !important;
  }
  .me-px-xl-n83 {
    margin-inline-end: -5.1875rem !important;
  }
  .me-px-xl-n84 {
    margin-inline-end: -5.25rem !important;
  }
  .me-px-xl-n98 {
    margin-inline-end: -6.125rem !important;
  }
  .me-px-xl-n104 {
    margin-inline-end: -6.5rem !important;
  }
  .me-px-xl-n122 {
    margin-inline-end: -7.625rem !important;
  }
  .me-px-xl-n123 {
    margin-inline-end: -7.6875rem !important;
  }
  .me-px-xl-n147 {
    margin-inline-end: -9.1875rem !important;
  }
  .me-px-xl-n148 {
    margin-inline-end: -9.25rem !important;
  }
  .me-px-xl-n150 {
    margin-inline-end: -9.375rem !important;
  }
  .me-px-xl-n180 {
    margin-inline-end: -11.25rem !important;
  }
  .me-px-xl-n192 {
    margin-inline-end: -12rem !important;
  }
  .me-px-xl-n200 {
    margin-inline-end: -12.5rem !important;
  }
  .me-px-xl-n220 {
    margin-inline-end: -13.75rem !important;
  }
  .me-px-xl-n270 {
    margin-inline-end: -16.875rem !important;
  }
  .me-px-xl-n300 {
    margin-inline-end: -18.75rem !important;
  }
  .me-px-xl-n350 {
    margin-inline-end: -21.875rem !important;
  }
  .me-px-xl-n400 {
    margin-inline-end: -25rem !important;
  }
  .me-px-xl-n500 {
    margin-inline-end: -31.25rem !important;
  }
  .me-px-xl-n600 {
    margin-inline-end: -37.5rem !important;
  }
  .mb-px-xl-n1 {
    margin-block-end: -0.0625rem !important;
  }
  .mb-px-xl-n2 {
    margin-block-end: -0.125rem !important;
  }
  .mb-px-xl-n3 {
    margin-block-end: -0.1875rem !important;
  }
  .mb-px-xl-n4 {
    margin-block-end: -0.25rem !important;
  }
  .mb-px-xl-n5 {
    margin-block-end: -0.3125rem !important;
  }
  .mb-px-xl-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-px-xl-n7 {
    margin-block-end: -0.4375rem !important;
  }
  .mb-px-xl-n8 {
    margin-block-end: -0.5rem !important;
  }
  .mb-px-xl-n9 {
    margin-block-end: -0.5625rem !important;
  }
  .mb-px-xl-n10 {
    margin-block-end: -0.625rem !important;
  }
  .mb-px-xl-n11 {
    margin-block-end: -0.6875rem !important;
  }
  .mb-px-xl-n12 {
    margin-block-end: -0.75rem !important;
  }
  .mb-px-xl-n13 {
    margin-block-end: -0.8125rem !important;
  }
  .mb-px-xl-n14 {
    margin-block-end: -0.875rem !important;
  }
  .mb-px-xl-n15 {
    margin-block-end: -0.9375rem !important;
  }
  .mb-px-xl-n16 {
    margin-block-end: -1rem !important;
  }
  .mb-px-xl-n17 {
    margin-block-end: -1.0625rem !important;
  }
  .mb-px-xl-n18 {
    margin-block-end: -1.125rem !important;
  }
  .mb-px-xl-n19 {
    margin-block-end: -1.1875rem !important;
  }
  .mb-px-xl-n20 {
    margin-block-end: -1.25rem !important;
  }
  .mb-px-xl-n21 {
    margin-block-end: -1.3125rem !important;
  }
  .mb-px-xl-n22 {
    margin-block-end: -1.375rem !important;
  }
  .mb-px-xl-n23 {
    margin-block-end: -1.4375rem !important;
  }
  .mb-px-xl-n24 {
    margin-block-end: -1.5rem !important;
  }
  .mb-px-xl-n25 {
    margin-block-end: -1.5625rem !important;
  }
  .mb-px-xl-n26 {
    margin-block-end: -1.625rem !important;
  }
  .mb-px-xl-n27 {
    margin-block-end: -1.6875rem !important;
  }
  .mb-px-xl-n28 {
    margin-block-end: -1.75rem !important;
  }
  .mb-px-xl-n29 {
    margin-block-end: -1.8125rem !important;
  }
  .mb-px-xl-n30 {
    margin-block-end: -1.875rem !important;
  }
  .mb-px-xl-n31 {
    margin-block-end: -1.9375rem !important;
  }
  .mb-px-xl-n32 {
    margin-block-end: -2rem !important;
  }
  .mb-px-xl-n33 {
    margin-block-end: -2.0625rem !important;
  }
  .mb-px-xl-n34 {
    margin-block-end: -2.125rem !important;
  }
  .mb-px-xl-n35 {
    margin-block-end: -2.1875rem !important;
  }
  .mb-px-xl-n36 {
    margin-block-end: -2.25rem !important;
  }
  .mb-px-xl-n37 {
    margin-block-end: -2.3125rem !important;
  }
  .mb-px-xl-n38 {
    margin-block-end: -2.375rem !important;
  }
  .mb-px-xl-n39 {
    margin-block-end: -2.4375rem !important;
  }
  .mb-px-xl-n40 {
    margin-block-end: -2.5rem !important;
  }
  .mb-px-xl-n41 {
    margin-block-end: -2.5625rem !important;
  }
  .mb-px-xl-n42 {
    margin-block-end: -2.625rem !important;
  }
  .mb-px-xl-n43 {
    margin-block-end: -2.6875rem !important;
  }
  .mb-px-xl-n44 {
    margin-block-end: -2.75rem !important;
  }
  .mb-px-xl-n45 {
    margin-block-end: -2.8125rem !important;
  }
  .mb-px-xl-n46 {
    margin-block-end: -2.875rem !important;
  }
  .mb-px-xl-n47 {
    margin-block-end: -2.9375rem !important;
  }
  .mb-px-xl-n48 {
    margin-block-end: -3rem !important;
  }
  .mb-px-xl-n49 {
    margin-block-end: -3.0625rem !important;
  }
  .mb-px-xl-n50 {
    margin-block-end: -3.125rem !important;
  }
  .mb-px-xl-n51 {
    margin-block-end: -3.1875rem !important;
  }
  .mb-px-xl-n52 {
    margin-block-end: -3.25rem !important;
  }
  .mb-px-xl-n53 {
    margin-block-end: -3.3125rem !important;
  }
  .mb-px-xl-n54 {
    margin-block-end: -3.375rem !important;
  }
  .mb-px-xl-n56 {
    margin-block-end: -3.5rem !important;
  }
  .mb-px-xl-n57 {
    margin-block-end: -3.5625rem !important;
  }
  .mb-px-xl-n58 {
    margin-block-end: -3.625rem !important;
  }
  .mb-px-xl-n59 {
    margin-block-end: -3.6875rem !important;
  }
  .mb-px-xl-n60 {
    margin-block-end: -3.75rem !important;
  }
  .mb-px-xl-n61 {
    margin-block-end: -3.8125rem !important;
  }
  .mb-px-xl-n62 {
    margin-block-end: -3.875rem !important;
  }
  .mb-px-xl-n63 {
    margin-block-end: -3.9375rem !important;
  }
  .mb-px-xl-n64 {
    margin-block-end: -4rem !important;
  }
  .mb-px-xl-n68 {
    margin-block-end: -4.25rem !important;
  }
  .mb-px-xl-n70 {
    margin-block-end: -4.375rem !important;
  }
  .mb-px-xl-n80 {
    margin-block-end: -5rem !important;
  }
  .mb-px-xl-n82 {
    margin-block-end: -5.125rem !important;
  }
  .mb-px-xl-n83 {
    margin-block-end: -5.1875rem !important;
  }
  .mb-px-xl-n84 {
    margin-block-end: -5.25rem !important;
  }
  .mb-px-xl-n98 {
    margin-block-end: -6.125rem !important;
  }
  .mb-px-xl-n104 {
    margin-block-end: -6.5rem !important;
  }
  .mb-px-xl-n122 {
    margin-block-end: -7.625rem !important;
  }
  .mb-px-xl-n123 {
    margin-block-end: -7.6875rem !important;
  }
  .mb-px-xl-n147 {
    margin-block-end: -9.1875rem !important;
  }
  .mb-px-xl-n148 {
    margin-block-end: -9.25rem !important;
  }
  .mb-px-xl-n150 {
    margin-block-end: -9.375rem !important;
  }
  .mb-px-xl-n180 {
    margin-block-end: -11.25rem !important;
  }
  .mb-px-xl-n192 {
    margin-block-end: -12rem !important;
  }
  .mb-px-xl-n200 {
    margin-block-end: -12.5rem !important;
  }
  .mb-px-xl-n220 {
    margin-block-end: -13.75rem !important;
  }
  .mb-px-xl-n270 {
    margin-block-end: -16.875rem !important;
  }
  .mb-px-xl-n300 {
    margin-block-end: -18.75rem !important;
  }
  .mb-px-xl-n350 {
    margin-block-end: -21.875rem !important;
  }
  .mb-px-xl-n400 {
    margin-block-end: -25rem !important;
  }
  .mb-px-xl-n500 {
    margin-block-end: -31.25rem !important;
  }
  .mb-px-xl-n600 {
    margin-block-end: -37.5rem !important;
  }
  .ms-px-xl-n1 {
    margin-inline-start: -0.0625rem !important;
  }
  .ms-px-xl-n2 {
    margin-inline-start: -0.125rem !important;
  }
  .ms-px-xl-n3 {
    margin-inline-start: -0.1875rem !important;
  }
  .ms-px-xl-n4 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-px-xl-n5 {
    margin-inline-start: -0.3125rem !important;
  }
  .ms-px-xl-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-px-xl-n7 {
    margin-inline-start: -0.4375rem !important;
  }
  .ms-px-xl-n8 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-px-xl-n9 {
    margin-inline-start: -0.5625rem !important;
  }
  .ms-px-xl-n10 {
    margin-inline-start: -0.625rem !important;
  }
  .ms-px-xl-n11 {
    margin-inline-start: -0.6875rem !important;
  }
  .ms-px-xl-n12 {
    margin-inline-start: -0.75rem !important;
  }
  .ms-px-xl-n13 {
    margin-inline-start: -0.8125rem !important;
  }
  .ms-px-xl-n14 {
    margin-inline-start: -0.875rem !important;
  }
  .ms-px-xl-n15 {
    margin-inline-start: -0.9375rem !important;
  }
  .ms-px-xl-n16 {
    margin-inline-start: -1rem !important;
  }
  .ms-px-xl-n17 {
    margin-inline-start: -1.0625rem !important;
  }
  .ms-px-xl-n18 {
    margin-inline-start: -1.125rem !important;
  }
  .ms-px-xl-n19 {
    margin-inline-start: -1.1875rem !important;
  }
  .ms-px-xl-n20 {
    margin-inline-start: -1.25rem !important;
  }
  .ms-px-xl-n21 {
    margin-inline-start: -1.3125rem !important;
  }
  .ms-px-xl-n22 {
    margin-inline-start: -1.375rem !important;
  }
  .ms-px-xl-n23 {
    margin-inline-start: -1.4375rem !important;
  }
  .ms-px-xl-n24 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-px-xl-n25 {
    margin-inline-start: -1.5625rem !important;
  }
  .ms-px-xl-n26 {
    margin-inline-start: -1.625rem !important;
  }
  .ms-px-xl-n27 {
    margin-inline-start: -1.6875rem !important;
  }
  .ms-px-xl-n28 {
    margin-inline-start: -1.75rem !important;
  }
  .ms-px-xl-n29 {
    margin-inline-start: -1.8125rem !important;
  }
  .ms-px-xl-n30 {
    margin-inline-start: -1.875rem !important;
  }
  .ms-px-xl-n31 {
    margin-inline-start: -1.9375rem !important;
  }
  .ms-px-xl-n32 {
    margin-inline-start: -2rem !important;
  }
  .ms-px-xl-n33 {
    margin-inline-start: -2.0625rem !important;
  }
  .ms-px-xl-n34 {
    margin-inline-start: -2.125rem !important;
  }
  .ms-px-xl-n35 {
    margin-inline-start: -2.1875rem !important;
  }
  .ms-px-xl-n36 {
    margin-inline-start: -2.25rem !important;
  }
  .ms-px-xl-n37 {
    margin-inline-start: -2.3125rem !important;
  }
  .ms-px-xl-n38 {
    margin-inline-start: -2.375rem !important;
  }
  .ms-px-xl-n39 {
    margin-inline-start: -2.4375rem !important;
  }
  .ms-px-xl-n40 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-px-xl-n41 {
    margin-inline-start: -2.5625rem !important;
  }
  .ms-px-xl-n42 {
    margin-inline-start: -2.625rem !important;
  }
  .ms-px-xl-n43 {
    margin-inline-start: -2.6875rem !important;
  }
  .ms-px-xl-n44 {
    margin-inline-start: -2.75rem !important;
  }
  .ms-px-xl-n45 {
    margin-inline-start: -2.8125rem !important;
  }
  .ms-px-xl-n46 {
    margin-inline-start: -2.875rem !important;
  }
  .ms-px-xl-n47 {
    margin-inline-start: -2.9375rem !important;
  }
  .ms-px-xl-n48 {
    margin-inline-start: -3rem !important;
  }
  .ms-px-xl-n49 {
    margin-inline-start: -3.0625rem !important;
  }
  .ms-px-xl-n50 {
    margin-inline-start: -3.125rem !important;
  }
  .ms-px-xl-n51 {
    margin-inline-start: -3.1875rem !important;
  }
  .ms-px-xl-n52 {
    margin-inline-start: -3.25rem !important;
  }
  .ms-px-xl-n53 {
    margin-inline-start: -3.3125rem !important;
  }
  .ms-px-xl-n54 {
    margin-inline-start: -3.375rem !important;
  }
  .ms-px-xl-n56 {
    margin-inline-start: -3.5rem !important;
  }
  .ms-px-xl-n57 {
    margin-inline-start: -3.5625rem !important;
  }
  .ms-px-xl-n58 {
    margin-inline-start: -3.625rem !important;
  }
  .ms-px-xl-n59 {
    margin-inline-start: -3.6875rem !important;
  }
  .ms-px-xl-n60 {
    margin-inline-start: -3.75rem !important;
  }
  .ms-px-xl-n61 {
    margin-inline-start: -3.8125rem !important;
  }
  .ms-px-xl-n62 {
    margin-inline-start: -3.875rem !important;
  }
  .ms-px-xl-n63 {
    margin-inline-start: -3.9375rem !important;
  }
  .ms-px-xl-n64 {
    margin-inline-start: -4rem !important;
  }
  .ms-px-xl-n68 {
    margin-inline-start: -4.25rem !important;
  }
  .ms-px-xl-n70 {
    margin-inline-start: -4.375rem !important;
  }
  .ms-px-xl-n80 {
    margin-inline-start: -5rem !important;
  }
  .ms-px-xl-n82 {
    margin-inline-start: -5.125rem !important;
  }
  .ms-px-xl-n83 {
    margin-inline-start: -5.1875rem !important;
  }
  .ms-px-xl-n84 {
    margin-inline-start: -5.25rem !important;
  }
  .ms-px-xl-n98 {
    margin-inline-start: -6.125rem !important;
  }
  .ms-px-xl-n104 {
    margin-inline-start: -6.5rem !important;
  }
  .ms-px-xl-n122 {
    margin-inline-start: -7.625rem !important;
  }
  .ms-px-xl-n123 {
    margin-inline-start: -7.6875rem !important;
  }
  .ms-px-xl-n147 {
    margin-inline-start: -9.1875rem !important;
  }
  .ms-px-xl-n148 {
    margin-inline-start: -9.25rem !important;
  }
  .ms-px-xl-n150 {
    margin-inline-start: -9.375rem !important;
  }
  .ms-px-xl-n180 {
    margin-inline-start: -11.25rem !important;
  }
  .ms-px-xl-n192 {
    margin-inline-start: -12rem !important;
  }
  .ms-px-xl-n200 {
    margin-inline-start: -12.5rem !important;
  }
  .ms-px-xl-n220 {
    margin-inline-start: -13.75rem !important;
  }
  .ms-px-xl-n270 {
    margin-inline-start: -16.875rem !important;
  }
  .ms-px-xl-n300 {
    margin-inline-start: -18.75rem !important;
  }
  .ms-px-xl-n350 {
    margin-inline-start: -21.875rem !important;
  }
  .ms-px-xl-n400 {
    margin-inline-start: -25rem !important;
  }
  .ms-px-xl-n500 {
    margin-inline-start: -31.25rem !important;
  }
  .ms-px-xl-n600 {
    margin-inline-start: -37.5rem !important;
  }
  .m-rem-xl-unset {
    margin: unset !important;
  }
  .m-rem-xl-1 {
    margin: 1rem !important;
  }
  .m-rem-xl-2 {
    margin: 2rem !important;
  }
  .m-rem-xl-3 {
    margin: 3rem !important;
  }
  .m-rem-xl-4 {
    margin: 4rem !important;
  }
  .m-rem-xl-5 {
    margin: 5rem !important;
  }
  .m-rem-xl-7 {
    margin: 7rem !important;
  }
  .m-rem-xl-8 {
    margin: 8rem !important;
  }
  .m-rem-xl-9 {
    margin: 9rem !important;
  }
  .m-rem-xl-10 {
    margin: 10rem !important;
  }
  .m-rem-xl-11 {
    margin: 11rem !important;
  }
  .m-rem-xl-12 {
    margin: 12rem !important;
  }
  .m-rem-xl-13 {
    margin: 13rem !important;
  }
  .m-rem-xl-14 {
    margin: 14rem !important;
  }
  .m-rem-xl-15 {
    margin: 15rem !important;
  }
  .m-rem-xl-16 {
    margin: 16rem !important;
  }
  .m-rem-xl-17 {
    margin: 17rem !important;
  }
  .m-rem-xl-18 {
    margin: 18rem !important;
  }
  .m-rem-xl-19 {
    margin: 19rem !important;
  }
  .m-rem-xl-20 {
    margin: 20rem !important;
  }
  .m-rem-xl-23 {
    margin: 23rem !important;
  }
  .m-rem-xl-25 {
    margin: 25rem !important;
  }
  .m-rem-xl-30 {
    margin: 30rem !important;
  }
  .m-rem-xl-31 {
    margin: 31rem !important;
  }
  .m-rem-xl-32 {
    margin: 32rem !important;
  }
  .m-rem-xl-33 {
    margin: 33rem !important;
  }
  .m-rem-xl-34 {
    margin: 34rem !important;
  }
  .m-rem-xl-35 {
    margin: 35rem !important;
  }
  .m-rem-xl-36 {
    margin: 36rem !important;
  }
  .m-rem-xl-37 {
    margin: 37rem !important;
  }
  .m-rem-xl-38 {
    margin: 38rem !important;
  }
  .m-rem-xl-39 {
    margin: 39rem !important;
  }
  .m-rem-xl-40 {
    margin: 40rem !important;
  }
  .m-rem-xl-41 {
    margin: 41rem !important;
  }
  .m-rem-xl-42 {
    margin: 42rem !important;
  }
  .m-rem-xl-43 {
    margin: 43rem !important;
  }
  .m-rem-xl-44 {
    margin: 44rem !important;
  }
  .m-rem-xl-45 {
    margin: 45rem !important;
  }
  .m-rem-xl-46 {
    margin: 46rem !important;
  }
  .m-rem-xl-47 {
    margin: 47rem !important;
  }
  .m-rem-xl-48 {
    margin: 48rem !important;
  }
  .m-rem-xl-49 {
    margin: 49rem !important;
  }
  .m-rem-xl-50 {
    margin: 50rem !important;
  }
  .m-rem-xl-51 {
    margin: 51rem !important;
  }
  .m-rem-xl-52 {
    margin: 52rem !important;
  }
  .m-rem-xl-53 {
    margin: 53rem !important;
  }
  .m-rem-xl-54 {
    margin: 54rem !important;
  }
  .m-rem-xl-55 {
    margin: 55rem !important;
  }
  .m-rem-xl-56 {
    margin: 56rem !important;
  }
  .m-rem-xl-57 {
    margin: 57rem !important;
  }
  .m-rem-xl-58 {
    margin: 58rem !important;
  }
  .m-rem-xl-59 {
    margin: 59rem !important;
  }
  .m-rem-xl-60 {
    margin: 60rem !important;
  }
  .m-rem-xl-61 {
    margin: 61rem !important;
  }
  .m-rem-xl-62 {
    margin: 62rem !important;
  }
  .m-rem-xl-63 {
    margin: 63rem !important;
  }
  .m-rem-xl-64 {
    margin: 64rem !important;
  }
  .m-rem-xl-65 {
    margin: 65rem !important;
  }
  .m-rem-xl-66 {
    margin: 66rem !important;
  }
  .m-rem-xl-67 {
    margin: 67rem !important;
  }
  .m-rem-xl-68 {
    margin: 68rem !important;
  }
  .m-rem-xl-69 {
    margin: 69rem !important;
  }
  .m-rem-xl-70 {
    margin: 70rem !important;
  }
  .m-rem-xl-71 {
    margin: 71rem !important;
  }
  .m-rem-xl-72 {
    margin: 72rem !important;
  }
  .m-rem-xl-73 {
    margin: 73rem !important;
  }
  .m-rem-xl-74 {
    margin: 74rem !important;
  }
  .m-rem-xl-75 {
    margin: 75rem !important;
  }
  .m-rem-xl-76 {
    margin: 76rem !important;
  }
  .m-rem-xl-77 {
    margin: 77rem !important;
  }
  .m-rem-xl-78 {
    margin: 78rem !important;
  }
  .m-rem-xl-79 {
    margin: 79rem !important;
  }
  .m-rem-xl-80 {
    margin: 80rem !important;
  }
  .m-rem-xl-95 {
    margin: 95rem !important;
  }
  .m-rem-xl-96 {
    margin: 96rem !important;
  }
  .m-rem-xl-97 {
    margin: 97rem !important;
  }
  .m-rem-xl-100 {
    margin: 100% !important;
  }
  .m-rem-xl-auto {
    margin: auto !important;
  }
  .mx-rem-xl-unset {
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
  }
  .mx-rem-xl-1 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-rem-xl-2 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-rem-xl-3 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-rem-xl-4 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-rem-xl-5 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-rem-xl-7 {
    margin-inline-end: 7rem !important;
    margin-inline-start: 7rem !important;
  }
  .mx-rem-xl-8 {
    margin-inline-end: 8rem !important;
    margin-inline-start: 8rem !important;
  }
  .mx-rem-xl-9 {
    margin-inline-end: 9rem !important;
    margin-inline-start: 9rem !important;
  }
  .mx-rem-xl-10 {
    margin-inline-end: 10rem !important;
    margin-inline-start: 10rem !important;
  }
  .mx-rem-xl-11 {
    margin-inline-end: 11rem !important;
    margin-inline-start: 11rem !important;
  }
  .mx-rem-xl-12 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-rem-xl-13 {
    margin-inline-end: 13rem !important;
    margin-inline-start: 13rem !important;
  }
  .mx-rem-xl-14 {
    margin-inline-end: 14rem !important;
    margin-inline-start: 14rem !important;
  }
  .mx-rem-xl-15 {
    margin-inline-end: 15rem !important;
    margin-inline-start: 15rem !important;
  }
  .mx-rem-xl-16 {
    margin-inline-end: 16rem !important;
    margin-inline-start: 16rem !important;
  }
  .mx-rem-xl-17 {
    margin-inline-end: 17rem !important;
    margin-inline-start: 17rem !important;
  }
  .mx-rem-xl-18 {
    margin-inline-end: 18rem !important;
    margin-inline-start: 18rem !important;
  }
  .mx-rem-xl-19 {
    margin-inline-end: 19rem !important;
    margin-inline-start: 19rem !important;
  }
  .mx-rem-xl-20 {
    margin-inline-end: 20rem !important;
    margin-inline-start: 20rem !important;
  }
  .mx-rem-xl-23 {
    margin-inline-end: 23rem !important;
    margin-inline-start: 23rem !important;
  }
  .mx-rem-xl-25 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-rem-xl-30 {
    margin-inline-end: 30rem !important;
    margin-inline-start: 30rem !important;
  }
  .mx-rem-xl-31 {
    margin-inline-end: 31rem !important;
    margin-inline-start: 31rem !important;
  }
  .mx-rem-xl-32 {
    margin-inline-end: 32rem !important;
    margin-inline-start: 32rem !important;
  }
  .mx-rem-xl-33 {
    margin-inline-end: 33rem !important;
    margin-inline-start: 33rem !important;
  }
  .mx-rem-xl-34 {
    margin-inline-end: 34rem !important;
    margin-inline-start: 34rem !important;
  }
  .mx-rem-xl-35 {
    margin-inline-end: 35rem !important;
    margin-inline-start: 35rem !important;
  }
  .mx-rem-xl-36 {
    margin-inline-end: 36rem !important;
    margin-inline-start: 36rem !important;
  }
  .mx-rem-xl-37 {
    margin-inline-end: 37rem !important;
    margin-inline-start: 37rem !important;
  }
  .mx-rem-xl-38 {
    margin-inline-end: 38rem !important;
    margin-inline-start: 38rem !important;
  }
  .mx-rem-xl-39 {
    margin-inline-end: 39rem !important;
    margin-inline-start: 39rem !important;
  }
  .mx-rem-xl-40 {
    margin-inline-end: 40rem !important;
    margin-inline-start: 40rem !important;
  }
  .mx-rem-xl-41 {
    margin-inline-end: 41rem !important;
    margin-inline-start: 41rem !important;
  }
  .mx-rem-xl-42 {
    margin-inline-end: 42rem !important;
    margin-inline-start: 42rem !important;
  }
  .mx-rem-xl-43 {
    margin-inline-end: 43rem !important;
    margin-inline-start: 43rem !important;
  }
  .mx-rem-xl-44 {
    margin-inline-end: 44rem !important;
    margin-inline-start: 44rem !important;
  }
  .mx-rem-xl-45 {
    margin-inline-end: 45rem !important;
    margin-inline-start: 45rem !important;
  }
  .mx-rem-xl-46 {
    margin-inline-end: 46rem !important;
    margin-inline-start: 46rem !important;
  }
  .mx-rem-xl-47 {
    margin-inline-end: 47rem !important;
    margin-inline-start: 47rem !important;
  }
  .mx-rem-xl-48 {
    margin-inline-end: 48rem !important;
    margin-inline-start: 48rem !important;
  }
  .mx-rem-xl-49 {
    margin-inline-end: 49rem !important;
    margin-inline-start: 49rem !important;
  }
  .mx-rem-xl-50 {
    margin-inline-end: 50rem !important;
    margin-inline-start: 50rem !important;
  }
  .mx-rem-xl-51 {
    margin-inline-end: 51rem !important;
    margin-inline-start: 51rem !important;
  }
  .mx-rem-xl-52 {
    margin-inline-end: 52rem !important;
    margin-inline-start: 52rem !important;
  }
  .mx-rem-xl-53 {
    margin-inline-end: 53rem !important;
    margin-inline-start: 53rem !important;
  }
  .mx-rem-xl-54 {
    margin-inline-end: 54rem !important;
    margin-inline-start: 54rem !important;
  }
  .mx-rem-xl-55 {
    margin-inline-end: 55rem !important;
    margin-inline-start: 55rem !important;
  }
  .mx-rem-xl-56 {
    margin-inline-end: 56rem !important;
    margin-inline-start: 56rem !important;
  }
  .mx-rem-xl-57 {
    margin-inline-end: 57rem !important;
    margin-inline-start: 57rem !important;
  }
  .mx-rem-xl-58 {
    margin-inline-end: 58rem !important;
    margin-inline-start: 58rem !important;
  }
  .mx-rem-xl-59 {
    margin-inline-end: 59rem !important;
    margin-inline-start: 59rem !important;
  }
  .mx-rem-xl-60 {
    margin-inline-end: 60rem !important;
    margin-inline-start: 60rem !important;
  }
  .mx-rem-xl-61 {
    margin-inline-end: 61rem !important;
    margin-inline-start: 61rem !important;
  }
  .mx-rem-xl-62 {
    margin-inline-end: 62rem !important;
    margin-inline-start: 62rem !important;
  }
  .mx-rem-xl-63 {
    margin-inline-end: 63rem !important;
    margin-inline-start: 63rem !important;
  }
  .mx-rem-xl-64 {
    margin-inline-end: 64rem !important;
    margin-inline-start: 64rem !important;
  }
  .mx-rem-xl-65 {
    margin-inline-end: 65rem !important;
    margin-inline-start: 65rem !important;
  }
  .mx-rem-xl-66 {
    margin-inline-end: 66rem !important;
    margin-inline-start: 66rem !important;
  }
  .mx-rem-xl-67 {
    margin-inline-end: 67rem !important;
    margin-inline-start: 67rem !important;
  }
  .mx-rem-xl-68 {
    margin-inline-end: 68rem !important;
    margin-inline-start: 68rem !important;
  }
  .mx-rem-xl-69 {
    margin-inline-end: 69rem !important;
    margin-inline-start: 69rem !important;
  }
  .mx-rem-xl-70 {
    margin-inline-end: 70rem !important;
    margin-inline-start: 70rem !important;
  }
  .mx-rem-xl-71 {
    margin-inline-end: 71rem !important;
    margin-inline-start: 71rem !important;
  }
  .mx-rem-xl-72 {
    margin-inline-end: 72rem !important;
    margin-inline-start: 72rem !important;
  }
  .mx-rem-xl-73 {
    margin-inline-end: 73rem !important;
    margin-inline-start: 73rem !important;
  }
  .mx-rem-xl-74 {
    margin-inline-end: 74rem !important;
    margin-inline-start: 74rem !important;
  }
  .mx-rem-xl-75 {
    margin-inline-end: 75rem !important;
    margin-inline-start: 75rem !important;
  }
  .mx-rem-xl-76 {
    margin-inline-end: 76rem !important;
    margin-inline-start: 76rem !important;
  }
  .mx-rem-xl-77 {
    margin-inline-end: 77rem !important;
    margin-inline-start: 77rem !important;
  }
  .mx-rem-xl-78 {
    margin-inline-end: 78rem !important;
    margin-inline-start: 78rem !important;
  }
  .mx-rem-xl-79 {
    margin-inline-end: 79rem !important;
    margin-inline-start: 79rem !important;
  }
  .mx-rem-xl-80 {
    margin-inline-end: 80rem !important;
    margin-inline-start: 80rem !important;
  }
  .mx-rem-xl-95 {
    margin-inline-end: 95rem !important;
    margin-inline-start: 95rem !important;
  }
  .mx-rem-xl-96 {
    margin-inline-end: 96rem !important;
    margin-inline-start: 96rem !important;
  }
  .mx-rem-xl-97 {
    margin-inline-end: 97rem !important;
    margin-inline-start: 97rem !important;
  }
  .mx-rem-xl-100 {
    margin-inline-end: 100% !important;
    margin-inline-start: 100% !important;
  }
  .mx-rem-xl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .mx-rem-xl-unset {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
  .mx-rem-xl-1 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .mx-rem-xl-2 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .mx-rem-xl-3 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .mx-rem-xl-4 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .mx-rem-xl-5 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .mx-rem-xl-7 {
    margin-block-start: 7rem !important;
    margin-block-end: 7rem !important;
  }
  .mx-rem-xl-8 {
    margin-block-start: 8rem !important;
    margin-block-end: 8rem !important;
  }
  .mx-rem-xl-9 {
    margin-block-start: 9rem !important;
    margin-block-end: 9rem !important;
  }
  .mx-rem-xl-10 {
    margin-block-start: 10rem !important;
    margin-block-end: 10rem !important;
  }
  .mx-rem-xl-11 {
    margin-block-start: 11rem !important;
    margin-block-end: 11rem !important;
  }
  .mx-rem-xl-12 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .mx-rem-xl-13 {
    margin-block-start: 13rem !important;
    margin-block-end: 13rem !important;
  }
  .mx-rem-xl-14 {
    margin-block-start: 14rem !important;
    margin-block-end: 14rem !important;
  }
  .mx-rem-xl-15 {
    margin-block-start: 15rem !important;
    margin-block-end: 15rem !important;
  }
  .mx-rem-xl-16 {
    margin-block-start: 16rem !important;
    margin-block-end: 16rem !important;
  }
  .mx-rem-xl-17 {
    margin-block-start: 17rem !important;
    margin-block-end: 17rem !important;
  }
  .mx-rem-xl-18 {
    margin-block-start: 18rem !important;
    margin-block-end: 18rem !important;
  }
  .mx-rem-xl-19 {
    margin-block-start: 19rem !important;
    margin-block-end: 19rem !important;
  }
  .mx-rem-xl-20 {
    margin-block-start: 20rem !important;
    margin-block-end: 20rem !important;
  }
  .mx-rem-xl-23 {
    margin-block-start: 23rem !important;
    margin-block-end: 23rem !important;
  }
  .mx-rem-xl-25 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .mx-rem-xl-30 {
    margin-block-start: 30rem !important;
    margin-block-end: 30rem !important;
  }
  .mx-rem-xl-31 {
    margin-block-start: 31rem !important;
    margin-block-end: 31rem !important;
  }
  .mx-rem-xl-32 {
    margin-block-start: 32rem !important;
    margin-block-end: 32rem !important;
  }
  .mx-rem-xl-33 {
    margin-block-start: 33rem !important;
    margin-block-end: 33rem !important;
  }
  .mx-rem-xl-34 {
    margin-block-start: 34rem !important;
    margin-block-end: 34rem !important;
  }
  .mx-rem-xl-35 {
    margin-block-start: 35rem !important;
    margin-block-end: 35rem !important;
  }
  .mx-rem-xl-36 {
    margin-block-start: 36rem !important;
    margin-block-end: 36rem !important;
  }
  .mx-rem-xl-37 {
    margin-block-start: 37rem !important;
    margin-block-end: 37rem !important;
  }
  .mx-rem-xl-38 {
    margin-block-start: 38rem !important;
    margin-block-end: 38rem !important;
  }
  .mx-rem-xl-39 {
    margin-block-start: 39rem !important;
    margin-block-end: 39rem !important;
  }
  .mx-rem-xl-40 {
    margin-block-start: 40rem !important;
    margin-block-end: 40rem !important;
  }
  .mx-rem-xl-41 {
    margin-block-start: 41rem !important;
    margin-block-end: 41rem !important;
  }
  .mx-rem-xl-42 {
    margin-block-start: 42rem !important;
    margin-block-end: 42rem !important;
  }
  .mx-rem-xl-43 {
    margin-block-start: 43rem !important;
    margin-block-end: 43rem !important;
  }
  .mx-rem-xl-44 {
    margin-block-start: 44rem !important;
    margin-block-end: 44rem !important;
  }
  .mx-rem-xl-45 {
    margin-block-start: 45rem !important;
    margin-block-end: 45rem !important;
  }
  .mx-rem-xl-46 {
    margin-block-start: 46rem !important;
    margin-block-end: 46rem !important;
  }
  .mx-rem-xl-47 {
    margin-block-start: 47rem !important;
    margin-block-end: 47rem !important;
  }
  .mx-rem-xl-48 {
    margin-block-start: 48rem !important;
    margin-block-end: 48rem !important;
  }
  .mx-rem-xl-49 {
    margin-block-start: 49rem !important;
    margin-block-end: 49rem !important;
  }
  .mx-rem-xl-50 {
    margin-block-start: 50rem !important;
    margin-block-end: 50rem !important;
  }
  .mx-rem-xl-51 {
    margin-block-start: 51rem !important;
    margin-block-end: 51rem !important;
  }
  .mx-rem-xl-52 {
    margin-block-start: 52rem !important;
    margin-block-end: 52rem !important;
  }
  .mx-rem-xl-53 {
    margin-block-start: 53rem !important;
    margin-block-end: 53rem !important;
  }
  .mx-rem-xl-54 {
    margin-block-start: 54rem !important;
    margin-block-end: 54rem !important;
  }
  .mx-rem-xl-55 {
    margin-block-start: 55rem !important;
    margin-block-end: 55rem !important;
  }
  .mx-rem-xl-56 {
    margin-block-start: 56rem !important;
    margin-block-end: 56rem !important;
  }
  .mx-rem-xl-57 {
    margin-block-start: 57rem !important;
    margin-block-end: 57rem !important;
  }
  .mx-rem-xl-58 {
    margin-block-start: 58rem !important;
    margin-block-end: 58rem !important;
  }
  .mx-rem-xl-59 {
    margin-block-start: 59rem !important;
    margin-block-end: 59rem !important;
  }
  .mx-rem-xl-60 {
    margin-block-start: 60rem !important;
    margin-block-end: 60rem !important;
  }
  .mx-rem-xl-61 {
    margin-block-start: 61rem !important;
    margin-block-end: 61rem !important;
  }
  .mx-rem-xl-62 {
    margin-block-start: 62rem !important;
    margin-block-end: 62rem !important;
  }
  .mx-rem-xl-63 {
    margin-block-start: 63rem !important;
    margin-block-end: 63rem !important;
  }
  .mx-rem-xl-64 {
    margin-block-start: 64rem !important;
    margin-block-end: 64rem !important;
  }
  .mx-rem-xl-65 {
    margin-block-start: 65rem !important;
    margin-block-end: 65rem !important;
  }
  .mx-rem-xl-66 {
    margin-block-start: 66rem !important;
    margin-block-end: 66rem !important;
  }
  .mx-rem-xl-67 {
    margin-block-start: 67rem !important;
    margin-block-end: 67rem !important;
  }
  .mx-rem-xl-68 {
    margin-block-start: 68rem !important;
    margin-block-end: 68rem !important;
  }
  .mx-rem-xl-69 {
    margin-block-start: 69rem !important;
    margin-block-end: 69rem !important;
  }
  .mx-rem-xl-70 {
    margin-block-start: 70rem !important;
    margin-block-end: 70rem !important;
  }
  .mx-rem-xl-71 {
    margin-block-start: 71rem !important;
    margin-block-end: 71rem !important;
  }
  .mx-rem-xl-72 {
    margin-block-start: 72rem !important;
    margin-block-end: 72rem !important;
  }
  .mx-rem-xl-73 {
    margin-block-start: 73rem !important;
    margin-block-end: 73rem !important;
  }
  .mx-rem-xl-74 {
    margin-block-start: 74rem !important;
    margin-block-end: 74rem !important;
  }
  .mx-rem-xl-75 {
    margin-block-start: 75rem !important;
    margin-block-end: 75rem !important;
  }
  .mx-rem-xl-76 {
    margin-block-start: 76rem !important;
    margin-block-end: 76rem !important;
  }
  .mx-rem-xl-77 {
    margin-block-start: 77rem !important;
    margin-block-end: 77rem !important;
  }
  .mx-rem-xl-78 {
    margin-block-start: 78rem !important;
    margin-block-end: 78rem !important;
  }
  .mx-rem-xl-79 {
    margin-block-start: 79rem !important;
    margin-block-end: 79rem !important;
  }
  .mx-rem-xl-80 {
    margin-block-start: 80rem !important;
    margin-block-end: 80rem !important;
  }
  .mx-rem-xl-95 {
    margin-block-start: 95rem !important;
    margin-block-end: 95rem !important;
  }
  .mx-rem-xl-96 {
    margin-block-start: 96rem !important;
    margin-block-end: 96rem !important;
  }
  .mx-rem-xl-97 {
    margin-block-start: 97rem !important;
    margin-block-end: 97rem !important;
  }
  .mx-rem-xl-100 {
    margin-block-start: 100% !important;
    margin-block-end: 100% !important;
  }
  .mx-rem-xl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-rem-xl-unset {
    margin-block-start: unset !important;
  }
  .mt-rem-xl-1 {
    margin-block-start: 1rem !important;
  }
  .mt-rem-xl-2 {
    margin-block-start: 2rem !important;
  }
  .mt-rem-xl-3 {
    margin-block-start: 3rem !important;
  }
  .mt-rem-xl-4 {
    margin-block-start: 4rem !important;
  }
  .mt-rem-xl-5 {
    margin-block-start: 5rem !important;
  }
  .mt-rem-xl-7 {
    margin-block-start: 7rem !important;
  }
  .mt-rem-xl-8 {
    margin-block-start: 8rem !important;
  }
  .mt-rem-xl-9 {
    margin-block-start: 9rem !important;
  }
  .mt-rem-xl-10 {
    margin-block-start: 10rem !important;
  }
  .mt-rem-xl-11 {
    margin-block-start: 11rem !important;
  }
  .mt-rem-xl-12 {
    margin-block-start: 12rem !important;
  }
  .mt-rem-xl-13 {
    margin-block-start: 13rem !important;
  }
  .mt-rem-xl-14 {
    margin-block-start: 14rem !important;
  }
  .mt-rem-xl-15 {
    margin-block-start: 15rem !important;
  }
  .mt-rem-xl-16 {
    margin-block-start: 16rem !important;
  }
  .mt-rem-xl-17 {
    margin-block-start: 17rem !important;
  }
  .mt-rem-xl-18 {
    margin-block-start: 18rem !important;
  }
  .mt-rem-xl-19 {
    margin-block-start: 19rem !important;
  }
  .mt-rem-xl-20 {
    margin-block-start: 20rem !important;
  }
  .mt-rem-xl-23 {
    margin-block-start: 23rem !important;
  }
  .mt-rem-xl-25 {
    margin-block-start: 25rem !important;
  }
  .mt-rem-xl-30 {
    margin-block-start: 30rem !important;
  }
  .mt-rem-xl-31 {
    margin-block-start: 31rem !important;
  }
  .mt-rem-xl-32 {
    margin-block-start: 32rem !important;
  }
  .mt-rem-xl-33 {
    margin-block-start: 33rem !important;
  }
  .mt-rem-xl-34 {
    margin-block-start: 34rem !important;
  }
  .mt-rem-xl-35 {
    margin-block-start: 35rem !important;
  }
  .mt-rem-xl-36 {
    margin-block-start: 36rem !important;
  }
  .mt-rem-xl-37 {
    margin-block-start: 37rem !important;
  }
  .mt-rem-xl-38 {
    margin-block-start: 38rem !important;
  }
  .mt-rem-xl-39 {
    margin-block-start: 39rem !important;
  }
  .mt-rem-xl-40 {
    margin-block-start: 40rem !important;
  }
  .mt-rem-xl-41 {
    margin-block-start: 41rem !important;
  }
  .mt-rem-xl-42 {
    margin-block-start: 42rem !important;
  }
  .mt-rem-xl-43 {
    margin-block-start: 43rem !important;
  }
  .mt-rem-xl-44 {
    margin-block-start: 44rem !important;
  }
  .mt-rem-xl-45 {
    margin-block-start: 45rem !important;
  }
  .mt-rem-xl-46 {
    margin-block-start: 46rem !important;
  }
  .mt-rem-xl-47 {
    margin-block-start: 47rem !important;
  }
  .mt-rem-xl-48 {
    margin-block-start: 48rem !important;
  }
  .mt-rem-xl-49 {
    margin-block-start: 49rem !important;
  }
  .mt-rem-xl-50 {
    margin-block-start: 50rem !important;
  }
  .mt-rem-xl-51 {
    margin-block-start: 51rem !important;
  }
  .mt-rem-xl-52 {
    margin-block-start: 52rem !important;
  }
  .mt-rem-xl-53 {
    margin-block-start: 53rem !important;
  }
  .mt-rem-xl-54 {
    margin-block-start: 54rem !important;
  }
  .mt-rem-xl-55 {
    margin-block-start: 55rem !important;
  }
  .mt-rem-xl-56 {
    margin-block-start: 56rem !important;
  }
  .mt-rem-xl-57 {
    margin-block-start: 57rem !important;
  }
  .mt-rem-xl-58 {
    margin-block-start: 58rem !important;
  }
  .mt-rem-xl-59 {
    margin-block-start: 59rem !important;
  }
  .mt-rem-xl-60 {
    margin-block-start: 60rem !important;
  }
  .mt-rem-xl-61 {
    margin-block-start: 61rem !important;
  }
  .mt-rem-xl-62 {
    margin-block-start: 62rem !important;
  }
  .mt-rem-xl-63 {
    margin-block-start: 63rem !important;
  }
  .mt-rem-xl-64 {
    margin-block-start: 64rem !important;
  }
  .mt-rem-xl-65 {
    margin-block-start: 65rem !important;
  }
  .mt-rem-xl-66 {
    margin-block-start: 66rem !important;
  }
  .mt-rem-xl-67 {
    margin-block-start: 67rem !important;
  }
  .mt-rem-xl-68 {
    margin-block-start: 68rem !important;
  }
  .mt-rem-xl-69 {
    margin-block-start: 69rem !important;
  }
  .mt-rem-xl-70 {
    margin-block-start: 70rem !important;
  }
  .mt-rem-xl-71 {
    margin-block-start: 71rem !important;
  }
  .mt-rem-xl-72 {
    margin-block-start: 72rem !important;
  }
  .mt-rem-xl-73 {
    margin-block-start: 73rem !important;
  }
  .mt-rem-xl-74 {
    margin-block-start: 74rem !important;
  }
  .mt-rem-xl-75 {
    margin-block-start: 75rem !important;
  }
  .mt-rem-xl-76 {
    margin-block-start: 76rem !important;
  }
  .mt-rem-xl-77 {
    margin-block-start: 77rem !important;
  }
  .mt-rem-xl-78 {
    margin-block-start: 78rem !important;
  }
  .mt-rem-xl-79 {
    margin-block-start: 79rem !important;
  }
  .mt-rem-xl-80 {
    margin-block-start: 80rem !important;
  }
  .mt-rem-xl-95 {
    margin-block-start: 95rem !important;
  }
  .mt-rem-xl-96 {
    margin-block-start: 96rem !important;
  }
  .mt-rem-xl-97 {
    margin-block-start: 97rem !important;
  }
  .mt-rem-xl-100 {
    margin-block-start: 100% !important;
  }
  .mt-rem-xl-auto {
    margin-block-start: auto !important;
  }
  .me-rem-xl-unset {
    margin-inline-end: unset !important;
  }
  .me-rem-xl-1 {
    margin-inline-end: 1rem !important;
  }
  .me-rem-xl-2 {
    margin-inline-end: 2rem !important;
  }
  .me-rem-xl-3 {
    margin-inline-end: 3rem !important;
  }
  .me-rem-xl-4 {
    margin-inline-end: 4rem !important;
  }
  .me-rem-xl-5 {
    margin-inline-end: 5rem !important;
  }
  .me-rem-xl-7 {
    margin-inline-end: 7rem !important;
  }
  .me-rem-xl-8 {
    margin-inline-end: 8rem !important;
  }
  .me-rem-xl-9 {
    margin-inline-end: 9rem !important;
  }
  .me-rem-xl-10 {
    margin-inline-end: 10rem !important;
  }
  .me-rem-xl-11 {
    margin-inline-end: 11rem !important;
  }
  .me-rem-xl-12 {
    margin-inline-end: 12rem !important;
  }
  .me-rem-xl-13 {
    margin-inline-end: 13rem !important;
  }
  .me-rem-xl-14 {
    margin-inline-end: 14rem !important;
  }
  .me-rem-xl-15 {
    margin-inline-end: 15rem !important;
  }
  .me-rem-xl-16 {
    margin-inline-end: 16rem !important;
  }
  .me-rem-xl-17 {
    margin-inline-end: 17rem !important;
  }
  .me-rem-xl-18 {
    margin-inline-end: 18rem !important;
  }
  .me-rem-xl-19 {
    margin-inline-end: 19rem !important;
  }
  .me-rem-xl-20 {
    margin-inline-end: 20rem !important;
  }
  .me-rem-xl-23 {
    margin-inline-end: 23rem !important;
  }
  .me-rem-xl-25 {
    margin-inline-end: 25rem !important;
  }
  .me-rem-xl-30 {
    margin-inline-end: 30rem !important;
  }
  .me-rem-xl-31 {
    margin-inline-end: 31rem !important;
  }
  .me-rem-xl-32 {
    margin-inline-end: 32rem !important;
  }
  .me-rem-xl-33 {
    margin-inline-end: 33rem !important;
  }
  .me-rem-xl-34 {
    margin-inline-end: 34rem !important;
  }
  .me-rem-xl-35 {
    margin-inline-end: 35rem !important;
  }
  .me-rem-xl-36 {
    margin-inline-end: 36rem !important;
  }
  .me-rem-xl-37 {
    margin-inline-end: 37rem !important;
  }
  .me-rem-xl-38 {
    margin-inline-end: 38rem !important;
  }
  .me-rem-xl-39 {
    margin-inline-end: 39rem !important;
  }
  .me-rem-xl-40 {
    margin-inline-end: 40rem !important;
  }
  .me-rem-xl-41 {
    margin-inline-end: 41rem !important;
  }
  .me-rem-xl-42 {
    margin-inline-end: 42rem !important;
  }
  .me-rem-xl-43 {
    margin-inline-end: 43rem !important;
  }
  .me-rem-xl-44 {
    margin-inline-end: 44rem !important;
  }
  .me-rem-xl-45 {
    margin-inline-end: 45rem !important;
  }
  .me-rem-xl-46 {
    margin-inline-end: 46rem !important;
  }
  .me-rem-xl-47 {
    margin-inline-end: 47rem !important;
  }
  .me-rem-xl-48 {
    margin-inline-end: 48rem !important;
  }
  .me-rem-xl-49 {
    margin-inline-end: 49rem !important;
  }
  .me-rem-xl-50 {
    margin-inline-end: 50rem !important;
  }
  .me-rem-xl-51 {
    margin-inline-end: 51rem !important;
  }
  .me-rem-xl-52 {
    margin-inline-end: 52rem !important;
  }
  .me-rem-xl-53 {
    margin-inline-end: 53rem !important;
  }
  .me-rem-xl-54 {
    margin-inline-end: 54rem !important;
  }
  .me-rem-xl-55 {
    margin-inline-end: 55rem !important;
  }
  .me-rem-xl-56 {
    margin-inline-end: 56rem !important;
  }
  .me-rem-xl-57 {
    margin-inline-end: 57rem !important;
  }
  .me-rem-xl-58 {
    margin-inline-end: 58rem !important;
  }
  .me-rem-xl-59 {
    margin-inline-end: 59rem !important;
  }
  .me-rem-xl-60 {
    margin-inline-end: 60rem !important;
  }
  .me-rem-xl-61 {
    margin-inline-end: 61rem !important;
  }
  .me-rem-xl-62 {
    margin-inline-end: 62rem !important;
  }
  .me-rem-xl-63 {
    margin-inline-end: 63rem !important;
  }
  .me-rem-xl-64 {
    margin-inline-end: 64rem !important;
  }
  .me-rem-xl-65 {
    margin-inline-end: 65rem !important;
  }
  .me-rem-xl-66 {
    margin-inline-end: 66rem !important;
  }
  .me-rem-xl-67 {
    margin-inline-end: 67rem !important;
  }
  .me-rem-xl-68 {
    margin-inline-end: 68rem !important;
  }
  .me-rem-xl-69 {
    margin-inline-end: 69rem !important;
  }
  .me-rem-xl-70 {
    margin-inline-end: 70rem !important;
  }
  .me-rem-xl-71 {
    margin-inline-end: 71rem !important;
  }
  .me-rem-xl-72 {
    margin-inline-end: 72rem !important;
  }
  .me-rem-xl-73 {
    margin-inline-end: 73rem !important;
  }
  .me-rem-xl-74 {
    margin-inline-end: 74rem !important;
  }
  .me-rem-xl-75 {
    margin-inline-end: 75rem !important;
  }
  .me-rem-xl-76 {
    margin-inline-end: 76rem !important;
  }
  .me-rem-xl-77 {
    margin-inline-end: 77rem !important;
  }
  .me-rem-xl-78 {
    margin-inline-end: 78rem !important;
  }
  .me-rem-xl-79 {
    margin-inline-end: 79rem !important;
  }
  .me-rem-xl-80 {
    margin-inline-end: 80rem !important;
  }
  .me-rem-xl-95 {
    margin-inline-end: 95rem !important;
  }
  .me-rem-xl-96 {
    margin-inline-end: 96rem !important;
  }
  .me-rem-xl-97 {
    margin-inline-end: 97rem !important;
  }
  .me-rem-xl-100 {
    margin-inline-end: 100% !important;
  }
  .me-rem-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-rem-xl-unset {
    margin-block-end: unset !important;
  }
  .mb-rem-xl-1 {
    margin-block-end: 1rem !important;
  }
  .mb-rem-xl-2 {
    margin-block-end: 2rem !important;
  }
  .mb-rem-xl-3 {
    margin-block-end: 3rem !important;
  }
  .mb-rem-xl-4 {
    margin-block-end: 4rem !important;
  }
  .mb-rem-xl-5 {
    margin-block-end: 5rem !important;
  }
  .mb-rem-xl-7 {
    margin-block-end: 7rem !important;
  }
  .mb-rem-xl-8 {
    margin-block-end: 8rem !important;
  }
  .mb-rem-xl-9 {
    margin-block-end: 9rem !important;
  }
  .mb-rem-xl-10 {
    margin-block-end: 10rem !important;
  }
  .mb-rem-xl-11 {
    margin-block-end: 11rem !important;
  }
  .mb-rem-xl-12 {
    margin-block-end: 12rem !important;
  }
  .mb-rem-xl-13 {
    margin-block-end: 13rem !important;
  }
  .mb-rem-xl-14 {
    margin-block-end: 14rem !important;
  }
  .mb-rem-xl-15 {
    margin-block-end: 15rem !important;
  }
  .mb-rem-xl-16 {
    margin-block-end: 16rem !important;
  }
  .mb-rem-xl-17 {
    margin-block-end: 17rem !important;
  }
  .mb-rem-xl-18 {
    margin-block-end: 18rem !important;
  }
  .mb-rem-xl-19 {
    margin-block-end: 19rem !important;
  }
  .mb-rem-xl-20 {
    margin-block-end: 20rem !important;
  }
  .mb-rem-xl-23 {
    margin-block-end: 23rem !important;
  }
  .mb-rem-xl-25 {
    margin-block-end: 25rem !important;
  }
  .mb-rem-xl-30 {
    margin-block-end: 30rem !important;
  }
  .mb-rem-xl-31 {
    margin-block-end: 31rem !important;
  }
  .mb-rem-xl-32 {
    margin-block-end: 32rem !important;
  }
  .mb-rem-xl-33 {
    margin-block-end: 33rem !important;
  }
  .mb-rem-xl-34 {
    margin-block-end: 34rem !important;
  }
  .mb-rem-xl-35 {
    margin-block-end: 35rem !important;
  }
  .mb-rem-xl-36 {
    margin-block-end: 36rem !important;
  }
  .mb-rem-xl-37 {
    margin-block-end: 37rem !important;
  }
  .mb-rem-xl-38 {
    margin-block-end: 38rem !important;
  }
  .mb-rem-xl-39 {
    margin-block-end: 39rem !important;
  }
  .mb-rem-xl-40 {
    margin-block-end: 40rem !important;
  }
  .mb-rem-xl-41 {
    margin-block-end: 41rem !important;
  }
  .mb-rem-xl-42 {
    margin-block-end: 42rem !important;
  }
  .mb-rem-xl-43 {
    margin-block-end: 43rem !important;
  }
  .mb-rem-xl-44 {
    margin-block-end: 44rem !important;
  }
  .mb-rem-xl-45 {
    margin-block-end: 45rem !important;
  }
  .mb-rem-xl-46 {
    margin-block-end: 46rem !important;
  }
  .mb-rem-xl-47 {
    margin-block-end: 47rem !important;
  }
  .mb-rem-xl-48 {
    margin-block-end: 48rem !important;
  }
  .mb-rem-xl-49 {
    margin-block-end: 49rem !important;
  }
  .mb-rem-xl-50 {
    margin-block-end: 50rem !important;
  }
  .mb-rem-xl-51 {
    margin-block-end: 51rem !important;
  }
  .mb-rem-xl-52 {
    margin-block-end: 52rem !important;
  }
  .mb-rem-xl-53 {
    margin-block-end: 53rem !important;
  }
  .mb-rem-xl-54 {
    margin-block-end: 54rem !important;
  }
  .mb-rem-xl-55 {
    margin-block-end: 55rem !important;
  }
  .mb-rem-xl-56 {
    margin-block-end: 56rem !important;
  }
  .mb-rem-xl-57 {
    margin-block-end: 57rem !important;
  }
  .mb-rem-xl-58 {
    margin-block-end: 58rem !important;
  }
  .mb-rem-xl-59 {
    margin-block-end: 59rem !important;
  }
  .mb-rem-xl-60 {
    margin-block-end: 60rem !important;
  }
  .mb-rem-xl-61 {
    margin-block-end: 61rem !important;
  }
  .mb-rem-xl-62 {
    margin-block-end: 62rem !important;
  }
  .mb-rem-xl-63 {
    margin-block-end: 63rem !important;
  }
  .mb-rem-xl-64 {
    margin-block-end: 64rem !important;
  }
  .mb-rem-xl-65 {
    margin-block-end: 65rem !important;
  }
  .mb-rem-xl-66 {
    margin-block-end: 66rem !important;
  }
  .mb-rem-xl-67 {
    margin-block-end: 67rem !important;
  }
  .mb-rem-xl-68 {
    margin-block-end: 68rem !important;
  }
  .mb-rem-xl-69 {
    margin-block-end: 69rem !important;
  }
  .mb-rem-xl-70 {
    margin-block-end: 70rem !important;
  }
  .mb-rem-xl-71 {
    margin-block-end: 71rem !important;
  }
  .mb-rem-xl-72 {
    margin-block-end: 72rem !important;
  }
  .mb-rem-xl-73 {
    margin-block-end: 73rem !important;
  }
  .mb-rem-xl-74 {
    margin-block-end: 74rem !important;
  }
  .mb-rem-xl-75 {
    margin-block-end: 75rem !important;
  }
  .mb-rem-xl-76 {
    margin-block-end: 76rem !important;
  }
  .mb-rem-xl-77 {
    margin-block-end: 77rem !important;
  }
  .mb-rem-xl-78 {
    margin-block-end: 78rem !important;
  }
  .mb-rem-xl-79 {
    margin-block-end: 79rem !important;
  }
  .mb-rem-xl-80 {
    margin-block-end: 80rem !important;
  }
  .mb-rem-xl-95 {
    margin-block-end: 95rem !important;
  }
  .mb-rem-xl-96 {
    margin-block-end: 96rem !important;
  }
  .mb-rem-xl-97 {
    margin-block-end: 97rem !important;
  }
  .mb-rem-xl-100 {
    margin-block-end: 100% !important;
  }
  .mb-rem-xl-auto {
    margin-block-end: auto !important;
  }
  .ms-rem-xl-unset {
    margin-inline-start: unset !important;
  }
  .ms-rem-xl-1 {
    margin-inline-start: 1rem !important;
  }
  .ms-rem-xl-2 {
    margin-inline-start: 2rem !important;
  }
  .ms-rem-xl-3 {
    margin-inline-start: 3rem !important;
  }
  .ms-rem-xl-4 {
    margin-inline-start: 4rem !important;
  }
  .ms-rem-xl-5 {
    margin-inline-start: 5rem !important;
  }
  .ms-rem-xl-7 {
    margin-inline-start: 7rem !important;
  }
  .ms-rem-xl-8 {
    margin-inline-start: 8rem !important;
  }
  .ms-rem-xl-9 {
    margin-inline-start: 9rem !important;
  }
  .ms-rem-xl-10 {
    margin-inline-start: 10rem !important;
  }
  .ms-rem-xl-11 {
    margin-inline-start: 11rem !important;
  }
  .ms-rem-xl-12 {
    margin-inline-start: 12rem !important;
  }
  .ms-rem-xl-13 {
    margin-inline-start: 13rem !important;
  }
  .ms-rem-xl-14 {
    margin-inline-start: 14rem !important;
  }
  .ms-rem-xl-15 {
    margin-inline-start: 15rem !important;
  }
  .ms-rem-xl-16 {
    margin-inline-start: 16rem !important;
  }
  .ms-rem-xl-17 {
    margin-inline-start: 17rem !important;
  }
  .ms-rem-xl-18 {
    margin-inline-start: 18rem !important;
  }
  .ms-rem-xl-19 {
    margin-inline-start: 19rem !important;
  }
  .ms-rem-xl-20 {
    margin-inline-start: 20rem !important;
  }
  .ms-rem-xl-23 {
    margin-inline-start: 23rem !important;
  }
  .ms-rem-xl-25 {
    margin-inline-start: 25rem !important;
  }
  .ms-rem-xl-30 {
    margin-inline-start: 30rem !important;
  }
  .ms-rem-xl-31 {
    margin-inline-start: 31rem !important;
  }
  .ms-rem-xl-32 {
    margin-inline-start: 32rem !important;
  }
  .ms-rem-xl-33 {
    margin-inline-start: 33rem !important;
  }
  .ms-rem-xl-34 {
    margin-inline-start: 34rem !important;
  }
  .ms-rem-xl-35 {
    margin-inline-start: 35rem !important;
  }
  .ms-rem-xl-36 {
    margin-inline-start: 36rem !important;
  }
  .ms-rem-xl-37 {
    margin-inline-start: 37rem !important;
  }
  .ms-rem-xl-38 {
    margin-inline-start: 38rem !important;
  }
  .ms-rem-xl-39 {
    margin-inline-start: 39rem !important;
  }
  .ms-rem-xl-40 {
    margin-inline-start: 40rem !important;
  }
  .ms-rem-xl-41 {
    margin-inline-start: 41rem !important;
  }
  .ms-rem-xl-42 {
    margin-inline-start: 42rem !important;
  }
  .ms-rem-xl-43 {
    margin-inline-start: 43rem !important;
  }
  .ms-rem-xl-44 {
    margin-inline-start: 44rem !important;
  }
  .ms-rem-xl-45 {
    margin-inline-start: 45rem !important;
  }
  .ms-rem-xl-46 {
    margin-inline-start: 46rem !important;
  }
  .ms-rem-xl-47 {
    margin-inline-start: 47rem !important;
  }
  .ms-rem-xl-48 {
    margin-inline-start: 48rem !important;
  }
  .ms-rem-xl-49 {
    margin-inline-start: 49rem !important;
  }
  .ms-rem-xl-50 {
    margin-inline-start: 50rem !important;
  }
  .ms-rem-xl-51 {
    margin-inline-start: 51rem !important;
  }
  .ms-rem-xl-52 {
    margin-inline-start: 52rem !important;
  }
  .ms-rem-xl-53 {
    margin-inline-start: 53rem !important;
  }
  .ms-rem-xl-54 {
    margin-inline-start: 54rem !important;
  }
  .ms-rem-xl-55 {
    margin-inline-start: 55rem !important;
  }
  .ms-rem-xl-56 {
    margin-inline-start: 56rem !important;
  }
  .ms-rem-xl-57 {
    margin-inline-start: 57rem !important;
  }
  .ms-rem-xl-58 {
    margin-inline-start: 58rem !important;
  }
  .ms-rem-xl-59 {
    margin-inline-start: 59rem !important;
  }
  .ms-rem-xl-60 {
    margin-inline-start: 60rem !important;
  }
  .ms-rem-xl-61 {
    margin-inline-start: 61rem !important;
  }
  .ms-rem-xl-62 {
    margin-inline-start: 62rem !important;
  }
  .ms-rem-xl-63 {
    margin-inline-start: 63rem !important;
  }
  .ms-rem-xl-64 {
    margin-inline-start: 64rem !important;
  }
  .ms-rem-xl-65 {
    margin-inline-start: 65rem !important;
  }
  .ms-rem-xl-66 {
    margin-inline-start: 66rem !important;
  }
  .ms-rem-xl-67 {
    margin-inline-start: 67rem !important;
  }
  .ms-rem-xl-68 {
    margin-inline-start: 68rem !important;
  }
  .ms-rem-xl-69 {
    margin-inline-start: 69rem !important;
  }
  .ms-rem-xl-70 {
    margin-inline-start: 70rem !important;
  }
  .ms-rem-xl-71 {
    margin-inline-start: 71rem !important;
  }
  .ms-rem-xl-72 {
    margin-inline-start: 72rem !important;
  }
  .ms-rem-xl-73 {
    margin-inline-start: 73rem !important;
  }
  .ms-rem-xl-74 {
    margin-inline-start: 74rem !important;
  }
  .ms-rem-xl-75 {
    margin-inline-start: 75rem !important;
  }
  .ms-rem-xl-76 {
    margin-inline-start: 76rem !important;
  }
  .ms-rem-xl-77 {
    margin-inline-start: 77rem !important;
  }
  .ms-rem-xl-78 {
    margin-inline-start: 78rem !important;
  }
  .ms-rem-xl-79 {
    margin-inline-start: 79rem !important;
  }
  .ms-rem-xl-80 {
    margin-inline-start: 80rem !important;
  }
  .ms-rem-xl-95 {
    margin-inline-start: 95rem !important;
  }
  .ms-rem-xl-96 {
    margin-inline-start: 96rem !important;
  }
  .ms-rem-xl-97 {
    margin-inline-start: 97rem !important;
  }
  .ms-rem-xl-100 {
    margin-inline-start: 100% !important;
  }
  .ms-rem-xl-auto {
    margin-inline-start: auto !important;
  }
  .m-rem-xl-nunset {
    margin: -unset !important;
  }
  .m-rem-xl-n1 {
    margin: -1rem !important;
  }
  .m-rem-xl-n2 {
    margin: -2rem !important;
  }
  .m-rem-xl-n3 {
    margin: -3rem !important;
  }
  .m-rem-xl-n4 {
    margin: -4rem !important;
  }
  .m-rem-xl-n5 {
    margin: -5rem !important;
  }
  .m-rem-xl-n7 {
    margin: -7rem !important;
  }
  .m-rem-xl-n8 {
    margin: -8rem !important;
  }
  .m-rem-xl-n9 {
    margin: -9rem !important;
  }
  .m-rem-xl-n10 {
    margin: -10rem !important;
  }
  .m-rem-xl-n11 {
    margin: -11rem !important;
  }
  .m-rem-xl-n12 {
    margin: -12rem !important;
  }
  .m-rem-xl-n13 {
    margin: -13rem !important;
  }
  .m-rem-xl-n14 {
    margin: -14rem !important;
  }
  .m-rem-xl-n15 {
    margin: -15rem !important;
  }
  .m-rem-xl-n16 {
    margin: -16rem !important;
  }
  .m-rem-xl-n17 {
    margin: -17rem !important;
  }
  .m-rem-xl-n18 {
    margin: -18rem !important;
  }
  .m-rem-xl-n19 {
    margin: -19rem !important;
  }
  .m-rem-xl-n20 {
    margin: -20rem !important;
  }
  .m-rem-xl-n23 {
    margin: -23rem !important;
  }
  .m-rem-xl-n25 {
    margin: -25rem !important;
  }
  .m-rem-xl-n30 {
    margin: -30rem !important;
  }
  .m-rem-xl-n31 {
    margin: -31rem !important;
  }
  .m-rem-xl-n32 {
    margin: -32rem !important;
  }
  .m-rem-xl-n33 {
    margin: -33rem !important;
  }
  .m-rem-xl-n34 {
    margin: -34rem !important;
  }
  .m-rem-xl-n35 {
    margin: -35rem !important;
  }
  .m-rem-xl-n36 {
    margin: -36rem !important;
  }
  .m-rem-xl-n37 {
    margin: -37rem !important;
  }
  .m-rem-xl-n38 {
    margin: -38rem !important;
  }
  .m-rem-xl-n39 {
    margin: -39rem !important;
  }
  .m-rem-xl-n40 {
    margin: -40rem !important;
  }
  .m-rem-xl-n41 {
    margin: -41rem !important;
  }
  .m-rem-xl-n42 {
    margin: -42rem !important;
  }
  .m-rem-xl-n43 {
    margin: -43rem !important;
  }
  .m-rem-xl-n44 {
    margin: -44rem !important;
  }
  .m-rem-xl-n45 {
    margin: -45rem !important;
  }
  .m-rem-xl-n46 {
    margin: -46rem !important;
  }
  .m-rem-xl-n47 {
    margin: -47rem !important;
  }
  .m-rem-xl-n48 {
    margin: -48rem !important;
  }
  .m-rem-xl-n49 {
    margin: -49rem !important;
  }
  .m-rem-xl-n50 {
    margin: -50rem !important;
  }
  .m-rem-xl-n51 {
    margin: -51rem !important;
  }
  .m-rem-xl-n52 {
    margin: -52rem !important;
  }
  .m-rem-xl-n53 {
    margin: -53rem !important;
  }
  .m-rem-xl-n54 {
    margin: -54rem !important;
  }
  .m-rem-xl-n55 {
    margin: -55rem !important;
  }
  .m-rem-xl-n56 {
    margin: -56rem !important;
  }
  .m-rem-xl-n57 {
    margin: -57rem !important;
  }
  .m-rem-xl-n58 {
    margin: -58rem !important;
  }
  .m-rem-xl-n59 {
    margin: -59rem !important;
  }
  .m-rem-xl-n60 {
    margin: -60rem !important;
  }
  .m-rem-xl-n61 {
    margin: -61rem !important;
  }
  .m-rem-xl-n62 {
    margin: -62rem !important;
  }
  .m-rem-xl-n63 {
    margin: -63rem !important;
  }
  .m-rem-xl-n64 {
    margin: -64rem !important;
  }
  .m-rem-xl-n65 {
    margin: -65rem !important;
  }
  .m-rem-xl-n66 {
    margin: -66rem !important;
  }
  .m-rem-xl-n67 {
    margin: -67rem !important;
  }
  .m-rem-xl-n68 {
    margin: -68rem !important;
  }
  .m-rem-xl-n69 {
    margin: -69rem !important;
  }
  .m-rem-xl-n70 {
    margin: -70rem !important;
  }
  .m-rem-xl-n71 {
    margin: -71rem !important;
  }
  .m-rem-xl-n72 {
    margin: -72rem !important;
  }
  .m-rem-xl-n73 {
    margin: -73rem !important;
  }
  .m-rem-xl-n74 {
    margin: -74rem !important;
  }
  .m-rem-xl-n75 {
    margin: -75rem !important;
  }
  .m-rem-xl-n76 {
    margin: -76rem !important;
  }
  .m-rem-xl-n77 {
    margin: -77rem !important;
  }
  .m-rem-xl-n78 {
    margin: -78rem !important;
  }
  .m-rem-xl-n79 {
    margin: -79rem !important;
  }
  .m-rem-xl-n80 {
    margin: -80rem !important;
  }
  .m-rem-xl-n95 {
    margin: -95rem !important;
  }
  .m-rem-xl-n96 {
    margin: -96rem !important;
  }
  .m-rem-xl-n97 {
    margin: -97rem !important;
  }
  .m-rem-xl-n100 {
    margin: -100% !important;
  }
  .mx-rem-xl-nunset {
    margin-inline-end: -unset !important;
    margin-inline-start: -unset !important;
  }
  .mx-rem-xl-n1 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-rem-xl-n2 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-rem-xl-n3 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-rem-xl-n4 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-rem-xl-n5 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-rem-xl-n7 {
    margin-inline-end: -7rem !important;
    margin-inline-start: -7rem !important;
  }
  .mx-rem-xl-n8 {
    margin-inline-end: -8rem !important;
    margin-inline-start: -8rem !important;
  }
  .mx-rem-xl-n9 {
    margin-inline-end: -9rem !important;
    margin-inline-start: -9rem !important;
  }
  .mx-rem-xl-n10 {
    margin-inline-end: -10rem !important;
    margin-inline-start: -10rem !important;
  }
  .mx-rem-xl-n11 {
    margin-inline-end: -11rem !important;
    margin-inline-start: -11rem !important;
  }
  .mx-rem-xl-n12 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-rem-xl-n13 {
    margin-inline-end: -13rem !important;
    margin-inline-start: -13rem !important;
  }
  .mx-rem-xl-n14 {
    margin-inline-end: -14rem !important;
    margin-inline-start: -14rem !important;
  }
  .mx-rem-xl-n15 {
    margin-inline-end: -15rem !important;
    margin-inline-start: -15rem !important;
  }
  .mx-rem-xl-n16 {
    margin-inline-end: -16rem !important;
    margin-inline-start: -16rem !important;
  }
  .mx-rem-xl-n17 {
    margin-inline-end: -17rem !important;
    margin-inline-start: -17rem !important;
  }
  .mx-rem-xl-n18 {
    margin-inline-end: -18rem !important;
    margin-inline-start: -18rem !important;
  }
  .mx-rem-xl-n19 {
    margin-inline-end: -19rem !important;
    margin-inline-start: -19rem !important;
  }
  .mx-rem-xl-n20 {
    margin-inline-end: -20rem !important;
    margin-inline-start: -20rem !important;
  }
  .mx-rem-xl-n23 {
    margin-inline-end: -23rem !important;
    margin-inline-start: -23rem !important;
  }
  .mx-rem-xl-n25 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-rem-xl-n30 {
    margin-inline-end: -30rem !important;
    margin-inline-start: -30rem !important;
  }
  .mx-rem-xl-n31 {
    margin-inline-end: -31rem !important;
    margin-inline-start: -31rem !important;
  }
  .mx-rem-xl-n32 {
    margin-inline-end: -32rem !important;
    margin-inline-start: -32rem !important;
  }
  .mx-rem-xl-n33 {
    margin-inline-end: -33rem !important;
    margin-inline-start: -33rem !important;
  }
  .mx-rem-xl-n34 {
    margin-inline-end: -34rem !important;
    margin-inline-start: -34rem !important;
  }
  .mx-rem-xl-n35 {
    margin-inline-end: -35rem !important;
    margin-inline-start: -35rem !important;
  }
  .mx-rem-xl-n36 {
    margin-inline-end: -36rem !important;
    margin-inline-start: -36rem !important;
  }
  .mx-rem-xl-n37 {
    margin-inline-end: -37rem !important;
    margin-inline-start: -37rem !important;
  }
  .mx-rem-xl-n38 {
    margin-inline-end: -38rem !important;
    margin-inline-start: -38rem !important;
  }
  .mx-rem-xl-n39 {
    margin-inline-end: -39rem !important;
    margin-inline-start: -39rem !important;
  }
  .mx-rem-xl-n40 {
    margin-inline-end: -40rem !important;
    margin-inline-start: -40rem !important;
  }
  .mx-rem-xl-n41 {
    margin-inline-end: -41rem !important;
    margin-inline-start: -41rem !important;
  }
  .mx-rem-xl-n42 {
    margin-inline-end: -42rem !important;
    margin-inline-start: -42rem !important;
  }
  .mx-rem-xl-n43 {
    margin-inline-end: -43rem !important;
    margin-inline-start: -43rem !important;
  }
  .mx-rem-xl-n44 {
    margin-inline-end: -44rem !important;
    margin-inline-start: -44rem !important;
  }
  .mx-rem-xl-n45 {
    margin-inline-end: -45rem !important;
    margin-inline-start: -45rem !important;
  }
  .mx-rem-xl-n46 {
    margin-inline-end: -46rem !important;
    margin-inline-start: -46rem !important;
  }
  .mx-rem-xl-n47 {
    margin-inline-end: -47rem !important;
    margin-inline-start: -47rem !important;
  }
  .mx-rem-xl-n48 {
    margin-inline-end: -48rem !important;
    margin-inline-start: -48rem !important;
  }
  .mx-rem-xl-n49 {
    margin-inline-end: -49rem !important;
    margin-inline-start: -49rem !important;
  }
  .mx-rem-xl-n50 {
    margin-inline-end: -50rem !important;
    margin-inline-start: -50rem !important;
  }
  .mx-rem-xl-n51 {
    margin-inline-end: -51rem !important;
    margin-inline-start: -51rem !important;
  }
  .mx-rem-xl-n52 {
    margin-inline-end: -52rem !important;
    margin-inline-start: -52rem !important;
  }
  .mx-rem-xl-n53 {
    margin-inline-end: -53rem !important;
    margin-inline-start: -53rem !important;
  }
  .mx-rem-xl-n54 {
    margin-inline-end: -54rem !important;
    margin-inline-start: -54rem !important;
  }
  .mx-rem-xl-n55 {
    margin-inline-end: -55rem !important;
    margin-inline-start: -55rem !important;
  }
  .mx-rem-xl-n56 {
    margin-inline-end: -56rem !important;
    margin-inline-start: -56rem !important;
  }
  .mx-rem-xl-n57 {
    margin-inline-end: -57rem !important;
    margin-inline-start: -57rem !important;
  }
  .mx-rem-xl-n58 {
    margin-inline-end: -58rem !important;
    margin-inline-start: -58rem !important;
  }
  .mx-rem-xl-n59 {
    margin-inline-end: -59rem !important;
    margin-inline-start: -59rem !important;
  }
  .mx-rem-xl-n60 {
    margin-inline-end: -60rem !important;
    margin-inline-start: -60rem !important;
  }
  .mx-rem-xl-n61 {
    margin-inline-end: -61rem !important;
    margin-inline-start: -61rem !important;
  }
  .mx-rem-xl-n62 {
    margin-inline-end: -62rem !important;
    margin-inline-start: -62rem !important;
  }
  .mx-rem-xl-n63 {
    margin-inline-end: -63rem !important;
    margin-inline-start: -63rem !important;
  }
  .mx-rem-xl-n64 {
    margin-inline-end: -64rem !important;
    margin-inline-start: -64rem !important;
  }
  .mx-rem-xl-n65 {
    margin-inline-end: -65rem !important;
    margin-inline-start: -65rem !important;
  }
  .mx-rem-xl-n66 {
    margin-inline-end: -66rem !important;
    margin-inline-start: -66rem !important;
  }
  .mx-rem-xl-n67 {
    margin-inline-end: -67rem !important;
    margin-inline-start: -67rem !important;
  }
  .mx-rem-xl-n68 {
    margin-inline-end: -68rem !important;
    margin-inline-start: -68rem !important;
  }
  .mx-rem-xl-n69 {
    margin-inline-end: -69rem !important;
    margin-inline-start: -69rem !important;
  }
  .mx-rem-xl-n70 {
    margin-inline-end: -70rem !important;
    margin-inline-start: -70rem !important;
  }
  .mx-rem-xl-n71 {
    margin-inline-end: -71rem !important;
    margin-inline-start: -71rem !important;
  }
  .mx-rem-xl-n72 {
    margin-inline-end: -72rem !important;
    margin-inline-start: -72rem !important;
  }
  .mx-rem-xl-n73 {
    margin-inline-end: -73rem !important;
    margin-inline-start: -73rem !important;
  }
  .mx-rem-xl-n74 {
    margin-inline-end: -74rem !important;
    margin-inline-start: -74rem !important;
  }
  .mx-rem-xl-n75 {
    margin-inline-end: -75rem !important;
    margin-inline-start: -75rem !important;
  }
  .mx-rem-xl-n76 {
    margin-inline-end: -76rem !important;
    margin-inline-start: -76rem !important;
  }
  .mx-rem-xl-n77 {
    margin-inline-end: -77rem !important;
    margin-inline-start: -77rem !important;
  }
  .mx-rem-xl-n78 {
    margin-inline-end: -78rem !important;
    margin-inline-start: -78rem !important;
  }
  .mx-rem-xl-n79 {
    margin-inline-end: -79rem !important;
    margin-inline-start: -79rem !important;
  }
  .mx-rem-xl-n80 {
    margin-inline-end: -80rem !important;
    margin-inline-start: -80rem !important;
  }
  .mx-rem-xl-n95 {
    margin-inline-end: -95rem !important;
    margin-inline-start: -95rem !important;
  }
  .mx-rem-xl-n96 {
    margin-inline-end: -96rem !important;
    margin-inline-start: -96rem !important;
  }
  .mx-rem-xl-n97 {
    margin-inline-end: -97rem !important;
    margin-inline-start: -97rem !important;
  }
  .mx-rem-xl-n100 {
    margin-inline-end: -100% !important;
    margin-inline-start: -100% !important;
  }
  .my-rem-xl-nunset {
    margin-block-end: -unset !important;
    margin-block-start: -unset !important;
  }
  .my-rem-xl-n1 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-rem-xl-n2 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-rem-xl-n3 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-rem-xl-n4 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-rem-xl-n5 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-rem-xl-n7 {
    margin-block-end: -7rem !important;
    margin-block-start: -7rem !important;
  }
  .my-rem-xl-n8 {
    margin-block-end: -8rem !important;
    margin-block-start: -8rem !important;
  }
  .my-rem-xl-n9 {
    margin-block-end: -9rem !important;
    margin-block-start: -9rem !important;
  }
  .my-rem-xl-n10 {
    margin-block-end: -10rem !important;
    margin-block-start: -10rem !important;
  }
  .my-rem-xl-n11 {
    margin-block-end: -11rem !important;
    margin-block-start: -11rem !important;
  }
  .my-rem-xl-n12 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-rem-xl-n13 {
    margin-block-end: -13rem !important;
    margin-block-start: -13rem !important;
  }
  .my-rem-xl-n14 {
    margin-block-end: -14rem !important;
    margin-block-start: -14rem !important;
  }
  .my-rem-xl-n15 {
    margin-block-end: -15rem !important;
    margin-block-start: -15rem !important;
  }
  .my-rem-xl-n16 {
    margin-block-end: -16rem !important;
    margin-block-start: -16rem !important;
  }
  .my-rem-xl-n17 {
    margin-block-end: -17rem !important;
    margin-block-start: -17rem !important;
  }
  .my-rem-xl-n18 {
    margin-block-end: -18rem !important;
    margin-block-start: -18rem !important;
  }
  .my-rem-xl-n19 {
    margin-block-end: -19rem !important;
    margin-block-start: -19rem !important;
  }
  .my-rem-xl-n20 {
    margin-block-end: -20rem !important;
    margin-block-start: -20rem !important;
  }
  .my-rem-xl-n23 {
    margin-block-end: -23rem !important;
    margin-block-start: -23rem !important;
  }
  .my-rem-xl-n25 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-rem-xl-n30 {
    margin-block-end: -30rem !important;
    margin-block-start: -30rem !important;
  }
  .my-rem-xl-n31 {
    margin-block-end: -31rem !important;
    margin-block-start: -31rem !important;
  }
  .my-rem-xl-n32 {
    margin-block-end: -32rem !important;
    margin-block-start: -32rem !important;
  }
  .my-rem-xl-n33 {
    margin-block-end: -33rem !important;
    margin-block-start: -33rem !important;
  }
  .my-rem-xl-n34 {
    margin-block-end: -34rem !important;
    margin-block-start: -34rem !important;
  }
  .my-rem-xl-n35 {
    margin-block-end: -35rem !important;
    margin-block-start: -35rem !important;
  }
  .my-rem-xl-n36 {
    margin-block-end: -36rem !important;
    margin-block-start: -36rem !important;
  }
  .my-rem-xl-n37 {
    margin-block-end: -37rem !important;
    margin-block-start: -37rem !important;
  }
  .my-rem-xl-n38 {
    margin-block-end: -38rem !important;
    margin-block-start: -38rem !important;
  }
  .my-rem-xl-n39 {
    margin-block-end: -39rem !important;
    margin-block-start: -39rem !important;
  }
  .my-rem-xl-n40 {
    margin-block-end: -40rem !important;
    margin-block-start: -40rem !important;
  }
  .my-rem-xl-n41 {
    margin-block-end: -41rem !important;
    margin-block-start: -41rem !important;
  }
  .my-rem-xl-n42 {
    margin-block-end: -42rem !important;
    margin-block-start: -42rem !important;
  }
  .my-rem-xl-n43 {
    margin-block-end: -43rem !important;
    margin-block-start: -43rem !important;
  }
  .my-rem-xl-n44 {
    margin-block-end: -44rem !important;
    margin-block-start: -44rem !important;
  }
  .my-rem-xl-n45 {
    margin-block-end: -45rem !important;
    margin-block-start: -45rem !important;
  }
  .my-rem-xl-n46 {
    margin-block-end: -46rem !important;
    margin-block-start: -46rem !important;
  }
  .my-rem-xl-n47 {
    margin-block-end: -47rem !important;
    margin-block-start: -47rem !important;
  }
  .my-rem-xl-n48 {
    margin-block-end: -48rem !important;
    margin-block-start: -48rem !important;
  }
  .my-rem-xl-n49 {
    margin-block-end: -49rem !important;
    margin-block-start: -49rem !important;
  }
  .my-rem-xl-n50 {
    margin-block-end: -50rem !important;
    margin-block-start: -50rem !important;
  }
  .my-rem-xl-n51 {
    margin-block-end: -51rem !important;
    margin-block-start: -51rem !important;
  }
  .my-rem-xl-n52 {
    margin-block-end: -52rem !important;
    margin-block-start: -52rem !important;
  }
  .my-rem-xl-n53 {
    margin-block-end: -53rem !important;
    margin-block-start: -53rem !important;
  }
  .my-rem-xl-n54 {
    margin-block-end: -54rem !important;
    margin-block-start: -54rem !important;
  }
  .my-rem-xl-n55 {
    margin-block-end: -55rem !important;
    margin-block-start: -55rem !important;
  }
  .my-rem-xl-n56 {
    margin-block-end: -56rem !important;
    margin-block-start: -56rem !important;
  }
  .my-rem-xl-n57 {
    margin-block-end: -57rem !important;
    margin-block-start: -57rem !important;
  }
  .my-rem-xl-n58 {
    margin-block-end: -58rem !important;
    margin-block-start: -58rem !important;
  }
  .my-rem-xl-n59 {
    margin-block-end: -59rem !important;
    margin-block-start: -59rem !important;
  }
  .my-rem-xl-n60 {
    margin-block-end: -60rem !important;
    margin-block-start: -60rem !important;
  }
  .my-rem-xl-n61 {
    margin-block-end: -61rem !important;
    margin-block-start: -61rem !important;
  }
  .my-rem-xl-n62 {
    margin-block-end: -62rem !important;
    margin-block-start: -62rem !important;
  }
  .my-rem-xl-n63 {
    margin-block-end: -63rem !important;
    margin-block-start: -63rem !important;
  }
  .my-rem-xl-n64 {
    margin-block-end: -64rem !important;
    margin-block-start: -64rem !important;
  }
  .my-rem-xl-n65 {
    margin-block-end: -65rem !important;
    margin-block-start: -65rem !important;
  }
  .my-rem-xl-n66 {
    margin-block-end: -66rem !important;
    margin-block-start: -66rem !important;
  }
  .my-rem-xl-n67 {
    margin-block-end: -67rem !important;
    margin-block-start: -67rem !important;
  }
  .my-rem-xl-n68 {
    margin-block-end: -68rem !important;
    margin-block-start: -68rem !important;
  }
  .my-rem-xl-n69 {
    margin-block-end: -69rem !important;
    margin-block-start: -69rem !important;
  }
  .my-rem-xl-n70 {
    margin-block-end: -70rem !important;
    margin-block-start: -70rem !important;
  }
  .my-rem-xl-n71 {
    margin-block-end: -71rem !important;
    margin-block-start: -71rem !important;
  }
  .my-rem-xl-n72 {
    margin-block-end: -72rem !important;
    margin-block-start: -72rem !important;
  }
  .my-rem-xl-n73 {
    margin-block-end: -73rem !important;
    margin-block-start: -73rem !important;
  }
  .my-rem-xl-n74 {
    margin-block-end: -74rem !important;
    margin-block-start: -74rem !important;
  }
  .my-rem-xl-n75 {
    margin-block-end: -75rem !important;
    margin-block-start: -75rem !important;
  }
  .my-rem-xl-n76 {
    margin-block-end: -76rem !important;
    margin-block-start: -76rem !important;
  }
  .my-rem-xl-n77 {
    margin-block-end: -77rem !important;
    margin-block-start: -77rem !important;
  }
  .my-rem-xl-n78 {
    margin-block-end: -78rem !important;
    margin-block-start: -78rem !important;
  }
  .my-rem-xl-n79 {
    margin-block-end: -79rem !important;
    margin-block-start: -79rem !important;
  }
  .my-rem-xl-n80 {
    margin-block-end: -80rem !important;
    margin-block-start: -80rem !important;
  }
  .my-rem-xl-n95 {
    margin-block-end: -95rem !important;
    margin-block-start: -95rem !important;
  }
  .my-rem-xl-n96 {
    margin-block-end: -96rem !important;
    margin-block-start: -96rem !important;
  }
  .my-rem-xl-n97 {
    margin-block-end: -97rem !important;
    margin-block-start: -97rem !important;
  }
  .my-rem-xl-n100 {
    margin-block-end: -100% !important;
    margin-block-start: -100% !important;
  }
  .mt-rem-xl-nunset {
    margin-block-start: -unset !important;
  }
  .mt-rem-xl-n1 {
    margin-block-start: -1rem !important;
  }
  .mt-rem-xl-n2 {
    margin-block-start: -2rem !important;
  }
  .mt-rem-xl-n3 {
    margin-block-start: -3rem !important;
  }
  .mt-rem-xl-n4 {
    margin-block-start: -4rem !important;
  }
  .mt-rem-xl-n5 {
    margin-block-start: -5rem !important;
  }
  .mt-rem-xl-n7 {
    margin-block-start: -7rem !important;
  }
  .mt-rem-xl-n8 {
    margin-block-start: -8rem !important;
  }
  .mt-rem-xl-n9 {
    margin-block-start: -9rem !important;
  }
  .mt-rem-xl-n10 {
    margin-block-start: -10rem !important;
  }
  .mt-rem-xl-n11 {
    margin-block-start: -11rem !important;
  }
  .mt-rem-xl-n12 {
    margin-block-start: -12rem !important;
  }
  .mt-rem-xl-n13 {
    margin-block-start: -13rem !important;
  }
  .mt-rem-xl-n14 {
    margin-block-start: -14rem !important;
  }
  .mt-rem-xl-n15 {
    margin-block-start: -15rem !important;
  }
  .mt-rem-xl-n16 {
    margin-block-start: -16rem !important;
  }
  .mt-rem-xl-n17 {
    margin-block-start: -17rem !important;
  }
  .mt-rem-xl-n18 {
    margin-block-start: -18rem !important;
  }
  .mt-rem-xl-n19 {
    margin-block-start: -19rem !important;
  }
  .mt-rem-xl-n20 {
    margin-block-start: -20rem !important;
  }
  .mt-rem-xl-n23 {
    margin-block-start: -23rem !important;
  }
  .mt-rem-xl-n25 {
    margin-block-start: -25rem !important;
  }
  .mt-rem-xl-n30 {
    margin-block-start: -30rem !important;
  }
  .mt-rem-xl-n31 {
    margin-block-start: -31rem !important;
  }
  .mt-rem-xl-n32 {
    margin-block-start: -32rem !important;
  }
  .mt-rem-xl-n33 {
    margin-block-start: -33rem !important;
  }
  .mt-rem-xl-n34 {
    margin-block-start: -34rem !important;
  }
  .mt-rem-xl-n35 {
    margin-block-start: -35rem !important;
  }
  .mt-rem-xl-n36 {
    margin-block-start: -36rem !important;
  }
  .mt-rem-xl-n37 {
    margin-block-start: -37rem !important;
  }
  .mt-rem-xl-n38 {
    margin-block-start: -38rem !important;
  }
  .mt-rem-xl-n39 {
    margin-block-start: -39rem !important;
  }
  .mt-rem-xl-n40 {
    margin-block-start: -40rem !important;
  }
  .mt-rem-xl-n41 {
    margin-block-start: -41rem !important;
  }
  .mt-rem-xl-n42 {
    margin-block-start: -42rem !important;
  }
  .mt-rem-xl-n43 {
    margin-block-start: -43rem !important;
  }
  .mt-rem-xl-n44 {
    margin-block-start: -44rem !important;
  }
  .mt-rem-xl-n45 {
    margin-block-start: -45rem !important;
  }
  .mt-rem-xl-n46 {
    margin-block-start: -46rem !important;
  }
  .mt-rem-xl-n47 {
    margin-block-start: -47rem !important;
  }
  .mt-rem-xl-n48 {
    margin-block-start: -48rem !important;
  }
  .mt-rem-xl-n49 {
    margin-block-start: -49rem !important;
  }
  .mt-rem-xl-n50 {
    margin-block-start: -50rem !important;
  }
  .mt-rem-xl-n51 {
    margin-block-start: -51rem !important;
  }
  .mt-rem-xl-n52 {
    margin-block-start: -52rem !important;
  }
  .mt-rem-xl-n53 {
    margin-block-start: -53rem !important;
  }
  .mt-rem-xl-n54 {
    margin-block-start: -54rem !important;
  }
  .mt-rem-xl-n55 {
    margin-block-start: -55rem !important;
  }
  .mt-rem-xl-n56 {
    margin-block-start: -56rem !important;
  }
  .mt-rem-xl-n57 {
    margin-block-start: -57rem !important;
  }
  .mt-rem-xl-n58 {
    margin-block-start: -58rem !important;
  }
  .mt-rem-xl-n59 {
    margin-block-start: -59rem !important;
  }
  .mt-rem-xl-n60 {
    margin-block-start: -60rem !important;
  }
  .mt-rem-xl-n61 {
    margin-block-start: -61rem !important;
  }
  .mt-rem-xl-n62 {
    margin-block-start: -62rem !important;
  }
  .mt-rem-xl-n63 {
    margin-block-start: -63rem !important;
  }
  .mt-rem-xl-n64 {
    margin-block-start: -64rem !important;
  }
  .mt-rem-xl-n65 {
    margin-block-start: -65rem !important;
  }
  .mt-rem-xl-n66 {
    margin-block-start: -66rem !important;
  }
  .mt-rem-xl-n67 {
    margin-block-start: -67rem !important;
  }
  .mt-rem-xl-n68 {
    margin-block-start: -68rem !important;
  }
  .mt-rem-xl-n69 {
    margin-block-start: -69rem !important;
  }
  .mt-rem-xl-n70 {
    margin-block-start: -70rem !important;
  }
  .mt-rem-xl-n71 {
    margin-block-start: -71rem !important;
  }
  .mt-rem-xl-n72 {
    margin-block-start: -72rem !important;
  }
  .mt-rem-xl-n73 {
    margin-block-start: -73rem !important;
  }
  .mt-rem-xl-n74 {
    margin-block-start: -74rem !important;
  }
  .mt-rem-xl-n75 {
    margin-block-start: -75rem !important;
  }
  .mt-rem-xl-n76 {
    margin-block-start: -76rem !important;
  }
  .mt-rem-xl-n77 {
    margin-block-start: -77rem !important;
  }
  .mt-rem-xl-n78 {
    margin-block-start: -78rem !important;
  }
  .mt-rem-xl-n79 {
    margin-block-start: -79rem !important;
  }
  .mt-rem-xl-n80 {
    margin-block-start: -80rem !important;
  }
  .mt-rem-xl-n95 {
    margin-block-start: -95rem !important;
  }
  .mt-rem-xl-n96 {
    margin-block-start: -96rem !important;
  }
  .mt-rem-xl-n97 {
    margin-block-start: -97rem !important;
  }
  .mt-rem-xl-n100 {
    margin-block-start: -100% !important;
  }
  .me-rem-xl-nunset {
    margin-inline-end: -unset !important;
  }
  .me-rem-xl-n1 {
    margin-inline-end: -1rem !important;
  }
  .me-rem-xl-n2 {
    margin-inline-end: -2rem !important;
  }
  .me-rem-xl-n3 {
    margin-inline-end: -3rem !important;
  }
  .me-rem-xl-n4 {
    margin-inline-end: -4rem !important;
  }
  .me-rem-xl-n5 {
    margin-inline-end: -5rem !important;
  }
  .me-rem-xl-n7 {
    margin-inline-end: -7rem !important;
  }
  .me-rem-xl-n8 {
    margin-inline-end: -8rem !important;
  }
  .me-rem-xl-n9 {
    margin-inline-end: -9rem !important;
  }
  .me-rem-xl-n10 {
    margin-inline-end: -10rem !important;
  }
  .me-rem-xl-n11 {
    margin-inline-end: -11rem !important;
  }
  .me-rem-xl-n12 {
    margin-inline-end: -12rem !important;
  }
  .me-rem-xl-n13 {
    margin-inline-end: -13rem !important;
  }
  .me-rem-xl-n14 {
    margin-inline-end: -14rem !important;
  }
  .me-rem-xl-n15 {
    margin-inline-end: -15rem !important;
  }
  .me-rem-xl-n16 {
    margin-inline-end: -16rem !important;
  }
  .me-rem-xl-n17 {
    margin-inline-end: -17rem !important;
  }
  .me-rem-xl-n18 {
    margin-inline-end: -18rem !important;
  }
  .me-rem-xl-n19 {
    margin-inline-end: -19rem !important;
  }
  .me-rem-xl-n20 {
    margin-inline-end: -20rem !important;
  }
  .me-rem-xl-n23 {
    margin-inline-end: -23rem !important;
  }
  .me-rem-xl-n25 {
    margin-inline-end: -25rem !important;
  }
  .me-rem-xl-n30 {
    margin-inline-end: -30rem !important;
  }
  .me-rem-xl-n31 {
    margin-inline-end: -31rem !important;
  }
  .me-rem-xl-n32 {
    margin-inline-end: -32rem !important;
  }
  .me-rem-xl-n33 {
    margin-inline-end: -33rem !important;
  }
  .me-rem-xl-n34 {
    margin-inline-end: -34rem !important;
  }
  .me-rem-xl-n35 {
    margin-inline-end: -35rem !important;
  }
  .me-rem-xl-n36 {
    margin-inline-end: -36rem !important;
  }
  .me-rem-xl-n37 {
    margin-inline-end: -37rem !important;
  }
  .me-rem-xl-n38 {
    margin-inline-end: -38rem !important;
  }
  .me-rem-xl-n39 {
    margin-inline-end: -39rem !important;
  }
  .me-rem-xl-n40 {
    margin-inline-end: -40rem !important;
  }
  .me-rem-xl-n41 {
    margin-inline-end: -41rem !important;
  }
  .me-rem-xl-n42 {
    margin-inline-end: -42rem !important;
  }
  .me-rem-xl-n43 {
    margin-inline-end: -43rem !important;
  }
  .me-rem-xl-n44 {
    margin-inline-end: -44rem !important;
  }
  .me-rem-xl-n45 {
    margin-inline-end: -45rem !important;
  }
  .me-rem-xl-n46 {
    margin-inline-end: -46rem !important;
  }
  .me-rem-xl-n47 {
    margin-inline-end: -47rem !important;
  }
  .me-rem-xl-n48 {
    margin-inline-end: -48rem !important;
  }
  .me-rem-xl-n49 {
    margin-inline-end: -49rem !important;
  }
  .me-rem-xl-n50 {
    margin-inline-end: -50rem !important;
  }
  .me-rem-xl-n51 {
    margin-inline-end: -51rem !important;
  }
  .me-rem-xl-n52 {
    margin-inline-end: -52rem !important;
  }
  .me-rem-xl-n53 {
    margin-inline-end: -53rem !important;
  }
  .me-rem-xl-n54 {
    margin-inline-end: -54rem !important;
  }
  .me-rem-xl-n55 {
    margin-inline-end: -55rem !important;
  }
  .me-rem-xl-n56 {
    margin-inline-end: -56rem !important;
  }
  .me-rem-xl-n57 {
    margin-inline-end: -57rem !important;
  }
  .me-rem-xl-n58 {
    margin-inline-end: -58rem !important;
  }
  .me-rem-xl-n59 {
    margin-inline-end: -59rem !important;
  }
  .me-rem-xl-n60 {
    margin-inline-end: -60rem !important;
  }
  .me-rem-xl-n61 {
    margin-inline-end: -61rem !important;
  }
  .me-rem-xl-n62 {
    margin-inline-end: -62rem !important;
  }
  .me-rem-xl-n63 {
    margin-inline-end: -63rem !important;
  }
  .me-rem-xl-n64 {
    margin-inline-end: -64rem !important;
  }
  .me-rem-xl-n65 {
    margin-inline-end: -65rem !important;
  }
  .me-rem-xl-n66 {
    margin-inline-end: -66rem !important;
  }
  .me-rem-xl-n67 {
    margin-inline-end: -67rem !important;
  }
  .me-rem-xl-n68 {
    margin-inline-end: -68rem !important;
  }
  .me-rem-xl-n69 {
    margin-inline-end: -69rem !important;
  }
  .me-rem-xl-n70 {
    margin-inline-end: -70rem !important;
  }
  .me-rem-xl-n71 {
    margin-inline-end: -71rem !important;
  }
  .me-rem-xl-n72 {
    margin-inline-end: -72rem !important;
  }
  .me-rem-xl-n73 {
    margin-inline-end: -73rem !important;
  }
  .me-rem-xl-n74 {
    margin-inline-end: -74rem !important;
  }
  .me-rem-xl-n75 {
    margin-inline-end: -75rem !important;
  }
  .me-rem-xl-n76 {
    margin-inline-end: -76rem !important;
  }
  .me-rem-xl-n77 {
    margin-inline-end: -77rem !important;
  }
  .me-rem-xl-n78 {
    margin-inline-end: -78rem !important;
  }
  .me-rem-xl-n79 {
    margin-inline-end: -79rem !important;
  }
  .me-rem-xl-n80 {
    margin-inline-end: -80rem !important;
  }
  .me-rem-xl-n95 {
    margin-inline-end: -95rem !important;
  }
  .me-rem-xl-n96 {
    margin-inline-end: -96rem !important;
  }
  .me-rem-xl-n97 {
    margin-inline-end: -97rem !important;
  }
  .me-rem-xl-n100 {
    margin-inline-end: -100% !important;
  }
  .mb-rem-xl-nunset {
    margin-block-end: -unset !important;
  }
  .mb-rem-xl-n1 {
    margin-block-end: -1rem !important;
  }
  .mb-rem-xl-n2 {
    margin-block-end: -2rem !important;
  }
  .mb-rem-xl-n3 {
    margin-block-end: -3rem !important;
  }
  .mb-rem-xl-n4 {
    margin-block-end: -4rem !important;
  }
  .mb-rem-xl-n5 {
    margin-block-end: -5rem !important;
  }
  .mb-rem-xl-n7 {
    margin-block-end: -7rem !important;
  }
  .mb-rem-xl-n8 {
    margin-block-end: -8rem !important;
  }
  .mb-rem-xl-n9 {
    margin-block-end: -9rem !important;
  }
  .mb-rem-xl-n10 {
    margin-block-end: -10rem !important;
  }
  .mb-rem-xl-n11 {
    margin-block-end: -11rem !important;
  }
  .mb-rem-xl-n12 {
    margin-block-end: -12rem !important;
  }
  .mb-rem-xl-n13 {
    margin-block-end: -13rem !important;
  }
  .mb-rem-xl-n14 {
    margin-block-end: -14rem !important;
  }
  .mb-rem-xl-n15 {
    margin-block-end: -15rem !important;
  }
  .mb-rem-xl-n16 {
    margin-block-end: -16rem !important;
  }
  .mb-rem-xl-n17 {
    margin-block-end: -17rem !important;
  }
  .mb-rem-xl-n18 {
    margin-block-end: -18rem !important;
  }
  .mb-rem-xl-n19 {
    margin-block-end: -19rem !important;
  }
  .mb-rem-xl-n20 {
    margin-block-end: -20rem !important;
  }
  .mb-rem-xl-n23 {
    margin-block-end: -23rem !important;
  }
  .mb-rem-xl-n25 {
    margin-block-end: -25rem !important;
  }
  .mb-rem-xl-n30 {
    margin-block-end: -30rem !important;
  }
  .mb-rem-xl-n31 {
    margin-block-end: -31rem !important;
  }
  .mb-rem-xl-n32 {
    margin-block-end: -32rem !important;
  }
  .mb-rem-xl-n33 {
    margin-block-end: -33rem !important;
  }
  .mb-rem-xl-n34 {
    margin-block-end: -34rem !important;
  }
  .mb-rem-xl-n35 {
    margin-block-end: -35rem !important;
  }
  .mb-rem-xl-n36 {
    margin-block-end: -36rem !important;
  }
  .mb-rem-xl-n37 {
    margin-block-end: -37rem !important;
  }
  .mb-rem-xl-n38 {
    margin-block-end: -38rem !important;
  }
  .mb-rem-xl-n39 {
    margin-block-end: -39rem !important;
  }
  .mb-rem-xl-n40 {
    margin-block-end: -40rem !important;
  }
  .mb-rem-xl-n41 {
    margin-block-end: -41rem !important;
  }
  .mb-rem-xl-n42 {
    margin-block-end: -42rem !important;
  }
  .mb-rem-xl-n43 {
    margin-block-end: -43rem !important;
  }
  .mb-rem-xl-n44 {
    margin-block-end: -44rem !important;
  }
  .mb-rem-xl-n45 {
    margin-block-end: -45rem !important;
  }
  .mb-rem-xl-n46 {
    margin-block-end: -46rem !important;
  }
  .mb-rem-xl-n47 {
    margin-block-end: -47rem !important;
  }
  .mb-rem-xl-n48 {
    margin-block-end: -48rem !important;
  }
  .mb-rem-xl-n49 {
    margin-block-end: -49rem !important;
  }
  .mb-rem-xl-n50 {
    margin-block-end: -50rem !important;
  }
  .mb-rem-xl-n51 {
    margin-block-end: -51rem !important;
  }
  .mb-rem-xl-n52 {
    margin-block-end: -52rem !important;
  }
  .mb-rem-xl-n53 {
    margin-block-end: -53rem !important;
  }
  .mb-rem-xl-n54 {
    margin-block-end: -54rem !important;
  }
  .mb-rem-xl-n55 {
    margin-block-end: -55rem !important;
  }
  .mb-rem-xl-n56 {
    margin-block-end: -56rem !important;
  }
  .mb-rem-xl-n57 {
    margin-block-end: -57rem !important;
  }
  .mb-rem-xl-n58 {
    margin-block-end: -58rem !important;
  }
  .mb-rem-xl-n59 {
    margin-block-end: -59rem !important;
  }
  .mb-rem-xl-n60 {
    margin-block-end: -60rem !important;
  }
  .mb-rem-xl-n61 {
    margin-block-end: -61rem !important;
  }
  .mb-rem-xl-n62 {
    margin-block-end: -62rem !important;
  }
  .mb-rem-xl-n63 {
    margin-block-end: -63rem !important;
  }
  .mb-rem-xl-n64 {
    margin-block-end: -64rem !important;
  }
  .mb-rem-xl-n65 {
    margin-block-end: -65rem !important;
  }
  .mb-rem-xl-n66 {
    margin-block-end: -66rem !important;
  }
  .mb-rem-xl-n67 {
    margin-block-end: -67rem !important;
  }
  .mb-rem-xl-n68 {
    margin-block-end: -68rem !important;
  }
  .mb-rem-xl-n69 {
    margin-block-end: -69rem !important;
  }
  .mb-rem-xl-n70 {
    margin-block-end: -70rem !important;
  }
  .mb-rem-xl-n71 {
    margin-block-end: -71rem !important;
  }
  .mb-rem-xl-n72 {
    margin-block-end: -72rem !important;
  }
  .mb-rem-xl-n73 {
    margin-block-end: -73rem !important;
  }
  .mb-rem-xl-n74 {
    margin-block-end: -74rem !important;
  }
  .mb-rem-xl-n75 {
    margin-block-end: -75rem !important;
  }
  .mb-rem-xl-n76 {
    margin-block-end: -76rem !important;
  }
  .mb-rem-xl-n77 {
    margin-block-end: -77rem !important;
  }
  .mb-rem-xl-n78 {
    margin-block-end: -78rem !important;
  }
  .mb-rem-xl-n79 {
    margin-block-end: -79rem !important;
  }
  .mb-rem-xl-n80 {
    margin-block-end: -80rem !important;
  }
  .mb-rem-xl-n95 {
    margin-block-end: -95rem !important;
  }
  .mb-rem-xl-n96 {
    margin-block-end: -96rem !important;
  }
  .mb-rem-xl-n97 {
    margin-block-end: -97rem !important;
  }
  .mb-rem-xl-n100 {
    margin-block-end: -100% !important;
  }
  .ms-rem-xl-nunset {
    margin-inline-start: -unset !important;
  }
  .ms-rem-xl-n1 {
    margin-inline-start: -1rem !important;
  }
  .ms-rem-xl-n2 {
    margin-inline-start: -2rem !important;
  }
  .ms-rem-xl-n3 {
    margin-inline-start: -3rem !important;
  }
  .ms-rem-xl-n4 {
    margin-inline-start: -4rem !important;
  }
  .ms-rem-xl-n5 {
    margin-inline-start: -5rem !important;
  }
  .ms-rem-xl-n7 {
    margin-inline-start: -7rem !important;
  }
  .ms-rem-xl-n8 {
    margin-inline-start: -8rem !important;
  }
  .ms-rem-xl-n9 {
    margin-inline-start: -9rem !important;
  }
  .ms-rem-xl-n10 {
    margin-inline-start: -10rem !important;
  }
  .ms-rem-xl-n11 {
    margin-inline-start: -11rem !important;
  }
  .ms-rem-xl-n12 {
    margin-inline-start: -12rem !important;
  }
  .ms-rem-xl-n13 {
    margin-inline-start: -13rem !important;
  }
  .ms-rem-xl-n14 {
    margin-inline-start: -14rem !important;
  }
  .ms-rem-xl-n15 {
    margin-inline-start: -15rem !important;
  }
  .ms-rem-xl-n16 {
    margin-inline-start: -16rem !important;
  }
  .ms-rem-xl-n17 {
    margin-inline-start: -17rem !important;
  }
  .ms-rem-xl-n18 {
    margin-inline-start: -18rem !important;
  }
  .ms-rem-xl-n19 {
    margin-inline-start: -19rem !important;
  }
  .ms-rem-xl-n20 {
    margin-inline-start: -20rem !important;
  }
  .ms-rem-xl-n23 {
    margin-inline-start: -23rem !important;
  }
  .ms-rem-xl-n25 {
    margin-inline-start: -25rem !important;
  }
  .ms-rem-xl-n30 {
    margin-inline-start: -30rem !important;
  }
  .ms-rem-xl-n31 {
    margin-inline-start: -31rem !important;
  }
  .ms-rem-xl-n32 {
    margin-inline-start: -32rem !important;
  }
  .ms-rem-xl-n33 {
    margin-inline-start: -33rem !important;
  }
  .ms-rem-xl-n34 {
    margin-inline-start: -34rem !important;
  }
  .ms-rem-xl-n35 {
    margin-inline-start: -35rem !important;
  }
  .ms-rem-xl-n36 {
    margin-inline-start: -36rem !important;
  }
  .ms-rem-xl-n37 {
    margin-inline-start: -37rem !important;
  }
  .ms-rem-xl-n38 {
    margin-inline-start: -38rem !important;
  }
  .ms-rem-xl-n39 {
    margin-inline-start: -39rem !important;
  }
  .ms-rem-xl-n40 {
    margin-inline-start: -40rem !important;
  }
  .ms-rem-xl-n41 {
    margin-inline-start: -41rem !important;
  }
  .ms-rem-xl-n42 {
    margin-inline-start: -42rem !important;
  }
  .ms-rem-xl-n43 {
    margin-inline-start: -43rem !important;
  }
  .ms-rem-xl-n44 {
    margin-inline-start: -44rem !important;
  }
  .ms-rem-xl-n45 {
    margin-inline-start: -45rem !important;
  }
  .ms-rem-xl-n46 {
    margin-inline-start: -46rem !important;
  }
  .ms-rem-xl-n47 {
    margin-inline-start: -47rem !important;
  }
  .ms-rem-xl-n48 {
    margin-inline-start: -48rem !important;
  }
  .ms-rem-xl-n49 {
    margin-inline-start: -49rem !important;
  }
  .ms-rem-xl-n50 {
    margin-inline-start: -50rem !important;
  }
  .ms-rem-xl-n51 {
    margin-inline-start: -51rem !important;
  }
  .ms-rem-xl-n52 {
    margin-inline-start: -52rem !important;
  }
  .ms-rem-xl-n53 {
    margin-inline-start: -53rem !important;
  }
  .ms-rem-xl-n54 {
    margin-inline-start: -54rem !important;
  }
  .ms-rem-xl-n55 {
    margin-inline-start: -55rem !important;
  }
  .ms-rem-xl-n56 {
    margin-inline-start: -56rem !important;
  }
  .ms-rem-xl-n57 {
    margin-inline-start: -57rem !important;
  }
  .ms-rem-xl-n58 {
    margin-inline-start: -58rem !important;
  }
  .ms-rem-xl-n59 {
    margin-inline-start: -59rem !important;
  }
  .ms-rem-xl-n60 {
    margin-inline-start: -60rem !important;
  }
  .ms-rem-xl-n61 {
    margin-inline-start: -61rem !important;
  }
  .ms-rem-xl-n62 {
    margin-inline-start: -62rem !important;
  }
  .ms-rem-xl-n63 {
    margin-inline-start: -63rem !important;
  }
  .ms-rem-xl-n64 {
    margin-inline-start: -64rem !important;
  }
  .ms-rem-xl-n65 {
    margin-inline-start: -65rem !important;
  }
  .ms-rem-xl-n66 {
    margin-inline-start: -66rem !important;
  }
  .ms-rem-xl-n67 {
    margin-inline-start: -67rem !important;
  }
  .ms-rem-xl-n68 {
    margin-inline-start: -68rem !important;
  }
  .ms-rem-xl-n69 {
    margin-inline-start: -69rem !important;
  }
  .ms-rem-xl-n70 {
    margin-inline-start: -70rem !important;
  }
  .ms-rem-xl-n71 {
    margin-inline-start: -71rem !important;
  }
  .ms-rem-xl-n72 {
    margin-inline-start: -72rem !important;
  }
  .ms-rem-xl-n73 {
    margin-inline-start: -73rem !important;
  }
  .ms-rem-xl-n74 {
    margin-inline-start: -74rem !important;
  }
  .ms-rem-xl-n75 {
    margin-inline-start: -75rem !important;
  }
  .ms-rem-xl-n76 {
    margin-inline-start: -76rem !important;
  }
  .ms-rem-xl-n77 {
    margin-inline-start: -77rem !important;
  }
  .ms-rem-xl-n78 {
    margin-inline-start: -78rem !important;
  }
  .ms-rem-xl-n79 {
    margin-inline-start: -79rem !important;
  }
  .ms-rem-xl-n80 {
    margin-inline-start: -80rem !important;
  }
  .ms-rem-xl-n95 {
    margin-inline-start: -95rem !important;
  }
  .ms-rem-xl-n96 {
    margin-inline-start: -96rem !important;
  }
  .ms-rem-xl-n97 {
    margin-inline-start: -97rem !important;
  }
  .ms-rem-xl-n100 {
    margin-inline-start: -100% !important;
  }
  .p-px-xl-0 {
    padding: 0rem !important;
  }
  .p-px-xl-1 {
    padding: 0.0625rem !important;
  }
  .p-px-xl-2 {
    padding: 0.125rem !important;
  }
  .p-px-xl-3 {
    padding: 0.1875rem !important;
  }
  .p-px-xl-4 {
    padding: 0.25rem !important;
  }
  .p-px-xl-5 {
    padding: 0.3125rem !important;
  }
  .p-px-xl-6 {
    padding: 0.375rem !important;
  }
  .p-px-xl-7 {
    padding: 0.4375rem !important;
  }
  .p-px-xl-8 {
    padding: 0.5rem !important;
  }
  .p-px-xl-9 {
    padding: 0.5625rem !important;
  }
  .p-px-xl-10 {
    padding: 0.625rem !important;
  }
  .p-px-xl-11 {
    padding: 0.6875rem !important;
  }
  .p-px-xl-12 {
    padding: 0.75rem !important;
  }
  .p-px-xl-13 {
    padding: 0.8125rem !important;
  }
  .p-px-xl-14 {
    padding: 0.875rem !important;
  }
  .p-px-xl-15 {
    padding: 0.9375rem !important;
  }
  .p-px-xl-16 {
    padding: 1rem !important;
  }
  .p-px-xl-17 {
    padding: 1.0625rem !important;
  }
  .p-px-xl-18 {
    padding: 1.125rem !important;
  }
  .p-px-xl-19 {
    padding: 1.1875rem !important;
  }
  .p-px-xl-20 {
    padding: 1.25rem !important;
  }
  .p-px-xl-21 {
    padding: 1.3125rem !important;
  }
  .p-px-xl-22 {
    padding: 1.375rem !important;
  }
  .p-px-xl-23 {
    padding: 1.4375rem !important;
  }
  .p-px-xl-24 {
    padding: 1.5rem !important;
  }
  .p-px-xl-25 {
    padding: 1.5625rem !important;
  }
  .p-px-xl-26 {
    padding: 1.625rem !important;
  }
  .p-px-xl-27 {
    padding: 1.6875rem !important;
  }
  .p-px-xl-28 {
    padding: 1.75rem !important;
  }
  .p-px-xl-29 {
    padding: 1.8125rem !important;
  }
  .p-px-xl-30 {
    padding: 1.875rem !important;
  }
  .p-px-xl-31 {
    padding: 1.9375rem !important;
  }
  .p-px-xl-32 {
    padding: 2rem !important;
  }
  .p-px-xl-33 {
    padding: 2.0625rem !important;
  }
  .p-px-xl-34 {
    padding: 2.125rem !important;
  }
  .p-px-xl-35 {
    padding: 2.1875rem !important;
  }
  .p-px-xl-36 {
    padding: 2.25rem !important;
  }
  .p-px-xl-37 {
    padding: 2.3125rem !important;
  }
  .p-px-xl-38 {
    padding: 2.375rem !important;
  }
  .p-px-xl-39 {
    padding: 2.4375rem !important;
  }
  .p-px-xl-40 {
    padding: 2.5rem !important;
  }
  .p-px-xl-41 {
    padding: 2.5625rem !important;
  }
  .p-px-xl-42 {
    padding: 2.625rem !important;
  }
  .p-px-xl-43 {
    padding: 2.6875rem !important;
  }
  .p-px-xl-44 {
    padding: 2.75rem !important;
  }
  .p-px-xl-45 {
    padding: 2.8125rem !important;
  }
  .p-px-xl-46 {
    padding: 2.875rem !important;
  }
  .p-px-xl-47 {
    padding: 2.9375rem !important;
  }
  .p-px-xl-48 {
    padding: 3rem !important;
  }
  .p-px-xl-49 {
    padding: 3.0625rem !important;
  }
  .p-px-xl-50 {
    padding: 3.125rem !important;
  }
  .p-px-xl-51 {
    padding: 3.1875rem !important;
  }
  .p-px-xl-52 {
    padding: 3.25rem !important;
  }
  .p-px-xl-53 {
    padding: 3.3125rem !important;
  }
  .p-px-xl-54 {
    padding: 3.375rem !important;
  }
  .p-px-xl-56 {
    padding: 3.5rem !important;
  }
  .p-px-xl-57 {
    padding: 3.5625rem !important;
  }
  .p-px-xl-58 {
    padding: 3.625rem !important;
  }
  .p-px-xl-59 {
    padding: 3.6875rem !important;
  }
  .p-px-xl-60 {
    padding: 3.75rem !important;
  }
  .p-px-xl-61 {
    padding: 3.8125rem !important;
  }
  .p-px-xl-62 {
    padding: 3.875rem !important;
  }
  .p-px-xl-63 {
    padding: 3.9375rem !important;
  }
  .p-px-xl-64 {
    padding: 4rem !important;
  }
  .p-px-xl-68 {
    padding: 4.25rem !important;
  }
  .p-px-xl-70 {
    padding: 4.375rem !important;
  }
  .p-px-xl-80 {
    padding: 5rem !important;
  }
  .p-px-xl-82 {
    padding: 5.125rem !important;
  }
  .p-px-xl-83 {
    padding: 5.1875rem !important;
  }
  .p-px-xl-84 {
    padding: 5.25rem !important;
  }
  .p-px-xl-98 {
    padding: 6.125rem !important;
  }
  .p-px-xl-104 {
    padding: 6.5rem !important;
  }
  .p-px-xl-122 {
    padding: 7.625rem !important;
  }
  .p-px-xl-123 {
    padding: 7.6875rem !important;
  }
  .p-px-xl-147 {
    padding: 9.1875rem !important;
  }
  .p-px-xl-148 {
    padding: 9.25rem !important;
  }
  .p-px-xl-150 {
    padding: 9.375rem !important;
  }
  .p-px-xl-180 {
    padding: 11.25rem !important;
  }
  .p-px-xl-192 {
    padding: 12rem !important;
  }
  .p-px-xl-200 {
    padding: 12.5rem !important;
  }
  .p-px-xl-220 {
    padding: 13.75rem !important;
  }
  .p-px-xl-270 {
    padding: 16.875rem !important;
  }
  .p-px-xl-300 {
    padding: 18.75rem !important;
  }
  .p-px-xl-350 {
    padding: 21.875rem !important;
  }
  .p-px-xl-400 {
    padding: 25rem !important;
  }
  .p-px-xl-500 {
    padding: 31.25rem !important;
  }
  .p-px-xl-600 {
    padding: 37.5rem !important;
  }
  .px-px-xl-0 {
    padding-inline-start: 0rem !important;
    padding-inline-end: 0rem !important;
  }
  .px-px-xl-1 {
    padding-inline-start: 0.0625rem !important;
    padding-inline-end: 0.0625rem !important;
  }
  .px-px-xl-2 {
    padding-inline-start: 0.125rem !important;
    padding-inline-end: 0.125rem !important;
  }
  .px-px-xl-3 {
    padding-inline-start: 0.1875rem !important;
    padding-inline-end: 0.1875rem !important;
  }
  .px-px-xl-4 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-px-xl-5 {
    padding-inline-start: 0.3125rem !important;
    padding-inline-end: 0.3125rem !important;
  }
  .px-px-xl-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-px-xl-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-px-xl-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-px-xl-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-px-xl-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-px-xl-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-px-xl-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-px-xl-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-px-xl-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-px-xl-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-px-xl-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-px-xl-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-px-xl-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-px-xl-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-px-xl-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-px-xl-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-px-xl-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-px-xl-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-px-xl-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-px-xl-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-px-xl-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-px-xl-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-px-xl-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-px-xl-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-px-xl-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-px-xl-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-px-xl-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-px-xl-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-px-xl-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-px-xl-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-px-xl-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-px-xl-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-px-xl-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-px-xl-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-px-xl-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-px-xl-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-px-xl-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-px-xl-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-px-xl-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-px-xl-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-px-xl-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-px-xl-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-px-xl-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-px-xl-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-px-xl-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-px-xl-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-px-xl-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-px-xl-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-px-xl-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-px-xl-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-px-xl-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-px-xl-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-px-xl-59 {
    padding-inline-start: 3.6875rem !important;
    padding-inline-end: 3.6875rem !important;
  }
  .px-px-xl-60 {
    padding-inline-start: 3.75rem !important;
    padding-inline-end: 3.75rem !important;
  }
  .px-px-xl-61 {
    padding-inline-start: 3.8125rem !important;
    padding-inline-end: 3.8125rem !important;
  }
  .px-px-xl-62 {
    padding-inline-start: 3.875rem !important;
    padding-inline-end: 3.875rem !important;
  }
  .px-px-xl-63 {
    padding-inline-start: 3.9375rem !important;
    padding-inline-end: 3.9375rem !important;
  }
  .px-px-xl-64 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-px-xl-68 {
    padding-inline-start: 4.25rem !important;
    padding-inline-end: 4.25rem !important;
  }
  .px-px-xl-70 {
    padding-inline-start: 4.375rem !important;
    padding-inline-end: 4.375rem !important;
  }
  .px-px-xl-80 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-px-xl-82 {
    padding-inline-start: 5.125rem !important;
    padding-inline-end: 5.125rem !important;
  }
  .px-px-xl-83 {
    padding-inline-start: 5.1875rem !important;
    padding-inline-end: 5.1875rem !important;
  }
  .px-px-xl-84 {
    padding-inline-start: 5.25rem !important;
    padding-inline-end: 5.25rem !important;
  }
  .px-px-xl-98 {
    padding-inline-start: 6.125rem !important;
    padding-inline-end: 6.125rem !important;
  }
  .px-px-xl-104 {
    padding-inline-start: 6.5rem !important;
    padding-inline-end: 6.5rem !important;
  }
  .px-px-xl-122 {
    padding-inline-start: 7.625rem !important;
    padding-inline-end: 7.625rem !important;
  }
  .px-px-xl-123 {
    padding-inline-start: 7.6875rem !important;
    padding-inline-end: 7.6875rem !important;
  }
  .px-px-xl-147 {
    padding-inline-start: 9.1875rem !important;
    padding-inline-end: 9.1875rem !important;
  }
  .px-px-xl-148 {
    padding-inline-start: 9.25rem !important;
    padding-inline-end: 9.25rem !important;
  }
  .px-px-xl-150 {
    padding-inline-start: 9.375rem !important;
    padding-inline-end: 9.375rem !important;
  }
  .px-px-xl-180 {
    padding-inline-start: 11.25rem !important;
    padding-inline-end: 11.25rem !important;
  }
  .px-px-xl-192 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-px-xl-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-px-xl-220 {
    padding-inline-start: 13.75rem !important;
    padding-inline-end: 13.75rem !important;
  }
  .px-px-xl-270 {
    padding-inline-start: 16.875rem !important;
    padding-inline-end: 16.875rem !important;
  }
  .px-px-xl-300 {
    padding-inline-start: 18.75rem !important;
    padding-inline-end: 18.75rem !important;
  }
  .px-px-xl-350 {
    padding-inline-start: 21.875rem !important;
    padding-inline-end: 21.875rem !important;
  }
  .px-px-xl-400 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-px-xl-500 {
    padding-inline-start: 31.25rem !important;
    padding-inline-end: 31.25rem !important;
  }
  .px-px-xl-600 {
    padding-inline-start: 37.5rem !important;
    padding-inline-end: 37.5rem !important;
  }
  .py-px-xl-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-xl-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-xl-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-xl-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-xl-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-xl-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-xl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-xl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-xl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-xl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-xl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-xl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-xl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-xl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-xl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-xl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-xl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-xl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-xl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-xl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-xl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-xl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-xl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-xl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-xl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-xl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-xl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-xl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-xl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-xl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-xl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-xl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-xl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-xl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-xl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-xl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-xl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-xl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-xl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-xl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-xl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-xl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-xl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-xl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-xl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-xl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-xl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-xl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-xl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-xl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-xl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-xl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-xl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-xl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-xl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-xl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-xl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-xl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-xl-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-xl-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-xl-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-xl-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-xl-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-xl-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-xl-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-xl-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-xl-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-xl-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-xl-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-xl-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-xl-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-xl-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-xl-122 {
    padding-block-start: 7.625rem !important;
    padding-block-end: 7.625rem !important;
  }
  .py-px-xl-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-xl-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-xl-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-xl-150 {
    padding-block-start: 9.375rem !important;
    padding-block-end: 9.375rem !important;
  }
  .py-px-xl-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-xl-192 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-px-xl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-xl-220 {
    padding-block-start: 13.75rem !important;
    padding-block-end: 13.75rem !important;
  }
  .py-px-xl-270 {
    padding-block-start: 16.875rem !important;
    padding-block-end: 16.875rem !important;
  }
  .py-px-xl-300 {
    padding-block-start: 18.75rem !important;
    padding-block-end: 18.75rem !important;
  }
  .py-px-xl-350 {
    padding-block-start: 21.875rem !important;
    padding-block-end: 21.875rem !important;
  }
  .py-px-xl-400 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-px-xl-500 {
    padding-block-start: 31.25rem !important;
    padding-block-end: 31.25rem !important;
  }
  .py-px-xl-600 {
    padding-block-start: 37.5rem !important;
    padding-block-end: 37.5rem !important;
  }
  .pt-px-xl-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-xl-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-xl-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-xl-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-xl-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-xl-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-xl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-xl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-xl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-xl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-xl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-xl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-xl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-xl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-xl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-xl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-xl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-xl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-xl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-xl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-xl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-xl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-xl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-xl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-xl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-xl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-xl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-xl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-xl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-xl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-xl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-xl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-xl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-xl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-xl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-xl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-xl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-xl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-xl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-xl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-xl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-xl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-xl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-xl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-xl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-xl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-xl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-xl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-xl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-xl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-xl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-xl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-xl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-xl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-xl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-xl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-xl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-xl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-xl-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-xl-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-xl-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-xl-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-xl-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-xl-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-xl-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-xl-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-xl-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-xl-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-xl-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-xl-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-xl-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-xl-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-xl-122 {
    padding-block-start: 7.625rem !important;
  }
  .pt-px-xl-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-xl-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-xl-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-xl-150 {
    padding-block-start: 9.375rem !important;
  }
  .pt-px-xl-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-xl-192 {
    padding-block-start: 12rem !important;
  }
  .pt-px-xl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-xl-220 {
    padding-block-start: 13.75rem !important;
  }
  .pt-px-xl-270 {
    padding-block-start: 16.875rem !important;
  }
  .pt-px-xl-300 {
    padding-block-start: 18.75rem !important;
  }
  .pt-px-xl-350 {
    padding-block-start: 21.875rem !important;
  }
  .pt-px-xl-400 {
    padding-block-start: 25rem !important;
  }
  .pt-px-xl-500 {
    padding-block-start: 31.25rem !important;
  }
  .pt-px-xl-600 {
    padding-block-start: 37.5rem !important;
  }
  .pe-px-xl-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-xl-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-xl-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-xl-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-xl-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-xl-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-xl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-xl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-xl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-xl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-xl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-xl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-xl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-xl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-xl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-xl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-xl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-xl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-xl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-xl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-xl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-xl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-xl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-xl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-xl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-xl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-xl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-xl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-xl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-xl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-xl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-xl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-xl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-xl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-xl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-xl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-xl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-xl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-xl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-xl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-xl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-xl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-xl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-xl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-xl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-xl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-xl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-xl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-xl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-xl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-xl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-xl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-xl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-xl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-xl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-xl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-xl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-xl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-xl-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-xl-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-xl-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-xl-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-xl-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-xl-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-xl-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-xl-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-xl-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-xl-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-xl-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-xl-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-xl-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-xl-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-xl-122 {
    padding-inline-end: 7.625rem !important;
  }
  .pe-px-xl-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-xl-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-xl-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-xl-150 {
    padding-inline-end: 9.375rem !important;
  }
  .pe-px-xl-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-xl-192 {
    padding-inline-end: 12rem !important;
  }
  .pe-px-xl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-xl-220 {
    padding-inline-end: 13.75rem !important;
  }
  .pe-px-xl-270 {
    padding-inline-end: 16.875rem !important;
  }
  .pe-px-xl-300 {
    padding-inline-end: 18.75rem !important;
  }
  .pe-px-xl-350 {
    padding-inline-end: 21.875rem !important;
  }
  .pe-px-xl-400 {
    padding-inline-end: 25rem !important;
  }
  .pe-px-xl-500 {
    padding-inline-end: 31.25rem !important;
  }
  .pe-px-xl-600 {
    padding-inline-end: 37.5rem !important;
  }
  .pb-px-xl-0 {
    padding-block-end: 0rem !important;
  }
  .pb-px-xl-1 {
    padding-block-end: 0.0625rem !important;
  }
  .pb-px-xl-2 {
    padding-block-end: 0.125rem !important;
  }
  .pb-px-xl-3 {
    padding-block-end: 0.1875rem !important;
  }
  .pb-px-xl-4 {
    padding-block-end: 0.25rem !important;
  }
  .pb-px-xl-5 {
    padding-block-end: 0.3125rem !important;
  }
  .pb-px-xl-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-px-xl-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-px-xl-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-px-xl-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-px-xl-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-px-xl-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-px-xl-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-px-xl-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-px-xl-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-px-xl-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-px-xl-16 {
    padding-block-end: 1rem !important;
  }
  .pb-px-xl-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-px-xl-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-px-xl-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-px-xl-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-px-xl-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-px-xl-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-px-xl-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-px-xl-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-px-xl-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-px-xl-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-px-xl-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-px-xl-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-px-xl-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-px-xl-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-px-xl-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-px-xl-32 {
    padding-block-end: 2rem !important;
  }
  .pb-px-xl-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-px-xl-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-px-xl-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-px-xl-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-px-xl-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-px-xl-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-px-xl-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-px-xl-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-px-xl-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-px-xl-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-px-xl-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-px-xl-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-px-xl-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-px-xl-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-px-xl-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-px-xl-48 {
    padding-block-end: 3rem !important;
  }
  .pb-px-xl-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-px-xl-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-px-xl-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-px-xl-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-px-xl-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-px-xl-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-px-xl-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-px-xl-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-px-xl-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-px-xl-59 {
    padding-block-end: 3.6875rem !important;
  }
  .pb-px-xl-60 {
    padding-block-end: 3.75rem !important;
  }
  .pb-px-xl-61 {
    padding-block-end: 3.8125rem !important;
  }
  .pb-px-xl-62 {
    padding-block-end: 3.875rem !important;
  }
  .pb-px-xl-63 {
    padding-block-end: 3.9375rem !important;
  }
  .pb-px-xl-64 {
    padding-block-end: 4rem !important;
  }
  .pb-px-xl-68 {
    padding-block-end: 4.25rem !important;
  }
  .pb-px-xl-70 {
    padding-block-end: 4.375rem !important;
  }
  .pb-px-xl-80 {
    padding-block-end: 5rem !important;
  }
  .pb-px-xl-82 {
    padding-block-end: 5.125rem !important;
  }
  .pb-px-xl-83 {
    padding-block-end: 5.1875rem !important;
  }
  .pb-px-xl-84 {
    padding-block-end: 5.25rem !important;
  }
  .pb-px-xl-98 {
    padding-block-end: 6.125rem !important;
  }
  .pb-px-xl-104 {
    padding-block-end: 6.5rem !important;
  }
  .pb-px-xl-122 {
    padding-block-end: 7.625rem !important;
  }
  .pb-px-xl-123 {
    padding-block-end: 7.6875rem !important;
  }
  .pb-px-xl-147 {
    padding-block-end: 9.1875rem !important;
  }
  .pb-px-xl-148 {
    padding-block-end: 9.25rem !important;
  }
  .pb-px-xl-150 {
    padding-block-end: 9.375rem !important;
  }
  .pb-px-xl-180 {
    padding-block-end: 11.25rem !important;
  }
  .pb-px-xl-192 {
    padding-block-end: 12rem !important;
  }
  .pb-px-xl-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-px-xl-220 {
    padding-block-end: 13.75rem !important;
  }
  .pb-px-xl-270 {
    padding-block-end: 16.875rem !important;
  }
  .pb-px-xl-300 {
    padding-block-end: 18.75rem !important;
  }
  .pb-px-xl-350 {
    padding-block-end: 21.875rem !important;
  }
  .pb-px-xl-400 {
    padding-block-end: 25rem !important;
  }
  .pb-px-xl-500 {
    padding-block-end: 31.25rem !important;
  }
  .pb-px-xl-600 {
    padding-block-end: 37.5rem !important;
  }
  .ps-px-xl-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-xl-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-xl-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-xl-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-xl-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-xl-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-xl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-xl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-xl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-xl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-xl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-xl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-xl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-xl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-xl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-xl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-xl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-xl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-xl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-xl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-xl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-xl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-xl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-xl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-xl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-xl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-xl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-xl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-xl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-xl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-xl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-xl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-xl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-xl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-xl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-xl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-xl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-xl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-xl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-xl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-xl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-xl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-xl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-xl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-xl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-xl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-xl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-xl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-xl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-xl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-xl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-xl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-xl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-xl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-xl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-xl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-xl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-xl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-xl-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-xl-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-xl-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-xl-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-xl-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-xl-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-xl-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-xl-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-xl-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-xl-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-xl-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-xl-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-xl-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-xl-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-xl-122 {
    padding-inline-start: 7.625rem !important;
  }
  .ps-px-xl-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-xl-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-xl-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-xl-150 {
    padding-inline-start: 9.375rem !important;
  }
  .ps-px-xl-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-xl-192 {
    padding-inline-start: 12rem !important;
  }
  .ps-px-xl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-xl-220 {
    padding-inline-start: 13.75rem !important;
  }
  .ps-px-xl-270 {
    padding-inline-start: 16.875rem !important;
  }
  .ps-px-xl-300 {
    padding-inline-start: 18.75rem !important;
  }
  .ps-px-xl-350 {
    padding-inline-start: 21.875rem !important;
  }
  .ps-px-xl-400 {
    padding-inline-start: 25rem !important;
  }
  .ps-px-xl-500 {
    padding-inline-start: 31.25rem !important;
  }
  .ps-px-xl-600 {
    padding-inline-start: 37.5rem !important;
  }
  .p-rem-xl-unset {
    padding: unset !important;
  }
  .p-rem-xl-1 {
    padding: 1rem !important;
  }
  .p-rem-xl-2 {
    padding: 2rem !important;
  }
  .p-rem-xl-3 {
    padding: 3rem !important;
  }
  .p-rem-xl-4 {
    padding: 4rem !important;
  }
  .p-rem-xl-5 {
    padding: 5rem !important;
  }
  .p-rem-xl-7 {
    padding: 7rem !important;
  }
  .p-rem-xl-8 {
    padding: 8rem !important;
  }
  .p-rem-xl-9 {
    padding: 9rem !important;
  }
  .p-rem-xl-10 {
    padding: 10rem !important;
  }
  .p-rem-xl-11 {
    padding: 11rem !important;
  }
  .p-rem-xl-12 {
    padding: 12rem !important;
  }
  .p-rem-xl-13 {
    padding: 13rem !important;
  }
  .p-rem-xl-14 {
    padding: 14rem !important;
  }
  .p-rem-xl-15 {
    padding: 15rem !important;
  }
  .p-rem-xl-16 {
    padding: 16rem !important;
  }
  .p-rem-xl-17 {
    padding: 17rem !important;
  }
  .p-rem-xl-18 {
    padding: 18rem !important;
  }
  .p-rem-xl-19 {
    padding: 19rem !important;
  }
  .p-rem-xl-20 {
    padding: 20rem !important;
  }
  .p-rem-xl-23 {
    padding: 23rem !important;
  }
  .p-rem-xl-25 {
    padding: 25rem !important;
  }
  .p-rem-xl-30 {
    padding: 30rem !important;
  }
  .p-rem-xl-31 {
    padding: 31rem !important;
  }
  .p-rem-xl-32 {
    padding: 32rem !important;
  }
  .p-rem-xl-33 {
    padding: 33rem !important;
  }
  .p-rem-xl-34 {
    padding: 34rem !important;
  }
  .p-rem-xl-35 {
    padding: 35rem !important;
  }
  .p-rem-xl-36 {
    padding: 36rem !important;
  }
  .p-rem-xl-37 {
    padding: 37rem !important;
  }
  .p-rem-xl-38 {
    padding: 38rem !important;
  }
  .p-rem-xl-39 {
    padding: 39rem !important;
  }
  .p-rem-xl-40 {
    padding: 40rem !important;
  }
  .p-rem-xl-41 {
    padding: 41rem !important;
  }
  .p-rem-xl-42 {
    padding: 42rem !important;
  }
  .p-rem-xl-43 {
    padding: 43rem !important;
  }
  .p-rem-xl-44 {
    padding: 44rem !important;
  }
  .p-rem-xl-45 {
    padding: 45rem !important;
  }
  .p-rem-xl-46 {
    padding: 46rem !important;
  }
  .p-rem-xl-47 {
    padding: 47rem !important;
  }
  .p-rem-xl-48 {
    padding: 48rem !important;
  }
  .p-rem-xl-49 {
    padding: 49rem !important;
  }
  .p-rem-xl-50 {
    padding: 50rem !important;
  }
  .p-rem-xl-51 {
    padding: 51rem !important;
  }
  .p-rem-xl-52 {
    padding: 52rem !important;
  }
  .p-rem-xl-53 {
    padding: 53rem !important;
  }
  .p-rem-xl-54 {
    padding: 54rem !important;
  }
  .p-rem-xl-55 {
    padding: 55rem !important;
  }
  .p-rem-xl-56 {
    padding: 56rem !important;
  }
  .p-rem-xl-57 {
    padding: 57rem !important;
  }
  .p-rem-xl-58 {
    padding: 58rem !important;
  }
  .p-rem-xl-59 {
    padding: 59rem !important;
  }
  .p-rem-xl-60 {
    padding: 60rem !important;
  }
  .p-rem-xl-61 {
    padding: 61rem !important;
  }
  .p-rem-xl-62 {
    padding: 62rem !important;
  }
  .p-rem-xl-63 {
    padding: 63rem !important;
  }
  .p-rem-xl-64 {
    padding: 64rem !important;
  }
  .p-rem-xl-65 {
    padding: 65rem !important;
  }
  .p-rem-xl-66 {
    padding: 66rem !important;
  }
  .p-rem-xl-67 {
    padding: 67rem !important;
  }
  .p-rem-xl-68 {
    padding: 68rem !important;
  }
  .p-rem-xl-69 {
    padding: 69rem !important;
  }
  .p-rem-xl-70 {
    padding: 70rem !important;
  }
  .p-rem-xl-71 {
    padding: 71rem !important;
  }
  .p-rem-xl-72 {
    padding: 72rem !important;
  }
  .p-rem-xl-73 {
    padding: 73rem !important;
  }
  .p-rem-xl-74 {
    padding: 74rem !important;
  }
  .p-rem-xl-75 {
    padding: 75rem !important;
  }
  .p-rem-xl-76 {
    padding: 76rem !important;
  }
  .p-rem-xl-77 {
    padding: 77rem !important;
  }
  .p-rem-xl-78 {
    padding: 78rem !important;
  }
  .p-rem-xl-79 {
    padding: 79rem !important;
  }
  .p-rem-xl-80 {
    padding: 80rem !important;
  }
  .p-rem-xl-95 {
    padding: 95rem !important;
  }
  .p-rem-xl-96 {
    padding: 96rem !important;
  }
  .p-rem-xl-97 {
    padding: 97rem !important;
  }
  .p-rem-xl-100 {
    padding: 100% !important;
  }
  .px-rem-xl-unset {
    padding-inline-start: unset !important;
    padding-inline-end: unset !important;
  }
  .px-rem-xl-1 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-rem-xl-2 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-rem-xl-3 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-rem-xl-4 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-rem-xl-5 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-rem-xl-7 {
    padding-inline-start: 7rem !important;
    padding-inline-end: 7rem !important;
  }
  .px-rem-xl-8 {
    padding-inline-start: 8rem !important;
    padding-inline-end: 8rem !important;
  }
  .px-rem-xl-9 {
    padding-inline-start: 9rem !important;
    padding-inline-end: 9rem !important;
  }
  .px-rem-xl-10 {
    padding-inline-start: 10rem !important;
    padding-inline-end: 10rem !important;
  }
  .px-rem-xl-11 {
    padding-inline-start: 11rem !important;
    padding-inline-end: 11rem !important;
  }
  .px-rem-xl-12 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-rem-xl-13 {
    padding-inline-start: 13rem !important;
    padding-inline-end: 13rem !important;
  }
  .px-rem-xl-14 {
    padding-inline-start: 14rem !important;
    padding-inline-end: 14rem !important;
  }
  .px-rem-xl-15 {
    padding-inline-start: 15rem !important;
    padding-inline-end: 15rem !important;
  }
  .px-rem-xl-16 {
    padding-inline-start: 16rem !important;
    padding-inline-end: 16rem !important;
  }
  .px-rem-xl-17 {
    padding-inline-start: 17rem !important;
    padding-inline-end: 17rem !important;
  }
  .px-rem-xl-18 {
    padding-inline-start: 18rem !important;
    padding-inline-end: 18rem !important;
  }
  .px-rem-xl-19 {
    padding-inline-start: 19rem !important;
    padding-inline-end: 19rem !important;
  }
  .px-rem-xl-20 {
    padding-inline-start: 20rem !important;
    padding-inline-end: 20rem !important;
  }
  .px-rem-xl-23 {
    padding-inline-start: 23rem !important;
    padding-inline-end: 23rem !important;
  }
  .px-rem-xl-25 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-rem-xl-30 {
    padding-inline-start: 30rem !important;
    padding-inline-end: 30rem !important;
  }
  .px-rem-xl-31 {
    padding-inline-start: 31rem !important;
    padding-inline-end: 31rem !important;
  }
  .px-rem-xl-32 {
    padding-inline-start: 32rem !important;
    padding-inline-end: 32rem !important;
  }
  .px-rem-xl-33 {
    padding-inline-start: 33rem !important;
    padding-inline-end: 33rem !important;
  }
  .px-rem-xl-34 {
    padding-inline-start: 34rem !important;
    padding-inline-end: 34rem !important;
  }
  .px-rem-xl-35 {
    padding-inline-start: 35rem !important;
    padding-inline-end: 35rem !important;
  }
  .px-rem-xl-36 {
    padding-inline-start: 36rem !important;
    padding-inline-end: 36rem !important;
  }
  .px-rem-xl-37 {
    padding-inline-start: 37rem !important;
    padding-inline-end: 37rem !important;
  }
  .px-rem-xl-38 {
    padding-inline-start: 38rem !important;
    padding-inline-end: 38rem !important;
  }
  .px-rem-xl-39 {
    padding-inline-start: 39rem !important;
    padding-inline-end: 39rem !important;
  }
  .px-rem-xl-40 {
    padding-inline-start: 40rem !important;
    padding-inline-end: 40rem !important;
  }
  .px-rem-xl-41 {
    padding-inline-start: 41rem !important;
    padding-inline-end: 41rem !important;
  }
  .px-rem-xl-42 {
    padding-inline-start: 42rem !important;
    padding-inline-end: 42rem !important;
  }
  .px-rem-xl-43 {
    padding-inline-start: 43rem !important;
    padding-inline-end: 43rem !important;
  }
  .px-rem-xl-44 {
    padding-inline-start: 44rem !important;
    padding-inline-end: 44rem !important;
  }
  .px-rem-xl-45 {
    padding-inline-start: 45rem !important;
    padding-inline-end: 45rem !important;
  }
  .px-rem-xl-46 {
    padding-inline-start: 46rem !important;
    padding-inline-end: 46rem !important;
  }
  .px-rem-xl-47 {
    padding-inline-start: 47rem !important;
    padding-inline-end: 47rem !important;
  }
  .px-rem-xl-48 {
    padding-inline-start: 48rem !important;
    padding-inline-end: 48rem !important;
  }
  .px-rem-xl-49 {
    padding-inline-start: 49rem !important;
    padding-inline-end: 49rem !important;
  }
  .px-rem-xl-50 {
    padding-inline-start: 50rem !important;
    padding-inline-end: 50rem !important;
  }
  .px-rem-xl-51 {
    padding-inline-start: 51rem !important;
    padding-inline-end: 51rem !important;
  }
  .px-rem-xl-52 {
    padding-inline-start: 52rem !important;
    padding-inline-end: 52rem !important;
  }
  .px-rem-xl-53 {
    padding-inline-start: 53rem !important;
    padding-inline-end: 53rem !important;
  }
  .px-rem-xl-54 {
    padding-inline-start: 54rem !important;
    padding-inline-end: 54rem !important;
  }
  .px-rem-xl-55 {
    padding-inline-start: 55rem !important;
    padding-inline-end: 55rem !important;
  }
  .px-rem-xl-56 {
    padding-inline-start: 56rem !important;
    padding-inline-end: 56rem !important;
  }
  .px-rem-xl-57 {
    padding-inline-start: 57rem !important;
    padding-inline-end: 57rem !important;
  }
  .px-rem-xl-58 {
    padding-inline-start: 58rem !important;
    padding-inline-end: 58rem !important;
  }
  .px-rem-xl-59 {
    padding-inline-start: 59rem !important;
    padding-inline-end: 59rem !important;
  }
  .px-rem-xl-60 {
    padding-inline-start: 60rem !important;
    padding-inline-end: 60rem !important;
  }
  .px-rem-xl-61 {
    padding-inline-start: 61rem !important;
    padding-inline-end: 61rem !important;
  }
  .px-rem-xl-62 {
    padding-inline-start: 62rem !important;
    padding-inline-end: 62rem !important;
  }
  .px-rem-xl-63 {
    padding-inline-start: 63rem !important;
    padding-inline-end: 63rem !important;
  }
  .px-rem-xl-64 {
    padding-inline-start: 64rem !important;
    padding-inline-end: 64rem !important;
  }
  .px-rem-xl-65 {
    padding-inline-start: 65rem !important;
    padding-inline-end: 65rem !important;
  }
  .px-rem-xl-66 {
    padding-inline-start: 66rem !important;
    padding-inline-end: 66rem !important;
  }
  .px-rem-xl-67 {
    padding-inline-start: 67rem !important;
    padding-inline-end: 67rem !important;
  }
  .px-rem-xl-68 {
    padding-inline-start: 68rem !important;
    padding-inline-end: 68rem !important;
  }
  .px-rem-xl-69 {
    padding-inline-start: 69rem !important;
    padding-inline-end: 69rem !important;
  }
  .px-rem-xl-70 {
    padding-inline-start: 70rem !important;
    padding-inline-end: 70rem !important;
  }
  .px-rem-xl-71 {
    padding-inline-start: 71rem !important;
    padding-inline-end: 71rem !important;
  }
  .px-rem-xl-72 {
    padding-inline-start: 72rem !important;
    padding-inline-end: 72rem !important;
  }
  .px-rem-xl-73 {
    padding-inline-start: 73rem !important;
    padding-inline-end: 73rem !important;
  }
  .px-rem-xl-74 {
    padding-inline-start: 74rem !important;
    padding-inline-end: 74rem !important;
  }
  .px-rem-xl-75 {
    padding-inline-start: 75rem !important;
    padding-inline-end: 75rem !important;
  }
  .px-rem-xl-76 {
    padding-inline-start: 76rem !important;
    padding-inline-end: 76rem !important;
  }
  .px-rem-xl-77 {
    padding-inline-start: 77rem !important;
    padding-inline-end: 77rem !important;
  }
  .px-rem-xl-78 {
    padding-inline-start: 78rem !important;
    padding-inline-end: 78rem !important;
  }
  .px-rem-xl-79 {
    padding-inline-start: 79rem !important;
    padding-inline-end: 79rem !important;
  }
  .px-rem-xl-80 {
    padding-inline-start: 80rem !important;
    padding-inline-end: 80rem !important;
  }
  .px-rem-xl-95 {
    padding-inline-start: 95rem !important;
    padding-inline-end: 95rem !important;
  }
  .px-rem-xl-96 {
    padding-inline-start: 96rem !important;
    padding-inline-end: 96rem !important;
  }
  .px-rem-xl-97 {
    padding-inline-start: 97rem !important;
    padding-inline-end: 97rem !important;
  }
  .px-rem-xl-100 {
    padding-inline-start: 100% !important;
    padding-inline-end: 100% !important;
  }
  .py-rem-xl-unset {
    padding-block-start: unset !important;
    padding-block-end: unset !important;
  }
  .py-rem-xl-1 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-rem-xl-2 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-rem-xl-3 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-rem-xl-4 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-rem-xl-5 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-rem-xl-7 {
    padding-block-start: 7rem !important;
    padding-block-end: 7rem !important;
  }
  .py-rem-xl-8 {
    padding-block-start: 8rem !important;
    padding-block-end: 8rem !important;
  }
  .py-rem-xl-9 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-rem-xl-10 {
    padding-block-start: 10rem !important;
    padding-block-end: 10rem !important;
  }
  .py-rem-xl-11 {
    padding-block-start: 11rem !important;
    padding-block-end: 11rem !important;
  }
  .py-rem-xl-12 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-rem-xl-13 {
    padding-block-start: 13rem !important;
    padding-block-end: 13rem !important;
  }
  .py-rem-xl-14 {
    padding-block-start: 14rem !important;
    padding-block-end: 14rem !important;
  }
  .py-rem-xl-15 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-rem-xl-16 {
    padding-block-start: 16rem !important;
    padding-block-end: 16rem !important;
  }
  .py-rem-xl-17 {
    padding-block-start: 17rem !important;
    padding-block-end: 17rem !important;
  }
  .py-rem-xl-18 {
    padding-block-start: 18rem !important;
    padding-block-end: 18rem !important;
  }
  .py-rem-xl-19 {
    padding-block-start: 19rem !important;
    padding-block-end: 19rem !important;
  }
  .py-rem-xl-20 {
    padding-block-start: 20rem !important;
    padding-block-end: 20rem !important;
  }
  .py-rem-xl-23 {
    padding-block-start: 23rem !important;
    padding-block-end: 23rem !important;
  }
  .py-rem-xl-25 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-rem-xl-30 {
    padding-block-start: 30rem !important;
    padding-block-end: 30rem !important;
  }
  .py-rem-xl-31 {
    padding-block-start: 31rem !important;
    padding-block-end: 31rem !important;
  }
  .py-rem-xl-32 {
    padding-block-start: 32rem !important;
    padding-block-end: 32rem !important;
  }
  .py-rem-xl-33 {
    padding-block-start: 33rem !important;
    padding-block-end: 33rem !important;
  }
  .py-rem-xl-34 {
    padding-block-start: 34rem !important;
    padding-block-end: 34rem !important;
  }
  .py-rem-xl-35 {
    padding-block-start: 35rem !important;
    padding-block-end: 35rem !important;
  }
  .py-rem-xl-36 {
    padding-block-start: 36rem !important;
    padding-block-end: 36rem !important;
  }
  .py-rem-xl-37 {
    padding-block-start: 37rem !important;
    padding-block-end: 37rem !important;
  }
  .py-rem-xl-38 {
    padding-block-start: 38rem !important;
    padding-block-end: 38rem !important;
  }
  .py-rem-xl-39 {
    padding-block-start: 39rem !important;
    padding-block-end: 39rem !important;
  }
  .py-rem-xl-40 {
    padding-block-start: 40rem !important;
    padding-block-end: 40rem !important;
  }
  .py-rem-xl-41 {
    padding-block-start: 41rem !important;
    padding-block-end: 41rem !important;
  }
  .py-rem-xl-42 {
    padding-block-start: 42rem !important;
    padding-block-end: 42rem !important;
  }
  .py-rem-xl-43 {
    padding-block-start: 43rem !important;
    padding-block-end: 43rem !important;
  }
  .py-rem-xl-44 {
    padding-block-start: 44rem !important;
    padding-block-end: 44rem !important;
  }
  .py-rem-xl-45 {
    padding-block-start: 45rem !important;
    padding-block-end: 45rem !important;
  }
  .py-rem-xl-46 {
    padding-block-start: 46rem !important;
    padding-block-end: 46rem !important;
  }
  .py-rem-xl-47 {
    padding-block-start: 47rem !important;
    padding-block-end: 47rem !important;
  }
  .py-rem-xl-48 {
    padding-block-start: 48rem !important;
    padding-block-end: 48rem !important;
  }
  .py-rem-xl-49 {
    padding-block-start: 49rem !important;
    padding-block-end: 49rem !important;
  }
  .py-rem-xl-50 {
    padding-block-start: 50rem !important;
    padding-block-end: 50rem !important;
  }
  .py-rem-xl-51 {
    padding-block-start: 51rem !important;
    padding-block-end: 51rem !important;
  }
  .py-rem-xl-52 {
    padding-block-start: 52rem !important;
    padding-block-end: 52rem !important;
  }
  .py-rem-xl-53 {
    padding-block-start: 53rem !important;
    padding-block-end: 53rem !important;
  }
  .py-rem-xl-54 {
    padding-block-start: 54rem !important;
    padding-block-end: 54rem !important;
  }
  .py-rem-xl-55 {
    padding-block-start: 55rem !important;
    padding-block-end: 55rem !important;
  }
  .py-rem-xl-56 {
    padding-block-start: 56rem !important;
    padding-block-end: 56rem !important;
  }
  .py-rem-xl-57 {
    padding-block-start: 57rem !important;
    padding-block-end: 57rem !important;
  }
  .py-rem-xl-58 {
    padding-block-start: 58rem !important;
    padding-block-end: 58rem !important;
  }
  .py-rem-xl-59 {
    padding-block-start: 59rem !important;
    padding-block-end: 59rem !important;
  }
  .py-rem-xl-60 {
    padding-block-start: 60rem !important;
    padding-block-end: 60rem !important;
  }
  .py-rem-xl-61 {
    padding-block-start: 61rem !important;
    padding-block-end: 61rem !important;
  }
  .py-rem-xl-62 {
    padding-block-start: 62rem !important;
    padding-block-end: 62rem !important;
  }
  .py-rem-xl-63 {
    padding-block-start: 63rem !important;
    padding-block-end: 63rem !important;
  }
  .py-rem-xl-64 {
    padding-block-start: 64rem !important;
    padding-block-end: 64rem !important;
  }
  .py-rem-xl-65 {
    padding-block-start: 65rem !important;
    padding-block-end: 65rem !important;
  }
  .py-rem-xl-66 {
    padding-block-start: 66rem !important;
    padding-block-end: 66rem !important;
  }
  .py-rem-xl-67 {
    padding-block-start: 67rem !important;
    padding-block-end: 67rem !important;
  }
  .py-rem-xl-68 {
    padding-block-start: 68rem !important;
    padding-block-end: 68rem !important;
  }
  .py-rem-xl-69 {
    padding-block-start: 69rem !important;
    padding-block-end: 69rem !important;
  }
  .py-rem-xl-70 {
    padding-block-start: 70rem !important;
    padding-block-end: 70rem !important;
  }
  .py-rem-xl-71 {
    padding-block-start: 71rem !important;
    padding-block-end: 71rem !important;
  }
  .py-rem-xl-72 {
    padding-block-start: 72rem !important;
    padding-block-end: 72rem !important;
  }
  .py-rem-xl-73 {
    padding-block-start: 73rem !important;
    padding-block-end: 73rem !important;
  }
  .py-rem-xl-74 {
    padding-block-start: 74rem !important;
    padding-block-end: 74rem !important;
  }
  .py-rem-xl-75 {
    padding-block-start: 75rem !important;
    padding-block-end: 75rem !important;
  }
  .py-rem-xl-76 {
    padding-block-start: 76rem !important;
    padding-block-end: 76rem !important;
  }
  .py-rem-xl-77 {
    padding-block-start: 77rem !important;
    padding-block-end: 77rem !important;
  }
  .py-rem-xl-78 {
    padding-block-start: 78rem !important;
    padding-block-end: 78rem !important;
  }
  .py-rem-xl-79 {
    padding-block-start: 79rem !important;
    padding-block-end: 79rem !important;
  }
  .py-rem-xl-80 {
    padding-block-start: 80rem !important;
    padding-block-end: 80rem !important;
  }
  .py-rem-xl-95 {
    padding-block-start: 95rem !important;
    padding-block-end: 95rem !important;
  }
  .py-rem-xl-96 {
    padding-block-start: 96rem !important;
    padding-block-end: 96rem !important;
  }
  .py-rem-xl-97 {
    padding-block-start: 97rem !important;
    padding-block-end: 97rem !important;
  }
  .py-rem-xl-100 {
    padding-block-start: 100% !important;
    padding-block-end: 100% !important;
  }
  .pt-rem-xl-unset {
    padding-block-start: unset !important;
  }
  .pt-rem-xl-1 {
    padding-block-start: 1rem !important;
  }
  .pt-rem-xl-2 {
    padding-block-start: 2rem !important;
  }
  .pt-rem-xl-3 {
    padding-block-start: 3rem !important;
  }
  .pt-rem-xl-4 {
    padding-block-start: 4rem !important;
  }
  .pt-rem-xl-5 {
    padding-block-start: 5rem !important;
  }
  .pt-rem-xl-7 {
    padding-block-start: 7rem !important;
  }
  .pt-rem-xl-8 {
    padding-block-start: 8rem !important;
  }
  .pt-rem-xl-9 {
    padding-block-start: 9rem !important;
  }
  .pt-rem-xl-10 {
    padding-block-start: 10rem !important;
  }
  .pt-rem-xl-11 {
    padding-block-start: 11rem !important;
  }
  .pt-rem-xl-12 {
    padding-block-start: 12rem !important;
  }
  .pt-rem-xl-13 {
    padding-block-start: 13rem !important;
  }
  .pt-rem-xl-14 {
    padding-block-start: 14rem !important;
  }
  .pt-rem-xl-15 {
    padding-block-start: 15rem !important;
  }
  .pt-rem-xl-16 {
    padding-block-start: 16rem !important;
  }
  .pt-rem-xl-17 {
    padding-block-start: 17rem !important;
  }
  .pt-rem-xl-18 {
    padding-block-start: 18rem !important;
  }
  .pt-rem-xl-19 {
    padding-block-start: 19rem !important;
  }
  .pt-rem-xl-20 {
    padding-block-start: 20rem !important;
  }
  .pt-rem-xl-23 {
    padding-block-start: 23rem !important;
  }
  .pt-rem-xl-25 {
    padding-block-start: 25rem !important;
  }
  .pt-rem-xl-30 {
    padding-block-start: 30rem !important;
  }
  .pt-rem-xl-31 {
    padding-block-start: 31rem !important;
  }
  .pt-rem-xl-32 {
    padding-block-start: 32rem !important;
  }
  .pt-rem-xl-33 {
    padding-block-start: 33rem !important;
  }
  .pt-rem-xl-34 {
    padding-block-start: 34rem !important;
  }
  .pt-rem-xl-35 {
    padding-block-start: 35rem !important;
  }
  .pt-rem-xl-36 {
    padding-block-start: 36rem !important;
  }
  .pt-rem-xl-37 {
    padding-block-start: 37rem !important;
  }
  .pt-rem-xl-38 {
    padding-block-start: 38rem !important;
  }
  .pt-rem-xl-39 {
    padding-block-start: 39rem !important;
  }
  .pt-rem-xl-40 {
    padding-block-start: 40rem !important;
  }
  .pt-rem-xl-41 {
    padding-block-start: 41rem !important;
  }
  .pt-rem-xl-42 {
    padding-block-start: 42rem !important;
  }
  .pt-rem-xl-43 {
    padding-block-start: 43rem !important;
  }
  .pt-rem-xl-44 {
    padding-block-start: 44rem !important;
  }
  .pt-rem-xl-45 {
    padding-block-start: 45rem !important;
  }
  .pt-rem-xl-46 {
    padding-block-start: 46rem !important;
  }
  .pt-rem-xl-47 {
    padding-block-start: 47rem !important;
  }
  .pt-rem-xl-48 {
    padding-block-start: 48rem !important;
  }
  .pt-rem-xl-49 {
    padding-block-start: 49rem !important;
  }
  .pt-rem-xl-50 {
    padding-block-start: 50rem !important;
  }
  .pt-rem-xl-51 {
    padding-block-start: 51rem !important;
  }
  .pt-rem-xl-52 {
    padding-block-start: 52rem !important;
  }
  .pt-rem-xl-53 {
    padding-block-start: 53rem !important;
  }
  .pt-rem-xl-54 {
    padding-block-start: 54rem !important;
  }
  .pt-rem-xl-55 {
    padding-block-start: 55rem !important;
  }
  .pt-rem-xl-56 {
    padding-block-start: 56rem !important;
  }
  .pt-rem-xl-57 {
    padding-block-start: 57rem !important;
  }
  .pt-rem-xl-58 {
    padding-block-start: 58rem !important;
  }
  .pt-rem-xl-59 {
    padding-block-start: 59rem !important;
  }
  .pt-rem-xl-60 {
    padding-block-start: 60rem !important;
  }
  .pt-rem-xl-61 {
    padding-block-start: 61rem !important;
  }
  .pt-rem-xl-62 {
    padding-block-start: 62rem !important;
  }
  .pt-rem-xl-63 {
    padding-block-start: 63rem !important;
  }
  .pt-rem-xl-64 {
    padding-block-start: 64rem !important;
  }
  .pt-rem-xl-65 {
    padding-block-start: 65rem !important;
  }
  .pt-rem-xl-66 {
    padding-block-start: 66rem !important;
  }
  .pt-rem-xl-67 {
    padding-block-start: 67rem !important;
  }
  .pt-rem-xl-68 {
    padding-block-start: 68rem !important;
  }
  .pt-rem-xl-69 {
    padding-block-start: 69rem !important;
  }
  .pt-rem-xl-70 {
    padding-block-start: 70rem !important;
  }
  .pt-rem-xl-71 {
    padding-block-start: 71rem !important;
  }
  .pt-rem-xl-72 {
    padding-block-start: 72rem !important;
  }
  .pt-rem-xl-73 {
    padding-block-start: 73rem !important;
  }
  .pt-rem-xl-74 {
    padding-block-start: 74rem !important;
  }
  .pt-rem-xl-75 {
    padding-block-start: 75rem !important;
  }
  .pt-rem-xl-76 {
    padding-block-start: 76rem !important;
  }
  .pt-rem-xl-77 {
    padding-block-start: 77rem !important;
  }
  .pt-rem-xl-78 {
    padding-block-start: 78rem !important;
  }
  .pt-rem-xl-79 {
    padding-block-start: 79rem !important;
  }
  .pt-rem-xl-80 {
    padding-block-start: 80rem !important;
  }
  .pt-rem-xl-95 {
    padding-block-start: 95rem !important;
  }
  .pt-rem-xl-96 {
    padding-block-start: 96rem !important;
  }
  .pt-rem-xl-97 {
    padding-block-start: 97rem !important;
  }
  .pt-rem-xl-100 {
    padding-block-start: 100% !important;
  }
  .pe-rem-xl-unset {
    padding-inline-end: unset !important;
  }
  .pe-rem-xl-1 {
    padding-inline-end: 1rem !important;
  }
  .pe-rem-xl-2 {
    padding-inline-end: 2rem !important;
  }
  .pe-rem-xl-3 {
    padding-inline-end: 3rem !important;
  }
  .pe-rem-xl-4 {
    padding-inline-end: 4rem !important;
  }
  .pe-rem-xl-5 {
    padding-inline-end: 5rem !important;
  }
  .pe-rem-xl-7 {
    padding-inline-end: 7rem !important;
  }
  .pe-rem-xl-8 {
    padding-inline-end: 8rem !important;
  }
  .pe-rem-xl-9 {
    padding-inline-end: 9rem !important;
  }
  .pe-rem-xl-10 {
    padding-inline-end: 10rem !important;
  }
  .pe-rem-xl-11 {
    padding-inline-end: 11rem !important;
  }
  .pe-rem-xl-12 {
    padding-inline-end: 12rem !important;
  }
  .pe-rem-xl-13 {
    padding-inline-end: 13rem !important;
  }
  .pe-rem-xl-14 {
    padding-inline-end: 14rem !important;
  }
  .pe-rem-xl-15 {
    padding-inline-end: 15rem !important;
  }
  .pe-rem-xl-16 {
    padding-inline-end: 16rem !important;
  }
  .pe-rem-xl-17 {
    padding-inline-end: 17rem !important;
  }
  .pe-rem-xl-18 {
    padding-inline-end: 18rem !important;
  }
  .pe-rem-xl-19 {
    padding-inline-end: 19rem !important;
  }
  .pe-rem-xl-20 {
    padding-inline-end: 20rem !important;
  }
  .pe-rem-xl-23 {
    padding-inline-end: 23rem !important;
  }
  .pe-rem-xl-25 {
    padding-inline-end: 25rem !important;
  }
  .pe-rem-xl-30 {
    padding-inline-end: 30rem !important;
  }
  .pe-rem-xl-31 {
    padding-inline-end: 31rem !important;
  }
  .pe-rem-xl-32 {
    padding-inline-end: 32rem !important;
  }
  .pe-rem-xl-33 {
    padding-inline-end: 33rem !important;
  }
  .pe-rem-xl-34 {
    padding-inline-end: 34rem !important;
  }
  .pe-rem-xl-35 {
    padding-inline-end: 35rem !important;
  }
  .pe-rem-xl-36 {
    padding-inline-end: 36rem !important;
  }
  .pe-rem-xl-37 {
    padding-inline-end: 37rem !important;
  }
  .pe-rem-xl-38 {
    padding-inline-end: 38rem !important;
  }
  .pe-rem-xl-39 {
    padding-inline-end: 39rem !important;
  }
  .pe-rem-xl-40 {
    padding-inline-end: 40rem !important;
  }
  .pe-rem-xl-41 {
    padding-inline-end: 41rem !important;
  }
  .pe-rem-xl-42 {
    padding-inline-end: 42rem !important;
  }
  .pe-rem-xl-43 {
    padding-inline-end: 43rem !important;
  }
  .pe-rem-xl-44 {
    padding-inline-end: 44rem !important;
  }
  .pe-rem-xl-45 {
    padding-inline-end: 45rem !important;
  }
  .pe-rem-xl-46 {
    padding-inline-end: 46rem !important;
  }
  .pe-rem-xl-47 {
    padding-inline-end: 47rem !important;
  }
  .pe-rem-xl-48 {
    padding-inline-end: 48rem !important;
  }
  .pe-rem-xl-49 {
    padding-inline-end: 49rem !important;
  }
  .pe-rem-xl-50 {
    padding-inline-end: 50rem !important;
  }
  .pe-rem-xl-51 {
    padding-inline-end: 51rem !important;
  }
  .pe-rem-xl-52 {
    padding-inline-end: 52rem !important;
  }
  .pe-rem-xl-53 {
    padding-inline-end: 53rem !important;
  }
  .pe-rem-xl-54 {
    padding-inline-end: 54rem !important;
  }
  .pe-rem-xl-55 {
    padding-inline-end: 55rem !important;
  }
  .pe-rem-xl-56 {
    padding-inline-end: 56rem !important;
  }
  .pe-rem-xl-57 {
    padding-inline-end: 57rem !important;
  }
  .pe-rem-xl-58 {
    padding-inline-end: 58rem !important;
  }
  .pe-rem-xl-59 {
    padding-inline-end: 59rem !important;
  }
  .pe-rem-xl-60 {
    padding-inline-end: 60rem !important;
  }
  .pe-rem-xl-61 {
    padding-inline-end: 61rem !important;
  }
  .pe-rem-xl-62 {
    padding-inline-end: 62rem !important;
  }
  .pe-rem-xl-63 {
    padding-inline-end: 63rem !important;
  }
  .pe-rem-xl-64 {
    padding-inline-end: 64rem !important;
  }
  .pe-rem-xl-65 {
    padding-inline-end: 65rem !important;
  }
  .pe-rem-xl-66 {
    padding-inline-end: 66rem !important;
  }
  .pe-rem-xl-67 {
    padding-inline-end: 67rem !important;
  }
  .pe-rem-xl-68 {
    padding-inline-end: 68rem !important;
  }
  .pe-rem-xl-69 {
    padding-inline-end: 69rem !important;
  }
  .pe-rem-xl-70 {
    padding-inline-end: 70rem !important;
  }
  .pe-rem-xl-71 {
    padding-inline-end: 71rem !important;
  }
  .pe-rem-xl-72 {
    padding-inline-end: 72rem !important;
  }
  .pe-rem-xl-73 {
    padding-inline-end: 73rem !important;
  }
  .pe-rem-xl-74 {
    padding-inline-end: 74rem !important;
  }
  .pe-rem-xl-75 {
    padding-inline-end: 75rem !important;
  }
  .pe-rem-xl-76 {
    padding-inline-end: 76rem !important;
  }
  .pe-rem-xl-77 {
    padding-inline-end: 77rem !important;
  }
  .pe-rem-xl-78 {
    padding-inline-end: 78rem !important;
  }
  .pe-rem-xl-79 {
    padding-inline-end: 79rem !important;
  }
  .pe-rem-xl-80 {
    padding-inline-end: 80rem !important;
  }
  .pe-rem-xl-95 {
    padding-inline-end: 95rem !important;
  }
  .pe-rem-xl-96 {
    padding-inline-end: 96rem !important;
  }
  .pe-rem-xl-97 {
    padding-inline-end: 97rem !important;
  }
  .pe-rem-xl-100 {
    padding-inline-end: 100% !important;
  }
  .pb-rem-xl-unset {
    padding-block-end: unset !important;
  }
  .pb-rem-xl-1 {
    padding-block-end: 1rem !important;
  }
  .pb-rem-xl-2 {
    padding-block-end: 2rem !important;
  }
  .pb-rem-xl-3 {
    padding-block-end: 3rem !important;
  }
  .pb-rem-xl-4 {
    padding-block-end: 4rem !important;
  }
  .pb-rem-xl-5 {
    padding-block-end: 5rem !important;
  }
  .pb-rem-xl-7 {
    padding-block-end: 7rem !important;
  }
  .pb-rem-xl-8 {
    padding-block-end: 8rem !important;
  }
  .pb-rem-xl-9 {
    padding-block-end: 9rem !important;
  }
  .pb-rem-xl-10 {
    padding-block-end: 10rem !important;
  }
  .pb-rem-xl-11 {
    padding-block-end: 11rem !important;
  }
  .pb-rem-xl-12 {
    padding-block-end: 12rem !important;
  }
  .pb-rem-xl-13 {
    padding-block-end: 13rem !important;
  }
  .pb-rem-xl-14 {
    padding-block-end: 14rem !important;
  }
  .pb-rem-xl-15 {
    padding-block-end: 15rem !important;
  }
  .pb-rem-xl-16 {
    padding-block-end: 16rem !important;
  }
  .pb-rem-xl-17 {
    padding-block-end: 17rem !important;
  }
  .pb-rem-xl-18 {
    padding-block-end: 18rem !important;
  }
  .pb-rem-xl-19 {
    padding-block-end: 19rem !important;
  }
  .pb-rem-xl-20 {
    padding-block-end: 20rem !important;
  }
  .pb-rem-xl-23 {
    padding-block-end: 23rem !important;
  }
  .pb-rem-xl-25 {
    padding-block-end: 25rem !important;
  }
  .pb-rem-xl-30 {
    padding-block-end: 30rem !important;
  }
  .pb-rem-xl-31 {
    padding-block-end: 31rem !important;
  }
  .pb-rem-xl-32 {
    padding-block-end: 32rem !important;
  }
  .pb-rem-xl-33 {
    padding-block-end: 33rem !important;
  }
  .pb-rem-xl-34 {
    padding-block-end: 34rem !important;
  }
  .pb-rem-xl-35 {
    padding-block-end: 35rem !important;
  }
  .pb-rem-xl-36 {
    padding-block-end: 36rem !important;
  }
  .pb-rem-xl-37 {
    padding-block-end: 37rem !important;
  }
  .pb-rem-xl-38 {
    padding-block-end: 38rem !important;
  }
  .pb-rem-xl-39 {
    padding-block-end: 39rem !important;
  }
  .pb-rem-xl-40 {
    padding-block-end: 40rem !important;
  }
  .pb-rem-xl-41 {
    padding-block-end: 41rem !important;
  }
  .pb-rem-xl-42 {
    padding-block-end: 42rem !important;
  }
  .pb-rem-xl-43 {
    padding-block-end: 43rem !important;
  }
  .pb-rem-xl-44 {
    padding-block-end: 44rem !important;
  }
  .pb-rem-xl-45 {
    padding-block-end: 45rem !important;
  }
  .pb-rem-xl-46 {
    padding-block-end: 46rem !important;
  }
  .pb-rem-xl-47 {
    padding-block-end: 47rem !important;
  }
  .pb-rem-xl-48 {
    padding-block-end: 48rem !important;
  }
  .pb-rem-xl-49 {
    padding-block-end: 49rem !important;
  }
  .pb-rem-xl-50 {
    padding-block-end: 50rem !important;
  }
  .pb-rem-xl-51 {
    padding-block-end: 51rem !important;
  }
  .pb-rem-xl-52 {
    padding-block-end: 52rem !important;
  }
  .pb-rem-xl-53 {
    padding-block-end: 53rem !important;
  }
  .pb-rem-xl-54 {
    padding-block-end: 54rem !important;
  }
  .pb-rem-xl-55 {
    padding-block-end: 55rem !important;
  }
  .pb-rem-xl-56 {
    padding-block-end: 56rem !important;
  }
  .pb-rem-xl-57 {
    padding-block-end: 57rem !important;
  }
  .pb-rem-xl-58 {
    padding-block-end: 58rem !important;
  }
  .pb-rem-xl-59 {
    padding-block-end: 59rem !important;
  }
  .pb-rem-xl-60 {
    padding-block-end: 60rem !important;
  }
  .pb-rem-xl-61 {
    padding-block-end: 61rem !important;
  }
  .pb-rem-xl-62 {
    padding-block-end: 62rem !important;
  }
  .pb-rem-xl-63 {
    padding-block-end: 63rem !important;
  }
  .pb-rem-xl-64 {
    padding-block-end: 64rem !important;
  }
  .pb-rem-xl-65 {
    padding-block-end: 65rem !important;
  }
  .pb-rem-xl-66 {
    padding-block-end: 66rem !important;
  }
  .pb-rem-xl-67 {
    padding-block-end: 67rem !important;
  }
  .pb-rem-xl-68 {
    padding-block-end: 68rem !important;
  }
  .pb-rem-xl-69 {
    padding-block-end: 69rem !important;
  }
  .pb-rem-xl-70 {
    padding-block-end: 70rem !important;
  }
  .pb-rem-xl-71 {
    padding-block-end: 71rem !important;
  }
  .pb-rem-xl-72 {
    padding-block-end: 72rem !important;
  }
  .pb-rem-xl-73 {
    padding-block-end: 73rem !important;
  }
  .pb-rem-xl-74 {
    padding-block-end: 74rem !important;
  }
  .pb-rem-xl-75 {
    padding-block-end: 75rem !important;
  }
  .pb-rem-xl-76 {
    padding-block-end: 76rem !important;
  }
  .pb-rem-xl-77 {
    padding-block-end: 77rem !important;
  }
  .pb-rem-xl-78 {
    padding-block-end: 78rem !important;
  }
  .pb-rem-xl-79 {
    padding-block-end: 79rem !important;
  }
  .pb-rem-xl-80 {
    padding-block-end: 80rem !important;
  }
  .pb-rem-xl-95 {
    padding-block-end: 95rem !important;
  }
  .pb-rem-xl-96 {
    padding-block-end: 96rem !important;
  }
  .pb-rem-xl-97 {
    padding-block-end: 97rem !important;
  }
  .pb-rem-xl-100 {
    padding-block-end: 100% !important;
  }
  .ps-rem-xl-unset {
    padding-inline-start: unset !important;
  }
  .ps-rem-xl-1 {
    padding-inline-start: 1rem !important;
  }
  .ps-rem-xl-2 {
    padding-inline-start: 2rem !important;
  }
  .ps-rem-xl-3 {
    padding-inline-start: 3rem !important;
  }
  .ps-rem-xl-4 {
    padding-inline-start: 4rem !important;
  }
  .ps-rem-xl-5 {
    padding-inline-start: 5rem !important;
  }
  .ps-rem-xl-7 {
    padding-inline-start: 7rem !important;
  }
  .ps-rem-xl-8 {
    padding-inline-start: 8rem !important;
  }
  .ps-rem-xl-9 {
    padding-inline-start: 9rem !important;
  }
  .ps-rem-xl-10 {
    padding-inline-start: 10rem !important;
  }
  .ps-rem-xl-11 {
    padding-inline-start: 11rem !important;
  }
  .ps-rem-xl-12 {
    padding-inline-start: 12rem !important;
  }
  .ps-rem-xl-13 {
    padding-inline-start: 13rem !important;
  }
  .ps-rem-xl-14 {
    padding-inline-start: 14rem !important;
  }
  .ps-rem-xl-15 {
    padding-inline-start: 15rem !important;
  }
  .ps-rem-xl-16 {
    padding-inline-start: 16rem !important;
  }
  .ps-rem-xl-17 {
    padding-inline-start: 17rem !important;
  }
  .ps-rem-xl-18 {
    padding-inline-start: 18rem !important;
  }
  .ps-rem-xl-19 {
    padding-inline-start: 19rem !important;
  }
  .ps-rem-xl-20 {
    padding-inline-start: 20rem !important;
  }
  .ps-rem-xl-23 {
    padding-inline-start: 23rem !important;
  }
  .ps-rem-xl-25 {
    padding-inline-start: 25rem !important;
  }
  .ps-rem-xl-30 {
    padding-inline-start: 30rem !important;
  }
  .ps-rem-xl-31 {
    padding-inline-start: 31rem !important;
  }
  .ps-rem-xl-32 {
    padding-inline-start: 32rem !important;
  }
  .ps-rem-xl-33 {
    padding-inline-start: 33rem !important;
  }
  .ps-rem-xl-34 {
    padding-inline-start: 34rem !important;
  }
  .ps-rem-xl-35 {
    padding-inline-start: 35rem !important;
  }
  .ps-rem-xl-36 {
    padding-inline-start: 36rem !important;
  }
  .ps-rem-xl-37 {
    padding-inline-start: 37rem !important;
  }
  .ps-rem-xl-38 {
    padding-inline-start: 38rem !important;
  }
  .ps-rem-xl-39 {
    padding-inline-start: 39rem !important;
  }
  .ps-rem-xl-40 {
    padding-inline-start: 40rem !important;
  }
  .ps-rem-xl-41 {
    padding-inline-start: 41rem !important;
  }
  .ps-rem-xl-42 {
    padding-inline-start: 42rem !important;
  }
  .ps-rem-xl-43 {
    padding-inline-start: 43rem !important;
  }
  .ps-rem-xl-44 {
    padding-inline-start: 44rem !important;
  }
  .ps-rem-xl-45 {
    padding-inline-start: 45rem !important;
  }
  .ps-rem-xl-46 {
    padding-inline-start: 46rem !important;
  }
  .ps-rem-xl-47 {
    padding-inline-start: 47rem !important;
  }
  .ps-rem-xl-48 {
    padding-inline-start: 48rem !important;
  }
  .ps-rem-xl-49 {
    padding-inline-start: 49rem !important;
  }
  .ps-rem-xl-50 {
    padding-inline-start: 50rem !important;
  }
  .ps-rem-xl-51 {
    padding-inline-start: 51rem !important;
  }
  .ps-rem-xl-52 {
    padding-inline-start: 52rem !important;
  }
  .ps-rem-xl-53 {
    padding-inline-start: 53rem !important;
  }
  .ps-rem-xl-54 {
    padding-inline-start: 54rem !important;
  }
  .ps-rem-xl-55 {
    padding-inline-start: 55rem !important;
  }
  .ps-rem-xl-56 {
    padding-inline-start: 56rem !important;
  }
  .ps-rem-xl-57 {
    padding-inline-start: 57rem !important;
  }
  .ps-rem-xl-58 {
    padding-inline-start: 58rem !important;
  }
  .ps-rem-xl-59 {
    padding-inline-start: 59rem !important;
  }
  .ps-rem-xl-60 {
    padding-inline-start: 60rem !important;
  }
  .ps-rem-xl-61 {
    padding-inline-start: 61rem !important;
  }
  .ps-rem-xl-62 {
    padding-inline-start: 62rem !important;
  }
  .ps-rem-xl-63 {
    padding-inline-start: 63rem !important;
  }
  .ps-rem-xl-64 {
    padding-inline-start: 64rem !important;
  }
  .ps-rem-xl-65 {
    padding-inline-start: 65rem !important;
  }
  .ps-rem-xl-66 {
    padding-inline-start: 66rem !important;
  }
  .ps-rem-xl-67 {
    padding-inline-start: 67rem !important;
  }
  .ps-rem-xl-68 {
    padding-inline-start: 68rem !important;
  }
  .ps-rem-xl-69 {
    padding-inline-start: 69rem !important;
  }
  .ps-rem-xl-70 {
    padding-inline-start: 70rem !important;
  }
  .ps-rem-xl-71 {
    padding-inline-start: 71rem !important;
  }
  .ps-rem-xl-72 {
    padding-inline-start: 72rem !important;
  }
  .ps-rem-xl-73 {
    padding-inline-start: 73rem !important;
  }
  .ps-rem-xl-74 {
    padding-inline-start: 74rem !important;
  }
  .ps-rem-xl-75 {
    padding-inline-start: 75rem !important;
  }
  .ps-rem-xl-76 {
    padding-inline-start: 76rem !important;
  }
  .ps-rem-xl-77 {
    padding-inline-start: 77rem !important;
  }
  .ps-rem-xl-78 {
    padding-inline-start: 78rem !important;
  }
  .ps-rem-xl-79 {
    padding-inline-start: 79rem !important;
  }
  .ps-rem-xl-80 {
    padding-inline-start: 80rem !important;
  }
  .ps-rem-xl-95 {
    padding-inline-start: 95rem !important;
  }
  .ps-rem-xl-96 {
    padding-inline-start: 96rem !important;
  }
  .ps-rem-xl-97 {
    padding-inline-start: 97rem !important;
  }
  .ps-rem-xl-100 {
    padding-inline-start: 100% !important;
  }
  .rounded-px-xl-0 {
    border-radius: 0rem !important;
  }
  .rounded-px-xl-1 {
    border-radius: 0.0625rem !important;
  }
  .rounded-px-xl-2 {
    border-radius: 0.125rem !important;
  }
  .rounded-px-xl-3 {
    border-radius: 0.1875rem !important;
  }
  .rounded-px-xl-4 {
    border-radius: 0.25rem !important;
  }
  .rounded-px-xl-5 {
    border-radius: 0.3125rem !important;
  }
  .rounded-px-xl-6 {
    border-radius: 0.375rem !important;
  }
  .rounded-px-xl-7 {
    border-radius: 0.4375rem !important;
  }
  .rounded-px-xl-8 {
    border-radius: 0.5rem !important;
  }
  .rounded-px-xl-9 {
    border-radius: 0.5625rem !important;
  }
  .rounded-px-xl-10 {
    border-radius: 0.625rem !important;
  }
  .rounded-px-xl-11 {
    border-radius: 0.6875rem !important;
  }
  .rounded-px-xl-12 {
    border-radius: 0.75rem !important;
  }
  .rounded-px-xl-13 {
    border-radius: 0.8125rem !important;
  }
  .rounded-px-xl-14 {
    border-radius: 0.875rem !important;
  }
  .rounded-px-xl-15 {
    border-radius: 0.9375rem !important;
  }
  .rounded-px-xl-16 {
    border-radius: 1rem !important;
  }
  .rounded-px-xl-17 {
    border-radius: 1.0625rem !important;
  }
  .rounded-px-xl-18 {
    border-radius: 1.125rem !important;
  }
  .rounded-px-xl-19 {
    border-radius: 1.1875rem !important;
  }
  .rounded-px-xl-20 {
    border-radius: 1.25rem !important;
  }
  .rounded-px-xl-21 {
    border-radius: 1.3125rem !important;
  }
  .rounded-px-xl-22 {
    border-radius: 1.375rem !important;
  }
  .rounded-px-xl-23 {
    border-radius: 1.4375rem !important;
  }
  .rounded-px-xl-24 {
    border-radius: 1.5rem !important;
  }
  .rounded-px-xl-25 {
    border-radius: 1.5625rem !important;
  }
  .rounded-px-xl-26 {
    border-radius: 1.625rem !important;
  }
  .rounded-px-xl-27 {
    border-radius: 1.6875rem !important;
  }
  .rounded-px-xl-28 {
    border-radius: 1.75rem !important;
  }
  .rounded-px-xl-29 {
    border-radius: 1.8125rem !important;
  }
  .rounded-px-xl-30 {
    border-radius: 1.875rem !important;
  }
  .rounded-px-xl-31 {
    border-radius: 1.9375rem !important;
  }
  .rounded-px-xl-32 {
    border-radius: 2rem !important;
  }
  .rounded-px-xl-33 {
    border-radius: 2.0625rem !important;
  }
  .rounded-px-xl-34 {
    border-radius: 2.125rem !important;
  }
  .rounded-px-xl-35 {
    border-radius: 2.1875rem !important;
  }
  .rounded-px-xl-36 {
    border-radius: 2.25rem !important;
  }
  .rounded-px-xl-37 {
    border-radius: 2.3125rem !important;
  }
  .rounded-px-xl-38 {
    border-radius: 2.375rem !important;
  }
  .rounded-px-xl-39 {
    border-radius: 2.4375rem !important;
  }
  .rounded-px-xl-40 {
    border-radius: 2.5rem !important;
  }
  .rounded-px-xl-41 {
    border-radius: 2.5625rem !important;
  }
  .rounded-px-xl-42 {
    border-radius: 2.625rem !important;
  }
  .rounded-px-xl-43 {
    border-radius: 2.6875rem !important;
  }
  .rounded-px-xl-44 {
    border-radius: 2.75rem !important;
  }
  .rounded-px-xl-45 {
    border-radius: 2.8125rem !important;
  }
  .rounded-px-xl-46 {
    border-radius: 2.875rem !important;
  }
  .rounded-px-xl-47 {
    border-radius: 2.9375rem !important;
  }
  .rounded-px-xl-48 {
    border-radius: 3rem !important;
  }
  .rounded-px-xl-49 {
    border-radius: 3.0625rem !important;
  }
  .rounded-px-xl-50 {
    border-radius: 3.125rem !important;
  }
  .rounded-px-xl-51 {
    border-radius: 3.1875rem !important;
  }
  .rounded-px-xl-52 {
    border-radius: 3.25rem !important;
  }
  .rounded-px-xl-53 {
    border-radius: 3.3125rem !important;
  }
  .rounded-px-xl-54 {
    border-radius: 3.375rem !important;
  }
  .rounded-px-xl-56 {
    border-radius: 3.5rem !important;
  }
  .rounded-px-xl-57 {
    border-radius: 3.5625rem !important;
  }
  .rounded-px-xl-58 {
    border-radius: 3.625rem !important;
  }
  .rounded-px-xl-59 {
    border-radius: 3.6875rem !important;
  }
  .rounded-px-xl-60 {
    border-radius: 3.75rem !important;
  }
  .rounded-px-xl-61 {
    border-radius: 3.8125rem !important;
  }
  .rounded-px-xl-62 {
    border-radius: 3.875rem !important;
  }
  .rounded-px-xl-63 {
    border-radius: 3.9375rem !important;
  }
  .rounded-px-xl-64 {
    border-radius: 4rem !important;
  }
  .rounded-px-xl-68 {
    border-radius: 4.25rem !important;
  }
  .rounded-px-xl-70 {
    border-radius: 4.375rem !important;
  }
  .rounded-px-xl-80 {
    border-radius: 5rem !important;
  }
  .rounded-px-xl-82 {
    border-radius: 5.125rem !important;
  }
  .rounded-px-xl-83 {
    border-radius: 5.1875rem !important;
  }
  .rounded-px-xl-84 {
    border-radius: 5.25rem !important;
  }
  .rounded-px-xl-98 {
    border-radius: 6.125rem !important;
  }
  .rounded-px-xl-104 {
    border-radius: 6.5rem !important;
  }
  .rounded-px-xl-122 {
    border-radius: 7.625rem !important;
  }
  .rounded-px-xl-123 {
    border-radius: 7.6875rem !important;
  }
  .rounded-px-xl-147 {
    border-radius: 9.1875rem !important;
  }
  .rounded-px-xl-148 {
    border-radius: 9.25rem !important;
  }
  .rounded-px-xl-150 {
    border-radius: 9.375rem !important;
  }
  .rounded-px-xl-180 {
    border-radius: 11.25rem !important;
  }
  .rounded-px-xl-192 {
    border-radius: 12rem !important;
  }
  .rounded-px-xl-200 {
    border-radius: 12.5rem !important;
  }
  .rounded-px-xl-220 {
    border-radius: 13.75rem !important;
  }
  .rounded-px-xl-270 {
    border-radius: 16.875rem !important;
  }
  .rounded-px-xl-300 {
    border-radius: 18.75rem !important;
  }
  .rounded-px-xl-350 {
    border-radius: 21.875rem !important;
  }
  .rounded-px-xl-400 {
    border-radius: 25rem !important;
  }
  .rounded-px-xl-500 {
    border-radius: 31.25rem !important;
  }
  .rounded-px-xl-600 {
    border-radius: 37.5rem !important;
  }
  .border-top-right-radius-xl-0 {
    border-top-right-radius: 0 !important;
  }
  .border-top-right-radius-xl-1 {
    border-top-right-radius: 0.0625rem !important;
  }
  .border-top-right-radius-xl-2 {
    border-top-right-radius: 0.125rem !important;
  }
  .border-top-right-radius-xl-3 {
    border-top-right-radius: 0.1875rem !important;
  }
  .border-top-right-radius-xl-4 {
    border-top-right-radius: 0.5625rem !important;
  }
  .border-top-right-radius-xl-5 {
    border-top-right-radius: 0.3125rem !important;
  }
  .border-top-right-radius-xl-6 {
    border-top-right-radius: 0.375rem !important;
  }
  .border-top-right-radius-xl-7 {
    border-top-right-radius: 0.4375rem !important;
  }
  .border-top-left-radius-xl-0 {
    border-top-left-radius: 0 !important;
  }
  .border-top-left-radius-xl-1 {
    border-top-left-radius: 0.0625rem !important;
  }
  .border-top-left-radius-xl-2 {
    border-top-left-radius: 0.125rem !important;
  }
  .border-top-left-radius-xl-3 {
    border-top-left-radius: 0.1875rem !important;
  }
  .border-top-left-radius-xl-4 {
    border-top-left-radius: 0.5625rem !important;
  }
  .border-top-left-radius-xl-5 {
    border-top-left-radius: 0.3125rem !important;
  }
  .border-top-left-radius-xl-6 {
    border-top-left-radius: 0.375rem !important;
  }
  .border-top-left-radius-xl-7 {
    border-top-left-radius: 0.4375rem !important;
  }
  .border-bottom-left-radius-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .border-bottom-left-radius-xl-1 {
    border-bottom-left-radius: 0.0625rem !important;
  }
  .border-bottom-left-radius-xl-2 {
    border-bottom-left-radius: 0.125rem !important;
  }
  .border-bottom-left-radius-xl-3 {
    border-bottom-left-radius: 0.1875rem !important;
  }
  .border-bottom-left-radius-xl-4 {
    border-bottom-left-radius: 0.5625rem !important;
  }
  .border-bottom-left-radius-xl-5 {
    border-bottom-left-radius: 0.3125rem !important;
  }
  .border-bottom-left-radius-xl-6 {
    border-bottom-left-radius: 0.375rem !important;
  }
  .border-bottom-left-radius-xl-7 {
    border-bottom-left-radius: 0.4375rem !important;
  }
  .border-bottom-right-radius-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .border-bottom-right-radius-xl-1 {
    border-bottom-right-radius: 0.0625rem !important;
  }
  .border-bottom-right-radius-xl-2 {
    border-bottom-right-radius: 0.125rem !important;
  }
  .border-bottom-right-radius-xl-3 {
    border-bottom-right-radius: 0.1875rem !important;
  }
  .border-bottom-right-radius-xl-4 {
    border-bottom-right-radius: 0.5625rem !important;
  }
  .border-bottom-right-radius-xl-5 {
    border-bottom-right-radius: 0.3125rem !important;
  }
  .border-bottom-right-radius-xl-6 {
    border-bottom-right-radius: 0.375rem !important;
  }
  .border-bottom-right-radius-xl-7 {
    border-bottom-right-radius: 0.4375rem !important;
  }
  .top-px-xl-0 {
    inset-block-start: 0rem !important;
  }
  .top-px-xl-1 {
    inset-block-start: 0.0625rem !important;
  }
  .top-px-xl-2 {
    inset-block-start: 0.125rem !important;
  }
  .top-px-xl-3 {
    inset-block-start: 0.1875rem !important;
  }
  .top-px-xl-4 {
    inset-block-start: 0.25rem !important;
  }
  .top-px-xl-5 {
    inset-block-start: 0.3125rem !important;
  }
  .top-px-xl-6 {
    inset-block-start: 0.375rem !important;
  }
  .top-px-xl-7 {
    inset-block-start: 0.4375rem !important;
  }
  .top-px-xl-8 {
    inset-block-start: 0.5rem !important;
  }
  .top-px-xl-9 {
    inset-block-start: 0.5625rem !important;
  }
  .top-px-xl-10 {
    inset-block-start: 0.625rem !important;
  }
  .top-px-xl-11 {
    inset-block-start: 0.6875rem !important;
  }
  .top-px-xl-12 {
    inset-block-start: 0.75rem !important;
  }
  .top-px-xl-13 {
    inset-block-start: 0.8125rem !important;
  }
  .top-px-xl-14 {
    inset-block-start: 0.875rem !important;
  }
  .top-px-xl-15 {
    inset-block-start: 0.9375rem !important;
  }
  .top-px-xl-16 {
    inset-block-start: 1rem !important;
  }
  .top-px-xl-17 {
    inset-block-start: 1.0625rem !important;
  }
  .top-px-xl-18 {
    inset-block-start: 1.125rem !important;
  }
  .top-px-xl-19 {
    inset-block-start: 1.1875rem !important;
  }
  .top-px-xl-20 {
    inset-block-start: 1.25rem !important;
  }
  .top-px-xl-21 {
    inset-block-start: 1.3125rem !important;
  }
  .top-px-xl-22 {
    inset-block-start: 1.375rem !important;
  }
  .top-px-xl-23 {
    inset-block-start: 1.4375rem !important;
  }
  .top-px-xl-24 {
    inset-block-start: 1.5rem !important;
  }
  .top-px-xl-25 {
    inset-block-start: 1.5625rem !important;
  }
  .top-px-xl-26 {
    inset-block-start: 1.625rem !important;
  }
  .top-px-xl-27 {
    inset-block-start: 1.6875rem !important;
  }
  .top-px-xl-28 {
    inset-block-start: 1.75rem !important;
  }
  .top-px-xl-29 {
    inset-block-start: 1.8125rem !important;
  }
  .top-px-xl-30 {
    inset-block-start: 1.875rem !important;
  }
  .top-px-xl-31 {
    inset-block-start: 1.9375rem !important;
  }
  .top-px-xl-32 {
    inset-block-start: 2rem !important;
  }
  .top-px-xl-33 {
    inset-block-start: 2.0625rem !important;
  }
  .top-px-xl-34 {
    inset-block-start: 2.125rem !important;
  }
  .top-px-xl-35 {
    inset-block-start: 2.1875rem !important;
  }
  .top-px-xl-36 {
    inset-block-start: 2.25rem !important;
  }
  .top-px-xl-37 {
    inset-block-start: 2.3125rem !important;
  }
  .top-px-xl-38 {
    inset-block-start: 2.375rem !important;
  }
  .top-px-xl-39 {
    inset-block-start: 2.4375rem !important;
  }
  .top-px-xl-40 {
    inset-block-start: 2.5rem !important;
  }
  .top-px-xl-41 {
    inset-block-start: 2.5625rem !important;
  }
  .top-px-xl-42 {
    inset-block-start: 2.625rem !important;
  }
  .top-px-xl-43 {
    inset-block-start: 2.6875rem !important;
  }
  .top-px-xl-44 {
    inset-block-start: 2.75rem !important;
  }
  .top-px-xl-45 {
    inset-block-start: 2.8125rem !important;
  }
  .top-px-xl-46 {
    inset-block-start: 2.875rem !important;
  }
  .top-px-xl-47 {
    inset-block-start: 2.9375rem !important;
  }
  .top-px-xl-48 {
    inset-block-start: 3rem !important;
  }
  .top-px-xl-49 {
    inset-block-start: 3.0625rem !important;
  }
  .top-px-xl-50 {
    inset-block-start: 3.125rem !important;
  }
  .top-px-xl-51 {
    inset-block-start: 3.1875rem !important;
  }
  .top-px-xl-52 {
    inset-block-start: 3.25rem !important;
  }
  .top-px-xl-53 {
    inset-block-start: 3.3125rem !important;
  }
  .top-px-xl-54 {
    inset-block-start: 3.375rem !important;
  }
  .top-px-xl-56 {
    inset-block-start: 3.5rem !important;
  }
  .top-px-xl-57 {
    inset-block-start: 3.5625rem !important;
  }
  .top-px-xl-58 {
    inset-block-start: 3.625rem !important;
  }
  .top-px-xl-59 {
    inset-block-start: 3.6875rem !important;
  }
  .top-px-xl-60 {
    inset-block-start: 3.75rem !important;
  }
  .top-px-xl-61 {
    inset-block-start: 3.8125rem !important;
  }
  .top-px-xl-62 {
    inset-block-start: 3.875rem !important;
  }
  .top-px-xl-63 {
    inset-block-start: 3.9375rem !important;
  }
  .top-px-xl-64 {
    inset-block-start: 4rem !important;
  }
  .top-px-xl-68 {
    inset-block-start: 4.25rem !important;
  }
  .top-px-xl-70 {
    inset-block-start: 4.375rem !important;
  }
  .top-px-xl-80 {
    inset-block-start: 5rem !important;
  }
  .top-px-xl-82 {
    inset-block-start: 5.125rem !important;
  }
  .top-px-xl-83 {
    inset-block-start: 5.1875rem !important;
  }
  .top-px-xl-84 {
    inset-block-start: 5.25rem !important;
  }
  .top-px-xl-98 {
    inset-block-start: 6.125rem !important;
  }
  .top-px-xl-104 {
    inset-block-start: 6.5rem !important;
  }
  .top-px-xl-122 {
    inset-block-start: 7.625rem !important;
  }
  .top-px-xl-123 {
    inset-block-start: 7.6875rem !important;
  }
  .top-px-xl-147 {
    inset-block-start: 9.1875rem !important;
  }
  .top-px-xl-148 {
    inset-block-start: 9.25rem !important;
  }
  .top-px-xl-150 {
    inset-block-start: 9.375rem !important;
  }
  .top-px-xl-180 {
    inset-block-start: 11.25rem !important;
  }
  .top-px-xl-192 {
    inset-block-start: 12rem !important;
  }
  .top-px-xl-200 {
    inset-block-start: 12.5rem !important;
  }
  .top-px-xl-220 {
    inset-block-start: 13.75rem !important;
  }
  .top-px-xl-270 {
    inset-block-start: 16.875rem !important;
  }
  .top-px-xl-300 {
    inset-block-start: 18.75rem !important;
  }
  .top-px-xl-350 {
    inset-block-start: 21.875rem !important;
  }
  .top-px-xl-400 {
    inset-block-start: 25rem !important;
  }
  .top-px-xl-500 {
    inset-block-start: 31.25rem !important;
  }
  .top-px-xl-600 {
    inset-block-start: 37.5rem !important;
  }
  .bottom-px-xl-0 {
    inset-block-end: 0rem !important;
  }
  .bottom-px-xl-1 {
    inset-block-end: 0.0625rem !important;
  }
  .bottom-px-xl-2 {
    inset-block-end: 0.125rem !important;
  }
  .bottom-px-xl-3 {
    inset-block-end: 0.1875rem !important;
  }
  .bottom-px-xl-4 {
    inset-block-end: 0.25rem !important;
  }
  .bottom-px-xl-5 {
    inset-block-end: 0.3125rem !important;
  }
  .bottom-px-xl-6 {
    inset-block-end: 0.375rem !important;
  }
  .bottom-px-xl-7 {
    inset-block-end: 0.4375rem !important;
  }
  .bottom-px-xl-8 {
    inset-block-end: 0.5rem !important;
  }
  .bottom-px-xl-9 {
    inset-block-end: 0.5625rem !important;
  }
  .bottom-px-xl-10 {
    inset-block-end: 0.625rem !important;
  }
  .bottom-px-xl-11 {
    inset-block-end: 0.6875rem !important;
  }
  .bottom-px-xl-12 {
    inset-block-end: 0.75rem !important;
  }
  .bottom-px-xl-13 {
    inset-block-end: 0.8125rem !important;
  }
  .bottom-px-xl-14 {
    inset-block-end: 0.875rem !important;
  }
  .bottom-px-xl-15 {
    inset-block-end: 0.9375rem !important;
  }
  .bottom-px-xl-16 {
    inset-block-end: 1rem !important;
  }
  .bottom-px-xl-17 {
    inset-block-end: 1.0625rem !important;
  }
  .bottom-px-xl-18 {
    inset-block-end: 1.125rem !important;
  }
  .bottom-px-xl-19 {
    inset-block-end: 1.1875rem !important;
  }
  .bottom-px-xl-20 {
    inset-block-end: 1.25rem !important;
  }
  .bottom-px-xl-21 {
    inset-block-end: 1.3125rem !important;
  }
  .bottom-px-xl-22 {
    inset-block-end: 1.375rem !important;
  }
  .bottom-px-xl-23 {
    inset-block-end: 1.4375rem !important;
  }
  .bottom-px-xl-24 {
    inset-block-end: 1.5rem !important;
  }
  .bottom-px-xl-25 {
    inset-block-end: 1.5625rem !important;
  }
  .bottom-px-xl-26 {
    inset-block-end: 1.625rem !important;
  }
  .bottom-px-xl-27 {
    inset-block-end: 1.6875rem !important;
  }
  .bottom-px-xl-28 {
    inset-block-end: 1.75rem !important;
  }
  .bottom-px-xl-29 {
    inset-block-end: 1.8125rem !important;
  }
  .bottom-px-xl-30 {
    inset-block-end: 1.875rem !important;
  }
  .bottom-px-xl-31 {
    inset-block-end: 1.9375rem !important;
  }
  .bottom-px-xl-32 {
    inset-block-end: 2rem !important;
  }
  .bottom-px-xl-33 {
    inset-block-end: 2.0625rem !important;
  }
  .bottom-px-xl-34 {
    inset-block-end: 2.125rem !important;
  }
  .bottom-px-xl-35 {
    inset-block-end: 2.1875rem !important;
  }
  .bottom-px-xl-36 {
    inset-block-end: 2.25rem !important;
  }
  .bottom-px-xl-37 {
    inset-block-end: 2.3125rem !important;
  }
  .bottom-px-xl-38 {
    inset-block-end: 2.375rem !important;
  }
  .bottom-px-xl-39 {
    inset-block-end: 2.4375rem !important;
  }
  .bottom-px-xl-40 {
    inset-block-end: 2.5rem !important;
  }
  .bottom-px-xl-41 {
    inset-block-end: 2.5625rem !important;
  }
  .bottom-px-xl-42 {
    inset-block-end: 2.625rem !important;
  }
  .bottom-px-xl-43 {
    inset-block-end: 2.6875rem !important;
  }
  .bottom-px-xl-44 {
    inset-block-end: 2.75rem !important;
  }
  .bottom-px-xl-45 {
    inset-block-end: 2.8125rem !important;
  }
  .bottom-px-xl-46 {
    inset-block-end: 2.875rem !important;
  }
  .bottom-px-xl-47 {
    inset-block-end: 2.9375rem !important;
  }
  .bottom-px-xl-48 {
    inset-block-end: 3rem !important;
  }
  .bottom-px-xl-49 {
    inset-block-end: 3.0625rem !important;
  }
  .bottom-px-xl-50 {
    inset-block-end: 3.125rem !important;
  }
  .bottom-px-xl-51 {
    inset-block-end: 3.1875rem !important;
  }
  .bottom-px-xl-52 {
    inset-block-end: 3.25rem !important;
  }
  .bottom-px-xl-53 {
    inset-block-end: 3.3125rem !important;
  }
  .bottom-px-xl-54 {
    inset-block-end: 3.375rem !important;
  }
  .bottom-px-xl-56 {
    inset-block-end: 3.5rem !important;
  }
  .bottom-px-xl-57 {
    inset-block-end: 3.5625rem !important;
  }
  .bottom-px-xl-58 {
    inset-block-end: 3.625rem !important;
  }
  .bottom-px-xl-59 {
    inset-block-end: 3.6875rem !important;
  }
  .bottom-px-xl-60 {
    inset-block-end: 3.75rem !important;
  }
  .bottom-px-xl-61 {
    inset-block-end: 3.8125rem !important;
  }
  .bottom-px-xl-62 {
    inset-block-end: 3.875rem !important;
  }
  .bottom-px-xl-63 {
    inset-block-end: 3.9375rem !important;
  }
  .bottom-px-xl-64 {
    inset-block-end: 4rem !important;
  }
  .bottom-px-xl-68 {
    inset-block-end: 4.25rem !important;
  }
  .bottom-px-xl-70 {
    inset-block-end: 4.375rem !important;
  }
  .bottom-px-xl-80 {
    inset-block-end: 5rem !important;
  }
  .bottom-px-xl-82 {
    inset-block-end: 5.125rem !important;
  }
  .bottom-px-xl-83 {
    inset-block-end: 5.1875rem !important;
  }
  .bottom-px-xl-84 {
    inset-block-end: 5.25rem !important;
  }
  .bottom-px-xl-98 {
    inset-block-end: 6.125rem !important;
  }
  .bottom-px-xl-104 {
    inset-block-end: 6.5rem !important;
  }
  .bottom-px-xl-122 {
    inset-block-end: 7.625rem !important;
  }
  .bottom-px-xl-123 {
    inset-block-end: 7.6875rem !important;
  }
  .bottom-px-xl-147 {
    inset-block-end: 9.1875rem !important;
  }
  .bottom-px-xl-148 {
    inset-block-end: 9.25rem !important;
  }
  .bottom-px-xl-150 {
    inset-block-end: 9.375rem !important;
  }
  .bottom-px-xl-180 {
    inset-block-end: 11.25rem !important;
  }
  .bottom-px-xl-192 {
    inset-block-end: 12rem !important;
  }
  .bottom-px-xl-200 {
    inset-block-end: 12.5rem !important;
  }
  .bottom-px-xl-220 {
    inset-block-end: 13.75rem !important;
  }
  .bottom-px-xl-270 {
    inset-block-end: 16.875rem !important;
  }
  .bottom-px-xl-300 {
    inset-block-end: 18.75rem !important;
  }
  .bottom-px-xl-350 {
    inset-block-end: 21.875rem !important;
  }
  .bottom-px-xl-400 {
    inset-block-end: 25rem !important;
  }
  .bottom-px-xl-500 {
    inset-block-end: 31.25rem !important;
  }
  .bottom-px-xl-600 {
    inset-block-end: 37.5rem !important;
  }
  .start-px-xl-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-xl-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-xl-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-xl-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-xl-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-xl-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-xl-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-xl-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-xl-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-xl-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-xl-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-xl-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-xl-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-xl-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-xl-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-xl-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-xl-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-xl-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-xl-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-xl-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-xl-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-xl-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-xl-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-xl-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-xl-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-xl-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-xl-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-xl-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-xl-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-xl-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-xl-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-xl-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-xl-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-xl-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-xl-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-xl-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-xl-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-xl-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-xl-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-xl-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-xl-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-xl-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-xl-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-xl-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-xl-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-xl-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-xl-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-xl-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-xl-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-xl-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-xl-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-xl-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-xl-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-xl-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-xl-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-xl-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-xl-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-xl-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-xl-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-xl-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-xl-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-xl-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-xl-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-xl-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-xl-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-xl-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-xl-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-xl-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-xl-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-xl-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-xl-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-xl-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-xl-122 {
    inset-inline-start: 7.625rem !important;
  }
  .start-px-xl-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-xl-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-xl-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-xl-150 {
    inset-inline-start: 9.375rem !important;
  }
  .start-px-xl-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-xl-192 {
    inset-inline-start: 12rem !important;
  }
  .start-px-xl-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-xl-220 {
    inset-inline-start: 13.75rem !important;
  }
  .start-px-xl-270 {
    inset-inline-start: 16.875rem !important;
  }
  .start-px-xl-300 {
    inset-inline-start: 18.75rem !important;
  }
  .start-px-xl-350 {
    inset-inline-start: 21.875rem !important;
  }
  .start-px-xl-400 {
    inset-inline-start: 25rem !important;
  }
  .start-px-xl-500 {
    inset-inline-start: 31.25rem !important;
  }
  .start-px-xl-600 {
    inset-inline-start: 37.5rem !important;
  }
  .end-px-xl-0 {
    inset-inline-end: 0rem !important;
  }
  .end-px-xl-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-px-xl-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-px-xl-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-px-xl-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-px-xl-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-px-xl-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-px-xl-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-px-xl-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-px-xl-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-px-xl-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-px-xl-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-px-xl-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-px-xl-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-px-xl-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-px-xl-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-px-xl-16 {
    inset-inline-end: 1rem !important;
  }
  .end-px-xl-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-px-xl-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-px-xl-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-px-xl-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-px-xl-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-px-xl-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-px-xl-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-px-xl-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-px-xl-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-px-xl-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-px-xl-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-px-xl-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-px-xl-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-px-xl-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-px-xl-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-px-xl-32 {
    inset-inline-end: 2rem !important;
  }
  .end-px-xl-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-px-xl-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-px-xl-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-px-xl-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-px-xl-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-px-xl-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-px-xl-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-px-xl-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-px-xl-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-px-xl-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-px-xl-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-px-xl-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-px-xl-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-px-xl-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-px-xl-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-px-xl-48 {
    inset-inline-end: 3rem !important;
  }
  .end-px-xl-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-px-xl-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-px-xl-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-px-xl-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-px-xl-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-px-xl-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-px-xl-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-px-xl-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-px-xl-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-px-xl-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-px-xl-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-px-xl-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-px-xl-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-px-xl-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-px-xl-64 {
    inset-inline-end: 4rem !important;
  }
  .end-px-xl-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-px-xl-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-px-xl-80 {
    inset-inline-end: 5rem !important;
  }
  .end-px-xl-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-px-xl-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-px-xl-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-px-xl-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-px-xl-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-px-xl-122 {
    inset-inline-end: 7.625rem !important;
  }
  .end-px-xl-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-px-xl-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-px-xl-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-px-xl-150 {
    inset-inline-end: 9.375rem !important;
  }
  .end-px-xl-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-px-xl-192 {
    inset-inline-end: 12rem !important;
  }
  .end-px-xl-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-px-xl-220 {
    inset-inline-end: 13.75rem !important;
  }
  .end-px-xl-270 {
    inset-inline-end: 16.875rem !important;
  }
  .end-px-xl-300 {
    inset-inline-end: 18.75rem !important;
  }
  .end-px-xl-350 {
    inset-inline-end: 21.875rem !important;
  }
  .end-px-xl-400 {
    inset-inline-end: 25rem !important;
  }
  .end-px-xl-500 {
    inset-inline-end: 31.25rem !important;
  }
  .end-px-xl-600 {
    inset-inline-end: 37.5rem !important;
  }
  .top-px-xl-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .top-px-xl-n2 {
    inset-block-start: -0.125rem !important;
  }
  .top-px-xl-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .top-px-xl-n4 {
    inset-block-start: -0.25rem !important;
  }
  .top-px-xl-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .top-px-xl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-px-xl-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .top-px-xl-n8 {
    inset-block-start: -0.5rem !important;
  }
  .top-px-xl-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .top-px-xl-n10 {
    inset-block-start: -0.625rem !important;
  }
  .top-px-xl-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .top-px-xl-n12 {
    inset-block-start: -0.75rem !important;
  }
  .top-px-xl-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .top-px-xl-n14 {
    inset-block-start: -0.875rem !important;
  }
  .top-px-xl-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .top-px-xl-n16 {
    inset-block-start: -1rem !important;
  }
  .top-px-xl-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .top-px-xl-n18 {
    inset-block-start: -1.125rem !important;
  }
  .top-px-xl-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .top-px-xl-n20 {
    inset-block-start: -1.25rem !important;
  }
  .top-px-xl-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .top-px-xl-n22 {
    inset-block-start: -1.375rem !important;
  }
  .top-px-xl-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .top-px-xl-n24 {
    inset-block-start: -1.5rem !important;
  }
  .top-px-xl-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .top-px-xl-n26 {
    inset-block-start: -1.625rem !important;
  }
  .top-px-xl-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .top-px-xl-n28 {
    inset-block-start: -1.75rem !important;
  }
  .top-px-xl-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .top-px-xl-n30 {
    inset-block-start: -1.875rem !important;
  }
  .top-px-xl-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .top-px-xl-n32 {
    inset-block-start: -2rem !important;
  }
  .top-px-xl-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .top-px-xl-n34 {
    inset-block-start: -2.125rem !important;
  }
  .top-px-xl-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .top-px-xl-n36 {
    inset-block-start: -2.25rem !important;
  }
  .top-px-xl-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .top-px-xl-n38 {
    inset-block-start: -2.375rem !important;
  }
  .top-px-xl-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .top-px-xl-n40 {
    inset-block-start: -2.5rem !important;
  }
  .top-px-xl-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .top-px-xl-n42 {
    inset-block-start: -2.625rem !important;
  }
  .top-px-xl-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .top-px-xl-n44 {
    inset-block-start: -2.75rem !important;
  }
  .top-px-xl-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .top-px-xl-n46 {
    inset-block-start: -2.875rem !important;
  }
  .top-px-xl-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .top-px-xl-n48 {
    inset-block-start: -3rem !important;
  }
  .top-px-xl-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .top-px-xl-n50 {
    inset-block-start: -3.125rem !important;
  }
  .top-px-xl-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .top-px-xl-n52 {
    inset-block-start: -3.25rem !important;
  }
  .top-px-xl-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .top-px-xl-n54 {
    inset-block-start: -3.375rem !important;
  }
  .top-px-xl-n56 {
    inset-block-start: -3.5rem !important;
  }
  .top-px-xl-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .top-px-xl-n58 {
    inset-block-start: -3.625rem !important;
  }
  .top-px-xl-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .top-px-xl-n60 {
    inset-block-start: -3.75rem !important;
  }
  .top-px-xl-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .top-px-xl-n62 {
    inset-block-start: -3.875rem !important;
  }
  .top-px-xl-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .top-px-xl-n64 {
    inset-block-start: -4rem !important;
  }
  .top-px-xl-n68 {
    inset-block-start: -4.25rem !important;
  }
  .top-px-xl-n70 {
    inset-block-start: -4.375rem !important;
  }
  .top-px-xl-n80 {
    inset-block-start: -5rem !important;
  }
  .top-px-xl-n82 {
    inset-block-start: -5.125rem !important;
  }
  .top-px-xl-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .top-px-xl-n84 {
    inset-block-start: -5.25rem !important;
  }
  .top-px-xl-n98 {
    inset-block-start: -6.125rem !important;
  }
  .top-px-xl-n104 {
    inset-block-start: -6.5rem !important;
  }
  .top-px-xl-n122 {
    inset-block-start: -7.625rem !important;
  }
  .top-px-xl-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .top-px-xl-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .top-px-xl-n148 {
    inset-block-start: -9.25rem !important;
  }
  .top-px-xl-n150 {
    inset-block-start: -9.375rem !important;
  }
  .top-px-xl-n180 {
    inset-block-start: -11.25rem !important;
  }
  .top-px-xl-n192 {
    inset-block-start: -12rem !important;
  }
  .top-px-xl-n200 {
    inset-block-start: -12.5rem !important;
  }
  .top-px-xl-n220 {
    inset-block-start: -13.75rem !important;
  }
  .top-px-xl-n270 {
    inset-block-start: -16.875rem !important;
  }
  .top-px-xl-n300 {
    inset-block-start: -18.75rem !important;
  }
  .top-px-xl-n350 {
    inset-block-start: -21.875rem !important;
  }
  .top-px-xl-n400 {
    inset-block-start: -25rem !important;
  }
  .top-px-xl-n500 {
    inset-block-start: -31.25rem !important;
  }
  .top-px-xl-n600 {
    inset-block-start: -37.5rem !important;
  }
  .bottom-px-xl-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .bottom-px-xl-n2 {
    inset-block-start: -0.125rem !important;
  }
  .bottom-px-xl-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .bottom-px-xl-n4 {
    inset-block-start: -0.25rem !important;
  }
  .bottom-px-xl-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .bottom-px-xl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-px-xl-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .bottom-px-xl-n8 {
    inset-block-start: -0.5rem !important;
  }
  .bottom-px-xl-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .bottom-px-xl-n10 {
    inset-block-start: -0.625rem !important;
  }
  .bottom-px-xl-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .bottom-px-xl-n12 {
    inset-block-start: -0.75rem !important;
  }
  .bottom-px-xl-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .bottom-px-xl-n14 {
    inset-block-start: -0.875rem !important;
  }
  .bottom-px-xl-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .bottom-px-xl-n16 {
    inset-block-start: -1rem !important;
  }
  .bottom-px-xl-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .bottom-px-xl-n18 {
    inset-block-start: -1.125rem !important;
  }
  .bottom-px-xl-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .bottom-px-xl-n20 {
    inset-block-start: -1.25rem !important;
  }
  .bottom-px-xl-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .bottom-px-xl-n22 {
    inset-block-start: -1.375rem !important;
  }
  .bottom-px-xl-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .bottom-px-xl-n24 {
    inset-block-start: -1.5rem !important;
  }
  .bottom-px-xl-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .bottom-px-xl-n26 {
    inset-block-start: -1.625rem !important;
  }
  .bottom-px-xl-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .bottom-px-xl-n28 {
    inset-block-start: -1.75rem !important;
  }
  .bottom-px-xl-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .bottom-px-xl-n30 {
    inset-block-start: -1.875rem !important;
  }
  .bottom-px-xl-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .bottom-px-xl-n32 {
    inset-block-start: -2rem !important;
  }
  .bottom-px-xl-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .bottom-px-xl-n34 {
    inset-block-start: -2.125rem !important;
  }
  .bottom-px-xl-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .bottom-px-xl-n36 {
    inset-block-start: -2.25rem !important;
  }
  .bottom-px-xl-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .bottom-px-xl-n38 {
    inset-block-start: -2.375rem !important;
  }
  .bottom-px-xl-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .bottom-px-xl-n40 {
    inset-block-start: -2.5rem !important;
  }
  .bottom-px-xl-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .bottom-px-xl-n42 {
    inset-block-start: -2.625rem !important;
  }
  .bottom-px-xl-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .bottom-px-xl-n44 {
    inset-block-start: -2.75rem !important;
  }
  .bottom-px-xl-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .bottom-px-xl-n46 {
    inset-block-start: -2.875rem !important;
  }
  .bottom-px-xl-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .bottom-px-xl-n48 {
    inset-block-start: -3rem !important;
  }
  .bottom-px-xl-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .bottom-px-xl-n50 {
    inset-block-start: -3.125rem !important;
  }
  .bottom-px-xl-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .bottom-px-xl-n52 {
    inset-block-start: -3.25rem !important;
  }
  .bottom-px-xl-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .bottom-px-xl-n54 {
    inset-block-start: -3.375rem !important;
  }
  .bottom-px-xl-n56 {
    inset-block-start: -3.5rem !important;
  }
  .bottom-px-xl-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .bottom-px-xl-n58 {
    inset-block-start: -3.625rem !important;
  }
  .bottom-px-xl-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .bottom-px-xl-n60 {
    inset-block-start: -3.75rem !important;
  }
  .bottom-px-xl-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .bottom-px-xl-n62 {
    inset-block-start: -3.875rem !important;
  }
  .bottom-px-xl-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .bottom-px-xl-n64 {
    inset-block-start: -4rem !important;
  }
  .bottom-px-xl-n68 {
    inset-block-start: -4.25rem !important;
  }
  .bottom-px-xl-n70 {
    inset-block-start: -4.375rem !important;
  }
  .bottom-px-xl-n80 {
    inset-block-start: -5rem !important;
  }
  .bottom-px-xl-n82 {
    inset-block-start: -5.125rem !important;
  }
  .bottom-px-xl-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .bottom-px-xl-n84 {
    inset-block-start: -5.25rem !important;
  }
  .bottom-px-xl-n98 {
    inset-block-start: -6.125rem !important;
  }
  .bottom-px-xl-n104 {
    inset-block-start: -6.5rem !important;
  }
  .bottom-px-xl-n122 {
    inset-block-start: -7.625rem !important;
  }
  .bottom-px-xl-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .bottom-px-xl-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .bottom-px-xl-n148 {
    inset-block-start: -9.25rem !important;
  }
  .bottom-px-xl-n150 {
    inset-block-start: -9.375rem !important;
  }
  .bottom-px-xl-n180 {
    inset-block-start: -11.25rem !important;
  }
  .bottom-px-xl-n192 {
    inset-block-start: -12rem !important;
  }
  .bottom-px-xl-n200 {
    inset-block-start: -12.5rem !important;
  }
  .bottom-px-xl-n220 {
    inset-block-start: -13.75rem !important;
  }
  .bottom-px-xl-n270 {
    inset-block-start: -16.875rem !important;
  }
  .bottom-px-xl-n300 {
    inset-block-start: -18.75rem !important;
  }
  .bottom-px-xl-n350 {
    inset-block-start: -21.875rem !important;
  }
  .bottom-px-xl-n400 {
    inset-block-start: -25rem !important;
  }
  .bottom-px-xl-n500 {
    inset-block-start: -31.25rem !important;
  }
  .bottom-px-xl-n600 {
    inset-block-start: -37.5rem !important;
  }
  .start-px-xl-n1 {
    inset-inline-start: -0.0625rem !important;
  }
  .start-px-xl-n2 {
    inset-inline-start: -0.125rem !important;
  }
  .start-px-xl-n3 {
    inset-inline-start: -0.1875rem !important;
  }
  .start-px-xl-n4 {
    inset-inline-start: -0.25rem !important;
  }
  .start-px-xl-n5 {
    inset-inline-start: -0.3125rem !important;
  }
  .start-px-xl-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-px-xl-n7 {
    inset-inline-start: -0.4375rem !important;
  }
  .start-px-xl-n8 {
    inset-inline-start: -0.5rem !important;
  }
  .start-px-xl-n9 {
    inset-inline-start: -0.5625rem !important;
  }
  .start-px-xl-n10 {
    inset-inline-start: -0.625rem !important;
  }
  .start-px-xl-n11 {
    inset-inline-start: -0.6875rem !important;
  }
  .start-px-xl-n12 {
    inset-inline-start: -0.75rem !important;
  }
  .start-px-xl-n13 {
    inset-inline-start: -0.8125rem !important;
  }
  .start-px-xl-n14 {
    inset-inline-start: -0.875rem !important;
  }
  .start-px-xl-n15 {
    inset-inline-start: -0.9375rem !important;
  }
  .start-px-xl-n16 {
    inset-inline-start: -1rem !important;
  }
  .start-px-xl-n17 {
    inset-inline-start: -1.0625rem !important;
  }
  .start-px-xl-n18 {
    inset-inline-start: -1.125rem !important;
  }
  .start-px-xl-n19 {
    inset-inline-start: -1.1875rem !important;
  }
  .start-px-xl-n20 {
    inset-inline-start: -1.25rem !important;
  }
  .start-px-xl-n21 {
    inset-inline-start: -1.3125rem !important;
  }
  .start-px-xl-n22 {
    inset-inline-start: -1.375rem !important;
  }
  .start-px-xl-n23 {
    inset-inline-start: -1.4375rem !important;
  }
  .start-px-xl-n24 {
    inset-inline-start: -1.5rem !important;
  }
  .start-px-xl-n25 {
    inset-inline-start: -1.5625rem !important;
  }
  .start-px-xl-n26 {
    inset-inline-start: -1.625rem !important;
  }
  .start-px-xl-n27 {
    inset-inline-start: -1.6875rem !important;
  }
  .start-px-xl-n28 {
    inset-inline-start: -1.75rem !important;
  }
  .start-px-xl-n29 {
    inset-inline-start: -1.8125rem !important;
  }
  .start-px-xl-n30 {
    inset-inline-start: -1.875rem !important;
  }
  .start-px-xl-n31 {
    inset-inline-start: -1.9375rem !important;
  }
  .start-px-xl-n32 {
    inset-inline-start: -2rem !important;
  }
  .start-px-xl-n33 {
    inset-inline-start: -2.0625rem !important;
  }
  .start-px-xl-n34 {
    inset-inline-start: -2.125rem !important;
  }
  .start-px-xl-n35 {
    inset-inline-start: -2.1875rem !important;
  }
  .start-px-xl-n36 {
    inset-inline-start: -2.25rem !important;
  }
  .start-px-xl-n37 {
    inset-inline-start: -2.3125rem !important;
  }
  .start-px-xl-n38 {
    inset-inline-start: -2.375rem !important;
  }
  .start-px-xl-n39 {
    inset-inline-start: -2.4375rem !important;
  }
  .start-px-xl-n40 {
    inset-inline-start: -2.5rem !important;
  }
  .start-px-xl-n41 {
    inset-inline-start: -2.5625rem !important;
  }
  .start-px-xl-n42 {
    inset-inline-start: -2.625rem !important;
  }
  .start-px-xl-n43 {
    inset-inline-start: -2.6875rem !important;
  }
  .start-px-xl-n44 {
    inset-inline-start: -2.75rem !important;
  }
  .start-px-xl-n45 {
    inset-inline-start: -2.8125rem !important;
  }
  .start-px-xl-n46 {
    inset-inline-start: -2.875rem !important;
  }
  .start-px-xl-n47 {
    inset-inline-start: -2.9375rem !important;
  }
  .start-px-xl-n48 {
    inset-inline-start: -3rem !important;
  }
  .start-px-xl-n49 {
    inset-inline-start: -3.0625rem !important;
  }
  .start-px-xl-n50 {
    inset-inline-start: -3.125rem !important;
  }
  .start-px-xl-n51 {
    inset-inline-start: -3.1875rem !important;
  }
  .start-px-xl-n52 {
    inset-inline-start: -3.25rem !important;
  }
  .start-px-xl-n53 {
    inset-inline-start: -3.3125rem !important;
  }
  .start-px-xl-n54 {
    inset-inline-start: -3.375rem !important;
  }
  .start-px-xl-n56 {
    inset-inline-start: -3.5rem !important;
  }
  .start-px-xl-n57 {
    inset-inline-start: -3.5625rem !important;
  }
  .start-px-xl-n58 {
    inset-inline-start: -3.625rem !important;
  }
  .start-px-xl-n59 {
    inset-inline-start: -3.6875rem !important;
  }
  .start-px-xl-n60 {
    inset-inline-start: -3.75rem !important;
  }
  .start-px-xl-n61 {
    inset-inline-start: -3.8125rem !important;
  }
  .start-px-xl-n62 {
    inset-inline-start: -3.875rem !important;
  }
  .start-px-xl-n63 {
    inset-inline-start: -3.9375rem !important;
  }
  .start-px-xl-n64 {
    inset-inline-start: -4rem !important;
  }
  .start-px-xl-n68 {
    inset-inline-start: -4.25rem !important;
  }
  .start-px-xl-n70 {
    inset-inline-start: -4.375rem !important;
  }
  .start-px-xl-n80 {
    inset-inline-start: -5rem !important;
  }
  .start-px-xl-n82 {
    inset-inline-start: -5.125rem !important;
  }
  .start-px-xl-n83 {
    inset-inline-start: -5.1875rem !important;
  }
  .start-px-xl-n84 {
    inset-inline-start: -5.25rem !important;
  }
  .start-px-xl-n98 {
    inset-inline-start: -6.125rem !important;
  }
  .start-px-xl-n104 {
    inset-inline-start: -6.5rem !important;
  }
  .start-px-xl-n122 {
    inset-inline-start: -7.625rem !important;
  }
  .start-px-xl-n123 {
    inset-inline-start: -7.6875rem !important;
  }
  .start-px-xl-n147 {
    inset-inline-start: -9.1875rem !important;
  }
  .start-px-xl-n148 {
    inset-inline-start: -9.25rem !important;
  }
  .start-px-xl-n150 {
    inset-inline-start: -9.375rem !important;
  }
  .start-px-xl-n180 {
    inset-inline-start: -11.25rem !important;
  }
  .start-px-xl-n192 {
    inset-inline-start: -12rem !important;
  }
  .start-px-xl-n200 {
    inset-inline-start: -12.5rem !important;
  }
  .start-px-xl-n220 {
    inset-inline-start: -13.75rem !important;
  }
  .start-px-xl-n270 {
    inset-inline-start: -16.875rem !important;
  }
  .start-px-xl-n300 {
    inset-inline-start: -18.75rem !important;
  }
  .start-px-xl-n350 {
    inset-inline-start: -21.875rem !important;
  }
  .start-px-xl-n400 {
    inset-inline-start: -25rem !important;
  }
  .start-px-xl-n500 {
    inset-inline-start: -31.25rem !important;
  }
  .start-px-xl-n600 {
    inset-inline-start: -37.5rem !important;
  }
  .end-px-xl-n1 {
    inset-inline-end: -0.0625rem !important;
  }
  .end-px-xl-n2 {
    inset-inline-end: -0.125rem !important;
  }
  .end-px-xl-n3 {
    inset-inline-end: -0.1875rem !important;
  }
  .end-px-xl-n4 {
    inset-inline-end: -0.25rem !important;
  }
  .end-px-xl-n5 {
    inset-inline-end: -0.3125rem !important;
  }
  .end-px-xl-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-px-xl-n7 {
    inset-inline-end: -0.4375rem !important;
  }
  .end-px-xl-n8 {
    inset-inline-end: -0.5rem !important;
  }
  .end-px-xl-n9 {
    inset-inline-end: -0.5625rem !important;
  }
  .end-px-xl-n10 {
    inset-inline-end: -0.625rem !important;
  }
  .end-px-xl-n11 {
    inset-inline-end: -0.6875rem !important;
  }
  .end-px-xl-n12 {
    inset-inline-end: -0.75rem !important;
  }
  .end-px-xl-n13 {
    inset-inline-end: -0.8125rem !important;
  }
  .end-px-xl-n14 {
    inset-inline-end: -0.875rem !important;
  }
  .end-px-xl-n15 {
    inset-inline-end: -0.9375rem !important;
  }
  .end-px-xl-n16 {
    inset-inline-end: -1rem !important;
  }
  .end-px-xl-n17 {
    inset-inline-end: -1.0625rem !important;
  }
  .end-px-xl-n18 {
    inset-inline-end: -1.125rem !important;
  }
  .end-px-xl-n19 {
    inset-inline-end: -1.1875rem !important;
  }
  .end-px-xl-n20 {
    inset-inline-end: -1.25rem !important;
  }
  .end-px-xl-n21 {
    inset-inline-end: -1.3125rem !important;
  }
  .end-px-xl-n22 {
    inset-inline-end: -1.375rem !important;
  }
  .end-px-xl-n23 {
    inset-inline-end: -1.4375rem !important;
  }
  .end-px-xl-n24 {
    inset-inline-end: -1.5rem !important;
  }
  .end-px-xl-n25 {
    inset-inline-end: -1.5625rem !important;
  }
  .end-px-xl-n26 {
    inset-inline-end: -1.625rem !important;
  }
  .end-px-xl-n27 {
    inset-inline-end: -1.6875rem !important;
  }
  .end-px-xl-n28 {
    inset-inline-end: -1.75rem !important;
  }
  .end-px-xl-n29 {
    inset-inline-end: -1.8125rem !important;
  }
  .end-px-xl-n30 {
    inset-inline-end: -1.875rem !important;
  }
  .end-px-xl-n31 {
    inset-inline-end: -1.9375rem !important;
  }
  .end-px-xl-n32 {
    inset-inline-end: -2rem !important;
  }
  .end-px-xl-n33 {
    inset-inline-end: -2.0625rem !important;
  }
  .end-px-xl-n34 {
    inset-inline-end: -2.125rem !important;
  }
  .end-px-xl-n35 {
    inset-inline-end: -2.1875rem !important;
  }
  .end-px-xl-n36 {
    inset-inline-end: -2.25rem !important;
  }
  .end-px-xl-n37 {
    inset-inline-end: -2.3125rem !important;
  }
  .end-px-xl-n38 {
    inset-inline-end: -2.375rem !important;
  }
  .end-px-xl-n39 {
    inset-inline-end: -2.4375rem !important;
  }
  .end-px-xl-n40 {
    inset-inline-end: -2.5rem !important;
  }
  .end-px-xl-n41 {
    inset-inline-end: -2.5625rem !important;
  }
  .end-px-xl-n42 {
    inset-inline-end: -2.625rem !important;
  }
  .end-px-xl-n43 {
    inset-inline-end: -2.6875rem !important;
  }
  .end-px-xl-n44 {
    inset-inline-end: -2.75rem !important;
  }
  .end-px-xl-n45 {
    inset-inline-end: -2.8125rem !important;
  }
  .end-px-xl-n46 {
    inset-inline-end: -2.875rem !important;
  }
  .end-px-xl-n47 {
    inset-inline-end: -2.9375rem !important;
  }
  .end-px-xl-n48 {
    inset-inline-end: -3rem !important;
  }
  .end-px-xl-n49 {
    inset-inline-end: -3.0625rem !important;
  }
  .end-px-xl-n50 {
    inset-inline-end: -3.125rem !important;
  }
  .end-px-xl-n51 {
    inset-inline-end: -3.1875rem !important;
  }
  .end-px-xl-n52 {
    inset-inline-end: -3.25rem !important;
  }
  .end-px-xl-n53 {
    inset-inline-end: -3.3125rem !important;
  }
  .end-px-xl-n54 {
    inset-inline-end: -3.375rem !important;
  }
  .end-px-xl-n56 {
    inset-inline-end: -3.5rem !important;
  }
  .end-px-xl-n57 {
    inset-inline-end: -3.5625rem !important;
  }
  .end-px-xl-n58 {
    inset-inline-end: -3.625rem !important;
  }
  .end-px-xl-n59 {
    inset-inline-end: -3.6875rem !important;
  }
  .end-px-xl-n60 {
    inset-inline-end: -3.75rem !important;
  }
  .end-px-xl-n61 {
    inset-inline-end: -3.8125rem !important;
  }
  .end-px-xl-n62 {
    inset-inline-end: -3.875rem !important;
  }
  .end-px-xl-n63 {
    inset-inline-end: -3.9375rem !important;
  }
  .end-px-xl-n64 {
    inset-inline-end: -4rem !important;
  }
  .end-px-xl-n68 {
    inset-inline-end: -4.25rem !important;
  }
  .end-px-xl-n70 {
    inset-inline-end: -4.375rem !important;
  }
  .end-px-xl-n80 {
    inset-inline-end: -5rem !important;
  }
  .end-px-xl-n82 {
    inset-inline-end: -5.125rem !important;
  }
  .end-px-xl-n83 {
    inset-inline-end: -5.1875rem !important;
  }
  .end-px-xl-n84 {
    inset-inline-end: -5.25rem !important;
  }
  .end-px-xl-n98 {
    inset-inline-end: -6.125rem !important;
  }
  .end-px-xl-n104 {
    inset-inline-end: -6.5rem !important;
  }
  .end-px-xl-n122 {
    inset-inline-end: -7.625rem !important;
  }
  .end-px-xl-n123 {
    inset-inline-end: -7.6875rem !important;
  }
  .end-px-xl-n147 {
    inset-inline-end: -9.1875rem !important;
  }
  .end-px-xl-n148 {
    inset-inline-end: -9.25rem !important;
  }
  .end-px-xl-n150 {
    inset-inline-end: -9.375rem !important;
  }
  .end-px-xl-n180 {
    inset-inline-end: -11.25rem !important;
  }
  .end-px-xl-n192 {
    inset-inline-end: -12rem !important;
  }
  .end-px-xl-n200 {
    inset-inline-end: -12.5rem !important;
  }
  .end-px-xl-n220 {
    inset-inline-end: -13.75rem !important;
  }
  .end-px-xl-n270 {
    inset-inline-end: -16.875rem !important;
  }
  .end-px-xl-n300 {
    inset-inline-end: -18.75rem !important;
  }
  .end-px-xl-n350 {
    inset-inline-end: -21.875rem !important;
  }
  .end-px-xl-n400 {
    inset-inline-end: -25rem !important;
  }
  .end-px-xl-n500 {
    inset-inline-end: -31.25rem !important;
  }
  .end-px-xl-n600 {
    inset-inline-end: -37.5rem !important;
  }
  .object-position-xl-top {
    object-position: top !important;
  }
  .object-position-xl-center {
    object-position: center !important;
  }
  .object-position-xl-bottom {
    object-position: bottom !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    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;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl-35 {
    opacity: 0.35 !important;
  }
  .opacity-xxl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl-45 {
    opacity: 0.45 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-55 {
    opacity: 0.55 !important;
  }
  .opacity-xxl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl-65 {
    opacity: 0.65 !important;
  }
  .opacity-xxl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl-95 {
    opacity: 0.95 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !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;
  }
  .top-xxl-0 {
    inset-block-start: 0% !important;
  }
  .top-xxl-5 {
    inset-block-start: 5% !important;
  }
  .top-xxl-10 {
    inset-block-start: 10% !important;
  }
  .top-xxl-20 {
    inset-block-start: 20% !important;
  }
  .top-xxl-25 {
    inset-block-start: 25% !important;
  }
  .top-xxl-30 {
    inset-block-start: 30% !important;
  }
  .top-xxl-33_3 {
    inset-block-start: 33.3% !important;
  }
  .top-xxl-35 {
    inset-block-start: 35% !important;
  }
  .top-xxl-40 {
    inset-block-start: 40% !important;
  }
  .top-xxl-44 {
    inset-block-start: 44% !important;
  }
  .top-xxl-45 {
    inset-block-start: 45% !important;
  }
  .top-xxl-46 {
    inset-block-start: 46% !important;
  }
  .top-xxl-48 {
    inset-block-start: 48% !important;
  }
  .top-xxl-50 {
    inset-block-start: 50% !important;
  }
  .top-xxl-60 {
    inset-block-start: 60% !important;
  }
  .top-xxl-65 {
    inset-block-start: 65% !important;
  }
  .top-xxl-70 {
    inset-block-start: 70% !important;
  }
  .top-xxl-75 {
    inset-block-start: 75% !important;
  }
  .top-xxl-80 {
    inset-block-start: 80% !important;
  }
  .top-xxl-90 {
    inset-block-start: 90% !important;
  }
  .top-xxl-95 {
    inset-block-start: 95% !important;
  }
  .top-xxl-100 {
    inset-block-start: 100% !important;
  }
  .top-xxl-auto {
    inset-block-start: auto !important;
  }
  .bottom-xxl-0 {
    inset-block-end: 0% !important;
  }
  .bottom-xxl-5 {
    inset-block-end: 5% !important;
  }
  .bottom-xxl-10 {
    inset-block-end: 10% !important;
  }
  .bottom-xxl-20 {
    inset-block-end: 20% !important;
  }
  .bottom-xxl-25 {
    inset-block-end: 25% !important;
  }
  .bottom-xxl-30 {
    inset-block-end: 30% !important;
  }
  .bottom-xxl-33_3 {
    inset-block-end: 33.3% !important;
  }
  .bottom-xxl-35 {
    inset-block-end: 35% !important;
  }
  .bottom-xxl-40 {
    inset-block-end: 40% !important;
  }
  .bottom-xxl-44 {
    inset-block-end: 44% !important;
  }
  .bottom-xxl-45 {
    inset-block-end: 45% !important;
  }
  .bottom-xxl-46 {
    inset-block-end: 46% !important;
  }
  .bottom-xxl-48 {
    inset-block-end: 48% !important;
  }
  .bottom-xxl-50 {
    inset-block-end: 50% !important;
  }
  .bottom-xxl-60 {
    inset-block-end: 60% !important;
  }
  .bottom-xxl-65 {
    inset-block-end: 65% !important;
  }
  .bottom-xxl-70 {
    inset-block-end: 70% !important;
  }
  .bottom-xxl-75 {
    inset-block-end: 75% !important;
  }
  .bottom-xxl-80 {
    inset-block-end: 80% !important;
  }
  .bottom-xxl-90 {
    inset-block-end: 90% !important;
  }
  .bottom-xxl-95 {
    inset-block-end: 95% !important;
  }
  .bottom-xxl-100 {
    inset-block-end: 100% !important;
  }
  .bottom-xxl-auto {
    inset-block-end: auto !important;
  }
  .start-xxl-0 {
    inset-inline-start: 0% !important;
  }
  .start-xxl-5 {
    inset-inline-start: 5% !important;
  }
  .start-xxl-10 {
    inset-inline-start: 10% !important;
  }
  .start-xxl-20 {
    inset-inline-start: 20% !important;
  }
  .start-xxl-25 {
    inset-inline-start: 25% !important;
  }
  .start-xxl-30 {
    inset-inline-start: 30% !important;
  }
  .start-xxl-33_3 {
    inset-inline-start: 33.3% !important;
  }
  .start-xxl-35 {
    inset-inline-start: 35% !important;
  }
  .start-xxl-40 {
    inset-inline-start: 40% !important;
  }
  .start-xxl-44 {
    inset-inline-start: 44% !important;
  }
  .start-xxl-45 {
    inset-inline-start: 45% !important;
  }
  .start-xxl-46 {
    inset-inline-start: 46% !important;
  }
  .start-xxl-48 {
    inset-inline-start: 48% !important;
  }
  .start-xxl-50 {
    inset-inline-start: 50% !important;
  }
  .start-xxl-60 {
    inset-inline-start: 60% !important;
  }
  .start-xxl-65 {
    inset-inline-start: 65% !important;
  }
  .start-xxl-70 {
    inset-inline-start: 70% !important;
  }
  .start-xxl-75 {
    inset-inline-start: 75% !important;
  }
  .start-xxl-80 {
    inset-inline-start: 80% !important;
  }
  .start-xxl-90 {
    inset-inline-start: 90% !important;
  }
  .start-xxl-95 {
    inset-inline-start: 95% !important;
  }
  .start-xxl-100 {
    inset-inline-start: 100% !important;
  }
  .start-xxl-auto {
    inset-inline-start: auto !important;
  }
  .end-xxl-0 {
    inset-inline-end: 0% !important;
  }
  .end-xxl-5 {
    inset-inline-end: 5% !important;
  }
  .end-xxl-10 {
    inset-inline-end: 10% !important;
  }
  .end-xxl-20 {
    inset-inline-end: 20% !important;
  }
  .end-xxl-25 {
    inset-inline-end: 25% !important;
  }
  .end-xxl-30 {
    inset-inline-end: 30% !important;
  }
  .end-xxl-33_3 {
    inset-inline-end: 33.3% !important;
  }
  .end-xxl-35 {
    inset-inline-end: 35% !important;
  }
  .end-xxl-40 {
    inset-inline-end: 40% !important;
  }
  .end-xxl-44 {
    inset-inline-end: 44% !important;
  }
  .end-xxl-45 {
    inset-inline-end: 45% !important;
  }
  .end-xxl-46 {
    inset-inline-end: 46% !important;
  }
  .end-xxl-48 {
    inset-inline-end: 48% !important;
  }
  .end-xxl-50 {
    inset-inline-end: 50% !important;
  }
  .end-xxl-60 {
    inset-inline-end: 60% !important;
  }
  .end-xxl-65 {
    inset-inline-end: 65% !important;
  }
  .end-xxl-70 {
    inset-inline-end: 70% !important;
  }
  .end-xxl-75 {
    inset-inline-end: 75% !important;
  }
  .end-xxl-80 {
    inset-inline-end: 80% !important;
  }
  .end-xxl-90 {
    inset-inline-end: 90% !important;
  }
  .end-xxl-95 {
    inset-inline-end: 95% !important;
  }
  .end-xxl-100 {
    inset-inline-end: 100% !important;
  }
  .end-xxl-auto {
    inset-inline-end: auto !important;
  }
  .border-top-xxl-0 {
    border-block-start: 0px !important;
  }
  .border-top-xxl-1 {
    border-block-start: 1px solid !important;
  }
  .border-top-xxl-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-xxl-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-xxl-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-xxl-5 {
    border-block-start: 5px solid !important;
  }
  .border-end-xxl-0 {
    border-inline-end: 0px !important;
  }
  .border-end-xxl-1 {
    border-inline-end: 1px solid !important;
  }
  .border-end-xxl-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-xxl-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-xxl-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-xxl-5 {
    border-inline-end: 5px solid !important;
  }
  .border-bottom-xxl-0 {
    border-block-end: 0px !important;
  }
  .border-bottom-xxl-1 {
    border-block-end: 1px solid !important;
  }
  .border-bottom-xxl-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-xxl-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-xxl-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-xxl-5 {
    border-block-end: 5px solid !important;
  }
  .border-start-xxl-0 {
    border-inline-start: 0px !important;
  }
  .border-start-xxl-1 {
    border-inline-start: 1px solid !important;
  }
  .border-start-xxl-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-xxl-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-xxl-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-xxl-5 {
    border-inline-start: 5px solid !important;
  }
  .max-w-xxl-0 {
    max-width: 0% !important;
  }
  .max-w-xxl-5 {
    max-width: 5% !important;
  }
  .max-w-xxl-10 {
    max-width: 10% !important;
  }
  .max-w-xxl-20 {
    max-width: 20% !important;
  }
  .max-w-xxl-25 {
    max-width: 25% !important;
  }
  .max-w-xxl-30 {
    max-width: 30% !important;
  }
  .max-w-xxl-33_3 {
    max-width: 33.3% !important;
  }
  .max-w-xxl-35 {
    max-width: 35% !important;
  }
  .max-w-xxl-40 {
    max-width: 40% !important;
  }
  .max-w-xxl-44 {
    max-width: 44% !important;
  }
  .max-w-xxl-45 {
    max-width: 45% !important;
  }
  .max-w-xxl-46 {
    max-width: 46% !important;
  }
  .max-w-xxl-48 {
    max-width: 48% !important;
  }
  .max-w-xxl-50 {
    max-width: 50% !important;
  }
  .max-w-xxl-60 {
    max-width: 60% !important;
  }
  .max-w-xxl-65 {
    max-width: 65% !important;
  }
  .max-w-xxl-70 {
    max-width: 70% !important;
  }
  .max-w-xxl-75 {
    max-width: 75% !important;
  }
  .max-w-xxl-80 {
    max-width: 80% !important;
  }
  .max-w-xxl-90 {
    max-width: 90% !important;
  }
  .max-w-xxl-95 {
    max-width: 95% !important;
  }
  .max-w-xxl-100 {
    max-width: 100% !important;
  }
  .max-w-xxl-auto {
    max-width: auto !important;
  }
  .h-xxl-0 {
    height: 0% !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-33_3 {
    height: 33.3% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-44 {
    height: 44% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-46 {
    height: 46% !important;
  }
  .h-xxl-48 {
    height: 48% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .max-h-xxl-0 {
    max-height: 0% !important;
  }
  .max-h-xxl-5 {
    max-height: 5% !important;
  }
  .max-h-xxl-10 {
    max-height: 10% !important;
  }
  .max-h-xxl-20 {
    max-height: 20% !important;
  }
  .max-h-xxl-25 {
    max-height: 25% !important;
  }
  .max-h-xxl-30 {
    max-height: 30% !important;
  }
  .max-h-xxl-33_3 {
    max-height: 33.3% !important;
  }
  .max-h-xxl-35 {
    max-height: 35% !important;
  }
  .max-h-xxl-40 {
    max-height: 40% !important;
  }
  .max-h-xxl-44 {
    max-height: 44% !important;
  }
  .max-h-xxl-45 {
    max-height: 45% !important;
  }
  .max-h-xxl-46 {
    max-height: 46% !important;
  }
  .max-h-xxl-48 {
    max-height: 48% !important;
  }
  .max-h-xxl-50 {
    max-height: 50% !important;
  }
  .max-h-xxl-60 {
    max-height: 60% !important;
  }
  .max-h-xxl-65 {
    max-height: 65% !important;
  }
  .max-h-xxl-70 {
    max-height: 70% !important;
  }
  .max-h-xxl-75 {
    max-height: 75% !important;
  }
  .max-h-xxl-80 {
    max-height: 80% !important;
  }
  .max-h-xxl-90 {
    max-height: 90% !important;
  }
  .max-h-xxl-95 {
    max-height: 95% !important;
  }
  .max-h-xxl-100 {
    max-height: 100% !important;
  }
  .max-h-xxl-auto {
    max-height: auto !important;
  }
  .vh-calc-xxl-unset {
    height: unset !important;
  }
  .vh-calc-xxl-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-calc-xxl-92 {
    height: calc(100vh - 92px) !important;
  }
  .vh-calc-xxl-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-calc-xxl-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-calc-xxl-156 {
    height: calc(100vh - 156px) !important;
  }
  .vh-calc-xxl-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-calc-xxl-188 {
    height: calc(100vh - 60px - 128px) !important;
  }
  .vh-calc-xxl-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-calc-xxl-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-calc-xxl-198 {
    height: calc(100vh - 60px - 138px) !important;
  }
  .vh-calc-xxl-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-calc-xxl-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-calc-xxl-210 {
    height: calc(100vh - 60px - 150px) !important;
  }
  .vh-calc-xxl-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-calc-xxl-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-calc-xxl-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-calc-xxl-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-calc-xxl-242 {
    height: calc(100vh - 60px - 80px - 102px) !important;
  }
  .vh-calc-xxl-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-calc-xxl-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-xxl-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-calc-xxl-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-calc-xxl-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-calc-xxl-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-calc-xxl-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-calc-xxl-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-calc-xxl-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-calc-xxl-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-calc-xxl-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-calc-xxl-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-calc-xxl-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-calc-xxl-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-calc-xxl-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-calc-xxl-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-calc-xxl-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-calc-xxl-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-calc-xxl-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-calc-xxl-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-calc-xxl-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-calc-xxl-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-calc-xxl-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-calc-xxl-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-calc-xxl-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .flex-xxl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xxl-0 {
    flex: 0 0 auto !important;
  }
  .flex-xxl-1 {
    flex: 1 !important;
  }
  .flex-xxl-2 {
    flex: 2 !important;
  }
  .flex-xxl-3 {
    flex: 3 !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: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-px-xxl-0 {
    row-gap: 0rem !important;
  }
  .row-gap-px-xxl-1 {
    row-gap: 0.0625rem !important;
  }
  .row-gap-px-xxl-2 {
    row-gap: 0.125rem !important;
  }
  .row-gap-px-xxl-3 {
    row-gap: 0.1875rem !important;
  }
  .row-gap-px-xxl-4 {
    row-gap: 0.25rem !important;
  }
  .row-gap-px-xxl-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-px-xxl-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-px-xxl-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-px-xxl-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-px-xxl-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-px-xxl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-px-xxl-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-px-xxl-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-px-xxl-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-px-xxl-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-px-xxl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-px-xxl-16 {
    row-gap: 1rem !important;
  }
  .row-gap-px-xxl-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-px-xxl-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-px-xxl-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-px-xxl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-px-xxl-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-px-xxl-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-px-xxl-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-px-xxl-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-px-xxl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-px-xxl-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-px-xxl-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-px-xxl-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-px-xxl-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-px-xxl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-px-xxl-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-px-xxl-32 {
    row-gap: 2rem !important;
  }
  .row-gap-px-xxl-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-px-xxl-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-px-xxl-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-px-xxl-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-px-xxl-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-px-xxl-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-px-xxl-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-px-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-px-xxl-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-px-xxl-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-px-xxl-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-px-xxl-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-px-xxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-px-xxl-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-px-xxl-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-px-xxl-48 {
    row-gap: 3rem !important;
  }
  .row-gap-px-xxl-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-px-xxl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-px-xxl-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-px-xxl-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-px-xxl-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-px-xxl-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-px-xxl-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-px-xxl-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-px-xxl-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-px-xxl-59 {
    row-gap: 3.6875rem !important;
  }
  .row-gap-px-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-px-xxl-61 {
    row-gap: 3.8125rem !important;
  }
  .row-gap-px-xxl-62 {
    row-gap: 3.875rem !important;
  }
  .row-gap-px-xxl-63 {
    row-gap: 3.9375rem !important;
  }
  .row-gap-px-xxl-64 {
    row-gap: 4rem !important;
  }
  .row-gap-px-xxl-68 {
    row-gap: 4.25rem !important;
  }
  .row-gap-px-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-px-xxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-px-xxl-82 {
    row-gap: 5.125rem !important;
  }
  .row-gap-px-xxl-83 {
    row-gap: 5.1875rem !important;
  }
  .row-gap-px-xxl-84 {
    row-gap: 5.25rem !important;
  }
  .row-gap-px-xxl-98 {
    row-gap: 6.125rem !important;
  }
  .row-gap-px-xxl-104 {
    row-gap: 6.5rem !important;
  }
  .row-gap-px-xxl-122 {
    row-gap: 7.625rem !important;
  }
  .row-gap-px-xxl-123 {
    row-gap: 7.6875rem !important;
  }
  .row-gap-px-xxl-147 {
    row-gap: 9.1875rem !important;
  }
  .row-gap-px-xxl-148 {
    row-gap: 9.25rem !important;
  }
  .row-gap-px-xxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-px-xxl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-px-xxl-192 {
    row-gap: 12rem !important;
  }
  .row-gap-px-xxl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-px-xxl-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-px-xxl-270 {
    row-gap: 16.875rem !important;
  }
  .row-gap-px-xxl-300 {
    row-gap: 18.75rem !important;
  }
  .row-gap-px-xxl-350 {
    row-gap: 21.875rem !important;
  }
  .row-gap-px-xxl-400 {
    row-gap: 25rem !important;
  }
  .row-gap-px-xxl-500 {
    row-gap: 31.25rem !important;
  }
  .row-gap-px-xxl-600 {
    row-gap: 37.5rem !important;
  }
  .column-gap-px-xxl-0 {
    column-gap: 0rem !important;
  }
  .column-gap-px-xxl-1 {
    column-gap: 0.0625rem !important;
  }
  .column-gap-px-xxl-2 {
    column-gap: 0.125rem !important;
  }
  .column-gap-px-xxl-3 {
    column-gap: 0.1875rem !important;
  }
  .column-gap-px-xxl-4 {
    column-gap: 0.25rem !important;
  }
  .column-gap-px-xxl-5 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-px-xxl-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-px-xxl-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-px-xxl-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-px-xxl-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-px-xxl-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-px-xxl-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-px-xxl-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-px-xxl-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-px-xxl-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-px-xxl-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-px-xxl-16 {
    column-gap: 1rem !important;
  }
  .column-gap-px-xxl-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-px-xxl-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-px-xxl-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-px-xxl-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-px-xxl-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-px-xxl-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-px-xxl-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-px-xxl-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-px-xxl-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-px-xxl-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-px-xxl-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-px-xxl-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-px-xxl-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-px-xxl-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-px-xxl-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-px-xxl-32 {
    column-gap: 2rem !important;
  }
  .column-gap-px-xxl-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-px-xxl-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-px-xxl-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-px-xxl-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-px-xxl-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-px-xxl-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-px-xxl-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-px-xxl-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-px-xxl-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-px-xxl-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-px-xxl-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-px-xxl-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-px-xxl-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-px-xxl-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-px-xxl-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-px-xxl-48 {
    column-gap: 3rem !important;
  }
  .column-gap-px-xxl-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-px-xxl-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-px-xxl-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-px-xxl-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-px-xxl-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-px-xxl-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-px-xxl-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-px-xxl-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-px-xxl-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-px-xxl-59 {
    column-gap: 3.6875rem !important;
  }
  .column-gap-px-xxl-60 {
    column-gap: 3.75rem !important;
  }
  .column-gap-px-xxl-61 {
    column-gap: 3.8125rem !important;
  }
  .column-gap-px-xxl-62 {
    column-gap: 3.875rem !important;
  }
  .column-gap-px-xxl-63 {
    column-gap: 3.9375rem !important;
  }
  .column-gap-px-xxl-64 {
    column-gap: 4rem !important;
  }
  .column-gap-px-xxl-68 {
    column-gap: 4.25rem !important;
  }
  .column-gap-px-xxl-70 {
    column-gap: 4.375rem !important;
  }
  .column-gap-px-xxl-80 {
    column-gap: 5rem !important;
  }
  .column-gap-px-xxl-82 {
    column-gap: 5.125rem !important;
  }
  .column-gap-px-xxl-83 {
    column-gap: 5.1875rem !important;
  }
  .column-gap-px-xxl-84 {
    column-gap: 5.25rem !important;
  }
  .column-gap-px-xxl-98 {
    column-gap: 6.125rem !important;
  }
  .column-gap-px-xxl-104 {
    column-gap: 6.5rem !important;
  }
  .column-gap-px-xxl-122 {
    column-gap: 7.625rem !important;
  }
  .column-gap-px-xxl-123 {
    column-gap: 7.6875rem !important;
  }
  .column-gap-px-xxl-147 {
    column-gap: 9.1875rem !important;
  }
  .column-gap-px-xxl-148 {
    column-gap: 9.25rem !important;
  }
  .column-gap-px-xxl-150 {
    column-gap: 9.375rem !important;
  }
  .column-gap-px-xxl-180 {
    column-gap: 11.25rem !important;
  }
  .column-gap-px-xxl-192 {
    column-gap: 12rem !important;
  }
  .column-gap-px-xxl-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-px-xxl-220 {
    column-gap: 13.75rem !important;
  }
  .column-gap-px-xxl-270 {
    column-gap: 16.875rem !important;
  }
  .column-gap-px-xxl-300 {
    column-gap: 18.75rem !important;
  }
  .column-gap-px-xxl-350 {
    column-gap: 21.875rem !important;
  }
  .column-gap-px-xxl-400 {
    column-gap: 25rem !important;
  }
  .column-gap-px-xxl-500 {
    column-gap: 31.25rem !important;
  }
  .column-gap-px-xxl-600 {
    column-gap: 37.5rem !important;
  }
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  .grid-cols-xxl-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .fs-xxl-0 {
    font-size: 0rem !important;
  }
  .fs-xxl-1 {
    font-size: 0.0625rem !important;
  }
  .fs-xxl-2 {
    font-size: 0.125rem !important;
  }
  .fs-xxl-3 {
    font-size: 0.1875rem !important;
  }
  .fs-xxl-4 {
    font-size: 0.25rem !important;
  }
  .fs-xxl-5 {
    font-size: 0.3125rem !important;
  }
  .fs-xxl-6 {
    font-size: 0.375rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.4375rem !important;
  }
  .fs-xxl-8 {
    font-size: 0.5rem !important;
  }
  .fs-xxl-9 {
    font-size: 0.5625rem !important;
  }
  .fs-xxl-10 {
    font-size: 0.625rem !important;
  }
  .fs-xxl-11 {
    font-size: 0.6875rem !important;
  }
  .fs-xxl-12 {
    font-size: 0.75rem !important;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem !important;
  }
  .fs-xxl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xxl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xxl-16 {
    font-size: 1rem !important;
  }
  .fs-xxl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xxl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-19 {
    font-size: 1.1875rem !important;
  }
  .fs-xxl-20 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-21 {
    font-size: 1.3125rem !important;
  }
  .fs-xxl-22 {
    font-size: 1.375rem !important;
  }
  .fs-xxl-23 {
    font-size: 1.4375rem !important;
  }
  .fs-xxl-24 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-25 {
    font-size: 1.5625rem !important;
  }
  .fs-xxl-26 {
    font-size: 1.625rem !important;
  }
  .fs-xxl-27 {
    font-size: 1.6875rem !important;
  }
  .fs-xxl-28 {
    font-size: 1.75rem !important;
  }
  .fs-xxl-29 {
    font-size: 1.8125rem !important;
  }
  .fs-xxl-30 {
    font-size: 1.875rem !important;
  }
  .fs-xxl-31 {
    font-size: 1.9375rem !important;
  }
  .fs-xxl-32 {
    font-size: 2rem !important;
  }
  .fs-xxl-33 {
    font-size: 2.0625rem !important;
  }
  .fs-xxl-34 {
    font-size: 2.125rem !important;
  }
  .fs-xxl-35 {
    font-size: 2.1875rem !important;
  }
  .fs-xxl-36 {
    font-size: 2.25rem !important;
  }
  .fs-xxl-37 {
    font-size: 2.3125rem !important;
  }
  .fs-xxl-38 {
    font-size: 2.375rem !important;
  }
  .fs-xxl-39 {
    font-size: 2.4375rem !important;
  }
  .fs-xxl-40 {
    font-size: 2.5rem !important;
  }
  .fs-xxl-41 {
    font-size: 2.5625rem !important;
  }
  .fs-xxl-42 {
    font-size: 2.625rem !important;
  }
  .fs-xxl-43 {
    font-size: 2.6875rem !important;
  }
  .fs-xxl-44 {
    font-size: 2.75rem !important;
  }
  .fs-xxl-45 {
    font-size: 2.8125rem !important;
  }
  .fs-xxl-46 {
    font-size: 2.875rem !important;
  }
  .fs-xxl-47 {
    font-size: 2.9375rem !important;
  }
  .fs-xxl-48 {
    font-size: 3rem !important;
  }
  .fs-xxl-49 {
    font-size: 3.0625rem !important;
  }
  .fs-xxl-50 {
    font-size: 3.125rem !important;
  }
  .fs-xxl-51 {
    font-size: 3.1875rem !important;
  }
  .fs-xxl-52 {
    font-size: 3.25rem !important;
  }
  .fs-xxl-53 {
    font-size: 3.3125rem !important;
  }
  .fs-xxl-54 {
    font-size: 3.375rem !important;
  }
  .fs-xxl-56 {
    font-size: 3.5rem !important;
  }
  .fs-xxl-57 {
    font-size: 3.5625rem !important;
  }
  .fs-xxl-58 {
    font-size: 3.625rem !important;
  }
  .fs-xxl-59 {
    font-size: 3.6875rem !important;
  }
  .fs-xxl-60 {
    font-size: 3.75rem !important;
  }
  .fs-xxl-61 {
    font-size: 3.8125rem !important;
  }
  .fs-xxl-62 {
    font-size: 3.875rem !important;
  }
  .fs-xxl-63 {
    font-size: 3.9375rem !important;
  }
  .fs-xxl-64 {
    font-size: 4rem !important;
  }
  .fs-xxl-68 {
    font-size: 4.25rem !important;
  }
  .fs-xxl-70 {
    font-size: 4.375rem !important;
  }
  .fs-xxl-80 {
    font-size: 5rem !important;
  }
  .fs-xxl-82 {
    font-size: 5.125rem !important;
  }
  .fs-xxl-83 {
    font-size: 5.1875rem !important;
  }
  .fs-xxl-84 {
    font-size: 5.25rem !important;
  }
  .fs-xxl-98 {
    font-size: 6.125rem !important;
  }
  .fs-xxl-104 {
    font-size: 6.5rem !important;
  }
  .fs-xxl-122 {
    font-size: 7.625rem !important;
  }
  .fs-xxl-123 {
    font-size: 7.6875rem !important;
  }
  .fs-xxl-147 {
    font-size: 9.1875rem !important;
  }
  .fs-xxl-148 {
    font-size: 9.25rem !important;
  }
  .fs-xxl-150 {
    font-size: 9.375rem !important;
  }
  .fs-xxl-180 {
    font-size: 11.25rem !important;
  }
  .fs-xxl-192 {
    font-size: 12rem !important;
  }
  .fs-xxl-200 {
    font-size: 12.5rem !important;
  }
  .fs-xxl-220 {
    font-size: 13.75rem !important;
  }
  .fs-xxl-270 {
    font-size: 16.875rem !important;
  }
  .fs-xxl-300 {
    font-size: 18.75rem !important;
  }
  .fs-xxl-350 {
    font-size: 21.875rem !important;
  }
  .fs-xxl-400 {
    font-size: 25rem !important;
  }
  .fs-xxl-500 {
    font-size: 31.25rem !important;
  }
  .fs-xxl-600 {
    font-size: 37.5rem !important;
  }
  .w-px-xxl-0 {
    width: 0rem !important;
  }
  .w-px-xxl-1 {
    width: 0.0625rem !important;
  }
  .w-px-xxl-2 {
    width: 0.125rem !important;
  }
  .w-px-xxl-3 {
    width: 0.1875rem !important;
  }
  .w-px-xxl-4 {
    width: 0.25rem !important;
  }
  .w-px-xxl-5 {
    width: 0.3125rem !important;
  }
  .w-px-xxl-6 {
    width: 0.375rem !important;
  }
  .w-px-xxl-7 {
    width: 0.4375rem !important;
  }
  .w-px-xxl-8 {
    width: 0.5rem !important;
  }
  .w-px-xxl-9 {
    width: 0.5625rem !important;
  }
  .w-px-xxl-10 {
    width: 0.625rem !important;
  }
  .w-px-xxl-11 {
    width: 0.6875rem !important;
  }
  .w-px-xxl-12 {
    width: 0.75rem !important;
  }
  .w-px-xxl-13 {
    width: 0.8125rem !important;
  }
  .w-px-xxl-14 {
    width: 0.875rem !important;
  }
  .w-px-xxl-15 {
    width: 0.9375rem !important;
  }
  .w-px-xxl-16 {
    width: 1rem !important;
  }
  .w-px-xxl-17 {
    width: 1.0625rem !important;
  }
  .w-px-xxl-18 {
    width: 1.125rem !important;
  }
  .w-px-xxl-19 {
    width: 1.1875rem !important;
  }
  .w-px-xxl-20 {
    width: 1.25rem !important;
  }
  .w-px-xxl-21 {
    width: 1.3125rem !important;
  }
  .w-px-xxl-22 {
    width: 1.375rem !important;
  }
  .w-px-xxl-23 {
    width: 1.4375rem !important;
  }
  .w-px-xxl-24 {
    width: 1.5rem !important;
  }
  .w-px-xxl-25 {
    width: 1.5625rem !important;
  }
  .w-px-xxl-26 {
    width: 1.625rem !important;
  }
  .w-px-xxl-27 {
    width: 1.6875rem !important;
  }
  .w-px-xxl-28 {
    width: 1.75rem !important;
  }
  .w-px-xxl-29 {
    width: 1.8125rem !important;
  }
  .w-px-xxl-30 {
    width: 1.875rem !important;
  }
  .w-px-xxl-31 {
    width: 1.9375rem !important;
  }
  .w-px-xxl-32 {
    width: 2rem !important;
  }
  .w-px-xxl-33 {
    width: 2.0625rem !important;
  }
  .w-px-xxl-34 {
    width: 2.125rem !important;
  }
  .w-px-xxl-35 {
    width: 2.1875rem !important;
  }
  .w-px-xxl-36 {
    width: 2.25rem !important;
  }
  .w-px-xxl-37 {
    width: 2.3125rem !important;
  }
  .w-px-xxl-38 {
    width: 2.375rem !important;
  }
  .w-px-xxl-39 {
    width: 2.4375rem !important;
  }
  .w-px-xxl-40 {
    width: 2.5rem !important;
  }
  .w-px-xxl-41 {
    width: 2.5625rem !important;
  }
  .w-px-xxl-42 {
    width: 2.625rem !important;
  }
  .w-px-xxl-43 {
    width: 2.6875rem !important;
  }
  .w-px-xxl-44 {
    width: 2.75rem !important;
  }
  .w-px-xxl-45 {
    width: 2.8125rem !important;
  }
  .w-px-xxl-46 {
    width: 2.875rem !important;
  }
  .w-px-xxl-47 {
    width: 2.9375rem !important;
  }
  .w-px-xxl-48 {
    width: 3rem !important;
  }
  .w-px-xxl-49 {
    width: 3.0625rem !important;
  }
  .w-px-xxl-50 {
    width: 3.125rem !important;
  }
  .w-px-xxl-51 {
    width: 3.1875rem !important;
  }
  .w-px-xxl-52 {
    width: 3.25rem !important;
  }
  .w-px-xxl-53 {
    width: 3.3125rem !important;
  }
  .w-px-xxl-54 {
    width: 3.375rem !important;
  }
  .w-px-xxl-56 {
    width: 3.5rem !important;
  }
  .w-px-xxl-57 {
    width: 3.5625rem !important;
  }
  .w-px-xxl-58 {
    width: 3.625rem !important;
  }
  .w-px-xxl-59 {
    width: 3.6875rem !important;
  }
  .w-px-xxl-60 {
    width: 3.75rem !important;
  }
  .w-px-xxl-61 {
    width: 3.8125rem !important;
  }
  .w-px-xxl-62 {
    width: 3.875rem !important;
  }
  .w-px-xxl-63 {
    width: 3.9375rem !important;
  }
  .w-px-xxl-64 {
    width: 4rem !important;
  }
  .w-px-xxl-68 {
    width: 4.25rem !important;
  }
  .w-px-xxl-70 {
    width: 4.375rem !important;
  }
  .w-px-xxl-80 {
    width: 5rem !important;
  }
  .w-px-xxl-82 {
    width: 5.125rem !important;
  }
  .w-px-xxl-83 {
    width: 5.1875rem !important;
  }
  .w-px-xxl-84 {
    width: 5.25rem !important;
  }
  .w-px-xxl-98 {
    width: 6.125rem !important;
  }
  .w-px-xxl-104 {
    width: 6.5rem !important;
  }
  .w-px-xxl-122 {
    width: 7.625rem !important;
  }
  .w-px-xxl-123 {
    width: 7.6875rem !important;
  }
  .w-px-xxl-147 {
    width: 9.1875rem !important;
  }
  .w-px-xxl-148 {
    width: 9.25rem !important;
  }
  .w-px-xxl-150 {
    width: 9.375rem !important;
  }
  .w-px-xxl-180 {
    width: 11.25rem !important;
  }
  .w-px-xxl-192 {
    width: 12rem !important;
  }
  .w-px-xxl-200 {
    width: 12.5rem !important;
  }
  .w-px-xxl-220 {
    width: 13.75rem !important;
  }
  .w-px-xxl-270 {
    width: 16.875rem !important;
  }
  .w-px-xxl-300 {
    width: 18.75rem !important;
  }
  .w-px-xxl-350 {
    width: 21.875rem !important;
  }
  .w-px-xxl-400 {
    width: 25rem !important;
  }
  .w-px-xxl-500 {
    width: 31.25rem !important;
  }
  .w-px-xxl-600 {
    width: 37.5rem !important;
  }
  .w-rem-xxl-unset {
    width: unset !important;
  }
  .w-rem-xxl-1 {
    width: 1rem !important;
  }
  .w-rem-xxl-2 {
    width: 2rem !important;
  }
  .w-rem-xxl-3 {
    width: 3rem !important;
  }
  .w-rem-xxl-4 {
    width: 4rem !important;
  }
  .w-rem-xxl-5 {
    width: 5rem !important;
  }
  .w-rem-xxl-7 {
    width: 7rem !important;
  }
  .w-rem-xxl-8 {
    width: 8rem !important;
  }
  .w-rem-xxl-9 {
    width: 9rem !important;
  }
  .w-rem-xxl-10 {
    width: 10rem !important;
  }
  .w-rem-xxl-11 {
    width: 11rem !important;
  }
  .w-rem-xxl-12 {
    width: 12rem !important;
  }
  .w-rem-xxl-13 {
    width: 13rem !important;
  }
  .w-rem-xxl-14 {
    width: 14rem !important;
  }
  .w-rem-xxl-15 {
    width: 15rem !important;
  }
  .w-rem-xxl-16 {
    width: 16rem !important;
  }
  .w-rem-xxl-17 {
    width: 17rem !important;
  }
  .w-rem-xxl-18 {
    width: 18rem !important;
  }
  .w-rem-xxl-19 {
    width: 19rem !important;
  }
  .w-rem-xxl-20 {
    width: 20rem !important;
  }
  .w-rem-xxl-23 {
    width: 23rem !important;
  }
  .w-rem-xxl-25 {
    width: 25rem !important;
  }
  .w-rem-xxl-30 {
    width: 30rem !important;
  }
  .w-rem-xxl-31 {
    width: 31rem !important;
  }
  .w-rem-xxl-32 {
    width: 32rem !important;
  }
  .w-rem-xxl-33 {
    width: 33rem !important;
  }
  .w-rem-xxl-34 {
    width: 34rem !important;
  }
  .w-rem-xxl-35 {
    width: 35rem !important;
  }
  .w-rem-xxl-36 {
    width: 36rem !important;
  }
  .w-rem-xxl-37 {
    width: 37rem !important;
  }
  .w-rem-xxl-38 {
    width: 38rem !important;
  }
  .w-rem-xxl-39 {
    width: 39rem !important;
  }
  .w-rem-xxl-40 {
    width: 40rem !important;
  }
  .w-rem-xxl-41 {
    width: 41rem !important;
  }
  .w-rem-xxl-42 {
    width: 42rem !important;
  }
  .w-rem-xxl-43 {
    width: 43rem !important;
  }
  .w-rem-xxl-44 {
    width: 44rem !important;
  }
  .w-rem-xxl-45 {
    width: 45rem !important;
  }
  .w-rem-xxl-46 {
    width: 46rem !important;
  }
  .w-rem-xxl-47 {
    width: 47rem !important;
  }
  .w-rem-xxl-48 {
    width: 48rem !important;
  }
  .w-rem-xxl-49 {
    width: 49rem !important;
  }
  .w-rem-xxl-50 {
    width: 50rem !important;
  }
  .w-rem-xxl-51 {
    width: 51rem !important;
  }
  .w-rem-xxl-52 {
    width: 52rem !important;
  }
  .w-rem-xxl-53 {
    width: 53rem !important;
  }
  .w-rem-xxl-54 {
    width: 54rem !important;
  }
  .w-rem-xxl-55 {
    width: 55rem !important;
  }
  .w-rem-xxl-56 {
    width: 56rem !important;
  }
  .w-rem-xxl-57 {
    width: 57rem !important;
  }
  .w-rem-xxl-58 {
    width: 58rem !important;
  }
  .w-rem-xxl-59 {
    width: 59rem !important;
  }
  .w-rem-xxl-60 {
    width: 60rem !important;
  }
  .w-rem-xxl-61 {
    width: 61rem !important;
  }
  .w-rem-xxl-62 {
    width: 62rem !important;
  }
  .w-rem-xxl-63 {
    width: 63rem !important;
  }
  .w-rem-xxl-64 {
    width: 64rem !important;
  }
  .w-rem-xxl-65 {
    width: 65rem !important;
  }
  .w-rem-xxl-66 {
    width: 66rem !important;
  }
  .w-rem-xxl-67 {
    width: 67rem !important;
  }
  .w-rem-xxl-68 {
    width: 68rem !important;
  }
  .w-rem-xxl-69 {
    width: 69rem !important;
  }
  .w-rem-xxl-70 {
    width: 70rem !important;
  }
  .w-rem-xxl-71 {
    width: 71rem !important;
  }
  .w-rem-xxl-72 {
    width: 72rem !important;
  }
  .w-rem-xxl-73 {
    width: 73rem !important;
  }
  .w-rem-xxl-74 {
    width: 74rem !important;
  }
  .w-rem-xxl-75 {
    width: 75rem !important;
  }
  .w-rem-xxl-76 {
    width: 76rem !important;
  }
  .w-rem-xxl-77 {
    width: 77rem !important;
  }
  .w-rem-xxl-78 {
    width: 78rem !important;
  }
  .w-rem-xxl-79 {
    width: 79rem !important;
  }
  .w-rem-xxl-80 {
    width: 80rem !important;
  }
  .w-rem-xxl-95 {
    width: 95rem !important;
  }
  .w-rem-xxl-96 {
    width: 96rem !important;
  }
  .w-rem-xxl-97 {
    width: 97rem !important;
  }
  .w-rem-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-33_3 {
    width: 33.3% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .min-w-xxl-0 {
    min-width: 0% !important;
  }
  .min-w-xxl-5 {
    min-width: 5% !important;
  }
  .min-w-xxl-10 {
    min-width: 10% !important;
  }
  .min-w-xxl-20 {
    min-width: 20% !important;
  }
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  .min-w-xxl-30 {
    min-width: 30% !important;
  }
  .min-w-xxl-33_3 {
    min-width: 33.3% !important;
  }
  .min-w-xxl-35 {
    min-width: 35% !important;
  }
  .min-w-xxl-40 {
    min-width: 40% !important;
  }
  .min-w-xxl-44 {
    min-width: 44% !important;
  }
  .min-w-xxl-45 {
    min-width: 45% !important;
  }
  .min-w-xxl-46 {
    min-width: 46% !important;
  }
  .min-w-xxl-48 {
    min-width: 48% !important;
  }
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  .min-w-xxl-60 {
    min-width: 60% !important;
  }
  .min-w-xxl-65 {
    min-width: 65% !important;
  }
  .min-w-xxl-70 {
    min-width: 70% !important;
  }
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  .min-w-xxl-80 {
    min-width: 80% !important;
  }
  .min-w-xxl-90 {
    min-width: 90% !important;
  }
  .min-w-xxl-95 {
    min-width: 95% !important;
  }
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  .max-w-px-xxl-0 {
    max-width: 0rem !important;
  }
  .max-w-px-xxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-xxl-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-xxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-xxl-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-xxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-xxl-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-xxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-xxl-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-xxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-xxl-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-xxl-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-xxl-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-xxl-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-xxl-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-xxl-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-xxl-16 {
    max-width: 1rem !important;
  }
  .max-w-px-xxl-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-xxl-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-xxl-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-xxl-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-xxl-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-xxl-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-xxl-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-xxl-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-xxl-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-xxl-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-xxl-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-xxl-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-xxl-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-xxl-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-xxl-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-xxl-32 {
    max-width: 2rem !important;
  }
  .max-w-px-xxl-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-xxl-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-xxl-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-xxl-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-xxl-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-xxl-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-xxl-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-xxl-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-xxl-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-xxl-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-xxl-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-xxl-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-xxl-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-xxl-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-xxl-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-xxl-48 {
    max-width: 3rem !important;
  }
  .max-w-px-xxl-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-xxl-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-xxl-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-xxl-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-xxl-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-xxl-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-xxl-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-xxl-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-xxl-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-xxl-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-xxl-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-xxl-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-xxl-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-xxl-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-xxl-64 {
    max-width: 4rem !important;
  }
  .max-w-px-xxl-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-xxl-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-xxl-80 {
    max-width: 5rem !important;
  }
  .max-w-px-xxl-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-xxl-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-xxl-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-xxl-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-xxl-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-xxl-122 {
    max-width: 7.625rem !important;
  }
  .max-w-px-xxl-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-xxl-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-xxl-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-xxl-150 {
    max-width: 9.375rem !important;
  }
  .max-w-px-xxl-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-xxl-192 {
    max-width: 12rem !important;
  }
  .max-w-px-xxl-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-xxl-220 {
    max-width: 13.75rem !important;
  }
  .max-w-px-xxl-270 {
    max-width: 16.875rem !important;
  }
  .max-w-px-xxl-300 {
    max-width: 18.75rem !important;
  }
  .max-w-px-xxl-350 {
    max-width: 21.875rem !important;
  }
  .max-w-px-xxl-400 {
    max-width: 25rem !important;
  }
  .max-w-px-xxl-500 {
    max-width: 31.25rem !important;
  }
  .max-w-px-xxl-600 {
    max-width: 37.5rem !important;
  }
  .min-w-px-xxl-0 {
    min-width: 0rem !important;
  }
  .min-w-px-xxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-xxl-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-xxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-xxl-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-xxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-xxl-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-xxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-xxl-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-xxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-xxl-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-xxl-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-xxl-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-xxl-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-xxl-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-xxl-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-xxl-16 {
    min-width: 1rem !important;
  }
  .min-w-px-xxl-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-xxl-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-xxl-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-xxl-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-xxl-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-xxl-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-xxl-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-xxl-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-xxl-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-xxl-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-xxl-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-xxl-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-xxl-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-xxl-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-xxl-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-xxl-32 {
    min-width: 2rem !important;
  }
  .min-w-px-xxl-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-xxl-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-xxl-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-xxl-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-xxl-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-xxl-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-xxl-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-xxl-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-xxl-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-xxl-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-xxl-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-xxl-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-xxl-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-xxl-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-xxl-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-xxl-48 {
    min-width: 3rem !important;
  }
  .min-w-px-xxl-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-xxl-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-xxl-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-xxl-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-xxl-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-xxl-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-xxl-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-xxl-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-xxl-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-xxl-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-xxl-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-xxl-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-xxl-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-xxl-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-xxl-64 {
    min-width: 4rem !important;
  }
  .min-w-px-xxl-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-xxl-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-xxl-80 {
    min-width: 5rem !important;
  }
  .min-w-px-xxl-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-xxl-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-xxl-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-xxl-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-xxl-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-xxl-122 {
    min-width: 7.625rem !important;
  }
  .min-w-px-xxl-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-xxl-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-xxl-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-xxl-150 {
    min-width: 9.375rem !important;
  }
  .min-w-px-xxl-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-xxl-192 {
    min-width: 12rem !important;
  }
  .min-w-px-xxl-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-xxl-220 {
    min-width: 13.75rem !important;
  }
  .min-w-px-xxl-270 {
    min-width: 16.875rem !important;
  }
  .min-w-px-xxl-300 {
    min-width: 18.75rem !important;
  }
  .min-w-px-xxl-350 {
    min-width: 21.875rem !important;
  }
  .min-w-px-xxl-400 {
    min-width: 25rem !important;
  }
  .min-w-px-xxl-500 {
    min-width: 31.25rem !important;
  }
  .min-w-px-xxl-600 {
    min-width: 37.5rem !important;
  }
  .max-w-rem-xxl-unset {
    max-width: unset !important;
  }
  .max-w-rem-xxl-1 {
    max-width: 1rem !important;
  }
  .max-w-rem-xxl-2 {
    max-width: 2rem !important;
  }
  .max-w-rem-xxl-3 {
    max-width: 3rem !important;
  }
  .max-w-rem-xxl-4 {
    max-width: 4rem !important;
  }
  .max-w-rem-xxl-5 {
    max-width: 5rem !important;
  }
  .max-w-rem-xxl-7 {
    max-width: 7rem !important;
  }
  .max-w-rem-xxl-8 {
    max-width: 8rem !important;
  }
  .max-w-rem-xxl-9 {
    max-width: 9rem !important;
  }
  .max-w-rem-xxl-10 {
    max-width: 10rem !important;
  }
  .max-w-rem-xxl-11 {
    max-width: 11rem !important;
  }
  .max-w-rem-xxl-12 {
    max-width: 12rem !important;
  }
  .max-w-rem-xxl-13 {
    max-width: 13rem !important;
  }
  .max-w-rem-xxl-14 {
    max-width: 14rem !important;
  }
  .max-w-rem-xxl-15 {
    max-width: 15rem !important;
  }
  .max-w-rem-xxl-16 {
    max-width: 16rem !important;
  }
  .max-w-rem-xxl-17 {
    max-width: 17rem !important;
  }
  .max-w-rem-xxl-18 {
    max-width: 18rem !important;
  }
  .max-w-rem-xxl-19 {
    max-width: 19rem !important;
  }
  .max-w-rem-xxl-20 {
    max-width: 20rem !important;
  }
  .max-w-rem-xxl-23 {
    max-width: 23rem !important;
  }
  .max-w-rem-xxl-25 {
    max-width: 25rem !important;
  }
  .max-w-rem-xxl-30 {
    max-width: 30rem !important;
  }
  .max-w-rem-xxl-31 {
    max-width: 31rem !important;
  }
  .max-w-rem-xxl-32 {
    max-width: 32rem !important;
  }
  .max-w-rem-xxl-33 {
    max-width: 33rem !important;
  }
  .max-w-rem-xxl-34 {
    max-width: 34rem !important;
  }
  .max-w-rem-xxl-35 {
    max-width: 35rem !important;
  }
  .max-w-rem-xxl-36 {
    max-width: 36rem !important;
  }
  .max-w-rem-xxl-37 {
    max-width: 37rem !important;
  }
  .max-w-rem-xxl-38 {
    max-width: 38rem !important;
  }
  .max-w-rem-xxl-39 {
    max-width: 39rem !important;
  }
  .max-w-rem-xxl-40 {
    max-width: 40rem !important;
  }
  .max-w-rem-xxl-41 {
    max-width: 41rem !important;
  }
  .max-w-rem-xxl-42 {
    max-width: 42rem !important;
  }
  .max-w-rem-xxl-43 {
    max-width: 43rem !important;
  }
  .max-w-rem-xxl-44 {
    max-width: 44rem !important;
  }
  .max-w-rem-xxl-45 {
    max-width: 45rem !important;
  }
  .max-w-rem-xxl-46 {
    max-width: 46rem !important;
  }
  .max-w-rem-xxl-47 {
    max-width: 47rem !important;
  }
  .max-w-rem-xxl-48 {
    max-width: 48rem !important;
  }
  .max-w-rem-xxl-49 {
    max-width: 49rem !important;
  }
  .max-w-rem-xxl-50 {
    max-width: 50rem !important;
  }
  .max-w-rem-xxl-51 {
    max-width: 51rem !important;
  }
  .max-w-rem-xxl-52 {
    max-width: 52rem !important;
  }
  .max-w-rem-xxl-53 {
    max-width: 53rem !important;
  }
  .max-w-rem-xxl-54 {
    max-width: 54rem !important;
  }
  .max-w-rem-xxl-55 {
    max-width: 55rem !important;
  }
  .max-w-rem-xxl-56 {
    max-width: 56rem !important;
  }
  .max-w-rem-xxl-57 {
    max-width: 57rem !important;
  }
  .max-w-rem-xxl-58 {
    max-width: 58rem !important;
  }
  .max-w-rem-xxl-59 {
    max-width: 59rem !important;
  }
  .max-w-rem-xxl-60 {
    max-width: 60rem !important;
  }
  .max-w-rem-xxl-61 {
    max-width: 61rem !important;
  }
  .max-w-rem-xxl-62 {
    max-width: 62rem !important;
  }
  .max-w-rem-xxl-63 {
    max-width: 63rem !important;
  }
  .max-w-rem-xxl-64 {
    max-width: 64rem !important;
  }
  .max-w-rem-xxl-65 {
    max-width: 65rem !important;
  }
  .max-w-rem-xxl-66 {
    max-width: 66rem !important;
  }
  .max-w-rem-xxl-67 {
    max-width: 67rem !important;
  }
  .max-w-rem-xxl-68 {
    max-width: 68rem !important;
  }
  .max-w-rem-xxl-69 {
    max-width: 69rem !important;
  }
  .max-w-rem-xxl-70 {
    max-width: 70rem !important;
  }
  .max-w-rem-xxl-71 {
    max-width: 71rem !important;
  }
  .max-w-rem-xxl-72 {
    max-width: 72rem !important;
  }
  .max-w-rem-xxl-73 {
    max-width: 73rem !important;
  }
  .max-w-rem-xxl-74 {
    max-width: 74rem !important;
  }
  .max-w-rem-xxl-75 {
    max-width: 75rem !important;
  }
  .max-w-rem-xxl-76 {
    max-width: 76rem !important;
  }
  .max-w-rem-xxl-77 {
    max-width: 77rem !important;
  }
  .max-w-rem-xxl-78 {
    max-width: 78rem !important;
  }
  .max-w-rem-xxl-79 {
    max-width: 79rem !important;
  }
  .max-w-rem-xxl-80 {
    max-width: 80rem !important;
  }
  .max-w-rem-xxl-95 {
    max-width: 95rem !important;
  }
  .max-w-rem-xxl-96 {
    max-width: 96rem !important;
  }
  .max-w-rem-xxl-97 {
    max-width: 97rem !important;
  }
  .max-w-rem-xxl-100 {
    max-width: 100% !important;
  }
  .min-w-rem-xxl-unset {
    min-width: unset !important;
  }
  .min-w-rem-xxl-1 {
    min-width: 1rem !important;
  }
  .min-w-rem-xxl-2 {
    min-width: 2rem !important;
  }
  .min-w-rem-xxl-3 {
    min-width: 3rem !important;
  }
  .min-w-rem-xxl-4 {
    min-width: 4rem !important;
  }
  .min-w-rem-xxl-5 {
    min-width: 5rem !important;
  }
  .min-w-rem-xxl-7 {
    min-width: 7rem !important;
  }
  .min-w-rem-xxl-8 {
    min-width: 8rem !important;
  }
  .min-w-rem-xxl-9 {
    min-width: 9rem !important;
  }
  .min-w-rem-xxl-10 {
    min-width: 10rem !important;
  }
  .min-w-rem-xxl-11 {
    min-width: 11rem !important;
  }
  .min-w-rem-xxl-12 {
    min-width: 12rem !important;
  }
  .min-w-rem-xxl-13 {
    min-width: 13rem !important;
  }
  .min-w-rem-xxl-14 {
    min-width: 14rem !important;
  }
  .min-w-rem-xxl-15 {
    min-width: 15rem !important;
  }
  .min-w-rem-xxl-16 {
    min-width: 16rem !important;
  }
  .min-w-rem-xxl-17 {
    min-width: 17rem !important;
  }
  .min-w-rem-xxl-18 {
    min-width: 18rem !important;
  }
  .min-w-rem-xxl-19 {
    min-width: 19rem !important;
  }
  .min-w-rem-xxl-20 {
    min-width: 20rem !important;
  }
  .min-w-rem-xxl-23 {
    min-width: 23rem !important;
  }
  .min-w-rem-xxl-25 {
    min-width: 25rem !important;
  }
  .min-w-rem-xxl-30 {
    min-width: 30rem !important;
  }
  .min-w-rem-xxl-31 {
    min-width: 31rem !important;
  }
  .min-w-rem-xxl-32 {
    min-width: 32rem !important;
  }
  .min-w-rem-xxl-33 {
    min-width: 33rem !important;
  }
  .min-w-rem-xxl-34 {
    min-width: 34rem !important;
  }
  .min-w-rem-xxl-35 {
    min-width: 35rem !important;
  }
  .min-w-rem-xxl-36 {
    min-width: 36rem !important;
  }
  .min-w-rem-xxl-37 {
    min-width: 37rem !important;
  }
  .min-w-rem-xxl-38 {
    min-width: 38rem !important;
  }
  .min-w-rem-xxl-39 {
    min-width: 39rem !important;
  }
  .min-w-rem-xxl-40 {
    min-width: 40rem !important;
  }
  .min-w-rem-xxl-41 {
    min-width: 41rem !important;
  }
  .min-w-rem-xxl-42 {
    min-width: 42rem !important;
  }
  .min-w-rem-xxl-43 {
    min-width: 43rem !important;
  }
  .min-w-rem-xxl-44 {
    min-width: 44rem !important;
  }
  .min-w-rem-xxl-45 {
    min-width: 45rem !important;
  }
  .min-w-rem-xxl-46 {
    min-width: 46rem !important;
  }
  .min-w-rem-xxl-47 {
    min-width: 47rem !important;
  }
  .min-w-rem-xxl-48 {
    min-width: 48rem !important;
  }
  .min-w-rem-xxl-49 {
    min-width: 49rem !important;
  }
  .min-w-rem-xxl-50 {
    min-width: 50rem !important;
  }
  .min-w-rem-xxl-51 {
    min-width: 51rem !important;
  }
  .min-w-rem-xxl-52 {
    min-width: 52rem !important;
  }
  .min-w-rem-xxl-53 {
    min-width: 53rem !important;
  }
  .min-w-rem-xxl-54 {
    min-width: 54rem !important;
  }
  .min-w-rem-xxl-55 {
    min-width: 55rem !important;
  }
  .min-w-rem-xxl-56 {
    min-width: 56rem !important;
  }
  .min-w-rem-xxl-57 {
    min-width: 57rem !important;
  }
  .min-w-rem-xxl-58 {
    min-width: 58rem !important;
  }
  .min-w-rem-xxl-59 {
    min-width: 59rem !important;
  }
  .min-w-rem-xxl-60 {
    min-width: 60rem !important;
  }
  .min-w-rem-xxl-61 {
    min-width: 61rem !important;
  }
  .min-w-rem-xxl-62 {
    min-width: 62rem !important;
  }
  .min-w-rem-xxl-63 {
    min-width: 63rem !important;
  }
  .min-w-rem-xxl-64 {
    min-width: 64rem !important;
  }
  .min-w-rem-xxl-65 {
    min-width: 65rem !important;
  }
  .min-w-rem-xxl-66 {
    min-width: 66rem !important;
  }
  .min-w-rem-xxl-67 {
    min-width: 67rem !important;
  }
  .min-w-rem-xxl-68 {
    min-width: 68rem !important;
  }
  .min-w-rem-xxl-69 {
    min-width: 69rem !important;
  }
  .min-w-rem-xxl-70 {
    min-width: 70rem !important;
  }
  .min-w-rem-xxl-71 {
    min-width: 71rem !important;
  }
  .min-w-rem-xxl-72 {
    min-width: 72rem !important;
  }
  .min-w-rem-xxl-73 {
    min-width: 73rem !important;
  }
  .min-w-rem-xxl-74 {
    min-width: 74rem !important;
  }
  .min-w-rem-xxl-75 {
    min-width: 75rem !important;
  }
  .min-w-rem-xxl-76 {
    min-width: 76rem !important;
  }
  .min-w-rem-xxl-77 {
    min-width: 77rem !important;
  }
  .min-w-rem-xxl-78 {
    min-width: 78rem !important;
  }
  .min-w-rem-xxl-79 {
    min-width: 79rem !important;
  }
  .min-w-rem-xxl-80 {
    min-width: 80rem !important;
  }
  .min-w-rem-xxl-95 {
    min-width: 95rem !important;
  }
  .min-w-rem-xxl-96 {
    min-width: 96rem !important;
  }
  .min-w-rem-xxl-97 {
    min-width: 97rem !important;
  }
  .min-w-rem-xxl-100 {
    min-width: 100% !important;
  }
  .h-rem-xxl-unset {
    height: unset !important;
  }
  .h-rem-xxl-1 {
    height: 1rem !important;
  }
  .h-rem-xxl-2 {
    height: 2rem !important;
  }
  .h-rem-xxl-3 {
    height: 3rem !important;
  }
  .h-rem-xxl-4 {
    height: 4rem !important;
  }
  .h-rem-xxl-5 {
    height: 5rem !important;
  }
  .h-rem-xxl-7 {
    height: 7rem !important;
  }
  .h-rem-xxl-8 {
    height: 8rem !important;
  }
  .h-rem-xxl-9 {
    height: 9rem !important;
  }
  .h-rem-xxl-10 {
    height: 10rem !important;
  }
  .h-rem-xxl-11 {
    height: 11rem !important;
  }
  .h-rem-xxl-12 {
    height: 12rem !important;
  }
  .h-rem-xxl-13 {
    height: 13rem !important;
  }
  .h-rem-xxl-14 {
    height: 14rem !important;
  }
  .h-rem-xxl-15 {
    height: 15rem !important;
  }
  .h-rem-xxl-16 {
    height: 16rem !important;
  }
  .h-rem-xxl-17 {
    height: 17rem !important;
  }
  .h-rem-xxl-18 {
    height: 18rem !important;
  }
  .h-rem-xxl-19 {
    height: 19rem !important;
  }
  .h-rem-xxl-20 {
    height: 20rem !important;
  }
  .h-rem-xxl-23 {
    height: 23rem !important;
  }
  .h-rem-xxl-25 {
    height: 25rem !important;
  }
  .h-rem-xxl-30 {
    height: 30rem !important;
  }
  .h-rem-xxl-31 {
    height: 31rem !important;
  }
  .h-rem-xxl-32 {
    height: 32rem !important;
  }
  .h-rem-xxl-33 {
    height: 33rem !important;
  }
  .h-rem-xxl-34 {
    height: 34rem !important;
  }
  .h-rem-xxl-35 {
    height: 35rem !important;
  }
  .h-rem-xxl-36 {
    height: 36rem !important;
  }
  .h-rem-xxl-37 {
    height: 37rem !important;
  }
  .h-rem-xxl-38 {
    height: 38rem !important;
  }
  .h-rem-xxl-39 {
    height: 39rem !important;
  }
  .h-rem-xxl-40 {
    height: 40rem !important;
  }
  .h-rem-xxl-41 {
    height: 41rem !important;
  }
  .h-rem-xxl-42 {
    height: 42rem !important;
  }
  .h-rem-xxl-43 {
    height: 43rem !important;
  }
  .h-rem-xxl-44 {
    height: 44rem !important;
  }
  .h-rem-xxl-45 {
    height: 45rem !important;
  }
  .h-rem-xxl-46 {
    height: 46rem !important;
  }
  .h-rem-xxl-47 {
    height: 47rem !important;
  }
  .h-rem-xxl-48 {
    height: 48rem !important;
  }
  .h-rem-xxl-49 {
    height: 49rem !important;
  }
  .h-rem-xxl-50 {
    height: 50rem !important;
  }
  .h-rem-xxl-51 {
    height: 51rem !important;
  }
  .h-rem-xxl-52 {
    height: 52rem !important;
  }
  .h-rem-xxl-53 {
    height: 53rem !important;
  }
  .h-rem-xxl-54 {
    height: 54rem !important;
  }
  .h-rem-xxl-55 {
    height: 55rem !important;
  }
  .h-rem-xxl-56 {
    height: 56rem !important;
  }
  .h-rem-xxl-57 {
    height: 57rem !important;
  }
  .h-rem-xxl-58 {
    height: 58rem !important;
  }
  .h-rem-xxl-59 {
    height: 59rem !important;
  }
  .h-rem-xxl-60 {
    height: 60rem !important;
  }
  .h-rem-xxl-61 {
    height: 61rem !important;
  }
  .h-rem-xxl-62 {
    height: 62rem !important;
  }
  .h-rem-xxl-63 {
    height: 63rem !important;
  }
  .h-rem-xxl-64 {
    height: 64rem !important;
  }
  .h-rem-xxl-65 {
    height: 65rem !important;
  }
  .h-rem-xxl-66 {
    height: 66rem !important;
  }
  .h-rem-xxl-67 {
    height: 67rem !important;
  }
  .h-rem-xxl-68 {
    height: 68rem !important;
  }
  .h-rem-xxl-69 {
    height: 69rem !important;
  }
  .h-rem-xxl-70 {
    height: 70rem !important;
  }
  .h-rem-xxl-71 {
    height: 71rem !important;
  }
  .h-rem-xxl-72 {
    height: 72rem !important;
  }
  .h-rem-xxl-73 {
    height: 73rem !important;
  }
  .h-rem-xxl-74 {
    height: 74rem !important;
  }
  .h-rem-xxl-75 {
    height: 75rem !important;
  }
  .h-rem-xxl-76 {
    height: 76rem !important;
  }
  .h-rem-xxl-77 {
    height: 77rem !important;
  }
  .h-rem-xxl-78 {
    height: 78rem !important;
  }
  .h-rem-xxl-79 {
    height: 79rem !important;
  }
  .h-rem-xxl-80 {
    height: 80rem !important;
  }
  .h-rem-xxl-95 {
    height: 95rem !important;
  }
  .h-rem-xxl-96 {
    height: 96rem !important;
  }
  .h-rem-xxl-97 {
    height: 97rem !important;
  }
  .h-rem-xxl-100 {
    height: 100% !important;
  }
  .h-px-xxl-0 {
    height: 0rem !important;
  }
  .h-px-xxl-1 {
    height: 0.0625rem !important;
  }
  .h-px-xxl-2 {
    height: 0.125rem !important;
  }
  .h-px-xxl-3 {
    height: 0.1875rem !important;
  }
  .h-px-xxl-4 {
    height: 0.25rem !important;
  }
  .h-px-xxl-5 {
    height: 0.3125rem !important;
  }
  .h-px-xxl-6 {
    height: 0.375rem !important;
  }
  .h-px-xxl-7 {
    height: 0.4375rem !important;
  }
  .h-px-xxl-8 {
    height: 0.5rem !important;
  }
  .h-px-xxl-9 {
    height: 0.5625rem !important;
  }
  .h-px-xxl-10 {
    height: 0.625rem !important;
  }
  .h-px-xxl-11 {
    height: 0.6875rem !important;
  }
  .h-px-xxl-12 {
    height: 0.75rem !important;
  }
  .h-px-xxl-13 {
    height: 0.8125rem !important;
  }
  .h-px-xxl-14 {
    height: 0.875rem !important;
  }
  .h-px-xxl-15 {
    height: 0.9375rem !important;
  }
  .h-px-xxl-16 {
    height: 1rem !important;
  }
  .h-px-xxl-17 {
    height: 1.0625rem !important;
  }
  .h-px-xxl-18 {
    height: 1.125rem !important;
  }
  .h-px-xxl-19 {
    height: 1.1875rem !important;
  }
  .h-px-xxl-20 {
    height: 1.25rem !important;
  }
  .h-px-xxl-21 {
    height: 1.3125rem !important;
  }
  .h-px-xxl-22 {
    height: 1.375rem !important;
  }
  .h-px-xxl-23 {
    height: 1.4375rem !important;
  }
  .h-px-xxl-24 {
    height: 1.5rem !important;
  }
  .h-px-xxl-25 {
    height: 1.5625rem !important;
  }
  .h-px-xxl-26 {
    height: 1.625rem !important;
  }
  .h-px-xxl-27 {
    height: 1.6875rem !important;
  }
  .h-px-xxl-28 {
    height: 1.75rem !important;
  }
  .h-px-xxl-29 {
    height: 1.8125rem !important;
  }
  .h-px-xxl-30 {
    height: 1.875rem !important;
  }
  .h-px-xxl-31 {
    height: 1.9375rem !important;
  }
  .h-px-xxl-32 {
    height: 2rem !important;
  }
  .h-px-xxl-33 {
    height: 2.0625rem !important;
  }
  .h-px-xxl-34 {
    height: 2.125rem !important;
  }
  .h-px-xxl-35 {
    height: 2.1875rem !important;
  }
  .h-px-xxl-36 {
    height: 2.25rem !important;
  }
  .h-px-xxl-37 {
    height: 2.3125rem !important;
  }
  .h-px-xxl-38 {
    height: 2.375rem !important;
  }
  .h-px-xxl-39 {
    height: 2.4375rem !important;
  }
  .h-px-xxl-40 {
    height: 2.5rem !important;
  }
  .h-px-xxl-41 {
    height: 2.5625rem !important;
  }
  .h-px-xxl-42 {
    height: 2.625rem !important;
  }
  .h-px-xxl-43 {
    height: 2.6875rem !important;
  }
  .h-px-xxl-44 {
    height: 2.75rem !important;
  }
  .h-px-xxl-45 {
    height: 2.8125rem !important;
  }
  .h-px-xxl-46 {
    height: 2.875rem !important;
  }
  .h-px-xxl-47 {
    height: 2.9375rem !important;
  }
  .h-px-xxl-48 {
    height: 3rem !important;
  }
  .h-px-xxl-49 {
    height: 3.0625rem !important;
  }
  .h-px-xxl-50 {
    height: 3.125rem !important;
  }
  .h-px-xxl-51 {
    height: 3.1875rem !important;
  }
  .h-px-xxl-52 {
    height: 3.25rem !important;
  }
  .h-px-xxl-53 {
    height: 3.3125rem !important;
  }
  .h-px-xxl-54 {
    height: 3.375rem !important;
  }
  .h-px-xxl-56 {
    height: 3.5rem !important;
  }
  .h-px-xxl-57 {
    height: 3.5625rem !important;
  }
  .h-px-xxl-58 {
    height: 3.625rem !important;
  }
  .h-px-xxl-59 {
    height: 3.6875rem !important;
  }
  .h-px-xxl-60 {
    height: 3.75rem !important;
  }
  .h-px-xxl-61 {
    height: 3.8125rem !important;
  }
  .h-px-xxl-62 {
    height: 3.875rem !important;
  }
  .h-px-xxl-63 {
    height: 3.9375rem !important;
  }
  .h-px-xxl-64 {
    height: 4rem !important;
  }
  .h-px-xxl-68 {
    height: 4.25rem !important;
  }
  .h-px-xxl-70 {
    height: 4.375rem !important;
  }
  .h-px-xxl-80 {
    height: 5rem !important;
  }
  .h-px-xxl-82 {
    height: 5.125rem !important;
  }
  .h-px-xxl-83 {
    height: 5.1875rem !important;
  }
  .h-px-xxl-84 {
    height: 5.25rem !important;
  }
  .h-px-xxl-98 {
    height: 6.125rem !important;
  }
  .h-px-xxl-104 {
    height: 6.5rem !important;
  }
  .h-px-xxl-122 {
    height: 7.625rem !important;
  }
  .h-px-xxl-123 {
    height: 7.6875rem !important;
  }
  .h-px-xxl-147 {
    height: 9.1875rem !important;
  }
  .h-px-xxl-148 {
    height: 9.25rem !important;
  }
  .h-px-xxl-150 {
    height: 9.375rem !important;
  }
  .h-px-xxl-180 {
    height: 11.25rem !important;
  }
  .h-px-xxl-192 {
    height: 12rem !important;
  }
  .h-px-xxl-200 {
    height: 12.5rem !important;
  }
  .h-px-xxl-220 {
    height: 13.75rem !important;
  }
  .h-px-xxl-270 {
    height: 16.875rem !important;
  }
  .h-px-xxl-300 {
    height: 18.75rem !important;
  }
  .h-px-xxl-350 {
    height: 21.875rem !important;
  }
  .h-px-xxl-400 {
    height: 25rem !important;
  }
  .h-px-xxl-500 {
    height: 31.25rem !important;
  }
  .h-px-xxl-600 {
    height: 37.5rem !important;
  }
  .max-h-px-xxl-0 {
    max-height: 0rem !important;
  }
  .max-h-px-xxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-xxl-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-xxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-xxl-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-xxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-xxl-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-xxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-xxl-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-xxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-xxl-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-xxl-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-xxl-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-xxl-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-xxl-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-xxl-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-xxl-16 {
    max-height: 1rem !important;
  }
  .max-h-px-xxl-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-xxl-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-xxl-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-xxl-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-xxl-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-xxl-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-xxl-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-xxl-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-xxl-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-xxl-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-xxl-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-xxl-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-xxl-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-xxl-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-xxl-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-xxl-32 {
    max-height: 2rem !important;
  }
  .max-h-px-xxl-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-xxl-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-xxl-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-xxl-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-xxl-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-xxl-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-xxl-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-xxl-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-xxl-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-xxl-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-xxl-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-xxl-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-xxl-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-xxl-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-xxl-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-xxl-48 {
    max-height: 3rem !important;
  }
  .max-h-px-xxl-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-xxl-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-xxl-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-xxl-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-xxl-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-xxl-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-xxl-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-xxl-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-xxl-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-xxl-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-xxl-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-xxl-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-xxl-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-xxl-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-xxl-64 {
    max-height: 4rem !important;
  }
  .max-h-px-xxl-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-xxl-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-xxl-80 {
    max-height: 5rem !important;
  }
  .max-h-px-xxl-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-xxl-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-xxl-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-xxl-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-xxl-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-xxl-122 {
    max-height: 7.625rem !important;
  }
  .max-h-px-xxl-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-xxl-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-xxl-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-xxl-150 {
    max-height: 9.375rem !important;
  }
  .max-h-px-xxl-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-xxl-192 {
    max-height: 12rem !important;
  }
  .max-h-px-xxl-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-xxl-220 {
    max-height: 13.75rem !important;
  }
  .max-h-px-xxl-270 {
    max-height: 16.875rem !important;
  }
  .max-h-px-xxl-300 {
    max-height: 18.75rem !important;
  }
  .max-h-px-xxl-350 {
    max-height: 21.875rem !important;
  }
  .max-h-px-xxl-400 {
    max-height: 25rem !important;
  }
  .max-h-px-xxl-500 {
    max-height: 31.25rem !important;
  }
  .max-h-px-xxl-600 {
    max-height: 37.5rem !important;
  }
  .max-h-rem-xxl-unset {
    max-height: unset !important;
  }
  .max-h-rem-xxl-1 {
    max-height: 1rem !important;
  }
  .max-h-rem-xxl-2 {
    max-height: 2rem !important;
  }
  .max-h-rem-xxl-3 {
    max-height: 3rem !important;
  }
  .max-h-rem-xxl-4 {
    max-height: 4rem !important;
  }
  .max-h-rem-xxl-5 {
    max-height: 5rem !important;
  }
  .max-h-rem-xxl-7 {
    max-height: 7rem !important;
  }
  .max-h-rem-xxl-8 {
    max-height: 8rem !important;
  }
  .max-h-rem-xxl-9 {
    max-height: 9rem !important;
  }
  .max-h-rem-xxl-10 {
    max-height: 10rem !important;
  }
  .max-h-rem-xxl-11 {
    max-height: 11rem !important;
  }
  .max-h-rem-xxl-12 {
    max-height: 12rem !important;
  }
  .max-h-rem-xxl-13 {
    max-height: 13rem !important;
  }
  .max-h-rem-xxl-14 {
    max-height: 14rem !important;
  }
  .max-h-rem-xxl-15 {
    max-height: 15rem !important;
  }
  .max-h-rem-xxl-16 {
    max-height: 16rem !important;
  }
  .max-h-rem-xxl-17 {
    max-height: 17rem !important;
  }
  .max-h-rem-xxl-18 {
    max-height: 18rem !important;
  }
  .max-h-rem-xxl-19 {
    max-height: 19rem !important;
  }
  .max-h-rem-xxl-20 {
    max-height: 20rem !important;
  }
  .max-h-rem-xxl-23 {
    max-height: 23rem !important;
  }
  .max-h-rem-xxl-25 {
    max-height: 25rem !important;
  }
  .max-h-rem-xxl-30 {
    max-height: 30rem !important;
  }
  .max-h-rem-xxl-31 {
    max-height: 31rem !important;
  }
  .max-h-rem-xxl-32 {
    max-height: 32rem !important;
  }
  .max-h-rem-xxl-33 {
    max-height: 33rem !important;
  }
  .max-h-rem-xxl-34 {
    max-height: 34rem !important;
  }
  .max-h-rem-xxl-35 {
    max-height: 35rem !important;
  }
  .max-h-rem-xxl-36 {
    max-height: 36rem !important;
  }
  .max-h-rem-xxl-37 {
    max-height: 37rem !important;
  }
  .max-h-rem-xxl-38 {
    max-height: 38rem !important;
  }
  .max-h-rem-xxl-39 {
    max-height: 39rem !important;
  }
  .max-h-rem-xxl-40 {
    max-height: 40rem !important;
  }
  .max-h-rem-xxl-41 {
    max-height: 41rem !important;
  }
  .max-h-rem-xxl-42 {
    max-height: 42rem !important;
  }
  .max-h-rem-xxl-43 {
    max-height: 43rem !important;
  }
  .max-h-rem-xxl-44 {
    max-height: 44rem !important;
  }
  .max-h-rem-xxl-45 {
    max-height: 45rem !important;
  }
  .max-h-rem-xxl-46 {
    max-height: 46rem !important;
  }
  .max-h-rem-xxl-47 {
    max-height: 47rem !important;
  }
  .max-h-rem-xxl-48 {
    max-height: 48rem !important;
  }
  .max-h-rem-xxl-49 {
    max-height: 49rem !important;
  }
  .max-h-rem-xxl-50 {
    max-height: 50rem !important;
  }
  .max-h-rem-xxl-51 {
    max-height: 51rem !important;
  }
  .max-h-rem-xxl-52 {
    max-height: 52rem !important;
  }
  .max-h-rem-xxl-53 {
    max-height: 53rem !important;
  }
  .max-h-rem-xxl-54 {
    max-height: 54rem !important;
  }
  .max-h-rem-xxl-55 {
    max-height: 55rem !important;
  }
  .max-h-rem-xxl-56 {
    max-height: 56rem !important;
  }
  .max-h-rem-xxl-57 {
    max-height: 57rem !important;
  }
  .max-h-rem-xxl-58 {
    max-height: 58rem !important;
  }
  .max-h-rem-xxl-59 {
    max-height: 59rem !important;
  }
  .max-h-rem-xxl-60 {
    max-height: 60rem !important;
  }
  .max-h-rem-xxl-61 {
    max-height: 61rem !important;
  }
  .max-h-rem-xxl-62 {
    max-height: 62rem !important;
  }
  .max-h-rem-xxl-63 {
    max-height: 63rem !important;
  }
  .max-h-rem-xxl-64 {
    max-height: 64rem !important;
  }
  .max-h-rem-xxl-65 {
    max-height: 65rem !important;
  }
  .max-h-rem-xxl-66 {
    max-height: 66rem !important;
  }
  .max-h-rem-xxl-67 {
    max-height: 67rem !important;
  }
  .max-h-rem-xxl-68 {
    max-height: 68rem !important;
  }
  .max-h-rem-xxl-69 {
    max-height: 69rem !important;
  }
  .max-h-rem-xxl-70 {
    max-height: 70rem !important;
  }
  .max-h-rem-xxl-71 {
    max-height: 71rem !important;
  }
  .max-h-rem-xxl-72 {
    max-height: 72rem !important;
  }
  .max-h-rem-xxl-73 {
    max-height: 73rem !important;
  }
  .max-h-rem-xxl-74 {
    max-height: 74rem !important;
  }
  .max-h-rem-xxl-75 {
    max-height: 75rem !important;
  }
  .max-h-rem-xxl-76 {
    max-height: 76rem !important;
  }
  .max-h-rem-xxl-77 {
    max-height: 77rem !important;
  }
  .max-h-rem-xxl-78 {
    max-height: 78rem !important;
  }
  .max-h-rem-xxl-79 {
    max-height: 79rem !important;
  }
  .max-h-rem-xxl-80 {
    max-height: 80rem !important;
  }
  .max-h-rem-xxl-95 {
    max-height: 95rem !important;
  }
  .max-h-rem-xxl-96 {
    max-height: 96rem !important;
  }
  .max-h-rem-xxl-97 {
    max-height: 97rem !important;
  }
  .max-h-rem-xxl-100 {
    max-height: 100% !important;
  }
  .min-h-px-xxl-0 {
    min-height: 0rem !important;
  }
  .min-h-px-xxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-xxl-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-xxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-xxl-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-xxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-xxl-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-xxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-xxl-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-xxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-xxl-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-xxl-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-xxl-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-xxl-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-xxl-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-xxl-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-xxl-16 {
    min-height: 1rem !important;
  }
  .min-h-px-xxl-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-xxl-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-xxl-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-xxl-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-xxl-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-xxl-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-xxl-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-xxl-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-xxl-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-xxl-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-xxl-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-xxl-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-xxl-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-xxl-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-xxl-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-xxl-32 {
    min-height: 2rem !important;
  }
  .min-h-px-xxl-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-xxl-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-xxl-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-xxl-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-xxl-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-xxl-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-xxl-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-xxl-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-xxl-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-xxl-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-xxl-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-xxl-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-xxl-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-xxl-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-xxl-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-xxl-48 {
    min-height: 3rem !important;
  }
  .min-h-px-xxl-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-xxl-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-xxl-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-xxl-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-xxl-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-xxl-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-xxl-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-xxl-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-xxl-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-xxl-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-xxl-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-xxl-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-xxl-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-xxl-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-xxl-64 {
    min-height: 4rem !important;
  }
  .min-h-px-xxl-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-xxl-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-xxl-80 {
    min-height: 5rem !important;
  }
  .min-h-px-xxl-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-xxl-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-xxl-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-xxl-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-xxl-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-xxl-122 {
    min-height: 7.625rem !important;
  }
  .min-h-px-xxl-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-xxl-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-xxl-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-xxl-150 {
    min-height: 9.375rem !important;
  }
  .min-h-px-xxl-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-xxl-192 {
    min-height: 12rem !important;
  }
  .min-h-px-xxl-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-xxl-220 {
    min-height: 13.75rem !important;
  }
  .min-h-px-xxl-270 {
    min-height: 16.875rem !important;
  }
  .min-h-px-xxl-300 {
    min-height: 18.75rem !important;
  }
  .min-h-px-xxl-350 {
    min-height: 21.875rem !important;
  }
  .min-h-px-xxl-400 {
    min-height: 25rem !important;
  }
  .min-h-px-xxl-500 {
    min-height: 31.25rem !important;
  }
  .min-h-px-xxl-600 {
    min-height: 37.5rem !important;
  }
  .min-h-xxl-0 {
    min-height: 0% !important;
  }
  .min-h-xxl-5 {
    min-height: 5% !important;
  }
  .min-h-xxl-10 {
    min-height: 10% !important;
  }
  .min-h-xxl-20 {
    min-height: 20% !important;
  }
  .min-h-xxl-25 {
    min-height: 25% !important;
  }
  .min-h-xxl-30 {
    min-height: 30% !important;
  }
  .min-h-xxl-33_3 {
    min-height: 33.3% !important;
  }
  .min-h-xxl-35 {
    min-height: 35% !important;
  }
  .min-h-xxl-40 {
    min-height: 40% !important;
  }
  .min-h-xxl-44 {
    min-height: 44% !important;
  }
  .min-h-xxl-45 {
    min-height: 45% !important;
  }
  .min-h-xxl-46 {
    min-height: 46% !important;
  }
  .min-h-xxl-48 {
    min-height: 48% !important;
  }
  .min-h-xxl-50 {
    min-height: 50% !important;
  }
  .min-h-xxl-60 {
    min-height: 60% !important;
  }
  .min-h-xxl-65 {
    min-height: 65% !important;
  }
  .min-h-xxl-70 {
    min-height: 70% !important;
  }
  .min-h-xxl-75 {
    min-height: 75% !important;
  }
  .min-h-xxl-80 {
    min-height: 80% !important;
  }
  .min-h-xxl-90 {
    min-height: 90% !important;
  }
  .min-h-xxl-95 {
    min-height: 95% !important;
  }
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  .min-h-xxl-auto {
    min-height: auto !important;
  }
  .min-h-rem-xxl-unset {
    min-height: unset !important;
  }
  .min-h-rem-xxl-1 {
    min-height: 1rem !important;
  }
  .min-h-rem-xxl-2 {
    min-height: 2rem !important;
  }
  .min-h-rem-xxl-3 {
    min-height: 3rem !important;
  }
  .min-h-rem-xxl-4 {
    min-height: 4rem !important;
  }
  .min-h-rem-xxl-5 {
    min-height: 5rem !important;
  }
  .min-h-rem-xxl-7 {
    min-height: 7rem !important;
  }
  .min-h-rem-xxl-8 {
    min-height: 8rem !important;
  }
  .min-h-rem-xxl-9 {
    min-height: 9rem !important;
  }
  .min-h-rem-xxl-10 {
    min-height: 10rem !important;
  }
  .min-h-rem-xxl-11 {
    min-height: 11rem !important;
  }
  .min-h-rem-xxl-12 {
    min-height: 12rem !important;
  }
  .min-h-rem-xxl-13 {
    min-height: 13rem !important;
  }
  .min-h-rem-xxl-14 {
    min-height: 14rem !important;
  }
  .min-h-rem-xxl-15 {
    min-height: 15rem !important;
  }
  .min-h-rem-xxl-16 {
    min-height: 16rem !important;
  }
  .min-h-rem-xxl-17 {
    min-height: 17rem !important;
  }
  .min-h-rem-xxl-18 {
    min-height: 18rem !important;
  }
  .min-h-rem-xxl-19 {
    min-height: 19rem !important;
  }
  .min-h-rem-xxl-20 {
    min-height: 20rem !important;
  }
  .min-h-rem-xxl-23 {
    min-height: 23rem !important;
  }
  .min-h-rem-xxl-25 {
    min-height: 25rem !important;
  }
  .min-h-rem-xxl-30 {
    min-height: 30rem !important;
  }
  .min-h-rem-xxl-31 {
    min-height: 31rem !important;
  }
  .min-h-rem-xxl-32 {
    min-height: 32rem !important;
  }
  .min-h-rem-xxl-33 {
    min-height: 33rem !important;
  }
  .min-h-rem-xxl-34 {
    min-height: 34rem !important;
  }
  .min-h-rem-xxl-35 {
    min-height: 35rem !important;
  }
  .min-h-rem-xxl-36 {
    min-height: 36rem !important;
  }
  .min-h-rem-xxl-37 {
    min-height: 37rem !important;
  }
  .min-h-rem-xxl-38 {
    min-height: 38rem !important;
  }
  .min-h-rem-xxl-39 {
    min-height: 39rem !important;
  }
  .min-h-rem-xxl-40 {
    min-height: 40rem !important;
  }
  .min-h-rem-xxl-41 {
    min-height: 41rem !important;
  }
  .min-h-rem-xxl-42 {
    min-height: 42rem !important;
  }
  .min-h-rem-xxl-43 {
    min-height: 43rem !important;
  }
  .min-h-rem-xxl-44 {
    min-height: 44rem !important;
  }
  .min-h-rem-xxl-45 {
    min-height: 45rem !important;
  }
  .min-h-rem-xxl-46 {
    min-height: 46rem !important;
  }
  .min-h-rem-xxl-47 {
    min-height: 47rem !important;
  }
  .min-h-rem-xxl-48 {
    min-height: 48rem !important;
  }
  .min-h-rem-xxl-49 {
    min-height: 49rem !important;
  }
  .min-h-rem-xxl-50 {
    min-height: 50rem !important;
  }
  .min-h-rem-xxl-51 {
    min-height: 51rem !important;
  }
  .min-h-rem-xxl-52 {
    min-height: 52rem !important;
  }
  .min-h-rem-xxl-53 {
    min-height: 53rem !important;
  }
  .min-h-rem-xxl-54 {
    min-height: 54rem !important;
  }
  .min-h-rem-xxl-55 {
    min-height: 55rem !important;
  }
  .min-h-rem-xxl-56 {
    min-height: 56rem !important;
  }
  .min-h-rem-xxl-57 {
    min-height: 57rem !important;
  }
  .min-h-rem-xxl-58 {
    min-height: 58rem !important;
  }
  .min-h-rem-xxl-59 {
    min-height: 59rem !important;
  }
  .min-h-rem-xxl-60 {
    min-height: 60rem !important;
  }
  .min-h-rem-xxl-61 {
    min-height: 61rem !important;
  }
  .min-h-rem-xxl-62 {
    min-height: 62rem !important;
  }
  .min-h-rem-xxl-63 {
    min-height: 63rem !important;
  }
  .min-h-rem-xxl-64 {
    min-height: 64rem !important;
  }
  .min-h-rem-xxl-65 {
    min-height: 65rem !important;
  }
  .min-h-rem-xxl-66 {
    min-height: 66rem !important;
  }
  .min-h-rem-xxl-67 {
    min-height: 67rem !important;
  }
  .min-h-rem-xxl-68 {
    min-height: 68rem !important;
  }
  .min-h-rem-xxl-69 {
    min-height: 69rem !important;
  }
  .min-h-rem-xxl-70 {
    min-height: 70rem !important;
  }
  .min-h-rem-xxl-71 {
    min-height: 71rem !important;
  }
  .min-h-rem-xxl-72 {
    min-height: 72rem !important;
  }
  .min-h-rem-xxl-73 {
    min-height: 73rem !important;
  }
  .min-h-rem-xxl-74 {
    min-height: 74rem !important;
  }
  .min-h-rem-xxl-75 {
    min-height: 75rem !important;
  }
  .min-h-rem-xxl-76 {
    min-height: 76rem !important;
  }
  .min-h-rem-xxl-77 {
    min-height: 77rem !important;
  }
  .min-h-rem-xxl-78 {
    min-height: 78rem !important;
  }
  .min-h-rem-xxl-79 {
    min-height: 79rem !important;
  }
  .min-h-rem-xxl-80 {
    min-height: 80rem !important;
  }
  .min-h-rem-xxl-95 {
    min-height: 95rem !important;
  }
  .min-h-rem-xxl-96 {
    min-height: 96rem !important;
  }
  .min-h-rem-xxl-97 {
    min-height: 97rem !important;
  }
  .min-h-rem-xxl-100 {
    min-height: 100% !important;
  }
  .gap-px-xxl-0 {
    gap: 0rem !important;
  }
  .gap-px-xxl-1 {
    gap: 0.0625rem !important;
  }
  .gap-px-xxl-2 {
    gap: 0.125rem !important;
  }
  .gap-px-xxl-3 {
    gap: 0.1875rem !important;
  }
  .gap-px-xxl-4 {
    gap: 0.25rem !important;
  }
  .gap-px-xxl-5 {
    gap: 0.3125rem !important;
  }
  .gap-px-xxl-6 {
    gap: 0.375rem !important;
  }
  .gap-px-xxl-7 {
    gap: 0.4375rem !important;
  }
  .gap-px-xxl-8 {
    gap: 0.5rem !important;
  }
  .gap-px-xxl-9 {
    gap: 0.5625rem !important;
  }
  .gap-px-xxl-10 {
    gap: 0.625rem !important;
  }
  .gap-px-xxl-11 {
    gap: 0.6875rem !important;
  }
  .gap-px-xxl-12 {
    gap: 0.75rem !important;
  }
  .gap-px-xxl-13 {
    gap: 0.8125rem !important;
  }
  .gap-px-xxl-14 {
    gap: 0.875rem !important;
  }
  .gap-px-xxl-15 {
    gap: 0.9375rem !important;
  }
  .gap-px-xxl-16 {
    gap: 1rem !important;
  }
  .gap-px-xxl-17 {
    gap: 1.0625rem !important;
  }
  .gap-px-xxl-18 {
    gap: 1.125rem !important;
  }
  .gap-px-xxl-19 {
    gap: 1.1875rem !important;
  }
  .gap-px-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-px-xxl-21 {
    gap: 1.3125rem !important;
  }
  .gap-px-xxl-22 {
    gap: 1.375rem !important;
  }
  .gap-px-xxl-23 {
    gap: 1.4375rem !important;
  }
  .gap-px-xxl-24 {
    gap: 1.5rem !important;
  }
  .gap-px-xxl-25 {
    gap: 1.5625rem !important;
  }
  .gap-px-xxl-26 {
    gap: 1.625rem !important;
  }
  .gap-px-xxl-27 {
    gap: 1.6875rem !important;
  }
  .gap-px-xxl-28 {
    gap: 1.75rem !important;
  }
  .gap-px-xxl-29 {
    gap: 1.8125rem !important;
  }
  .gap-px-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-px-xxl-31 {
    gap: 1.9375rem !important;
  }
  .gap-px-xxl-32 {
    gap: 2rem !important;
  }
  .gap-px-xxl-33 {
    gap: 2.0625rem !important;
  }
  .gap-px-xxl-34 {
    gap: 2.125rem !important;
  }
  .gap-px-xxl-35 {
    gap: 2.1875rem !important;
  }
  .gap-px-xxl-36 {
    gap: 2.25rem !important;
  }
  .gap-px-xxl-37 {
    gap: 2.3125rem !important;
  }
  .gap-px-xxl-38 {
    gap: 2.375rem !important;
  }
  .gap-px-xxl-39 {
    gap: 2.4375rem !important;
  }
  .gap-px-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-px-xxl-41 {
    gap: 2.5625rem !important;
  }
  .gap-px-xxl-42 {
    gap: 2.625rem !important;
  }
  .gap-px-xxl-43 {
    gap: 2.6875rem !important;
  }
  .gap-px-xxl-44 {
    gap: 2.75rem !important;
  }
  .gap-px-xxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-px-xxl-46 {
    gap: 2.875rem !important;
  }
  .gap-px-xxl-47 {
    gap: 2.9375rem !important;
  }
  .gap-px-xxl-48 {
    gap: 3rem !important;
  }
  .gap-px-xxl-49 {
    gap: 3.0625rem !important;
  }
  .gap-px-xxl-50 {
    gap: 3.125rem !important;
  }
  .gap-px-xxl-51 {
    gap: 3.1875rem !important;
  }
  .gap-px-xxl-52 {
    gap: 3.25rem !important;
  }
  .gap-px-xxl-53 {
    gap: 3.3125rem !important;
  }
  .gap-px-xxl-54 {
    gap: 3.375rem !important;
  }
  .gap-px-xxl-56 {
    gap: 3.5rem !important;
  }
  .gap-px-xxl-57 {
    gap: 3.5625rem !important;
  }
  .gap-px-xxl-58 {
    gap: 3.625rem !important;
  }
  .gap-px-xxl-59 {
    gap: 3.6875rem !important;
  }
  .gap-px-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-px-xxl-61 {
    gap: 3.8125rem !important;
  }
  .gap-px-xxl-62 {
    gap: 3.875rem !important;
  }
  .gap-px-xxl-63 {
    gap: 3.9375rem !important;
  }
  .gap-px-xxl-64 {
    gap: 4rem !important;
  }
  .gap-px-xxl-68 {
    gap: 4.25rem !important;
  }
  .gap-px-xxl-70 {
    gap: 4.375rem !important;
  }
  .gap-px-xxl-80 {
    gap: 5rem !important;
  }
  .gap-px-xxl-82 {
    gap: 5.125rem !important;
  }
  .gap-px-xxl-83 {
    gap: 5.1875rem !important;
  }
  .gap-px-xxl-84 {
    gap: 5.25rem !important;
  }
  .gap-px-xxl-98 {
    gap: 6.125rem !important;
  }
  .gap-px-xxl-104 {
    gap: 6.5rem !important;
  }
  .gap-px-xxl-122 {
    gap: 7.625rem !important;
  }
  .gap-px-xxl-123 {
    gap: 7.6875rem !important;
  }
  .gap-px-xxl-147 {
    gap: 9.1875rem !important;
  }
  .gap-px-xxl-148 {
    gap: 9.25rem !important;
  }
  .gap-px-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-px-xxl-180 {
    gap: 11.25rem !important;
  }
  .gap-px-xxl-192 {
    gap: 12rem !important;
  }
  .gap-px-xxl-200 {
    gap: 12.5rem !important;
  }
  .gap-px-xxl-220 {
    gap: 13.75rem !important;
  }
  .gap-px-xxl-270 {
    gap: 16.875rem !important;
  }
  .gap-px-xxl-300 {
    gap: 18.75rem !important;
  }
  .gap-px-xxl-350 {
    gap: 21.875rem !important;
  }
  .gap-px-xxl-400 {
    gap: 25rem !important;
  }
  .gap-px-xxl-500 {
    gap: 31.25rem !important;
  }
  .gap-px-xxl-600 {
    gap: 37.5rem !important;
  }
  .m-px-xxl-0 {
    margin: 0rem !important;
  }
  .m-px-xxl-1 {
    margin: 0.0625rem !important;
  }
  .m-px-xxl-2 {
    margin: 0.125rem !important;
  }
  .m-px-xxl-3 {
    margin: 0.1875rem !important;
  }
  .m-px-xxl-4 {
    margin: 0.25rem !important;
  }
  .m-px-xxl-5 {
    margin: 0.3125rem !important;
  }
  .m-px-xxl-6 {
    margin: 0.375rem !important;
  }
  .m-px-xxl-7 {
    margin: 0.4375rem !important;
  }
  .m-px-xxl-8 {
    margin: 0.5rem !important;
  }
  .m-px-xxl-9 {
    margin: 0.5625rem !important;
  }
  .m-px-xxl-10 {
    margin: 0.625rem !important;
  }
  .m-px-xxl-11 {
    margin: 0.6875rem !important;
  }
  .m-px-xxl-12 {
    margin: 0.75rem !important;
  }
  .m-px-xxl-13 {
    margin: 0.8125rem !important;
  }
  .m-px-xxl-14 {
    margin: 0.875rem !important;
  }
  .m-px-xxl-15 {
    margin: 0.9375rem !important;
  }
  .m-px-xxl-16 {
    margin: 1rem !important;
  }
  .m-px-xxl-17 {
    margin: 1.0625rem !important;
  }
  .m-px-xxl-18 {
    margin: 1.125rem !important;
  }
  .m-px-xxl-19 {
    margin: 1.1875rem !important;
  }
  .m-px-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-px-xxl-21 {
    margin: 1.3125rem !important;
  }
  .m-px-xxl-22 {
    margin: 1.375rem !important;
  }
  .m-px-xxl-23 {
    margin: 1.4375rem !important;
  }
  .m-px-xxl-24 {
    margin: 1.5rem !important;
  }
  .m-px-xxl-25 {
    margin: 1.5625rem !important;
  }
  .m-px-xxl-26 {
    margin: 1.625rem !important;
  }
  .m-px-xxl-27 {
    margin: 1.6875rem !important;
  }
  .m-px-xxl-28 {
    margin: 1.75rem !important;
  }
  .m-px-xxl-29 {
    margin: 1.8125rem !important;
  }
  .m-px-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-px-xxl-31 {
    margin: 1.9375rem !important;
  }
  .m-px-xxl-32 {
    margin: 2rem !important;
  }
  .m-px-xxl-33 {
    margin: 2.0625rem !important;
  }
  .m-px-xxl-34 {
    margin: 2.125rem !important;
  }
  .m-px-xxl-35 {
    margin: 2.1875rem !important;
  }
  .m-px-xxl-36 {
    margin: 2.25rem !important;
  }
  .m-px-xxl-37 {
    margin: 2.3125rem !important;
  }
  .m-px-xxl-38 {
    margin: 2.375rem !important;
  }
  .m-px-xxl-39 {
    margin: 2.4375rem !important;
  }
  .m-px-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-px-xxl-41 {
    margin: 2.5625rem !important;
  }
  .m-px-xxl-42 {
    margin: 2.625rem !important;
  }
  .m-px-xxl-43 {
    margin: 2.6875rem !important;
  }
  .m-px-xxl-44 {
    margin: 2.75rem !important;
  }
  .m-px-xxl-45 {
    margin: 2.8125rem !important;
  }
  .m-px-xxl-46 {
    margin: 2.875rem !important;
  }
  .m-px-xxl-47 {
    margin: 2.9375rem !important;
  }
  .m-px-xxl-48 {
    margin: 3rem !important;
  }
  .m-px-xxl-49 {
    margin: 3.0625rem !important;
  }
  .m-px-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-px-xxl-51 {
    margin: 3.1875rem !important;
  }
  .m-px-xxl-52 {
    margin: 3.25rem !important;
  }
  .m-px-xxl-53 {
    margin: 3.3125rem !important;
  }
  .m-px-xxl-54 {
    margin: 3.375rem !important;
  }
  .m-px-xxl-56 {
    margin: 3.5rem !important;
  }
  .m-px-xxl-57 {
    margin: 3.5625rem !important;
  }
  .m-px-xxl-58 {
    margin: 3.625rem !important;
  }
  .m-px-xxl-59 {
    margin: 3.6875rem !important;
  }
  .m-px-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-px-xxl-61 {
    margin: 3.8125rem !important;
  }
  .m-px-xxl-62 {
    margin: 3.875rem !important;
  }
  .m-px-xxl-63 {
    margin: 3.9375rem !important;
  }
  .m-px-xxl-64 {
    margin: 4rem !important;
  }
  .m-px-xxl-68 {
    margin: 4.25rem !important;
  }
  .m-px-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-px-xxl-80 {
    margin: 5rem !important;
  }
  .m-px-xxl-82 {
    margin: 5.125rem !important;
  }
  .m-px-xxl-83 {
    margin: 5.1875rem !important;
  }
  .m-px-xxl-84 {
    margin: 5.25rem !important;
  }
  .m-px-xxl-98 {
    margin: 6.125rem !important;
  }
  .m-px-xxl-104 {
    margin: 6.5rem !important;
  }
  .m-px-xxl-122 {
    margin: 7.625rem !important;
  }
  .m-px-xxl-123 {
    margin: 7.6875rem !important;
  }
  .m-px-xxl-147 {
    margin: 9.1875rem !important;
  }
  .m-px-xxl-148 {
    margin: 9.25rem !important;
  }
  .m-px-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-px-xxl-180 {
    margin: 11.25rem !important;
  }
  .m-px-xxl-192 {
    margin: 12rem !important;
  }
  .m-px-xxl-200 {
    margin: 12.5rem !important;
  }
  .m-px-xxl-220 {
    margin: 13.75rem !important;
  }
  .m-px-xxl-270 {
    margin: 16.875rem !important;
  }
  .m-px-xxl-300 {
    margin: 18.75rem !important;
  }
  .m-px-xxl-350 {
    margin: 21.875rem !important;
  }
  .m-px-xxl-400 {
    margin: 25rem !important;
  }
  .m-px-xxl-500 {
    margin: 31.25rem !important;
  }
  .m-px-xxl-600 {
    margin: 37.5rem !important;
  }
  .m-px-xxl-auto {
    margin: auto !important;
  }
  .mx-px-xxl-0 {
    margin-inline-end: 0rem !important;
    margin-inline-start: 0rem !important;
  }
  .mx-px-xxl-1 {
    margin-inline-end: 0.0625rem !important;
    margin-inline-start: 0.0625rem !important;
  }
  .mx-px-xxl-2 {
    margin-inline-end: 0.125rem !important;
    margin-inline-start: 0.125rem !important;
  }
  .mx-px-xxl-3 {
    margin-inline-end: 0.1875rem !important;
    margin-inline-start: 0.1875rem !important;
  }
  .mx-px-xxl-4 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-px-xxl-5 {
    margin-inline-end: 0.3125rem !important;
    margin-inline-start: 0.3125rem !important;
  }
  .mx-px-xxl-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-px-xxl-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-px-xxl-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-px-xxl-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-px-xxl-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-px-xxl-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-px-xxl-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-px-xxl-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-px-xxl-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-px-xxl-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-px-xxl-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-px-xxl-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-px-xxl-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-px-xxl-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-px-xxl-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-px-xxl-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-px-xxl-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-px-xxl-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-px-xxl-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-px-xxl-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-px-xxl-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-px-xxl-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-px-xxl-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-px-xxl-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-px-xxl-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-px-xxl-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-px-xxl-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-px-xxl-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-px-xxl-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-px-xxl-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-px-xxl-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-px-xxl-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-px-xxl-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-px-xxl-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-px-xxl-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-px-xxl-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-px-xxl-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-px-xxl-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-px-xxl-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-px-xxl-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-px-xxl-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-px-xxl-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-px-xxl-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-px-xxl-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-px-xxl-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-px-xxl-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-px-xxl-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-px-xxl-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-px-xxl-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-px-xxl-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-px-xxl-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-px-xxl-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-px-xxl-59 {
    margin-inline-end: 3.6875rem !important;
    margin-inline-start: 3.6875rem !important;
  }
  .mx-px-xxl-60 {
    margin-inline-end: 3.75rem !important;
    margin-inline-start: 3.75rem !important;
  }
  .mx-px-xxl-61 {
    margin-inline-end: 3.8125rem !important;
    margin-inline-start: 3.8125rem !important;
  }
  .mx-px-xxl-62 {
    margin-inline-end: 3.875rem !important;
    margin-inline-start: 3.875rem !important;
  }
  .mx-px-xxl-63 {
    margin-inline-end: 3.9375rem !important;
    margin-inline-start: 3.9375rem !important;
  }
  .mx-px-xxl-64 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-px-xxl-68 {
    margin-inline-end: 4.25rem !important;
    margin-inline-start: 4.25rem !important;
  }
  .mx-px-xxl-70 {
    margin-inline-end: 4.375rem !important;
    margin-inline-start: 4.375rem !important;
  }
  .mx-px-xxl-80 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-px-xxl-82 {
    margin-inline-end: 5.125rem !important;
    margin-inline-start: 5.125rem !important;
  }
  .mx-px-xxl-83 {
    margin-inline-end: 5.1875rem !important;
    margin-inline-start: 5.1875rem !important;
  }
  .mx-px-xxl-84 {
    margin-inline-end: 5.25rem !important;
    margin-inline-start: 5.25rem !important;
  }
  .mx-px-xxl-98 {
    margin-inline-end: 6.125rem !important;
    margin-inline-start: 6.125rem !important;
  }
  .mx-px-xxl-104 {
    margin-inline-end: 6.5rem !important;
    margin-inline-start: 6.5rem !important;
  }
  .mx-px-xxl-122 {
    margin-inline-end: 7.625rem !important;
    margin-inline-start: 7.625rem !important;
  }
  .mx-px-xxl-123 {
    margin-inline-end: 7.6875rem !important;
    margin-inline-start: 7.6875rem !important;
  }
  .mx-px-xxl-147 {
    margin-inline-end: 9.1875rem !important;
    margin-inline-start: 9.1875rem !important;
  }
  .mx-px-xxl-148 {
    margin-inline-end: 9.25rem !important;
    margin-inline-start: 9.25rem !important;
  }
  .mx-px-xxl-150 {
    margin-inline-end: 9.375rem !important;
    margin-inline-start: 9.375rem !important;
  }
  .mx-px-xxl-180 {
    margin-inline-end: 11.25rem !important;
    margin-inline-start: 11.25rem !important;
  }
  .mx-px-xxl-192 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-px-xxl-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-px-xxl-220 {
    margin-inline-end: 13.75rem !important;
    margin-inline-start: 13.75rem !important;
  }
  .mx-px-xxl-270 {
    margin-inline-end: 16.875rem !important;
    margin-inline-start: 16.875rem !important;
  }
  .mx-px-xxl-300 {
    margin-inline-end: 18.75rem !important;
    margin-inline-start: 18.75rem !important;
  }
  .mx-px-xxl-350 {
    margin-inline-end: 21.875rem !important;
    margin-inline-start: 21.875rem !important;
  }
  .mx-px-xxl-400 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-px-xxl-500 {
    margin-inline-end: 31.25rem !important;
    margin-inline-start: 31.25rem !important;
  }
  .mx-px-xxl-600 {
    margin-inline-end: 37.5rem !important;
    margin-inline-start: 37.5rem !important;
  }
  .mx-px-xxl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-px-xxl-0 {
    margin-block-start: 0rem !important;
    margin-block-end: 0rem !important;
  }
  .my-px-xxl-1 {
    margin-block-start: 0.0625rem !important;
    margin-block-end: 0.0625rem !important;
  }
  .my-px-xxl-2 {
    margin-block-start: 0.125rem !important;
    margin-block-end: 0.125rem !important;
  }
  .my-px-xxl-3 {
    margin-block-start: 0.1875rem !important;
    margin-block-end: 0.1875rem !important;
  }
  .my-px-xxl-4 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-px-xxl-5 {
    margin-block-start: 0.3125rem !important;
    margin-block-end: 0.3125rem !important;
  }
  .my-px-xxl-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-px-xxl-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-px-xxl-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-px-xxl-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-px-xxl-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-px-xxl-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-px-xxl-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-px-xxl-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-px-xxl-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-px-xxl-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-px-xxl-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-px-xxl-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-px-xxl-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-px-xxl-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-px-xxl-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-px-xxl-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-px-xxl-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-px-xxl-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-px-xxl-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-px-xxl-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-px-xxl-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-px-xxl-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-px-xxl-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-px-xxl-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-px-xxl-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-px-xxl-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-px-xxl-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-px-xxl-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-px-xxl-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-px-xxl-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-px-xxl-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-px-xxl-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-px-xxl-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-px-xxl-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-px-xxl-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-px-xxl-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-px-xxl-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-px-xxl-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-px-xxl-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-px-xxl-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-px-xxl-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-px-xxl-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-px-xxl-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-px-xxl-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-px-xxl-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-px-xxl-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-px-xxl-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-px-xxl-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-px-xxl-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-px-xxl-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-px-xxl-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-px-xxl-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-px-xxl-59 {
    margin-block-start: 3.6875rem !important;
    margin-block-end: 3.6875rem !important;
  }
  .my-px-xxl-60 {
    margin-block-start: 3.75rem !important;
    margin-block-end: 3.75rem !important;
  }
  .my-px-xxl-61 {
    margin-block-start: 3.8125rem !important;
    margin-block-end: 3.8125rem !important;
  }
  .my-px-xxl-62 {
    margin-block-start: 3.875rem !important;
    margin-block-end: 3.875rem !important;
  }
  .my-px-xxl-63 {
    margin-block-start: 3.9375rem !important;
    margin-block-end: 3.9375rem !important;
  }
  .my-px-xxl-64 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .my-px-xxl-68 {
    margin-block-start: 4.25rem !important;
    margin-block-end: 4.25rem !important;
  }
  .my-px-xxl-70 {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
  .my-px-xxl-80 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .my-px-xxl-82 {
    margin-block-start: 5.125rem !important;
    margin-block-end: 5.125rem !important;
  }
  .my-px-xxl-83 {
    margin-block-start: 5.1875rem !important;
    margin-block-end: 5.1875rem !important;
  }
  .my-px-xxl-84 {
    margin-block-start: 5.25rem !important;
    margin-block-end: 5.25rem !important;
  }
  .my-px-xxl-98 {
    margin-block-start: 6.125rem !important;
    margin-block-end: 6.125rem !important;
  }
  .my-px-xxl-104 {
    margin-block-start: 6.5rem !important;
    margin-block-end: 6.5rem !important;
  }
  .my-px-xxl-122 {
    margin-block-start: 7.625rem !important;
    margin-block-end: 7.625rem !important;
  }
  .my-px-xxl-123 {
    margin-block-start: 7.6875rem !important;
    margin-block-end: 7.6875rem !important;
  }
  .my-px-xxl-147 {
    margin-block-start: 9.1875rem !important;
    margin-block-end: 9.1875rem !important;
  }
  .my-px-xxl-148 {
    margin-block-start: 9.25rem !important;
    margin-block-end: 9.25rem !important;
  }
  .my-px-xxl-150 {
    margin-block-start: 9.375rem !important;
    margin-block-end: 9.375rem !important;
  }
  .my-px-xxl-180 {
    margin-block-start: 11.25rem !important;
    margin-block-end: 11.25rem !important;
  }
  .my-px-xxl-192 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .my-px-xxl-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-px-xxl-220 {
    margin-block-start: 13.75rem !important;
    margin-block-end: 13.75rem !important;
  }
  .my-px-xxl-270 {
    margin-block-start: 16.875rem !important;
    margin-block-end: 16.875rem !important;
  }
  .my-px-xxl-300 {
    margin-block-start: 18.75rem !important;
    margin-block-end: 18.75rem !important;
  }
  .my-px-xxl-350 {
    margin-block-start: 21.875rem !important;
    margin-block-end: 21.875rem !important;
  }
  .my-px-xxl-400 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .my-px-xxl-500 {
    margin-block-start: 31.25rem !important;
    margin-block-end: 31.25rem !important;
  }
  .my-px-xxl-600 {
    margin-block-start: 37.5rem !important;
    margin-block-end: 37.5rem !important;
  }
  .my-px-xxl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-px-xxl-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-xxl-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-xxl-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-xxl-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-xxl-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-xxl-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-xxl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-xxl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-xxl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-xxl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-xxl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-xxl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-xxl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-xxl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-xxl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-xxl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-xxl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-xxl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-xxl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-xxl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-xxl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-xxl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-xxl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-xxl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-xxl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-xxl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-xxl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-xxl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-xxl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-xxl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-xxl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-xxl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-xxl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-xxl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-xxl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-xxl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-xxl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-xxl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-xxl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-xxl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-xxl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-xxl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-xxl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-xxl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-xxl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-xxl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-xxl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-xxl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-xxl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-xxl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-xxl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-xxl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-xxl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-xxl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-xxl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-xxl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-xxl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-xxl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-xxl-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-xxl-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-xxl-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-xxl-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-xxl-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-xxl-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-xxl-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-xxl-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-xxl-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-xxl-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-xxl-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-xxl-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-xxl-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-xxl-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-xxl-122 {
    margin-block-start: 7.625rem !important;
  }
  .mt-px-xxl-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-xxl-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-xxl-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-xxl-150 {
    margin-block-start: 9.375rem !important;
  }
  .mt-px-xxl-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-xxl-192 {
    margin-block-start: 12rem !important;
  }
  .mt-px-xxl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-xxl-220 {
    margin-block-start: 13.75rem !important;
  }
  .mt-px-xxl-270 {
    margin-block-start: 16.875rem !important;
  }
  .mt-px-xxl-300 {
    margin-block-start: 18.75rem !important;
  }
  .mt-px-xxl-350 {
    margin-block-start: 21.875rem !important;
  }
  .mt-px-xxl-400 {
    margin-block-start: 25rem !important;
  }
  .mt-px-xxl-500 {
    margin-block-start: 31.25rem !important;
  }
  .mt-px-xxl-600 {
    margin-block-start: 37.5rem !important;
  }
  .mt-px-xxl-auto {
    margin-block-start: auto !important;
  }
  .me-px-xxl-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-xxl-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-xxl-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-xxl-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-xxl-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-xxl-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-xxl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-xxl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-xxl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-xxl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-xxl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-xxl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-xxl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-xxl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-xxl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-xxl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-xxl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-xxl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-xxl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-xxl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-xxl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-xxl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-xxl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-xxl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-xxl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-xxl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-xxl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-xxl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-xxl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-xxl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-xxl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-xxl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-xxl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-xxl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-xxl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-xxl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-xxl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-xxl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-xxl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-xxl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-xxl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-xxl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-xxl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-xxl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-xxl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-xxl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-xxl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-xxl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-xxl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-xxl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-xxl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-xxl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-xxl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-xxl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-xxl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-xxl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-xxl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-xxl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-xxl-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-xxl-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-xxl-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-xxl-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-xxl-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-xxl-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-xxl-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-xxl-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-xxl-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-xxl-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-xxl-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-xxl-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-xxl-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-xxl-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-xxl-122 {
    margin-inline-end: 7.625rem !important;
  }
  .me-px-xxl-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-xxl-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-xxl-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-xxl-150 {
    margin-inline-end: 9.375rem !important;
  }
  .me-px-xxl-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-xxl-192 {
    margin-inline-end: 12rem !important;
  }
  .me-px-xxl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-xxl-220 {
    margin-inline-end: 13.75rem !important;
  }
  .me-px-xxl-270 {
    margin-inline-end: 16.875rem !important;
  }
  .me-px-xxl-300 {
    margin-inline-end: 18.75rem !important;
  }
  .me-px-xxl-350 {
    margin-inline-end: 21.875rem !important;
  }
  .me-px-xxl-400 {
    margin-inline-end: 25rem !important;
  }
  .me-px-xxl-500 {
    margin-inline-end: 31.25rem !important;
  }
  .me-px-xxl-600 {
    margin-inline-end: 37.5rem !important;
  }
  .me-px-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-xxl-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-xxl-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-xxl-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-xxl-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-xxl-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-xxl-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-xxl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-xxl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-xxl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-xxl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-xxl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-xxl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-xxl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-xxl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-xxl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-xxl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-xxl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-xxl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-xxl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-xxl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-xxl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-xxl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-xxl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-xxl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-xxl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-xxl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-xxl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-xxl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-xxl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-xxl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-xxl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-xxl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-xxl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-xxl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-xxl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-xxl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-xxl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-xxl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-xxl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-xxl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-xxl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-xxl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-xxl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-xxl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-xxl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-xxl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-xxl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-xxl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-xxl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-xxl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-xxl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-xxl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-xxl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-xxl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-xxl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-xxl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-xxl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-xxl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-xxl-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-xxl-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-xxl-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-xxl-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-xxl-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-xxl-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-xxl-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-xxl-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-xxl-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-xxl-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-xxl-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-xxl-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-xxl-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-xxl-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-xxl-122 {
    margin-block-end: 7.625rem !important;
  }
  .mb-px-xxl-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-xxl-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-xxl-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-xxl-150 {
    margin-block-end: 9.375rem !important;
  }
  .mb-px-xxl-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-xxl-192 {
    margin-block-end: 12rem !important;
  }
  .mb-px-xxl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-xxl-220 {
    margin-block-end: 13.75rem !important;
  }
  .mb-px-xxl-270 {
    margin-block-end: 16.875rem !important;
  }
  .mb-px-xxl-300 {
    margin-block-end: 18.75rem !important;
  }
  .mb-px-xxl-350 {
    margin-block-end: 21.875rem !important;
  }
  .mb-px-xxl-400 {
    margin-block-end: 25rem !important;
  }
  .mb-px-xxl-500 {
    margin-block-end: 31.25rem !important;
  }
  .mb-px-xxl-600 {
    margin-block-end: 37.5rem !important;
  }
  .mb-px-xxl-auto {
    margin-block-end: auto !important;
  }
  .ms-px-xxl-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-xxl-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-xxl-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-xxl-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-xxl-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-xxl-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-xxl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-xxl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-xxl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-xxl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-xxl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-xxl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-xxl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-xxl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-xxl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-xxl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-xxl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-xxl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-xxl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-xxl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-xxl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-xxl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-xxl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-xxl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-xxl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-xxl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-xxl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-xxl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-xxl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-xxl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-xxl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-xxl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-xxl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-xxl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-xxl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-xxl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-xxl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-xxl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-xxl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-xxl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-xxl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-xxl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-xxl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-xxl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-xxl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-xxl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-xxl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-xxl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-xxl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-xxl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-xxl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-xxl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-xxl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-xxl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-xxl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-xxl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-xxl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-xxl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-xxl-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-xxl-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-xxl-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-xxl-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-xxl-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-xxl-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-xxl-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-xxl-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-xxl-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-xxl-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-xxl-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-xxl-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-xxl-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-xxl-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-xxl-122 {
    margin-inline-start: 7.625rem !important;
  }
  .ms-px-xxl-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-xxl-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-xxl-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-xxl-150 {
    margin-inline-start: 9.375rem !important;
  }
  .ms-px-xxl-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-xxl-192 {
    margin-inline-start: 12rem !important;
  }
  .ms-px-xxl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-xxl-220 {
    margin-inline-start: 13.75rem !important;
  }
  .ms-px-xxl-270 {
    margin-inline-start: 16.875rem !important;
  }
  .ms-px-xxl-300 {
    margin-inline-start: 18.75rem !important;
  }
  .ms-px-xxl-350 {
    margin-inline-start: 21.875rem !important;
  }
  .ms-px-xxl-400 {
    margin-inline-start: 25rem !important;
  }
  .ms-px-xxl-500 {
    margin-inline-start: 31.25rem !important;
  }
  .ms-px-xxl-600 {
    margin-inline-start: 37.5rem !important;
  }
  .ms-px-xxl-auto {
    margin-inline-start: auto !important;
  }
  .m-px-xxl-n1 {
    margin: -0.0625rem !important;
  }
  .m-px-xxl-n2 {
    margin: -0.125rem !important;
  }
  .m-px-xxl-n3 {
    margin: -0.1875rem !important;
  }
  .m-px-xxl-n4 {
    margin: -0.25rem !important;
  }
  .m-px-xxl-n5 {
    margin: -0.3125rem !important;
  }
  .m-px-xxl-n6 {
    margin: -0.375rem !important;
  }
  .m-px-xxl-n7 {
    margin: -0.4375rem !important;
  }
  .m-px-xxl-n8 {
    margin: -0.5rem !important;
  }
  .m-px-xxl-n9 {
    margin: -0.5625rem !important;
  }
  .m-px-xxl-n10 {
    margin: -0.625rem !important;
  }
  .m-px-xxl-n11 {
    margin: -0.6875rem !important;
  }
  .m-px-xxl-n12 {
    margin: -0.75rem !important;
  }
  .m-px-xxl-n13 {
    margin: -0.8125rem !important;
  }
  .m-px-xxl-n14 {
    margin: -0.875rem !important;
  }
  .m-px-xxl-n15 {
    margin: -0.9375rem !important;
  }
  .m-px-xxl-n16 {
    margin: -1rem !important;
  }
  .m-px-xxl-n17 {
    margin: -1.0625rem !important;
  }
  .m-px-xxl-n18 {
    margin: -1.125rem !important;
  }
  .m-px-xxl-n19 {
    margin: -1.1875rem !important;
  }
  .m-px-xxl-n20 {
    margin: -1.25rem !important;
  }
  .m-px-xxl-n21 {
    margin: -1.3125rem !important;
  }
  .m-px-xxl-n22 {
    margin: -1.375rem !important;
  }
  .m-px-xxl-n23 {
    margin: -1.4375rem !important;
  }
  .m-px-xxl-n24 {
    margin: -1.5rem !important;
  }
  .m-px-xxl-n25 {
    margin: -1.5625rem !important;
  }
  .m-px-xxl-n26 {
    margin: -1.625rem !important;
  }
  .m-px-xxl-n27 {
    margin: -1.6875rem !important;
  }
  .m-px-xxl-n28 {
    margin: -1.75rem !important;
  }
  .m-px-xxl-n29 {
    margin: -1.8125rem !important;
  }
  .m-px-xxl-n30 {
    margin: -1.875rem !important;
  }
  .m-px-xxl-n31 {
    margin: -1.9375rem !important;
  }
  .m-px-xxl-n32 {
    margin: -2rem !important;
  }
  .m-px-xxl-n33 {
    margin: -2.0625rem !important;
  }
  .m-px-xxl-n34 {
    margin: -2.125rem !important;
  }
  .m-px-xxl-n35 {
    margin: -2.1875rem !important;
  }
  .m-px-xxl-n36 {
    margin: -2.25rem !important;
  }
  .m-px-xxl-n37 {
    margin: -2.3125rem !important;
  }
  .m-px-xxl-n38 {
    margin: -2.375rem !important;
  }
  .m-px-xxl-n39 {
    margin: -2.4375rem !important;
  }
  .m-px-xxl-n40 {
    margin: -2.5rem !important;
  }
  .m-px-xxl-n41 {
    margin: -2.5625rem !important;
  }
  .m-px-xxl-n42 {
    margin: -2.625rem !important;
  }
  .m-px-xxl-n43 {
    margin: -2.6875rem !important;
  }
  .m-px-xxl-n44 {
    margin: -2.75rem !important;
  }
  .m-px-xxl-n45 {
    margin: -2.8125rem !important;
  }
  .m-px-xxl-n46 {
    margin: -2.875rem !important;
  }
  .m-px-xxl-n47 {
    margin: -2.9375rem !important;
  }
  .m-px-xxl-n48 {
    margin: -3rem !important;
  }
  .m-px-xxl-n49 {
    margin: -3.0625rem !important;
  }
  .m-px-xxl-n50 {
    margin: -3.125rem !important;
  }
  .m-px-xxl-n51 {
    margin: -3.1875rem !important;
  }
  .m-px-xxl-n52 {
    margin: -3.25rem !important;
  }
  .m-px-xxl-n53 {
    margin: -3.3125rem !important;
  }
  .m-px-xxl-n54 {
    margin: -3.375rem !important;
  }
  .m-px-xxl-n56 {
    margin: -3.5rem !important;
  }
  .m-px-xxl-n57 {
    margin: -3.5625rem !important;
  }
  .m-px-xxl-n58 {
    margin: -3.625rem !important;
  }
  .m-px-xxl-n59 {
    margin: -3.6875rem !important;
  }
  .m-px-xxl-n60 {
    margin: -3.75rem !important;
  }
  .m-px-xxl-n61 {
    margin: -3.8125rem !important;
  }
  .m-px-xxl-n62 {
    margin: -3.875rem !important;
  }
  .m-px-xxl-n63 {
    margin: -3.9375rem !important;
  }
  .m-px-xxl-n64 {
    margin: -4rem !important;
  }
  .m-px-xxl-n68 {
    margin: -4.25rem !important;
  }
  .m-px-xxl-n70 {
    margin: -4.375rem !important;
  }
  .m-px-xxl-n80 {
    margin: -5rem !important;
  }
  .m-px-xxl-n82 {
    margin: -5.125rem !important;
  }
  .m-px-xxl-n83 {
    margin: -5.1875rem !important;
  }
  .m-px-xxl-n84 {
    margin: -5.25rem !important;
  }
  .m-px-xxl-n98 {
    margin: -6.125rem !important;
  }
  .m-px-xxl-n104 {
    margin: -6.5rem !important;
  }
  .m-px-xxl-n122 {
    margin: -7.625rem !important;
  }
  .m-px-xxl-n123 {
    margin: -7.6875rem !important;
  }
  .m-px-xxl-n147 {
    margin: -9.1875rem !important;
  }
  .m-px-xxl-n148 {
    margin: -9.25rem !important;
  }
  .m-px-xxl-n150 {
    margin: -9.375rem !important;
  }
  .m-px-xxl-n180 {
    margin: -11.25rem !important;
  }
  .m-px-xxl-n192 {
    margin: -12rem !important;
  }
  .m-px-xxl-n200 {
    margin: -12.5rem !important;
  }
  .m-px-xxl-n220 {
    margin: -13.75rem !important;
  }
  .m-px-xxl-n270 {
    margin: -16.875rem !important;
  }
  .m-px-xxl-n300 {
    margin: -18.75rem !important;
  }
  .m-px-xxl-n350 {
    margin: -21.875rem !important;
  }
  .m-px-xxl-n400 {
    margin: -25rem !important;
  }
  .m-px-xxl-n500 {
    margin: -31.25rem !important;
  }
  .m-px-xxl-n600 {
    margin: -37.5rem !important;
  }
  .mx-px-xxl-n1 {
    margin-inline-end: -0.0625rem !important;
    margin-inline-start: -0.0625rem !important;
  }
  .mx-px-xxl-n2 {
    margin-inline-end: -0.125rem !important;
    margin-inline-start: -0.125rem !important;
  }
  .mx-px-xxl-n3 {
    margin-inline-end: -0.1875rem !important;
    margin-inline-start: -0.1875rem !important;
  }
  .mx-px-xxl-n4 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-px-xxl-n5 {
    margin-inline-end: -0.3125rem !important;
    margin-inline-start: -0.3125rem !important;
  }
  .mx-px-xxl-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-px-xxl-n7 {
    margin-inline-end: -0.4375rem !important;
    margin-inline-start: -0.4375rem !important;
  }
  .mx-px-xxl-n8 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-px-xxl-n9 {
    margin-inline-end: -0.5625rem !important;
    margin-inline-start: -0.5625rem !important;
  }
  .mx-px-xxl-n10 {
    margin-inline-end: -0.625rem !important;
    margin-inline-start: -0.625rem !important;
  }
  .mx-px-xxl-n11 {
    margin-inline-end: -0.6875rem !important;
    margin-inline-start: -0.6875rem !important;
  }
  .mx-px-xxl-n12 {
    margin-inline-end: -0.75rem !important;
    margin-inline-start: -0.75rem !important;
  }
  .mx-px-xxl-n13 {
    margin-inline-end: -0.8125rem !important;
    margin-inline-start: -0.8125rem !important;
  }
  .mx-px-xxl-n14 {
    margin-inline-end: -0.875rem !important;
    margin-inline-start: -0.875rem !important;
  }
  .mx-px-xxl-n15 {
    margin-inline-end: -0.9375rem !important;
    margin-inline-start: -0.9375rem !important;
  }
  .mx-px-xxl-n16 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-px-xxl-n17 {
    margin-inline-end: -1.0625rem !important;
    margin-inline-start: -1.0625rem !important;
  }
  .mx-px-xxl-n18 {
    margin-inline-end: -1.125rem !important;
    margin-inline-start: -1.125rem !important;
  }
  .mx-px-xxl-n19 {
    margin-inline-end: -1.1875rem !important;
    margin-inline-start: -1.1875rem !important;
  }
  .mx-px-xxl-n20 {
    margin-inline-end: -1.25rem !important;
    margin-inline-start: -1.25rem !important;
  }
  .mx-px-xxl-n21 {
    margin-inline-end: -1.3125rem !important;
    margin-inline-start: -1.3125rem !important;
  }
  .mx-px-xxl-n22 {
    margin-inline-end: -1.375rem !important;
    margin-inline-start: -1.375rem !important;
  }
  .mx-px-xxl-n23 {
    margin-inline-end: -1.4375rem !important;
    margin-inline-start: -1.4375rem !important;
  }
  .mx-px-xxl-n24 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-px-xxl-n25 {
    margin-inline-end: -1.5625rem !important;
    margin-inline-start: -1.5625rem !important;
  }
  .mx-px-xxl-n26 {
    margin-inline-end: -1.625rem !important;
    margin-inline-start: -1.625rem !important;
  }
  .mx-px-xxl-n27 {
    margin-inline-end: -1.6875rem !important;
    margin-inline-start: -1.6875rem !important;
  }
  .mx-px-xxl-n28 {
    margin-inline-end: -1.75rem !important;
    margin-inline-start: -1.75rem !important;
  }
  .mx-px-xxl-n29 {
    margin-inline-end: -1.8125rem !important;
    margin-inline-start: -1.8125rem !important;
  }
  .mx-px-xxl-n30 {
    margin-inline-end: -1.875rem !important;
    margin-inline-start: -1.875rem !important;
  }
  .mx-px-xxl-n31 {
    margin-inline-end: -1.9375rem !important;
    margin-inline-start: -1.9375rem !important;
  }
  .mx-px-xxl-n32 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-px-xxl-n33 {
    margin-inline-end: -2.0625rem !important;
    margin-inline-start: -2.0625rem !important;
  }
  .mx-px-xxl-n34 {
    margin-inline-end: -2.125rem !important;
    margin-inline-start: -2.125rem !important;
  }
  .mx-px-xxl-n35 {
    margin-inline-end: -2.1875rem !important;
    margin-inline-start: -2.1875rem !important;
  }
  .mx-px-xxl-n36 {
    margin-inline-end: -2.25rem !important;
    margin-inline-start: -2.25rem !important;
  }
  .mx-px-xxl-n37 {
    margin-inline-end: -2.3125rem !important;
    margin-inline-start: -2.3125rem !important;
  }
  .mx-px-xxl-n38 {
    margin-inline-end: -2.375rem !important;
    margin-inline-start: -2.375rem !important;
  }
  .mx-px-xxl-n39 {
    margin-inline-end: -2.4375rem !important;
    margin-inline-start: -2.4375rem !important;
  }
  .mx-px-xxl-n40 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-px-xxl-n41 {
    margin-inline-end: -2.5625rem !important;
    margin-inline-start: -2.5625rem !important;
  }
  .mx-px-xxl-n42 {
    margin-inline-end: -2.625rem !important;
    margin-inline-start: -2.625rem !important;
  }
  .mx-px-xxl-n43 {
    margin-inline-end: -2.6875rem !important;
    margin-inline-start: -2.6875rem !important;
  }
  .mx-px-xxl-n44 {
    margin-inline-end: -2.75rem !important;
    margin-inline-start: -2.75rem !important;
  }
  .mx-px-xxl-n45 {
    margin-inline-end: -2.8125rem !important;
    margin-inline-start: -2.8125rem !important;
  }
  .mx-px-xxl-n46 {
    margin-inline-end: -2.875rem !important;
    margin-inline-start: -2.875rem !important;
  }
  .mx-px-xxl-n47 {
    margin-inline-end: -2.9375rem !important;
    margin-inline-start: -2.9375rem !important;
  }
  .mx-px-xxl-n48 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-px-xxl-n49 {
    margin-inline-end: -3.0625rem !important;
    margin-inline-start: -3.0625rem !important;
  }
  .mx-px-xxl-n50 {
    margin-inline-end: -3.125rem !important;
    margin-inline-start: -3.125rem !important;
  }
  .mx-px-xxl-n51 {
    margin-inline-end: -3.1875rem !important;
    margin-inline-start: -3.1875rem !important;
  }
  .mx-px-xxl-n52 {
    margin-inline-end: -3.25rem !important;
    margin-inline-start: -3.25rem !important;
  }
  .mx-px-xxl-n53 {
    margin-inline-end: -3.3125rem !important;
    margin-inline-start: -3.3125rem !important;
  }
  .mx-px-xxl-n54 {
    margin-inline-end: -3.375rem !important;
    margin-inline-start: -3.375rem !important;
  }
  .mx-px-xxl-n56 {
    margin-inline-end: -3.5rem !important;
    margin-inline-start: -3.5rem !important;
  }
  .mx-px-xxl-n57 {
    margin-inline-end: -3.5625rem !important;
    margin-inline-start: -3.5625rem !important;
  }
  .mx-px-xxl-n58 {
    margin-inline-end: -3.625rem !important;
    margin-inline-start: -3.625rem !important;
  }
  .mx-px-xxl-n59 {
    margin-inline-end: -3.6875rem !important;
    margin-inline-start: -3.6875rem !important;
  }
  .mx-px-xxl-n60 {
    margin-inline-end: -3.75rem !important;
    margin-inline-start: -3.75rem !important;
  }
  .mx-px-xxl-n61 {
    margin-inline-end: -3.8125rem !important;
    margin-inline-start: -3.8125rem !important;
  }
  .mx-px-xxl-n62 {
    margin-inline-end: -3.875rem !important;
    margin-inline-start: -3.875rem !important;
  }
  .mx-px-xxl-n63 {
    margin-inline-end: -3.9375rem !important;
    margin-inline-start: -3.9375rem !important;
  }
  .mx-px-xxl-n64 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-px-xxl-n68 {
    margin-inline-end: -4.25rem !important;
    margin-inline-start: -4.25rem !important;
  }
  .mx-px-xxl-n70 {
    margin-inline-end: -4.375rem !important;
    margin-inline-start: -4.375rem !important;
  }
  .mx-px-xxl-n80 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-px-xxl-n82 {
    margin-inline-end: -5.125rem !important;
    margin-inline-start: -5.125rem !important;
  }
  .mx-px-xxl-n83 {
    margin-inline-end: -5.1875rem !important;
    margin-inline-start: -5.1875rem !important;
  }
  .mx-px-xxl-n84 {
    margin-inline-end: -5.25rem !important;
    margin-inline-start: -5.25rem !important;
  }
  .mx-px-xxl-n98 {
    margin-inline-end: -6.125rem !important;
    margin-inline-start: -6.125rem !important;
  }
  .mx-px-xxl-n104 {
    margin-inline-end: -6.5rem !important;
    margin-inline-start: -6.5rem !important;
  }
  .mx-px-xxl-n122 {
    margin-inline-end: -7.625rem !important;
    margin-inline-start: -7.625rem !important;
  }
  .mx-px-xxl-n123 {
    margin-inline-end: -7.6875rem !important;
    margin-inline-start: -7.6875rem !important;
  }
  .mx-px-xxl-n147 {
    margin-inline-end: -9.1875rem !important;
    margin-inline-start: -9.1875rem !important;
  }
  .mx-px-xxl-n148 {
    margin-inline-end: -9.25rem !important;
    margin-inline-start: -9.25rem !important;
  }
  .mx-px-xxl-n150 {
    margin-inline-end: -9.375rem !important;
    margin-inline-start: -9.375rem !important;
  }
  .mx-px-xxl-n180 {
    margin-inline-end: -11.25rem !important;
    margin-inline-start: -11.25rem !important;
  }
  .mx-px-xxl-n192 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-px-xxl-n200 {
    margin-inline-end: -12.5rem !important;
    margin-inline-start: -12.5rem !important;
  }
  .mx-px-xxl-n220 {
    margin-inline-end: -13.75rem !important;
    margin-inline-start: -13.75rem !important;
  }
  .mx-px-xxl-n270 {
    margin-inline-end: -16.875rem !important;
    margin-inline-start: -16.875rem !important;
  }
  .mx-px-xxl-n300 {
    margin-inline-end: -18.75rem !important;
    margin-inline-start: -18.75rem !important;
  }
  .mx-px-xxl-n350 {
    margin-inline-end: -21.875rem !important;
    margin-inline-start: -21.875rem !important;
  }
  .mx-px-xxl-n400 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-px-xxl-n500 {
    margin-inline-end: -31.25rem !important;
    margin-inline-start: -31.25rem !important;
  }
  .mx-px-xxl-n600 {
    margin-inline-end: -37.5rem !important;
    margin-inline-start: -37.5rem !important;
  }
  .my-px-xxl-n1 {
    margin-block-end: -0.0625rem !important;
    margin-block-start: -0.0625rem !important;
  }
  .my-px-xxl-n2 {
    margin-block-end: -0.125rem !important;
    margin-block-start: -0.125rem !important;
  }
  .my-px-xxl-n3 {
    margin-block-end: -0.1875rem !important;
    margin-block-start: -0.1875rem !important;
  }
  .my-px-xxl-n4 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-px-xxl-n5 {
    margin-block-end: -0.3125rem !important;
    margin-block-start: -0.3125rem !important;
  }
  .my-px-xxl-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-px-xxl-n7 {
    margin-block-end: -0.4375rem !important;
    margin-block-start: -0.4375rem !important;
  }
  .my-px-xxl-n8 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-px-xxl-n9 {
    margin-block-end: -0.5625rem !important;
    margin-block-start: -0.5625rem !important;
  }
  .my-px-xxl-n10 {
    margin-block-end: -0.625rem !important;
    margin-block-start: -0.625rem !important;
  }
  .my-px-xxl-n11 {
    margin-block-end: -0.6875rem !important;
    margin-block-start: -0.6875rem !important;
  }
  .my-px-xxl-n12 {
    margin-block-end: -0.75rem !important;
    margin-block-start: -0.75rem !important;
  }
  .my-px-xxl-n13 {
    margin-block-end: -0.8125rem !important;
    margin-block-start: -0.8125rem !important;
  }
  .my-px-xxl-n14 {
    margin-block-end: -0.875rem !important;
    margin-block-start: -0.875rem !important;
  }
  .my-px-xxl-n15 {
    margin-block-end: -0.9375rem !important;
    margin-block-start: -0.9375rem !important;
  }
  .my-px-xxl-n16 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-px-xxl-n17 {
    margin-block-end: -1.0625rem !important;
    margin-block-start: -1.0625rem !important;
  }
  .my-px-xxl-n18 {
    margin-block-end: -1.125rem !important;
    margin-block-start: -1.125rem !important;
  }
  .my-px-xxl-n19 {
    margin-block-end: -1.1875rem !important;
    margin-block-start: -1.1875rem !important;
  }
  .my-px-xxl-n20 {
    margin-block-end: -1.25rem !important;
    margin-block-start: -1.25rem !important;
  }
  .my-px-xxl-n21 {
    margin-block-end: -1.3125rem !important;
    margin-block-start: -1.3125rem !important;
  }
  .my-px-xxl-n22 {
    margin-block-end: -1.375rem !important;
    margin-block-start: -1.375rem !important;
  }
  .my-px-xxl-n23 {
    margin-block-end: -1.4375rem !important;
    margin-block-start: -1.4375rem !important;
  }
  .my-px-xxl-n24 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-px-xxl-n25 {
    margin-block-end: -1.5625rem !important;
    margin-block-start: -1.5625rem !important;
  }
  .my-px-xxl-n26 {
    margin-block-end: -1.625rem !important;
    margin-block-start: -1.625rem !important;
  }
  .my-px-xxl-n27 {
    margin-block-end: -1.6875rem !important;
    margin-block-start: -1.6875rem !important;
  }
  .my-px-xxl-n28 {
    margin-block-end: -1.75rem !important;
    margin-block-start: -1.75rem !important;
  }
  .my-px-xxl-n29 {
    margin-block-end: -1.8125rem !important;
    margin-block-start: -1.8125rem !important;
  }
  .my-px-xxl-n30 {
    margin-block-end: -1.875rem !important;
    margin-block-start: -1.875rem !important;
  }
  .my-px-xxl-n31 {
    margin-block-end: -1.9375rem !important;
    margin-block-start: -1.9375rem !important;
  }
  .my-px-xxl-n32 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-px-xxl-n33 {
    margin-block-end: -2.0625rem !important;
    margin-block-start: -2.0625rem !important;
  }
  .my-px-xxl-n34 {
    margin-block-end: -2.125rem !important;
    margin-block-start: -2.125rem !important;
  }
  .my-px-xxl-n35 {
    margin-block-end: -2.1875rem !important;
    margin-block-start: -2.1875rem !important;
  }
  .my-px-xxl-n36 {
    margin-block-end: -2.25rem !important;
    margin-block-start: -2.25rem !important;
  }
  .my-px-xxl-n37 {
    margin-block-end: -2.3125rem !important;
    margin-block-start: -2.3125rem !important;
  }
  .my-px-xxl-n38 {
    margin-block-end: -2.375rem !important;
    margin-block-start: -2.375rem !important;
  }
  .my-px-xxl-n39 {
    margin-block-end: -2.4375rem !important;
    margin-block-start: -2.4375rem !important;
  }
  .my-px-xxl-n40 {
    margin-block-end: -2.5rem !important;
    margin-block-start: -2.5rem !important;
  }
  .my-px-xxl-n41 {
    margin-block-end: -2.5625rem !important;
    margin-block-start: -2.5625rem !important;
  }
  .my-px-xxl-n42 {
    margin-block-end: -2.625rem !important;
    margin-block-start: -2.625rem !important;
  }
  .my-px-xxl-n43 {
    margin-block-end: -2.6875rem !important;
    margin-block-start: -2.6875rem !important;
  }
  .my-px-xxl-n44 {
    margin-block-end: -2.75rem !important;
    margin-block-start: -2.75rem !important;
  }
  .my-px-xxl-n45 {
    margin-block-end: -2.8125rem !important;
    margin-block-start: -2.8125rem !important;
  }
  .my-px-xxl-n46 {
    margin-block-end: -2.875rem !important;
    margin-block-start: -2.875rem !important;
  }
  .my-px-xxl-n47 {
    margin-block-end: -2.9375rem !important;
    margin-block-start: -2.9375rem !important;
  }
  .my-px-xxl-n48 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-px-xxl-n49 {
    margin-block-end: -3.0625rem !important;
    margin-block-start: -3.0625rem !important;
  }
  .my-px-xxl-n50 {
    margin-block-end: -3.125rem !important;
    margin-block-start: -3.125rem !important;
  }
  .my-px-xxl-n51 {
    margin-block-end: -3.1875rem !important;
    margin-block-start: -3.1875rem !important;
  }
  .my-px-xxl-n52 {
    margin-block-end: -3.25rem !important;
    margin-block-start: -3.25rem !important;
  }
  .my-px-xxl-n53 {
    margin-block-end: -3.3125rem !important;
    margin-block-start: -3.3125rem !important;
  }
  .my-px-xxl-n54 {
    margin-block-end: -3.375rem !important;
    margin-block-start: -3.375rem !important;
  }
  .my-px-xxl-n56 {
    margin-block-end: -3.5rem !important;
    margin-block-start: -3.5rem !important;
  }
  .my-px-xxl-n57 {
    margin-block-end: -3.5625rem !important;
    margin-block-start: -3.5625rem !important;
  }
  .my-px-xxl-n58 {
    margin-block-end: -3.625rem !important;
    margin-block-start: -3.625rem !important;
  }
  .my-px-xxl-n59 {
    margin-block-end: -3.6875rem !important;
    margin-block-start: -3.6875rem !important;
  }
  .my-px-xxl-n60 {
    margin-block-end: -3.75rem !important;
    margin-block-start: -3.75rem !important;
  }
  .my-px-xxl-n61 {
    margin-block-end: -3.8125rem !important;
    margin-block-start: -3.8125rem !important;
  }
  .my-px-xxl-n62 {
    margin-block-end: -3.875rem !important;
    margin-block-start: -3.875rem !important;
  }
  .my-px-xxl-n63 {
    margin-block-end: -3.9375rem !important;
    margin-block-start: -3.9375rem !important;
  }
  .my-px-xxl-n64 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-px-xxl-n68 {
    margin-block-end: -4.25rem !important;
    margin-block-start: -4.25rem !important;
  }
  .my-px-xxl-n70 {
    margin-block-end: -4.375rem !important;
    margin-block-start: -4.375rem !important;
  }
  .my-px-xxl-n80 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-px-xxl-n82 {
    margin-block-end: -5.125rem !important;
    margin-block-start: -5.125rem !important;
  }
  .my-px-xxl-n83 {
    margin-block-end: -5.1875rem !important;
    margin-block-start: -5.1875rem !important;
  }
  .my-px-xxl-n84 {
    margin-block-end: -5.25rem !important;
    margin-block-start: -5.25rem !important;
  }
  .my-px-xxl-n98 {
    margin-block-end: -6.125rem !important;
    margin-block-start: -6.125rem !important;
  }
  .my-px-xxl-n104 {
    margin-block-end: -6.5rem !important;
    margin-block-start: -6.5rem !important;
  }
  .my-px-xxl-n122 {
    margin-block-end: -7.625rem !important;
    margin-block-start: -7.625rem !important;
  }
  .my-px-xxl-n123 {
    margin-block-end: -7.6875rem !important;
    margin-block-start: -7.6875rem !important;
  }
  .my-px-xxl-n147 {
    margin-block-end: -9.1875rem !important;
    margin-block-start: -9.1875rem !important;
  }
  .my-px-xxl-n148 {
    margin-block-end: -9.25rem !important;
    margin-block-start: -9.25rem !important;
  }
  .my-px-xxl-n150 {
    margin-block-end: -9.375rem !important;
    margin-block-start: -9.375rem !important;
  }
  .my-px-xxl-n180 {
    margin-block-end: -11.25rem !important;
    margin-block-start: -11.25rem !important;
  }
  .my-px-xxl-n192 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-px-xxl-n200 {
    margin-block-end: -12.5rem !important;
    margin-block-start: -12.5rem !important;
  }
  .my-px-xxl-n220 {
    margin-block-end: -13.75rem !important;
    margin-block-start: -13.75rem !important;
  }
  .my-px-xxl-n270 {
    margin-block-end: -16.875rem !important;
    margin-block-start: -16.875rem !important;
  }
  .my-px-xxl-n300 {
    margin-block-end: -18.75rem !important;
    margin-block-start: -18.75rem !important;
  }
  .my-px-xxl-n350 {
    margin-block-end: -21.875rem !important;
    margin-block-start: -21.875rem !important;
  }
  .my-px-xxl-n400 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-px-xxl-n500 {
    margin-block-end: -31.25rem !important;
    margin-block-start: -31.25rem !important;
  }
  .my-px-xxl-n600 {
    margin-block-end: -37.5rem !important;
    margin-block-start: -37.5rem !important;
  }
  .mt-px-xxl-n1 {
    margin-block-start: -0.0625rem !important;
  }
  .mt-px-xxl-n2 {
    margin-block-start: -0.125rem !important;
  }
  .mt-px-xxl-n3 {
    margin-block-start: -0.1875rem !important;
  }
  .mt-px-xxl-n4 {
    margin-block-start: -0.25rem !important;
  }
  .mt-px-xxl-n5 {
    margin-block-start: -0.3125rem !important;
  }
  .mt-px-xxl-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-px-xxl-n7 {
    margin-block-start: -0.4375rem !important;
  }
  .mt-px-xxl-n8 {
    margin-block-start: -0.5rem !important;
  }
  .mt-px-xxl-n9 {
    margin-block-start: -0.5625rem !important;
  }
  .mt-px-xxl-n10 {
    margin-block-start: -0.625rem !important;
  }
  .mt-px-xxl-n11 {
    margin-block-start: -0.6875rem !important;
  }
  .mt-px-xxl-n12 {
    margin-block-start: -0.75rem !important;
  }
  .mt-px-xxl-n13 {
    margin-block-start: -0.8125rem !important;
  }
  .mt-px-xxl-n14 {
    margin-block-start: -0.875rem !important;
  }
  .mt-px-xxl-n15 {
    margin-block-start: -0.9375rem !important;
  }
  .mt-px-xxl-n16 {
    margin-block-start: -1rem !important;
  }
  .mt-px-xxl-n17 {
    margin-block-start: -1.0625rem !important;
  }
  .mt-px-xxl-n18 {
    margin-block-start: -1.125rem !important;
  }
  .mt-px-xxl-n19 {
    margin-block-start: -1.1875rem !important;
  }
  .mt-px-xxl-n20 {
    margin-block-start: -1.25rem !important;
  }
  .mt-px-xxl-n21 {
    margin-block-start: -1.3125rem !important;
  }
  .mt-px-xxl-n22 {
    margin-block-start: -1.375rem !important;
  }
  .mt-px-xxl-n23 {
    margin-block-start: -1.4375rem !important;
  }
  .mt-px-xxl-n24 {
    margin-block-start: -1.5rem !important;
  }
  .mt-px-xxl-n25 {
    margin-block-start: -1.5625rem !important;
  }
  .mt-px-xxl-n26 {
    margin-block-start: -1.625rem !important;
  }
  .mt-px-xxl-n27 {
    margin-block-start: -1.6875rem !important;
  }
  .mt-px-xxl-n28 {
    margin-block-start: -1.75rem !important;
  }
  .mt-px-xxl-n29 {
    margin-block-start: -1.8125rem !important;
  }
  .mt-px-xxl-n30 {
    margin-block-start: -1.875rem !important;
  }
  .mt-px-xxl-n31 {
    margin-block-start: -1.9375rem !important;
  }
  .mt-px-xxl-n32 {
    margin-block-start: -2rem !important;
  }
  .mt-px-xxl-n33 {
    margin-block-start: -2.0625rem !important;
  }
  .mt-px-xxl-n34 {
    margin-block-start: -2.125rem !important;
  }
  .mt-px-xxl-n35 {
    margin-block-start: -2.1875rem !important;
  }
  .mt-px-xxl-n36 {
    margin-block-start: -2.25rem !important;
  }
  .mt-px-xxl-n37 {
    margin-block-start: -2.3125rem !important;
  }
  .mt-px-xxl-n38 {
    margin-block-start: -2.375rem !important;
  }
  .mt-px-xxl-n39 {
    margin-block-start: -2.4375rem !important;
  }
  .mt-px-xxl-n40 {
    margin-block-start: -2.5rem !important;
  }
  .mt-px-xxl-n41 {
    margin-block-start: -2.5625rem !important;
  }
  .mt-px-xxl-n42 {
    margin-block-start: -2.625rem !important;
  }
  .mt-px-xxl-n43 {
    margin-block-start: -2.6875rem !important;
  }
  .mt-px-xxl-n44 {
    margin-block-start: -2.75rem !important;
  }
  .mt-px-xxl-n45 {
    margin-block-start: -2.8125rem !important;
  }
  .mt-px-xxl-n46 {
    margin-block-start: -2.875rem !important;
  }
  .mt-px-xxl-n47 {
    margin-block-start: -2.9375rem !important;
  }
  .mt-px-xxl-n48 {
    margin-block-start: -3rem !important;
  }
  .mt-px-xxl-n49 {
    margin-block-start: -3.0625rem !important;
  }
  .mt-px-xxl-n50 {
    margin-block-start: -3.125rem !important;
  }
  .mt-px-xxl-n51 {
    margin-block-start: -3.1875rem !important;
  }
  .mt-px-xxl-n52 {
    margin-block-start: -3.25rem !important;
  }
  .mt-px-xxl-n53 {
    margin-block-start: -3.3125rem !important;
  }
  .mt-px-xxl-n54 {
    margin-block-start: -3.375rem !important;
  }
  .mt-px-xxl-n56 {
    margin-block-start: -3.5rem !important;
  }
  .mt-px-xxl-n57 {
    margin-block-start: -3.5625rem !important;
  }
  .mt-px-xxl-n58 {
    margin-block-start: -3.625rem !important;
  }
  .mt-px-xxl-n59 {
    margin-block-start: -3.6875rem !important;
  }
  .mt-px-xxl-n60 {
    margin-block-start: -3.75rem !important;
  }
  .mt-px-xxl-n61 {
    margin-block-start: -3.8125rem !important;
  }
  .mt-px-xxl-n62 {
    margin-block-start: -3.875rem !important;
  }
  .mt-px-xxl-n63 {
    margin-block-start: -3.9375rem !important;
  }
  .mt-px-xxl-n64 {
    margin-block-start: -4rem !important;
  }
  .mt-px-xxl-n68 {
    margin-block-start: -4.25rem !important;
  }
  .mt-px-xxl-n70 {
    margin-block-start: -4.375rem !important;
  }
  .mt-px-xxl-n80 {
    margin-block-start: -5rem !important;
  }
  .mt-px-xxl-n82 {
    margin-block-start: -5.125rem !important;
  }
  .mt-px-xxl-n83 {
    margin-block-start: -5.1875rem !important;
  }
  .mt-px-xxl-n84 {
    margin-block-start: -5.25rem !important;
  }
  .mt-px-xxl-n98 {
    margin-block-start: -6.125rem !important;
  }
  .mt-px-xxl-n104 {
    margin-block-start: -6.5rem !important;
  }
  .mt-px-xxl-n122 {
    margin-block-start: -7.625rem !important;
  }
  .mt-px-xxl-n123 {
    margin-block-start: -7.6875rem !important;
  }
  .mt-px-xxl-n147 {
    margin-block-start: -9.1875rem !important;
  }
  .mt-px-xxl-n148 {
    margin-block-start: -9.25rem !important;
  }
  .mt-px-xxl-n150 {
    margin-block-start: -9.375rem !important;
  }
  .mt-px-xxl-n180 {
    margin-block-start: -11.25rem !important;
  }
  .mt-px-xxl-n192 {
    margin-block-start: -12rem !important;
  }
  .mt-px-xxl-n200 {
    margin-block-start: -12.5rem !important;
  }
  .mt-px-xxl-n220 {
    margin-block-start: -13.75rem !important;
  }
  .mt-px-xxl-n270 {
    margin-block-start: -16.875rem !important;
  }
  .mt-px-xxl-n300 {
    margin-block-start: -18.75rem !important;
  }
  .mt-px-xxl-n350 {
    margin-block-start: -21.875rem !important;
  }
  .mt-px-xxl-n400 {
    margin-block-start: -25rem !important;
  }
  .mt-px-xxl-n500 {
    margin-block-start: -31.25rem !important;
  }
  .mt-px-xxl-n600 {
    margin-block-start: -37.5rem !important;
  }
  .me-px-xxl-n1 {
    margin-inline-end: -0.0625rem !important;
  }
  .me-px-xxl-n2 {
    margin-inline-end: -0.125rem !important;
  }
  .me-px-xxl-n3 {
    margin-inline-end: -0.1875rem !important;
  }
  .me-px-xxl-n4 {
    margin-inline-end: -0.25rem !important;
  }
  .me-px-xxl-n5 {
    margin-inline-end: -0.3125rem !important;
  }
  .me-px-xxl-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-px-xxl-n7 {
    margin-inline-end: -0.4375rem !important;
  }
  .me-px-xxl-n8 {
    margin-inline-end: -0.5rem !important;
  }
  .me-px-xxl-n9 {
    margin-inline-end: -0.5625rem !important;
  }
  .me-px-xxl-n10 {
    margin-inline-end: -0.625rem !important;
  }
  .me-px-xxl-n11 {
    margin-inline-end: -0.6875rem !important;
  }
  .me-px-xxl-n12 {
    margin-inline-end: -0.75rem !important;
  }
  .me-px-xxl-n13 {
    margin-inline-end: -0.8125rem !important;
  }
  .me-px-xxl-n14 {
    margin-inline-end: -0.875rem !important;
  }
  .me-px-xxl-n15 {
    margin-inline-end: -0.9375rem !important;
  }
  .me-px-xxl-n16 {
    margin-inline-end: -1rem !important;
  }
  .me-px-xxl-n17 {
    margin-inline-end: -1.0625rem !important;
  }
  .me-px-xxl-n18 {
    margin-inline-end: -1.125rem !important;
  }
  .me-px-xxl-n19 {
    margin-inline-end: -1.1875rem !important;
  }
  .me-px-xxl-n20 {
    margin-inline-end: -1.25rem !important;
  }
  .me-px-xxl-n21 {
    margin-inline-end: -1.3125rem !important;
  }
  .me-px-xxl-n22 {
    margin-inline-end: -1.375rem !important;
  }
  .me-px-xxl-n23 {
    margin-inline-end: -1.4375rem !important;
  }
  .me-px-xxl-n24 {
    margin-inline-end: -1.5rem !important;
  }
  .me-px-xxl-n25 {
    margin-inline-end: -1.5625rem !important;
  }
  .me-px-xxl-n26 {
    margin-inline-end: -1.625rem !important;
  }
  .me-px-xxl-n27 {
    margin-inline-end: -1.6875rem !important;
  }
  .me-px-xxl-n28 {
    margin-inline-end: -1.75rem !important;
  }
  .me-px-xxl-n29 {
    margin-inline-end: -1.8125rem !important;
  }
  .me-px-xxl-n30 {
    margin-inline-end: -1.875rem !important;
  }
  .me-px-xxl-n31 {
    margin-inline-end: -1.9375rem !important;
  }
  .me-px-xxl-n32 {
    margin-inline-end: -2rem !important;
  }
  .me-px-xxl-n33 {
    margin-inline-end: -2.0625rem !important;
  }
  .me-px-xxl-n34 {
    margin-inline-end: -2.125rem !important;
  }
  .me-px-xxl-n35 {
    margin-inline-end: -2.1875rem !important;
  }
  .me-px-xxl-n36 {
    margin-inline-end: -2.25rem !important;
  }
  .me-px-xxl-n37 {
    margin-inline-end: -2.3125rem !important;
  }
  .me-px-xxl-n38 {
    margin-inline-end: -2.375rem !important;
  }
  .me-px-xxl-n39 {
    margin-inline-end: -2.4375rem !important;
  }
  .me-px-xxl-n40 {
    margin-inline-end: -2.5rem !important;
  }
  .me-px-xxl-n41 {
    margin-inline-end: -2.5625rem !important;
  }
  .me-px-xxl-n42 {
    margin-inline-end: -2.625rem !important;
  }
  .me-px-xxl-n43 {
    margin-inline-end: -2.6875rem !important;
  }
  .me-px-xxl-n44 {
    margin-inline-end: -2.75rem !important;
  }
  .me-px-xxl-n45 {
    margin-inline-end: -2.8125rem !important;
  }
  .me-px-xxl-n46 {
    margin-inline-end: -2.875rem !important;
  }
  .me-px-xxl-n47 {
    margin-inline-end: -2.9375rem !important;
  }
  .me-px-xxl-n48 {
    margin-inline-end: -3rem !important;
  }
  .me-px-xxl-n49 {
    margin-inline-end: -3.0625rem !important;
  }
  .me-px-xxl-n50 {
    margin-inline-end: -3.125rem !important;
  }
  .me-px-xxl-n51 {
    margin-inline-end: -3.1875rem !important;
  }
  .me-px-xxl-n52 {
    margin-inline-end: -3.25rem !important;
  }
  .me-px-xxl-n53 {
    margin-inline-end: -3.3125rem !important;
  }
  .me-px-xxl-n54 {
    margin-inline-end: -3.375rem !important;
  }
  .me-px-xxl-n56 {
    margin-inline-end: -3.5rem !important;
  }
  .me-px-xxl-n57 {
    margin-inline-end: -3.5625rem !important;
  }
  .me-px-xxl-n58 {
    margin-inline-end: -3.625rem !important;
  }
  .me-px-xxl-n59 {
    margin-inline-end: -3.6875rem !important;
  }
  .me-px-xxl-n60 {
    margin-inline-end: -3.75rem !important;
  }
  .me-px-xxl-n61 {
    margin-inline-end: -3.8125rem !important;
  }
  .me-px-xxl-n62 {
    margin-inline-end: -3.875rem !important;
  }
  .me-px-xxl-n63 {
    margin-inline-end: -3.9375rem !important;
  }
  .me-px-xxl-n64 {
    margin-inline-end: -4rem !important;
  }
  .me-px-xxl-n68 {
    margin-inline-end: -4.25rem !important;
  }
  .me-px-xxl-n70 {
    margin-inline-end: -4.375rem !important;
  }
  .me-px-xxl-n80 {
    margin-inline-end: -5rem !important;
  }
  .me-px-xxl-n82 {
    margin-inline-end: -5.125rem !important;
  }
  .me-px-xxl-n83 {
    margin-inline-end: -5.1875rem !important;
  }
  .me-px-xxl-n84 {
    margin-inline-end: -5.25rem !important;
  }
  .me-px-xxl-n98 {
    margin-inline-end: -6.125rem !important;
  }
  .me-px-xxl-n104 {
    margin-inline-end: -6.5rem !important;
  }
  .me-px-xxl-n122 {
    margin-inline-end: -7.625rem !important;
  }
  .me-px-xxl-n123 {
    margin-inline-end: -7.6875rem !important;
  }
  .me-px-xxl-n147 {
    margin-inline-end: -9.1875rem !important;
  }
  .me-px-xxl-n148 {
    margin-inline-end: -9.25rem !important;
  }
  .me-px-xxl-n150 {
    margin-inline-end: -9.375rem !important;
  }
  .me-px-xxl-n180 {
    margin-inline-end: -11.25rem !important;
  }
  .me-px-xxl-n192 {
    margin-inline-end: -12rem !important;
  }
  .me-px-xxl-n200 {
    margin-inline-end: -12.5rem !important;
  }
  .me-px-xxl-n220 {
    margin-inline-end: -13.75rem !important;
  }
  .me-px-xxl-n270 {
    margin-inline-end: -16.875rem !important;
  }
  .me-px-xxl-n300 {
    margin-inline-end: -18.75rem !important;
  }
  .me-px-xxl-n350 {
    margin-inline-end: -21.875rem !important;
  }
  .me-px-xxl-n400 {
    margin-inline-end: -25rem !important;
  }
  .me-px-xxl-n500 {
    margin-inline-end: -31.25rem !important;
  }
  .me-px-xxl-n600 {
    margin-inline-end: -37.5rem !important;
  }
  .mb-px-xxl-n1 {
    margin-block-end: -0.0625rem !important;
  }
  .mb-px-xxl-n2 {
    margin-block-end: -0.125rem !important;
  }
  .mb-px-xxl-n3 {
    margin-block-end: -0.1875rem !important;
  }
  .mb-px-xxl-n4 {
    margin-block-end: -0.25rem !important;
  }
  .mb-px-xxl-n5 {
    margin-block-end: -0.3125rem !important;
  }
  .mb-px-xxl-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-px-xxl-n7 {
    margin-block-end: -0.4375rem !important;
  }
  .mb-px-xxl-n8 {
    margin-block-end: -0.5rem !important;
  }
  .mb-px-xxl-n9 {
    margin-block-end: -0.5625rem !important;
  }
  .mb-px-xxl-n10 {
    margin-block-end: -0.625rem !important;
  }
  .mb-px-xxl-n11 {
    margin-block-end: -0.6875rem !important;
  }
  .mb-px-xxl-n12 {
    margin-block-end: -0.75rem !important;
  }
  .mb-px-xxl-n13 {
    margin-block-end: -0.8125rem !important;
  }
  .mb-px-xxl-n14 {
    margin-block-end: -0.875rem !important;
  }
  .mb-px-xxl-n15 {
    margin-block-end: -0.9375rem !important;
  }
  .mb-px-xxl-n16 {
    margin-block-end: -1rem !important;
  }
  .mb-px-xxl-n17 {
    margin-block-end: -1.0625rem !important;
  }
  .mb-px-xxl-n18 {
    margin-block-end: -1.125rem !important;
  }
  .mb-px-xxl-n19 {
    margin-block-end: -1.1875rem !important;
  }
  .mb-px-xxl-n20 {
    margin-block-end: -1.25rem !important;
  }
  .mb-px-xxl-n21 {
    margin-block-end: -1.3125rem !important;
  }
  .mb-px-xxl-n22 {
    margin-block-end: -1.375rem !important;
  }
  .mb-px-xxl-n23 {
    margin-block-end: -1.4375rem !important;
  }
  .mb-px-xxl-n24 {
    margin-block-end: -1.5rem !important;
  }
  .mb-px-xxl-n25 {
    margin-block-end: -1.5625rem !important;
  }
  .mb-px-xxl-n26 {
    margin-block-end: -1.625rem !important;
  }
  .mb-px-xxl-n27 {
    margin-block-end: -1.6875rem !important;
  }
  .mb-px-xxl-n28 {
    margin-block-end: -1.75rem !important;
  }
  .mb-px-xxl-n29 {
    margin-block-end: -1.8125rem !important;
  }
  .mb-px-xxl-n30 {
    margin-block-end: -1.875rem !important;
  }
  .mb-px-xxl-n31 {
    margin-block-end: -1.9375rem !important;
  }
  .mb-px-xxl-n32 {
    margin-block-end: -2rem !important;
  }
  .mb-px-xxl-n33 {
    margin-block-end: -2.0625rem !important;
  }
  .mb-px-xxl-n34 {
    margin-block-end: -2.125rem !important;
  }
  .mb-px-xxl-n35 {
    margin-block-end: -2.1875rem !important;
  }
  .mb-px-xxl-n36 {
    margin-block-end: -2.25rem !important;
  }
  .mb-px-xxl-n37 {
    margin-block-end: -2.3125rem !important;
  }
  .mb-px-xxl-n38 {
    margin-block-end: -2.375rem !important;
  }
  .mb-px-xxl-n39 {
    margin-block-end: -2.4375rem !important;
  }
  .mb-px-xxl-n40 {
    margin-block-end: -2.5rem !important;
  }
  .mb-px-xxl-n41 {
    margin-block-end: -2.5625rem !important;
  }
  .mb-px-xxl-n42 {
    margin-block-end: -2.625rem !important;
  }
  .mb-px-xxl-n43 {
    margin-block-end: -2.6875rem !important;
  }
  .mb-px-xxl-n44 {
    margin-block-end: -2.75rem !important;
  }
  .mb-px-xxl-n45 {
    margin-block-end: -2.8125rem !important;
  }
  .mb-px-xxl-n46 {
    margin-block-end: -2.875rem !important;
  }
  .mb-px-xxl-n47 {
    margin-block-end: -2.9375rem !important;
  }
  .mb-px-xxl-n48 {
    margin-block-end: -3rem !important;
  }
  .mb-px-xxl-n49 {
    margin-block-end: -3.0625rem !important;
  }
  .mb-px-xxl-n50 {
    margin-block-end: -3.125rem !important;
  }
  .mb-px-xxl-n51 {
    margin-block-end: -3.1875rem !important;
  }
  .mb-px-xxl-n52 {
    margin-block-end: -3.25rem !important;
  }
  .mb-px-xxl-n53 {
    margin-block-end: -3.3125rem !important;
  }
  .mb-px-xxl-n54 {
    margin-block-end: -3.375rem !important;
  }
  .mb-px-xxl-n56 {
    margin-block-end: -3.5rem !important;
  }
  .mb-px-xxl-n57 {
    margin-block-end: -3.5625rem !important;
  }
  .mb-px-xxl-n58 {
    margin-block-end: -3.625rem !important;
  }
  .mb-px-xxl-n59 {
    margin-block-end: -3.6875rem !important;
  }
  .mb-px-xxl-n60 {
    margin-block-end: -3.75rem !important;
  }
  .mb-px-xxl-n61 {
    margin-block-end: -3.8125rem !important;
  }
  .mb-px-xxl-n62 {
    margin-block-end: -3.875rem !important;
  }
  .mb-px-xxl-n63 {
    margin-block-end: -3.9375rem !important;
  }
  .mb-px-xxl-n64 {
    margin-block-end: -4rem !important;
  }
  .mb-px-xxl-n68 {
    margin-block-end: -4.25rem !important;
  }
  .mb-px-xxl-n70 {
    margin-block-end: -4.375rem !important;
  }
  .mb-px-xxl-n80 {
    margin-block-end: -5rem !important;
  }
  .mb-px-xxl-n82 {
    margin-block-end: -5.125rem !important;
  }
  .mb-px-xxl-n83 {
    margin-block-end: -5.1875rem !important;
  }
  .mb-px-xxl-n84 {
    margin-block-end: -5.25rem !important;
  }
  .mb-px-xxl-n98 {
    margin-block-end: -6.125rem !important;
  }
  .mb-px-xxl-n104 {
    margin-block-end: -6.5rem !important;
  }
  .mb-px-xxl-n122 {
    margin-block-end: -7.625rem !important;
  }
  .mb-px-xxl-n123 {
    margin-block-end: -7.6875rem !important;
  }
  .mb-px-xxl-n147 {
    margin-block-end: -9.1875rem !important;
  }
  .mb-px-xxl-n148 {
    margin-block-end: -9.25rem !important;
  }
  .mb-px-xxl-n150 {
    margin-block-end: -9.375rem !important;
  }
  .mb-px-xxl-n180 {
    margin-block-end: -11.25rem !important;
  }
  .mb-px-xxl-n192 {
    margin-block-end: -12rem !important;
  }
  .mb-px-xxl-n200 {
    margin-block-end: -12.5rem !important;
  }
  .mb-px-xxl-n220 {
    margin-block-end: -13.75rem !important;
  }
  .mb-px-xxl-n270 {
    margin-block-end: -16.875rem !important;
  }
  .mb-px-xxl-n300 {
    margin-block-end: -18.75rem !important;
  }
  .mb-px-xxl-n350 {
    margin-block-end: -21.875rem !important;
  }
  .mb-px-xxl-n400 {
    margin-block-end: -25rem !important;
  }
  .mb-px-xxl-n500 {
    margin-block-end: -31.25rem !important;
  }
  .mb-px-xxl-n600 {
    margin-block-end: -37.5rem !important;
  }
  .ms-px-xxl-n1 {
    margin-inline-start: -0.0625rem !important;
  }
  .ms-px-xxl-n2 {
    margin-inline-start: -0.125rem !important;
  }
  .ms-px-xxl-n3 {
    margin-inline-start: -0.1875rem !important;
  }
  .ms-px-xxl-n4 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-px-xxl-n5 {
    margin-inline-start: -0.3125rem !important;
  }
  .ms-px-xxl-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-px-xxl-n7 {
    margin-inline-start: -0.4375rem !important;
  }
  .ms-px-xxl-n8 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-px-xxl-n9 {
    margin-inline-start: -0.5625rem !important;
  }
  .ms-px-xxl-n10 {
    margin-inline-start: -0.625rem !important;
  }
  .ms-px-xxl-n11 {
    margin-inline-start: -0.6875rem !important;
  }
  .ms-px-xxl-n12 {
    margin-inline-start: -0.75rem !important;
  }
  .ms-px-xxl-n13 {
    margin-inline-start: -0.8125rem !important;
  }
  .ms-px-xxl-n14 {
    margin-inline-start: -0.875rem !important;
  }
  .ms-px-xxl-n15 {
    margin-inline-start: -0.9375rem !important;
  }
  .ms-px-xxl-n16 {
    margin-inline-start: -1rem !important;
  }
  .ms-px-xxl-n17 {
    margin-inline-start: -1.0625rem !important;
  }
  .ms-px-xxl-n18 {
    margin-inline-start: -1.125rem !important;
  }
  .ms-px-xxl-n19 {
    margin-inline-start: -1.1875rem !important;
  }
  .ms-px-xxl-n20 {
    margin-inline-start: -1.25rem !important;
  }
  .ms-px-xxl-n21 {
    margin-inline-start: -1.3125rem !important;
  }
  .ms-px-xxl-n22 {
    margin-inline-start: -1.375rem !important;
  }
  .ms-px-xxl-n23 {
    margin-inline-start: -1.4375rem !important;
  }
  .ms-px-xxl-n24 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-px-xxl-n25 {
    margin-inline-start: -1.5625rem !important;
  }
  .ms-px-xxl-n26 {
    margin-inline-start: -1.625rem !important;
  }
  .ms-px-xxl-n27 {
    margin-inline-start: -1.6875rem !important;
  }
  .ms-px-xxl-n28 {
    margin-inline-start: -1.75rem !important;
  }
  .ms-px-xxl-n29 {
    margin-inline-start: -1.8125rem !important;
  }
  .ms-px-xxl-n30 {
    margin-inline-start: -1.875rem !important;
  }
  .ms-px-xxl-n31 {
    margin-inline-start: -1.9375rem !important;
  }
  .ms-px-xxl-n32 {
    margin-inline-start: -2rem !important;
  }
  .ms-px-xxl-n33 {
    margin-inline-start: -2.0625rem !important;
  }
  .ms-px-xxl-n34 {
    margin-inline-start: -2.125rem !important;
  }
  .ms-px-xxl-n35 {
    margin-inline-start: -2.1875rem !important;
  }
  .ms-px-xxl-n36 {
    margin-inline-start: -2.25rem !important;
  }
  .ms-px-xxl-n37 {
    margin-inline-start: -2.3125rem !important;
  }
  .ms-px-xxl-n38 {
    margin-inline-start: -2.375rem !important;
  }
  .ms-px-xxl-n39 {
    margin-inline-start: -2.4375rem !important;
  }
  .ms-px-xxl-n40 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-px-xxl-n41 {
    margin-inline-start: -2.5625rem !important;
  }
  .ms-px-xxl-n42 {
    margin-inline-start: -2.625rem !important;
  }
  .ms-px-xxl-n43 {
    margin-inline-start: -2.6875rem !important;
  }
  .ms-px-xxl-n44 {
    margin-inline-start: -2.75rem !important;
  }
  .ms-px-xxl-n45 {
    margin-inline-start: -2.8125rem !important;
  }
  .ms-px-xxl-n46 {
    margin-inline-start: -2.875rem !important;
  }
  .ms-px-xxl-n47 {
    margin-inline-start: -2.9375rem !important;
  }
  .ms-px-xxl-n48 {
    margin-inline-start: -3rem !important;
  }
  .ms-px-xxl-n49 {
    margin-inline-start: -3.0625rem !important;
  }
  .ms-px-xxl-n50 {
    margin-inline-start: -3.125rem !important;
  }
  .ms-px-xxl-n51 {
    margin-inline-start: -3.1875rem !important;
  }
  .ms-px-xxl-n52 {
    margin-inline-start: -3.25rem !important;
  }
  .ms-px-xxl-n53 {
    margin-inline-start: -3.3125rem !important;
  }
  .ms-px-xxl-n54 {
    margin-inline-start: -3.375rem !important;
  }
  .ms-px-xxl-n56 {
    margin-inline-start: -3.5rem !important;
  }
  .ms-px-xxl-n57 {
    margin-inline-start: -3.5625rem !important;
  }
  .ms-px-xxl-n58 {
    margin-inline-start: -3.625rem !important;
  }
  .ms-px-xxl-n59 {
    margin-inline-start: -3.6875rem !important;
  }
  .ms-px-xxl-n60 {
    margin-inline-start: -3.75rem !important;
  }
  .ms-px-xxl-n61 {
    margin-inline-start: -3.8125rem !important;
  }
  .ms-px-xxl-n62 {
    margin-inline-start: -3.875rem !important;
  }
  .ms-px-xxl-n63 {
    margin-inline-start: -3.9375rem !important;
  }
  .ms-px-xxl-n64 {
    margin-inline-start: -4rem !important;
  }
  .ms-px-xxl-n68 {
    margin-inline-start: -4.25rem !important;
  }
  .ms-px-xxl-n70 {
    margin-inline-start: -4.375rem !important;
  }
  .ms-px-xxl-n80 {
    margin-inline-start: -5rem !important;
  }
  .ms-px-xxl-n82 {
    margin-inline-start: -5.125rem !important;
  }
  .ms-px-xxl-n83 {
    margin-inline-start: -5.1875rem !important;
  }
  .ms-px-xxl-n84 {
    margin-inline-start: -5.25rem !important;
  }
  .ms-px-xxl-n98 {
    margin-inline-start: -6.125rem !important;
  }
  .ms-px-xxl-n104 {
    margin-inline-start: -6.5rem !important;
  }
  .ms-px-xxl-n122 {
    margin-inline-start: -7.625rem !important;
  }
  .ms-px-xxl-n123 {
    margin-inline-start: -7.6875rem !important;
  }
  .ms-px-xxl-n147 {
    margin-inline-start: -9.1875rem !important;
  }
  .ms-px-xxl-n148 {
    margin-inline-start: -9.25rem !important;
  }
  .ms-px-xxl-n150 {
    margin-inline-start: -9.375rem !important;
  }
  .ms-px-xxl-n180 {
    margin-inline-start: -11.25rem !important;
  }
  .ms-px-xxl-n192 {
    margin-inline-start: -12rem !important;
  }
  .ms-px-xxl-n200 {
    margin-inline-start: -12.5rem !important;
  }
  .ms-px-xxl-n220 {
    margin-inline-start: -13.75rem !important;
  }
  .ms-px-xxl-n270 {
    margin-inline-start: -16.875rem !important;
  }
  .ms-px-xxl-n300 {
    margin-inline-start: -18.75rem !important;
  }
  .ms-px-xxl-n350 {
    margin-inline-start: -21.875rem !important;
  }
  .ms-px-xxl-n400 {
    margin-inline-start: -25rem !important;
  }
  .ms-px-xxl-n500 {
    margin-inline-start: -31.25rem !important;
  }
  .ms-px-xxl-n600 {
    margin-inline-start: -37.5rem !important;
  }
  .m-rem-xxl-unset {
    margin: unset !important;
  }
  .m-rem-xxl-1 {
    margin: 1rem !important;
  }
  .m-rem-xxl-2 {
    margin: 2rem !important;
  }
  .m-rem-xxl-3 {
    margin: 3rem !important;
  }
  .m-rem-xxl-4 {
    margin: 4rem !important;
  }
  .m-rem-xxl-5 {
    margin: 5rem !important;
  }
  .m-rem-xxl-7 {
    margin: 7rem !important;
  }
  .m-rem-xxl-8 {
    margin: 8rem !important;
  }
  .m-rem-xxl-9 {
    margin: 9rem !important;
  }
  .m-rem-xxl-10 {
    margin: 10rem !important;
  }
  .m-rem-xxl-11 {
    margin: 11rem !important;
  }
  .m-rem-xxl-12 {
    margin: 12rem !important;
  }
  .m-rem-xxl-13 {
    margin: 13rem !important;
  }
  .m-rem-xxl-14 {
    margin: 14rem !important;
  }
  .m-rem-xxl-15 {
    margin: 15rem !important;
  }
  .m-rem-xxl-16 {
    margin: 16rem !important;
  }
  .m-rem-xxl-17 {
    margin: 17rem !important;
  }
  .m-rem-xxl-18 {
    margin: 18rem !important;
  }
  .m-rem-xxl-19 {
    margin: 19rem !important;
  }
  .m-rem-xxl-20 {
    margin: 20rem !important;
  }
  .m-rem-xxl-23 {
    margin: 23rem !important;
  }
  .m-rem-xxl-25 {
    margin: 25rem !important;
  }
  .m-rem-xxl-30 {
    margin: 30rem !important;
  }
  .m-rem-xxl-31 {
    margin: 31rem !important;
  }
  .m-rem-xxl-32 {
    margin: 32rem !important;
  }
  .m-rem-xxl-33 {
    margin: 33rem !important;
  }
  .m-rem-xxl-34 {
    margin: 34rem !important;
  }
  .m-rem-xxl-35 {
    margin: 35rem !important;
  }
  .m-rem-xxl-36 {
    margin: 36rem !important;
  }
  .m-rem-xxl-37 {
    margin: 37rem !important;
  }
  .m-rem-xxl-38 {
    margin: 38rem !important;
  }
  .m-rem-xxl-39 {
    margin: 39rem !important;
  }
  .m-rem-xxl-40 {
    margin: 40rem !important;
  }
  .m-rem-xxl-41 {
    margin: 41rem !important;
  }
  .m-rem-xxl-42 {
    margin: 42rem !important;
  }
  .m-rem-xxl-43 {
    margin: 43rem !important;
  }
  .m-rem-xxl-44 {
    margin: 44rem !important;
  }
  .m-rem-xxl-45 {
    margin: 45rem !important;
  }
  .m-rem-xxl-46 {
    margin: 46rem !important;
  }
  .m-rem-xxl-47 {
    margin: 47rem !important;
  }
  .m-rem-xxl-48 {
    margin: 48rem !important;
  }
  .m-rem-xxl-49 {
    margin: 49rem !important;
  }
  .m-rem-xxl-50 {
    margin: 50rem !important;
  }
  .m-rem-xxl-51 {
    margin: 51rem !important;
  }
  .m-rem-xxl-52 {
    margin: 52rem !important;
  }
  .m-rem-xxl-53 {
    margin: 53rem !important;
  }
  .m-rem-xxl-54 {
    margin: 54rem !important;
  }
  .m-rem-xxl-55 {
    margin: 55rem !important;
  }
  .m-rem-xxl-56 {
    margin: 56rem !important;
  }
  .m-rem-xxl-57 {
    margin: 57rem !important;
  }
  .m-rem-xxl-58 {
    margin: 58rem !important;
  }
  .m-rem-xxl-59 {
    margin: 59rem !important;
  }
  .m-rem-xxl-60 {
    margin: 60rem !important;
  }
  .m-rem-xxl-61 {
    margin: 61rem !important;
  }
  .m-rem-xxl-62 {
    margin: 62rem !important;
  }
  .m-rem-xxl-63 {
    margin: 63rem !important;
  }
  .m-rem-xxl-64 {
    margin: 64rem !important;
  }
  .m-rem-xxl-65 {
    margin: 65rem !important;
  }
  .m-rem-xxl-66 {
    margin: 66rem !important;
  }
  .m-rem-xxl-67 {
    margin: 67rem !important;
  }
  .m-rem-xxl-68 {
    margin: 68rem !important;
  }
  .m-rem-xxl-69 {
    margin: 69rem !important;
  }
  .m-rem-xxl-70 {
    margin: 70rem !important;
  }
  .m-rem-xxl-71 {
    margin: 71rem !important;
  }
  .m-rem-xxl-72 {
    margin: 72rem !important;
  }
  .m-rem-xxl-73 {
    margin: 73rem !important;
  }
  .m-rem-xxl-74 {
    margin: 74rem !important;
  }
  .m-rem-xxl-75 {
    margin: 75rem !important;
  }
  .m-rem-xxl-76 {
    margin: 76rem !important;
  }
  .m-rem-xxl-77 {
    margin: 77rem !important;
  }
  .m-rem-xxl-78 {
    margin: 78rem !important;
  }
  .m-rem-xxl-79 {
    margin: 79rem !important;
  }
  .m-rem-xxl-80 {
    margin: 80rem !important;
  }
  .m-rem-xxl-95 {
    margin: 95rem !important;
  }
  .m-rem-xxl-96 {
    margin: 96rem !important;
  }
  .m-rem-xxl-97 {
    margin: 97rem !important;
  }
  .m-rem-xxl-100 {
    margin: 100% !important;
  }
  .m-rem-xxl-auto {
    margin: auto !important;
  }
  .mx-rem-xxl-unset {
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
  }
  .mx-rem-xxl-1 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-rem-xxl-2 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-rem-xxl-3 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-rem-xxl-4 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-rem-xxl-5 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-rem-xxl-7 {
    margin-inline-end: 7rem !important;
    margin-inline-start: 7rem !important;
  }
  .mx-rem-xxl-8 {
    margin-inline-end: 8rem !important;
    margin-inline-start: 8rem !important;
  }
  .mx-rem-xxl-9 {
    margin-inline-end: 9rem !important;
    margin-inline-start: 9rem !important;
  }
  .mx-rem-xxl-10 {
    margin-inline-end: 10rem !important;
    margin-inline-start: 10rem !important;
  }
  .mx-rem-xxl-11 {
    margin-inline-end: 11rem !important;
    margin-inline-start: 11rem !important;
  }
  .mx-rem-xxl-12 {
    margin-inline-end: 12rem !important;
    margin-inline-start: 12rem !important;
  }
  .mx-rem-xxl-13 {
    margin-inline-end: 13rem !important;
    margin-inline-start: 13rem !important;
  }
  .mx-rem-xxl-14 {
    margin-inline-end: 14rem !important;
    margin-inline-start: 14rem !important;
  }
  .mx-rem-xxl-15 {
    margin-inline-end: 15rem !important;
    margin-inline-start: 15rem !important;
  }
  .mx-rem-xxl-16 {
    margin-inline-end: 16rem !important;
    margin-inline-start: 16rem !important;
  }
  .mx-rem-xxl-17 {
    margin-inline-end: 17rem !important;
    margin-inline-start: 17rem !important;
  }
  .mx-rem-xxl-18 {
    margin-inline-end: 18rem !important;
    margin-inline-start: 18rem !important;
  }
  .mx-rem-xxl-19 {
    margin-inline-end: 19rem !important;
    margin-inline-start: 19rem !important;
  }
  .mx-rem-xxl-20 {
    margin-inline-end: 20rem !important;
    margin-inline-start: 20rem !important;
  }
  .mx-rem-xxl-23 {
    margin-inline-end: 23rem !important;
    margin-inline-start: 23rem !important;
  }
  .mx-rem-xxl-25 {
    margin-inline-end: 25rem !important;
    margin-inline-start: 25rem !important;
  }
  .mx-rem-xxl-30 {
    margin-inline-end: 30rem !important;
    margin-inline-start: 30rem !important;
  }
  .mx-rem-xxl-31 {
    margin-inline-end: 31rem !important;
    margin-inline-start: 31rem !important;
  }
  .mx-rem-xxl-32 {
    margin-inline-end: 32rem !important;
    margin-inline-start: 32rem !important;
  }
  .mx-rem-xxl-33 {
    margin-inline-end: 33rem !important;
    margin-inline-start: 33rem !important;
  }
  .mx-rem-xxl-34 {
    margin-inline-end: 34rem !important;
    margin-inline-start: 34rem !important;
  }
  .mx-rem-xxl-35 {
    margin-inline-end: 35rem !important;
    margin-inline-start: 35rem !important;
  }
  .mx-rem-xxl-36 {
    margin-inline-end: 36rem !important;
    margin-inline-start: 36rem !important;
  }
  .mx-rem-xxl-37 {
    margin-inline-end: 37rem !important;
    margin-inline-start: 37rem !important;
  }
  .mx-rem-xxl-38 {
    margin-inline-end: 38rem !important;
    margin-inline-start: 38rem !important;
  }
  .mx-rem-xxl-39 {
    margin-inline-end: 39rem !important;
    margin-inline-start: 39rem !important;
  }
  .mx-rem-xxl-40 {
    margin-inline-end: 40rem !important;
    margin-inline-start: 40rem !important;
  }
  .mx-rem-xxl-41 {
    margin-inline-end: 41rem !important;
    margin-inline-start: 41rem !important;
  }
  .mx-rem-xxl-42 {
    margin-inline-end: 42rem !important;
    margin-inline-start: 42rem !important;
  }
  .mx-rem-xxl-43 {
    margin-inline-end: 43rem !important;
    margin-inline-start: 43rem !important;
  }
  .mx-rem-xxl-44 {
    margin-inline-end: 44rem !important;
    margin-inline-start: 44rem !important;
  }
  .mx-rem-xxl-45 {
    margin-inline-end: 45rem !important;
    margin-inline-start: 45rem !important;
  }
  .mx-rem-xxl-46 {
    margin-inline-end: 46rem !important;
    margin-inline-start: 46rem !important;
  }
  .mx-rem-xxl-47 {
    margin-inline-end: 47rem !important;
    margin-inline-start: 47rem !important;
  }
  .mx-rem-xxl-48 {
    margin-inline-end: 48rem !important;
    margin-inline-start: 48rem !important;
  }
  .mx-rem-xxl-49 {
    margin-inline-end: 49rem !important;
    margin-inline-start: 49rem !important;
  }
  .mx-rem-xxl-50 {
    margin-inline-end: 50rem !important;
    margin-inline-start: 50rem !important;
  }
  .mx-rem-xxl-51 {
    margin-inline-end: 51rem !important;
    margin-inline-start: 51rem !important;
  }
  .mx-rem-xxl-52 {
    margin-inline-end: 52rem !important;
    margin-inline-start: 52rem !important;
  }
  .mx-rem-xxl-53 {
    margin-inline-end: 53rem !important;
    margin-inline-start: 53rem !important;
  }
  .mx-rem-xxl-54 {
    margin-inline-end: 54rem !important;
    margin-inline-start: 54rem !important;
  }
  .mx-rem-xxl-55 {
    margin-inline-end: 55rem !important;
    margin-inline-start: 55rem !important;
  }
  .mx-rem-xxl-56 {
    margin-inline-end: 56rem !important;
    margin-inline-start: 56rem !important;
  }
  .mx-rem-xxl-57 {
    margin-inline-end: 57rem !important;
    margin-inline-start: 57rem !important;
  }
  .mx-rem-xxl-58 {
    margin-inline-end: 58rem !important;
    margin-inline-start: 58rem !important;
  }
  .mx-rem-xxl-59 {
    margin-inline-end: 59rem !important;
    margin-inline-start: 59rem !important;
  }
  .mx-rem-xxl-60 {
    margin-inline-end: 60rem !important;
    margin-inline-start: 60rem !important;
  }
  .mx-rem-xxl-61 {
    margin-inline-end: 61rem !important;
    margin-inline-start: 61rem !important;
  }
  .mx-rem-xxl-62 {
    margin-inline-end: 62rem !important;
    margin-inline-start: 62rem !important;
  }
  .mx-rem-xxl-63 {
    margin-inline-end: 63rem !important;
    margin-inline-start: 63rem !important;
  }
  .mx-rem-xxl-64 {
    margin-inline-end: 64rem !important;
    margin-inline-start: 64rem !important;
  }
  .mx-rem-xxl-65 {
    margin-inline-end: 65rem !important;
    margin-inline-start: 65rem !important;
  }
  .mx-rem-xxl-66 {
    margin-inline-end: 66rem !important;
    margin-inline-start: 66rem !important;
  }
  .mx-rem-xxl-67 {
    margin-inline-end: 67rem !important;
    margin-inline-start: 67rem !important;
  }
  .mx-rem-xxl-68 {
    margin-inline-end: 68rem !important;
    margin-inline-start: 68rem !important;
  }
  .mx-rem-xxl-69 {
    margin-inline-end: 69rem !important;
    margin-inline-start: 69rem !important;
  }
  .mx-rem-xxl-70 {
    margin-inline-end: 70rem !important;
    margin-inline-start: 70rem !important;
  }
  .mx-rem-xxl-71 {
    margin-inline-end: 71rem !important;
    margin-inline-start: 71rem !important;
  }
  .mx-rem-xxl-72 {
    margin-inline-end: 72rem !important;
    margin-inline-start: 72rem !important;
  }
  .mx-rem-xxl-73 {
    margin-inline-end: 73rem !important;
    margin-inline-start: 73rem !important;
  }
  .mx-rem-xxl-74 {
    margin-inline-end: 74rem !important;
    margin-inline-start: 74rem !important;
  }
  .mx-rem-xxl-75 {
    margin-inline-end: 75rem !important;
    margin-inline-start: 75rem !important;
  }
  .mx-rem-xxl-76 {
    margin-inline-end: 76rem !important;
    margin-inline-start: 76rem !important;
  }
  .mx-rem-xxl-77 {
    margin-inline-end: 77rem !important;
    margin-inline-start: 77rem !important;
  }
  .mx-rem-xxl-78 {
    margin-inline-end: 78rem !important;
    margin-inline-start: 78rem !important;
  }
  .mx-rem-xxl-79 {
    margin-inline-end: 79rem !important;
    margin-inline-start: 79rem !important;
  }
  .mx-rem-xxl-80 {
    margin-inline-end: 80rem !important;
    margin-inline-start: 80rem !important;
  }
  .mx-rem-xxl-95 {
    margin-inline-end: 95rem !important;
    margin-inline-start: 95rem !important;
  }
  .mx-rem-xxl-96 {
    margin-inline-end: 96rem !important;
    margin-inline-start: 96rem !important;
  }
  .mx-rem-xxl-97 {
    margin-inline-end: 97rem !important;
    margin-inline-start: 97rem !important;
  }
  .mx-rem-xxl-100 {
    margin-inline-end: 100% !important;
    margin-inline-start: 100% !important;
  }
  .mx-rem-xxl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .mx-rem-xxl-unset {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
  .mx-rem-xxl-1 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .mx-rem-xxl-2 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .mx-rem-xxl-3 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .mx-rem-xxl-4 {
    margin-block-start: 4rem !important;
    margin-block-end: 4rem !important;
  }
  .mx-rem-xxl-5 {
    margin-block-start: 5rem !important;
    margin-block-end: 5rem !important;
  }
  .mx-rem-xxl-7 {
    margin-block-start: 7rem !important;
    margin-block-end: 7rem !important;
  }
  .mx-rem-xxl-8 {
    margin-block-start: 8rem !important;
    margin-block-end: 8rem !important;
  }
  .mx-rem-xxl-9 {
    margin-block-start: 9rem !important;
    margin-block-end: 9rem !important;
  }
  .mx-rem-xxl-10 {
    margin-block-start: 10rem !important;
    margin-block-end: 10rem !important;
  }
  .mx-rem-xxl-11 {
    margin-block-start: 11rem !important;
    margin-block-end: 11rem !important;
  }
  .mx-rem-xxl-12 {
    margin-block-start: 12rem !important;
    margin-block-end: 12rem !important;
  }
  .mx-rem-xxl-13 {
    margin-block-start: 13rem !important;
    margin-block-end: 13rem !important;
  }
  .mx-rem-xxl-14 {
    margin-block-start: 14rem !important;
    margin-block-end: 14rem !important;
  }
  .mx-rem-xxl-15 {
    margin-block-start: 15rem !important;
    margin-block-end: 15rem !important;
  }
  .mx-rem-xxl-16 {
    margin-block-start: 16rem !important;
    margin-block-end: 16rem !important;
  }
  .mx-rem-xxl-17 {
    margin-block-start: 17rem !important;
    margin-block-end: 17rem !important;
  }
  .mx-rem-xxl-18 {
    margin-block-start: 18rem !important;
    margin-block-end: 18rem !important;
  }
  .mx-rem-xxl-19 {
    margin-block-start: 19rem !important;
    margin-block-end: 19rem !important;
  }
  .mx-rem-xxl-20 {
    margin-block-start: 20rem !important;
    margin-block-end: 20rem !important;
  }
  .mx-rem-xxl-23 {
    margin-block-start: 23rem !important;
    margin-block-end: 23rem !important;
  }
  .mx-rem-xxl-25 {
    margin-block-start: 25rem !important;
    margin-block-end: 25rem !important;
  }
  .mx-rem-xxl-30 {
    margin-block-start: 30rem !important;
    margin-block-end: 30rem !important;
  }
  .mx-rem-xxl-31 {
    margin-block-start: 31rem !important;
    margin-block-end: 31rem !important;
  }
  .mx-rem-xxl-32 {
    margin-block-start: 32rem !important;
    margin-block-end: 32rem !important;
  }
  .mx-rem-xxl-33 {
    margin-block-start: 33rem !important;
    margin-block-end: 33rem !important;
  }
  .mx-rem-xxl-34 {
    margin-block-start: 34rem !important;
    margin-block-end: 34rem !important;
  }
  .mx-rem-xxl-35 {
    margin-block-start: 35rem !important;
    margin-block-end: 35rem !important;
  }
  .mx-rem-xxl-36 {
    margin-block-start: 36rem !important;
    margin-block-end: 36rem !important;
  }
  .mx-rem-xxl-37 {
    margin-block-start: 37rem !important;
    margin-block-end: 37rem !important;
  }
  .mx-rem-xxl-38 {
    margin-block-start: 38rem !important;
    margin-block-end: 38rem !important;
  }
  .mx-rem-xxl-39 {
    margin-block-start: 39rem !important;
    margin-block-end: 39rem !important;
  }
  .mx-rem-xxl-40 {
    margin-block-start: 40rem !important;
    margin-block-end: 40rem !important;
  }
  .mx-rem-xxl-41 {
    margin-block-start: 41rem !important;
    margin-block-end: 41rem !important;
  }
  .mx-rem-xxl-42 {
    margin-block-start: 42rem !important;
    margin-block-end: 42rem !important;
  }
  .mx-rem-xxl-43 {
    margin-block-start: 43rem !important;
    margin-block-end: 43rem !important;
  }
  .mx-rem-xxl-44 {
    margin-block-start: 44rem !important;
    margin-block-end: 44rem !important;
  }
  .mx-rem-xxl-45 {
    margin-block-start: 45rem !important;
    margin-block-end: 45rem !important;
  }
  .mx-rem-xxl-46 {
    margin-block-start: 46rem !important;
    margin-block-end: 46rem !important;
  }
  .mx-rem-xxl-47 {
    margin-block-start: 47rem !important;
    margin-block-end: 47rem !important;
  }
  .mx-rem-xxl-48 {
    margin-block-start: 48rem !important;
    margin-block-end: 48rem !important;
  }
  .mx-rem-xxl-49 {
    margin-block-start: 49rem !important;
    margin-block-end: 49rem !important;
  }
  .mx-rem-xxl-50 {
    margin-block-start: 50rem !important;
    margin-block-end: 50rem !important;
  }
  .mx-rem-xxl-51 {
    margin-block-start: 51rem !important;
    margin-block-end: 51rem !important;
  }
  .mx-rem-xxl-52 {
    margin-block-start: 52rem !important;
    margin-block-end: 52rem !important;
  }
  .mx-rem-xxl-53 {
    margin-block-start: 53rem !important;
    margin-block-end: 53rem !important;
  }
  .mx-rem-xxl-54 {
    margin-block-start: 54rem !important;
    margin-block-end: 54rem !important;
  }
  .mx-rem-xxl-55 {
    margin-block-start: 55rem !important;
    margin-block-end: 55rem !important;
  }
  .mx-rem-xxl-56 {
    margin-block-start: 56rem !important;
    margin-block-end: 56rem !important;
  }
  .mx-rem-xxl-57 {
    margin-block-start: 57rem !important;
    margin-block-end: 57rem !important;
  }
  .mx-rem-xxl-58 {
    margin-block-start: 58rem !important;
    margin-block-end: 58rem !important;
  }
  .mx-rem-xxl-59 {
    margin-block-start: 59rem !important;
    margin-block-end: 59rem !important;
  }
  .mx-rem-xxl-60 {
    margin-block-start: 60rem !important;
    margin-block-end: 60rem !important;
  }
  .mx-rem-xxl-61 {
    margin-block-start: 61rem !important;
    margin-block-end: 61rem !important;
  }
  .mx-rem-xxl-62 {
    margin-block-start: 62rem !important;
    margin-block-end: 62rem !important;
  }
  .mx-rem-xxl-63 {
    margin-block-start: 63rem !important;
    margin-block-end: 63rem !important;
  }
  .mx-rem-xxl-64 {
    margin-block-start: 64rem !important;
    margin-block-end: 64rem !important;
  }
  .mx-rem-xxl-65 {
    margin-block-start: 65rem !important;
    margin-block-end: 65rem !important;
  }
  .mx-rem-xxl-66 {
    margin-block-start: 66rem !important;
    margin-block-end: 66rem !important;
  }
  .mx-rem-xxl-67 {
    margin-block-start: 67rem !important;
    margin-block-end: 67rem !important;
  }
  .mx-rem-xxl-68 {
    margin-block-start: 68rem !important;
    margin-block-end: 68rem !important;
  }
  .mx-rem-xxl-69 {
    margin-block-start: 69rem !important;
    margin-block-end: 69rem !important;
  }
  .mx-rem-xxl-70 {
    margin-block-start: 70rem !important;
    margin-block-end: 70rem !important;
  }
  .mx-rem-xxl-71 {
    margin-block-start: 71rem !important;
    margin-block-end: 71rem !important;
  }
  .mx-rem-xxl-72 {
    margin-block-start: 72rem !important;
    margin-block-end: 72rem !important;
  }
  .mx-rem-xxl-73 {
    margin-block-start: 73rem !important;
    margin-block-end: 73rem !important;
  }
  .mx-rem-xxl-74 {
    margin-block-start: 74rem !important;
    margin-block-end: 74rem !important;
  }
  .mx-rem-xxl-75 {
    margin-block-start: 75rem !important;
    margin-block-end: 75rem !important;
  }
  .mx-rem-xxl-76 {
    margin-block-start: 76rem !important;
    margin-block-end: 76rem !important;
  }
  .mx-rem-xxl-77 {
    margin-block-start: 77rem !important;
    margin-block-end: 77rem !important;
  }
  .mx-rem-xxl-78 {
    margin-block-start: 78rem !important;
    margin-block-end: 78rem !important;
  }
  .mx-rem-xxl-79 {
    margin-block-start: 79rem !important;
    margin-block-end: 79rem !important;
  }
  .mx-rem-xxl-80 {
    margin-block-start: 80rem !important;
    margin-block-end: 80rem !important;
  }
  .mx-rem-xxl-95 {
    margin-block-start: 95rem !important;
    margin-block-end: 95rem !important;
  }
  .mx-rem-xxl-96 {
    margin-block-start: 96rem !important;
    margin-block-end: 96rem !important;
  }
  .mx-rem-xxl-97 {
    margin-block-start: 97rem !important;
    margin-block-end: 97rem !important;
  }
  .mx-rem-xxl-100 {
    margin-block-start: 100% !important;
    margin-block-end: 100% !important;
  }
  .mx-rem-xxl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-rem-xxl-unset {
    margin-block-start: unset !important;
  }
  .mt-rem-xxl-1 {
    margin-block-start: 1rem !important;
  }
  .mt-rem-xxl-2 {
    margin-block-start: 2rem !important;
  }
  .mt-rem-xxl-3 {
    margin-block-start: 3rem !important;
  }
  .mt-rem-xxl-4 {
    margin-block-start: 4rem !important;
  }
  .mt-rem-xxl-5 {
    margin-block-start: 5rem !important;
  }
  .mt-rem-xxl-7 {
    margin-block-start: 7rem !important;
  }
  .mt-rem-xxl-8 {
    margin-block-start: 8rem !important;
  }
  .mt-rem-xxl-9 {
    margin-block-start: 9rem !important;
  }
  .mt-rem-xxl-10 {
    margin-block-start: 10rem !important;
  }
  .mt-rem-xxl-11 {
    margin-block-start: 11rem !important;
  }
  .mt-rem-xxl-12 {
    margin-block-start: 12rem !important;
  }
  .mt-rem-xxl-13 {
    margin-block-start: 13rem !important;
  }
  .mt-rem-xxl-14 {
    margin-block-start: 14rem !important;
  }
  .mt-rem-xxl-15 {
    margin-block-start: 15rem !important;
  }
  .mt-rem-xxl-16 {
    margin-block-start: 16rem !important;
  }
  .mt-rem-xxl-17 {
    margin-block-start: 17rem !important;
  }
  .mt-rem-xxl-18 {
    margin-block-start: 18rem !important;
  }
  .mt-rem-xxl-19 {
    margin-block-start: 19rem !important;
  }
  .mt-rem-xxl-20 {
    margin-block-start: 20rem !important;
  }
  .mt-rem-xxl-23 {
    margin-block-start: 23rem !important;
  }
  .mt-rem-xxl-25 {
    margin-block-start: 25rem !important;
  }
  .mt-rem-xxl-30 {
    margin-block-start: 30rem !important;
  }
  .mt-rem-xxl-31 {
    margin-block-start: 31rem !important;
  }
  .mt-rem-xxl-32 {
    margin-block-start: 32rem !important;
  }
  .mt-rem-xxl-33 {
    margin-block-start: 33rem !important;
  }
  .mt-rem-xxl-34 {
    margin-block-start: 34rem !important;
  }
  .mt-rem-xxl-35 {
    margin-block-start: 35rem !important;
  }
  .mt-rem-xxl-36 {
    margin-block-start: 36rem !important;
  }
  .mt-rem-xxl-37 {
    margin-block-start: 37rem !important;
  }
  .mt-rem-xxl-38 {
    margin-block-start: 38rem !important;
  }
  .mt-rem-xxl-39 {
    margin-block-start: 39rem !important;
  }
  .mt-rem-xxl-40 {
    margin-block-start: 40rem !important;
  }
  .mt-rem-xxl-41 {
    margin-block-start: 41rem !important;
  }
  .mt-rem-xxl-42 {
    margin-block-start: 42rem !important;
  }
  .mt-rem-xxl-43 {
    margin-block-start: 43rem !important;
  }
  .mt-rem-xxl-44 {
    margin-block-start: 44rem !important;
  }
  .mt-rem-xxl-45 {
    margin-block-start: 45rem !important;
  }
  .mt-rem-xxl-46 {
    margin-block-start: 46rem !important;
  }
  .mt-rem-xxl-47 {
    margin-block-start: 47rem !important;
  }
  .mt-rem-xxl-48 {
    margin-block-start: 48rem !important;
  }
  .mt-rem-xxl-49 {
    margin-block-start: 49rem !important;
  }
  .mt-rem-xxl-50 {
    margin-block-start: 50rem !important;
  }
  .mt-rem-xxl-51 {
    margin-block-start: 51rem !important;
  }
  .mt-rem-xxl-52 {
    margin-block-start: 52rem !important;
  }
  .mt-rem-xxl-53 {
    margin-block-start: 53rem !important;
  }
  .mt-rem-xxl-54 {
    margin-block-start: 54rem !important;
  }
  .mt-rem-xxl-55 {
    margin-block-start: 55rem !important;
  }
  .mt-rem-xxl-56 {
    margin-block-start: 56rem !important;
  }
  .mt-rem-xxl-57 {
    margin-block-start: 57rem !important;
  }
  .mt-rem-xxl-58 {
    margin-block-start: 58rem !important;
  }
  .mt-rem-xxl-59 {
    margin-block-start: 59rem !important;
  }
  .mt-rem-xxl-60 {
    margin-block-start: 60rem !important;
  }
  .mt-rem-xxl-61 {
    margin-block-start: 61rem !important;
  }
  .mt-rem-xxl-62 {
    margin-block-start: 62rem !important;
  }
  .mt-rem-xxl-63 {
    margin-block-start: 63rem !important;
  }
  .mt-rem-xxl-64 {
    margin-block-start: 64rem !important;
  }
  .mt-rem-xxl-65 {
    margin-block-start: 65rem !important;
  }
  .mt-rem-xxl-66 {
    margin-block-start: 66rem !important;
  }
  .mt-rem-xxl-67 {
    margin-block-start: 67rem !important;
  }
  .mt-rem-xxl-68 {
    margin-block-start: 68rem !important;
  }
  .mt-rem-xxl-69 {
    margin-block-start: 69rem !important;
  }
  .mt-rem-xxl-70 {
    margin-block-start: 70rem !important;
  }
  .mt-rem-xxl-71 {
    margin-block-start: 71rem !important;
  }
  .mt-rem-xxl-72 {
    margin-block-start: 72rem !important;
  }
  .mt-rem-xxl-73 {
    margin-block-start: 73rem !important;
  }
  .mt-rem-xxl-74 {
    margin-block-start: 74rem !important;
  }
  .mt-rem-xxl-75 {
    margin-block-start: 75rem !important;
  }
  .mt-rem-xxl-76 {
    margin-block-start: 76rem !important;
  }
  .mt-rem-xxl-77 {
    margin-block-start: 77rem !important;
  }
  .mt-rem-xxl-78 {
    margin-block-start: 78rem !important;
  }
  .mt-rem-xxl-79 {
    margin-block-start: 79rem !important;
  }
  .mt-rem-xxl-80 {
    margin-block-start: 80rem !important;
  }
  .mt-rem-xxl-95 {
    margin-block-start: 95rem !important;
  }
  .mt-rem-xxl-96 {
    margin-block-start: 96rem !important;
  }
  .mt-rem-xxl-97 {
    margin-block-start: 97rem !important;
  }
  .mt-rem-xxl-100 {
    margin-block-start: 100% !important;
  }
  .mt-rem-xxl-auto {
    margin-block-start: auto !important;
  }
  .me-rem-xxl-unset {
    margin-inline-end: unset !important;
  }
  .me-rem-xxl-1 {
    margin-inline-end: 1rem !important;
  }
  .me-rem-xxl-2 {
    margin-inline-end: 2rem !important;
  }
  .me-rem-xxl-3 {
    margin-inline-end: 3rem !important;
  }
  .me-rem-xxl-4 {
    margin-inline-end: 4rem !important;
  }
  .me-rem-xxl-5 {
    margin-inline-end: 5rem !important;
  }
  .me-rem-xxl-7 {
    margin-inline-end: 7rem !important;
  }
  .me-rem-xxl-8 {
    margin-inline-end: 8rem !important;
  }
  .me-rem-xxl-9 {
    margin-inline-end: 9rem !important;
  }
  .me-rem-xxl-10 {
    margin-inline-end: 10rem !important;
  }
  .me-rem-xxl-11 {
    margin-inline-end: 11rem !important;
  }
  .me-rem-xxl-12 {
    margin-inline-end: 12rem !important;
  }
  .me-rem-xxl-13 {
    margin-inline-end: 13rem !important;
  }
  .me-rem-xxl-14 {
    margin-inline-end: 14rem !important;
  }
  .me-rem-xxl-15 {
    margin-inline-end: 15rem !important;
  }
  .me-rem-xxl-16 {
    margin-inline-end: 16rem !important;
  }
  .me-rem-xxl-17 {
    margin-inline-end: 17rem !important;
  }
  .me-rem-xxl-18 {
    margin-inline-end: 18rem !important;
  }
  .me-rem-xxl-19 {
    margin-inline-end: 19rem !important;
  }
  .me-rem-xxl-20 {
    margin-inline-end: 20rem !important;
  }
  .me-rem-xxl-23 {
    margin-inline-end: 23rem !important;
  }
  .me-rem-xxl-25 {
    margin-inline-end: 25rem !important;
  }
  .me-rem-xxl-30 {
    margin-inline-end: 30rem !important;
  }
  .me-rem-xxl-31 {
    margin-inline-end: 31rem !important;
  }
  .me-rem-xxl-32 {
    margin-inline-end: 32rem !important;
  }
  .me-rem-xxl-33 {
    margin-inline-end: 33rem !important;
  }
  .me-rem-xxl-34 {
    margin-inline-end: 34rem !important;
  }
  .me-rem-xxl-35 {
    margin-inline-end: 35rem !important;
  }
  .me-rem-xxl-36 {
    margin-inline-end: 36rem !important;
  }
  .me-rem-xxl-37 {
    margin-inline-end: 37rem !important;
  }
  .me-rem-xxl-38 {
    margin-inline-end: 38rem !important;
  }
  .me-rem-xxl-39 {
    margin-inline-end: 39rem !important;
  }
  .me-rem-xxl-40 {
    margin-inline-end: 40rem !important;
  }
  .me-rem-xxl-41 {
    margin-inline-end: 41rem !important;
  }
  .me-rem-xxl-42 {
    margin-inline-end: 42rem !important;
  }
  .me-rem-xxl-43 {
    margin-inline-end: 43rem !important;
  }
  .me-rem-xxl-44 {
    margin-inline-end: 44rem !important;
  }
  .me-rem-xxl-45 {
    margin-inline-end: 45rem !important;
  }
  .me-rem-xxl-46 {
    margin-inline-end: 46rem !important;
  }
  .me-rem-xxl-47 {
    margin-inline-end: 47rem !important;
  }
  .me-rem-xxl-48 {
    margin-inline-end: 48rem !important;
  }
  .me-rem-xxl-49 {
    margin-inline-end: 49rem !important;
  }
  .me-rem-xxl-50 {
    margin-inline-end: 50rem !important;
  }
  .me-rem-xxl-51 {
    margin-inline-end: 51rem !important;
  }
  .me-rem-xxl-52 {
    margin-inline-end: 52rem !important;
  }
  .me-rem-xxl-53 {
    margin-inline-end: 53rem !important;
  }
  .me-rem-xxl-54 {
    margin-inline-end: 54rem !important;
  }
  .me-rem-xxl-55 {
    margin-inline-end: 55rem !important;
  }
  .me-rem-xxl-56 {
    margin-inline-end: 56rem !important;
  }
  .me-rem-xxl-57 {
    margin-inline-end: 57rem !important;
  }
  .me-rem-xxl-58 {
    margin-inline-end: 58rem !important;
  }
  .me-rem-xxl-59 {
    margin-inline-end: 59rem !important;
  }
  .me-rem-xxl-60 {
    margin-inline-end: 60rem !important;
  }
  .me-rem-xxl-61 {
    margin-inline-end: 61rem !important;
  }
  .me-rem-xxl-62 {
    margin-inline-end: 62rem !important;
  }
  .me-rem-xxl-63 {
    margin-inline-end: 63rem !important;
  }
  .me-rem-xxl-64 {
    margin-inline-end: 64rem !important;
  }
  .me-rem-xxl-65 {
    margin-inline-end: 65rem !important;
  }
  .me-rem-xxl-66 {
    margin-inline-end: 66rem !important;
  }
  .me-rem-xxl-67 {
    margin-inline-end: 67rem !important;
  }
  .me-rem-xxl-68 {
    margin-inline-end: 68rem !important;
  }
  .me-rem-xxl-69 {
    margin-inline-end: 69rem !important;
  }
  .me-rem-xxl-70 {
    margin-inline-end: 70rem !important;
  }
  .me-rem-xxl-71 {
    margin-inline-end: 71rem !important;
  }
  .me-rem-xxl-72 {
    margin-inline-end: 72rem !important;
  }
  .me-rem-xxl-73 {
    margin-inline-end: 73rem !important;
  }
  .me-rem-xxl-74 {
    margin-inline-end: 74rem !important;
  }
  .me-rem-xxl-75 {
    margin-inline-end: 75rem !important;
  }
  .me-rem-xxl-76 {
    margin-inline-end: 76rem !important;
  }
  .me-rem-xxl-77 {
    margin-inline-end: 77rem !important;
  }
  .me-rem-xxl-78 {
    margin-inline-end: 78rem !important;
  }
  .me-rem-xxl-79 {
    margin-inline-end: 79rem !important;
  }
  .me-rem-xxl-80 {
    margin-inline-end: 80rem !important;
  }
  .me-rem-xxl-95 {
    margin-inline-end: 95rem !important;
  }
  .me-rem-xxl-96 {
    margin-inline-end: 96rem !important;
  }
  .me-rem-xxl-97 {
    margin-inline-end: 97rem !important;
  }
  .me-rem-xxl-100 {
    margin-inline-end: 100% !important;
  }
  .me-rem-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-rem-xxl-unset {
    margin-block-end: unset !important;
  }
  .mb-rem-xxl-1 {
    margin-block-end: 1rem !important;
  }
  .mb-rem-xxl-2 {
    margin-block-end: 2rem !important;
  }
  .mb-rem-xxl-3 {
    margin-block-end: 3rem !important;
  }
  .mb-rem-xxl-4 {
    margin-block-end: 4rem !important;
  }
  .mb-rem-xxl-5 {
    margin-block-end: 5rem !important;
  }
  .mb-rem-xxl-7 {
    margin-block-end: 7rem !important;
  }
  .mb-rem-xxl-8 {
    margin-block-end: 8rem !important;
  }
  .mb-rem-xxl-9 {
    margin-block-end: 9rem !important;
  }
  .mb-rem-xxl-10 {
    margin-block-end: 10rem !important;
  }
  .mb-rem-xxl-11 {
    margin-block-end: 11rem !important;
  }
  .mb-rem-xxl-12 {
    margin-block-end: 12rem !important;
  }
  .mb-rem-xxl-13 {
    margin-block-end: 13rem !important;
  }
  .mb-rem-xxl-14 {
    margin-block-end: 14rem !important;
  }
  .mb-rem-xxl-15 {
    margin-block-end: 15rem !important;
  }
  .mb-rem-xxl-16 {
    margin-block-end: 16rem !important;
  }
  .mb-rem-xxl-17 {
    margin-block-end: 17rem !important;
  }
  .mb-rem-xxl-18 {
    margin-block-end: 18rem !important;
  }
  .mb-rem-xxl-19 {
    margin-block-end: 19rem !important;
  }
  .mb-rem-xxl-20 {
    margin-block-end: 20rem !important;
  }
  .mb-rem-xxl-23 {
    margin-block-end: 23rem !important;
  }
  .mb-rem-xxl-25 {
    margin-block-end: 25rem !important;
  }
  .mb-rem-xxl-30 {
    margin-block-end: 30rem !important;
  }
  .mb-rem-xxl-31 {
    margin-block-end: 31rem !important;
  }
  .mb-rem-xxl-32 {
    margin-block-end: 32rem !important;
  }
  .mb-rem-xxl-33 {
    margin-block-end: 33rem !important;
  }
  .mb-rem-xxl-34 {
    margin-block-end: 34rem !important;
  }
  .mb-rem-xxl-35 {
    margin-block-end: 35rem !important;
  }
  .mb-rem-xxl-36 {
    margin-block-end: 36rem !important;
  }
  .mb-rem-xxl-37 {
    margin-block-end: 37rem !important;
  }
  .mb-rem-xxl-38 {
    margin-block-end: 38rem !important;
  }
  .mb-rem-xxl-39 {
    margin-block-end: 39rem !important;
  }
  .mb-rem-xxl-40 {
    margin-block-end: 40rem !important;
  }
  .mb-rem-xxl-41 {
    margin-block-end: 41rem !important;
  }
  .mb-rem-xxl-42 {
    margin-block-end: 42rem !important;
  }
  .mb-rem-xxl-43 {
    margin-block-end: 43rem !important;
  }
  .mb-rem-xxl-44 {
    margin-block-end: 44rem !important;
  }
  .mb-rem-xxl-45 {
    margin-block-end: 45rem !important;
  }
  .mb-rem-xxl-46 {
    margin-block-end: 46rem !important;
  }
  .mb-rem-xxl-47 {
    margin-block-end: 47rem !important;
  }
  .mb-rem-xxl-48 {
    margin-block-end: 48rem !important;
  }
  .mb-rem-xxl-49 {
    margin-block-end: 49rem !important;
  }
  .mb-rem-xxl-50 {
    margin-block-end: 50rem !important;
  }
  .mb-rem-xxl-51 {
    margin-block-end: 51rem !important;
  }
  .mb-rem-xxl-52 {
    margin-block-end: 52rem !important;
  }
  .mb-rem-xxl-53 {
    margin-block-end: 53rem !important;
  }
  .mb-rem-xxl-54 {
    margin-block-end: 54rem !important;
  }
  .mb-rem-xxl-55 {
    margin-block-end: 55rem !important;
  }
  .mb-rem-xxl-56 {
    margin-block-end: 56rem !important;
  }
  .mb-rem-xxl-57 {
    margin-block-end: 57rem !important;
  }
  .mb-rem-xxl-58 {
    margin-block-end: 58rem !important;
  }
  .mb-rem-xxl-59 {
    margin-block-end: 59rem !important;
  }
  .mb-rem-xxl-60 {
    margin-block-end: 60rem !important;
  }
  .mb-rem-xxl-61 {
    margin-block-end: 61rem !important;
  }
  .mb-rem-xxl-62 {
    margin-block-end: 62rem !important;
  }
  .mb-rem-xxl-63 {
    margin-block-end: 63rem !important;
  }
  .mb-rem-xxl-64 {
    margin-block-end: 64rem !important;
  }
  .mb-rem-xxl-65 {
    margin-block-end: 65rem !important;
  }
  .mb-rem-xxl-66 {
    margin-block-end: 66rem !important;
  }
  .mb-rem-xxl-67 {
    margin-block-end: 67rem !important;
  }
  .mb-rem-xxl-68 {
    margin-block-end: 68rem !important;
  }
  .mb-rem-xxl-69 {
    margin-block-end: 69rem !important;
  }
  .mb-rem-xxl-70 {
    margin-block-end: 70rem !important;
  }
  .mb-rem-xxl-71 {
    margin-block-end: 71rem !important;
  }
  .mb-rem-xxl-72 {
    margin-block-end: 72rem !important;
  }
  .mb-rem-xxl-73 {
    margin-block-end: 73rem !important;
  }
  .mb-rem-xxl-74 {
    margin-block-end: 74rem !important;
  }
  .mb-rem-xxl-75 {
    margin-block-end: 75rem !important;
  }
  .mb-rem-xxl-76 {
    margin-block-end: 76rem !important;
  }
  .mb-rem-xxl-77 {
    margin-block-end: 77rem !important;
  }
  .mb-rem-xxl-78 {
    margin-block-end: 78rem !important;
  }
  .mb-rem-xxl-79 {
    margin-block-end: 79rem !important;
  }
  .mb-rem-xxl-80 {
    margin-block-end: 80rem !important;
  }
  .mb-rem-xxl-95 {
    margin-block-end: 95rem !important;
  }
  .mb-rem-xxl-96 {
    margin-block-end: 96rem !important;
  }
  .mb-rem-xxl-97 {
    margin-block-end: 97rem !important;
  }
  .mb-rem-xxl-100 {
    margin-block-end: 100% !important;
  }
  .mb-rem-xxl-auto {
    margin-block-end: auto !important;
  }
  .ms-rem-xxl-unset {
    margin-inline-start: unset !important;
  }
  .ms-rem-xxl-1 {
    margin-inline-start: 1rem !important;
  }
  .ms-rem-xxl-2 {
    margin-inline-start: 2rem !important;
  }
  .ms-rem-xxl-3 {
    margin-inline-start: 3rem !important;
  }
  .ms-rem-xxl-4 {
    margin-inline-start: 4rem !important;
  }
  .ms-rem-xxl-5 {
    margin-inline-start: 5rem !important;
  }
  .ms-rem-xxl-7 {
    margin-inline-start: 7rem !important;
  }
  .ms-rem-xxl-8 {
    margin-inline-start: 8rem !important;
  }
  .ms-rem-xxl-9 {
    margin-inline-start: 9rem !important;
  }
  .ms-rem-xxl-10 {
    margin-inline-start: 10rem !important;
  }
  .ms-rem-xxl-11 {
    margin-inline-start: 11rem !important;
  }
  .ms-rem-xxl-12 {
    margin-inline-start: 12rem !important;
  }
  .ms-rem-xxl-13 {
    margin-inline-start: 13rem !important;
  }
  .ms-rem-xxl-14 {
    margin-inline-start: 14rem !important;
  }
  .ms-rem-xxl-15 {
    margin-inline-start: 15rem !important;
  }
  .ms-rem-xxl-16 {
    margin-inline-start: 16rem !important;
  }
  .ms-rem-xxl-17 {
    margin-inline-start: 17rem !important;
  }
  .ms-rem-xxl-18 {
    margin-inline-start: 18rem !important;
  }
  .ms-rem-xxl-19 {
    margin-inline-start: 19rem !important;
  }
  .ms-rem-xxl-20 {
    margin-inline-start: 20rem !important;
  }
  .ms-rem-xxl-23 {
    margin-inline-start: 23rem !important;
  }
  .ms-rem-xxl-25 {
    margin-inline-start: 25rem !important;
  }
  .ms-rem-xxl-30 {
    margin-inline-start: 30rem !important;
  }
  .ms-rem-xxl-31 {
    margin-inline-start: 31rem !important;
  }
  .ms-rem-xxl-32 {
    margin-inline-start: 32rem !important;
  }
  .ms-rem-xxl-33 {
    margin-inline-start: 33rem !important;
  }
  .ms-rem-xxl-34 {
    margin-inline-start: 34rem !important;
  }
  .ms-rem-xxl-35 {
    margin-inline-start: 35rem !important;
  }
  .ms-rem-xxl-36 {
    margin-inline-start: 36rem !important;
  }
  .ms-rem-xxl-37 {
    margin-inline-start: 37rem !important;
  }
  .ms-rem-xxl-38 {
    margin-inline-start: 38rem !important;
  }
  .ms-rem-xxl-39 {
    margin-inline-start: 39rem !important;
  }
  .ms-rem-xxl-40 {
    margin-inline-start: 40rem !important;
  }
  .ms-rem-xxl-41 {
    margin-inline-start: 41rem !important;
  }
  .ms-rem-xxl-42 {
    margin-inline-start: 42rem !important;
  }
  .ms-rem-xxl-43 {
    margin-inline-start: 43rem !important;
  }
  .ms-rem-xxl-44 {
    margin-inline-start: 44rem !important;
  }
  .ms-rem-xxl-45 {
    margin-inline-start: 45rem !important;
  }
  .ms-rem-xxl-46 {
    margin-inline-start: 46rem !important;
  }
  .ms-rem-xxl-47 {
    margin-inline-start: 47rem !important;
  }
  .ms-rem-xxl-48 {
    margin-inline-start: 48rem !important;
  }
  .ms-rem-xxl-49 {
    margin-inline-start: 49rem !important;
  }
  .ms-rem-xxl-50 {
    margin-inline-start: 50rem !important;
  }
  .ms-rem-xxl-51 {
    margin-inline-start: 51rem !important;
  }
  .ms-rem-xxl-52 {
    margin-inline-start: 52rem !important;
  }
  .ms-rem-xxl-53 {
    margin-inline-start: 53rem !important;
  }
  .ms-rem-xxl-54 {
    margin-inline-start: 54rem !important;
  }
  .ms-rem-xxl-55 {
    margin-inline-start: 55rem !important;
  }
  .ms-rem-xxl-56 {
    margin-inline-start: 56rem !important;
  }
  .ms-rem-xxl-57 {
    margin-inline-start: 57rem !important;
  }
  .ms-rem-xxl-58 {
    margin-inline-start: 58rem !important;
  }
  .ms-rem-xxl-59 {
    margin-inline-start: 59rem !important;
  }
  .ms-rem-xxl-60 {
    margin-inline-start: 60rem !important;
  }
  .ms-rem-xxl-61 {
    margin-inline-start: 61rem !important;
  }
  .ms-rem-xxl-62 {
    margin-inline-start: 62rem !important;
  }
  .ms-rem-xxl-63 {
    margin-inline-start: 63rem !important;
  }
  .ms-rem-xxl-64 {
    margin-inline-start: 64rem !important;
  }
  .ms-rem-xxl-65 {
    margin-inline-start: 65rem !important;
  }
  .ms-rem-xxl-66 {
    margin-inline-start: 66rem !important;
  }
  .ms-rem-xxl-67 {
    margin-inline-start: 67rem !important;
  }
  .ms-rem-xxl-68 {
    margin-inline-start: 68rem !important;
  }
  .ms-rem-xxl-69 {
    margin-inline-start: 69rem !important;
  }
  .ms-rem-xxl-70 {
    margin-inline-start: 70rem !important;
  }
  .ms-rem-xxl-71 {
    margin-inline-start: 71rem !important;
  }
  .ms-rem-xxl-72 {
    margin-inline-start: 72rem !important;
  }
  .ms-rem-xxl-73 {
    margin-inline-start: 73rem !important;
  }
  .ms-rem-xxl-74 {
    margin-inline-start: 74rem !important;
  }
  .ms-rem-xxl-75 {
    margin-inline-start: 75rem !important;
  }
  .ms-rem-xxl-76 {
    margin-inline-start: 76rem !important;
  }
  .ms-rem-xxl-77 {
    margin-inline-start: 77rem !important;
  }
  .ms-rem-xxl-78 {
    margin-inline-start: 78rem !important;
  }
  .ms-rem-xxl-79 {
    margin-inline-start: 79rem !important;
  }
  .ms-rem-xxl-80 {
    margin-inline-start: 80rem !important;
  }
  .ms-rem-xxl-95 {
    margin-inline-start: 95rem !important;
  }
  .ms-rem-xxl-96 {
    margin-inline-start: 96rem !important;
  }
  .ms-rem-xxl-97 {
    margin-inline-start: 97rem !important;
  }
  .ms-rem-xxl-100 {
    margin-inline-start: 100% !important;
  }
  .ms-rem-xxl-auto {
    margin-inline-start: auto !important;
  }
  .m-rem-xxl-nunset {
    margin: -unset !important;
  }
  .m-rem-xxl-n1 {
    margin: -1rem !important;
  }
  .m-rem-xxl-n2 {
    margin: -2rem !important;
  }
  .m-rem-xxl-n3 {
    margin: -3rem !important;
  }
  .m-rem-xxl-n4 {
    margin: -4rem !important;
  }
  .m-rem-xxl-n5 {
    margin: -5rem !important;
  }
  .m-rem-xxl-n7 {
    margin: -7rem !important;
  }
  .m-rem-xxl-n8 {
    margin: -8rem !important;
  }
  .m-rem-xxl-n9 {
    margin: -9rem !important;
  }
  .m-rem-xxl-n10 {
    margin: -10rem !important;
  }
  .m-rem-xxl-n11 {
    margin: -11rem !important;
  }
  .m-rem-xxl-n12 {
    margin: -12rem !important;
  }
  .m-rem-xxl-n13 {
    margin: -13rem !important;
  }
  .m-rem-xxl-n14 {
    margin: -14rem !important;
  }
  .m-rem-xxl-n15 {
    margin: -15rem !important;
  }
  .m-rem-xxl-n16 {
    margin: -16rem !important;
  }
  .m-rem-xxl-n17 {
    margin: -17rem !important;
  }
  .m-rem-xxl-n18 {
    margin: -18rem !important;
  }
  .m-rem-xxl-n19 {
    margin: -19rem !important;
  }
  .m-rem-xxl-n20 {
    margin: -20rem !important;
  }
  .m-rem-xxl-n23 {
    margin: -23rem !important;
  }
  .m-rem-xxl-n25 {
    margin: -25rem !important;
  }
  .m-rem-xxl-n30 {
    margin: -30rem !important;
  }
  .m-rem-xxl-n31 {
    margin: -31rem !important;
  }
  .m-rem-xxl-n32 {
    margin: -32rem !important;
  }
  .m-rem-xxl-n33 {
    margin: -33rem !important;
  }
  .m-rem-xxl-n34 {
    margin: -34rem !important;
  }
  .m-rem-xxl-n35 {
    margin: -35rem !important;
  }
  .m-rem-xxl-n36 {
    margin: -36rem !important;
  }
  .m-rem-xxl-n37 {
    margin: -37rem !important;
  }
  .m-rem-xxl-n38 {
    margin: -38rem !important;
  }
  .m-rem-xxl-n39 {
    margin: -39rem !important;
  }
  .m-rem-xxl-n40 {
    margin: -40rem !important;
  }
  .m-rem-xxl-n41 {
    margin: -41rem !important;
  }
  .m-rem-xxl-n42 {
    margin: -42rem !important;
  }
  .m-rem-xxl-n43 {
    margin: -43rem !important;
  }
  .m-rem-xxl-n44 {
    margin: -44rem !important;
  }
  .m-rem-xxl-n45 {
    margin: -45rem !important;
  }
  .m-rem-xxl-n46 {
    margin: -46rem !important;
  }
  .m-rem-xxl-n47 {
    margin: -47rem !important;
  }
  .m-rem-xxl-n48 {
    margin: -48rem !important;
  }
  .m-rem-xxl-n49 {
    margin: -49rem !important;
  }
  .m-rem-xxl-n50 {
    margin: -50rem !important;
  }
  .m-rem-xxl-n51 {
    margin: -51rem !important;
  }
  .m-rem-xxl-n52 {
    margin: -52rem !important;
  }
  .m-rem-xxl-n53 {
    margin: -53rem !important;
  }
  .m-rem-xxl-n54 {
    margin: -54rem !important;
  }
  .m-rem-xxl-n55 {
    margin: -55rem !important;
  }
  .m-rem-xxl-n56 {
    margin: -56rem !important;
  }
  .m-rem-xxl-n57 {
    margin: -57rem !important;
  }
  .m-rem-xxl-n58 {
    margin: -58rem !important;
  }
  .m-rem-xxl-n59 {
    margin: -59rem !important;
  }
  .m-rem-xxl-n60 {
    margin: -60rem !important;
  }
  .m-rem-xxl-n61 {
    margin: -61rem !important;
  }
  .m-rem-xxl-n62 {
    margin: -62rem !important;
  }
  .m-rem-xxl-n63 {
    margin: -63rem !important;
  }
  .m-rem-xxl-n64 {
    margin: -64rem !important;
  }
  .m-rem-xxl-n65 {
    margin: -65rem !important;
  }
  .m-rem-xxl-n66 {
    margin: -66rem !important;
  }
  .m-rem-xxl-n67 {
    margin: -67rem !important;
  }
  .m-rem-xxl-n68 {
    margin: -68rem !important;
  }
  .m-rem-xxl-n69 {
    margin: -69rem !important;
  }
  .m-rem-xxl-n70 {
    margin: -70rem !important;
  }
  .m-rem-xxl-n71 {
    margin: -71rem !important;
  }
  .m-rem-xxl-n72 {
    margin: -72rem !important;
  }
  .m-rem-xxl-n73 {
    margin: -73rem !important;
  }
  .m-rem-xxl-n74 {
    margin: -74rem !important;
  }
  .m-rem-xxl-n75 {
    margin: -75rem !important;
  }
  .m-rem-xxl-n76 {
    margin: -76rem !important;
  }
  .m-rem-xxl-n77 {
    margin: -77rem !important;
  }
  .m-rem-xxl-n78 {
    margin: -78rem !important;
  }
  .m-rem-xxl-n79 {
    margin: -79rem !important;
  }
  .m-rem-xxl-n80 {
    margin: -80rem !important;
  }
  .m-rem-xxl-n95 {
    margin: -95rem !important;
  }
  .m-rem-xxl-n96 {
    margin: -96rem !important;
  }
  .m-rem-xxl-n97 {
    margin: -97rem !important;
  }
  .m-rem-xxl-n100 {
    margin: -100% !important;
  }
  .mx-rem-xxl-nunset {
    margin-inline-end: -unset !important;
    margin-inline-start: -unset !important;
  }
  .mx-rem-xxl-n1 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-rem-xxl-n2 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-rem-xxl-n3 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-rem-xxl-n4 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-rem-xxl-n5 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-rem-xxl-n7 {
    margin-inline-end: -7rem !important;
    margin-inline-start: -7rem !important;
  }
  .mx-rem-xxl-n8 {
    margin-inline-end: -8rem !important;
    margin-inline-start: -8rem !important;
  }
  .mx-rem-xxl-n9 {
    margin-inline-end: -9rem !important;
    margin-inline-start: -9rem !important;
  }
  .mx-rem-xxl-n10 {
    margin-inline-end: -10rem !important;
    margin-inline-start: -10rem !important;
  }
  .mx-rem-xxl-n11 {
    margin-inline-end: -11rem !important;
    margin-inline-start: -11rem !important;
  }
  .mx-rem-xxl-n12 {
    margin-inline-end: -12rem !important;
    margin-inline-start: -12rem !important;
  }
  .mx-rem-xxl-n13 {
    margin-inline-end: -13rem !important;
    margin-inline-start: -13rem !important;
  }
  .mx-rem-xxl-n14 {
    margin-inline-end: -14rem !important;
    margin-inline-start: -14rem !important;
  }
  .mx-rem-xxl-n15 {
    margin-inline-end: -15rem !important;
    margin-inline-start: -15rem !important;
  }
  .mx-rem-xxl-n16 {
    margin-inline-end: -16rem !important;
    margin-inline-start: -16rem !important;
  }
  .mx-rem-xxl-n17 {
    margin-inline-end: -17rem !important;
    margin-inline-start: -17rem !important;
  }
  .mx-rem-xxl-n18 {
    margin-inline-end: -18rem !important;
    margin-inline-start: -18rem !important;
  }
  .mx-rem-xxl-n19 {
    margin-inline-end: -19rem !important;
    margin-inline-start: -19rem !important;
  }
  .mx-rem-xxl-n20 {
    margin-inline-end: -20rem !important;
    margin-inline-start: -20rem !important;
  }
  .mx-rem-xxl-n23 {
    margin-inline-end: -23rem !important;
    margin-inline-start: -23rem !important;
  }
  .mx-rem-xxl-n25 {
    margin-inline-end: -25rem !important;
    margin-inline-start: -25rem !important;
  }
  .mx-rem-xxl-n30 {
    margin-inline-end: -30rem !important;
    margin-inline-start: -30rem !important;
  }
  .mx-rem-xxl-n31 {
    margin-inline-end: -31rem !important;
    margin-inline-start: -31rem !important;
  }
  .mx-rem-xxl-n32 {
    margin-inline-end: -32rem !important;
    margin-inline-start: -32rem !important;
  }
  .mx-rem-xxl-n33 {
    margin-inline-end: -33rem !important;
    margin-inline-start: -33rem !important;
  }
  .mx-rem-xxl-n34 {
    margin-inline-end: -34rem !important;
    margin-inline-start: -34rem !important;
  }
  .mx-rem-xxl-n35 {
    margin-inline-end: -35rem !important;
    margin-inline-start: -35rem !important;
  }
  .mx-rem-xxl-n36 {
    margin-inline-end: -36rem !important;
    margin-inline-start: -36rem !important;
  }
  .mx-rem-xxl-n37 {
    margin-inline-end: -37rem !important;
    margin-inline-start: -37rem !important;
  }
  .mx-rem-xxl-n38 {
    margin-inline-end: -38rem !important;
    margin-inline-start: -38rem !important;
  }
  .mx-rem-xxl-n39 {
    margin-inline-end: -39rem !important;
    margin-inline-start: -39rem !important;
  }
  .mx-rem-xxl-n40 {
    margin-inline-end: -40rem !important;
    margin-inline-start: -40rem !important;
  }
  .mx-rem-xxl-n41 {
    margin-inline-end: -41rem !important;
    margin-inline-start: -41rem !important;
  }
  .mx-rem-xxl-n42 {
    margin-inline-end: -42rem !important;
    margin-inline-start: -42rem !important;
  }
  .mx-rem-xxl-n43 {
    margin-inline-end: -43rem !important;
    margin-inline-start: -43rem !important;
  }
  .mx-rem-xxl-n44 {
    margin-inline-end: -44rem !important;
    margin-inline-start: -44rem !important;
  }
  .mx-rem-xxl-n45 {
    margin-inline-end: -45rem !important;
    margin-inline-start: -45rem !important;
  }
  .mx-rem-xxl-n46 {
    margin-inline-end: -46rem !important;
    margin-inline-start: -46rem !important;
  }
  .mx-rem-xxl-n47 {
    margin-inline-end: -47rem !important;
    margin-inline-start: -47rem !important;
  }
  .mx-rem-xxl-n48 {
    margin-inline-end: -48rem !important;
    margin-inline-start: -48rem !important;
  }
  .mx-rem-xxl-n49 {
    margin-inline-end: -49rem !important;
    margin-inline-start: -49rem !important;
  }
  .mx-rem-xxl-n50 {
    margin-inline-end: -50rem !important;
    margin-inline-start: -50rem !important;
  }
  .mx-rem-xxl-n51 {
    margin-inline-end: -51rem !important;
    margin-inline-start: -51rem !important;
  }
  .mx-rem-xxl-n52 {
    margin-inline-end: -52rem !important;
    margin-inline-start: -52rem !important;
  }
  .mx-rem-xxl-n53 {
    margin-inline-end: -53rem !important;
    margin-inline-start: -53rem !important;
  }
  .mx-rem-xxl-n54 {
    margin-inline-end: -54rem !important;
    margin-inline-start: -54rem !important;
  }
  .mx-rem-xxl-n55 {
    margin-inline-end: -55rem !important;
    margin-inline-start: -55rem !important;
  }
  .mx-rem-xxl-n56 {
    margin-inline-end: -56rem !important;
    margin-inline-start: -56rem !important;
  }
  .mx-rem-xxl-n57 {
    margin-inline-end: -57rem !important;
    margin-inline-start: -57rem !important;
  }
  .mx-rem-xxl-n58 {
    margin-inline-end: -58rem !important;
    margin-inline-start: -58rem !important;
  }
  .mx-rem-xxl-n59 {
    margin-inline-end: -59rem !important;
    margin-inline-start: -59rem !important;
  }
  .mx-rem-xxl-n60 {
    margin-inline-end: -60rem !important;
    margin-inline-start: -60rem !important;
  }
  .mx-rem-xxl-n61 {
    margin-inline-end: -61rem !important;
    margin-inline-start: -61rem !important;
  }
  .mx-rem-xxl-n62 {
    margin-inline-end: -62rem !important;
    margin-inline-start: -62rem !important;
  }
  .mx-rem-xxl-n63 {
    margin-inline-end: -63rem !important;
    margin-inline-start: -63rem !important;
  }
  .mx-rem-xxl-n64 {
    margin-inline-end: -64rem !important;
    margin-inline-start: -64rem !important;
  }
  .mx-rem-xxl-n65 {
    margin-inline-end: -65rem !important;
    margin-inline-start: -65rem !important;
  }
  .mx-rem-xxl-n66 {
    margin-inline-end: -66rem !important;
    margin-inline-start: -66rem !important;
  }
  .mx-rem-xxl-n67 {
    margin-inline-end: -67rem !important;
    margin-inline-start: -67rem !important;
  }
  .mx-rem-xxl-n68 {
    margin-inline-end: -68rem !important;
    margin-inline-start: -68rem !important;
  }
  .mx-rem-xxl-n69 {
    margin-inline-end: -69rem !important;
    margin-inline-start: -69rem !important;
  }
  .mx-rem-xxl-n70 {
    margin-inline-end: -70rem !important;
    margin-inline-start: -70rem !important;
  }
  .mx-rem-xxl-n71 {
    margin-inline-end: -71rem !important;
    margin-inline-start: -71rem !important;
  }
  .mx-rem-xxl-n72 {
    margin-inline-end: -72rem !important;
    margin-inline-start: -72rem !important;
  }
  .mx-rem-xxl-n73 {
    margin-inline-end: -73rem !important;
    margin-inline-start: -73rem !important;
  }
  .mx-rem-xxl-n74 {
    margin-inline-end: -74rem !important;
    margin-inline-start: -74rem !important;
  }
  .mx-rem-xxl-n75 {
    margin-inline-end: -75rem !important;
    margin-inline-start: -75rem !important;
  }
  .mx-rem-xxl-n76 {
    margin-inline-end: -76rem !important;
    margin-inline-start: -76rem !important;
  }
  .mx-rem-xxl-n77 {
    margin-inline-end: -77rem !important;
    margin-inline-start: -77rem !important;
  }
  .mx-rem-xxl-n78 {
    margin-inline-end: -78rem !important;
    margin-inline-start: -78rem !important;
  }
  .mx-rem-xxl-n79 {
    margin-inline-end: -79rem !important;
    margin-inline-start: -79rem !important;
  }
  .mx-rem-xxl-n80 {
    margin-inline-end: -80rem !important;
    margin-inline-start: -80rem !important;
  }
  .mx-rem-xxl-n95 {
    margin-inline-end: -95rem !important;
    margin-inline-start: -95rem !important;
  }
  .mx-rem-xxl-n96 {
    margin-inline-end: -96rem !important;
    margin-inline-start: -96rem !important;
  }
  .mx-rem-xxl-n97 {
    margin-inline-end: -97rem !important;
    margin-inline-start: -97rem !important;
  }
  .mx-rem-xxl-n100 {
    margin-inline-end: -100% !important;
    margin-inline-start: -100% !important;
  }
  .my-rem-xxl-nunset {
    margin-block-end: -unset !important;
    margin-block-start: -unset !important;
  }
  .my-rem-xxl-n1 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-rem-xxl-n2 {
    margin-block-end: -2rem !important;
    margin-block-start: -2rem !important;
  }
  .my-rem-xxl-n3 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-rem-xxl-n4 {
    margin-block-end: -4rem !important;
    margin-block-start: -4rem !important;
  }
  .my-rem-xxl-n5 {
    margin-block-end: -5rem !important;
    margin-block-start: -5rem !important;
  }
  .my-rem-xxl-n7 {
    margin-block-end: -7rem !important;
    margin-block-start: -7rem !important;
  }
  .my-rem-xxl-n8 {
    margin-block-end: -8rem !important;
    margin-block-start: -8rem !important;
  }
  .my-rem-xxl-n9 {
    margin-block-end: -9rem !important;
    margin-block-start: -9rem !important;
  }
  .my-rem-xxl-n10 {
    margin-block-end: -10rem !important;
    margin-block-start: -10rem !important;
  }
  .my-rem-xxl-n11 {
    margin-block-end: -11rem !important;
    margin-block-start: -11rem !important;
  }
  .my-rem-xxl-n12 {
    margin-block-end: -12rem !important;
    margin-block-start: -12rem !important;
  }
  .my-rem-xxl-n13 {
    margin-block-end: -13rem !important;
    margin-block-start: -13rem !important;
  }
  .my-rem-xxl-n14 {
    margin-block-end: -14rem !important;
    margin-block-start: -14rem !important;
  }
  .my-rem-xxl-n15 {
    margin-block-end: -15rem !important;
    margin-block-start: -15rem !important;
  }
  .my-rem-xxl-n16 {
    margin-block-end: -16rem !important;
    margin-block-start: -16rem !important;
  }
  .my-rem-xxl-n17 {
    margin-block-end: -17rem !important;
    margin-block-start: -17rem !important;
  }
  .my-rem-xxl-n18 {
    margin-block-end: -18rem !important;
    margin-block-start: -18rem !important;
  }
  .my-rem-xxl-n19 {
    margin-block-end: -19rem !important;
    margin-block-start: -19rem !important;
  }
  .my-rem-xxl-n20 {
    margin-block-end: -20rem !important;
    margin-block-start: -20rem !important;
  }
  .my-rem-xxl-n23 {
    margin-block-end: -23rem !important;
    margin-block-start: -23rem !important;
  }
  .my-rem-xxl-n25 {
    margin-block-end: -25rem !important;
    margin-block-start: -25rem !important;
  }
  .my-rem-xxl-n30 {
    margin-block-end: -30rem !important;
    margin-block-start: -30rem !important;
  }
  .my-rem-xxl-n31 {
    margin-block-end: -31rem !important;
    margin-block-start: -31rem !important;
  }
  .my-rem-xxl-n32 {
    margin-block-end: -32rem !important;
    margin-block-start: -32rem !important;
  }
  .my-rem-xxl-n33 {
    margin-block-end: -33rem !important;
    margin-block-start: -33rem !important;
  }
  .my-rem-xxl-n34 {
    margin-block-end: -34rem !important;
    margin-block-start: -34rem !important;
  }
  .my-rem-xxl-n35 {
    margin-block-end: -35rem !important;
    margin-block-start: -35rem !important;
  }
  .my-rem-xxl-n36 {
    margin-block-end: -36rem !important;
    margin-block-start: -36rem !important;
  }
  .my-rem-xxl-n37 {
    margin-block-end: -37rem !important;
    margin-block-start: -37rem !important;
  }
  .my-rem-xxl-n38 {
    margin-block-end: -38rem !important;
    margin-block-start: -38rem !important;
  }
  .my-rem-xxl-n39 {
    margin-block-end: -39rem !important;
    margin-block-start: -39rem !important;
  }
  .my-rem-xxl-n40 {
    margin-block-end: -40rem !important;
    margin-block-start: -40rem !important;
  }
  .my-rem-xxl-n41 {
    margin-block-end: -41rem !important;
    margin-block-start: -41rem !important;
  }
  .my-rem-xxl-n42 {
    margin-block-end: -42rem !important;
    margin-block-start: -42rem !important;
  }
  .my-rem-xxl-n43 {
    margin-block-end: -43rem !important;
    margin-block-start: -43rem !important;
  }
  .my-rem-xxl-n44 {
    margin-block-end: -44rem !important;
    margin-block-start: -44rem !important;
  }
  .my-rem-xxl-n45 {
    margin-block-end: -45rem !important;
    margin-block-start: -45rem !important;
  }
  .my-rem-xxl-n46 {
    margin-block-end: -46rem !important;
    margin-block-start: -46rem !important;
  }
  .my-rem-xxl-n47 {
    margin-block-end: -47rem !important;
    margin-block-start: -47rem !important;
  }
  .my-rem-xxl-n48 {
    margin-block-end: -48rem !important;
    margin-block-start: -48rem !important;
  }
  .my-rem-xxl-n49 {
    margin-block-end: -49rem !important;
    margin-block-start: -49rem !important;
  }
  .my-rem-xxl-n50 {
    margin-block-end: -50rem !important;
    margin-block-start: -50rem !important;
  }
  .my-rem-xxl-n51 {
    margin-block-end: -51rem !important;
    margin-block-start: -51rem !important;
  }
  .my-rem-xxl-n52 {
    margin-block-end: -52rem !important;
    margin-block-start: -52rem !important;
  }
  .my-rem-xxl-n53 {
    margin-block-end: -53rem !important;
    margin-block-start: -53rem !important;
  }
  .my-rem-xxl-n54 {
    margin-block-end: -54rem !important;
    margin-block-start: -54rem !important;
  }
  .my-rem-xxl-n55 {
    margin-block-end: -55rem !important;
    margin-block-start: -55rem !important;
  }
  .my-rem-xxl-n56 {
    margin-block-end: -56rem !important;
    margin-block-start: -56rem !important;
  }
  .my-rem-xxl-n57 {
    margin-block-end: -57rem !important;
    margin-block-start: -57rem !important;
  }
  .my-rem-xxl-n58 {
    margin-block-end: -58rem !important;
    margin-block-start: -58rem !important;
  }
  .my-rem-xxl-n59 {
    margin-block-end: -59rem !important;
    margin-block-start: -59rem !important;
  }
  .my-rem-xxl-n60 {
    margin-block-end: -60rem !important;
    margin-block-start: -60rem !important;
  }
  .my-rem-xxl-n61 {
    margin-block-end: -61rem !important;
    margin-block-start: -61rem !important;
  }
  .my-rem-xxl-n62 {
    margin-block-end: -62rem !important;
    margin-block-start: -62rem !important;
  }
  .my-rem-xxl-n63 {
    margin-block-end: -63rem !important;
    margin-block-start: -63rem !important;
  }
  .my-rem-xxl-n64 {
    margin-block-end: -64rem !important;
    margin-block-start: -64rem !important;
  }
  .my-rem-xxl-n65 {
    margin-block-end: -65rem !important;
    margin-block-start: -65rem !important;
  }
  .my-rem-xxl-n66 {
    margin-block-end: -66rem !important;
    margin-block-start: -66rem !important;
  }
  .my-rem-xxl-n67 {
    margin-block-end: -67rem !important;
    margin-block-start: -67rem !important;
  }
  .my-rem-xxl-n68 {
    margin-block-end: -68rem !important;
    margin-block-start: -68rem !important;
  }
  .my-rem-xxl-n69 {
    margin-block-end: -69rem !important;
    margin-block-start: -69rem !important;
  }
  .my-rem-xxl-n70 {
    margin-block-end: -70rem !important;
    margin-block-start: -70rem !important;
  }
  .my-rem-xxl-n71 {
    margin-block-end: -71rem !important;
    margin-block-start: -71rem !important;
  }
  .my-rem-xxl-n72 {
    margin-block-end: -72rem !important;
    margin-block-start: -72rem !important;
  }
  .my-rem-xxl-n73 {
    margin-block-end: -73rem !important;
    margin-block-start: -73rem !important;
  }
  .my-rem-xxl-n74 {
    margin-block-end: -74rem !important;
    margin-block-start: -74rem !important;
  }
  .my-rem-xxl-n75 {
    margin-block-end: -75rem !important;
    margin-block-start: -75rem !important;
  }
  .my-rem-xxl-n76 {
    margin-block-end: -76rem !important;
    margin-block-start: -76rem !important;
  }
  .my-rem-xxl-n77 {
    margin-block-end: -77rem !important;
    margin-block-start: -77rem !important;
  }
  .my-rem-xxl-n78 {
    margin-block-end: -78rem !important;
    margin-block-start: -78rem !important;
  }
  .my-rem-xxl-n79 {
    margin-block-end: -79rem !important;
    margin-block-start: -79rem !important;
  }
  .my-rem-xxl-n80 {
    margin-block-end: -80rem !important;
    margin-block-start: -80rem !important;
  }
  .my-rem-xxl-n95 {
    margin-block-end: -95rem !important;
    margin-block-start: -95rem !important;
  }
  .my-rem-xxl-n96 {
    margin-block-end: -96rem !important;
    margin-block-start: -96rem !important;
  }
  .my-rem-xxl-n97 {
    margin-block-end: -97rem !important;
    margin-block-start: -97rem !important;
  }
  .my-rem-xxl-n100 {
    margin-block-end: -100% !important;
    margin-block-start: -100% !important;
  }
  .mt-rem-xxl-nunset {
    margin-block-start: -unset !important;
  }
  .mt-rem-xxl-n1 {
    margin-block-start: -1rem !important;
  }
  .mt-rem-xxl-n2 {
    margin-block-start: -2rem !important;
  }
  .mt-rem-xxl-n3 {
    margin-block-start: -3rem !important;
  }
  .mt-rem-xxl-n4 {
    margin-block-start: -4rem !important;
  }
  .mt-rem-xxl-n5 {
    margin-block-start: -5rem !important;
  }
  .mt-rem-xxl-n7 {
    margin-block-start: -7rem !important;
  }
  .mt-rem-xxl-n8 {
    margin-block-start: -8rem !important;
  }
  .mt-rem-xxl-n9 {
    margin-block-start: -9rem !important;
  }
  .mt-rem-xxl-n10 {
    margin-block-start: -10rem !important;
  }
  .mt-rem-xxl-n11 {
    margin-block-start: -11rem !important;
  }
  .mt-rem-xxl-n12 {
    margin-block-start: -12rem !important;
  }
  .mt-rem-xxl-n13 {
    margin-block-start: -13rem !important;
  }
  .mt-rem-xxl-n14 {
    margin-block-start: -14rem !important;
  }
  .mt-rem-xxl-n15 {
    margin-block-start: -15rem !important;
  }
  .mt-rem-xxl-n16 {
    margin-block-start: -16rem !important;
  }
  .mt-rem-xxl-n17 {
    margin-block-start: -17rem !important;
  }
  .mt-rem-xxl-n18 {
    margin-block-start: -18rem !important;
  }
  .mt-rem-xxl-n19 {
    margin-block-start: -19rem !important;
  }
  .mt-rem-xxl-n20 {
    margin-block-start: -20rem !important;
  }
  .mt-rem-xxl-n23 {
    margin-block-start: -23rem !important;
  }
  .mt-rem-xxl-n25 {
    margin-block-start: -25rem !important;
  }
  .mt-rem-xxl-n30 {
    margin-block-start: -30rem !important;
  }
  .mt-rem-xxl-n31 {
    margin-block-start: -31rem !important;
  }
  .mt-rem-xxl-n32 {
    margin-block-start: -32rem !important;
  }
  .mt-rem-xxl-n33 {
    margin-block-start: -33rem !important;
  }
  .mt-rem-xxl-n34 {
    margin-block-start: -34rem !important;
  }
  .mt-rem-xxl-n35 {
    margin-block-start: -35rem !important;
  }
  .mt-rem-xxl-n36 {
    margin-block-start: -36rem !important;
  }
  .mt-rem-xxl-n37 {
    margin-block-start: -37rem !important;
  }
  .mt-rem-xxl-n38 {
    margin-block-start: -38rem !important;
  }
  .mt-rem-xxl-n39 {
    margin-block-start: -39rem !important;
  }
  .mt-rem-xxl-n40 {
    margin-block-start: -40rem !important;
  }
  .mt-rem-xxl-n41 {
    margin-block-start: -41rem !important;
  }
  .mt-rem-xxl-n42 {
    margin-block-start: -42rem !important;
  }
  .mt-rem-xxl-n43 {
    margin-block-start: -43rem !important;
  }
  .mt-rem-xxl-n44 {
    margin-block-start: -44rem !important;
  }
  .mt-rem-xxl-n45 {
    margin-block-start: -45rem !important;
  }
  .mt-rem-xxl-n46 {
    margin-block-start: -46rem !important;
  }
  .mt-rem-xxl-n47 {
    margin-block-start: -47rem !important;
  }
  .mt-rem-xxl-n48 {
    margin-block-start: -48rem !important;
  }
  .mt-rem-xxl-n49 {
    margin-block-start: -49rem !important;
  }
  .mt-rem-xxl-n50 {
    margin-block-start: -50rem !important;
  }
  .mt-rem-xxl-n51 {
    margin-block-start: -51rem !important;
  }
  .mt-rem-xxl-n52 {
    margin-block-start: -52rem !important;
  }
  .mt-rem-xxl-n53 {
    margin-block-start: -53rem !important;
  }
  .mt-rem-xxl-n54 {
    margin-block-start: -54rem !important;
  }
  .mt-rem-xxl-n55 {
    margin-block-start: -55rem !important;
  }
  .mt-rem-xxl-n56 {
    margin-block-start: -56rem !important;
  }
  .mt-rem-xxl-n57 {
    margin-block-start: -57rem !important;
  }
  .mt-rem-xxl-n58 {
    margin-block-start: -58rem !important;
  }
  .mt-rem-xxl-n59 {
    margin-block-start: -59rem !important;
  }
  .mt-rem-xxl-n60 {
    margin-block-start: -60rem !important;
  }
  .mt-rem-xxl-n61 {
    margin-block-start: -61rem !important;
  }
  .mt-rem-xxl-n62 {
    margin-block-start: -62rem !important;
  }
  .mt-rem-xxl-n63 {
    margin-block-start: -63rem !important;
  }
  .mt-rem-xxl-n64 {
    margin-block-start: -64rem !important;
  }
  .mt-rem-xxl-n65 {
    margin-block-start: -65rem !important;
  }
  .mt-rem-xxl-n66 {
    margin-block-start: -66rem !important;
  }
  .mt-rem-xxl-n67 {
    margin-block-start: -67rem !important;
  }
  .mt-rem-xxl-n68 {
    margin-block-start: -68rem !important;
  }
  .mt-rem-xxl-n69 {
    margin-block-start: -69rem !important;
  }
  .mt-rem-xxl-n70 {
    margin-block-start: -70rem !important;
  }
  .mt-rem-xxl-n71 {
    margin-block-start: -71rem !important;
  }
  .mt-rem-xxl-n72 {
    margin-block-start: -72rem !important;
  }
  .mt-rem-xxl-n73 {
    margin-block-start: -73rem !important;
  }
  .mt-rem-xxl-n74 {
    margin-block-start: -74rem !important;
  }
  .mt-rem-xxl-n75 {
    margin-block-start: -75rem !important;
  }
  .mt-rem-xxl-n76 {
    margin-block-start: -76rem !important;
  }
  .mt-rem-xxl-n77 {
    margin-block-start: -77rem !important;
  }
  .mt-rem-xxl-n78 {
    margin-block-start: -78rem !important;
  }
  .mt-rem-xxl-n79 {
    margin-block-start: -79rem !important;
  }
  .mt-rem-xxl-n80 {
    margin-block-start: -80rem !important;
  }
  .mt-rem-xxl-n95 {
    margin-block-start: -95rem !important;
  }
  .mt-rem-xxl-n96 {
    margin-block-start: -96rem !important;
  }
  .mt-rem-xxl-n97 {
    margin-block-start: -97rem !important;
  }
  .mt-rem-xxl-n100 {
    margin-block-start: -100% !important;
  }
  .me-rem-xxl-nunset {
    margin-inline-end: -unset !important;
  }
  .me-rem-xxl-n1 {
    margin-inline-end: -1rem !important;
  }
  .me-rem-xxl-n2 {
    margin-inline-end: -2rem !important;
  }
  .me-rem-xxl-n3 {
    margin-inline-end: -3rem !important;
  }
  .me-rem-xxl-n4 {
    margin-inline-end: -4rem !important;
  }
  .me-rem-xxl-n5 {
    margin-inline-end: -5rem !important;
  }
  .me-rem-xxl-n7 {
    margin-inline-end: -7rem !important;
  }
  .me-rem-xxl-n8 {
    margin-inline-end: -8rem !important;
  }
  .me-rem-xxl-n9 {
    margin-inline-end: -9rem !important;
  }
  .me-rem-xxl-n10 {
    margin-inline-end: -10rem !important;
  }
  .me-rem-xxl-n11 {
    margin-inline-end: -11rem !important;
  }
  .me-rem-xxl-n12 {
    margin-inline-end: -12rem !important;
  }
  .me-rem-xxl-n13 {
    margin-inline-end: -13rem !important;
  }
  .me-rem-xxl-n14 {
    margin-inline-end: -14rem !important;
  }
  .me-rem-xxl-n15 {
    margin-inline-end: -15rem !important;
  }
  .me-rem-xxl-n16 {
    margin-inline-end: -16rem !important;
  }
  .me-rem-xxl-n17 {
    margin-inline-end: -17rem !important;
  }
  .me-rem-xxl-n18 {
    margin-inline-end: -18rem !important;
  }
  .me-rem-xxl-n19 {
    margin-inline-end: -19rem !important;
  }
  .me-rem-xxl-n20 {
    margin-inline-end: -20rem !important;
  }
  .me-rem-xxl-n23 {
    margin-inline-end: -23rem !important;
  }
  .me-rem-xxl-n25 {
    margin-inline-end: -25rem !important;
  }
  .me-rem-xxl-n30 {
    margin-inline-end: -30rem !important;
  }
  .me-rem-xxl-n31 {
    margin-inline-end: -31rem !important;
  }
  .me-rem-xxl-n32 {
    margin-inline-end: -32rem !important;
  }
  .me-rem-xxl-n33 {
    margin-inline-end: -33rem !important;
  }
  .me-rem-xxl-n34 {
    margin-inline-end: -34rem !important;
  }
  .me-rem-xxl-n35 {
    margin-inline-end: -35rem !important;
  }
  .me-rem-xxl-n36 {
    margin-inline-end: -36rem !important;
  }
  .me-rem-xxl-n37 {
    margin-inline-end: -37rem !important;
  }
  .me-rem-xxl-n38 {
    margin-inline-end: -38rem !important;
  }
  .me-rem-xxl-n39 {
    margin-inline-end: -39rem !important;
  }
  .me-rem-xxl-n40 {
    margin-inline-end: -40rem !important;
  }
  .me-rem-xxl-n41 {
    margin-inline-end: -41rem !important;
  }
  .me-rem-xxl-n42 {
    margin-inline-end: -42rem !important;
  }
  .me-rem-xxl-n43 {
    margin-inline-end: -43rem !important;
  }
  .me-rem-xxl-n44 {
    margin-inline-end: -44rem !important;
  }
  .me-rem-xxl-n45 {
    margin-inline-end: -45rem !important;
  }
  .me-rem-xxl-n46 {
    margin-inline-end: -46rem !important;
  }
  .me-rem-xxl-n47 {
    margin-inline-end: -47rem !important;
  }
  .me-rem-xxl-n48 {
    margin-inline-end: -48rem !important;
  }
  .me-rem-xxl-n49 {
    margin-inline-end: -49rem !important;
  }
  .me-rem-xxl-n50 {
    margin-inline-end: -50rem !important;
  }
  .me-rem-xxl-n51 {
    margin-inline-end: -51rem !important;
  }
  .me-rem-xxl-n52 {
    margin-inline-end: -52rem !important;
  }
  .me-rem-xxl-n53 {
    margin-inline-end: -53rem !important;
  }
  .me-rem-xxl-n54 {
    margin-inline-end: -54rem !important;
  }
  .me-rem-xxl-n55 {
    margin-inline-end: -55rem !important;
  }
  .me-rem-xxl-n56 {
    margin-inline-end: -56rem !important;
  }
  .me-rem-xxl-n57 {
    margin-inline-end: -57rem !important;
  }
  .me-rem-xxl-n58 {
    margin-inline-end: -58rem !important;
  }
  .me-rem-xxl-n59 {
    margin-inline-end: -59rem !important;
  }
  .me-rem-xxl-n60 {
    margin-inline-end: -60rem !important;
  }
  .me-rem-xxl-n61 {
    margin-inline-end: -61rem !important;
  }
  .me-rem-xxl-n62 {
    margin-inline-end: -62rem !important;
  }
  .me-rem-xxl-n63 {
    margin-inline-end: -63rem !important;
  }
  .me-rem-xxl-n64 {
    margin-inline-end: -64rem !important;
  }
  .me-rem-xxl-n65 {
    margin-inline-end: -65rem !important;
  }
  .me-rem-xxl-n66 {
    margin-inline-end: -66rem !important;
  }
  .me-rem-xxl-n67 {
    margin-inline-end: -67rem !important;
  }
  .me-rem-xxl-n68 {
    margin-inline-end: -68rem !important;
  }
  .me-rem-xxl-n69 {
    margin-inline-end: -69rem !important;
  }
  .me-rem-xxl-n70 {
    margin-inline-end: -70rem !important;
  }
  .me-rem-xxl-n71 {
    margin-inline-end: -71rem !important;
  }
  .me-rem-xxl-n72 {
    margin-inline-end: -72rem !important;
  }
  .me-rem-xxl-n73 {
    margin-inline-end: -73rem !important;
  }
  .me-rem-xxl-n74 {
    margin-inline-end: -74rem !important;
  }
  .me-rem-xxl-n75 {
    margin-inline-end: -75rem !important;
  }
  .me-rem-xxl-n76 {
    margin-inline-end: -76rem !important;
  }
  .me-rem-xxl-n77 {
    margin-inline-end: -77rem !important;
  }
  .me-rem-xxl-n78 {
    margin-inline-end: -78rem !important;
  }
  .me-rem-xxl-n79 {
    margin-inline-end: -79rem !important;
  }
  .me-rem-xxl-n80 {
    margin-inline-end: -80rem !important;
  }
  .me-rem-xxl-n95 {
    margin-inline-end: -95rem !important;
  }
  .me-rem-xxl-n96 {
    margin-inline-end: -96rem !important;
  }
  .me-rem-xxl-n97 {
    margin-inline-end: -97rem !important;
  }
  .me-rem-xxl-n100 {
    margin-inline-end: -100% !important;
  }
  .mb-rem-xxl-nunset {
    margin-block-end: -unset !important;
  }
  .mb-rem-xxl-n1 {
    margin-block-end: -1rem !important;
  }
  .mb-rem-xxl-n2 {
    margin-block-end: -2rem !important;
  }
  .mb-rem-xxl-n3 {
    margin-block-end: -3rem !important;
  }
  .mb-rem-xxl-n4 {
    margin-block-end: -4rem !important;
  }
  .mb-rem-xxl-n5 {
    margin-block-end: -5rem !important;
  }
  .mb-rem-xxl-n7 {
    margin-block-end: -7rem !important;
  }
  .mb-rem-xxl-n8 {
    margin-block-end: -8rem !important;
  }
  .mb-rem-xxl-n9 {
    margin-block-end: -9rem !important;
  }
  .mb-rem-xxl-n10 {
    margin-block-end: -10rem !important;
  }
  .mb-rem-xxl-n11 {
    margin-block-end: -11rem !important;
  }
  .mb-rem-xxl-n12 {
    margin-block-end: -12rem !important;
  }
  .mb-rem-xxl-n13 {
    margin-block-end: -13rem !important;
  }
  .mb-rem-xxl-n14 {
    margin-block-end: -14rem !important;
  }
  .mb-rem-xxl-n15 {
    margin-block-end: -15rem !important;
  }
  .mb-rem-xxl-n16 {
    margin-block-end: -16rem !important;
  }
  .mb-rem-xxl-n17 {
    margin-block-end: -17rem !important;
  }
  .mb-rem-xxl-n18 {
    margin-block-end: -18rem !important;
  }
  .mb-rem-xxl-n19 {
    margin-block-end: -19rem !important;
  }
  .mb-rem-xxl-n20 {
    margin-block-end: -20rem !important;
  }
  .mb-rem-xxl-n23 {
    margin-block-end: -23rem !important;
  }
  .mb-rem-xxl-n25 {
    margin-block-end: -25rem !important;
  }
  .mb-rem-xxl-n30 {
    margin-block-end: -30rem !important;
  }
  .mb-rem-xxl-n31 {
    margin-block-end: -31rem !important;
  }
  .mb-rem-xxl-n32 {
    margin-block-end: -32rem !important;
  }
  .mb-rem-xxl-n33 {
    margin-block-end: -33rem !important;
  }
  .mb-rem-xxl-n34 {
    margin-block-end: -34rem !important;
  }
  .mb-rem-xxl-n35 {
    margin-block-end: -35rem !important;
  }
  .mb-rem-xxl-n36 {
    margin-block-end: -36rem !important;
  }
  .mb-rem-xxl-n37 {
    margin-block-end: -37rem !important;
  }
  .mb-rem-xxl-n38 {
    margin-block-end: -38rem !important;
  }
  .mb-rem-xxl-n39 {
    margin-block-end: -39rem !important;
  }
  .mb-rem-xxl-n40 {
    margin-block-end: -40rem !important;
  }
  .mb-rem-xxl-n41 {
    margin-block-end: -41rem !important;
  }
  .mb-rem-xxl-n42 {
    margin-block-end: -42rem !important;
  }
  .mb-rem-xxl-n43 {
    margin-block-end: -43rem !important;
  }
  .mb-rem-xxl-n44 {
    margin-block-end: -44rem !important;
  }
  .mb-rem-xxl-n45 {
    margin-block-end: -45rem !important;
  }
  .mb-rem-xxl-n46 {
    margin-block-end: -46rem !important;
  }
  .mb-rem-xxl-n47 {
    margin-block-end: -47rem !important;
  }
  .mb-rem-xxl-n48 {
    margin-block-end: -48rem !important;
  }
  .mb-rem-xxl-n49 {
    margin-block-end: -49rem !important;
  }
  .mb-rem-xxl-n50 {
    margin-block-end: -50rem !important;
  }
  .mb-rem-xxl-n51 {
    margin-block-end: -51rem !important;
  }
  .mb-rem-xxl-n52 {
    margin-block-end: -52rem !important;
  }
  .mb-rem-xxl-n53 {
    margin-block-end: -53rem !important;
  }
  .mb-rem-xxl-n54 {
    margin-block-end: -54rem !important;
  }
  .mb-rem-xxl-n55 {
    margin-block-end: -55rem !important;
  }
  .mb-rem-xxl-n56 {
    margin-block-end: -56rem !important;
  }
  .mb-rem-xxl-n57 {
    margin-block-end: -57rem !important;
  }
  .mb-rem-xxl-n58 {
    margin-block-end: -58rem !important;
  }
  .mb-rem-xxl-n59 {
    margin-block-end: -59rem !important;
  }
  .mb-rem-xxl-n60 {
    margin-block-end: -60rem !important;
  }
  .mb-rem-xxl-n61 {
    margin-block-end: -61rem !important;
  }
  .mb-rem-xxl-n62 {
    margin-block-end: -62rem !important;
  }
  .mb-rem-xxl-n63 {
    margin-block-end: -63rem !important;
  }
  .mb-rem-xxl-n64 {
    margin-block-end: -64rem !important;
  }
  .mb-rem-xxl-n65 {
    margin-block-end: -65rem !important;
  }
  .mb-rem-xxl-n66 {
    margin-block-end: -66rem !important;
  }
  .mb-rem-xxl-n67 {
    margin-block-end: -67rem !important;
  }
  .mb-rem-xxl-n68 {
    margin-block-end: -68rem !important;
  }
  .mb-rem-xxl-n69 {
    margin-block-end: -69rem !important;
  }
  .mb-rem-xxl-n70 {
    margin-block-end: -70rem !important;
  }
  .mb-rem-xxl-n71 {
    margin-block-end: -71rem !important;
  }
  .mb-rem-xxl-n72 {
    margin-block-end: -72rem !important;
  }
  .mb-rem-xxl-n73 {
    margin-block-end: -73rem !important;
  }
  .mb-rem-xxl-n74 {
    margin-block-end: -74rem !important;
  }
  .mb-rem-xxl-n75 {
    margin-block-end: -75rem !important;
  }
  .mb-rem-xxl-n76 {
    margin-block-end: -76rem !important;
  }
  .mb-rem-xxl-n77 {
    margin-block-end: -77rem !important;
  }
  .mb-rem-xxl-n78 {
    margin-block-end: -78rem !important;
  }
  .mb-rem-xxl-n79 {
    margin-block-end: -79rem !important;
  }
  .mb-rem-xxl-n80 {
    margin-block-end: -80rem !important;
  }
  .mb-rem-xxl-n95 {
    margin-block-end: -95rem !important;
  }
  .mb-rem-xxl-n96 {
    margin-block-end: -96rem !important;
  }
  .mb-rem-xxl-n97 {
    margin-block-end: -97rem !important;
  }
  .mb-rem-xxl-n100 {
    margin-block-end: -100% !important;
  }
  .ms-rem-xxl-nunset {
    margin-inline-start: -unset !important;
  }
  .ms-rem-xxl-n1 {
    margin-inline-start: -1rem !important;
  }
  .ms-rem-xxl-n2 {
    margin-inline-start: -2rem !important;
  }
  .ms-rem-xxl-n3 {
    margin-inline-start: -3rem !important;
  }
  .ms-rem-xxl-n4 {
    margin-inline-start: -4rem !important;
  }
  .ms-rem-xxl-n5 {
    margin-inline-start: -5rem !important;
  }
  .ms-rem-xxl-n7 {
    margin-inline-start: -7rem !important;
  }
  .ms-rem-xxl-n8 {
    margin-inline-start: -8rem !important;
  }
  .ms-rem-xxl-n9 {
    margin-inline-start: -9rem !important;
  }
  .ms-rem-xxl-n10 {
    margin-inline-start: -10rem !important;
  }
  .ms-rem-xxl-n11 {
    margin-inline-start: -11rem !important;
  }
  .ms-rem-xxl-n12 {
    margin-inline-start: -12rem !important;
  }
  .ms-rem-xxl-n13 {
    margin-inline-start: -13rem !important;
  }
  .ms-rem-xxl-n14 {
    margin-inline-start: -14rem !important;
  }
  .ms-rem-xxl-n15 {
    margin-inline-start: -15rem !important;
  }
  .ms-rem-xxl-n16 {
    margin-inline-start: -16rem !important;
  }
  .ms-rem-xxl-n17 {
    margin-inline-start: -17rem !important;
  }
  .ms-rem-xxl-n18 {
    margin-inline-start: -18rem !important;
  }
  .ms-rem-xxl-n19 {
    margin-inline-start: -19rem !important;
  }
  .ms-rem-xxl-n20 {
    margin-inline-start: -20rem !important;
  }
  .ms-rem-xxl-n23 {
    margin-inline-start: -23rem !important;
  }
  .ms-rem-xxl-n25 {
    margin-inline-start: -25rem !important;
  }
  .ms-rem-xxl-n30 {
    margin-inline-start: -30rem !important;
  }
  .ms-rem-xxl-n31 {
    margin-inline-start: -31rem !important;
  }
  .ms-rem-xxl-n32 {
    margin-inline-start: -32rem !important;
  }
  .ms-rem-xxl-n33 {
    margin-inline-start: -33rem !important;
  }
  .ms-rem-xxl-n34 {
    margin-inline-start: -34rem !important;
  }
  .ms-rem-xxl-n35 {
    margin-inline-start: -35rem !important;
  }
  .ms-rem-xxl-n36 {
    margin-inline-start: -36rem !important;
  }
  .ms-rem-xxl-n37 {
    margin-inline-start: -37rem !important;
  }
  .ms-rem-xxl-n38 {
    margin-inline-start: -38rem !important;
  }
  .ms-rem-xxl-n39 {
    margin-inline-start: -39rem !important;
  }
  .ms-rem-xxl-n40 {
    margin-inline-start: -40rem !important;
  }
  .ms-rem-xxl-n41 {
    margin-inline-start: -41rem !important;
  }
  .ms-rem-xxl-n42 {
    margin-inline-start: -42rem !important;
  }
  .ms-rem-xxl-n43 {
    margin-inline-start: -43rem !important;
  }
  .ms-rem-xxl-n44 {
    margin-inline-start: -44rem !important;
  }
  .ms-rem-xxl-n45 {
    margin-inline-start: -45rem !important;
  }
  .ms-rem-xxl-n46 {
    margin-inline-start: -46rem !important;
  }
  .ms-rem-xxl-n47 {
    margin-inline-start: -47rem !important;
  }
  .ms-rem-xxl-n48 {
    margin-inline-start: -48rem !important;
  }
  .ms-rem-xxl-n49 {
    margin-inline-start: -49rem !important;
  }
  .ms-rem-xxl-n50 {
    margin-inline-start: -50rem !important;
  }
  .ms-rem-xxl-n51 {
    margin-inline-start: -51rem !important;
  }
  .ms-rem-xxl-n52 {
    margin-inline-start: -52rem !important;
  }
  .ms-rem-xxl-n53 {
    margin-inline-start: -53rem !important;
  }
  .ms-rem-xxl-n54 {
    margin-inline-start: -54rem !important;
  }
  .ms-rem-xxl-n55 {
    margin-inline-start: -55rem !important;
  }
  .ms-rem-xxl-n56 {
    margin-inline-start: -56rem !important;
  }
  .ms-rem-xxl-n57 {
    margin-inline-start: -57rem !important;
  }
  .ms-rem-xxl-n58 {
    margin-inline-start: -58rem !important;
  }
  .ms-rem-xxl-n59 {
    margin-inline-start: -59rem !important;
  }
  .ms-rem-xxl-n60 {
    margin-inline-start: -60rem !important;
  }
  .ms-rem-xxl-n61 {
    margin-inline-start: -61rem !important;
  }
  .ms-rem-xxl-n62 {
    margin-inline-start: -62rem !important;
  }
  .ms-rem-xxl-n63 {
    margin-inline-start: -63rem !important;
  }
  .ms-rem-xxl-n64 {
    margin-inline-start: -64rem !important;
  }
  .ms-rem-xxl-n65 {
    margin-inline-start: -65rem !important;
  }
  .ms-rem-xxl-n66 {
    margin-inline-start: -66rem !important;
  }
  .ms-rem-xxl-n67 {
    margin-inline-start: -67rem !important;
  }
  .ms-rem-xxl-n68 {
    margin-inline-start: -68rem !important;
  }
  .ms-rem-xxl-n69 {
    margin-inline-start: -69rem !important;
  }
  .ms-rem-xxl-n70 {
    margin-inline-start: -70rem !important;
  }
  .ms-rem-xxl-n71 {
    margin-inline-start: -71rem !important;
  }
  .ms-rem-xxl-n72 {
    margin-inline-start: -72rem !important;
  }
  .ms-rem-xxl-n73 {
    margin-inline-start: -73rem !important;
  }
  .ms-rem-xxl-n74 {
    margin-inline-start: -74rem !important;
  }
  .ms-rem-xxl-n75 {
    margin-inline-start: -75rem !important;
  }
  .ms-rem-xxl-n76 {
    margin-inline-start: -76rem !important;
  }
  .ms-rem-xxl-n77 {
    margin-inline-start: -77rem !important;
  }
  .ms-rem-xxl-n78 {
    margin-inline-start: -78rem !important;
  }
  .ms-rem-xxl-n79 {
    margin-inline-start: -79rem !important;
  }
  .ms-rem-xxl-n80 {
    margin-inline-start: -80rem !important;
  }
  .ms-rem-xxl-n95 {
    margin-inline-start: -95rem !important;
  }
  .ms-rem-xxl-n96 {
    margin-inline-start: -96rem !important;
  }
  .ms-rem-xxl-n97 {
    margin-inline-start: -97rem !important;
  }
  .ms-rem-xxl-n100 {
    margin-inline-start: -100% !important;
  }
  .p-px-xxl-0 {
    padding: 0rem !important;
  }
  .p-px-xxl-1 {
    padding: 0.0625rem !important;
  }
  .p-px-xxl-2 {
    padding: 0.125rem !important;
  }
  .p-px-xxl-3 {
    padding: 0.1875rem !important;
  }
  .p-px-xxl-4 {
    padding: 0.25rem !important;
  }
  .p-px-xxl-5 {
    padding: 0.3125rem !important;
  }
  .p-px-xxl-6 {
    padding: 0.375rem !important;
  }
  .p-px-xxl-7 {
    padding: 0.4375rem !important;
  }
  .p-px-xxl-8 {
    padding: 0.5rem !important;
  }
  .p-px-xxl-9 {
    padding: 0.5625rem !important;
  }
  .p-px-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-px-xxl-11 {
    padding: 0.6875rem !important;
  }
  .p-px-xxl-12 {
    padding: 0.75rem !important;
  }
  .p-px-xxl-13 {
    padding: 0.8125rem !important;
  }
  .p-px-xxl-14 {
    padding: 0.875rem !important;
  }
  .p-px-xxl-15 {
    padding: 0.9375rem !important;
  }
  .p-px-xxl-16 {
    padding: 1rem !important;
  }
  .p-px-xxl-17 {
    padding: 1.0625rem !important;
  }
  .p-px-xxl-18 {
    padding: 1.125rem !important;
  }
  .p-px-xxl-19 {
    padding: 1.1875rem !important;
  }
  .p-px-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-px-xxl-21 {
    padding: 1.3125rem !important;
  }
  .p-px-xxl-22 {
    padding: 1.375rem !important;
  }
  .p-px-xxl-23 {
    padding: 1.4375rem !important;
  }
  .p-px-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-px-xxl-25 {
    padding: 1.5625rem !important;
  }
  .p-px-xxl-26 {
    padding: 1.625rem !important;
  }
  .p-px-xxl-27 {
    padding: 1.6875rem !important;
  }
  .p-px-xxl-28 {
    padding: 1.75rem !important;
  }
  .p-px-xxl-29 {
    padding: 1.8125rem !important;
  }
  .p-px-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-px-xxl-31 {
    padding: 1.9375rem !important;
  }
  .p-px-xxl-32 {
    padding: 2rem !important;
  }
  .p-px-xxl-33 {
    padding: 2.0625rem !important;
  }
  .p-px-xxl-34 {
    padding: 2.125rem !important;
  }
  .p-px-xxl-35 {
    padding: 2.1875rem !important;
  }
  .p-px-xxl-36 {
    padding: 2.25rem !important;
  }
  .p-px-xxl-37 {
    padding: 2.3125rem !important;
  }
  .p-px-xxl-38 {
    padding: 2.375rem !important;
  }
  .p-px-xxl-39 {
    padding: 2.4375rem !important;
  }
  .p-px-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-px-xxl-41 {
    padding: 2.5625rem !important;
  }
  .p-px-xxl-42 {
    padding: 2.625rem !important;
  }
  .p-px-xxl-43 {
    padding: 2.6875rem !important;
  }
  .p-px-xxl-44 {
    padding: 2.75rem !important;
  }
  .p-px-xxl-45 {
    padding: 2.8125rem !important;
  }
  .p-px-xxl-46 {
    padding: 2.875rem !important;
  }
  .p-px-xxl-47 {
    padding: 2.9375rem !important;
  }
  .p-px-xxl-48 {
    padding: 3rem !important;
  }
  .p-px-xxl-49 {
    padding: 3.0625rem !important;
  }
  .p-px-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-px-xxl-51 {
    padding: 3.1875rem !important;
  }
  .p-px-xxl-52 {
    padding: 3.25rem !important;
  }
  .p-px-xxl-53 {
    padding: 3.3125rem !important;
  }
  .p-px-xxl-54 {
    padding: 3.375rem !important;
  }
  .p-px-xxl-56 {
    padding: 3.5rem !important;
  }
  .p-px-xxl-57 {
    padding: 3.5625rem !important;
  }
  .p-px-xxl-58 {
    padding: 3.625rem !important;
  }
  .p-px-xxl-59 {
    padding: 3.6875rem !important;
  }
  .p-px-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-px-xxl-61 {
    padding: 3.8125rem !important;
  }
  .p-px-xxl-62 {
    padding: 3.875rem !important;
  }
  .p-px-xxl-63 {
    padding: 3.9375rem !important;
  }
  .p-px-xxl-64 {
    padding: 4rem !important;
  }
  .p-px-xxl-68 {
    padding: 4.25rem !important;
  }
  .p-px-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-px-xxl-80 {
    padding: 5rem !important;
  }
  .p-px-xxl-82 {
    padding: 5.125rem !important;
  }
  .p-px-xxl-83 {
    padding: 5.1875rem !important;
  }
  .p-px-xxl-84 {
    padding: 5.25rem !important;
  }
  .p-px-xxl-98 {
    padding: 6.125rem !important;
  }
  .p-px-xxl-104 {
    padding: 6.5rem !important;
  }
  .p-px-xxl-122 {
    padding: 7.625rem !important;
  }
  .p-px-xxl-123 {
    padding: 7.6875rem !important;
  }
  .p-px-xxl-147 {
    padding: 9.1875rem !important;
  }
  .p-px-xxl-148 {
    padding: 9.25rem !important;
  }
  .p-px-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-px-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-px-xxl-192 {
    padding: 12rem !important;
  }
  .p-px-xxl-200 {
    padding: 12.5rem !important;
  }
  .p-px-xxl-220 {
    padding: 13.75rem !important;
  }
  .p-px-xxl-270 {
    padding: 16.875rem !important;
  }
  .p-px-xxl-300 {
    padding: 18.75rem !important;
  }
  .p-px-xxl-350 {
    padding: 21.875rem !important;
  }
  .p-px-xxl-400 {
    padding: 25rem !important;
  }
  .p-px-xxl-500 {
    padding: 31.25rem !important;
  }
  .p-px-xxl-600 {
    padding: 37.5rem !important;
  }
  .px-px-xxl-0 {
    padding-inline-start: 0rem !important;
    padding-inline-end: 0rem !important;
  }
  .px-px-xxl-1 {
    padding-inline-start: 0.0625rem !important;
    padding-inline-end: 0.0625rem !important;
  }
  .px-px-xxl-2 {
    padding-inline-start: 0.125rem !important;
    padding-inline-end: 0.125rem !important;
  }
  .px-px-xxl-3 {
    padding-inline-start: 0.1875rem !important;
    padding-inline-end: 0.1875rem !important;
  }
  .px-px-xxl-4 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-px-xxl-5 {
    padding-inline-start: 0.3125rem !important;
    padding-inline-end: 0.3125rem !important;
  }
  .px-px-xxl-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-px-xxl-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-px-xxl-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-px-xxl-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-px-xxl-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-px-xxl-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-px-xxl-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-px-xxl-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-px-xxl-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-px-xxl-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-px-xxl-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-px-xxl-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-px-xxl-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-px-xxl-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-px-xxl-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-px-xxl-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-px-xxl-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-px-xxl-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-px-xxl-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-px-xxl-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-px-xxl-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-px-xxl-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-px-xxl-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-px-xxl-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-px-xxl-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-px-xxl-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-px-xxl-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-px-xxl-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-px-xxl-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-px-xxl-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-px-xxl-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-px-xxl-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-px-xxl-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-px-xxl-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-px-xxl-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-px-xxl-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-px-xxl-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-px-xxl-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-px-xxl-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-px-xxl-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-px-xxl-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-px-xxl-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-px-xxl-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-px-xxl-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-px-xxl-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-px-xxl-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-px-xxl-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-px-xxl-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-px-xxl-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-px-xxl-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-px-xxl-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-px-xxl-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-px-xxl-59 {
    padding-inline-start: 3.6875rem !important;
    padding-inline-end: 3.6875rem !important;
  }
  .px-px-xxl-60 {
    padding-inline-start: 3.75rem !important;
    padding-inline-end: 3.75rem !important;
  }
  .px-px-xxl-61 {
    padding-inline-start: 3.8125rem !important;
    padding-inline-end: 3.8125rem !important;
  }
  .px-px-xxl-62 {
    padding-inline-start: 3.875rem !important;
    padding-inline-end: 3.875rem !important;
  }
  .px-px-xxl-63 {
    padding-inline-start: 3.9375rem !important;
    padding-inline-end: 3.9375rem !important;
  }
  .px-px-xxl-64 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-px-xxl-68 {
    padding-inline-start: 4.25rem !important;
    padding-inline-end: 4.25rem !important;
  }
  .px-px-xxl-70 {
    padding-inline-start: 4.375rem !important;
    padding-inline-end: 4.375rem !important;
  }
  .px-px-xxl-80 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-px-xxl-82 {
    padding-inline-start: 5.125rem !important;
    padding-inline-end: 5.125rem !important;
  }
  .px-px-xxl-83 {
    padding-inline-start: 5.1875rem !important;
    padding-inline-end: 5.1875rem !important;
  }
  .px-px-xxl-84 {
    padding-inline-start: 5.25rem !important;
    padding-inline-end: 5.25rem !important;
  }
  .px-px-xxl-98 {
    padding-inline-start: 6.125rem !important;
    padding-inline-end: 6.125rem !important;
  }
  .px-px-xxl-104 {
    padding-inline-start: 6.5rem !important;
    padding-inline-end: 6.5rem !important;
  }
  .px-px-xxl-122 {
    padding-inline-start: 7.625rem !important;
    padding-inline-end: 7.625rem !important;
  }
  .px-px-xxl-123 {
    padding-inline-start: 7.6875rem !important;
    padding-inline-end: 7.6875rem !important;
  }
  .px-px-xxl-147 {
    padding-inline-start: 9.1875rem !important;
    padding-inline-end: 9.1875rem !important;
  }
  .px-px-xxl-148 {
    padding-inline-start: 9.25rem !important;
    padding-inline-end: 9.25rem !important;
  }
  .px-px-xxl-150 {
    padding-inline-start: 9.375rem !important;
    padding-inline-end: 9.375rem !important;
  }
  .px-px-xxl-180 {
    padding-inline-start: 11.25rem !important;
    padding-inline-end: 11.25rem !important;
  }
  .px-px-xxl-192 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-px-xxl-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-px-xxl-220 {
    padding-inline-start: 13.75rem !important;
    padding-inline-end: 13.75rem !important;
  }
  .px-px-xxl-270 {
    padding-inline-start: 16.875rem !important;
    padding-inline-end: 16.875rem !important;
  }
  .px-px-xxl-300 {
    padding-inline-start: 18.75rem !important;
    padding-inline-end: 18.75rem !important;
  }
  .px-px-xxl-350 {
    padding-inline-start: 21.875rem !important;
    padding-inline-end: 21.875rem !important;
  }
  .px-px-xxl-400 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-px-xxl-500 {
    padding-inline-start: 31.25rem !important;
    padding-inline-end: 31.25rem !important;
  }
  .px-px-xxl-600 {
    padding-inline-start: 37.5rem !important;
    padding-inline-end: 37.5rem !important;
  }
  .py-px-xxl-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-xxl-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-xxl-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-xxl-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-xxl-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-xxl-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-xxl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-xxl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-xxl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-xxl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-xxl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-xxl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-xxl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-xxl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-xxl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-xxl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-xxl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-xxl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-xxl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-xxl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-xxl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-xxl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-xxl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-xxl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-xxl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-xxl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-xxl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-xxl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-xxl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-xxl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-xxl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-xxl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-xxl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-xxl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-xxl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-xxl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-xxl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-xxl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-xxl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-xxl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-xxl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-xxl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-xxl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-xxl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-xxl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-xxl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-xxl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-xxl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-xxl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-xxl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-xxl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-xxl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-xxl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-xxl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-xxl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-xxl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-xxl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-xxl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-xxl-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-xxl-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-xxl-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-xxl-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-xxl-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-xxl-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-xxl-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-xxl-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-xxl-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-xxl-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-xxl-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-xxl-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-xxl-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-xxl-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-xxl-122 {
    padding-block-start: 7.625rem !important;
    padding-block-end: 7.625rem !important;
  }
  .py-px-xxl-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-xxl-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-xxl-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-xxl-150 {
    padding-block-start: 9.375rem !important;
    padding-block-end: 9.375rem !important;
  }
  .py-px-xxl-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-xxl-192 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-px-xxl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-xxl-220 {
    padding-block-start: 13.75rem !important;
    padding-block-end: 13.75rem !important;
  }
  .py-px-xxl-270 {
    padding-block-start: 16.875rem !important;
    padding-block-end: 16.875rem !important;
  }
  .py-px-xxl-300 {
    padding-block-start: 18.75rem !important;
    padding-block-end: 18.75rem !important;
  }
  .py-px-xxl-350 {
    padding-block-start: 21.875rem !important;
    padding-block-end: 21.875rem !important;
  }
  .py-px-xxl-400 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-px-xxl-500 {
    padding-block-start: 31.25rem !important;
    padding-block-end: 31.25rem !important;
  }
  .py-px-xxl-600 {
    padding-block-start: 37.5rem !important;
    padding-block-end: 37.5rem !important;
  }
  .pt-px-xxl-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-xxl-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-xxl-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-xxl-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-xxl-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-xxl-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-xxl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-xxl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-xxl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-xxl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-xxl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-xxl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-xxl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-xxl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-xxl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-xxl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-xxl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-xxl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-xxl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-xxl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-xxl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-xxl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-xxl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-xxl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-xxl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-xxl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-xxl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-xxl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-xxl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-xxl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-xxl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-xxl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-xxl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-xxl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-xxl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-xxl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-xxl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-xxl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-xxl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-xxl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-xxl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-xxl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-xxl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-xxl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-xxl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-xxl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-xxl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-xxl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-xxl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-xxl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-xxl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-xxl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-xxl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-xxl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-xxl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-xxl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-xxl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-xxl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-xxl-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-xxl-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-xxl-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-xxl-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-xxl-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-xxl-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-xxl-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-xxl-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-xxl-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-xxl-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-xxl-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-xxl-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-xxl-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-xxl-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-xxl-122 {
    padding-block-start: 7.625rem !important;
  }
  .pt-px-xxl-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-xxl-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-xxl-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-xxl-150 {
    padding-block-start: 9.375rem !important;
  }
  .pt-px-xxl-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-xxl-192 {
    padding-block-start: 12rem !important;
  }
  .pt-px-xxl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-xxl-220 {
    padding-block-start: 13.75rem !important;
  }
  .pt-px-xxl-270 {
    padding-block-start: 16.875rem !important;
  }
  .pt-px-xxl-300 {
    padding-block-start: 18.75rem !important;
  }
  .pt-px-xxl-350 {
    padding-block-start: 21.875rem !important;
  }
  .pt-px-xxl-400 {
    padding-block-start: 25rem !important;
  }
  .pt-px-xxl-500 {
    padding-block-start: 31.25rem !important;
  }
  .pt-px-xxl-600 {
    padding-block-start: 37.5rem !important;
  }
  .pe-px-xxl-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-xxl-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-xxl-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-xxl-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-xxl-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-xxl-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-xxl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-xxl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-xxl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-xxl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-xxl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-xxl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-xxl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-xxl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-xxl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-xxl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-xxl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-xxl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-xxl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-xxl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-xxl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-xxl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-xxl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-xxl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-xxl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-xxl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-xxl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-xxl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-xxl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-xxl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-xxl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-xxl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-xxl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-xxl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-xxl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-xxl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-xxl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-xxl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-xxl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-xxl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-xxl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-xxl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-xxl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-xxl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-xxl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-xxl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-xxl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-xxl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-xxl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-xxl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-xxl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-xxl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-xxl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-xxl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-xxl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-xxl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-xxl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-xxl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-xxl-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-xxl-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-xxl-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-xxl-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-xxl-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-xxl-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-xxl-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-xxl-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-xxl-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-xxl-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-xxl-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-xxl-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-xxl-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-xxl-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-xxl-122 {
    padding-inline-end: 7.625rem !important;
  }
  .pe-px-xxl-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-xxl-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-xxl-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-xxl-150 {
    padding-inline-end: 9.375rem !important;
  }
  .pe-px-xxl-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-xxl-192 {
    padding-inline-end: 12rem !important;
  }
  .pe-px-xxl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-xxl-220 {
    padding-inline-end: 13.75rem !important;
  }
  .pe-px-xxl-270 {
    padding-inline-end: 16.875rem !important;
  }
  .pe-px-xxl-300 {
    padding-inline-end: 18.75rem !important;
  }
  .pe-px-xxl-350 {
    padding-inline-end: 21.875rem !important;
  }
  .pe-px-xxl-400 {
    padding-inline-end: 25rem !important;
  }
  .pe-px-xxl-500 {
    padding-inline-end: 31.25rem !important;
  }
  .pe-px-xxl-600 {
    padding-inline-end: 37.5rem !important;
  }
  .pb-px-xxl-0 {
    padding-block-end: 0rem !important;
  }
  .pb-px-xxl-1 {
    padding-block-end: 0.0625rem !important;
  }
  .pb-px-xxl-2 {
    padding-block-end: 0.125rem !important;
  }
  .pb-px-xxl-3 {
    padding-block-end: 0.1875rem !important;
  }
  .pb-px-xxl-4 {
    padding-block-end: 0.25rem !important;
  }
  .pb-px-xxl-5 {
    padding-block-end: 0.3125rem !important;
  }
  .pb-px-xxl-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-px-xxl-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-px-xxl-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-px-xxl-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-px-xxl-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-px-xxl-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-px-xxl-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-px-xxl-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-px-xxl-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-px-xxl-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-px-xxl-16 {
    padding-block-end: 1rem !important;
  }
  .pb-px-xxl-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-px-xxl-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-px-xxl-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-px-xxl-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-px-xxl-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-px-xxl-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-px-xxl-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-px-xxl-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-px-xxl-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-px-xxl-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-px-xxl-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-px-xxl-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-px-xxl-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-px-xxl-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-px-xxl-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-px-xxl-32 {
    padding-block-end: 2rem !important;
  }
  .pb-px-xxl-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-px-xxl-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-px-xxl-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-px-xxl-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-px-xxl-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-px-xxl-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-px-xxl-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-px-xxl-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-px-xxl-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-px-xxl-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-px-xxl-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-px-xxl-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-px-xxl-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-px-xxl-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-px-xxl-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-px-xxl-48 {
    padding-block-end: 3rem !important;
  }
  .pb-px-xxl-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-px-xxl-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-px-xxl-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-px-xxl-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-px-xxl-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-px-xxl-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-px-xxl-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-px-xxl-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-px-xxl-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-px-xxl-59 {
    padding-block-end: 3.6875rem !important;
  }
  .pb-px-xxl-60 {
    padding-block-end: 3.75rem !important;
  }
  .pb-px-xxl-61 {
    padding-block-end: 3.8125rem !important;
  }
  .pb-px-xxl-62 {
    padding-block-end: 3.875rem !important;
  }
  .pb-px-xxl-63 {
    padding-block-end: 3.9375rem !important;
  }
  .pb-px-xxl-64 {
    padding-block-end: 4rem !important;
  }
  .pb-px-xxl-68 {
    padding-block-end: 4.25rem !important;
  }
  .pb-px-xxl-70 {
    padding-block-end: 4.375rem !important;
  }
  .pb-px-xxl-80 {
    padding-block-end: 5rem !important;
  }
  .pb-px-xxl-82 {
    padding-block-end: 5.125rem !important;
  }
  .pb-px-xxl-83 {
    padding-block-end: 5.1875rem !important;
  }
  .pb-px-xxl-84 {
    padding-block-end: 5.25rem !important;
  }
  .pb-px-xxl-98 {
    padding-block-end: 6.125rem !important;
  }
  .pb-px-xxl-104 {
    padding-block-end: 6.5rem !important;
  }
  .pb-px-xxl-122 {
    padding-block-end: 7.625rem !important;
  }
  .pb-px-xxl-123 {
    padding-block-end: 7.6875rem !important;
  }
  .pb-px-xxl-147 {
    padding-block-end: 9.1875rem !important;
  }
  .pb-px-xxl-148 {
    padding-block-end: 9.25rem !important;
  }
  .pb-px-xxl-150 {
    padding-block-end: 9.375rem !important;
  }
  .pb-px-xxl-180 {
    padding-block-end: 11.25rem !important;
  }
  .pb-px-xxl-192 {
    padding-block-end: 12rem !important;
  }
  .pb-px-xxl-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-px-xxl-220 {
    padding-block-end: 13.75rem !important;
  }
  .pb-px-xxl-270 {
    padding-block-end: 16.875rem !important;
  }
  .pb-px-xxl-300 {
    padding-block-end: 18.75rem !important;
  }
  .pb-px-xxl-350 {
    padding-block-end: 21.875rem !important;
  }
  .pb-px-xxl-400 {
    padding-block-end: 25rem !important;
  }
  .pb-px-xxl-500 {
    padding-block-end: 31.25rem !important;
  }
  .pb-px-xxl-600 {
    padding-block-end: 37.5rem !important;
  }
  .ps-px-xxl-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-xxl-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-xxl-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-xxl-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-xxl-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-xxl-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-xxl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-xxl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-xxl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-xxl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-xxl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-xxl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-xxl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-xxl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-xxl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-xxl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-xxl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-xxl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-xxl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-xxl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-xxl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-xxl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-xxl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-xxl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-xxl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-xxl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-xxl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-xxl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-xxl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-xxl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-xxl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-xxl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-xxl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-xxl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-xxl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-xxl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-xxl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-xxl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-xxl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-xxl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-xxl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-xxl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-xxl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-xxl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-xxl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-xxl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-xxl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-xxl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-xxl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-xxl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-xxl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-xxl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-xxl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-xxl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-xxl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-xxl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-xxl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-xxl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-xxl-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-xxl-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-xxl-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-xxl-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-xxl-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-xxl-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-xxl-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-xxl-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-xxl-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-xxl-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-xxl-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-xxl-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-xxl-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-xxl-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-xxl-122 {
    padding-inline-start: 7.625rem !important;
  }
  .ps-px-xxl-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-xxl-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-xxl-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-xxl-150 {
    padding-inline-start: 9.375rem !important;
  }
  .ps-px-xxl-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-xxl-192 {
    padding-inline-start: 12rem !important;
  }
  .ps-px-xxl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-xxl-220 {
    padding-inline-start: 13.75rem !important;
  }
  .ps-px-xxl-270 {
    padding-inline-start: 16.875rem !important;
  }
  .ps-px-xxl-300 {
    padding-inline-start: 18.75rem !important;
  }
  .ps-px-xxl-350 {
    padding-inline-start: 21.875rem !important;
  }
  .ps-px-xxl-400 {
    padding-inline-start: 25rem !important;
  }
  .ps-px-xxl-500 {
    padding-inline-start: 31.25rem !important;
  }
  .ps-px-xxl-600 {
    padding-inline-start: 37.5rem !important;
  }
  .p-rem-xxl-unset {
    padding: unset !important;
  }
  .p-rem-xxl-1 {
    padding: 1rem !important;
  }
  .p-rem-xxl-2 {
    padding: 2rem !important;
  }
  .p-rem-xxl-3 {
    padding: 3rem !important;
  }
  .p-rem-xxl-4 {
    padding: 4rem !important;
  }
  .p-rem-xxl-5 {
    padding: 5rem !important;
  }
  .p-rem-xxl-7 {
    padding: 7rem !important;
  }
  .p-rem-xxl-8 {
    padding: 8rem !important;
  }
  .p-rem-xxl-9 {
    padding: 9rem !important;
  }
  .p-rem-xxl-10 {
    padding: 10rem !important;
  }
  .p-rem-xxl-11 {
    padding: 11rem !important;
  }
  .p-rem-xxl-12 {
    padding: 12rem !important;
  }
  .p-rem-xxl-13 {
    padding: 13rem !important;
  }
  .p-rem-xxl-14 {
    padding: 14rem !important;
  }
  .p-rem-xxl-15 {
    padding: 15rem !important;
  }
  .p-rem-xxl-16 {
    padding: 16rem !important;
  }
  .p-rem-xxl-17 {
    padding: 17rem !important;
  }
  .p-rem-xxl-18 {
    padding: 18rem !important;
  }
  .p-rem-xxl-19 {
    padding: 19rem !important;
  }
  .p-rem-xxl-20 {
    padding: 20rem !important;
  }
  .p-rem-xxl-23 {
    padding: 23rem !important;
  }
  .p-rem-xxl-25 {
    padding: 25rem !important;
  }
  .p-rem-xxl-30 {
    padding: 30rem !important;
  }
  .p-rem-xxl-31 {
    padding: 31rem !important;
  }
  .p-rem-xxl-32 {
    padding: 32rem !important;
  }
  .p-rem-xxl-33 {
    padding: 33rem !important;
  }
  .p-rem-xxl-34 {
    padding: 34rem !important;
  }
  .p-rem-xxl-35 {
    padding: 35rem !important;
  }
  .p-rem-xxl-36 {
    padding: 36rem !important;
  }
  .p-rem-xxl-37 {
    padding: 37rem !important;
  }
  .p-rem-xxl-38 {
    padding: 38rem !important;
  }
  .p-rem-xxl-39 {
    padding: 39rem !important;
  }
  .p-rem-xxl-40 {
    padding: 40rem !important;
  }
  .p-rem-xxl-41 {
    padding: 41rem !important;
  }
  .p-rem-xxl-42 {
    padding: 42rem !important;
  }
  .p-rem-xxl-43 {
    padding: 43rem !important;
  }
  .p-rem-xxl-44 {
    padding: 44rem !important;
  }
  .p-rem-xxl-45 {
    padding: 45rem !important;
  }
  .p-rem-xxl-46 {
    padding: 46rem !important;
  }
  .p-rem-xxl-47 {
    padding: 47rem !important;
  }
  .p-rem-xxl-48 {
    padding: 48rem !important;
  }
  .p-rem-xxl-49 {
    padding: 49rem !important;
  }
  .p-rem-xxl-50 {
    padding: 50rem !important;
  }
  .p-rem-xxl-51 {
    padding: 51rem !important;
  }
  .p-rem-xxl-52 {
    padding: 52rem !important;
  }
  .p-rem-xxl-53 {
    padding: 53rem !important;
  }
  .p-rem-xxl-54 {
    padding: 54rem !important;
  }
  .p-rem-xxl-55 {
    padding: 55rem !important;
  }
  .p-rem-xxl-56 {
    padding: 56rem !important;
  }
  .p-rem-xxl-57 {
    padding: 57rem !important;
  }
  .p-rem-xxl-58 {
    padding: 58rem !important;
  }
  .p-rem-xxl-59 {
    padding: 59rem !important;
  }
  .p-rem-xxl-60 {
    padding: 60rem !important;
  }
  .p-rem-xxl-61 {
    padding: 61rem !important;
  }
  .p-rem-xxl-62 {
    padding: 62rem !important;
  }
  .p-rem-xxl-63 {
    padding: 63rem !important;
  }
  .p-rem-xxl-64 {
    padding: 64rem !important;
  }
  .p-rem-xxl-65 {
    padding: 65rem !important;
  }
  .p-rem-xxl-66 {
    padding: 66rem !important;
  }
  .p-rem-xxl-67 {
    padding: 67rem !important;
  }
  .p-rem-xxl-68 {
    padding: 68rem !important;
  }
  .p-rem-xxl-69 {
    padding: 69rem !important;
  }
  .p-rem-xxl-70 {
    padding: 70rem !important;
  }
  .p-rem-xxl-71 {
    padding: 71rem !important;
  }
  .p-rem-xxl-72 {
    padding: 72rem !important;
  }
  .p-rem-xxl-73 {
    padding: 73rem !important;
  }
  .p-rem-xxl-74 {
    padding: 74rem !important;
  }
  .p-rem-xxl-75 {
    padding: 75rem !important;
  }
  .p-rem-xxl-76 {
    padding: 76rem !important;
  }
  .p-rem-xxl-77 {
    padding: 77rem !important;
  }
  .p-rem-xxl-78 {
    padding: 78rem !important;
  }
  .p-rem-xxl-79 {
    padding: 79rem !important;
  }
  .p-rem-xxl-80 {
    padding: 80rem !important;
  }
  .p-rem-xxl-95 {
    padding: 95rem !important;
  }
  .p-rem-xxl-96 {
    padding: 96rem !important;
  }
  .p-rem-xxl-97 {
    padding: 97rem !important;
  }
  .p-rem-xxl-100 {
    padding: 100% !important;
  }
  .px-rem-xxl-unset {
    padding-inline-start: unset !important;
    padding-inline-end: unset !important;
  }
  .px-rem-xxl-1 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-rem-xxl-2 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-rem-xxl-3 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-rem-xxl-4 {
    padding-inline-start: 4rem !important;
    padding-inline-end: 4rem !important;
  }
  .px-rem-xxl-5 {
    padding-inline-start: 5rem !important;
    padding-inline-end: 5rem !important;
  }
  .px-rem-xxl-7 {
    padding-inline-start: 7rem !important;
    padding-inline-end: 7rem !important;
  }
  .px-rem-xxl-8 {
    padding-inline-start: 8rem !important;
    padding-inline-end: 8rem !important;
  }
  .px-rem-xxl-9 {
    padding-inline-start: 9rem !important;
    padding-inline-end: 9rem !important;
  }
  .px-rem-xxl-10 {
    padding-inline-start: 10rem !important;
    padding-inline-end: 10rem !important;
  }
  .px-rem-xxl-11 {
    padding-inline-start: 11rem !important;
    padding-inline-end: 11rem !important;
  }
  .px-rem-xxl-12 {
    padding-inline-start: 12rem !important;
    padding-inline-end: 12rem !important;
  }
  .px-rem-xxl-13 {
    padding-inline-start: 13rem !important;
    padding-inline-end: 13rem !important;
  }
  .px-rem-xxl-14 {
    padding-inline-start: 14rem !important;
    padding-inline-end: 14rem !important;
  }
  .px-rem-xxl-15 {
    padding-inline-start: 15rem !important;
    padding-inline-end: 15rem !important;
  }
  .px-rem-xxl-16 {
    padding-inline-start: 16rem !important;
    padding-inline-end: 16rem !important;
  }
  .px-rem-xxl-17 {
    padding-inline-start: 17rem !important;
    padding-inline-end: 17rem !important;
  }
  .px-rem-xxl-18 {
    padding-inline-start: 18rem !important;
    padding-inline-end: 18rem !important;
  }
  .px-rem-xxl-19 {
    padding-inline-start: 19rem !important;
    padding-inline-end: 19rem !important;
  }
  .px-rem-xxl-20 {
    padding-inline-start: 20rem !important;
    padding-inline-end: 20rem !important;
  }
  .px-rem-xxl-23 {
    padding-inline-start: 23rem !important;
    padding-inline-end: 23rem !important;
  }
  .px-rem-xxl-25 {
    padding-inline-start: 25rem !important;
    padding-inline-end: 25rem !important;
  }
  .px-rem-xxl-30 {
    padding-inline-start: 30rem !important;
    padding-inline-end: 30rem !important;
  }
  .px-rem-xxl-31 {
    padding-inline-start: 31rem !important;
    padding-inline-end: 31rem !important;
  }
  .px-rem-xxl-32 {
    padding-inline-start: 32rem !important;
    padding-inline-end: 32rem !important;
  }
  .px-rem-xxl-33 {
    padding-inline-start: 33rem !important;
    padding-inline-end: 33rem !important;
  }
  .px-rem-xxl-34 {
    padding-inline-start: 34rem !important;
    padding-inline-end: 34rem !important;
  }
  .px-rem-xxl-35 {
    padding-inline-start: 35rem !important;
    padding-inline-end: 35rem !important;
  }
  .px-rem-xxl-36 {
    padding-inline-start: 36rem !important;
    padding-inline-end: 36rem !important;
  }
  .px-rem-xxl-37 {
    padding-inline-start: 37rem !important;
    padding-inline-end: 37rem !important;
  }
  .px-rem-xxl-38 {
    padding-inline-start: 38rem !important;
    padding-inline-end: 38rem !important;
  }
  .px-rem-xxl-39 {
    padding-inline-start: 39rem !important;
    padding-inline-end: 39rem !important;
  }
  .px-rem-xxl-40 {
    padding-inline-start: 40rem !important;
    padding-inline-end: 40rem !important;
  }
  .px-rem-xxl-41 {
    padding-inline-start: 41rem !important;
    padding-inline-end: 41rem !important;
  }
  .px-rem-xxl-42 {
    padding-inline-start: 42rem !important;
    padding-inline-end: 42rem !important;
  }
  .px-rem-xxl-43 {
    padding-inline-start: 43rem !important;
    padding-inline-end: 43rem !important;
  }
  .px-rem-xxl-44 {
    padding-inline-start: 44rem !important;
    padding-inline-end: 44rem !important;
  }
  .px-rem-xxl-45 {
    padding-inline-start: 45rem !important;
    padding-inline-end: 45rem !important;
  }
  .px-rem-xxl-46 {
    padding-inline-start: 46rem !important;
    padding-inline-end: 46rem !important;
  }
  .px-rem-xxl-47 {
    padding-inline-start: 47rem !important;
    padding-inline-end: 47rem !important;
  }
  .px-rem-xxl-48 {
    padding-inline-start: 48rem !important;
    padding-inline-end: 48rem !important;
  }
  .px-rem-xxl-49 {
    padding-inline-start: 49rem !important;
    padding-inline-end: 49rem !important;
  }
  .px-rem-xxl-50 {
    padding-inline-start: 50rem !important;
    padding-inline-end: 50rem !important;
  }
  .px-rem-xxl-51 {
    padding-inline-start: 51rem !important;
    padding-inline-end: 51rem !important;
  }
  .px-rem-xxl-52 {
    padding-inline-start: 52rem !important;
    padding-inline-end: 52rem !important;
  }
  .px-rem-xxl-53 {
    padding-inline-start: 53rem !important;
    padding-inline-end: 53rem !important;
  }
  .px-rem-xxl-54 {
    padding-inline-start: 54rem !important;
    padding-inline-end: 54rem !important;
  }
  .px-rem-xxl-55 {
    padding-inline-start: 55rem !important;
    padding-inline-end: 55rem !important;
  }
  .px-rem-xxl-56 {
    padding-inline-start: 56rem !important;
    padding-inline-end: 56rem !important;
  }
  .px-rem-xxl-57 {
    padding-inline-start: 57rem !important;
    padding-inline-end: 57rem !important;
  }
  .px-rem-xxl-58 {
    padding-inline-start: 58rem !important;
    padding-inline-end: 58rem !important;
  }
  .px-rem-xxl-59 {
    padding-inline-start: 59rem !important;
    padding-inline-end: 59rem !important;
  }
  .px-rem-xxl-60 {
    padding-inline-start: 60rem !important;
    padding-inline-end: 60rem !important;
  }
  .px-rem-xxl-61 {
    padding-inline-start: 61rem !important;
    padding-inline-end: 61rem !important;
  }
  .px-rem-xxl-62 {
    padding-inline-start: 62rem !important;
    padding-inline-end: 62rem !important;
  }
  .px-rem-xxl-63 {
    padding-inline-start: 63rem !important;
    padding-inline-end: 63rem !important;
  }
  .px-rem-xxl-64 {
    padding-inline-start: 64rem !important;
    padding-inline-end: 64rem !important;
  }
  .px-rem-xxl-65 {
    padding-inline-start: 65rem !important;
    padding-inline-end: 65rem !important;
  }
  .px-rem-xxl-66 {
    padding-inline-start: 66rem !important;
    padding-inline-end: 66rem !important;
  }
  .px-rem-xxl-67 {
    padding-inline-start: 67rem !important;
    padding-inline-end: 67rem !important;
  }
  .px-rem-xxl-68 {
    padding-inline-start: 68rem !important;
    padding-inline-end: 68rem !important;
  }
  .px-rem-xxl-69 {
    padding-inline-start: 69rem !important;
    padding-inline-end: 69rem !important;
  }
  .px-rem-xxl-70 {
    padding-inline-start: 70rem !important;
    padding-inline-end: 70rem !important;
  }
  .px-rem-xxl-71 {
    padding-inline-start: 71rem !important;
    padding-inline-end: 71rem !important;
  }
  .px-rem-xxl-72 {
    padding-inline-start: 72rem !important;
    padding-inline-end: 72rem !important;
  }
  .px-rem-xxl-73 {
    padding-inline-start: 73rem !important;
    padding-inline-end: 73rem !important;
  }
  .px-rem-xxl-74 {
    padding-inline-start: 74rem !important;
    padding-inline-end: 74rem !important;
  }
  .px-rem-xxl-75 {
    padding-inline-start: 75rem !important;
    padding-inline-end: 75rem !important;
  }
  .px-rem-xxl-76 {
    padding-inline-start: 76rem !important;
    padding-inline-end: 76rem !important;
  }
  .px-rem-xxl-77 {
    padding-inline-start: 77rem !important;
    padding-inline-end: 77rem !important;
  }
  .px-rem-xxl-78 {
    padding-inline-start: 78rem !important;
    padding-inline-end: 78rem !important;
  }
  .px-rem-xxl-79 {
    padding-inline-start: 79rem !important;
    padding-inline-end: 79rem !important;
  }
  .px-rem-xxl-80 {
    padding-inline-start: 80rem !important;
    padding-inline-end: 80rem !important;
  }
  .px-rem-xxl-95 {
    padding-inline-start: 95rem !important;
    padding-inline-end: 95rem !important;
  }
  .px-rem-xxl-96 {
    padding-inline-start: 96rem !important;
    padding-inline-end: 96rem !important;
  }
  .px-rem-xxl-97 {
    padding-inline-start: 97rem !important;
    padding-inline-end: 97rem !important;
  }
  .px-rem-xxl-100 {
    padding-inline-start: 100% !important;
    padding-inline-end: 100% !important;
  }
  .py-rem-xxl-unset {
    padding-block-start: unset !important;
    padding-block-end: unset !important;
  }
  .py-rem-xxl-1 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-rem-xxl-2 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-rem-xxl-3 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-rem-xxl-4 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-rem-xxl-5 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-rem-xxl-7 {
    padding-block-start: 7rem !important;
    padding-block-end: 7rem !important;
  }
  .py-rem-xxl-8 {
    padding-block-start: 8rem !important;
    padding-block-end: 8rem !important;
  }
  .py-rem-xxl-9 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-rem-xxl-10 {
    padding-block-start: 10rem !important;
    padding-block-end: 10rem !important;
  }
  .py-rem-xxl-11 {
    padding-block-start: 11rem !important;
    padding-block-end: 11rem !important;
  }
  .py-rem-xxl-12 {
    padding-block-start: 12rem !important;
    padding-block-end: 12rem !important;
  }
  .py-rem-xxl-13 {
    padding-block-start: 13rem !important;
    padding-block-end: 13rem !important;
  }
  .py-rem-xxl-14 {
    padding-block-start: 14rem !important;
    padding-block-end: 14rem !important;
  }
  .py-rem-xxl-15 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-rem-xxl-16 {
    padding-block-start: 16rem !important;
    padding-block-end: 16rem !important;
  }
  .py-rem-xxl-17 {
    padding-block-start: 17rem !important;
    padding-block-end: 17rem !important;
  }
  .py-rem-xxl-18 {
    padding-block-start: 18rem !important;
    padding-block-end: 18rem !important;
  }
  .py-rem-xxl-19 {
    padding-block-start: 19rem !important;
    padding-block-end: 19rem !important;
  }
  .py-rem-xxl-20 {
    padding-block-start: 20rem !important;
    padding-block-end: 20rem !important;
  }
  .py-rem-xxl-23 {
    padding-block-start: 23rem !important;
    padding-block-end: 23rem !important;
  }
  .py-rem-xxl-25 {
    padding-block-start: 25rem !important;
    padding-block-end: 25rem !important;
  }
  .py-rem-xxl-30 {
    padding-block-start: 30rem !important;
    padding-block-end: 30rem !important;
  }
  .py-rem-xxl-31 {
    padding-block-start: 31rem !important;
    padding-block-end: 31rem !important;
  }
  .py-rem-xxl-32 {
    padding-block-start: 32rem !important;
    padding-block-end: 32rem !important;
  }
  .py-rem-xxl-33 {
    padding-block-start: 33rem !important;
    padding-block-end: 33rem !important;
  }
  .py-rem-xxl-34 {
    padding-block-start: 34rem !important;
    padding-block-end: 34rem !important;
  }
  .py-rem-xxl-35 {
    padding-block-start: 35rem !important;
    padding-block-end: 35rem !important;
  }
  .py-rem-xxl-36 {
    padding-block-start: 36rem !important;
    padding-block-end: 36rem !important;
  }
  .py-rem-xxl-37 {
    padding-block-start: 37rem !important;
    padding-block-end: 37rem !important;
  }
  .py-rem-xxl-38 {
    padding-block-start: 38rem !important;
    padding-block-end: 38rem !important;
  }
  .py-rem-xxl-39 {
    padding-block-start: 39rem !important;
    padding-block-end: 39rem !important;
  }
  .py-rem-xxl-40 {
    padding-block-start: 40rem !important;
    padding-block-end: 40rem !important;
  }
  .py-rem-xxl-41 {
    padding-block-start: 41rem !important;
    padding-block-end: 41rem !important;
  }
  .py-rem-xxl-42 {
    padding-block-start: 42rem !important;
    padding-block-end: 42rem !important;
  }
  .py-rem-xxl-43 {
    padding-block-start: 43rem !important;
    padding-block-end: 43rem !important;
  }
  .py-rem-xxl-44 {
    padding-block-start: 44rem !important;
    padding-block-end: 44rem !important;
  }
  .py-rem-xxl-45 {
    padding-block-start: 45rem !important;
    padding-block-end: 45rem !important;
  }
  .py-rem-xxl-46 {
    padding-block-start: 46rem !important;
    padding-block-end: 46rem !important;
  }
  .py-rem-xxl-47 {
    padding-block-start: 47rem !important;
    padding-block-end: 47rem !important;
  }
  .py-rem-xxl-48 {
    padding-block-start: 48rem !important;
    padding-block-end: 48rem !important;
  }
  .py-rem-xxl-49 {
    padding-block-start: 49rem !important;
    padding-block-end: 49rem !important;
  }
  .py-rem-xxl-50 {
    padding-block-start: 50rem !important;
    padding-block-end: 50rem !important;
  }
  .py-rem-xxl-51 {
    padding-block-start: 51rem !important;
    padding-block-end: 51rem !important;
  }
  .py-rem-xxl-52 {
    padding-block-start: 52rem !important;
    padding-block-end: 52rem !important;
  }
  .py-rem-xxl-53 {
    padding-block-start: 53rem !important;
    padding-block-end: 53rem !important;
  }
  .py-rem-xxl-54 {
    padding-block-start: 54rem !important;
    padding-block-end: 54rem !important;
  }
  .py-rem-xxl-55 {
    padding-block-start: 55rem !important;
    padding-block-end: 55rem !important;
  }
  .py-rem-xxl-56 {
    padding-block-start: 56rem !important;
    padding-block-end: 56rem !important;
  }
  .py-rem-xxl-57 {
    padding-block-start: 57rem !important;
    padding-block-end: 57rem !important;
  }
  .py-rem-xxl-58 {
    padding-block-start: 58rem !important;
    padding-block-end: 58rem !important;
  }
  .py-rem-xxl-59 {
    padding-block-start: 59rem !important;
    padding-block-end: 59rem !important;
  }
  .py-rem-xxl-60 {
    padding-block-start: 60rem !important;
    padding-block-end: 60rem !important;
  }
  .py-rem-xxl-61 {
    padding-block-start: 61rem !important;
    padding-block-end: 61rem !important;
  }
  .py-rem-xxl-62 {
    padding-block-start: 62rem !important;
    padding-block-end: 62rem !important;
  }
  .py-rem-xxl-63 {
    padding-block-start: 63rem !important;
    padding-block-end: 63rem !important;
  }
  .py-rem-xxl-64 {
    padding-block-start: 64rem !important;
    padding-block-end: 64rem !important;
  }
  .py-rem-xxl-65 {
    padding-block-start: 65rem !important;
    padding-block-end: 65rem !important;
  }
  .py-rem-xxl-66 {
    padding-block-start: 66rem !important;
    padding-block-end: 66rem !important;
  }
  .py-rem-xxl-67 {
    padding-block-start: 67rem !important;
    padding-block-end: 67rem !important;
  }
  .py-rem-xxl-68 {
    padding-block-start: 68rem !important;
    padding-block-end: 68rem !important;
  }
  .py-rem-xxl-69 {
    padding-block-start: 69rem !important;
    padding-block-end: 69rem !important;
  }
  .py-rem-xxl-70 {
    padding-block-start: 70rem !important;
    padding-block-end: 70rem !important;
  }
  .py-rem-xxl-71 {
    padding-block-start: 71rem !important;
    padding-block-end: 71rem !important;
  }
  .py-rem-xxl-72 {
    padding-block-start: 72rem !important;
    padding-block-end: 72rem !important;
  }
  .py-rem-xxl-73 {
    padding-block-start: 73rem !important;
    padding-block-end: 73rem !important;
  }
  .py-rem-xxl-74 {
    padding-block-start: 74rem !important;
    padding-block-end: 74rem !important;
  }
  .py-rem-xxl-75 {
    padding-block-start: 75rem !important;
    padding-block-end: 75rem !important;
  }
  .py-rem-xxl-76 {
    padding-block-start: 76rem !important;
    padding-block-end: 76rem !important;
  }
  .py-rem-xxl-77 {
    padding-block-start: 77rem !important;
    padding-block-end: 77rem !important;
  }
  .py-rem-xxl-78 {
    padding-block-start: 78rem !important;
    padding-block-end: 78rem !important;
  }
  .py-rem-xxl-79 {
    padding-block-start: 79rem !important;
    padding-block-end: 79rem !important;
  }
  .py-rem-xxl-80 {
    padding-block-start: 80rem !important;
    padding-block-end: 80rem !important;
  }
  .py-rem-xxl-95 {
    padding-block-start: 95rem !important;
    padding-block-end: 95rem !important;
  }
  .py-rem-xxl-96 {
    padding-block-start: 96rem !important;
    padding-block-end: 96rem !important;
  }
  .py-rem-xxl-97 {
    padding-block-start: 97rem !important;
    padding-block-end: 97rem !important;
  }
  .py-rem-xxl-100 {
    padding-block-start: 100% !important;
    padding-block-end: 100% !important;
  }
  .pt-rem-xxl-unset {
    padding-block-start: unset !important;
  }
  .pt-rem-xxl-1 {
    padding-block-start: 1rem !important;
  }
  .pt-rem-xxl-2 {
    padding-block-start: 2rem !important;
  }
  .pt-rem-xxl-3 {
    padding-block-start: 3rem !important;
  }
  .pt-rem-xxl-4 {
    padding-block-start: 4rem !important;
  }
  .pt-rem-xxl-5 {
    padding-block-start: 5rem !important;
  }
  .pt-rem-xxl-7 {
    padding-block-start: 7rem !important;
  }
  .pt-rem-xxl-8 {
    padding-block-start: 8rem !important;
  }
  .pt-rem-xxl-9 {
    padding-block-start: 9rem !important;
  }
  .pt-rem-xxl-10 {
    padding-block-start: 10rem !important;
  }
  .pt-rem-xxl-11 {
    padding-block-start: 11rem !important;
  }
  .pt-rem-xxl-12 {
    padding-block-start: 12rem !important;
  }
  .pt-rem-xxl-13 {
    padding-block-start: 13rem !important;
  }
  .pt-rem-xxl-14 {
    padding-block-start: 14rem !important;
  }
  .pt-rem-xxl-15 {
    padding-block-start: 15rem !important;
  }
  .pt-rem-xxl-16 {
    padding-block-start: 16rem !important;
  }
  .pt-rem-xxl-17 {
    padding-block-start: 17rem !important;
  }
  .pt-rem-xxl-18 {
    padding-block-start: 18rem !important;
  }
  .pt-rem-xxl-19 {
    padding-block-start: 19rem !important;
  }
  .pt-rem-xxl-20 {
    padding-block-start: 20rem !important;
  }
  .pt-rem-xxl-23 {
    padding-block-start: 23rem !important;
  }
  .pt-rem-xxl-25 {
    padding-block-start: 25rem !important;
  }
  .pt-rem-xxl-30 {
    padding-block-start: 30rem !important;
  }
  .pt-rem-xxl-31 {
    padding-block-start: 31rem !important;
  }
  .pt-rem-xxl-32 {
    padding-block-start: 32rem !important;
  }
  .pt-rem-xxl-33 {
    padding-block-start: 33rem !important;
  }
  .pt-rem-xxl-34 {
    padding-block-start: 34rem !important;
  }
  .pt-rem-xxl-35 {
    padding-block-start: 35rem !important;
  }
  .pt-rem-xxl-36 {
    padding-block-start: 36rem !important;
  }
  .pt-rem-xxl-37 {
    padding-block-start: 37rem !important;
  }
  .pt-rem-xxl-38 {
    padding-block-start: 38rem !important;
  }
  .pt-rem-xxl-39 {
    padding-block-start: 39rem !important;
  }
  .pt-rem-xxl-40 {
    padding-block-start: 40rem !important;
  }
  .pt-rem-xxl-41 {
    padding-block-start: 41rem !important;
  }
  .pt-rem-xxl-42 {
    padding-block-start: 42rem !important;
  }
  .pt-rem-xxl-43 {
    padding-block-start: 43rem !important;
  }
  .pt-rem-xxl-44 {
    padding-block-start: 44rem !important;
  }
  .pt-rem-xxl-45 {
    padding-block-start: 45rem !important;
  }
  .pt-rem-xxl-46 {
    padding-block-start: 46rem !important;
  }
  .pt-rem-xxl-47 {
    padding-block-start: 47rem !important;
  }
  .pt-rem-xxl-48 {
    padding-block-start: 48rem !important;
  }
  .pt-rem-xxl-49 {
    padding-block-start: 49rem !important;
  }
  .pt-rem-xxl-50 {
    padding-block-start: 50rem !important;
  }
  .pt-rem-xxl-51 {
    padding-block-start: 51rem !important;
  }
  .pt-rem-xxl-52 {
    padding-block-start: 52rem !important;
  }
  .pt-rem-xxl-53 {
    padding-block-start: 53rem !important;
  }
  .pt-rem-xxl-54 {
    padding-block-start: 54rem !important;
  }
  .pt-rem-xxl-55 {
    padding-block-start: 55rem !important;
  }
  .pt-rem-xxl-56 {
    padding-block-start: 56rem !important;
  }
  .pt-rem-xxl-57 {
    padding-block-start: 57rem !important;
  }
  .pt-rem-xxl-58 {
    padding-block-start: 58rem !important;
  }
  .pt-rem-xxl-59 {
    padding-block-start: 59rem !important;
  }
  .pt-rem-xxl-60 {
    padding-block-start: 60rem !important;
  }
  .pt-rem-xxl-61 {
    padding-block-start: 61rem !important;
  }
  .pt-rem-xxl-62 {
    padding-block-start: 62rem !important;
  }
  .pt-rem-xxl-63 {
    padding-block-start: 63rem !important;
  }
  .pt-rem-xxl-64 {
    padding-block-start: 64rem !important;
  }
  .pt-rem-xxl-65 {
    padding-block-start: 65rem !important;
  }
  .pt-rem-xxl-66 {
    padding-block-start: 66rem !important;
  }
  .pt-rem-xxl-67 {
    padding-block-start: 67rem !important;
  }
  .pt-rem-xxl-68 {
    padding-block-start: 68rem !important;
  }
  .pt-rem-xxl-69 {
    padding-block-start: 69rem !important;
  }
  .pt-rem-xxl-70 {
    padding-block-start: 70rem !important;
  }
  .pt-rem-xxl-71 {
    padding-block-start: 71rem !important;
  }
  .pt-rem-xxl-72 {
    padding-block-start: 72rem !important;
  }
  .pt-rem-xxl-73 {
    padding-block-start: 73rem !important;
  }
  .pt-rem-xxl-74 {
    padding-block-start: 74rem !important;
  }
  .pt-rem-xxl-75 {
    padding-block-start: 75rem !important;
  }
  .pt-rem-xxl-76 {
    padding-block-start: 76rem !important;
  }
  .pt-rem-xxl-77 {
    padding-block-start: 77rem !important;
  }
  .pt-rem-xxl-78 {
    padding-block-start: 78rem !important;
  }
  .pt-rem-xxl-79 {
    padding-block-start: 79rem !important;
  }
  .pt-rem-xxl-80 {
    padding-block-start: 80rem !important;
  }
  .pt-rem-xxl-95 {
    padding-block-start: 95rem !important;
  }
  .pt-rem-xxl-96 {
    padding-block-start: 96rem !important;
  }
  .pt-rem-xxl-97 {
    padding-block-start: 97rem !important;
  }
  .pt-rem-xxl-100 {
    padding-block-start: 100% !important;
  }
  .pe-rem-xxl-unset {
    padding-inline-end: unset !important;
  }
  .pe-rem-xxl-1 {
    padding-inline-end: 1rem !important;
  }
  .pe-rem-xxl-2 {
    padding-inline-end: 2rem !important;
  }
  .pe-rem-xxl-3 {
    padding-inline-end: 3rem !important;
  }
  .pe-rem-xxl-4 {
    padding-inline-end: 4rem !important;
  }
  .pe-rem-xxl-5 {
    padding-inline-end: 5rem !important;
  }
  .pe-rem-xxl-7 {
    padding-inline-end: 7rem !important;
  }
  .pe-rem-xxl-8 {
    padding-inline-end: 8rem !important;
  }
  .pe-rem-xxl-9 {
    padding-inline-end: 9rem !important;
  }
  .pe-rem-xxl-10 {
    padding-inline-end: 10rem !important;
  }
  .pe-rem-xxl-11 {
    padding-inline-end: 11rem !important;
  }
  .pe-rem-xxl-12 {
    padding-inline-end: 12rem !important;
  }
  .pe-rem-xxl-13 {
    padding-inline-end: 13rem !important;
  }
  .pe-rem-xxl-14 {
    padding-inline-end: 14rem !important;
  }
  .pe-rem-xxl-15 {
    padding-inline-end: 15rem !important;
  }
  .pe-rem-xxl-16 {
    padding-inline-end: 16rem !important;
  }
  .pe-rem-xxl-17 {
    padding-inline-end: 17rem !important;
  }
  .pe-rem-xxl-18 {
    padding-inline-end: 18rem !important;
  }
  .pe-rem-xxl-19 {
    padding-inline-end: 19rem !important;
  }
  .pe-rem-xxl-20 {
    padding-inline-end: 20rem !important;
  }
  .pe-rem-xxl-23 {
    padding-inline-end: 23rem !important;
  }
  .pe-rem-xxl-25 {
    padding-inline-end: 25rem !important;
  }
  .pe-rem-xxl-30 {
    padding-inline-end: 30rem !important;
  }
  .pe-rem-xxl-31 {
    padding-inline-end: 31rem !important;
  }
  .pe-rem-xxl-32 {
    padding-inline-end: 32rem !important;
  }
  .pe-rem-xxl-33 {
    padding-inline-end: 33rem !important;
  }
  .pe-rem-xxl-34 {
    padding-inline-end: 34rem !important;
  }
  .pe-rem-xxl-35 {
    padding-inline-end: 35rem !important;
  }
  .pe-rem-xxl-36 {
    padding-inline-end: 36rem !important;
  }
  .pe-rem-xxl-37 {
    padding-inline-end: 37rem !important;
  }
  .pe-rem-xxl-38 {
    padding-inline-end: 38rem !important;
  }
  .pe-rem-xxl-39 {
    padding-inline-end: 39rem !important;
  }
  .pe-rem-xxl-40 {
    padding-inline-end: 40rem !important;
  }
  .pe-rem-xxl-41 {
    padding-inline-end: 41rem !important;
  }
  .pe-rem-xxl-42 {
    padding-inline-end: 42rem !important;
  }
  .pe-rem-xxl-43 {
    padding-inline-end: 43rem !important;
  }
  .pe-rem-xxl-44 {
    padding-inline-end: 44rem !important;
  }
  .pe-rem-xxl-45 {
    padding-inline-end: 45rem !important;
  }
  .pe-rem-xxl-46 {
    padding-inline-end: 46rem !important;
  }
  .pe-rem-xxl-47 {
    padding-inline-end: 47rem !important;
  }
  .pe-rem-xxl-48 {
    padding-inline-end: 48rem !important;
  }
  .pe-rem-xxl-49 {
    padding-inline-end: 49rem !important;
  }
  .pe-rem-xxl-50 {
    padding-inline-end: 50rem !important;
  }
  .pe-rem-xxl-51 {
    padding-inline-end: 51rem !important;
  }
  .pe-rem-xxl-52 {
    padding-inline-end: 52rem !important;
  }
  .pe-rem-xxl-53 {
    padding-inline-end: 53rem !important;
  }
  .pe-rem-xxl-54 {
    padding-inline-end: 54rem !important;
  }
  .pe-rem-xxl-55 {
    padding-inline-end: 55rem !important;
  }
  .pe-rem-xxl-56 {
    padding-inline-end: 56rem !important;
  }
  .pe-rem-xxl-57 {
    padding-inline-end: 57rem !important;
  }
  .pe-rem-xxl-58 {
    padding-inline-end: 58rem !important;
  }
  .pe-rem-xxl-59 {
    padding-inline-end: 59rem !important;
  }
  .pe-rem-xxl-60 {
    padding-inline-end: 60rem !important;
  }
  .pe-rem-xxl-61 {
    padding-inline-end: 61rem !important;
  }
  .pe-rem-xxl-62 {
    padding-inline-end: 62rem !important;
  }
  .pe-rem-xxl-63 {
    padding-inline-end: 63rem !important;
  }
  .pe-rem-xxl-64 {
    padding-inline-end: 64rem !important;
  }
  .pe-rem-xxl-65 {
    padding-inline-end: 65rem !important;
  }
  .pe-rem-xxl-66 {
    padding-inline-end: 66rem !important;
  }
  .pe-rem-xxl-67 {
    padding-inline-end: 67rem !important;
  }
  .pe-rem-xxl-68 {
    padding-inline-end: 68rem !important;
  }
  .pe-rem-xxl-69 {
    padding-inline-end: 69rem !important;
  }
  .pe-rem-xxl-70 {
    padding-inline-end: 70rem !important;
  }
  .pe-rem-xxl-71 {
    padding-inline-end: 71rem !important;
  }
  .pe-rem-xxl-72 {
    padding-inline-end: 72rem !important;
  }
  .pe-rem-xxl-73 {
    padding-inline-end: 73rem !important;
  }
  .pe-rem-xxl-74 {
    padding-inline-end: 74rem !important;
  }
  .pe-rem-xxl-75 {
    padding-inline-end: 75rem !important;
  }
  .pe-rem-xxl-76 {
    padding-inline-end: 76rem !important;
  }
  .pe-rem-xxl-77 {
    padding-inline-end: 77rem !important;
  }
  .pe-rem-xxl-78 {
    padding-inline-end: 78rem !important;
  }
  .pe-rem-xxl-79 {
    padding-inline-end: 79rem !important;
  }
  .pe-rem-xxl-80 {
    padding-inline-end: 80rem !important;
  }
  .pe-rem-xxl-95 {
    padding-inline-end: 95rem !important;
  }
  .pe-rem-xxl-96 {
    padding-inline-end: 96rem !important;
  }
  .pe-rem-xxl-97 {
    padding-inline-end: 97rem !important;
  }
  .pe-rem-xxl-100 {
    padding-inline-end: 100% !important;
  }
  .pb-rem-xxl-unset {
    padding-block-end: unset !important;
  }
  .pb-rem-xxl-1 {
    padding-block-end: 1rem !important;
  }
  .pb-rem-xxl-2 {
    padding-block-end: 2rem !important;
  }
  .pb-rem-xxl-3 {
    padding-block-end: 3rem !important;
  }
  .pb-rem-xxl-4 {
    padding-block-end: 4rem !important;
  }
  .pb-rem-xxl-5 {
    padding-block-end: 5rem !important;
  }
  .pb-rem-xxl-7 {
    padding-block-end: 7rem !important;
  }
  .pb-rem-xxl-8 {
    padding-block-end: 8rem !important;
  }
  .pb-rem-xxl-9 {
    padding-block-end: 9rem !important;
  }
  .pb-rem-xxl-10 {
    padding-block-end: 10rem !important;
  }
  .pb-rem-xxl-11 {
    padding-block-end: 11rem !important;
  }
  .pb-rem-xxl-12 {
    padding-block-end: 12rem !important;
  }
  .pb-rem-xxl-13 {
    padding-block-end: 13rem !important;
  }
  .pb-rem-xxl-14 {
    padding-block-end: 14rem !important;
  }
  .pb-rem-xxl-15 {
    padding-block-end: 15rem !important;
  }
  .pb-rem-xxl-16 {
    padding-block-end: 16rem !important;
  }
  .pb-rem-xxl-17 {
    padding-block-end: 17rem !important;
  }
  .pb-rem-xxl-18 {
    padding-block-end: 18rem !important;
  }
  .pb-rem-xxl-19 {
    padding-block-end: 19rem !important;
  }
  .pb-rem-xxl-20 {
    padding-block-end: 20rem !important;
  }
  .pb-rem-xxl-23 {
    padding-block-end: 23rem !important;
  }
  .pb-rem-xxl-25 {
    padding-block-end: 25rem !important;
  }
  .pb-rem-xxl-30 {
    padding-block-end: 30rem !important;
  }
  .pb-rem-xxl-31 {
    padding-block-end: 31rem !important;
  }
  .pb-rem-xxl-32 {
    padding-block-end: 32rem !important;
  }
  .pb-rem-xxl-33 {
    padding-block-end: 33rem !important;
  }
  .pb-rem-xxl-34 {
    padding-block-end: 34rem !important;
  }
  .pb-rem-xxl-35 {
    padding-block-end: 35rem !important;
  }
  .pb-rem-xxl-36 {
    padding-block-end: 36rem !important;
  }
  .pb-rem-xxl-37 {
    padding-block-end: 37rem !important;
  }
  .pb-rem-xxl-38 {
    padding-block-end: 38rem !important;
  }
  .pb-rem-xxl-39 {
    padding-block-end: 39rem !important;
  }
  .pb-rem-xxl-40 {
    padding-block-end: 40rem !important;
  }
  .pb-rem-xxl-41 {
    padding-block-end: 41rem !important;
  }
  .pb-rem-xxl-42 {
    padding-block-end: 42rem !important;
  }
  .pb-rem-xxl-43 {
    padding-block-end: 43rem !important;
  }
  .pb-rem-xxl-44 {
    padding-block-end: 44rem !important;
  }
  .pb-rem-xxl-45 {
    padding-block-end: 45rem !important;
  }
  .pb-rem-xxl-46 {
    padding-block-end: 46rem !important;
  }
  .pb-rem-xxl-47 {
    padding-block-end: 47rem !important;
  }
  .pb-rem-xxl-48 {
    padding-block-end: 48rem !important;
  }
  .pb-rem-xxl-49 {
    padding-block-end: 49rem !important;
  }
  .pb-rem-xxl-50 {
    padding-block-end: 50rem !important;
  }
  .pb-rem-xxl-51 {
    padding-block-end: 51rem !important;
  }
  .pb-rem-xxl-52 {
    padding-block-end: 52rem !important;
  }
  .pb-rem-xxl-53 {
    padding-block-end: 53rem !important;
  }
  .pb-rem-xxl-54 {
    padding-block-end: 54rem !important;
  }
  .pb-rem-xxl-55 {
    padding-block-end: 55rem !important;
  }
  .pb-rem-xxl-56 {
    padding-block-end: 56rem !important;
  }
  .pb-rem-xxl-57 {
    padding-block-end: 57rem !important;
  }
  .pb-rem-xxl-58 {
    padding-block-end: 58rem !important;
  }
  .pb-rem-xxl-59 {
    padding-block-end: 59rem !important;
  }
  .pb-rem-xxl-60 {
    padding-block-end: 60rem !important;
  }
  .pb-rem-xxl-61 {
    padding-block-end: 61rem !important;
  }
  .pb-rem-xxl-62 {
    padding-block-end: 62rem !important;
  }
  .pb-rem-xxl-63 {
    padding-block-end: 63rem !important;
  }
  .pb-rem-xxl-64 {
    padding-block-end: 64rem !important;
  }
  .pb-rem-xxl-65 {
    padding-block-end: 65rem !important;
  }
  .pb-rem-xxl-66 {
    padding-block-end: 66rem !important;
  }
  .pb-rem-xxl-67 {
    padding-block-end: 67rem !important;
  }
  .pb-rem-xxl-68 {
    padding-block-end: 68rem !important;
  }
  .pb-rem-xxl-69 {
    padding-block-end: 69rem !important;
  }
  .pb-rem-xxl-70 {
    padding-block-end: 70rem !important;
  }
  .pb-rem-xxl-71 {
    padding-block-end: 71rem !important;
  }
  .pb-rem-xxl-72 {
    padding-block-end: 72rem !important;
  }
  .pb-rem-xxl-73 {
    padding-block-end: 73rem !important;
  }
  .pb-rem-xxl-74 {
    padding-block-end: 74rem !important;
  }
  .pb-rem-xxl-75 {
    padding-block-end: 75rem !important;
  }
  .pb-rem-xxl-76 {
    padding-block-end: 76rem !important;
  }
  .pb-rem-xxl-77 {
    padding-block-end: 77rem !important;
  }
  .pb-rem-xxl-78 {
    padding-block-end: 78rem !important;
  }
  .pb-rem-xxl-79 {
    padding-block-end: 79rem !important;
  }
  .pb-rem-xxl-80 {
    padding-block-end: 80rem !important;
  }
  .pb-rem-xxl-95 {
    padding-block-end: 95rem !important;
  }
  .pb-rem-xxl-96 {
    padding-block-end: 96rem !important;
  }
  .pb-rem-xxl-97 {
    padding-block-end: 97rem !important;
  }
  .pb-rem-xxl-100 {
    padding-block-end: 100% !important;
  }
  .ps-rem-xxl-unset {
    padding-inline-start: unset !important;
  }
  .ps-rem-xxl-1 {
    padding-inline-start: 1rem !important;
  }
  .ps-rem-xxl-2 {
    padding-inline-start: 2rem !important;
  }
  .ps-rem-xxl-3 {
    padding-inline-start: 3rem !important;
  }
  .ps-rem-xxl-4 {
    padding-inline-start: 4rem !important;
  }
  .ps-rem-xxl-5 {
    padding-inline-start: 5rem !important;
  }
  .ps-rem-xxl-7 {
    padding-inline-start: 7rem !important;
  }
  .ps-rem-xxl-8 {
    padding-inline-start: 8rem !important;
  }
  .ps-rem-xxl-9 {
    padding-inline-start: 9rem !important;
  }
  .ps-rem-xxl-10 {
    padding-inline-start: 10rem !important;
  }
  .ps-rem-xxl-11 {
    padding-inline-start: 11rem !important;
  }
  .ps-rem-xxl-12 {
    padding-inline-start: 12rem !important;
  }
  .ps-rem-xxl-13 {
    padding-inline-start: 13rem !important;
  }
  .ps-rem-xxl-14 {
    padding-inline-start: 14rem !important;
  }
  .ps-rem-xxl-15 {
    padding-inline-start: 15rem !important;
  }
  .ps-rem-xxl-16 {
    padding-inline-start: 16rem !important;
  }
  .ps-rem-xxl-17 {
    padding-inline-start: 17rem !important;
  }
  .ps-rem-xxl-18 {
    padding-inline-start: 18rem !important;
  }
  .ps-rem-xxl-19 {
    padding-inline-start: 19rem !important;
  }
  .ps-rem-xxl-20 {
    padding-inline-start: 20rem !important;
  }
  .ps-rem-xxl-23 {
    padding-inline-start: 23rem !important;
  }
  .ps-rem-xxl-25 {
    padding-inline-start: 25rem !important;
  }
  .ps-rem-xxl-30 {
    padding-inline-start: 30rem !important;
  }
  .ps-rem-xxl-31 {
    padding-inline-start: 31rem !important;
  }
  .ps-rem-xxl-32 {
    padding-inline-start: 32rem !important;
  }
  .ps-rem-xxl-33 {
    padding-inline-start: 33rem !important;
  }
  .ps-rem-xxl-34 {
    padding-inline-start: 34rem !important;
  }
  .ps-rem-xxl-35 {
    padding-inline-start: 35rem !important;
  }
  .ps-rem-xxl-36 {
    padding-inline-start: 36rem !important;
  }
  .ps-rem-xxl-37 {
    padding-inline-start: 37rem !important;
  }
  .ps-rem-xxl-38 {
    padding-inline-start: 38rem !important;
  }
  .ps-rem-xxl-39 {
    padding-inline-start: 39rem !important;
  }
  .ps-rem-xxl-40 {
    padding-inline-start: 40rem !important;
  }
  .ps-rem-xxl-41 {
    padding-inline-start: 41rem !important;
  }
  .ps-rem-xxl-42 {
    padding-inline-start: 42rem !important;
  }
  .ps-rem-xxl-43 {
    padding-inline-start: 43rem !important;
  }
  .ps-rem-xxl-44 {
    padding-inline-start: 44rem !important;
  }
  .ps-rem-xxl-45 {
    padding-inline-start: 45rem !important;
  }
  .ps-rem-xxl-46 {
    padding-inline-start: 46rem !important;
  }
  .ps-rem-xxl-47 {
    padding-inline-start: 47rem !important;
  }
  .ps-rem-xxl-48 {
    padding-inline-start: 48rem !important;
  }
  .ps-rem-xxl-49 {
    padding-inline-start: 49rem !important;
  }
  .ps-rem-xxl-50 {
    padding-inline-start: 50rem !important;
  }
  .ps-rem-xxl-51 {
    padding-inline-start: 51rem !important;
  }
  .ps-rem-xxl-52 {
    padding-inline-start: 52rem !important;
  }
  .ps-rem-xxl-53 {
    padding-inline-start: 53rem !important;
  }
  .ps-rem-xxl-54 {
    padding-inline-start: 54rem !important;
  }
  .ps-rem-xxl-55 {
    padding-inline-start: 55rem !important;
  }
  .ps-rem-xxl-56 {
    padding-inline-start: 56rem !important;
  }
  .ps-rem-xxl-57 {
    padding-inline-start: 57rem !important;
  }
  .ps-rem-xxl-58 {
    padding-inline-start: 58rem !important;
  }
  .ps-rem-xxl-59 {
    padding-inline-start: 59rem !important;
  }
  .ps-rem-xxl-60 {
    padding-inline-start: 60rem !important;
  }
  .ps-rem-xxl-61 {
    padding-inline-start: 61rem !important;
  }
  .ps-rem-xxl-62 {
    padding-inline-start: 62rem !important;
  }
  .ps-rem-xxl-63 {
    padding-inline-start: 63rem !important;
  }
  .ps-rem-xxl-64 {
    padding-inline-start: 64rem !important;
  }
  .ps-rem-xxl-65 {
    padding-inline-start: 65rem !important;
  }
  .ps-rem-xxl-66 {
    padding-inline-start: 66rem !important;
  }
  .ps-rem-xxl-67 {
    padding-inline-start: 67rem !important;
  }
  .ps-rem-xxl-68 {
    padding-inline-start: 68rem !important;
  }
  .ps-rem-xxl-69 {
    padding-inline-start: 69rem !important;
  }
  .ps-rem-xxl-70 {
    padding-inline-start: 70rem !important;
  }
  .ps-rem-xxl-71 {
    padding-inline-start: 71rem !important;
  }
  .ps-rem-xxl-72 {
    padding-inline-start: 72rem !important;
  }
  .ps-rem-xxl-73 {
    padding-inline-start: 73rem !important;
  }
  .ps-rem-xxl-74 {
    padding-inline-start: 74rem !important;
  }
  .ps-rem-xxl-75 {
    padding-inline-start: 75rem !important;
  }
  .ps-rem-xxl-76 {
    padding-inline-start: 76rem !important;
  }
  .ps-rem-xxl-77 {
    padding-inline-start: 77rem !important;
  }
  .ps-rem-xxl-78 {
    padding-inline-start: 78rem !important;
  }
  .ps-rem-xxl-79 {
    padding-inline-start: 79rem !important;
  }
  .ps-rem-xxl-80 {
    padding-inline-start: 80rem !important;
  }
  .ps-rem-xxl-95 {
    padding-inline-start: 95rem !important;
  }
  .ps-rem-xxl-96 {
    padding-inline-start: 96rem !important;
  }
  .ps-rem-xxl-97 {
    padding-inline-start: 97rem !important;
  }
  .ps-rem-xxl-100 {
    padding-inline-start: 100% !important;
  }
  .rounded-px-xxl-0 {
    border-radius: 0rem !important;
  }
  .rounded-px-xxl-1 {
    border-radius: 0.0625rem !important;
  }
  .rounded-px-xxl-2 {
    border-radius: 0.125rem !important;
  }
  .rounded-px-xxl-3 {
    border-radius: 0.1875rem !important;
  }
  .rounded-px-xxl-4 {
    border-radius: 0.25rem !important;
  }
  .rounded-px-xxl-5 {
    border-radius: 0.3125rem !important;
  }
  .rounded-px-xxl-6 {
    border-radius: 0.375rem !important;
  }
  .rounded-px-xxl-7 {
    border-radius: 0.4375rem !important;
  }
  .rounded-px-xxl-8 {
    border-radius: 0.5rem !important;
  }
  .rounded-px-xxl-9 {
    border-radius: 0.5625rem !important;
  }
  .rounded-px-xxl-10 {
    border-radius: 0.625rem !important;
  }
  .rounded-px-xxl-11 {
    border-radius: 0.6875rem !important;
  }
  .rounded-px-xxl-12 {
    border-radius: 0.75rem !important;
  }
  .rounded-px-xxl-13 {
    border-radius: 0.8125rem !important;
  }
  .rounded-px-xxl-14 {
    border-radius: 0.875rem !important;
  }
  .rounded-px-xxl-15 {
    border-radius: 0.9375rem !important;
  }
  .rounded-px-xxl-16 {
    border-radius: 1rem !important;
  }
  .rounded-px-xxl-17 {
    border-radius: 1.0625rem !important;
  }
  .rounded-px-xxl-18 {
    border-radius: 1.125rem !important;
  }
  .rounded-px-xxl-19 {
    border-radius: 1.1875rem !important;
  }
  .rounded-px-xxl-20 {
    border-radius: 1.25rem !important;
  }
  .rounded-px-xxl-21 {
    border-radius: 1.3125rem !important;
  }
  .rounded-px-xxl-22 {
    border-radius: 1.375rem !important;
  }
  .rounded-px-xxl-23 {
    border-radius: 1.4375rem !important;
  }
  .rounded-px-xxl-24 {
    border-radius: 1.5rem !important;
  }
  .rounded-px-xxl-25 {
    border-radius: 1.5625rem !important;
  }
  .rounded-px-xxl-26 {
    border-radius: 1.625rem !important;
  }
  .rounded-px-xxl-27 {
    border-radius: 1.6875rem !important;
  }
  .rounded-px-xxl-28 {
    border-radius: 1.75rem !important;
  }
  .rounded-px-xxl-29 {
    border-radius: 1.8125rem !important;
  }
  .rounded-px-xxl-30 {
    border-radius: 1.875rem !important;
  }
  .rounded-px-xxl-31 {
    border-radius: 1.9375rem !important;
  }
  .rounded-px-xxl-32 {
    border-radius: 2rem !important;
  }
  .rounded-px-xxl-33 {
    border-radius: 2.0625rem !important;
  }
  .rounded-px-xxl-34 {
    border-radius: 2.125rem !important;
  }
  .rounded-px-xxl-35 {
    border-radius: 2.1875rem !important;
  }
  .rounded-px-xxl-36 {
    border-radius: 2.25rem !important;
  }
  .rounded-px-xxl-37 {
    border-radius: 2.3125rem !important;
  }
  .rounded-px-xxl-38 {
    border-radius: 2.375rem !important;
  }
  .rounded-px-xxl-39 {
    border-radius: 2.4375rem !important;
  }
  .rounded-px-xxl-40 {
    border-radius: 2.5rem !important;
  }
  .rounded-px-xxl-41 {
    border-radius: 2.5625rem !important;
  }
  .rounded-px-xxl-42 {
    border-radius: 2.625rem !important;
  }
  .rounded-px-xxl-43 {
    border-radius: 2.6875rem !important;
  }
  .rounded-px-xxl-44 {
    border-radius: 2.75rem !important;
  }
  .rounded-px-xxl-45 {
    border-radius: 2.8125rem !important;
  }
  .rounded-px-xxl-46 {
    border-radius: 2.875rem !important;
  }
  .rounded-px-xxl-47 {
    border-radius: 2.9375rem !important;
  }
  .rounded-px-xxl-48 {
    border-radius: 3rem !important;
  }
  .rounded-px-xxl-49 {
    border-radius: 3.0625rem !important;
  }
  .rounded-px-xxl-50 {
    border-radius: 3.125rem !important;
  }
  .rounded-px-xxl-51 {
    border-radius: 3.1875rem !important;
  }
  .rounded-px-xxl-52 {
    border-radius: 3.25rem !important;
  }
  .rounded-px-xxl-53 {
    border-radius: 3.3125rem !important;
  }
  .rounded-px-xxl-54 {
    border-radius: 3.375rem !important;
  }
  .rounded-px-xxl-56 {
    border-radius: 3.5rem !important;
  }
  .rounded-px-xxl-57 {
    border-radius: 3.5625rem !important;
  }
  .rounded-px-xxl-58 {
    border-radius: 3.625rem !important;
  }
  .rounded-px-xxl-59 {
    border-radius: 3.6875rem !important;
  }
  .rounded-px-xxl-60 {
    border-radius: 3.75rem !important;
  }
  .rounded-px-xxl-61 {
    border-radius: 3.8125rem !important;
  }
  .rounded-px-xxl-62 {
    border-radius: 3.875rem !important;
  }
  .rounded-px-xxl-63 {
    border-radius: 3.9375rem !important;
  }
  .rounded-px-xxl-64 {
    border-radius: 4rem !important;
  }
  .rounded-px-xxl-68 {
    border-radius: 4.25rem !important;
  }
  .rounded-px-xxl-70 {
    border-radius: 4.375rem !important;
  }
  .rounded-px-xxl-80 {
    border-radius: 5rem !important;
  }
  .rounded-px-xxl-82 {
    border-radius: 5.125rem !important;
  }
  .rounded-px-xxl-83 {
    border-radius: 5.1875rem !important;
  }
  .rounded-px-xxl-84 {
    border-radius: 5.25rem !important;
  }
  .rounded-px-xxl-98 {
    border-radius: 6.125rem !important;
  }
  .rounded-px-xxl-104 {
    border-radius: 6.5rem !important;
  }
  .rounded-px-xxl-122 {
    border-radius: 7.625rem !important;
  }
  .rounded-px-xxl-123 {
    border-radius: 7.6875rem !important;
  }
  .rounded-px-xxl-147 {
    border-radius: 9.1875rem !important;
  }
  .rounded-px-xxl-148 {
    border-radius: 9.25rem !important;
  }
  .rounded-px-xxl-150 {
    border-radius: 9.375rem !important;
  }
  .rounded-px-xxl-180 {
    border-radius: 11.25rem !important;
  }
  .rounded-px-xxl-192 {
    border-radius: 12rem !important;
  }
  .rounded-px-xxl-200 {
    border-radius: 12.5rem !important;
  }
  .rounded-px-xxl-220 {
    border-radius: 13.75rem !important;
  }
  .rounded-px-xxl-270 {
    border-radius: 16.875rem !important;
  }
  .rounded-px-xxl-300 {
    border-radius: 18.75rem !important;
  }
  .rounded-px-xxl-350 {
    border-radius: 21.875rem !important;
  }
  .rounded-px-xxl-400 {
    border-radius: 25rem !important;
  }
  .rounded-px-xxl-500 {
    border-radius: 31.25rem !important;
  }
  .rounded-px-xxl-600 {
    border-radius: 37.5rem !important;
  }
  .border-top-right-radius-xxl-0 {
    border-top-right-radius: 0 !important;
  }
  .border-top-right-radius-xxl-1 {
    border-top-right-radius: 0.0625rem !important;
  }
  .border-top-right-radius-xxl-2 {
    border-top-right-radius: 0.125rem !important;
  }
  .border-top-right-radius-xxl-3 {
    border-top-right-radius: 0.1875rem !important;
  }
  .border-top-right-radius-xxl-4 {
    border-top-right-radius: 0.5625rem !important;
  }
  .border-top-right-radius-xxl-5 {
    border-top-right-radius: 0.3125rem !important;
  }
  .border-top-right-radius-xxl-6 {
    border-top-right-radius: 0.375rem !important;
  }
  .border-top-right-radius-xxl-7 {
    border-top-right-radius: 0.4375rem !important;
  }
  .border-top-left-radius-xxl-0 {
    border-top-left-radius: 0 !important;
  }
  .border-top-left-radius-xxl-1 {
    border-top-left-radius: 0.0625rem !important;
  }
  .border-top-left-radius-xxl-2 {
    border-top-left-radius: 0.125rem !important;
  }
  .border-top-left-radius-xxl-3 {
    border-top-left-radius: 0.1875rem !important;
  }
  .border-top-left-radius-xxl-4 {
    border-top-left-radius: 0.5625rem !important;
  }
  .border-top-left-radius-xxl-5 {
    border-top-left-radius: 0.3125rem !important;
  }
  .border-top-left-radius-xxl-6 {
    border-top-left-radius: 0.375rem !important;
  }
  .border-top-left-radius-xxl-7 {
    border-top-left-radius: 0.4375rem !important;
  }
  .border-bottom-left-radius-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .border-bottom-left-radius-xxl-1 {
    border-bottom-left-radius: 0.0625rem !important;
  }
  .border-bottom-left-radius-xxl-2 {
    border-bottom-left-radius: 0.125rem !important;
  }
  .border-bottom-left-radius-xxl-3 {
    border-bottom-left-radius: 0.1875rem !important;
  }
  .border-bottom-left-radius-xxl-4 {
    border-bottom-left-radius: 0.5625rem !important;
  }
  .border-bottom-left-radius-xxl-5 {
    border-bottom-left-radius: 0.3125rem !important;
  }
  .border-bottom-left-radius-xxl-6 {
    border-bottom-left-radius: 0.375rem !important;
  }
  .border-bottom-left-radius-xxl-7 {
    border-bottom-left-radius: 0.4375rem !important;
  }
  .border-bottom-right-radius-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .border-bottom-right-radius-xxl-1 {
    border-bottom-right-radius: 0.0625rem !important;
  }
  .border-bottom-right-radius-xxl-2 {
    border-bottom-right-radius: 0.125rem !important;
  }
  .border-bottom-right-radius-xxl-3 {
    border-bottom-right-radius: 0.1875rem !important;
  }
  .border-bottom-right-radius-xxl-4 {
    border-bottom-right-radius: 0.5625rem !important;
  }
  .border-bottom-right-radius-xxl-5 {
    border-bottom-right-radius: 0.3125rem !important;
  }
  .border-bottom-right-radius-xxl-6 {
    border-bottom-right-radius: 0.375rem !important;
  }
  .border-bottom-right-radius-xxl-7 {
    border-bottom-right-radius: 0.4375rem !important;
  }
  .top-px-xxl-0 {
    inset-block-start: 0rem !important;
  }
  .top-px-xxl-1 {
    inset-block-start: 0.0625rem !important;
  }
  .top-px-xxl-2 {
    inset-block-start: 0.125rem !important;
  }
  .top-px-xxl-3 {
    inset-block-start: 0.1875rem !important;
  }
  .top-px-xxl-4 {
    inset-block-start: 0.25rem !important;
  }
  .top-px-xxl-5 {
    inset-block-start: 0.3125rem !important;
  }
  .top-px-xxl-6 {
    inset-block-start: 0.375rem !important;
  }
  .top-px-xxl-7 {
    inset-block-start: 0.4375rem !important;
  }
  .top-px-xxl-8 {
    inset-block-start: 0.5rem !important;
  }
  .top-px-xxl-9 {
    inset-block-start: 0.5625rem !important;
  }
  .top-px-xxl-10 {
    inset-block-start: 0.625rem !important;
  }
  .top-px-xxl-11 {
    inset-block-start: 0.6875rem !important;
  }
  .top-px-xxl-12 {
    inset-block-start: 0.75rem !important;
  }
  .top-px-xxl-13 {
    inset-block-start: 0.8125rem !important;
  }
  .top-px-xxl-14 {
    inset-block-start: 0.875rem !important;
  }
  .top-px-xxl-15 {
    inset-block-start: 0.9375rem !important;
  }
  .top-px-xxl-16 {
    inset-block-start: 1rem !important;
  }
  .top-px-xxl-17 {
    inset-block-start: 1.0625rem !important;
  }
  .top-px-xxl-18 {
    inset-block-start: 1.125rem !important;
  }
  .top-px-xxl-19 {
    inset-block-start: 1.1875rem !important;
  }
  .top-px-xxl-20 {
    inset-block-start: 1.25rem !important;
  }
  .top-px-xxl-21 {
    inset-block-start: 1.3125rem !important;
  }
  .top-px-xxl-22 {
    inset-block-start: 1.375rem !important;
  }
  .top-px-xxl-23 {
    inset-block-start: 1.4375rem !important;
  }
  .top-px-xxl-24 {
    inset-block-start: 1.5rem !important;
  }
  .top-px-xxl-25 {
    inset-block-start: 1.5625rem !important;
  }
  .top-px-xxl-26 {
    inset-block-start: 1.625rem !important;
  }
  .top-px-xxl-27 {
    inset-block-start: 1.6875rem !important;
  }
  .top-px-xxl-28 {
    inset-block-start: 1.75rem !important;
  }
  .top-px-xxl-29 {
    inset-block-start: 1.8125rem !important;
  }
  .top-px-xxl-30 {
    inset-block-start: 1.875rem !important;
  }
  .top-px-xxl-31 {
    inset-block-start: 1.9375rem !important;
  }
  .top-px-xxl-32 {
    inset-block-start: 2rem !important;
  }
  .top-px-xxl-33 {
    inset-block-start: 2.0625rem !important;
  }
  .top-px-xxl-34 {
    inset-block-start: 2.125rem !important;
  }
  .top-px-xxl-35 {
    inset-block-start: 2.1875rem !important;
  }
  .top-px-xxl-36 {
    inset-block-start: 2.25rem !important;
  }
  .top-px-xxl-37 {
    inset-block-start: 2.3125rem !important;
  }
  .top-px-xxl-38 {
    inset-block-start: 2.375rem !important;
  }
  .top-px-xxl-39 {
    inset-block-start: 2.4375rem !important;
  }
  .top-px-xxl-40 {
    inset-block-start: 2.5rem !important;
  }
  .top-px-xxl-41 {
    inset-block-start: 2.5625rem !important;
  }
  .top-px-xxl-42 {
    inset-block-start: 2.625rem !important;
  }
  .top-px-xxl-43 {
    inset-block-start: 2.6875rem !important;
  }
  .top-px-xxl-44 {
    inset-block-start: 2.75rem !important;
  }
  .top-px-xxl-45 {
    inset-block-start: 2.8125rem !important;
  }
  .top-px-xxl-46 {
    inset-block-start: 2.875rem !important;
  }
  .top-px-xxl-47 {
    inset-block-start: 2.9375rem !important;
  }
  .top-px-xxl-48 {
    inset-block-start: 3rem !important;
  }
  .top-px-xxl-49 {
    inset-block-start: 3.0625rem !important;
  }
  .top-px-xxl-50 {
    inset-block-start: 3.125rem !important;
  }
  .top-px-xxl-51 {
    inset-block-start: 3.1875rem !important;
  }
  .top-px-xxl-52 {
    inset-block-start: 3.25rem !important;
  }
  .top-px-xxl-53 {
    inset-block-start: 3.3125rem !important;
  }
  .top-px-xxl-54 {
    inset-block-start: 3.375rem !important;
  }
  .top-px-xxl-56 {
    inset-block-start: 3.5rem !important;
  }
  .top-px-xxl-57 {
    inset-block-start: 3.5625rem !important;
  }
  .top-px-xxl-58 {
    inset-block-start: 3.625rem !important;
  }
  .top-px-xxl-59 {
    inset-block-start: 3.6875rem !important;
  }
  .top-px-xxl-60 {
    inset-block-start: 3.75rem !important;
  }
  .top-px-xxl-61 {
    inset-block-start: 3.8125rem !important;
  }
  .top-px-xxl-62 {
    inset-block-start: 3.875rem !important;
  }
  .top-px-xxl-63 {
    inset-block-start: 3.9375rem !important;
  }
  .top-px-xxl-64 {
    inset-block-start: 4rem !important;
  }
  .top-px-xxl-68 {
    inset-block-start: 4.25rem !important;
  }
  .top-px-xxl-70 {
    inset-block-start: 4.375rem !important;
  }
  .top-px-xxl-80 {
    inset-block-start: 5rem !important;
  }
  .top-px-xxl-82 {
    inset-block-start: 5.125rem !important;
  }
  .top-px-xxl-83 {
    inset-block-start: 5.1875rem !important;
  }
  .top-px-xxl-84 {
    inset-block-start: 5.25rem !important;
  }
  .top-px-xxl-98 {
    inset-block-start: 6.125rem !important;
  }
  .top-px-xxl-104 {
    inset-block-start: 6.5rem !important;
  }
  .top-px-xxl-122 {
    inset-block-start: 7.625rem !important;
  }
  .top-px-xxl-123 {
    inset-block-start: 7.6875rem !important;
  }
  .top-px-xxl-147 {
    inset-block-start: 9.1875rem !important;
  }
  .top-px-xxl-148 {
    inset-block-start: 9.25rem !important;
  }
  .top-px-xxl-150 {
    inset-block-start: 9.375rem !important;
  }
  .top-px-xxl-180 {
    inset-block-start: 11.25rem !important;
  }
  .top-px-xxl-192 {
    inset-block-start: 12rem !important;
  }
  .top-px-xxl-200 {
    inset-block-start: 12.5rem !important;
  }
  .top-px-xxl-220 {
    inset-block-start: 13.75rem !important;
  }
  .top-px-xxl-270 {
    inset-block-start: 16.875rem !important;
  }
  .top-px-xxl-300 {
    inset-block-start: 18.75rem !important;
  }
  .top-px-xxl-350 {
    inset-block-start: 21.875rem !important;
  }
  .top-px-xxl-400 {
    inset-block-start: 25rem !important;
  }
  .top-px-xxl-500 {
    inset-block-start: 31.25rem !important;
  }
  .top-px-xxl-600 {
    inset-block-start: 37.5rem !important;
  }
  .bottom-px-xxl-0 {
    inset-block-end: 0rem !important;
  }
  .bottom-px-xxl-1 {
    inset-block-end: 0.0625rem !important;
  }
  .bottom-px-xxl-2 {
    inset-block-end: 0.125rem !important;
  }
  .bottom-px-xxl-3 {
    inset-block-end: 0.1875rem !important;
  }
  .bottom-px-xxl-4 {
    inset-block-end: 0.25rem !important;
  }
  .bottom-px-xxl-5 {
    inset-block-end: 0.3125rem !important;
  }
  .bottom-px-xxl-6 {
    inset-block-end: 0.375rem !important;
  }
  .bottom-px-xxl-7 {
    inset-block-end: 0.4375rem !important;
  }
  .bottom-px-xxl-8 {
    inset-block-end: 0.5rem !important;
  }
  .bottom-px-xxl-9 {
    inset-block-end: 0.5625rem !important;
  }
  .bottom-px-xxl-10 {
    inset-block-end: 0.625rem !important;
  }
  .bottom-px-xxl-11 {
    inset-block-end: 0.6875rem !important;
  }
  .bottom-px-xxl-12 {
    inset-block-end: 0.75rem !important;
  }
  .bottom-px-xxl-13 {
    inset-block-end: 0.8125rem !important;
  }
  .bottom-px-xxl-14 {
    inset-block-end: 0.875rem !important;
  }
  .bottom-px-xxl-15 {
    inset-block-end: 0.9375rem !important;
  }
  .bottom-px-xxl-16 {
    inset-block-end: 1rem !important;
  }
  .bottom-px-xxl-17 {
    inset-block-end: 1.0625rem !important;
  }
  .bottom-px-xxl-18 {
    inset-block-end: 1.125rem !important;
  }
  .bottom-px-xxl-19 {
    inset-block-end: 1.1875rem !important;
  }
  .bottom-px-xxl-20 {
    inset-block-end: 1.25rem !important;
  }
  .bottom-px-xxl-21 {
    inset-block-end: 1.3125rem !important;
  }
  .bottom-px-xxl-22 {
    inset-block-end: 1.375rem !important;
  }
  .bottom-px-xxl-23 {
    inset-block-end: 1.4375rem !important;
  }
  .bottom-px-xxl-24 {
    inset-block-end: 1.5rem !important;
  }
  .bottom-px-xxl-25 {
    inset-block-end: 1.5625rem !important;
  }
  .bottom-px-xxl-26 {
    inset-block-end: 1.625rem !important;
  }
  .bottom-px-xxl-27 {
    inset-block-end: 1.6875rem !important;
  }
  .bottom-px-xxl-28 {
    inset-block-end: 1.75rem !important;
  }
  .bottom-px-xxl-29 {
    inset-block-end: 1.8125rem !important;
  }
  .bottom-px-xxl-30 {
    inset-block-end: 1.875rem !important;
  }
  .bottom-px-xxl-31 {
    inset-block-end: 1.9375rem !important;
  }
  .bottom-px-xxl-32 {
    inset-block-end: 2rem !important;
  }
  .bottom-px-xxl-33 {
    inset-block-end: 2.0625rem !important;
  }
  .bottom-px-xxl-34 {
    inset-block-end: 2.125rem !important;
  }
  .bottom-px-xxl-35 {
    inset-block-end: 2.1875rem !important;
  }
  .bottom-px-xxl-36 {
    inset-block-end: 2.25rem !important;
  }
  .bottom-px-xxl-37 {
    inset-block-end: 2.3125rem !important;
  }
  .bottom-px-xxl-38 {
    inset-block-end: 2.375rem !important;
  }
  .bottom-px-xxl-39 {
    inset-block-end: 2.4375rem !important;
  }
  .bottom-px-xxl-40 {
    inset-block-end: 2.5rem !important;
  }
  .bottom-px-xxl-41 {
    inset-block-end: 2.5625rem !important;
  }
  .bottom-px-xxl-42 {
    inset-block-end: 2.625rem !important;
  }
  .bottom-px-xxl-43 {
    inset-block-end: 2.6875rem !important;
  }
  .bottom-px-xxl-44 {
    inset-block-end: 2.75rem !important;
  }
  .bottom-px-xxl-45 {
    inset-block-end: 2.8125rem !important;
  }
  .bottom-px-xxl-46 {
    inset-block-end: 2.875rem !important;
  }
  .bottom-px-xxl-47 {
    inset-block-end: 2.9375rem !important;
  }
  .bottom-px-xxl-48 {
    inset-block-end: 3rem !important;
  }
  .bottom-px-xxl-49 {
    inset-block-end: 3.0625rem !important;
  }
  .bottom-px-xxl-50 {
    inset-block-end: 3.125rem !important;
  }
  .bottom-px-xxl-51 {
    inset-block-end: 3.1875rem !important;
  }
  .bottom-px-xxl-52 {
    inset-block-end: 3.25rem !important;
  }
  .bottom-px-xxl-53 {
    inset-block-end: 3.3125rem !important;
  }
  .bottom-px-xxl-54 {
    inset-block-end: 3.375rem !important;
  }
  .bottom-px-xxl-56 {
    inset-block-end: 3.5rem !important;
  }
  .bottom-px-xxl-57 {
    inset-block-end: 3.5625rem !important;
  }
  .bottom-px-xxl-58 {
    inset-block-end: 3.625rem !important;
  }
  .bottom-px-xxl-59 {
    inset-block-end: 3.6875rem !important;
  }
  .bottom-px-xxl-60 {
    inset-block-end: 3.75rem !important;
  }
  .bottom-px-xxl-61 {
    inset-block-end: 3.8125rem !important;
  }
  .bottom-px-xxl-62 {
    inset-block-end: 3.875rem !important;
  }
  .bottom-px-xxl-63 {
    inset-block-end: 3.9375rem !important;
  }
  .bottom-px-xxl-64 {
    inset-block-end: 4rem !important;
  }
  .bottom-px-xxl-68 {
    inset-block-end: 4.25rem !important;
  }
  .bottom-px-xxl-70 {
    inset-block-end: 4.375rem !important;
  }
  .bottom-px-xxl-80 {
    inset-block-end: 5rem !important;
  }
  .bottom-px-xxl-82 {
    inset-block-end: 5.125rem !important;
  }
  .bottom-px-xxl-83 {
    inset-block-end: 5.1875rem !important;
  }
  .bottom-px-xxl-84 {
    inset-block-end: 5.25rem !important;
  }
  .bottom-px-xxl-98 {
    inset-block-end: 6.125rem !important;
  }
  .bottom-px-xxl-104 {
    inset-block-end: 6.5rem !important;
  }
  .bottom-px-xxl-122 {
    inset-block-end: 7.625rem !important;
  }
  .bottom-px-xxl-123 {
    inset-block-end: 7.6875rem !important;
  }
  .bottom-px-xxl-147 {
    inset-block-end: 9.1875rem !important;
  }
  .bottom-px-xxl-148 {
    inset-block-end: 9.25rem !important;
  }
  .bottom-px-xxl-150 {
    inset-block-end: 9.375rem !important;
  }
  .bottom-px-xxl-180 {
    inset-block-end: 11.25rem !important;
  }
  .bottom-px-xxl-192 {
    inset-block-end: 12rem !important;
  }
  .bottom-px-xxl-200 {
    inset-block-end: 12.5rem !important;
  }
  .bottom-px-xxl-220 {
    inset-block-end: 13.75rem !important;
  }
  .bottom-px-xxl-270 {
    inset-block-end: 16.875rem !important;
  }
  .bottom-px-xxl-300 {
    inset-block-end: 18.75rem !important;
  }
  .bottom-px-xxl-350 {
    inset-block-end: 21.875rem !important;
  }
  .bottom-px-xxl-400 {
    inset-block-end: 25rem !important;
  }
  .bottom-px-xxl-500 {
    inset-block-end: 31.25rem !important;
  }
  .bottom-px-xxl-600 {
    inset-block-end: 37.5rem !important;
  }
  .start-px-xxl-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-xxl-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-xxl-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-xxl-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-xxl-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-xxl-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-xxl-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-xxl-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-xxl-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-xxl-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-xxl-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-xxl-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-xxl-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-xxl-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-xxl-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-xxl-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-xxl-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-xxl-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-xxl-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-xxl-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-xxl-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-xxl-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-xxl-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-xxl-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-xxl-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-xxl-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-xxl-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-xxl-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-xxl-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-xxl-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-xxl-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-xxl-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-xxl-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-xxl-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-xxl-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-xxl-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-xxl-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-xxl-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-xxl-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-xxl-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-xxl-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-xxl-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-xxl-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-xxl-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-xxl-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-xxl-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-xxl-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-xxl-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-xxl-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-xxl-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-xxl-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-xxl-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-xxl-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-xxl-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-xxl-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-xxl-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-xxl-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-xxl-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-xxl-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-xxl-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-xxl-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-xxl-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-xxl-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-xxl-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-xxl-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-xxl-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-xxl-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-xxl-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-xxl-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-xxl-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-xxl-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-xxl-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-xxl-122 {
    inset-inline-start: 7.625rem !important;
  }
  .start-px-xxl-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-xxl-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-xxl-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-xxl-150 {
    inset-inline-start: 9.375rem !important;
  }
  .start-px-xxl-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-xxl-192 {
    inset-inline-start: 12rem !important;
  }
  .start-px-xxl-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-xxl-220 {
    inset-inline-start: 13.75rem !important;
  }
  .start-px-xxl-270 {
    inset-inline-start: 16.875rem !important;
  }
  .start-px-xxl-300 {
    inset-inline-start: 18.75rem !important;
  }
  .start-px-xxl-350 {
    inset-inline-start: 21.875rem !important;
  }
  .start-px-xxl-400 {
    inset-inline-start: 25rem !important;
  }
  .start-px-xxl-500 {
    inset-inline-start: 31.25rem !important;
  }
  .start-px-xxl-600 {
    inset-inline-start: 37.5rem !important;
  }
  .end-px-xxl-0 {
    inset-inline-end: 0rem !important;
  }
  .end-px-xxl-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-px-xxl-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-px-xxl-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-px-xxl-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-px-xxl-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-px-xxl-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-px-xxl-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-px-xxl-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-px-xxl-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-px-xxl-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-px-xxl-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-px-xxl-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-px-xxl-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-px-xxl-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-px-xxl-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-px-xxl-16 {
    inset-inline-end: 1rem !important;
  }
  .end-px-xxl-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-px-xxl-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-px-xxl-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-px-xxl-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-px-xxl-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-px-xxl-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-px-xxl-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-px-xxl-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-px-xxl-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-px-xxl-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-px-xxl-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-px-xxl-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-px-xxl-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-px-xxl-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-px-xxl-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-px-xxl-32 {
    inset-inline-end: 2rem !important;
  }
  .end-px-xxl-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-px-xxl-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-px-xxl-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-px-xxl-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-px-xxl-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-px-xxl-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-px-xxl-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-px-xxl-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-px-xxl-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-px-xxl-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-px-xxl-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-px-xxl-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-px-xxl-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-px-xxl-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-px-xxl-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-px-xxl-48 {
    inset-inline-end: 3rem !important;
  }
  .end-px-xxl-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-px-xxl-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-px-xxl-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-px-xxl-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-px-xxl-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-px-xxl-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-px-xxl-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-px-xxl-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-px-xxl-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-px-xxl-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-px-xxl-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-px-xxl-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-px-xxl-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-px-xxl-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-px-xxl-64 {
    inset-inline-end: 4rem !important;
  }
  .end-px-xxl-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-px-xxl-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-px-xxl-80 {
    inset-inline-end: 5rem !important;
  }
  .end-px-xxl-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-px-xxl-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-px-xxl-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-px-xxl-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-px-xxl-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-px-xxl-122 {
    inset-inline-end: 7.625rem !important;
  }
  .end-px-xxl-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-px-xxl-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-px-xxl-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-px-xxl-150 {
    inset-inline-end: 9.375rem !important;
  }
  .end-px-xxl-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-px-xxl-192 {
    inset-inline-end: 12rem !important;
  }
  .end-px-xxl-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-px-xxl-220 {
    inset-inline-end: 13.75rem !important;
  }
  .end-px-xxl-270 {
    inset-inline-end: 16.875rem !important;
  }
  .end-px-xxl-300 {
    inset-inline-end: 18.75rem !important;
  }
  .end-px-xxl-350 {
    inset-inline-end: 21.875rem !important;
  }
  .end-px-xxl-400 {
    inset-inline-end: 25rem !important;
  }
  .end-px-xxl-500 {
    inset-inline-end: 31.25rem !important;
  }
  .end-px-xxl-600 {
    inset-inline-end: 37.5rem !important;
  }
  .top-px-xxl-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .top-px-xxl-n2 {
    inset-block-start: -0.125rem !important;
  }
  .top-px-xxl-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .top-px-xxl-n4 {
    inset-block-start: -0.25rem !important;
  }
  .top-px-xxl-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .top-px-xxl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-px-xxl-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .top-px-xxl-n8 {
    inset-block-start: -0.5rem !important;
  }
  .top-px-xxl-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .top-px-xxl-n10 {
    inset-block-start: -0.625rem !important;
  }
  .top-px-xxl-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .top-px-xxl-n12 {
    inset-block-start: -0.75rem !important;
  }
  .top-px-xxl-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .top-px-xxl-n14 {
    inset-block-start: -0.875rem !important;
  }
  .top-px-xxl-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .top-px-xxl-n16 {
    inset-block-start: -1rem !important;
  }
  .top-px-xxl-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .top-px-xxl-n18 {
    inset-block-start: -1.125rem !important;
  }
  .top-px-xxl-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .top-px-xxl-n20 {
    inset-block-start: -1.25rem !important;
  }
  .top-px-xxl-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .top-px-xxl-n22 {
    inset-block-start: -1.375rem !important;
  }
  .top-px-xxl-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .top-px-xxl-n24 {
    inset-block-start: -1.5rem !important;
  }
  .top-px-xxl-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .top-px-xxl-n26 {
    inset-block-start: -1.625rem !important;
  }
  .top-px-xxl-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .top-px-xxl-n28 {
    inset-block-start: -1.75rem !important;
  }
  .top-px-xxl-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .top-px-xxl-n30 {
    inset-block-start: -1.875rem !important;
  }
  .top-px-xxl-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .top-px-xxl-n32 {
    inset-block-start: -2rem !important;
  }
  .top-px-xxl-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .top-px-xxl-n34 {
    inset-block-start: -2.125rem !important;
  }
  .top-px-xxl-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .top-px-xxl-n36 {
    inset-block-start: -2.25rem !important;
  }
  .top-px-xxl-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .top-px-xxl-n38 {
    inset-block-start: -2.375rem !important;
  }
  .top-px-xxl-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .top-px-xxl-n40 {
    inset-block-start: -2.5rem !important;
  }
  .top-px-xxl-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .top-px-xxl-n42 {
    inset-block-start: -2.625rem !important;
  }
  .top-px-xxl-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .top-px-xxl-n44 {
    inset-block-start: -2.75rem !important;
  }
  .top-px-xxl-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .top-px-xxl-n46 {
    inset-block-start: -2.875rem !important;
  }
  .top-px-xxl-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .top-px-xxl-n48 {
    inset-block-start: -3rem !important;
  }
  .top-px-xxl-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .top-px-xxl-n50 {
    inset-block-start: -3.125rem !important;
  }
  .top-px-xxl-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .top-px-xxl-n52 {
    inset-block-start: -3.25rem !important;
  }
  .top-px-xxl-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .top-px-xxl-n54 {
    inset-block-start: -3.375rem !important;
  }
  .top-px-xxl-n56 {
    inset-block-start: -3.5rem !important;
  }
  .top-px-xxl-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .top-px-xxl-n58 {
    inset-block-start: -3.625rem !important;
  }
  .top-px-xxl-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .top-px-xxl-n60 {
    inset-block-start: -3.75rem !important;
  }
  .top-px-xxl-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .top-px-xxl-n62 {
    inset-block-start: -3.875rem !important;
  }
  .top-px-xxl-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .top-px-xxl-n64 {
    inset-block-start: -4rem !important;
  }
  .top-px-xxl-n68 {
    inset-block-start: -4.25rem !important;
  }
  .top-px-xxl-n70 {
    inset-block-start: -4.375rem !important;
  }
  .top-px-xxl-n80 {
    inset-block-start: -5rem !important;
  }
  .top-px-xxl-n82 {
    inset-block-start: -5.125rem !important;
  }
  .top-px-xxl-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .top-px-xxl-n84 {
    inset-block-start: -5.25rem !important;
  }
  .top-px-xxl-n98 {
    inset-block-start: -6.125rem !important;
  }
  .top-px-xxl-n104 {
    inset-block-start: -6.5rem !important;
  }
  .top-px-xxl-n122 {
    inset-block-start: -7.625rem !important;
  }
  .top-px-xxl-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .top-px-xxl-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .top-px-xxl-n148 {
    inset-block-start: -9.25rem !important;
  }
  .top-px-xxl-n150 {
    inset-block-start: -9.375rem !important;
  }
  .top-px-xxl-n180 {
    inset-block-start: -11.25rem !important;
  }
  .top-px-xxl-n192 {
    inset-block-start: -12rem !important;
  }
  .top-px-xxl-n200 {
    inset-block-start: -12.5rem !important;
  }
  .top-px-xxl-n220 {
    inset-block-start: -13.75rem !important;
  }
  .top-px-xxl-n270 {
    inset-block-start: -16.875rem !important;
  }
  .top-px-xxl-n300 {
    inset-block-start: -18.75rem !important;
  }
  .top-px-xxl-n350 {
    inset-block-start: -21.875rem !important;
  }
  .top-px-xxl-n400 {
    inset-block-start: -25rem !important;
  }
  .top-px-xxl-n500 {
    inset-block-start: -31.25rem !important;
  }
  .top-px-xxl-n600 {
    inset-block-start: -37.5rem !important;
  }
  .bottom-px-xxl-n1 {
    inset-block-start: -0.0625rem !important;
  }
  .bottom-px-xxl-n2 {
    inset-block-start: -0.125rem !important;
  }
  .bottom-px-xxl-n3 {
    inset-block-start: -0.1875rem !important;
  }
  .bottom-px-xxl-n4 {
    inset-block-start: -0.25rem !important;
  }
  .bottom-px-xxl-n5 {
    inset-block-start: -0.3125rem !important;
  }
  .bottom-px-xxl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-px-xxl-n7 {
    inset-block-start: -0.4375rem !important;
  }
  .bottom-px-xxl-n8 {
    inset-block-start: -0.5rem !important;
  }
  .bottom-px-xxl-n9 {
    inset-block-start: -0.5625rem !important;
  }
  .bottom-px-xxl-n10 {
    inset-block-start: -0.625rem !important;
  }
  .bottom-px-xxl-n11 {
    inset-block-start: -0.6875rem !important;
  }
  .bottom-px-xxl-n12 {
    inset-block-start: -0.75rem !important;
  }
  .bottom-px-xxl-n13 {
    inset-block-start: -0.8125rem !important;
  }
  .bottom-px-xxl-n14 {
    inset-block-start: -0.875rem !important;
  }
  .bottom-px-xxl-n15 {
    inset-block-start: -0.9375rem !important;
  }
  .bottom-px-xxl-n16 {
    inset-block-start: -1rem !important;
  }
  .bottom-px-xxl-n17 {
    inset-block-start: -1.0625rem !important;
  }
  .bottom-px-xxl-n18 {
    inset-block-start: -1.125rem !important;
  }
  .bottom-px-xxl-n19 {
    inset-block-start: -1.1875rem !important;
  }
  .bottom-px-xxl-n20 {
    inset-block-start: -1.25rem !important;
  }
  .bottom-px-xxl-n21 {
    inset-block-start: -1.3125rem !important;
  }
  .bottom-px-xxl-n22 {
    inset-block-start: -1.375rem !important;
  }
  .bottom-px-xxl-n23 {
    inset-block-start: -1.4375rem !important;
  }
  .bottom-px-xxl-n24 {
    inset-block-start: -1.5rem !important;
  }
  .bottom-px-xxl-n25 {
    inset-block-start: -1.5625rem !important;
  }
  .bottom-px-xxl-n26 {
    inset-block-start: -1.625rem !important;
  }
  .bottom-px-xxl-n27 {
    inset-block-start: -1.6875rem !important;
  }
  .bottom-px-xxl-n28 {
    inset-block-start: -1.75rem !important;
  }
  .bottom-px-xxl-n29 {
    inset-block-start: -1.8125rem !important;
  }
  .bottom-px-xxl-n30 {
    inset-block-start: -1.875rem !important;
  }
  .bottom-px-xxl-n31 {
    inset-block-start: -1.9375rem !important;
  }
  .bottom-px-xxl-n32 {
    inset-block-start: -2rem !important;
  }
  .bottom-px-xxl-n33 {
    inset-block-start: -2.0625rem !important;
  }
  .bottom-px-xxl-n34 {
    inset-block-start: -2.125rem !important;
  }
  .bottom-px-xxl-n35 {
    inset-block-start: -2.1875rem !important;
  }
  .bottom-px-xxl-n36 {
    inset-block-start: -2.25rem !important;
  }
  .bottom-px-xxl-n37 {
    inset-block-start: -2.3125rem !important;
  }
  .bottom-px-xxl-n38 {
    inset-block-start: -2.375rem !important;
  }
  .bottom-px-xxl-n39 {
    inset-block-start: -2.4375rem !important;
  }
  .bottom-px-xxl-n40 {
    inset-block-start: -2.5rem !important;
  }
  .bottom-px-xxl-n41 {
    inset-block-start: -2.5625rem !important;
  }
  .bottom-px-xxl-n42 {
    inset-block-start: -2.625rem !important;
  }
  .bottom-px-xxl-n43 {
    inset-block-start: -2.6875rem !important;
  }
  .bottom-px-xxl-n44 {
    inset-block-start: -2.75rem !important;
  }
  .bottom-px-xxl-n45 {
    inset-block-start: -2.8125rem !important;
  }
  .bottom-px-xxl-n46 {
    inset-block-start: -2.875rem !important;
  }
  .bottom-px-xxl-n47 {
    inset-block-start: -2.9375rem !important;
  }
  .bottom-px-xxl-n48 {
    inset-block-start: -3rem !important;
  }
  .bottom-px-xxl-n49 {
    inset-block-start: -3.0625rem !important;
  }
  .bottom-px-xxl-n50 {
    inset-block-start: -3.125rem !important;
  }
  .bottom-px-xxl-n51 {
    inset-block-start: -3.1875rem !important;
  }
  .bottom-px-xxl-n52 {
    inset-block-start: -3.25rem !important;
  }
  .bottom-px-xxl-n53 {
    inset-block-start: -3.3125rem !important;
  }
  .bottom-px-xxl-n54 {
    inset-block-start: -3.375rem !important;
  }
  .bottom-px-xxl-n56 {
    inset-block-start: -3.5rem !important;
  }
  .bottom-px-xxl-n57 {
    inset-block-start: -3.5625rem !important;
  }
  .bottom-px-xxl-n58 {
    inset-block-start: -3.625rem !important;
  }
  .bottom-px-xxl-n59 {
    inset-block-start: -3.6875rem !important;
  }
  .bottom-px-xxl-n60 {
    inset-block-start: -3.75rem !important;
  }
  .bottom-px-xxl-n61 {
    inset-block-start: -3.8125rem !important;
  }
  .bottom-px-xxl-n62 {
    inset-block-start: -3.875rem !important;
  }
  .bottom-px-xxl-n63 {
    inset-block-start: -3.9375rem !important;
  }
  .bottom-px-xxl-n64 {
    inset-block-start: -4rem !important;
  }
  .bottom-px-xxl-n68 {
    inset-block-start: -4.25rem !important;
  }
  .bottom-px-xxl-n70 {
    inset-block-start: -4.375rem !important;
  }
  .bottom-px-xxl-n80 {
    inset-block-start: -5rem !important;
  }
  .bottom-px-xxl-n82 {
    inset-block-start: -5.125rem !important;
  }
  .bottom-px-xxl-n83 {
    inset-block-start: -5.1875rem !important;
  }
  .bottom-px-xxl-n84 {
    inset-block-start: -5.25rem !important;
  }
  .bottom-px-xxl-n98 {
    inset-block-start: -6.125rem !important;
  }
  .bottom-px-xxl-n104 {
    inset-block-start: -6.5rem !important;
  }
  .bottom-px-xxl-n122 {
    inset-block-start: -7.625rem !important;
  }
  .bottom-px-xxl-n123 {
    inset-block-start: -7.6875rem !important;
  }
  .bottom-px-xxl-n147 {
    inset-block-start: -9.1875rem !important;
  }
  .bottom-px-xxl-n148 {
    inset-block-start: -9.25rem !important;
  }
  .bottom-px-xxl-n150 {
    inset-block-start: -9.375rem !important;
  }
  .bottom-px-xxl-n180 {
    inset-block-start: -11.25rem !important;
  }
  .bottom-px-xxl-n192 {
    inset-block-start: -12rem !important;
  }
  .bottom-px-xxl-n200 {
    inset-block-start: -12.5rem !important;
  }
  .bottom-px-xxl-n220 {
    inset-block-start: -13.75rem !important;
  }
  .bottom-px-xxl-n270 {
    inset-block-start: -16.875rem !important;
  }
  .bottom-px-xxl-n300 {
    inset-block-start: -18.75rem !important;
  }
  .bottom-px-xxl-n350 {
    inset-block-start: -21.875rem !important;
  }
  .bottom-px-xxl-n400 {
    inset-block-start: -25rem !important;
  }
  .bottom-px-xxl-n500 {
    inset-block-start: -31.25rem !important;
  }
  .bottom-px-xxl-n600 {
    inset-block-start: -37.5rem !important;
  }
  .start-px-xxl-n1 {
    inset-inline-start: -0.0625rem !important;
  }
  .start-px-xxl-n2 {
    inset-inline-start: -0.125rem !important;
  }
  .start-px-xxl-n3 {
    inset-inline-start: -0.1875rem !important;
  }
  .start-px-xxl-n4 {
    inset-inline-start: -0.25rem !important;
  }
  .start-px-xxl-n5 {
    inset-inline-start: -0.3125rem !important;
  }
  .start-px-xxl-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-px-xxl-n7 {
    inset-inline-start: -0.4375rem !important;
  }
  .start-px-xxl-n8 {
    inset-inline-start: -0.5rem !important;
  }
  .start-px-xxl-n9 {
    inset-inline-start: -0.5625rem !important;
  }
  .start-px-xxl-n10 {
    inset-inline-start: -0.625rem !important;
  }
  .start-px-xxl-n11 {
    inset-inline-start: -0.6875rem !important;
  }
  .start-px-xxl-n12 {
    inset-inline-start: -0.75rem !important;
  }
  .start-px-xxl-n13 {
    inset-inline-start: -0.8125rem !important;
  }
  .start-px-xxl-n14 {
    inset-inline-start: -0.875rem !important;
  }
  .start-px-xxl-n15 {
    inset-inline-start: -0.9375rem !important;
  }
  .start-px-xxl-n16 {
    inset-inline-start: -1rem !important;
  }
  .start-px-xxl-n17 {
    inset-inline-start: -1.0625rem !important;
  }
  .start-px-xxl-n18 {
    inset-inline-start: -1.125rem !important;
  }
  .start-px-xxl-n19 {
    inset-inline-start: -1.1875rem !important;
  }
  .start-px-xxl-n20 {
    inset-inline-start: -1.25rem !important;
  }
  .start-px-xxl-n21 {
    inset-inline-start: -1.3125rem !important;
  }
  .start-px-xxl-n22 {
    inset-inline-start: -1.375rem !important;
  }
  .start-px-xxl-n23 {
    inset-inline-start: -1.4375rem !important;
  }
  .start-px-xxl-n24 {
    inset-inline-start: -1.5rem !important;
  }
  .start-px-xxl-n25 {
    inset-inline-start: -1.5625rem !important;
  }
  .start-px-xxl-n26 {
    inset-inline-start: -1.625rem !important;
  }
  .start-px-xxl-n27 {
    inset-inline-start: -1.6875rem !important;
  }
  .start-px-xxl-n28 {
    inset-inline-start: -1.75rem !important;
  }
  .start-px-xxl-n29 {
    inset-inline-start: -1.8125rem !important;
  }
  .start-px-xxl-n30 {
    inset-inline-start: -1.875rem !important;
  }
  .start-px-xxl-n31 {
    inset-inline-start: -1.9375rem !important;
  }
  .start-px-xxl-n32 {
    inset-inline-start: -2rem !important;
  }
  .start-px-xxl-n33 {
    inset-inline-start: -2.0625rem !important;
  }
  .start-px-xxl-n34 {
    inset-inline-start: -2.125rem !important;
  }
  .start-px-xxl-n35 {
    inset-inline-start: -2.1875rem !important;
  }
  .start-px-xxl-n36 {
    inset-inline-start: -2.25rem !important;
  }
  .start-px-xxl-n37 {
    inset-inline-start: -2.3125rem !important;
  }
  .start-px-xxl-n38 {
    inset-inline-start: -2.375rem !important;
  }
  .start-px-xxl-n39 {
    inset-inline-start: -2.4375rem !important;
  }
  .start-px-xxl-n40 {
    inset-inline-start: -2.5rem !important;
  }
  .start-px-xxl-n41 {
    inset-inline-start: -2.5625rem !important;
  }
  .start-px-xxl-n42 {
    inset-inline-start: -2.625rem !important;
  }
  .start-px-xxl-n43 {
    inset-inline-start: -2.6875rem !important;
  }
  .start-px-xxl-n44 {
    inset-inline-start: -2.75rem !important;
  }
  .start-px-xxl-n45 {
    inset-inline-start: -2.8125rem !important;
  }
  .start-px-xxl-n46 {
    inset-inline-start: -2.875rem !important;
  }
  .start-px-xxl-n47 {
    inset-inline-start: -2.9375rem !important;
  }
  .start-px-xxl-n48 {
    inset-inline-start: -3rem !important;
  }
  .start-px-xxl-n49 {
    inset-inline-start: -3.0625rem !important;
  }
  .start-px-xxl-n50 {
    inset-inline-start: -3.125rem !important;
  }
  .start-px-xxl-n51 {
    inset-inline-start: -3.1875rem !important;
  }
  .start-px-xxl-n52 {
    inset-inline-start: -3.25rem !important;
  }
  .start-px-xxl-n53 {
    inset-inline-start: -3.3125rem !important;
  }
  .start-px-xxl-n54 {
    inset-inline-start: -3.375rem !important;
  }
  .start-px-xxl-n56 {
    inset-inline-start: -3.5rem !important;
  }
  .start-px-xxl-n57 {
    inset-inline-start: -3.5625rem !important;
  }
  .start-px-xxl-n58 {
    inset-inline-start: -3.625rem !important;
  }
  .start-px-xxl-n59 {
    inset-inline-start: -3.6875rem !important;
  }
  .start-px-xxl-n60 {
    inset-inline-start: -3.75rem !important;
  }
  .start-px-xxl-n61 {
    inset-inline-start: -3.8125rem !important;
  }
  .start-px-xxl-n62 {
    inset-inline-start: -3.875rem !important;
  }
  .start-px-xxl-n63 {
    inset-inline-start: -3.9375rem !important;
  }
  .start-px-xxl-n64 {
    inset-inline-start: -4rem !important;
  }
  .start-px-xxl-n68 {
    inset-inline-start: -4.25rem !important;
  }
  .start-px-xxl-n70 {
    inset-inline-start: -4.375rem !important;
  }
  .start-px-xxl-n80 {
    inset-inline-start: -5rem !important;
  }
  .start-px-xxl-n82 {
    inset-inline-start: -5.125rem !important;
  }
  .start-px-xxl-n83 {
    inset-inline-start: -5.1875rem !important;
  }
  .start-px-xxl-n84 {
    inset-inline-start: -5.25rem !important;
  }
  .start-px-xxl-n98 {
    inset-inline-start: -6.125rem !important;
  }
  .start-px-xxl-n104 {
    inset-inline-start: -6.5rem !important;
  }
  .start-px-xxl-n122 {
    inset-inline-start: -7.625rem !important;
  }
  .start-px-xxl-n123 {
    inset-inline-start: -7.6875rem !important;
  }
  .start-px-xxl-n147 {
    inset-inline-start: -9.1875rem !important;
  }
  .start-px-xxl-n148 {
    inset-inline-start: -9.25rem !important;
  }
  .start-px-xxl-n150 {
    inset-inline-start: -9.375rem !important;
  }
  .start-px-xxl-n180 {
    inset-inline-start: -11.25rem !important;
  }
  .start-px-xxl-n192 {
    inset-inline-start: -12rem !important;
  }
  .start-px-xxl-n200 {
    inset-inline-start: -12.5rem !important;
  }
  .start-px-xxl-n220 {
    inset-inline-start: -13.75rem !important;
  }
  .start-px-xxl-n270 {
    inset-inline-start: -16.875rem !important;
  }
  .start-px-xxl-n300 {
    inset-inline-start: -18.75rem !important;
  }
  .start-px-xxl-n350 {
    inset-inline-start: -21.875rem !important;
  }
  .start-px-xxl-n400 {
    inset-inline-start: -25rem !important;
  }
  .start-px-xxl-n500 {
    inset-inline-start: -31.25rem !important;
  }
  .start-px-xxl-n600 {
    inset-inline-start: -37.5rem !important;
  }
  .end-px-xxl-n1 {
    inset-inline-end: -0.0625rem !important;
  }
  .end-px-xxl-n2 {
    inset-inline-end: -0.125rem !important;
  }
  .end-px-xxl-n3 {
    inset-inline-end: -0.1875rem !important;
  }
  .end-px-xxl-n4 {
    inset-inline-end: -0.25rem !important;
  }
  .end-px-xxl-n5 {
    inset-inline-end: -0.3125rem !important;
  }
  .end-px-xxl-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-px-xxl-n7 {
    inset-inline-end: -0.4375rem !important;
  }
  .end-px-xxl-n8 {
    inset-inline-end: -0.5rem !important;
  }
  .end-px-xxl-n9 {
    inset-inline-end: -0.5625rem !important;
  }
  .end-px-xxl-n10 {
    inset-inline-end: -0.625rem !important;
  }
  .end-px-xxl-n11 {
    inset-inline-end: -0.6875rem !important;
  }
  .end-px-xxl-n12 {
    inset-inline-end: -0.75rem !important;
  }
  .end-px-xxl-n13 {
    inset-inline-end: -0.8125rem !important;
  }
  .end-px-xxl-n14 {
    inset-inline-end: -0.875rem !important;
  }
  .end-px-xxl-n15 {
    inset-inline-end: -0.9375rem !important;
  }
  .end-px-xxl-n16 {
    inset-inline-end: -1rem !important;
  }
  .end-px-xxl-n17 {
    inset-inline-end: -1.0625rem !important;
  }
  .end-px-xxl-n18 {
    inset-inline-end: -1.125rem !important;
  }
  .end-px-xxl-n19 {
    inset-inline-end: -1.1875rem !important;
  }
  .end-px-xxl-n20 {
    inset-inline-end: -1.25rem !important;
  }
  .end-px-xxl-n21 {
    inset-inline-end: -1.3125rem !important;
  }
  .end-px-xxl-n22 {
    inset-inline-end: -1.375rem !important;
  }
  .end-px-xxl-n23 {
    inset-inline-end: -1.4375rem !important;
  }
  .end-px-xxl-n24 {
    inset-inline-end: -1.5rem !important;
  }
  .end-px-xxl-n25 {
    inset-inline-end: -1.5625rem !important;
  }
  .end-px-xxl-n26 {
    inset-inline-end: -1.625rem !important;
  }
  .end-px-xxl-n27 {
    inset-inline-end: -1.6875rem !important;
  }
  .end-px-xxl-n28 {
    inset-inline-end: -1.75rem !important;
  }
  .end-px-xxl-n29 {
    inset-inline-end: -1.8125rem !important;
  }
  .end-px-xxl-n30 {
    inset-inline-end: -1.875rem !important;
  }
  .end-px-xxl-n31 {
    inset-inline-end: -1.9375rem !important;
  }
  .end-px-xxl-n32 {
    inset-inline-end: -2rem !important;
  }
  .end-px-xxl-n33 {
    inset-inline-end: -2.0625rem !important;
  }
  .end-px-xxl-n34 {
    inset-inline-end: -2.125rem !important;
  }
  .end-px-xxl-n35 {
    inset-inline-end: -2.1875rem !important;
  }
  .end-px-xxl-n36 {
    inset-inline-end: -2.25rem !important;
  }
  .end-px-xxl-n37 {
    inset-inline-end: -2.3125rem !important;
  }
  .end-px-xxl-n38 {
    inset-inline-end: -2.375rem !important;
  }
  .end-px-xxl-n39 {
    inset-inline-end: -2.4375rem !important;
  }
  .end-px-xxl-n40 {
    inset-inline-end: -2.5rem !important;
  }
  .end-px-xxl-n41 {
    inset-inline-end: -2.5625rem !important;
  }
  .end-px-xxl-n42 {
    inset-inline-end: -2.625rem !important;
  }
  .end-px-xxl-n43 {
    inset-inline-end: -2.6875rem !important;
  }
  .end-px-xxl-n44 {
    inset-inline-end: -2.75rem !important;
  }
  .end-px-xxl-n45 {
    inset-inline-end: -2.8125rem !important;
  }
  .end-px-xxl-n46 {
    inset-inline-end: -2.875rem !important;
  }
  .end-px-xxl-n47 {
    inset-inline-end: -2.9375rem !important;
  }
  .end-px-xxl-n48 {
    inset-inline-end: -3rem !important;
  }
  .end-px-xxl-n49 {
    inset-inline-end: -3.0625rem !important;
  }
  .end-px-xxl-n50 {
    inset-inline-end: -3.125rem !important;
  }
  .end-px-xxl-n51 {
    inset-inline-end: -3.1875rem !important;
  }
  .end-px-xxl-n52 {
    inset-inline-end: -3.25rem !important;
  }
  .end-px-xxl-n53 {
    inset-inline-end: -3.3125rem !important;
  }
  .end-px-xxl-n54 {
    inset-inline-end: -3.375rem !important;
  }
  .end-px-xxl-n56 {
    inset-inline-end: -3.5rem !important;
  }
  .end-px-xxl-n57 {
    inset-inline-end: -3.5625rem !important;
  }
  .end-px-xxl-n58 {
    inset-inline-end: -3.625rem !important;
  }
  .end-px-xxl-n59 {
    inset-inline-end: -3.6875rem !important;
  }
  .end-px-xxl-n60 {
    inset-inline-end: -3.75rem !important;
  }
  .end-px-xxl-n61 {
    inset-inline-end: -3.8125rem !important;
  }
  .end-px-xxl-n62 {
    inset-inline-end: -3.875rem !important;
  }
  .end-px-xxl-n63 {
    inset-inline-end: -3.9375rem !important;
  }
  .end-px-xxl-n64 {
    inset-inline-end: -4rem !important;
  }
  .end-px-xxl-n68 {
    inset-inline-end: -4.25rem !important;
  }
  .end-px-xxl-n70 {
    inset-inline-end: -4.375rem !important;
  }
  .end-px-xxl-n80 {
    inset-inline-end: -5rem !important;
  }
  .end-px-xxl-n82 {
    inset-inline-end: -5.125rem !important;
  }
  .end-px-xxl-n83 {
    inset-inline-end: -5.1875rem !important;
  }
  .end-px-xxl-n84 {
    inset-inline-end: -5.25rem !important;
  }
  .end-px-xxl-n98 {
    inset-inline-end: -6.125rem !important;
  }
  .end-px-xxl-n104 {
    inset-inline-end: -6.5rem !important;
  }
  .end-px-xxl-n122 {
    inset-inline-end: -7.625rem !important;
  }
  .end-px-xxl-n123 {
    inset-inline-end: -7.6875rem !important;
  }
  .end-px-xxl-n147 {
    inset-inline-end: -9.1875rem !important;
  }
  .end-px-xxl-n148 {
    inset-inline-end: -9.25rem !important;
  }
  .end-px-xxl-n150 {
    inset-inline-end: -9.375rem !important;
  }
  .end-px-xxl-n180 {
    inset-inline-end: -11.25rem !important;
  }
  .end-px-xxl-n192 {
    inset-inline-end: -12rem !important;
  }
  .end-px-xxl-n200 {
    inset-inline-end: -12.5rem !important;
  }
  .end-px-xxl-n220 {
    inset-inline-end: -13.75rem !important;
  }
  .end-px-xxl-n270 {
    inset-inline-end: -16.875rem !important;
  }
  .end-px-xxl-n300 {
    inset-inline-end: -18.75rem !important;
  }
  .end-px-xxl-n350 {
    inset-inline-end: -21.875rem !important;
  }
  .end-px-xxl-n400 {
    inset-inline-end: -25rem !important;
  }
  .end-px-xxl-n500 {
    inset-inline-end: -31.25rem !important;
  }
  .end-px-xxl-n600 {
    inset-inline-end: -37.5rem !important;
  }
  .object-position-xxl-top {
    object-position: top !important;
  }
  .object-position-xxl-center {
    object-position: center !important;
  }
  .object-position-xxl-bottom {
    object-position: bottom !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;
  }
}
.hover-opacity-1:hover .button {
  opacity: 1 !important;
}
.transition-bg-0-5 {
  transition: background 0.5s ease;
}
.transition-opacitiy-0-3 {
  transition: opacity 0.3s ease;
}
.grid-area-1-1 {
  grid-area: 1/-1;
}
.bg-primary {
  background-color: #3d5b59 !important;
}
.bg-primary-1 {
  background-color: #d1e0df !important;
}
.bg-primary-2 {
  background-color: #b3ccca !important;
}
.bg-primary-3 {
  background-color: #94b7b5 !important;
}
.bg-primary-4 {
  background-color: #76a3a0 !important;
}
.bg-primary-5 {
  background-color: #5c8986 !important;
}
.bg-secondary {
  background-color: #637076 !important;
}
.bg-success {
  background-color: #00af12 !important;
}
.bg-info {
  background-color: #008bdf !important;
}
.bg-warning {
  background-color: #D19318 !important;
}
.bg-warning-1 {
  background-color: #FEFAEF !important;
}
.bg-warning-2 {
  background-color: #F6E0A4 !important;
}
.bg-warning-3 {
  background-color: #EFC758 !important;
}
.bg-warning-4 {
  background-color: #E6AC0C !important;
}
.bg-warning-5 {
  background-color: #BB7B24 !important;
}
.bg-danger {
  background-color: #C73C28 !important;
}
.bg-danger-1 {
  background-color: #FEF4F3 !important;
}
.bg-danger-2 {
  background-color: #FABBB2 !important;
}
.bg-danger-3 {
  background-color: #F68271 !important;
}
.bg-danger-4 {
  background-color: #F34932 !important;
}
.bg-danger-5 {
  background-color: #9D2F20 !important;
}
.bg-light {
  background-color: #f7f9fa !important;
}
.bg-dark {
  background-color: #1f262e !important;
}
.fill-primary {
  fill: #3d5b59 !important;
}
.fill-primary-1 {
  fill: #d1e0df !important;
}
.fill-primary-2 {
  fill: #b3ccca !important;
}
.fill-primary-3 {
  fill: #94b7b5 !important;
}
.fill-primary-4 {
  fill: #76a3a0 !important;
}
.fill-primary-5 {
  fill: #5c8986 !important;
}
.fill-secondary {
  fill: #637076 !important;
}
.fill-success {
  fill: #00af12 !important;
}
.fill-info {
  fill: #008bdf !important;
}
.fill-warning {
  fill: #D19318 !important;
}
.fill-warning-1 {
  fill: #FEFAEF !important;
}
.fill-warning-2 {
  fill: #F6E0A4 !important;
}
.fill-warning-3 {
  fill: #EFC758 !important;
}
.fill-warning-4 {
  fill: #E6AC0C !important;
}
.fill-warning-5 {
  fill: #BB7B24 !important;
}
.fill-danger {
  fill: #C73C28 !important;
}
.fill-danger-1 {
  fill: #FEF4F3 !important;
}
.fill-danger-2 {
  fill: #FABBB2 !important;
}
.fill-danger-3 {
  fill: #F68271 !important;
}
.fill-danger-4 {
  fill: #F34932 !important;
}
.fill-danger-5 {
  fill: #9D2F20 !important;
}
.fill-light {
  fill: #f7f9fa !important;
}
.fill-dark {
  fill: #1f262e !important;
}
.border-primary {
  border-color: #3d5b59 !important;
}
.border-primary-1 {
  border-color: #d1e0df !important;
}
.border-primary-2 {
  border-color: #b3ccca !important;
}
.border-primary-3 {
  border-color: #94b7b5 !important;
}
.border-primary-4 {
  border-color: #76a3a0 !important;
}
.border-primary-5 {
  border-color: #5c8986 !important;
}
.border-secondary {
  border-color: #637076 !important;
}
.border-success {
  border-color: #00af12 !important;
}
.border-info {
  border-color: #008bdf !important;
}
.border-warning {
  border-color: #D19318 !important;
}
.border-warning-1 {
  border-color: #FEFAEF !important;
}
.border-warning-2 {
  border-color: #F6E0A4 !important;
}
.border-warning-3 {
  border-color: #EFC758 !important;
}
.border-warning-4 {
  border-color: #E6AC0C !important;
}
.border-warning-5 {
  border-color: #BB7B24 !important;
}
.border-danger {
  border-color: #C73C28 !important;
}
.border-danger-1 {
  border-color: #FEF4F3 !important;
}
.border-danger-2 {
  border-color: #FABBB2 !important;
}
.border-danger-3 {
  border-color: #F68271 !important;
}
.border-danger-4 {
  border-color: #F34932 !important;
}
.border-danger-5 {
  border-color: #9D2F20 !important;
}
.border-light {
  border-color: #f7f9fa !important;
}
.border-dark {
  border-color: #1f262e !important;
}
.text-primary {
  color: #3d5b59 !important;
}
.text-primary-1 {
  color: #d1e0df !important;
}
.text-primary-2 {
  color: #b3ccca !important;
}
.text-primary-3 {
  color: #94b7b5 !important;
}
.text-primary-4 {
  color: #76a3a0 !important;
}
.text-primary-5 {
  color: #5c8986 !important;
}
.text-secondary {
  color: #637076 !important;
}
.text-success {
  color: #00af12 !important;
}
.text-info {
  color: #008bdf !important;
}
.text-warning {
  color: #D19318 !important;
}
.text-warning-1 {
  color: #FEFAEF !important;
}
.text-warning-2 {
  color: #F6E0A4 !important;
}
.text-warning-3 {
  color: #EFC758 !important;
}
.text-warning-4 {
  color: #E6AC0C !important;
}
.text-warning-5 {
  color: #BB7B24 !important;
}
.text-danger {
  color: #C73C28 !important;
}
.text-danger-1 {
  color: #FEF4F3 !important;
}
.text-danger-2 {
  color: #FABBB2 !important;
}
.text-danger-3 {
  color: #F68271 !important;
}
.text-danger-4 {
  color: #F34932 !important;
}
.text-danger-5 {
  color: #9D2F20 !important;
}
.text-light {
  color: #f7f9fa !important;
}
.text-dark {
  color: #1f262e !important;
}
.hover-opacity-0:hover {
  opacity: 0 !important;
}
.hover-opacity-20:hover {
  opacity: 0.2 !important;
}
.hover-opacity-25:hover {
  opacity: 0.25 !important;
}
.hover-opacity-30:hover {
  opacity: 0.3 !important;
}
.hover-opacity-35:hover {
  opacity: 0.35 !important;
}
.hover-opacity-40:hover {
  opacity: 0.4 !important;
}
.hover-opacity-45:hover {
  opacity: 0.45 !important;
}
.hover-opacity-50:hover {
  opacity: 0.5 !important;
}
.hover-opacity-55:hover {
  opacity: 0.55 !important;
}
.hover-opacity-60:hover {
  opacity: 0.6 !important;
}
.hover-opacity-65:hover {
  opacity: 0.65 !important;
}
.hover-opacity-70:hover {
  opacity: 0.7 !important;
}
.hover-opacity-75:hover {
  opacity: 0.75 !important;
}
.hover-opacity-80:hover {
  opacity: 0.8 !important;
}
.hover-opacity-85:hover {
  opacity: 0.85 !important;
}
.hover-opacity-90:hover {
  opacity: 0.9 !important;
}
.hover-opacity-95:hover {
  opacity: 0.95 !important;
}
.hover-opacity-100:hover {
  opacity: 1 !important;
}
.hover-block:hover {
  display: block !important;
}
.hover-inline-block:hover {
  display: inline-block !important;
}
.hover-flex:hover {
  display: flex !important;
}
.hover-inline-flex:hover {
  display: inline-flex !important;
}
.color-gray-100 {
  color: var(--gray-100) !important;
}
.color-gray-200 {
  color: var(--gray-200) !important;
}
.color-gray-300 {
  color: var(--gray-300) !important;
}
.color-gray-400 {
  color: var(--gray-400) !important;
}
.color-gray-500 {
  color: var(--gray-500) !important;
}
.color-gray-600 {
  color: var(--gray-600) !important;
}
.color-gray-700 {
  color: var(--gray-700) !important;
}
.color-gray-light {
  color: var(--gray-light) !important;
}
.bg-gray-100 {
  background: var(--gray-100) !important;
}
.bg-gray-200 {
  background: var(--gray-200) !important;
}
.bg-gray-300 {
  background: var(--gray-300) !important;
}
.bg-gray-400 {
  background: var(--gray-400) !important;
}
.bg-gray-500 {
  background: var(--gray-500) !important;
}
.bg-gray-600 {
  background: var(--gray-600) !important;
}
.bg-gray-700 {
  background: var(--gray-700) !important;
}
.bg-gray-light {
  background: var(--gray-light) !important;
}
.fill-gray-100 {
  fill: var(--gray-100) !important;
}
.fill-gray-200 {
  fill: var(--gray-200) !important;
}
.fill-gray-300 {
  fill: var(--gray-300) !important;
}
.fill-gray-400 {
  fill: var(--gray-400) !important;
}
.fill-gray-500 {
  fill: var(--gray-500) !important;
}
.fill-gray-600 {
  fill: var(--gray-600) !important;
}
.fill-gray-700 {
  fill: var(--gray-700) !important;
}
.fill-gray-light {
  fill: var(--gray-light) !important;
}
.border-gray-100 {
  border-color: var(--gray-100) !important;
}
.border-gray-200 {
  border-color: var(--gray-200) !important;
}
.border-gray-300 {
  border-color: var(--gray-300) !important;
}
.border-gray-400 {
  border-color: var(--gray-400) !important;
}
.border-gray-500 {
  border-color: var(--gray-500) !important;
}
.border-gray-600 {
  border-color: var(--gray-600) !important;
}
.border-gray-700 {
  border-color: var(--gray-700) !important;
}
.border-gray-light {
  border-color: var(--gray-light) !important;
}
.bg-neutral-100 {
  background: #f5f6fa !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  background: var(--body-bg);
  font-family: "Inter", sans-serif;
}
main {
  display: flex;
  flex-direction: row;
  margin-top: 3.75rem;
}
content {
  height: 100%;
  width: 100%;
  padding-right: 1rem;
  transition: padding-left 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
}
@media (min-width: 768px) {
  content {
    padding-left: calc(4rem + 1rem);
  }
}
.sidebar-opened content {
  padding-left: calc(13.75rem + 1rem);
}
label {
  font-weight: 500;
}
.sidebar {
  background: #fcfeff;
  border-right: 0.0625rem solid #eaeaea;
  width: 4rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
.sidebar .logo .expand-logo img {
  width: 8.25rem;
  max-width: 100%;
  max-height: 1.875rem;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.sidebar.expand {
  display: block;
  width: 13.75rem;
}
.sidebar.expand + content {
  padding-left: calc(13.75rem + 1rem);
}
.sidebar.expand .nested > a:after {
  content: none;
}
.sidebar.expand .nested.without-toggle > a::after {
  content: none;
}
.sidebar.expand .footer {
  display: flex;
}
.sidebar.expand .main-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.sidebar.expand .sidebar-toggle {
  background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22chevron-left%22%20data-name%3D%22Chevron%20Left%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20id%3D%22Path_6718%22%20data-name%3D%22Path%206718%22%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20id%3D%22Path_6719%22%20data-name%3D%22Path%206719%22%20d%3D%22M15%2C6%2C9%2C12l6%2C6%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E) !important;
  color: #fff !important;
}
.sidebar.expand .side-logo {
  display: none !important;
}
.sidebar.expand .expand-logo {
  display: block !important;
}
.sidebar .nav-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  height: calc(100% - 62px);
  overflow: auto;
  box-shadow: -1px 13px 12px rgba(0, 0, 0, 0.1607843137);
  padding-top: 10px;
}
.sidebar > .doc-list li {
  list-style-type: none;
}
.sidebar > .doc-list li:first-child {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 0.0625rem solid #eaeaea;
}
.sidebar > .sidebar-header {
  height: 3.75rem;
  border-bottom: 0.0625rem solid #BFCCD4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar > .sidebar-header .right-chevron {
  background-image: url("./media/Chevron-Right.svg") !important;
  color: #fff !important;
}
.sidebar > .sidebar-header .sidebar-toggle {
  width: 1.25rem;
  aspect-ratio: 1;
  margin: 0.5rem;
  color: #fff;
  background-color: #3d5b59;
  background-image: url("./media/Chevron-Right.svg");
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  right: -1rem;
  cursor: pointer;
  top: 14px;
}
.sidebar > .sidebar-header .side-logo {
  display: block;
}
.sidebar > .sidebar-header .expand-logo {
  display: none;
}
.sidebar > .sidebar-footer {
  display: flex;
  align-items: center;
  height: 60px;
}
.sidebar > .sidebar-footer ul {
  height: unset;
}
.sidebar > .sidebar-footer ul li .dropdown-item {
  height: unset;
}
.sidebar > .sidebar-footer ul li .dropdown-item:hover {
  background: #e2ecee;
  font-weight: 400 !important;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.sidebar ul:hover {
  overflow-y: auto;
}
.sidebar ul .rotate-180 {
  transform: rotate(180deg);
}
.sidebar ul.sticky {
  position: sticky;
  top: 3.75rem;
}
.sidebar ul a {
  text-decoration: none;
  color: #313639;
  font-size: 0.8125rem;
  cursor: pointer;
}
.sidebar ul > li {
  min-height: 2.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.3125rem solid transparent;
  margin-block: 10px;
  font-weight: 500;
}
.sidebar ul > li:first-child {
  margin-top: 0;
}
.sidebar ul > li.open {
  background: #fcfeff;
}
.sidebar ul > li.open > a:after {
  transform: rotate(180deg);
}
.sidebar ul > li.active > a,
.sidebar ul > li:hover > a {
  font-weight: 500 !important;
  color: #292A2F;
}
.sidebar ul > li.active > a .icon svg,
.sidebar ul > li:hover > a .icon svg {
  color: #3d5b59;
}
.sidebar ul > li.active ul li,
.sidebar ul > li:hover ul li {
  border-color: transparent;
  background: transparent;
}
.sidebar ul > li.active {
  font-weight: 600;
  color: #6c757d;
}
.sidebar ul > li.active .icon {
  background: #F4F8F9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul > li a {
  width: 100%;
  height: 100%;
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  word-break: break-word;
  position: relative;
  text-transform: capitalize;
}
.sidebar ul > li a .icon {
  margin-right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar ul > li a .icon svg {
  transition: fill 0.5s ease;
  color: #8b959c;
}
.sidebar ul > li ul {
  display: none;
  margin: 0 0 0 -0.3125rem;
  padding: 0.625rem 0;
  height: auto;
}
.sidebar ul > li ul.visible {
  display: block;
}
.sidebar ul > li ul.visible li {
  margin-left: 1.25rem;
  margin-right: 0.75rem;
  margin-block: 0.3125rem;
  background: unset;
  padding-left: 6px;
}
.sidebar ul > li ul.visible li.active a {
  font-weight: 500 !important;
}
.sidebar ul > li ul.visible li.active svg {
  color: #fff !important;
  fill: #fff !important;
}
.sidebar ul > li ul li {
  margin: 0;
  padding: 0;
  border-left: 0.3125rem solid transparent;
  min-height: 34px;
  padding-block: 2px;
}
.sidebar ul > li ul li:hover a {
  font-weight: 500 !important;
  color: #257180;
}
.sidebar ul > li ul li:hover svg {
  color: #257180;
}
.sidebar ul > li ul li a {
  min-height: auto;
  padding: 0.21875rem 0 0.21875rem 0.875rem;
  border-left: 0.0625rem solid transparent;
  padding-block: 10px;
}
.sidebar ul > li ul li:hover {
  font-weight: 600 !important;
  color: #257180;
}
.sidebar ul > li .ul-collapse {
  display: none;
  margin: 0;
  padding: 0;
  height: auto;
  min-width: 10.25rem;
}
.sidebar ul > li .ul-collapse li {
  display: flex;
  justify-content: center;
  width: unset;
  align-items: center;
  padding: 0;
}
.sidebar ul > li .ul-collapse a {
  display: flex;
  justify-content: center;
}
.sidebar.expand .visible {
  display: block;
  box-shadow: none;
}
.sidebar.expand .visible a {
  font-weight: 500;
}
.sidebar.expand .visible li.active {
  background: #3d5b59;
  padding-block: 8px;
  border-radius: 8px;
}
.sidebar.expand .visible li.active a {
  font-weight: 500;
  color: #fff;
}
.sidebar.expand .visible li.active a::before {
  border-color: #3d5b59;
  background: #3d5b59;
}
.sidebar.expand svg {
  color: #3a3a3b;
  fill: #3a3a3b;
}
.sidebar.expand a {
  color: #3a3a3b;
  fill: #3a3a3b;
}
.sidebar.expand a.notification .icon:after {
  top: 0.9375rem;
  right: 1.5625rem;
}
.sidebar:not(.expand) .nav-section > ul > li > a {
  color: transparent;
  background: transparent !important;
}
.sidebar:not(.expand) .nav-section a {
  font-size: 0px;
  color: #575757;
}
.sidebar:not(.expand) .nav-section .visible {
  display: none;
}
.sidebar:hover a.notification .icon:after {
  top: 0.46875rem;
  right: 0.46875rem;
}
.sidebar:not(.expand) .nav-section li {
  font-weight: 400;
  padding-left: 0.4rem;
}
.sidebar:not(.expand) .nav-section li:hover a {
  z-index: 99999;
  position: absolute;
  height: 45px;
  width: 13.75rem;
  font-size: 13px;
  background: #fff;
  padding: 0;
  font-weight: 500;
}
.sidebar:not(.expand) .nav-section li:hover a:hover {
  color: #3d5b59;
}
.sidebar:not(.expand) .nav-section li:hover > ul {
  display: block;
  padding-left: 0;
  position: absolute;
  left: 2.8125rem;
  width: 11.25rem;
}
.sidebar:not(.expand) .nav-section li:hover > ul li {
  font-weight: 400;
  padding-left: 0.625rem;
  box-shadow: none;
  background: white;
}
.sidebar:not(.expand) .nav-section li.nested:hover a {
  font-size: 0;
  background: transparent;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div {
  display: block;
  padding-left: 0;
  position: absolute;
  left: 4.625rem;
  width: 11.25rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  background: #fff;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div ul {
  display: block;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  transform: translateY(-50%);
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li {
  font-weight: 400;
  margin-left: 0rem;
  box-shadow: none;
  border: none;
  background: #fff;
  margin: 0.625rem;
  border-radius: 0.25rem;
  min-height: 2.375rem;
  padding: 0;
  align-items: center;
  margin: 0.25rem;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li:hover {
  background: #f4f8f9;
  border-left-color: transparent;
  box-shadow: none;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li:hover a {
  font-weight: 400;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li.active {
  background: #f4f8f9;
  border-radius: 0.375rem;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li.active a {
  font-weight: 400;
  border-left: none;
}
.sidebar:not(.expand) .nav-section li.nested:hover > div li a {
  box-shadow: none;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.sidebar:not(.expand) .user-profile {
  display: none;
}
.sidebar:not(.expand) .fa-ellipsis-v {
  display: none;
}
.sidebar .nested.child-opened a:after {
  transform: rotate(360deg);
}
.sidebar:not(.expand) .nav-section .doc-list li:first-child {
  height: 77px;
  width: 100%;
}
.sidebar ul > li:first-child {
  margin-top: 0 !important;
}
.sidebar ul > li:last-child {
  margin-bottom: 0 !important;
}
header {
  height: 3.75rem;
  background-color: #fcfeff;
  padding: 0 0.9375rem 0 0.9375rem;
  border-bottom: 0.0625rem solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 4rem;
  right: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-opened header {
  left: 13.75rem;
}
.form-check-input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #a0adbd;
  border-radius: 0.125rem;
}
.form-check-input[type=checkbox]:checked {
  background-color: #3d5b59;
  border-color: #3d5b59;
}
.form-check-input[type=checkbox]:checked.primary {
  background-color: #3d5b59;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #3d5b59;
}
.form-check-input[type=checkbox]:checked.primary-1 {
  background-color: #d1e0df;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #d1e0df;
}
.form-check-input[type=checkbox]:checked.primary-2 {
  background-color: #b3ccca;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #b3ccca;
}
.form-check-input[type=checkbox]:checked.primary-3 {
  background-color: #94b7b5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #94b7b5;
}
.form-check-input[type=checkbox]:checked.primary-4 {
  background-color: #76a3a0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #76a3a0;
}
.form-check-input[type=checkbox]:checked.primary-5 {
  background-color: #5c8986;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #5c8986;
}
.form-check-input[type=checkbox]:checked.secondary {
  background-color: #637076;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #637076;
}
.form-check-input[type=checkbox]:checked.success {
  background-color: #00af12;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #00af12;
}
.form-check-input[type=checkbox]:checked.info {
  background-color: #008bdf;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #008bdf;
}
.form-check-input[type=checkbox]:checked.warning {
  background-color: #D19318;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #D19318;
}
.form-check-input[type=checkbox]:checked.warning-1 {
  background-color: #FEFAEF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FEFAEF;
}
.form-check-input[type=checkbox]:checked.warning-2 {
  background-color: #F6E0A4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F6E0A4;
}
.form-check-input[type=checkbox]:checked.warning-3 {
  background-color: #EFC758;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #EFC758;
}
.form-check-input[type=checkbox]:checked.warning-4 {
  background-color: #E6AC0C;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #E6AC0C;
}
.form-check-input[type=checkbox]:checked.warning-5 {
  background-color: #BB7B24;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #BB7B24;
}
.form-check-input[type=checkbox]:checked.danger {
  background-color: #C73C28;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #C73C28;
}
.form-check-input[type=checkbox]:checked.danger-1 {
  background-color: #FEF4F3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FEF4F3;
}
.form-check-input[type=checkbox]:checked.danger-2 {
  background-color: #FABBB2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FABBB2;
}
.form-check-input[type=checkbox]:checked.danger-3 {
  background-color: #F68271;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F68271;
}
.form-check-input[type=checkbox]:checked.danger-4 {
  background-color: #F34932;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F34932;
}
.form-check-input[type=checkbox]:checked.danger-5 {
  background-color: #9D2F20;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #9D2F20;
}
.form-check-input[type=checkbox]:checked.light {
  background-color: #f7f9fa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #f7f9fa;
}
.form-check-input[type=checkbox]:checked.dark {
  background-color: #1f262e;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #1f262e;
}
.form-check-input[type=checkbox]:checked.outline-primary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233d5b59' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #3d5b59;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-primary-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23d1e0df' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #d1e0df;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-primary-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23b3ccca' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #b3ccca;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-primary-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2394b7b5' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #94b7b5;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-primary-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2376a3a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #76a3a0;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-primary-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%235c8986' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #5c8986;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-secondary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23637076' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #637076;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-success {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2300af12' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #00af12;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-info {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23008bdf' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #008bdf;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23D19318' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #D19318;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FEFAEF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FEFAEF;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F6E0A4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F6E0A4;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23EFC758' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #EFC758;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23E6AC0C' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #E6AC0C;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-warning-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23BB7B24' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #BB7B24;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23C73C28' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #C73C28;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FEF4F3' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FEF4F3;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FABBB2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #FABBB2;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F68271' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F68271;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F34932' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #F34932;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-danger-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%239D2F20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #9D2F20;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f7f9fa' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #f7f9fa;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked.outline-dark {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f262e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #1f262e;
  background-color: transparent;
}
.form-check-input[type=checkbox].checkbox-lg {
  width: 1.25rem;
  height: 1.25rem;
}
.form-check-input[type=checkbox].checkbox-sm {
  width: 1rem;
  height: 1rem;
}
.form-check-input[type=radio] {
  border: 0.0625rem solid #3d5b59;
  width: 1rem;
  height: 1rem;
  border-color: #3d5b59;
}
.form-check-input[type=radio]:checked {
  background-color: transparent;
  border-color: black;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233d70b2'/%3e%3c/svg%3e");
}
.form-check-input[type=radio]:checked.primary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233d5b59'/%3e%3c/svg%3e");
  border-color: #3d5b59;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.primary-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d1e0df'/%3e%3c/svg%3e");
  border-color: #d1e0df;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.primary-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23b3ccca'/%3e%3c/svg%3e");
  border-color: #b3ccca;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.primary-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2394b7b5'/%3e%3c/svg%3e");
  border-color: #94b7b5;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.primary-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2376a3a0'/%3e%3c/svg%3e");
  border-color: #76a3a0;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.primary-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%235c8986'/%3e%3c/svg%3e");
  border-color: #5c8986;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.secondary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23637076'/%3e%3c/svg%3e");
  border-color: #637076;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.success {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2300af12'/%3e%3c/svg%3e");
  border-color: #00af12;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.info {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23008bdf'/%3e%3c/svg%3e");
  border-color: #008bdf;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23D19318'/%3e%3c/svg%3e");
  border-color: #D19318;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FEFAEF'/%3e%3c/svg%3e");
  border-color: #FEFAEF;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F6E0A4'/%3e%3c/svg%3e");
  border-color: #F6E0A4;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23EFC758'/%3e%3c/svg%3e");
  border-color: #EFC758;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E6AC0C'/%3e%3c/svg%3e");
  border-color: #E6AC0C;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.warning-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23BB7B24'/%3e%3c/svg%3e");
  border-color: #BB7B24;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23C73C28'/%3e%3c/svg%3e");
  border-color: #C73C28;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FEF4F3'/%3e%3c/svg%3e");
  border-color: #FEF4F3;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FABBB2'/%3e%3c/svg%3e");
  border-color: #FABBB2;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F68271'/%3e%3c/svg%3e");
  border-color: #F68271;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F34932'/%3e%3c/svg%3e");
  border-color: #F34932;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.danger-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%239D2F20'/%3e%3c/svg%3e");
  border-color: #9D2F20;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23f7f9fa'/%3e%3c/svg%3e");
  border-color: #f7f9fa;
  background-color: transparent;
}
.form-check-input[type=radio]:checked.dark {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231f262e'/%3e%3c/svg%3e");
  border-color: #1f262e;
  background-color: transparent;
}
.form-check-input[type=radio].radio-lg {
  width: 1.125rem;
  height: 1.125rem;
  background-size: 20px;
}
.form-check-input[type=radio].radio-sm {
  width: 0.875rem;
  height: 0.875rem;
}
.form-switch .form-check-input {
  width: 2.1em;
  height: 1.1em;
  border: 1px solid var(--form-switch-input-bg);
  background-color: var(--form-switch-input-bg);
  border-radius: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked.primary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #3d5b59;
  border-color: #3d5b59;
}
.form-switch .form-check-input:checked.primary-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #d1e0df;
  border-color: #d1e0df;
}
.form-switch .form-check-input:checked.primary-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #b3ccca;
  border-color: #b3ccca;
}
.form-switch .form-check-input:checked.primary-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #94b7b5;
  border-color: #94b7b5;
}
.form-switch .form-check-input:checked.primary-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #76a3a0;
  border-color: #76a3a0;
}
.form-switch .form-check-input:checked.primary-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #5c8986;
  border-color: #5c8986;
}
.form-switch .form-check-input:checked.secondary {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #637076;
  border-color: #637076;
}
.form-switch .form-check-input:checked.success {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #00af12;
  border-color: #00af12;
}
.form-switch .form-check-input:checked.info {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #008bdf;
  border-color: #008bdf;
}
.form-switch .form-check-input:checked.warning {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #D19318;
  border-color: #D19318;
}
.form-switch .form-check-input:checked.warning-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #FEFAEF;
  border-color: #FEFAEF;
}
.form-switch .form-check-input:checked.warning-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #F6E0A4;
  border-color: #F6E0A4;
}
.form-switch .form-check-input:checked.warning-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #EFC758;
  border-color: #EFC758;
}
.form-switch .form-check-input:checked.warning-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #E6AC0C;
  border-color: #E6AC0C;
}
.form-switch .form-check-input:checked.warning-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #BB7B24;
  border-color: #BB7B24;
}
.form-switch .form-check-input:checked.danger {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #C73C28;
  border-color: #C73C28;
}
.form-switch .form-check-input:checked.danger-1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #FEF4F3;
  border-color: #FEF4F3;
}
.form-switch .form-check-input:checked.danger-2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #FABBB2;
  border-color: #FABBB2;
}
.form-switch .form-check-input:checked.danger-3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #F68271;
  border-color: #F68271;
}
.form-switch .form-check-input:checked.danger-4 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #F34932;
  border-color: #F34932;
}
.form-switch .form-check-input:checked.danger-5 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #9D2F20;
  border-color: #9D2F20;
}
.form-switch .form-check-input:checked.light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}
.form-switch .form-check-input:checked.dark {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #1f262e;
  border-color: #1f262e;
}
.form-switch .form-check-input.switch-lg {
  width: 2.5em;
  height: 1.3em;
}
.form-switch .form-check-input.switch-sm {
  width: 1.8em;
  height: 1em;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #3d5b59;
  background: #3d5b59;
}
.checkbox-18 .p-checkbox-box {
  width: 18px;
  height: 18px;
}
.form-control {
  color: var(--text-color);
  border-color: var(--gray-400);
  border-radius: 0.25rem;
}
.form-control:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: var(--input-focus-shadow);
}
.form-control::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
.form-control:disabled,
.form-control.disabled,
.form-control[readonly] {
  opacity: 0.65;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.focus-none:focus {
  border-color: #ced4da;
}
.focus-none:focus {
  box-shadow: unset;
}
.hierarchical-form {
  position: relative;
}
.hierarchical-form .accordion-button::after {
  display: none;
}
.hierarchical-form::before {
  content: "";
  border: dotted #bfc7d2;
  position: absolute;
  border-width: 0 0 0 2px;
  height: calc(100% - 50px);
  top: 40px;
  left: 15px;
}
.hierarchical-form .circle {
  position: relative;
}
.hierarchical-form .circle::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #bfc7d2;
  border-radius: 50%;
  left: -37px;
  top: 14px;
  transition: 0.5s;
}
.hierarchical-form .circle .line {
  position: relative;
}
.hierarchical-form .circle .line::before {
  content: "";
  border: dotted #bfc7d2;
  position: absolute;
  border-width: 2px 0 0 0;
  height: 4px;
  top: 14px;
  left: -27px;
  width: 27px;
}
.hierarchical-form.checkbox-timeline::before {
  z-index: 99;
  top: 24px;
  left: 28px;
  height: calc(100% - 40px);
}
.hierarchical-form.checkbox-timeline .circle::before {
  display: none;
}
.hierarchical-form.checkbox-timeline .circle .line::before {
  left: -27px;
  width: 27px;
}
.form-select {
  color: var(--text-color);
  border-color: var(--gray-400);
  border-radius: 0.25rem;
}
.form-select:focus {
  border-color: var(--input-focus-border-color);
  box-shadow: var(--input-focus-shadow);
}
.form-select::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.input-group-wrapper {
  position: relative;
}
.input-group-wrapper .form-control {
  padding-inline-start: 2.1875rem;
}
.input-group-wrapper .input-group-media {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%) !important;
}
.input-group-wrapper .input-group-media.icon {
  opacity: 0.5;
}
.input-group-wrapper .input-group-media.icon svg,
.input-group-wrapper .input-group-media.icon i {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.input-group-wrapper .input-group-media.text span {
  font-size: 1rem;
  font-weight: 400;
  color: #263238;
}
.input-group-wrapper.start .input-group-media {
  left: 0;
}
.input-group-wrapper.start .input-group-media .text {
  margin-inline-start: 0.75rem;
}
.input-group-wrapper.start .form-control {
  padding-inline-start: 2.1875rem;
}
.input-group-wrapper.end .input-group-media {
  right: 0;
}
.input-group-wrapper.end .input-group-media .text {
  margin-inline-end: 0.75rem;
}
.input-group-wrapper.end .form-control {
  padding-inline-end: 2.1875rem;
  padding-inline-start: 0.75rem;
}
.input-group-text {
  border-color: var(--gray-400);
  border-radius: 0.25rem;
}
.avatar {
  border-radius: 0.3125rem;
  margin: 0 0.3125rem 0 0 !important;
  vertical-align: middle;
  background: hsl(216, 33%, 97%);
  object-fit: cover;
  object-position: 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.avatar i {
  margin: 0;
}
.avatar svg {
  width: 1.25rem;
  height: 1.25rem;
}
.avatar-xs {
  width: 1.7rem;
  height: 1.7rem;
}
.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
}
.avatar-md {
  width: 3.125rem;
  height: 3.125rem;
}
.avatar-lg {
  width: 6.25rem;
  height: 6.25rem;
}
.avatar-xl {
  width: 8.75rem;
  height: 8.75rem;
}
.group-avatar {
  display: flex;
  align-items: center;
}
.group-avatar img {
  border: 0.125rem solid;
  border-color: white;
  overflow: hidden;
}
.group-avatar img + img,
.group-avatar img + .avatar {
  margin-inline-start: -10px !important;
}
.group-avatar .avatar {
  border: 0.125rem solid;
  border-color: white;
  overflow: hidden;
  margin: 0 !important;
}
.group-avatar .avatar + .avatar,
.group-avatar .avatar + img {
  margin-inline-start: -10px !important;
}
.group-avatar .avatar:last-child {
  margin-inline-start: -10px !important;
}
.dropdown-toggle.caret-none::after {
  display: none;
}
.dropdown-menu {
  padding: 8px;
}
.dropdown-menu .dropdown-item {
  border-radius: 4px;
  padding-block: 8px;
  font-size: 14px;
}
.dropdown-menu .dropdown-item:hover {
  background: #f4f8f9;
}
.p-overlay {
  z-index: 9999 !important;
}
.p-dropdown-h-36px.p-dropdown {
  height: 36px;
}
.p-dropdown-h-36px.p-dropdown .p-dropdown-label {
  font-size: 14px;
}
.p-dropdown-h-36px.p-dropdown .p-dropdown-trigger-icon {
  width: 14px;
}
.p-multiselect-h-36px.p-multiselect {
  height: 36px;
}
.p-multiselect-h-36px.p-multiselect .p-multiselect-label {
  font-size: 14px;
}
.p-multiselect-h-36px.p-multiselect .p-multiselect-trigger-icon {
  width: 14px;
}
.p-multiselect-h-32px.p-multiselect {
  height: 32px;
}
.p-multiselect-h-32px.p-multiselect .p-multiselect-label {
  font-size: 13px;
  line-height: 1;
}
.p-multiselect-h-32px.p-multiselect .p-multiselect-trigger-icon {
  width: 13px;
}
.p-dropdown-h-32px.p-dropdown {
  height: 32px;
}
.p-dropdown-h-32px.p-dropdown .p-dropdown-label {
  font-size: 13px;
  line-height: 1;
}
.p-dropdown-h-32px.p-dropdown .p-dropdown-trigger-icon {
  width: 13px;
}
.p-dropdown-panel .p-dropdown-item {
  font-size: 15px;
}
.p-dropdown-panel .p-dropdown-item:hover {
  background: #f4f8f9;
  color: #292A2F;
}
.p-dropdown-panel .p-dropdown-item.p-focus {
  background: #f4f8f9;
  color: #292A2F;
}
.p-datepicker {
  z-index: 9999 !important;
}
.p-datepicker table td > span {
  border-radius: 50%;
  color: #1f262e;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #3d5b59;
  color: #fff;
  border-color: transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #1f262e;
  border: 2px solid #3d5b59;
  background: #fff;
}
.p-autocomplete-item {
  font-size: 15px;
}
.p-autocomplete-item:hover {
  background: #f4f8f9;
  color: #292A2F;
}
.p-autocomplete-item.p-focus {
  background: #f4f8f9;
  color: #292A2F;
}
.p-multiselect-panel timesicon svg {
  width: 14px;
  margin-left: 10px;
}
.p-multiselect-panel .p-checkbox .p-checkbox-box {
  width: 16px;
  height: 16px;
}
.p-multiselect-panel .p-checkbox .p-checkbox-box .p-icon {
  width: 10px;
  height: 10px;
}
.p-multiselect-panel .p-multiselect-header {
  background: #f4f8f9;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter {
  height: 36px;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  font-size: 14px;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  background: #f4f8f9;
  color: #292A2F;
}
.p-dropdown-panel-sm .p-dropdown-item {
  font-size: 13px;
}
.btn {
  padding-inline: 1.875rem;
  padding-block: 0.5rem;
  font-weight: 600;
  border-radius: 0.313rem;
  border-width: 2px;
}
.btn.btn-primary {
  background-color: #3d5b59;
  border-color: #3d5b59;
  color: white;
}
.btn.btn-primary:hover {
  background: #3d5b59;
  color: white;
  border-color: #3d5b59;
  opacity: 0.8;
}
.btn.btn-primary:active {
  background: #3d5b59;
  color: white;
  border-color: #3d5b59;
}
.btn.btn-primary-1 {
  background-color: #d1e0df;
  border-color: #d1e0df;
  color: white;
}
.btn.btn-primary-1:hover {
  background: #d1e0df;
  color: white;
  border-color: #d1e0df;
  opacity: 0.8;
}
.btn.btn-primary-1:active {
  background: #d1e0df;
  color: white;
  border-color: #d1e0df;
}
.btn.btn-primary-2 {
  background-color: #b3ccca;
  border-color: #b3ccca;
  color: white;
}
.btn.btn-primary-2:hover {
  background: #b3ccca;
  color: white;
  border-color: #b3ccca;
  opacity: 0.8;
}
.btn.btn-primary-2:active {
  background: #b3ccca;
  color: white;
  border-color: #b3ccca;
}
.btn.btn-primary-3 {
  background-color: #94b7b5;
  border-color: #94b7b5;
  color: white;
}
.btn.btn-primary-3:hover {
  background: #94b7b5;
  color: white;
  border-color: #94b7b5;
  opacity: 0.8;
}
.btn.btn-primary-3:active {
  background: #94b7b5;
  color: white;
  border-color: #94b7b5;
}
.btn.btn-primary-4 {
  background-color: #76a3a0;
  border-color: #76a3a0;
  color: white;
}
.btn.btn-primary-4:hover {
  background: #76a3a0;
  color: white;
  border-color: #76a3a0;
  opacity: 0.8;
}
.btn.btn-primary-4:active {
  background: #76a3a0;
  color: white;
  border-color: #76a3a0;
}
.btn.btn-primary-5 {
  background-color: #5c8986;
  border-color: #5c8986;
  color: white;
}
.btn.btn-primary-5:hover {
  background: #5c8986;
  color: white;
  border-color: #5c8986;
  opacity: 0.8;
}
.btn.btn-primary-5:active {
  background: #5c8986;
  color: white;
  border-color: #5c8986;
}
.btn.btn-secondary {
  background-color: #637076;
  border-color: #637076;
  color: white;
}
.btn.btn-secondary:hover {
  background: #637076;
  color: white;
  border-color: #637076;
  opacity: 0.8;
}
.btn.btn-secondary:active {
  background: #637076;
  color: white;
  border-color: #637076;
}
.btn.btn-success {
  background-color: #00af12;
  border-color: #00af12;
  color: white;
}
.btn.btn-success:hover {
  background: #00af12;
  color: white;
  border-color: #00af12;
  opacity: 0.8;
}
.btn.btn-success:active {
  background: #00af12;
  color: white;
  border-color: #00af12;
}
.btn.btn-info {
  background-color: #008bdf;
  border-color: #008bdf;
  color: white;
}
.btn.btn-info:hover {
  background: #008bdf;
  color: white;
  border-color: #008bdf;
  opacity: 0.8;
}
.btn.btn-info:active {
  background: #008bdf;
  color: white;
  border-color: #008bdf;
}
.btn.btn-warning {
  background-color: #D19318;
  border-color: #D19318;
  color: white;
}
.btn.btn-warning:hover {
  background: #D19318;
  color: white;
  border-color: #D19318;
  opacity: 0.8;
}
.btn.btn-warning:active {
  background: #D19318;
  color: white;
  border-color: #D19318;
}
.btn.btn-warning-1 {
  background-color: #FEFAEF;
  border-color: #FEFAEF;
  color: white;
}
.btn.btn-warning-1:hover {
  background: #FEFAEF;
  color: white;
  border-color: #FEFAEF;
  opacity: 0.8;
}
.btn.btn-warning-1:active {
  background: #FEFAEF;
  color: white;
  border-color: #FEFAEF;
}
.btn.btn-warning-2 {
  background-color: #F6E0A4;
  border-color: #F6E0A4;
  color: white;
}
.btn.btn-warning-2:hover {
  background: #F6E0A4;
  color: white;
  border-color: #F6E0A4;
  opacity: 0.8;
}
.btn.btn-warning-2:active {
  background: #F6E0A4;
  color: white;
  border-color: #F6E0A4;
}
.btn.btn-warning-3 {
  background-color: #EFC758;
  border-color: #EFC758;
  color: white;
}
.btn.btn-warning-3:hover {
  background: #EFC758;
  color: white;
  border-color: #EFC758;
  opacity: 0.8;
}
.btn.btn-warning-3:active {
  background: #EFC758;
  color: white;
  border-color: #EFC758;
}
.btn.btn-warning-4 {
  background-color: #E6AC0C;
  border-color: #E6AC0C;
  color: white;
}
.btn.btn-warning-4:hover {
  background: #E6AC0C;
  color: white;
  border-color: #E6AC0C;
  opacity: 0.8;
}
.btn.btn-warning-4:active {
  background: #E6AC0C;
  color: white;
  border-color: #E6AC0C;
}
.btn.btn-warning-5 {
  background-color: #BB7B24;
  border-color: #BB7B24;
  color: white;
}
.btn.btn-warning-5:hover {
  background: #BB7B24;
  color: white;
  border-color: #BB7B24;
  opacity: 0.8;
}
.btn.btn-warning-5:active {
  background: #BB7B24;
  color: white;
  border-color: #BB7B24;
}
.btn.btn-danger {
  background-color: #C73C28;
  border-color: #C73C28;
  color: white;
}
.btn.btn-danger:hover {
  background: #C73C28;
  color: white;
  border-color: #C73C28;
  opacity: 0.8;
}
.btn.btn-danger:active {
  background: #C73C28;
  color: white;
  border-color: #C73C28;
}
.btn.btn-danger-1 {
  background-color: #FEF4F3;
  border-color: #FEF4F3;
  color: white;
}
.btn.btn-danger-1:hover {
  background: #FEF4F3;
  color: white;
  border-color: #FEF4F3;
  opacity: 0.8;
}
.btn.btn-danger-1:active {
  background: #FEF4F3;
  color: white;
  border-color: #FEF4F3;
}
.btn.btn-danger-2 {
  background-color: #FABBB2;
  border-color: #FABBB2;
  color: white;
}
.btn.btn-danger-2:hover {
  background: #FABBB2;
  color: white;
  border-color: #FABBB2;
  opacity: 0.8;
}
.btn.btn-danger-2:active {
  background: #FABBB2;
  color: white;
  border-color: #FABBB2;
}
.btn.btn-danger-3 {
  background-color: #F68271;
  border-color: #F68271;
  color: white;
}
.btn.btn-danger-3:hover {
  background: #F68271;
  color: white;
  border-color: #F68271;
  opacity: 0.8;
}
.btn.btn-danger-3:active {
  background: #F68271;
  color: white;
  border-color: #F68271;
}
.btn.btn-danger-4 {
  background-color: #F34932;
  border-color: #F34932;
  color: white;
}
.btn.btn-danger-4:hover {
  background: #F34932;
  color: white;
  border-color: #F34932;
  opacity: 0.8;
}
.btn.btn-danger-4:active {
  background: #F34932;
  color: white;
  border-color: #F34932;
}
.btn.btn-danger-5 {
  background-color: #9D2F20;
  border-color: #9D2F20;
  color: white;
}
.btn.btn-danger-5:hover {
  background: #9D2F20;
  color: white;
  border-color: #9D2F20;
  opacity: 0.8;
}
.btn.btn-danger-5:active {
  background: #9D2F20;
  color: white;
  border-color: #9D2F20;
}
.btn.btn-light {
  background-color: #f7f9fa;
  border-color: #f7f9fa;
  color: white;
}
.btn.btn-light:hover {
  background: #f7f9fa;
  color: white;
  border-color: #f7f9fa;
  opacity: 0.8;
}
.btn.btn-light:active {
  background: #f7f9fa;
  color: white;
  border-color: #f7f9fa;
}
.btn.btn-dark {
  background-color: #1f262e;
  border-color: #1f262e;
  color: white;
}
.btn.btn-dark:hover {
  background: #1f262e;
  color: white;
  border-color: #1f262e;
  opacity: 0.8;
}
.btn.btn-dark:active {
  background: #1f262e;
  color: white;
  border-color: #1f262e;
}
.btn.btn-outline-primary {
  border-color: #3d5b59;
  color: #3d5b59;
  background-color: transparent;
}
.btn.btn-outline-primary:hover {
  background: #3d5b59;
  color: white;
  border-color: #3d5b59;
}
.btn.btn-outline-primary-1 {
  border-color: #d1e0df;
  color: #d1e0df;
  background-color: transparent;
}
.btn.btn-outline-primary-1:hover {
  background: #d1e0df;
  color: white;
  border-color: #d1e0df;
}
.btn.btn-outline-primary-2 {
  border-color: #b3ccca;
  color: #b3ccca;
  background-color: transparent;
}
.btn.btn-outline-primary-2:hover {
  background: #b3ccca;
  color: white;
  border-color: #b3ccca;
}
.btn.btn-outline-primary-3 {
  border-color: #94b7b5;
  color: #94b7b5;
  background-color: transparent;
}
.btn.btn-outline-primary-3:hover {
  background: #94b7b5;
  color: white;
  border-color: #94b7b5;
}
.btn.btn-outline-primary-4 {
  border-color: #76a3a0;
  color: #76a3a0;
  background-color: transparent;
}
.btn.btn-outline-primary-4:hover {
  background: #76a3a0;
  color: white;
  border-color: #76a3a0;
}
.btn.btn-outline-primary-5 {
  border-color: #5c8986;
  color: #5c8986;
  background-color: transparent;
}
.btn.btn-outline-primary-5:hover {
  background: #5c8986;
  color: white;
  border-color: #5c8986;
}
.btn.btn-outline-secondary {
  border-color: #637076;
  color: #637076;
  background-color: transparent;
}
.btn.btn-outline-secondary:hover {
  background: #637076;
  color: white;
  border-color: #637076;
}
.btn.btn-outline-success {
  border-color: #00af12;
  color: #00af12;
  background-color: transparent;
}
.btn.btn-outline-success:hover {
  background: #00af12;
  color: white;
  border-color: #00af12;
}
.btn.btn-outline-info {
  border-color: #008bdf;
  color: #008bdf;
  background-color: transparent;
}
.btn.btn-outline-info:hover {
  background: #008bdf;
  color: white;
  border-color: #008bdf;
}
.btn.btn-outline-warning {
  border-color: #D19318;
  color: #D19318;
  background-color: transparent;
}
.btn.btn-outline-warning:hover {
  background: #D19318;
  color: white;
  border-color: #D19318;
}
.btn.btn-outline-warning-1 {
  border-color: #FEFAEF;
  color: #FEFAEF;
  background-color: transparent;
}
.btn.btn-outline-warning-1:hover {
  background: #FEFAEF;
  color: white;
  border-color: #FEFAEF;
}
.btn.btn-outline-warning-2 {
  border-color: #F6E0A4;
  color: #F6E0A4;
  background-color: transparent;
}
.btn.btn-outline-warning-2:hover {
  background: #F6E0A4;
  color: white;
  border-color: #F6E0A4;
}
.btn.btn-outline-warning-3 {
  border-color: #EFC758;
  color: #EFC758;
  background-color: transparent;
}
.btn.btn-outline-warning-3:hover {
  background: #EFC758;
  color: white;
  border-color: #EFC758;
}
.btn.btn-outline-warning-4 {
  border-color: #E6AC0C;
  color: #E6AC0C;
  background-color: transparent;
}
.btn.btn-outline-warning-4:hover {
  background: #E6AC0C;
  color: white;
  border-color: #E6AC0C;
}
.btn.btn-outline-warning-5 {
  border-color: #BB7B24;
  color: #BB7B24;
  background-color: transparent;
}
.btn.btn-outline-warning-5:hover {
  background: #BB7B24;
  color: white;
  border-color: #BB7B24;
}
.btn.btn-outline-danger {
  border-color: #C73C28;
  color: #C73C28;
  background-color: transparent;
}
.btn.btn-outline-danger:hover {
  background: #C73C28;
  color: white;
  border-color: #C73C28;
}
.btn.btn-outline-danger-1 {
  border-color: #FEF4F3;
  color: #FEF4F3;
  background-color: transparent;
}
.btn.btn-outline-danger-1:hover {
  background: #FEF4F3;
  color: white;
  border-color: #FEF4F3;
}
.btn.btn-outline-danger-2 {
  border-color: #FABBB2;
  color: #FABBB2;
  background-color: transparent;
}
.btn.btn-outline-danger-2:hover {
  background: #FABBB2;
  color: white;
  border-color: #FABBB2;
}
.btn.btn-outline-danger-3 {
  border-color: #F68271;
  color: #F68271;
  background-color: transparent;
}
.btn.btn-outline-danger-3:hover {
  background: #F68271;
  color: white;
  border-color: #F68271;
}
.btn.btn-outline-danger-4 {
  border-color: #F34932;
  color: #F34932;
  background-color: transparent;
}
.btn.btn-outline-danger-4:hover {
  background: #F34932;
  color: white;
  border-color: #F34932;
}
.btn.btn-outline-danger-5 {
  border-color: #9D2F20;
  color: #9D2F20;
  background-color: transparent;
}
.btn.btn-outline-danger-5:hover {
  background: #9D2F20;
  color: white;
  border-color: #9D2F20;
}
.btn.btn-outline-light {
  border-color: #f7f9fa;
  color: #f7f9fa;
  background-color: transparent;
}
.btn.btn-outline-light:hover {
  background: #f7f9fa;
  color: white;
  border-color: #f7f9fa;
}
.btn.btn-outline-dark {
  border-color: #1f262e;
  color: #1f262e;
  background-color: transparent;
}
.btn.btn-outline-dark:hover {
  background: #1f262e;
  color: white;
  border-color: #1f262e;
}
.btn .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3d5b59;
  --bs-btn-border-color: #3d5b59;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344d4c;
  --bs-btn-hover-border-color: #314947;
  --bs-btn-focus-shadow-rgb:
    90,
    116,
    114;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #314947;
  --bs-btn-active-border-color: #2e4443;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3d5b59;
  --bs-btn-disabled-border-color: #3d5b59;
}
.btn .btn-primary-1 {
  --bs-btn-color: #000;
  --bs-btn-bg: #d1e0df;
  --bs-btn-border-color: #d1e0df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8e5e4;
  --bs-btn-hover-border-color: #d6e3e2;
  --bs-btn-focus-shadow-rgb:
    178,
    190,
    190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dae6e5;
  --bs-btn-active-border-color: #d6e3e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d1e0df;
  --bs-btn-disabled-border-color: #d1e0df;
}
.btn .btn-primary-2 {
  --bs-btn-color: #000;
  --bs-btn-bg: #b3ccca;
  --bs-btn-border-color: #b3ccca;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bed4d2;
  --bs-btn-hover-border-color: #bbd1cf;
  --bs-btn-focus-shadow-rgb:
    152,
    173,
    172;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c2d6d5;
  --bs-btn-active-border-color: #bbd1cf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b3ccca;
  --bs-btn-disabled-border-color: #b3ccca;
}
.btn .btn-primary-3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #94b7b5;
  --bs-btn-border-color: #94b7b5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #a4c2c0;
  --bs-btn-hover-border-color: #9fbebc;
  --bs-btn-focus-shadow-rgb:
    126,
    156,
    154;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a9c5c4;
  --bs-btn-active-border-color: #9fbebc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #94b7b5;
  --bs-btn-disabled-border-color: #94b7b5;
}
.btn .btn-primary-4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #76a3a0;
  --bs-btn-border-color: #76a3a0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8bb1ae;
  --bs-btn-hover-border-color: #84acaa;
  --bs-btn-focus-shadow-rgb:
    100,
    139,
    136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #91b5b3;
  --bs-btn-active-border-color: #84acaa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #76a3a0;
  --bs-btn-disabled-border-color: #76a3a0;
}
.btn .btn-primary-5 {
  --bs-btn-color: #000;
  --bs-btn-bg: #5c8986;
  --bs-btn-border-color: #5c8986;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #749b98;
  --bs-btn-hover-border-color: #6c9592;
  --bs-btn-focus-shadow-rgb:
    78,
    116,
    114;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7da19e;
  --bs-btn-active-border-color: #6c9592;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5c8986;
  --bs-btn-disabled-border-color: #5c8986;
}
.btn .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #637076;
  --bs-btn-border-color: #637076;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #545f64;
  --bs-btn-hover-border-color: #4f5a5e;
  --bs-btn-focus-shadow-rgb:
    122,
    133,
    139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4f5a5e;
  --bs-btn-active-border-color: #4a5459;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #637076;
  --bs-btn-disabled-border-color: #637076;
}
.btn .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #00af12;
  --bs-btn-border-color: #00af12;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26bb36;
  --bs-btn-hover-border-color: #1ab72a;
  --bs-btn-focus-shadow-rgb:
    0,
    149,
    15;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33bf41;
  --bs-btn-active-border-color: #1ab72a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00af12;
  --bs-btn-disabled-border-color: #00af12;
}
.btn .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #008bdf;
  --bs-btn-border-color: #008bdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #269ce4;
  --bs-btn-hover-border-color: #1a97e2;
  --bs-btn-focus-shadow-rgb:
    0,
    118,
    190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33a2e5;
  --bs-btn-active-border-color: #1a97e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #008bdf;
  --bs-btn-disabled-border-color: #008bdf;
}
.btn .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #D19318;
  --bs-btn-border-color: #D19318;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8a33b;
  --bs-btn-hover-border-color: #d69e2f;
  --bs-btn-focus-shadow-rgb:
    178,
    125,
    20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #daa946;
  --bs-btn-active-border-color: #d69e2f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D19318;
  --bs-btn-disabled-border-color: #D19318;
}
.btn .btn-warning-1 {
  --bs-btn-color: #000;
  --bs-btn-bg: #FEFAEF;
  --bs-btn-border-color: #FEFAEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fefbf1;
  --bs-btn-hover-border-color: #fefbf1;
  --bs-btn-focus-shadow-rgb:
    216,
    213,
    203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fefbf2;
  --bs-btn-active-border-color: #fefbf1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FEFAEF;
  --bs-btn-disabled-border-color: #FEFAEF;
}
.btn .btn-warning-2 {
  --bs-btn-color: #000;
  --bs-btn-bg: #F6E0A4;
  --bs-btn-border-color: #F6E0A4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7e5b2;
  --bs-btn-hover-border-color: #f7e3ad;
  --bs-btn-focus-shadow-rgb:
    209,
    190,
    139;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8e6b6;
  --bs-btn-active-border-color: #f7e3ad;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F6E0A4;
  --bs-btn-disabled-border-color: #F6E0A4;
}
.btn .btn-warning-3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #EFC758;
  --bs-btn-border-color: #EFC758;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1cf71;
  --bs-btn-hover-border-color: #f1cd69;
  --bs-btn-focus-shadow-rgb:
    203,
    169,
    75;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2d279;
  --bs-btn-active-border-color: #f1cd69;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EFC758;
  --bs-btn-disabled-border-color: #EFC758;
}
.btn .btn-warning-4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #E6AC0C;
  --bs-btn-border-color: #E6AC0C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eab830;
  --bs-btn-hover-border-color: #e9b424;
  --bs-btn-focus-shadow-rgb:
    196,
    146,
    10;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebbd3d;
  --bs-btn-active-border-color: #e9b424;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E6AC0C;
  --bs-btn-disabled-border-color: #E6AC0C;
}
.btn .btn-warning-5 {
  --bs-btn-color: #000;
  --bs-btn-bg: #BB7B24;
  --bs-btn-border-color: #BB7B24;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c58f45;
  --bs-btn-hover-border-color: #c2883a;
  --bs-btn-focus-shadow-rgb:
    159,
    105,
    31;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c99550;
  --bs-btn-active-border-color: #c2883a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #BB7B24;
  --bs-btn-disabled-border-color: #BB7B24;
}
.btn .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C73C28;
  --bs-btn-border-color: #C73C28;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a93322;
  --bs-btn-hover-border-color: #9f3020;
  --bs-btn-focus-shadow-rgb:
    207,
    89,
    72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9f3020;
  --bs-btn-active-border-color: #952d1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C73C28;
  --bs-btn-disabled-border-color: #C73C28;
}
.btn .btn-danger-1 {
  --bs-btn-color: #000;
  --bs-btn-bg: #FEF4F3;
  --bs-btn-border-color: #FEF4F3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fef6f5;
  --bs-btn-hover-border-color: #fef5f4;
  --bs-btn-focus-shadow-rgb:
    216,
    207,
    207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fef6f5;
  --bs-btn-active-border-color: #fef5f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FEF4F3;
  --bs-btn-disabled-border-color: #FEF4F3;
}
.btn .btn-danger-2 {
  --bs-btn-color: #000;
  --bs-btn-bg: #FABBB2;
  --bs-btn-border-color: #FABBB2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fbc5be;
  --bs-btn-hover-border-color: #fbc2ba;
  --bs-btn-focus-shadow-rgb:
    213,
    159,
    151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fbc9c1;
  --bs-btn-active-border-color: #fbc2ba;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FABBB2;
  --bs-btn-disabled-border-color: #FABBB2;
}
.btn .btn-danger-3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #F68271;
  --bs-btn-border-color: #F68271;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f79586;
  --bs-btn-hover-border-color: #f78f7f;
  --bs-btn-focus-shadow-rgb:
    209,
    111,
    96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f89b8d;
  --bs-btn-active-border-color: #f78f7f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F68271;
  --bs-btn-disabled-border-color: #F68271;
}
.btn .btn-danger-4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #F34932;
  --bs-btn-border-color: #F34932;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f56451;
  --bs-btn-hover-border-color: #f45b47;
  --bs-btn-focus-shadow-rgb:
    207,
    62,
    43;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f56d5b;
  --bs-btn-active-border-color: #f45b47;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F34932;
  --bs-btn-disabled-border-color: #F34932;
}
.btn .btn-danger-5 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9D2F20;
  --bs-btn-border-color: #9D2F20;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #85281b;
  --bs-btn-hover-border-color: #7e261a;
  --bs-btn-focus-shadow-rgb:
    172,
    78,
    65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e261a;
  --bs-btn-active-border-color: #762318;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9D2F20;
  --bs-btn-disabled-border-color: #9D2F20;
}
.btn .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7f9fa;
  --bs-btn-border-color: #f7f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d2d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    210,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #b9bbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7f9fa;
  --bs-btn-disabled-border-color: #f7f9fa;
}
.btn .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1f262e;
  --bs-btn-border-color: #1f262e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #41474d;
  --bs-btn-hover-border-color: #353c43;
  --bs-btn-focus-shadow-rgb:
    65,
    71,
    77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4c5158;
  --bs-btn-active-border-color: #353c43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1f262e;
  --bs-btn-disabled-border-color: #1f262e;
}
.btn-text-primary {
  background-color: transparent;
  color: #3d5b59;
  border-color: transparent;
}
.btn-text-primary:hover {
  background: rgba(61, 91, 89, 0.06);
  color: #3d5b59;
  border-color: transparent;
}
.btn-text-primary-1 {
  background-color: transparent;
  color: #d1e0df;
  border-color: transparent;
}
.btn-text-primary-1:hover {
  background: rgba(209, 224, 223, 0.06);
  color: #d1e0df;
  border-color: transparent;
}
.btn-text-primary-2 {
  background-color: transparent;
  color: #b3ccca;
  border-color: transparent;
}
.btn-text-primary-2:hover {
  background: rgba(179, 204, 202, 0.06);
  color: #b3ccca;
  border-color: transparent;
}
.btn-text-primary-3 {
  background-color: transparent;
  color: #94b7b5;
  border-color: transparent;
}
.btn-text-primary-3:hover {
  background: rgba(148, 183, 181, 0.06);
  color: #94b7b5;
  border-color: transparent;
}
.btn-text-primary-4 {
  background-color: transparent;
  color: #76a3a0;
  border-color: transparent;
}
.btn-text-primary-4:hover {
  background: rgba(118, 163, 160, 0.06);
  color: #76a3a0;
  border-color: transparent;
}
.btn-text-primary-5 {
  background-color: transparent;
  color: #5c8986;
  border-color: transparent;
}
.btn-text-primary-5:hover {
  background: rgba(92, 137, 134, 0.06);
  color: #5c8986;
  border-color: transparent;
}
.btn-text-secondary {
  background-color: transparent;
  color: #637076;
  border-color: transparent;
}
.btn-text-secondary:hover {
  background: rgba(99, 112, 118, 0.06);
  color: #637076;
  border-color: transparent;
}
.btn-text-success {
  background-color: transparent;
  color: #00af12;
  border-color: transparent;
}
.btn-text-success:hover {
  background: rgba(0, 175, 18, 0.06);
  color: #00af12;
  border-color: transparent;
}
.btn-text-info {
  background-color: transparent;
  color: #008bdf;
  border-color: transparent;
}
.btn-text-info:hover {
  background: rgba(0, 139, 223, 0.06);
  color: #008bdf;
  border-color: transparent;
}
.btn-text-warning {
  background-color: transparent;
  color: #D19318;
  border-color: transparent;
}
.btn-text-warning:hover {
  background: rgba(209, 147, 24, 0.06);
  color: #D19318;
  border-color: transparent;
}
.btn-text-warning-1 {
  background-color: transparent;
  color: #FEFAEF;
  border-color: transparent;
}
.btn-text-warning-1:hover {
  background: rgba(254, 250, 239, 0.06);
  color: #FEFAEF;
  border-color: transparent;
}
.btn-text-warning-2 {
  background-color: transparent;
  color: #F6E0A4;
  border-color: transparent;
}
.btn-text-warning-2:hover {
  background: rgba(246, 224, 164, 0.06);
  color: #F6E0A4;
  border-color: transparent;
}
.btn-text-warning-3 {
  background-color: transparent;
  color: #EFC758;
  border-color: transparent;
}
.btn-text-warning-3:hover {
  background: rgba(239, 199, 88, 0.06);
  color: #EFC758;
  border-color: transparent;
}
.btn-text-warning-4 {
  background-color: transparent;
  color: #E6AC0C;
  border-color: transparent;
}
.btn-text-warning-4:hover {
  background: rgba(230, 172, 12, 0.06);
  color: #E6AC0C;
  border-color: transparent;
}
.btn-text-warning-5 {
  background-color: transparent;
  color: #BB7B24;
  border-color: transparent;
}
.btn-text-warning-5:hover {
  background: rgba(187, 123, 36, 0.06);
  color: #BB7B24;
  border-color: transparent;
}
.btn-text-danger {
  background-color: transparent;
  color: #C73C28;
  border-color: transparent;
}
.btn-text-danger:hover {
  background: rgba(199, 60, 40, 0.06);
  color: #C73C28;
  border-color: transparent;
}
.btn-text-danger-1 {
  background-color: transparent;
  color: #FEF4F3;
  border-color: transparent;
}
.btn-text-danger-1:hover {
  background: rgba(254, 244, 243, 0.06);
  color: #FEF4F3;
  border-color: transparent;
}
.btn-text-danger-2 {
  background-color: transparent;
  color: #FABBB2;
  border-color: transparent;
}
.btn-text-danger-2:hover {
  background: rgba(250, 187, 178, 0.06);
  color: #FABBB2;
  border-color: transparent;
}
.btn-text-danger-3 {
  background-color: transparent;
  color: #F68271;
  border-color: transparent;
}
.btn-text-danger-3:hover {
  background: rgba(246, 130, 113, 0.06);
  color: #F68271;
  border-color: transparent;
}
.btn-text-danger-4 {
  background-color: transparent;
  color: #F34932;
  border-color: transparent;
}
.btn-text-danger-4:hover {
  background: rgba(243, 73, 50, 0.06);
  color: #F34932;
  border-color: transparent;
}
.btn-text-danger-5 {
  background-color: transparent;
  color: #9D2F20;
  border-color: transparent;
}
.btn-text-danger-5:hover {
  background: rgba(157, 47, 32, 0.06);
  color: #9D2F20;
  border-color: transparent;
}
.btn-text-light {
  background-color: transparent;
  color: #f7f9fa;
  border-color: transparent;
}
.btn-text-light:hover {
  background: rgba(247, 249, 250, 0.06);
  color: #f7f9fa;
  border-color: transparent;
}
.btn-text-dark {
  background-color: transparent;
  color: #1f262e;
  border-color: transparent;
}
.btn-text-dark:hover {
  background: rgba(31, 38, 46, 0.06);
  color: #1f262e;
  border-color: transparent;
}
.btn-icon-only {
  width: 2.357rem;
  height: 2.357rem;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: unset;
}
.btn-light {
  border: var(--bs-border-width) solid var(--btn-border-light) !important;
  color: var(--btn-color-light) !important;
  background: var(--btn-bg-light) !important;
}
.btn-light:hover {
  color: var(--gray-900) !important;
  border: var(--bs-border-width) solid var(--btn-border-light) !important;
  background: var(--btn-border-light) !important;
}
.btn-light svg {
  fill: var(--btn-border-light);
}
.datatable-wrapper-vh-230 .p-datatable-wrapper {
  height: calc(100vh - 230px);
}
.datatable-wrapper-vh-400 .p-datatable-wrapper {
  height: calc(100vh - 400px);
}
.datatable-wrapper-h-210 .p-datatable-wrapper {
  height: 210px;
}
.datatable-wrapper-vh-218 .p-datatable-wrapper {
  height: calc(100vh - 218px);
}
.datatable-wrapper-vh-200 > .p-datatable-wrapper {
  height: calc(100vh - 200px);
}
.datatable-wrapper-h-270 .p-datatable-wrapper {
  height: 270px;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #64748b;
  min-width: 24px;
  height: 24px;
  margin: 0.143rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    outline-color 0.2s;
  border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #3d5b59;
  border-color: #3d5b59;
  color: #fff;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #64748b;
  min-width: 2.5rem;
  height: 2.5rem;
  margin: 0.143rem;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    outline-color 0.2s;
  border-radius: 50%;
}
.p-paginator .p-dropdown .p-dropdown-label {
  font-size: 14px;
}
.p-paginator .p-dropdown svg {
  width: 12px;
}
.p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 14px;
  color: #292A2F;
}
.p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
  background: #f4f8f9;
}
.p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover {
  background: #f4f8f9;
}
.position-sticky th {
  position: sticky;
  top: 0;
}
.datatable-wrapper-visible .p-datatable-wrapper {
  overflow: visible;
}
.p-dialog-mask {
  z-index: 9999 !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.4);
}
.p-dialog {
  width: 100%;
  margin: 0.5rem;
  border: 0 !important;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-dialog .p-dialog-header {
  padding-block: 20px;
  padding-inline: 24px;
  background:
    linear-gradient(
      135deg,
      #3d5b59 0%,
      #293c3b 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-size: 18px;
  font-weight: 600;
  color: white !important;
  display: flex;
  align-items: center;
}
.p-dialog .p-dialog-header .p-dialog-title i {
  margin-right: 8px;
  font-size: 16px;
}
.p-dialog .p-dialog-header .p-dialog-header-icons .p-dialog-header-icon {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease;
}
.p-dialog .p-dialog-header .p-dialog-header-icons .p-dialog-header-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transform: scale(1.05);
}
.p-dialog .p-dialog-content {
  padding: 0 !important;
  overflow: visible !important;
}
.p-dialog .p-dialog-content .p-dialog-body {
  padding: 0;
  max-height: 70vh;
  overflow-y: auto;
}
.p-dialog .p-dialog-content .p-dialog-footer {
  padding: 0;
  border-top: 1px solid #F4F8F9;
}
@media (min-width: 576px) {
  .p-dialog {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .p-dialog.p-dialog-lg {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .p-dialog.p-dialog-xl {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .p-dialog.p-dialog-xl {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  .p-dialog.p-dialog-xxl {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .p-dialog.p-dialog-xxl {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .p-dialog.p-dialog-xxl {
    width: 1320px;
  }
}
.p-dialog.p-dialog-danger .p-dialog-header {
  background:
    linear-gradient(
      135deg,
      #F34932 0%,
      #e5270d 100%);
}
.p-dialog.p-dialog-danger .p-dialog-header .p-dialog-title {
  color: white !important;
}
.p-dialog.p-dialog-danger .p-dialog-footer .btn-primary {
  background: #F34932 !important;
  border-color: #F34932 !important;
}
.dialog-form .dialog-body {
  padding: 24px;
}
.dialog-form .dialog-body .form-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #3d5b59;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F4F8F9;
  display: flex;
  align-items: center;
}
.dialog-form .dialog-body .form-section .section-title i {
  color: #3d5b59;
  font-size: 14px;
}
.dialog-form .dialog-body .form-section .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dialog-form .dialog-body .form-section .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.dialog-form .dialog-body .form-section .form-group {
  margin-bottom: 20px;
}
.dialog-form .dialog-body .form-section .form-group .form-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #292A2F;
  margin-bottom: 8px;
}
.dialog-form .dialog-body .form-section .form-group .form-label i {
  color: #3d5b59;
  font-size: 12px;
  margin-right: 6px;
}
.dialog-form .dialog-body .form-section .form-group .form-label .required-indicator {
  color: #F34932;
  margin-left: 4px;
  font-weight: 600;
}
.dialog-form .dialog-body .form-section .form-group .form-control {
  border: 2px solid #F4F8F9;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: white;
}
.dialog-form .dialog-body .form-section .form-group .form-control:focus {
  border-color: #3d5b59;
  box-shadow: 0 0 0 3px rgba(61, 91, 89, 0.1);
  outline: none;
}
.dialog-form .dialog-body .form-section .form-group .form-control.is-invalid {
  border-color: #F34932;
  box-shadow: 0 0 0 3px rgba(243, 73, 50, 0.1);
}
.dialog-form .dialog-body .form-section .form-group .form-control::placeholder {
  color: #637076;
}
.dialog-form .dialog-body .form-section .form-group .form-dropdown {
  width: 100%;
}
.dialog-form .dialog-body .form-section .form-group .form-dropdown .p-dropdown {
  border: 2px solid #F4F8F9;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.dialog-form .dialog-body .form-section .form-group .form-dropdown .p-dropdown:not(.p-disabled):hover {
  border-color: #3d5b59;
}
.dialog-form .dialog-body .form-section .form-group .form-dropdown .p-dropdown.p-focus {
  border-color: #3d5b59;
  box-shadow: 0 0 0 3px rgba(61, 91, 89, 0.1);
}
.dialog-form .dialog-body .form-section .form-group .form-dropdown .p-dropdown.is-invalid {
  border-color: #F34932;
  box-shadow: 0 0 0 3px rgba(243, 73, 50, 0.1);
}
.dialog-form .dialog-body .form-section .form-group .input-group {
  display: flex;
  align-items: stretch;
}
.dialog-form .dialog-body .form-section .form-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.dialog-form .dialog-body .form-section .form-group .input-group .input-group-text {
  background: #FBFBFB;
  border: 2px solid #F4F8F9;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px 16px;
  color: #292A2F;
  font-weight: 500;
}
.dialog-form .dialog-body .form-section .form-group .form-text {
  font-size: 12px;
  color: #637076;
  margin-top: 4px;
}
.dialog-form .dialog-body .form-section .form-group .invalid-feedback {
  display: block;
  font-size: 12px;
  color: #F34932;
  margin-top: 4px;
}
.dialog-form .dialog-footer {
  background: #FBFBFB;
  padding: 20px 24px;
}
.dialog-form .dialog-footer .footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.dialog-form .dialog-footer .footer-actions .btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dialog-form .dialog-footer .footer-actions .btn.btn-secondary {
  background: white;
  border: 2px solid #BFCCD4;
  color: #292A2F;
}
.dialog-form .dialog-footer .footer-actions .btn.btn-secondary:hover {
  background: #FBFBFB;
  border-color: #637076;
  color: #495057;
  transform: translateY(-1px);
}
.dialog-form .dialog-footer .footer-actions .btn.btn-primary {
  background: #3d5b59;
  border: 2px solid #3d5b59;
  color: white;
}
.dialog-form .dialog-footer .footer-actions .btn.btn-primary:hover:not(:disabled) {
  background: #334c4a;
  border-color: #334c4a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(61, 91, 89, 0.3);
}
.dialog-form .dialog-footer .footer-actions .btn.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.p-dialog {
  animation: dialogSlideIn 0.3s ease-out;
}
@keyframes dialogSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 575.98px) {
  .dialog-form .dialog-body {
    padding: 16px;
  }
  .dialog-form .dialog-body .form-section .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dialog-form .dialog-footer {
    padding: 16px;
  }
  .dialog-form .dialog-footer .footer-actions {
    flex-direction: column;
  }
  .dialog-form .dialog-footer .footer-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.p-accordion-toggle-icon svg {
  color: #292A2F;
}
.accordion-button.chevron-bottom i:not(.collapsed) {
  transform: rotate(90deg);
}
.login {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  background-color: var(--login-body-bg);
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .login {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .login {
    height: 100vh;
    overflow: hidden;
  }
}
.login .illustration {
  display: flex;
  flex: 1;
  min-height: 100vh;
  height: auto;
  padding-right: 0;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .login .illustration {
    display: none;
  }
}
.login .illustration svg,
.login .illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login .main-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 3.5rem;
  background: #fff;
}
@media (max-width: 575.98px) {
  .login .main-section {
    padding-inline: unset !important;
  }
}
@media (min-width: 768px) {
  .login .main-section {
    width: 50%;
  }
}
.login .main-section .footer-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.login .main-section .footer-section ul li {
  padding: 0 12px;
}
.login .main-section .footer-section ul li a {
  color: #3d5b59;
  text-decoration: none;
  font-weight: 400;
}
.login .main-section .footer-section ul li a:hover {
  opacity: 0.8;
}
.login .logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .logo-section .logo {
  width: 10rem;
  max-width: 10rem;
}
.login .logo-section .logo .logo-text {
  fill: var(--logo-text-color);
}
.login .login-section {
  width: 100%;
  height: auto;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius);
}
.login .login-section .logo {
  font-size: 1.25rem;
  justify-content: center;
  max-height: 9.375rem;
  object-fit: contain;
}
.login .login-section .logo .emblem svg {
  margin-right: 0.3125rem;
  fill: #0d6efd;
  height: 2.5rem;
  width: 2.5rem;
}
.login .login-section.start {
  overflow: auto;
  justify-content: flex-start;
}
.login .login-form {
  width: 100%;
  max-width: 25rem;
}
.login .login-form .heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25rem;
}
.login .login-form .heading-section h1,
.login .login-form .heading-section .h1 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-block-end: 0.25rem;
}
.login .login-form .heading-section p {
  font-size: 1rem;
  font-weight: 400;
  margin-block-end: 1.5rem;
  text-align: center;
}
.login .login-form .btn.btn-primary {
  color: #fff;
}
.login .login-form a {
  color: #3d5b59;
  font-weight: 400;
}
.login .login-form a:hover {
  opacity: 0.8;
}
.login .input-group-addon {
  background: transparent;
  border-left: 0;
  color: #8c9ba5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.853125rem;
  font-weight: 400;
  border-radius: 0 0.25rem 0.25rem 0;
  border: 0.0625rem solid var(--border-color);
  color: #162a37;
  height: 2.5rem;
}
.login .input-group-addon:hover,
.login .input-group-addon:active,
.login .input-group-addon:focus {
  background: transparent;
  border-left: 0;
}
.login .input-group .form-control {
  border-right: 0 !important;
}
.powered-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: calc(1.5625rem * 2) 0 0 0;
}
.powered-section img {
  width: 6rem;
  margin: 0 0 0 0.3125rem;
}
#index-loader {
  display: none !important;
}
.form-check {
  padding-inline-start: 0;
}
.text-center {
  text-align: center;
}
.mb-1 {
  margin-block-end: 0.5rem;
}
.mt-4 {
  margin-block-start: 1.5rem;
}
.mx-auto {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
hr {
  border: 0;
  border-bottom: 0.0625rem solid rgba(191, 204, 212, 0.2);
}

/* src/styles.scss */
.dropdown-icon-fix .p-autocomplete-dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  z-index: 1;
  color: #6c757d !important;
}
.dropdown-icon-fix .p-autocomplete-input {
  padding-right: 2.5rem !important;
}
.p-autocomplete .p-autocomplete-dropdown {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6c757d !important;
}
.p-autocomplete .p-autocomplete-input {
  padding-right: 2.5rem !important;
}
.p-autocomplete .p-autocomplete-dropdown .p-button-icon {
  color: #6c757d !important;
}
.order-success-dialog-container .p-dialog {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.order-success-dialog-container .p-dialog-header {
  display: none;
}
.order-success-dialog-container .p-dialog-content {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.order-success-dialog-container .p-dialog-mask {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/primeng/resources/themes/bootstrap4-light-blue/theme.css */
:root {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #efefef;
  --surface-c: #e9ecef;
  --surface-d: #dee2e6;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212529;
  --text-color-secondary: #6c757d;
  --primary-color: #007bff;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f8f9fa;
  --surface-200: #e9ecef;
  --surface-300: #dee2e6;
  --surface-400: #ced4da;
  --surface-500: #adb5bd;
  --surface-600: #6c757d;
  --surface-700: #495057;
  --surface-800: #343a40;
  --surface-900: #212529;
  --gray-50: #f9fafb;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 4px;
  --surface-ground: #efefef;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: #e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #007bff;
  --highlight-text-color: #ffffff;
  --focus-ring: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  color-scheme: light;
}
:root {
  --blue-50:#f3f8ff;
  --blue-100:#c5dcff;
  --blue-200:#97c1fe;
  --blue-300:#69a5fe;
  --blue-400:#3b8afd;
  --blue-500:#0d6efd;
  --blue-600:#0b5ed7;
  --blue-700:#094db1;
  --blue-800:#073d8b;
  --blue-900:#052c65;
  --green-50:#f4f9f6;
  --green-100:#c8e2d6;
  --green-200:#9ccbb5;
  --green-300:#70b595;
  --green-400:#459e74;
  --green-500:#198754;
  --green-600:#157347;
  --green-700:#125f3b;
  --green-800:#0e4a2e;
  --green-900:#0a3622;
  --yellow-50:#fffcf3;
  --yellow-100:#fff0c3;
  --yellow-200:#ffe494;
  --yellow-300:#ffd965;
  --yellow-400:#ffcd36;
  --yellow-500:#ffc107;
  --yellow-600:#d9a406;
  --yellow-700:#b38705;
  --yellow-800:#8c6a04;
  --yellow-900:#664d03;
  --cyan-50:#f3fcfe;
  --cyan-100:#c5f2fb;
  --cyan-200:#97e8f9;
  --cyan-300:#69def6;
  --cyan-400:#3bd4f3;
  --cyan-500:#0dcaf0;
  --cyan-600:#0baccc;
  --cyan-700:#098da8;
  --cyan-800:#076f84;
  --cyan-900:#055160;
  --pink-50:#fdf5f9;
  --pink-100:#f5cee1;
  --pink-200:#eda7ca;
  --pink-300:#e681b3;
  --pink-400:#de5a9b;
  --pink-500:#d63384;
  --pink-600:#b62b70;
  --pink-700:#96245c;
  --pink-800:#761c49;
  --pink-900:#561435;
  --indigo-50:#f7f3fe;
  --indigo-100:#dac6fc;
  --indigo-200:#bd98f9;
  --indigo-300:#a06bf7;
  --indigo-400:#833df4;
  --indigo-500:#6610f2;
  --indigo-600:#570ece;
  --indigo-700:#470ba9;
  --indigo-800:#380985;
  --indigo-900:#290661;
  --teal-50:#f4fcfa;
  --teal-100:#c9f2e6;
  --teal-200:#9fe8d2;
  --teal-300:#75debf;
  --teal-400:#4ad3ab;
  --teal-500:#20c997;
  --teal-600:#1bab80;
  --teal-700:#168d6a;
  --teal-800:#126f53;
  --teal-900:#0d503c;
  --orange-50:#fff9f3;
  --orange-100:#ffe0c7;
  --orange-200:#fec89a;
  --orange-300:#feaf6d;
  --orange-400:#fd9741;
  --orange-500:#fd7e14;
  --orange-600:#d76b11;
  --orange-700:#b1580e;
  --orange-800:#8b450b;
  --orange-900:#653208;
  --bluegray-50:#f8f9fb;
  --bluegray-100:#e0e4ea;
  --bluegray-200:#c7ced9;
  --bluegray-300:#aeb9c8;
  --bluegray-400:#95a3b8;
  --bluegray-500:#7c8ea7;
  --bluegray-600:#69798e;
  --bluegray-700:#576375;
  --bluegray-800:#444e5c;
  --bluegray-900:#323943;
  --purple-50:#f8f6fc;
  --purple-100:#dcd2f0;
  --purple-200:#c1aee4;
  --purple-300:#a68ad9;
  --purple-400:#8a66cd;
  --purple-500:#6f42c1;
  --purple-600:#5e38a4;
  --purple-700:#4e2e87;
  --purple-800:#3d246a;
  --purple-900:#2c1a4d;
  --red-50:#fdf5f6;
  --red-100:#f7cfd2;
  --red-200:#f0a8af;
  --red-300:#e9828c;
  --red-400:#e35b68;
  --red-500:#dc3545;
  --red-600:#bb2d3b;
  --red-700:#9a2530;
  --red-800:#791d26;
  --red-900:#58151c;
  --primary-50:#f2f8ff;
  --primary-100:#c2dfff;
  --primary-200:#91c6ff;
  --primary-300:#61adff;
  --primary-400:#3094ff;
  --primary-500:#007bff;
  --primary-600:#0069d9;
  --primary-700:#0056b3;
  --primary-800:#00448c;
  --primary-900:#003166;
}
.p-editor-container .p-editor-toolbar {
  background: #efefef;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1.5rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007bff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007bff;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.15s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.65;
  }
  .p-error {
    color: #dc3545;
  }
  .p-text-secondary {
    color: #6c757d;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 4px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.107rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #ced4da;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.25rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.25rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #212529;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.25rem 0.75rem;
    background: #dee2e6;
    color: #212529;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #ced4da;
    color: #212529;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #dc3545;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.5rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.5rem 1.5rem;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #dc3545;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #495057;
    right: 3.107rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #dc3545;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-datepicker {
    padding: 0;
    background: #ffffff;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #efefef;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #212529;
    transition: box-shadow 0.15s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #007bff;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    transition: box-shadow 0.15s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #212529;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #dee2e6;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #495057;
    right: 3.107rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #ced4da;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.5rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #495057;
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #dc3545;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.5rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.5rem 1.5rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #efefef;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #efefef;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #efefef;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #dc3545;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #495057;
    right: 2.357rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 20px;
    height: 20px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #212529;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.15s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #007bff;
    background: #007bff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #ced4da;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #0062cc;
    background: #0062cc;
    color: #ffffff;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #dc3545;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #efefef;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #007bff;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #efefef;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0062cc;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  .p-highlight .p-checkbox .p-checkbox-box {
    border-color: #ffffff;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #dc3545;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #ced4da;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.25rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #212529;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #ced4da;
    color: #212529;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.25rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #212529;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #dc3545;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #212529;
    border: 1px solid #212529;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: none;
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #ced4da;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6c757d;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #495057;
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #495057;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #dc3545;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.5rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.5rem 1.5rem;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #efefef;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #efefef;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #efefef;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #dc3545;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #e9ecef;
    color: #495057;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0.5rem 0.75rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #ced4da;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #495057;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #495057;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #dc3545;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #dc3545;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.107rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.107rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 4px;
    transition-duration: 0.15s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #ced4da;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #007bff;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #007bff;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #dc3545;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    appearance: none;
    border-radius: 4px;
  }
  .p-inputtext:enabled:hover {
    border-color: #ced4da;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #dc3545;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6c757d;
    transition-duration: 0.15s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #dc3545;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #495057;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #495057;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6c757d;
  }
  :-moz-placeholder {
    color: #6c757d;
  }
  ::-moz-placeholder {
    color: #6c757d;
  }
  :-ms-input-placeholder {
    color: #6c757d;
  }
  .p-input-filled .p-inputtext {
    background-color: #efefef;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #efefef;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #efefef;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.5rem 1.5rem;
    border: 0 none;
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #dc3545;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #ced4da;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.5rem 0.75rem;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #212529;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #495057;
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.25rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #495057;
    right: 2.357rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.5rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.5rem 1.5rem;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #efefef;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #efefef;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #efefef;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #dc3545;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #dc3545;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border-radius: 4px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e9ecef;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #dc3545;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ffc107;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #28a745;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #495057;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #495057;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #212529;
    border-radius: 50%;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #ced4da;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.15s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #007bff;
    background: #007bff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #0062cc;
    background: #0062cc;
    color: #ffffff;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #dc3545;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #efefef;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #efefef;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #007bff;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #0062cc;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-highlight .p-radiobutton .p-radiobutton-box {
    border-color: #ffffff;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #495057;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #dc3545;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #007bff;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #007bff;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #dc3545;
  }
  .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #ffffff;
  }
  .p-selectbutton .p-button {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #5a6268;
    border-color: #545b62;
    color: #ffffff;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #545b62;
    border-color: #4e555b;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #545b62;
    border-color: #4e555b;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #dc3545;
  }
  .p-slider {
    background: #e9ecef;
    border: 0 none;
    border-radius: 4px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #007bff;
    border: 2px solid #007bff;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-slider .p-slider-range {
    background: #007bff;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #0069d9;
    border-color: #0069d9;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s,
      left 0.15s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.15s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s,
      bottom 0.15s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.15s;
  }
  .p-togglebutton.p-button {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #5a6268;
    border-color: #545b62;
    color: #ffffff;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #545b62;
    border-color: #4e555b;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #545b62;
    border-color: #4e555b;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #dc3545;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #ced4da;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.5rem 0.75rem;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #212529;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #495057;
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #dc3545;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.25rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #efefef;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #efefef;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #efefef;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #495057;
    right: 2.357rem;
  }
  .p-button {
    color: #ffffff;
    background: #007bff;
    border: 1px solid #007bff;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-button:not(:disabled):hover {
    background: #0069d9;
    color: #ffffff;
    border-color: #0069d9;
  }
  .p-button:not(:disabled):active {
    background: #0062cc;
    color: #ffffff;
    border-color: #0062cc;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #007bff;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(0, 123, 255, 0.04);
    color: #007bff;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(0, 123, 255, 0.16);
    color: #007bff;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #007bff;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(0, 123, 255, 0.04);
    color: #007bff;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(0, 123, 255, 0.16);
    color: #007bff;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-button .p-button-label {
    transition-duration: 0.15s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #007bff;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 2.357rem;
    padding: 0.5rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 2.357rem;
  }
  .p-fluid .p-buttonset {
    display: flex;
  }
  .p-fluid .p-buttonset .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-buttonset.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #6c757d;
    border: 1px solid #6c757d;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #5a6268;
    color: #ffffff;
    border-color: #5a6268;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #545b62;
    color: #ffffff;
    border-color: #4e555b;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(108, 117, 125, 0.04);
    color: #6c757d;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(108, 117, 125, 0.16);
    color: #6c757d;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-buttonset.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #6c757d;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(108, 117, 125, 0.04);
    border-color: transparent;
    color: #6c757d;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(108, 117, 125, 0.16);
    border-color: transparent;
    color: #6c757d;
  }
  .p-button.p-button-info,
  .p-buttonset.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #17a2b8;
    border: 1px solid #17a2b8;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #138496;
    color: #ffffff;
    border-color: #117a8b;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-buttonset.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #138496;
    color: #ffffff;
    border-color: #117a8b;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-buttonset.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #17a2b8;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(23, 162, 184, 0.04);
    color: #17a2b8;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(23, 162, 184, 0.16);
    color: #17a2b8;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-buttonset.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #17a2b8;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(23, 162, 184, 0.04);
    border-color: transparent;
    color: #17a2b8;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(23, 162, 184, 0.16);
    border-color: transparent;
    color: #17a2b8;
  }
  .p-button.p-button-success,
  .p-buttonset.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #28a745;
    border: 1px solid #28a745;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #218838;
    color: #ffffff;
    border-color: #1e7e34;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-buttonset.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #1e7e34;
    color: #ffffff;
    border-color: #1c7430;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-buttonset.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #28a745;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(40, 167, 69, 0.04);
    color: #28a745;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(40, 167, 69, 0.16);
    color: #28a745;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-buttonset.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #28a745;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(40, 167, 69, 0.04);
    border-color: transparent;
    color: #28a745;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(40, 167, 69, 0.16);
    border-color: transparent;
    color: #28a745;
  }
  .p-button.p-button-warning,
  .p-buttonset.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #212529;
    background: #ffc107;
    border: 1px solid #ffc107;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #e0a800;
    color: #212529;
    border-color: #d39e00;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #d39e00;
    color: #212529;
    border-color: #c69500;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-buttonset.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ffc107;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 193, 7, 0.04);
    color: #ffc107;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(255, 193, 7, 0.16);
    color: #ffc107;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-buttonset.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #ffc107;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(255, 193, 7, 0.04);
    border-color: transparent;
    color: #ffc107;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(255, 193, 7, 0.16);
    border-color: transparent;
    color: #ffc107;
  }
  .p-button.p-button-help,
  .p-buttonset.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #6f42c1;
    border: 1px solid #6f42c1;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #633bad;
    color: #ffffff;
    border-color: #58349a;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #d3c6ec;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-buttonset.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #58349a;
    color: #ffffff;
    border-color: #4d2e87;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-buttonset.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #6f42c1;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(111, 66, 193, 0.04);
    color: #6f42c1;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(111, 66, 193, 0.16);
    color: #6f42c1;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-buttonset.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #6f42c1;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(111, 66, 193, 0.04);
    border-color: transparent;
    color: #6f42c1;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(111, 66, 193, 0.16);
    border-color: transparent;
    color: #6f42c1;
  }
  .p-button.p-button-danger,
  .p-buttonset.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #dc3545;
    border: 1px solid #dc3545;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #c82333;
    color: #ffffff;
    border-color: #bd2130;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #bd2130;
    color: #ffffff;
    border-color: #b21f2d;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-buttonset.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #dc3545;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(220, 53, 69, 0.04);
    color: #dc3545;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(220, 53, 69, 0.16);
    color: #dc3545;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-buttonset.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #dc3545;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(220, 53, 69, 0.04);
    border-color: transparent;
    color: #dc3545;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(220, 53, 69, 0.16);
    border-color: transparent;
    color: #dc3545;
  }
  .p-button.p-button-link {
    color: #007bff;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #0069d9;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #007bff;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #495057;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #343a40;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 4px;
  }
  .p-splitbutton.p-button-outlined > .p-button {
    background-color: transparent;
    color: #007bff;
    border: 1px solid;
  }
  .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(0, 123, 255, 0.04);
    color: #007bff;
  }
  .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(0, 123, 255, 0.16);
    color: #007bff;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-splitbutton.p-button-text > .p-button {
    background-color: transparent;
    color: #007bff;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(0, 123, 255, 0.04);
    color: #007bff;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):active {
    background: rgba(0, 123, 255, 0.16);
    color: #007bff;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button {
    color: #6c757d;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-sm > .p-button {
    font-size: 0.875rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-splitbutton.p-button-sm > .p-button .p-button-icon {
    font-size: 0.875rem;
  }
  .p-splitbutton.p-button-lg > .p-button {
    font-size: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
    font-size: 1.25rem;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(108, 117, 125, 0.04);
    color: #6c757d;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(108, 117, 125, 0.16);
    color: #6c757d;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button {
    background-color: transparent;
    color: #6c757d;
    border-color: transparent;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(108, 117, 125, 0.04);
    border-color: transparent;
    color: #6c757d;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
    background: rgba(108, 117, 125, 0.16);
    border-color: transparent;
    color: #6c757d;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
    background-color: transparent;
    color: #17a2b8;
    border: 1px solid;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(23, 162, 184, 0.04);
    color: #17a2b8;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(23, 162, 184, 0.16);
    color: #17a2b8;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button {
    background-color: transparent;
    color: #17a2b8;
    border-color: transparent;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(23, 162, 184, 0.04);
    border-color: transparent;
    color: #17a2b8;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
    background: rgba(23, 162, 184, 0.16);
    border-color: transparent;
    color: #17a2b8;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
    background-color: transparent;
    color: #28a745;
    border: 1px solid;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(40, 167, 69, 0.04);
    color: #28a745;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(40, 167, 69, 0.16);
    color: #28a745;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button {
    background-color: transparent;
    color: #28a745;
    border-color: transparent;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(40, 167, 69, 0.04);
    border-color: transparent;
    color: #28a745;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
    background: rgba(40, 167, 69, 0.16);
    border-color: transparent;
    color: #28a745;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
    background-color: transparent;
    color: #ffc107;
    border: 1px solid;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(255, 193, 7, 0.04);
    color: #ffc107;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(255, 193, 7, 0.16);
    color: #ffc107;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button {
    background-color: transparent;
    color: #ffc107;
    border-color: transparent;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(255, 193, 7, 0.04);
    border-color: transparent;
    color: #ffc107;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
    background: rgba(255, 193, 7, 0.16);
    border-color: transparent;
    color: #ffc107;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
    background-color: transparent;
    color: #6f42c1;
    border: 1px solid;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(111, 66, 193, 0.04);
    color: #6f42c1;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(111, 66, 193, 0.16);
    color: #6f42c1;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button {
    background-color: transparent;
    color: #6f42c1;
    border-color: transparent;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(111, 66, 193, 0.04);
    border-color: transparent;
    color: #6f42c1;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
    background: rgba(111, 66, 193, 0.16);
    border-color: transparent;
    color: #6f42c1;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
    background-color: transparent;
    color: #dc3545;
    border: 1px solid;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(220, 53, 69, 0.04);
    color: #dc3545;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(220, 53, 69, 0.16);
    color: #dc3545;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button {
    background-color: transparent;
    color: #dc3545;
    border-color: transparent;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(220, 53, 69, 0.04);
    border-color: transparent;
    color: #dc3545;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
    background: rgba(220, 53, 69, 0.16);
    border-color: transparent;
    color: #dc3545;
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e9ecef;
    width: 2rem;
    height: 0.5rem;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #dee2e6;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #007bff;
    color: #ffffff;
  }
  .p-datatable .p-paginator-top {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #efefef;
    color: #212529;
    border: solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-footer {
    background: #efefef;
    color: #212529;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 1px 0 2px 0;
    font-weight: 600;
    color: #212529;
    background: #ffffff;
    transition: box-shadow 0.15s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    font-weight: 600;
    color: #212529;
    background: #ffffff;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007bff;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #ffffff;
    color: #007bff;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #007bff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #e9ecef;
    color: #007bff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #007bff;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #212529;
    transition: box-shadow 0.15s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid rgba(38, 143, 255, 0.5);
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #007bff;
    color: #ffffff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #007bff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #007bff;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-datatable .p-column-resizer-helper {
    background: #007bff;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #efefef;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #ffffff;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #007bff;
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #ffffff;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #efefef;
    color: #212529;
    border: solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #212529;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #efefef;
    color: #212529;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-column-filter-menu-button:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: transparent;
    color: #495057;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #007bff;
    color: #ffffff;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-column-filter-clear-button:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.5rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.5rem 1.5rem;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #dee2e6;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.5rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-orderlist .p-orderlist-header {
    color: #212529;
    padding: 1rem 1.25rem;
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list {
    color: #212529;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.5rem 1.5rem;
    margin: 0;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.5rem 1.5rem;
    box-shadow: none;
    border: 0 none;
    color: #212529;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #007bff;
    color: #ffffff;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #003e80;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-paginator {
    background: #ffffff;
    color: #007bff;
    border: solid #dee2e6;
    border-width: 0;
    padding: 0.75rem;
    border-radius: 4px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #007bff;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0 0 0 -1px;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #007bff;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.357rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 2.357rem;
  }
  .p-paginator .p-paginator-current {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #007bff;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0 0 0 -1px;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #007bff;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0 0 0 -1px;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #007bff;
    border-color: #007bff;
    color: #ffffff;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #007bff;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    border-color: #007bff;
  }
  .p-picklist .p-picklist-header {
    color: #212529;
    padding: 1rem 1.25rem;
    font-weight: 600;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 600;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-picklist .p-picklist-list {
    color: #212529;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.5rem 1.5rem;
    margin: 0;
    border: 0 none;
    color: #212529;
    background: transparent;
    transition: box-shadow 0.15s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #212529;
    background: #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #ffffff;
    background: #007bff;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: #0067d6;
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.5rem 1.5rem;
    color: #212529;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.5rem 1.5rem;
    box-shadow: none;
    border: 0 none;
    color: #212529;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 0 none;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #dee2e6;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    padding: 1.25rem;
    border-radius: 4px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 4px;
    transition: box-shadow 0.15s;
    padding: 0.286rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #212529;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #007bff;
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e9ecef;
    color: #212529;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #495057;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #0062cc;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #212529;
    padding: 0.286rem;
    transition: box-shadow 0.15s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #007bff;
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-treetable .p-paginator-top {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #efefef;
    color: #212529;
    border: solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-footer {
    background: #efefef;
    color: #212529;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 1px 0 2px 0;
    font-weight: 600;
    color: #212529;
    background: #ffffff;
    transition: box-shadow 0.15s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    font-weight: 600;
    color: #212529;
    background: #ffffff;
  }
  .p-treetable .p-sortable-column {
    outline-color: rgba(38, 143, 255, 0.5);
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007bff;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #ffffff;
    color: #007bff;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #007bff;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #212529;
    transition: box-shadow 0.15s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #212529;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid rgba(38, 143, 255, 0.5);
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #007bff;
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #ffffff;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #212529;
  }
  .p-treetable .p-column-resizer-helper {
    background: #007bff;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #efefef;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #efefef;
    color: #212529;
    border: solid #dee2e6;
    border-width: 1px 0 0 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #212529;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #efefef;
    color: #212529;
    border: 1px solid #dee2e6;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1rem 1.25rem;
    border: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    font-weight: 600;
    border-radius: 4px;
    transition: box-shadow 0.15s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #212529;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #efefef;
    border-color: #dee2e6;
    color: #212529;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #212529;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 0;
  }
  .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
    border-radius: 0;
  }
  .p-accordion p-accordiontab .p-accordion-content {
    border-radius: 0;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #212529;
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-card .p-card-body {
    padding: 1.5rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #dee2e6;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    border-radius: 4px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1rem 1.25rem;
    border: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    font-weight: 600;
    border-radius: 4px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: box-shadow 0.15s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1rem 1.25rem;
    color: #212529;
    border-radius: 4px;
    transition: box-shadow 0.15s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #212529;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #dee2e6;
    padding: 1rem 1.25rem;
    background: #efefef;
    color: #212529;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 600;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.5rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-panel .p-panel-footer {
    padding: 0.5rem 1.25rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #efefef;
    border: 0 none;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-splitter {
    border: 1px solid #dee2e6;
    background: #ffffff;
    border-radius: 4px;
    color: #212529;
  }
  .p-splitter .p-splitter-gutter {
    transition: box-shadow 0.15s;
    background: #efefef;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #dee2e6;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #dee2e6;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2.357rem;
  }
  .p-tabview .p-tabview-nav {
    background: transparent;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff #dee2e6 #ffffff;
    background: #ffffff;
    color: #6c757d;
    padding: 0.75rem 1rem;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: box-shadow 0.15s;
    margin: 0 0 -1px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #dee2e6;
    color: #6c757d;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
    color: #495057;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #495057;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #212529;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-toolbar {
    background: #efefef;
    border: 1px solid #dee2e6;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.5rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-dialog .p-dialog-header {
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    color: #212529;
    padding: 1rem;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #212529;
    padding: 1rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 1px solid #e9ecef;
    background: #ffffff;
    color: #212529;
    padding: 1rem;
    text-align: right;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: none;
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #007bff;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition: box-shadow 0.15s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #0069d9;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .p-sidebar {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
  }
  .p-sidebar .p-sidebar-header {
    padding: 1rem 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: transparent;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1rem 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #212529;
    color: #ffffff;
    padding: 0.5rem 0.75rem;
    box-shadow: none;
    border-radius: 4px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #212529;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #212529;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #212529;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #212529;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #efefef;
    padding: 1rem 1.25rem;
    border: 1px solid #dee2e6;
    color: #212529;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #212529;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #007bff;
    border-style: dashed;
    background-color: #007bff;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #0069d9;
    color: #ffffff;
    border-color: #0069d9;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #0062cc;
    color: #ffffff;
    border-color: #0062cc;
  }
  .p-breadcrumb {
    background: #efefef;
    border: 0 none;
    border-radius: 4px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #007bff;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #007bff;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #6c757d;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #6c757d;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6c757d;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    border-radius: 4px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 4px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem 1rem;
    background: #efefef;
    color: rgba(0, 0, 0, 0.9);
    border: 0 none;
    border-radius: 4px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(0, 0, 0, 0.7);
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(0, 0, 0, 0.7);
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #212529;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #007bff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem 1rem;
    background: #efefef;
    color: rgba(0, 0, 0, 0.9);
    border: 0 none;
    border-radius: 4px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(0, 0, 0, 0.7);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(0, 0, 0, 0.7);
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    width: 12.5rem;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      transition: box-shadow 0.15s;
    }
    .p-menubar .p-menubar-button:hover {
      color: rgba(0, 0, 0, 0.7);
      background: transparent;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      box-shadow: none;
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #dee2e6;
      margin: 0.5rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.15s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.15s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #dee2e6;
    color: #212529;
    background: #efefef;
    border-radius: 4px;
    transition: box-shadow 0.15s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #212529;
    padding: 1rem 1.25rem;
    font-weight: 600;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #efefef;
    border-color: #dee2e6;
    color: #212529;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #212529;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1rem;
    color: #212529;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-slidemenu .p-menuitem-badge {
    background: #007bff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.15s;
    border-radius: 4px;
    background: transparent;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #212529;
    border: 1px solid #dee2e6;
    background: transparent;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 4px;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6c757d;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #007bff;
    color: #ffffff;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 600;
    color: #212529;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: transparent;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #007bff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff #dee2e6 #ffffff;
    background: #ffffff;
    color: #6c757d;
    padding: 0.75rem 1rem;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: box-shadow 0.15s;
    margin: 0 0 -1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #dee2e6;
    color: #6c757d;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
    color: #495057;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #495057;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #212529;
    transition: box-shadow 0.15s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #212529;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #212529;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #212529;
    background: #dee2e6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #212529;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.5rem 0.75rem;
    margin: 0;
    border-radius: 4px;
  }
  .p-inline-message.p-inline-message-info {
    background: #cce5ff;
    border: solid #b8daff;
    border-width: 0px;
    color: #004085;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #004085;
  }
  .p-inline-message.p-inline-message-success {
    background: #d4edda;
    border: solid #c3e6cb;
    border-width: 0px;
    color: #155724;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #155724;
  }
  .p-inline-message.p-inline-message-warn {
    background: #fff3cd;
    border: solid #ffeeba;
    border-width: 0px;
    color: #856404;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #856404;
  }
  .p-inline-message.p-inline-message-error {
    background: #f8d7da;
    border: solid #f5c6cb;
    border-width: 0px;
    color: #721c24;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #721c24;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 4px;
  }
  .p-message .p-message-wrapper {
    padding: 1rem 1.25rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: box-shadow 0.15s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-message.p-message-info {
    background: #cce5ff;
    border: solid #b8daff;
    border-width: 1px;
    color: #004085;
  }
  .p-message.p-message-info .p-message-icon {
    color: #004085;
  }
  .p-message.p-message-info .p-message-close {
    color: #004085;
  }
  .p-message.p-message-success {
    background: #d4edda;
    border: solid #c3e6cb;
    border-width: 1px;
    color: #155724;
  }
  .p-message.p-message-success .p-message-icon {
    color: #155724;
  }
  .p-message.p-message-success .p-message-close {
    color: #155724;
  }
  .p-message.p-message-warn {
    background: #fff3cd;
    border: solid #ffeeba;
    border-width: 1px;
    color: #856404;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #856404;
  }
  .p-message.p-message-warn .p-message-close {
    color: #856404;
  }
  .p-message.p-message-error {
    background: #f8d7da;
    border: solid #f5c6cb;
    border-width: 1px;
    color: #721c24;
  }
  .p-message.p-message-error .p-message-icon {
    color: #721c24;
  }
  .p-message.p-message-error .p-message-close {
    color: #721c24;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: box-shadow 0.15s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #cce5ff;
    border: solid #b8daff;
    border-width: 1px;
    color: #004085;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #004085;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #d4edda;
    border: solid #c3e6cb;
    border-width: 1px;
    color: #155724;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #155724;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #fff3cd;
    border: solid #ffeeba;
    border-width: 1px;
    color: #856404;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #856404;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #f8d7da;
    border: solid #f5c6cb;
    border-width: 1px;
    color: #721c24;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #721c24;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #efefef;
    width: 4rem;
    height: 4rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #efefef;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #efefef;
    width: 4rem;
    height: 4rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #efefef;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #efefef;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #e9ecef;
    width: 1rem;
    height: 1rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #dee2e6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007bff;
    color: #ffffff;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007bff;
    color: #ffffff;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #efefef;
    width: 2rem;
    height: 2rem;
    transition: box-shadow 0.15s;
    border-radius: 4px;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #efefef;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition: box-shadow 0.15s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: box-shadow 0.15s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #dee2e6;
    border-radius: 4px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #007bff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #6c757d;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #28a745;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #17a2b8;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #ffc107;
    color: #212529;
  }
  .p-badge.p-badge-danger {
    background-color: #dc3545;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #dee2e6;
    color: #212529;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2rem;
    height: 2rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 4px;
    transition: box-shadow 0.15s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      box-shadow 0.15s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e9ecef;
    color: #212529;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical {
    height: 100%;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e9ecef;
    border-radius: 4px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #007bff;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #007bff;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e9ecef;
    border-radius: 4px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #007bff;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    box-shadow: none;
    transition: box-shadow 0.15s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #efefef;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #007bff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
  }
  .p-tag.p-tag-success {
    background-color: #28a745;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #17a2b8;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #ffc107;
    color: #212529;
  }
  .p-tag.p-tag-danger {
    background-color: #dc3545;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-terminal {
    background: #ffffff;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
