
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 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: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 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.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 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-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  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;
  padding-left: 0.75rem;
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ 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 > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  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: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --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: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --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: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --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: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --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: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 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(-1 * var(--bs-border-width));
}
.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(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  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-grow: 1;
  flex-basis: 100%;
  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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%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='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --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;
  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-header .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-header .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-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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

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

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

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

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

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

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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: var(--bs-progress-height);
  }
}
.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 {
  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-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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.414'/%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;
  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;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.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: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 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;
  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-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

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

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 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);
}

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  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 0'/%3e%3c/svg%3e") /*rtl: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-.708'/%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-.708'/%3e%3c/svg%3e") /*rtl: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 0'/%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: var(--bs-carousel-indicator-active-bg);
  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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-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: var(--bs-box-shadow-sm);
  --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;
  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));
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-ring-primary {
  --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;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

.text-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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 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: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --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, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 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.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 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.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 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-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  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;
  padding-left: 0.75rem;
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ 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 > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  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: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --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: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --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: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --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: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --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: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 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(-1 * var(--bs-border-width));
}
.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(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  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-grow: 1;
  flex-basis: 100%;
  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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%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='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --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;
  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-header .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-header .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-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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

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

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

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

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

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

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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: var(--bs-progress-height);
  }
}
.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 {
  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-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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.414'/%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;
  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;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.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: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 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;
  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-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

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

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 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);
}

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  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 0'/%3e%3c/svg%3e") /*rtl: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-.708'/%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-.708'/%3e%3c/svg%3e") /*rtl: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 0'/%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: var(--bs-carousel-indicator-active-bg);
  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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

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

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

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

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

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

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

@media (max-width: 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;
  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));
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-ring-primary {
  --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;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

.text-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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
body, * {
  font-family: Franklin Gothic URW, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2A363B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.ocean-green {
  color: #4BB46E;
}

.link {
  color: #4BB46E;
  border: none;
  text-decoration: none;
}

.link:hover {
  color: black;
  border: none;
  background: none;
}

.button {
  background-color: #4BB46E;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  text-decoration: none;
  color: white;
}

.button:hover {
  color: black;
  background-color: #4BB46E;
}

.button:disabled {
  color: white;
  background-color: lightgray;
}

.button-cta {
  padding: 1.5rem 1rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .side-car {
    display: none;
  }
}
.narrow-form {
  max-width: 576px;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.Button {
  align-items: center;
  appearance: none;
  background-color: #FFFFFF;
  color: #222222;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  min-height: 34px;
  min-width: 50px;
  height: 40px;
  padding: 0 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-out;
}
.Button:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.Button:disabled {
  background-color: #2d6c42;
  color: #4BB46E;
}
.Button:hover:disabled {
  background-color: rgb(37.5, 90, 55);
}
.Button--lg {
  min-height: 50px;
}
.Button--primary {
  background-color: #4BB46E;
  color: #FFFFFF;
}
.Button--primary:focus {
  background-color: #3c9058;
}
.Button--primary:hover {
  background-color: #3c9058;
}
.Button--transparent {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.Button--transparent:focus {
  background-color: #3c9058;
}
.Button--transparent:hover {
  background-color: #3c9058;
}
.Button--bright {
  background-color: #5CEB9A;
  color: #2A363B;
}
.Button--bright:focus {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #2A363B;
}
.Button--bright:hover {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #2A363B;
}
.Button--bright:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--bright:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--bright-alt {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  font-weight: 500;
}
.Button--bright-alt:focus {
  background-color: #5CEB9A;
}
.Button--bright-alt:hover {
  background-color: #5CEB9A;
}
.Button--bright-alt:disabled {
  background-color: #ECEFF1;
  color: #2A363B;
}
.Button--bright-alt:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--secondary {
  background-color: #ECEFF1;
  color: #272727;
}
.Button--secondary:focus {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--secondary:hover {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--secondary:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--secondary:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--secondary-outline {
  border: 1px solid #D5DAE4;
  color: #272727;
}
.Button--secondary-outline:focus {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
  border-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
}
.Button--secondary-outline:hover {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
  border-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
}
.Button--white {
  border: 1px solid #ECEFF1;
  background-color: #FFFFFF;
  color: #272727;
}
.Button--white:focus {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--white:hover {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--white:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--white:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--danger {
  background-color: #FF6262;
  color: #FFFFFF;
}
.Button--danger:focus {
  background-color: #ff2f2f;
  color: #FFFFFF;
}
.Button--danger:hover {
  background-color: #ff2f2f;
  color: #FFFFFF;
}
.Button--danger:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--danger:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--note {
  background-color: #FADE4B;
  color: #2A363B;
}
.Button--note:focus {
  background-color: rgb(248.6216216216, 212.9027027027, 25.3783783784);
  color: #2A363B;
}
.Button--note:hover {
  background-color: rgb(248.6216216216, 212.9027027027, 25.3783783784);
  color: #2A363B;
}
.Button--note:disabled {
  background-color: #ECEFF1;
  color: #2A363B;
}
.Button--note:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--disableHover:hover {
  color: inherit;
  background-color: inherit;
}
.Button--charge-scheme {
  background-color: #FFDE00;
  color: #2A363B;
}
.Button--charge-scheme:focus {
  background-color: rgb(204, 177.6, 0);
  color: #2A363B;
}
.Button--charge-scheme:hover {
  background-color: rgb(204, 177.6, 0);
  color: #2A363B;
}
.Button--charge-scheme:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--charge-scheme:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}

.btn-outline-pastel-green {
  --bs-btn-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-hover-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-focus-shadow-rgb: 25, 200, 101;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-active-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F8FAFC;
  --bs-btn-border-color: #F8FAFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 250.75, 252.45);
  --bs-btn-hover-border-color: rgb(248.7, 250.5, 252.3);
  --bs-btn-focus-shadow-rgb: 211, 213, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 251, 252.6);
  --bs-btn-active-border-color: rgb(248.7, 250.5, 252.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F8FAFC;
  --bs-btn-disabled-border-color: #F8FAFC;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #5CEB9A;
  --bs-btn-border-color: #5CEB9A;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(116.45, 238, 169.15);
  --bs-btn-hover-border-color: rgb(108.3, 237, 164.1);
  --bs-btn-focus-shadow-rgb: 78, 200, 131;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(124.6, 239, 174.2);
  --bs-btn-active-border-color: rgb(108.3, 237, 164.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5CEB9A;
  --bs-btn-disabled-border-color: #5CEB9A;
}

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

.btn-outline-geiser {
  --bs-btn-color: #D5DAE4;
  --bs-btn-border-color: #D5DAE4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D5DAE4;
  --bs-btn-hover-border-color: #D5DAE4;
  --bs-btn-focus-shadow-rgb: 213, 218, 228;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D5DAE4;
  --bs-btn-active-border-color: #D5DAE4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D5DAE4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D5DAE4;
  --bs-gradient: none;
  color: rgb(59.5, 59.5, 59.5) !important;
}

.CallBackButton {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 10px 0px;
  border-radius: 8px;
  border: 1px solid #FADE4B;
  transition: background-color 0.3s;
}
.CallBackButton:hover {
  background-color: #FADE4B;
}
.CallBackButton:hover .CallBackButton__icon {
  color: #FFFFFF;
}
.CallBackButton__title {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #222222;
}
.CallBackButton__title:hover {
  color: #222222;
}
.CallBackButton__icon {
  color: #FADE4B;
}
.CallBackButton__link {
  color: #0D6EFD;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .CallBackButton__title {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .CallBackButton__title {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .CallBackButton__title {
    font-size: 14px;
  }
}

.Field,
.react-tel-input .Field {
  background-color: #FFFFFF;
  border: 1px solid #ECEFF1;
  border-radius: 6px;
  color: #272727;
  display: block;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  padding: 0 14px;
  width: 100%;
}
.Field:focus, .Field:hover,
.react-tel-input .Field:focus,
.react-tel-input .Field:hover {
  border: 1px solid #5CEB9A;
}
.Field:focus-visible,
.react-tel-input .Field:focus-visible {
  border: 1px solid #5CEB9A;
  outline: 1px solid #5CEB9A;
}
.Field:-webkit-autofill,
.react-tel-input .Field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
  -webkit-text-fill-color: #272727;
}
.Field:-webkit-autofill:focus,
.react-tel-input .Field:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
  -webkit-text-fill-color: #272727;
}
.Field ::placeholder,
.react-tel-input .Field ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7D828C;
  opacity: 1;
  /* Firefox */
}
.Field :-ms-input-placeholder,
.react-tel-input .Field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7D828C;
}
.Field ::-ms-input-placeholder,
.react-tel-input .Field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7D828C;
}
.Field:disabled,
.react-tel-input .Field:disabled {
  background-color: #ECEFF1;
}
.FieldRadio,
.react-tel-input .FieldRadio {
  background-color: #ECEFF1;
  border: none;
  cursor: pointer;
}
.FieldRadio input,
.react-tel-input .FieldRadio input {
  display: none;
}
.FieldRadio label,
.react-tel-input .FieldRadio label {
  cursor: inherit;
}
.FieldRadio:hover,
.react-tel-input .FieldRadio:hover {
  border: 1px solid #5CEB9A;
}
.FieldRadio_disabled,
.react-tel-input .FieldRadio_disabled {
  background-color: #ECEFF1;
  cursor: auto;
}
.FieldRadio_disabled label,
.react-tel-input .FieldRadio_disabled label {
  color: #797979;
  opacity: 0.6;
}
.FieldRadio_disabled:hover,
.react-tel-input .FieldRadio_disabled:hover {
  border: 1px solid #ECEFF1;
  color: rgba(125, 130, 140, 0.8);
}
.FieldRadio_checked,
.react-tel-input .FieldRadio_checked {
  border: 1px solid #ECEFF1;
  border-left: 5px solid #5CEB9A;
  background-color: #FFFFFF;
}
.FieldRadio_checked label,
.react-tel-input .FieldRadio_checked label {
  font-weight: 500;
}
.FieldRadio_checked:hover,
.react-tel-input .FieldRadio_checked:hover {
  border: 1px solid #ECEFF1;
  border-left: 5px solid #5CEB9A;
  background-color: #FFFFFF;
}

.react-tel-input .Field {
  padding-left: 48px;
}
.react-tel-input .Field:hover, .react-tel-input .Field:focus {
  border: 1px solid rgb(181.9565217391, 190.652173913, 208.0434782609);
}
.react-tel-input .Field:hover + .flag-dropdown, .react-tel-input .Field:focus + .flag-dropdown {
  border: 1px solid rgb(181.9565217391, 190.652173913, 208.0434782609);
}
.react-tel-input .Field:focus {
  outline: none;
  box-shadow: none;
}

.react-tel-input .flag-dropdown {
  border: 1px solid #D5DAE4;
  background-color: #ECEFF1;
}

.react-tel-input .country-list .divider {
  border-bottom: 1px solid #D5DAE4;
}

input[type=number].no-spinner {
  -moz-appearance: textfield;
}
input[type=number].no-spinner::-webkit-outer-spin-button, input[type=number].no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ButtonGroup.horizontal .ButtonGroup-item {
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #D8DADF;
  border-top: 1px solid #D8DADF;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2A363B;
  cursor: pointer;
  float: left;
  height: 40px;
  min-width: 128px;
  padding: 0 14px;
  display: flex;
  justify-content: center;
}
.ButtonGroup.horizontal .ButtonGroup-item_wide {
  width: 150px;
  font-size: 16px;
  line-height: 22px;
}
.ButtonGroup.horizontal .ButtonGroup-item:first-of-type {
  border-left: 1px solid #D5DAE4;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ButtonGroup.horizontal .ButtonGroup-item:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #D5DAE4;
}
.ButtonGroup.horizontal .ButtonGroup-item:not(:last-child) {
  border-right: 1px solid #D5DAE4;
}
.ButtonGroup.horizontal .ButtonGroup-item:hover {
  background-color: rgba(213, 218, 228, 0.2);
}
.ButtonGroup.horizontal .ButtonGroup-item_active {
  background-color: #FFFFFF;
  border-bottom: 5px solid #5CEB9A;
  color: #2A363B;
  font-weight: 600;
}
.ButtonGroup.horizontal .ButtonGroup-item_active:hover {
  background-color: #FFFFFF;
}
.ButtonGroup.horizontal .ButtonGroup-item_active .ButtonGroup-item-checkmark {
  display: none;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav {
  background-color: #5CEB9A;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav:hover {
  background-color: #5CEB9A;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav .ButtonGroup-item-checkmark {
  display: none;
}
.ButtonGroup.horizontal:after {
  content: "";
  clear: both;
  display: table;
}
.ButtonGroup.horizontal.wizard .ButtonGroup-item_disabled {
  background-color: #ECEFF1;
  color: #7D828C;
  filter: none;
  cursor: default;
}

.ButtonGroup-overscroll {
  display: flex;
  overflow-y: scroll;
}

.Loader {
  display: inline-block;
  height: 13px;
  margin: 0 0 0 -8px;
  position: relative;
  width: 69px;
  background-color: inherit;
}
.Loader-item {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  top: 0;
  width: 13px;
}
.Loader-item:nth-child(1) {
  animation: Loader1 0.6s infinite;
  left: 8px;
}
.Loader-item:nth-child(2) {
  animation: Loader2 0.6s infinite;
  left: 8px;
}
.Loader-item:nth-child(3) {
  animation: Loader2 0.6s infinite;
  left: 32px;
}
.Loader-item:nth-child(4) {
  animation: Loader3 0.6s infinite;
  left: 56px;
}

@keyframes Loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes Loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.Modal {
  z-index: 1060;
  background-color: #FFFFFF;
  padding: 20px;
  height: calc(100% - 16rem);
  width: calc(100% - 4rem);
  left: 2rem;
  top: 8rem;
}
.Modal_text_only {
  height: auto;
  width: calc(100% - 30rem);
  left: 15rem;
  top: 12rem;
}
@media (max-width: 1199.98px) {
  .Modal {
    height: calc(100% - 7rem);
    width: calc(100% - 1rem);
    left: 0.5rem;
    top: 6rem;
  }
}

.List {
  padding: 0;
  list-style: none;
}
.List-item {
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.List-item_circle::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #797979;
  width: 6px;
  height: 6px;
  margin-left: -20px;
  margin-right: 10px;
}
.List-item_nested::before {
  content: "—";
  margin-left: -25px;
  margin-right: 10px;
}

.Link {
  color: #2A363B;
  text-decoration: none;
}
.Link:hover {
  color: rgb(63.2079207921, 81.2673267327, 88.7920792079);
}
.Link_no_opacity {
  opacity: 1 !important;
}
.Link_no_decoration {
  text-decoration: none;
}
.Link_active {
  border-bottom: 2px solid #5CEB9A;
  font-weight: 600;
}
.Link_light {
  color: #ECEFF1;
}
.Link_light.Link-active {
  color: #FFFFFF;
}
.Link_light.Link-active img {
  background-color: #5CEB9A;
}
.Link_light:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .Derivatives {
    max-height: 648px;
    overflow-y: auto;
  }
}
.Derivatives-item {
  cursor: pointer;
}
@media (min-width: 768px) {
  .Derivatives-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.Derivatives-item_active {
  border: 1px solid #D5DAE4;
  border-left: 5px solid #5CEB9A;
}

.Tag {
  font-size: 12px;
  border-radius: 6px;
  padding: 0 10px;
  width: fit-content;
}
.Tag--success {
  color: #25c169;
  background-color: #D1FFE5;
}
.Tag--info {
  color: #7D828C;
  background-color: #DDE1E4;
}

@media (max-width: 768px) {
  .Tag {
    font-size: 12px;
    padding: 1px 8px;
    margin-top: 3px;
    margin-left: -4px;
  }
}
.lined {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 10px;
}
.lined:after, .lined:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #F8FAFC;
  height: 60%;
}

.highlight-underline {
  border-bottom-width: 6px;
  border-bottom-color: #2A363B;
  border-bottom-style: solid;
}
.highlight-underline--yellow {
  border-bottom-color: #FADE4B;
}

.Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1152;
  display: flow-root;
  overflow-y: auto;
  background-color: #FFFFFF;
}

@font-face {
  font-family: "icomoon";
  src: url(/assets/custom_fonts/icomoon-a17ddb92c2b9d1b83651ab19d0562eabf8cf5cbf58caf72bcefb4d4bf5a9b5fe.eot) format("embedded-opentype"), url(/assets/custom_fonts/icomoon-376c1b37a3d477a57d4ec3bc5f35e45a3d1e09bb23d2dcbe070a53b0133187f3.ttf) format("truetype"), url(/assets/custom_fonts/icomoon-5572802af3cd4f1fef99e5d6a032b4fe7a89789b562cd14b00d44cc28a331953.woff) format("woff"), url(/assets/custom_fonts/icomoon-ccf0ea7a90960049d47fe6712406ee5b01f3b0227e903d3ea396a40490cd2118.svg?#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/assets/custom_fonts/bootstrap-icons-80a85af21a77b44049843c9ab389aa7d3ae2fb8664762a3083d929f1ed4ba431.woff2) format("woff2"), url(/assets/custom_fonts/bootstrap-icons-1a48645c01de5de4652b07741d3ecd7e0949ca18b8558c2beb4784750a9fb774.woff) format("woff");
}
[class^=icon-font-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-font-back:before {
  content: "\e900";
  color: #7d828c;
}

.icon-font-reload:before {
  content: "\e901";
  color: #000;
}

.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-payment-profile::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/payment-profile-icon-0d66630d859c58e7a5f1b6f3ef6fb4d9732f0f80790e649b1a1ea9479de5b9f5.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bi-agreement-type::before,
.bi-Agreement-Type::before,
.bi-Agreement-type::before {
  content: "\f392";
}

.bi-derivative::before,
.bi-Derivative::before {
  content: "\f881";
}

.bi-Term::before,
.bi-term::before {
  content: "\f214";
}

.bi-Annual-mileage::before,
.bi-annual-mileage::before {
  content: "\f580";
}

.bi-Maintenance-package::before,
.bi-maintenance-package::before,
.bi-maintenance::before {
  content: "\f3e5";
}

.bi-insurance::before,
.bi-Insurance::before {
  content: "\f53f";
}

.bi-Paintwork::before,
.bi-paintwork::before {
  content: "\f4b1";
}

.bi-Wheels::before,
.bi-wheels::before {
  content: "\f518";
}

.bi-Trim::before,
.bi-trim::before {
  content: "\f179";
}

.bi-Extras::before,
.bi-extras::before,
.bi-extra::before,
.bi-Extra::before {
  content: "\f431";
}

[class^=bi-acceleration]::before,
[class^=bi-Acceleration]::before {
  content: "\f597";
}

.bi-range::before,
.bi-Range::before {
  content: "\f57f";
}

.bi-Drivetrain::before,
.bi-drivetrain::before {
  content: "\f46d";
}

.bi-charger::before,
.bi-Charger::before {
  content: "\f83a";
}

.Carousel {
  justify-content: space-between;
  border-radius: 6px;
  background-color: #626b6e;
  grid-column-start: 3;
  grid-column-end: 5;
  overflow: hidden;
  min-height: 360px;
}
.Carousel__container {
  z-index: 1;
  position: absolute;
}
.Carousel__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.Carousel__title {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  width: 70%;
  align-items: end;
  display: flex;
  pointer-events: none;
  margin: 0 0 15px 15px;
  z-index: 1;
}
.Carousel__demoButton {
  width: 30%;
  margin: 0 15px 15px 0;
  display: flex;
  align-items: end;
  justify-content: end;
  pointer-events: all;
}
.Carousel__firstItem {
  background-image: url(/assets/intro-carousel/first-item_best-prices-available-4a0145a3046c763f15a376bc138d98ffb3cb96be148f2c5b5a859d3a4dcd7810.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 555px) {
  .Carousel__firstItem {
    background-image: url(/assets/intro-carousel/first-item_best-prices-available-mobile-35df1b5c88083e3fb44cc6320f628843a859db245540f3040dd84f57943e52f8.png);
  }
}
.Carousel__firstItem .Carousel__title {
  font-size: 26px;
}
@media (max-width: 555px) {
  .Carousel__firstItem .Carousel__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Carousel__firstItem .Carousel__title {
    font-size: 20px;
  }
}
.Carousel__secondItem {
  background-image: url(/assets/intro-carousel/second-item_used-cars-available-3560638a38c03c8967ddf07657a8a58e93d55572048e0eeb898fd36a5905e3ec.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 555px) {
  .Carousel__secondItem {
    background-image: url(/assets/intro-carousel/second-item_used-cars-available-mobile-e04e534b240408d03e7365e0c6ea10aa6844bcd1e01fbb85d1e8e86009199785.png);
  }
}
.Carousel__secondItem .Carousel__title {
  font-size: 26px;
}
@media (max-width: 555px) {
  .Carousel__secondItem .Carousel__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Carousel__secondItem .Carousel__title {
    font-size: 20px;
  }
}
.Carousel__thirdItem {
  background-image: url(/assets/intro-carousel/third-item_trusted-service-55ba983c29b1bc05df97e83bcaaea10e4226e7292bb935f2b64cc6a15bde703a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 555px) {
  .Carousel__thirdItem {
    background-image: url(/assets/intro-carousel/third-item_trusted-service-mobile-5f9cb9114acd951c158082ab44b4bd7d55f618371f546ee35fe260b054edeecc.png);
  }
}
.Carousel__thirdItem .Carousel__title {
  font-size: 26px;
}
@media (max-width: 555px) {
  .Carousel__thirdItem .Carousel__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Carousel__thirdItem .Carousel__title {
    font-size: 20px;
  }
}
.Carousel__fourthItem {
  background-image: url(/assets/intro-carousel/fourth-item_cheapest-way-to-charge-94547c3f98641fb4a999f5f319b1f3e216d40b446d76238a9738f4356a643114.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 555px) {
  .Carousel__fourthItem {
    background-image: url(/assets/intro-carousel/fourth-item_cheapest-way-to-charge-mobile-5545f61f844c3396b22e91e353fc4716a36489125c8d97c557087a775a13437c.png);
  }
}
.Carousel__fourthItem .Carousel__title {
  font-size: 26px;
}
@media (max-width: 555px) {
  .Carousel__fourthItem .Carousel__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Carousel__fourthItem .Carousel__title {
    font-size: 20px;
  }
}
.Carousel__fifthItem {
  background-image: url(/assets/intro-carousel/fifth-item_complete-employer-protection-c0dc6ce127a7b49dc0d89c995096c93e3bc2041ae28d4c77482090f5bbc3c3d6.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 555px) {
  .Carousel__fifthItem {
    background-image: url(/assets/intro-carousel/fifth-item_complete-employer-protection-mobile-fcee2c187d6d0abe31532e16968a69057b408c401aba45f8adc86f72dfe3e518.png);
  }
}
.Carousel__fifthItem .Carousel__title {
  font-size: 26px;
}
@media (max-width: 555px) {
  .Carousel__fifthItem .Carousel__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Carousel__fifthItem .Carousel__title {
    font-size: 20px;
  }
}

.Review_text {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 22px;
  font-size: 20px;
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .Carousel {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 768px) {
  .Carousel {
    grid-column-end: 1;
  }
  .Carousel__blockTitle {
    justify-content: end;
    width: 100%;
  }
  .Carousel__title {
    font-size: 28px;
  }
  .Review_text {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 555px) {
  .Carousel__title {
    font-size: 22px;
  }
  .Carousel__demoButton {
    font-size: 12px;
  }
  .Carousel__thirdItem_text {
    font-size: 34px;
  }
}
.gallery-modal-360 .modal-body {
  background-color: #222222;
}

@keyframes handMove {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -25px;
  }
  50% {
    margin-left: -50px;
  }
  75% {
    margin-left: -25px;
  }
  100% {
    margin-left: 0;
  }
}
.carousel-360-container {
  height: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.carousel-360-container__image {
  max-width: 100%;
}
.carousel-360-container__accessory {
  position: absolute;
  z-index: 101;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.carousel-360-container__bottom-image {
  position: absolute;
  bottom: 15px;
  width: 60px;
  height: 60px;
  z-index: 101;
}
.carousel-360-container__animation-on {
  animation-name: handMove;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;
}

@media (max-width: 991px) {
  .btn-360 {
    display: none;
  }
}

.native-select {
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #D5DAE4;
  min-height: 38px;
  width: 100%;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.native-select:hover {
  border-color: #5CEB9A;
}
.native-select:focus {
  border-color: #5CEB9A;
  box-shadow: none;
}

.ClearWatt-container {
  border: 1px solid #d4e0e6;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}
.ClearWatt-header {
  background-color: #edf1f3;
  padding: 4px 8px;
  border-bottom: 1px solid #d4e0e6;
}
.ClearWatt-headerTitle {
  margin: 0;
  font-size: 12px;
  color: #05293d;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}
.ClearWatt-footer {
  padding: 8px;
  border-top: 1px solid #d4e0e6;
  font-size: 10px;
  color: #727c82;
  line-height: 1.5;
}
.ClearWatt-layout {
  display: flex;
  flex-direction: row;
  padding: 8px 0;
}
.ClearWatt-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 4px 0;
  gap: 4px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.ClearWatt-centreColumn {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(60deg, #6e5ff3, #17e5d7) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
}
.ClearWatt-title {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
}
.ClearWatt-rangeRow {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #d4e0e6 3px, #d4e0e6 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d4e0e6;
  border-bottom: 1px solid #d4e0e6;
}
.ClearWatt-range {
  background-color: #ffffff;
  border-left: 1px solid #d4e0e6;
  border-right: 1px solid #d4e0e6;
  padding: 4px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
.ClearWatt-conditions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 8px;
}
.ClearWatt-conditionRow {
  display: flex;
  justify-content: space-between;
}
.ClearWatt-labelPrimary {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #05293d;
}
.ClearWatt-valuePrimary {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #727c82;
}
.ClearWatt-labelAlt {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #727c82;
}
.ClearWatt-valueAlt {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #b6c2ca;
}
.ClearWatt-seasons {
  display: flex;
  gap: 4px;
  padding-top: 4px;
  justify-content: center;
}
.ClearWatt-season {
  font-size: 10px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #d4e0e6;
  border-radius: 80px;
  padding: 2px 8px;
  text-align: center;
}

.react-select-wrapper {
  font-size: 16px;
  line-height: 20px;
  width: auto;
}
.react-select-wrapper .react-select__control {
  box-shadow: none;
  padding: 2px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #D5DAE4;
}
.react-select-wrapper .react-select__control:focus {
  background-color: #5CEB9A;
  border: 1px solid #5CEB9A;
}
.react-select-wrapper .react-select__control:hover {
  border: 1px solid #5CEB9A;
}
.react-select-wrapper .react-select__control--is-focused {
  border: 1px solid #5CEB9A;
}
.react-select-wrapper .react-select__control--menu-is-open {
  outline: 1px solid #5CEB9A !important;
  border: 1px solid #5CEB9A;
}
.react-select-wrapper .react-select__indicators {
  background-color: #FFFFFF;
}
.react-select-wrapper .react-select__indicator {
  background-color: inherit;
}
.react-select-wrapper .react-select__indicator svg {
  background-color: inherit;
  fill: #7D828C;
}
.react-select-wrapper .react-select__indicator-separator {
  display: none;
}
.react-select-wrapper .react-select__single-value {
  color: #2A363B;
  background-color: inherit;
  z-index: 1;
}
.react-select-wrapper .react-select__placeholder {
  background-color: inherit;
}
.react-select-wrapper .react-select__value-container {
  margin: 0;
  padding: 10px 10px;
  background-color: #FFFFFF;
}
.react-select-wrapper .react-select__value-container .css-b8ldur-Input {
  background-color: #FFFFFF;
  width: 0;
}
.react-select-wrapper .react-select__menu {
  color: #222222;
  background-color: #FFFFFF;
  font-family: Franklin Gothic URW, sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-radius: 4px;
  z-index: 2;
}
.react-select-wrapper .react-select__menu-list {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.react-select-wrapper .react-select__option {
  color: #222222;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.react-select-wrapper .react-select__option--is-focused {
  background-color: rgb(228.2786885246, 251.7213114754, 238.4426229508);
}
.react-select-wrapper .react-select__option--is-disabled {
  color: #7D828C;
  opacity: 0.6;
}
.react-select-wrapper .react-select__option * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.react-select-wrapper .react-select__input {
  background-color: inherit;
}
.react-select-wrapper_small {
  font-size: 14px;
  min-height: 40px !important;
  height: 100%;
  line-height: 15px;
}
.react-select-wrapper_small label {
  font-size: 14px;
}
.react-select-wrapper_small .react-select__value-container {
  align-items: stretch;
  height: 40px !important;
}
.react-select-wrapper_small .react-select__single-value, .react-select-wrapper_small .react-select__placeholder {
  position: static;
  max-width: none;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.react-select-wrapper_small .react-select__indicators-container {
  height: 40px !important;
}
.react-select-wrapper_small .react-select__menu {
  width: max-content;
  min-width: 100%;
}
.react-select-wrapper_small .react-select__control {
  background-color: #FFFFFF;
  border: 1px solid #D5DAE4;
}
.react-select-wrapper_small .react-select__control:focus {
  background-color: #5CEB9A;
  border: 1px solid #5CEB9A;
}
.react-select-wrapper_small .react-select__control:hover {
  border: 1px solid #5CEB9A;
}
.react-select-wrapper_small .react-select__control--is-focused {
  border: 1px solid #5CEB9A;
}
.react-select-wrapper_small .react-select__control--menu-is-open {
  outline: 1px solid #5CEB9A !important;
  border: 1px solid #5CEB9A;
}
.react-select-wrapper_small .react-select__indicators {
  background-color: #FFFFFF;
}
.react-select-wrapper_small .react-select__value-container {
  background-color: #FFFFFF;
}
.react-select-wrapper_small .react-select__value-container .css-b8ldur-Input {
  background-color: #FFFFFF;
}

.popover {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 0px 50px rgba(42, 54, 59, 0.5);
  font-family: "Franklin Gothic URW", sans-serif;
  font-size: 12px;
  margin-bottom: 7px;
  max-width: 540px;
}

.popover-arrow {
  background-color: transparent;
}

.rsw_2Y {
  background-color: inherit;
}
.rsw_2Y .rsw_2f, .rsw_2Y .rsw_3G {
  background-color: inherit;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(184.75, 184.75, 184.75) inherit;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: inherit;
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(184.75, 184.75, 184.75);
  border-radius: 20px;
  border: 3px solid inherit;
}

.scrollbar_hidden {
  /* Works on Firefox */
  /* Works on Chrome, Edge, and Safari */
}
.scrollbar_hidden {
  scrollbar-width: 0;
}
.scrollbar_hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.radio {
  align-items: center;
  border: 1px solid #D5DAE4 !important;
  border-radius: 0.25rem;
  color: #272727;
  display: flex;
  justify-content: center;
}
.radio--active, .radio_group > .radio--negative {
  background-color: #5CEB9A;
  border-color: #5CEB9A !important;
}
.radio--active:hover, .radio_group > .radio--negative:hover, .radio--active.disabled, .radio_group > .disabled.radio--negative {
  background-color: #5CEB9A !important;
  border-color: #5CEB9A !important;
}
.radio--active:hover, .radio_group > .radio--negative:hover {
  opacity: 0.8 !important;
}

.radio_group {
  display: flex;
}

.radio_group > .radio {
  border-radius: 0;
}
.radio_group > .radio:first-of-type {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.radio_group > .radio:not(:first-of-type) {
  border-left: none;
}
.radio_group > .radio--active, .radio_group > .radio--negative {
  font-weight: 600;
}
.radio_group > .radio--negative {
  position: relative;
}
.radio_group > .radio--negative:before {
  background-color: #5CEB9A;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
.radio_group > .radio:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.formCar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form_border {
  width: 100%;
  border-bottom: 2px solid #D5DAE4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.activeRadio {
  padding: 14px 41px 12px 41px;
  font-size: 16px;
  line-height: 24px;
}

.greyRadio {
  background-color: #ECEFF1;
  color: #272727;
  border: none;
  border-radius: 6px;
  height: 50px;
  min-width: 50px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.greyRadio:not(:last-child) {
  margin-right: 20px;
}

.quotesPanel {
  border: 1px solid #D5DAE4;
  border-radius: 6px;
  margin: 3rem;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  overflow-y: overlay;
  height: 85vh;
}

.previousQuotes {
  padding: 2rem;
}
.previousQuotes__list {
  display: grid;
  gap: 15px;
  overflow-y: scroll;
  overflow-x: clip;
  max-height: 200px;
}
.previousQuotes__title {
  margin: auto;
  white-space: normal !important;
}
.previousQuotes__no-grid {
  overflow-y: scroll;
  overflow-x: clip;
  max-height: 200px;
}

.textButton {
  background: none;
  border: none;
  border-radius: 0;
  color: #25c169;
  display: flex;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textButton:hover {
  background: none;
  color: #25c169;
  text-decoration: underline;
}
.textButton--gray, .textButton--gray:hover {
  color: #7D828C;
}
.textButton--danger, .textButton--danger:hover {
  color: #FF6262;
}
.textButton--blue, .textButton--blue:hover {
  color: #0D6EFD;
}

.transparentButton {
  width: 180px;
  height: 50px;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  border-radius: 6px;
}

.whiteButton {
  width: 180px;
  height: 50px;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.buttonIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ECEFF1;
}

.buttonIcon:hover {
  background-color: #ECEFF1;
}

.contentWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.contentWrap:not(:last-child) {
  margin-bottom: 20px;
}

.customInput {
  height: 50px;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #D5DAE4;
}
.customInput--small {
  height: 38px;
}

.priceInputVAT {
  border: 1px solid #D5DAE4;
  padding: 5px 12px 5px 12px;
  height: 38px;
  width: 100%;
  border-radius: 6px;
}

.priceSelectVAT--excluded .react-select__single-value {
  background-color: #f6ceb6;
  padding: 7.5px 5px;
}
.priceSelectVAT--included .react-select__single-value {
  padding: 0 5px;
}
.priceSelectVAT .react-select__value-container {
  padding: 0;
}

.decorBlock {
  height: 100px;
  gap: 20px;
  padding: 25px;
  background-color: #73c2c4;
  border-radius: 6px;
}

.extrasItem {
  background-color: #ECEFF1;
}

.u-bg-athens-gray {
  background-color: #E4E7EE !important;
}

.u-color-athens-gray {
  color: #E4E7EE;
}

.u-border-color-athens-gray {
  border-color: #E4E7EE !important;
}

.u-fill-athens-gray {
  fill: #E4E7EE;
}

.u-borderb-athens-gray {
  border-bottom: 1px solid #E4E7EE;
}

.u-bordert-athens-gray {
  border-top: 1px solid #E4E7EE;
}

.u-border-athens-gray {
  border: 1px solid #E4E7EE;
}

.u-bg-light-gray {
  background-color: #DDE1E4 !important;
}

.u-color-light-gray {
  color: #DDE1E4;
}

.u-border-color-light-gray {
  border-color: #DDE1E4 !important;
}

.u-fill-light-gray {
  fill: #DDE1E4;
}

.u-borderb-light-gray {
  border-bottom: 1px solid #DDE1E4;
}

.u-bordert-light-gray {
  border-top: 1px solid #DDE1E4;
}

.u-border-light-gray {
  border: 1px solid #DDE1E4;
}

.u-bg-lighter-gray {
  background-color: #F8FAFC !important;
}

.u-color-lighter-gray {
  color: #F8FAFC;
}

.u-border-color-lighter-gray {
  border-color: #F8FAFC !important;
}

.u-fill-lighter-gray {
  fill: #F8FAFC;
}

.u-borderb-lighter-gray {
  border-bottom: 1px solid #F8FAFC;
}

.u-bordert-lighter-gray {
  border-top: 1px solid #F8FAFC;
}

.u-border-lighter-gray {
  border: 1px solid #F8FAFC;
}

.u-bg-bittersweet {
  background-color: #FF6262 !important;
}

.u-color-bittersweet {
  color: #FF6262;
}

.u-border-color-bittersweet {
  border-color: #FF6262 !important;
}

.u-fill-bittersweet {
  fill: #FF6262;
}

.u-borderb-bittersweet {
  border-bottom: 1px solid #FF6262;
}

.u-bordert-bittersweet {
  border-top: 1px solid #FF6262;
}

.u-border-bittersweet {
  border: 1px solid #FF6262;
}

.u-bg-soft-bittersweet {
  background-color: #E3737E !important;
}

.u-color-soft-bittersweet {
  color: #E3737E;
}

.u-border-color-soft-bittersweet {
  border-color: #E3737E !important;
}

.u-fill-soft-bittersweet {
  fill: #E3737E;
}

.u-borderb-soft-bittersweet {
  border-bottom: 1px solid #E3737E;
}

.u-bordert-soft-bittersweet {
  border-top: 1px solid #E3737E;
}

.u-border-soft-bittersweet {
  border: 1px solid #E3737E;
}

.u-bg-black {
  background-color: #222222 !important;
}

.u-color-black {
  color: #222222;
}

.u-border-color-black {
  border-color: #222222 !important;
}

.u-fill-black {
  fill: #222222;
}

.u-borderb-black {
  border-bottom: 1px solid #222222;
}

.u-bordert-black {
  border-top: 1px solid #222222;
}

.u-border-black {
  border: 1px solid #222222;
}

.u-bg-boulder {
  background-color: #797979 !important;
}

.u-color-boulder {
  color: #797979;
}

.u-border-color-boulder {
  border-color: #797979 !important;
}

.u-fill-boulder {
  fill: #797979;
}

.u-borderb-boulder {
  border-bottom: 1px solid #797979;
}

.u-bordert-boulder {
  border-top: 1px solid #797979;
}

.u-border-boulder {
  border: 1px solid #797979;
}

.u-bg-geiser {
  background-color: #D5DAE4 !important;
}

.u-color-geiser {
  color: #D5DAE4;
}

.u-border-color-geiser {
  border-color: #D5DAE4 !important;
}

.u-fill-geiser {
  fill: #D5DAE4;
}

.u-borderb-geiser {
  border-bottom: 1px solid #D5DAE4;
}

.u-bordert-geiser {
  border-top: 1px solid #D5DAE4;
}

.u-border-geiser {
  border: 1px solid #D5DAE4;
}

.u-bg-iron {
  background-color: #D8DADF !important;
}

.u-color-iron {
  color: #D8DADF;
}

.u-border-color-iron {
  border-color: #D8DADF !important;
}

.u-fill-iron {
  fill: #D8DADF;
}

.u-borderb-iron {
  border-bottom: 1px solid #D8DADF;
}

.u-bordert-iron {
  border-top: 1px solid #D8DADF;
}

.u-border-iron {
  border: 1px solid #D8DADF;
}

.u-bg-mine-shaft {
  background-color: #272727 !important;
}

.u-color-mine-shaft {
  color: #272727;
}

.u-border-color-mine-shaft {
  border-color: #272727 !important;
}

.u-fill-mine-shaft {
  fill: #272727;
}

.u-borderb-mine-shaft {
  border-bottom: 1px solid #272727;
}

.u-bordert-mine-shaft {
  border-top: 1px solid #272727;
}

.u-border-mine-shaft {
  border: 1px solid #272727;
}

.u-bg-mishka {
  background-color: #CED4DE !important;
}

.u-color-mishka {
  color: #CED4DE;
}

.u-border-color-mishka {
  border-color: #CED4DE !important;
}

.u-fill-mishka {
  fill: #CED4DE;
}

.u-borderb-mishka {
  border-bottom: 1px solid #CED4DE;
}

.u-bordert-mishka {
  border-top: 1px solid #CED4DE;
}

.u-border-mishka {
  border: 1px solid #CED4DE;
}

.u-bg-mountain-meadow {
  background-color: #1EB55E !important;
}

.u-color-mountain-meadow {
  color: #1EB55E;
}

.u-border-color-mountain-meadow {
  border-color: #1EB55E !important;
}

.u-fill-mountain-meadow {
  fill: #1EB55E;
}

.u-borderb-mountain-meadow {
  border-bottom: 1px solid #1EB55E;
}

.u-bordert-mountain-meadow {
  border-top: 1px solid #1EB55E;
}

.u-border-mountain-meadow {
  border: 1px solid #1EB55E;
}

.u-bg-mystic {
  background-color: #DFE3EA !important;
}

.u-color-mystic {
  color: #DFE3EA;
}

.u-border-color-mystic {
  border-color: #DFE3EA !important;
}

.u-fill-mystic {
  fill: #DFE3EA;
}

.u-borderb-mystic {
  border-bottom: 1px solid #DFE3EA;
}

.u-bordert-mystic {
  border-top: 1px solid #DFE3EA;
}

.u-border-mystic {
  border: 1px solid #DFE3EA;
}

.u-bg-ocean-green {
  background-color: #4BB46E !important;
}

.u-color-ocean-green {
  color: #4BB46E;
}

.u-border-color-ocean-green {
  border-color: #4BB46E !important;
}

.u-fill-ocean-green {
  fill: #4BB46E;
}

.u-borderb-ocean-green {
  border-bottom: 1px solid #4BB46E;
}

.u-bordert-ocean-green {
  border-top: 1px solid #4BB46E;
}

.u-border-ocean-green {
  border: 1px solid #4BB46E;
}

.u-bg-outer-space {
  background-color: #2A363B !important;
}

.u-color-outer-space {
  color: #2A363B;
}

.u-border-color-outer-space {
  border-color: #2A363B !important;
}

.u-fill-outer-space {
  fill: #2A363B;
}

.u-borderb-outer-space {
  border-bottom: 1px solid #2A363B;
}

.u-bordert-outer-space {
  border-top: 1px solid #2A363B;
}

.u-border-outer-space {
  border: 1px solid #2A363B;
}

.u-bg-pastel-green {
  background-color: #5CEB9A !important;
}

.u-color-pastel-green {
  color: #5CEB9A;
}

.u-border-color-pastel-green {
  border-color: #5CEB9A !important;
}

.u-fill-pastel-green {
  fill: #5CEB9A;
}

.u-borderb-pastel-green {
  border-bottom: 1px solid #5CEB9A;
}

.u-bordert-pastel-green {
  border-top: 1px solid #5CEB9A;
}

.u-border-pastel-green {
  border: 1px solid #5CEB9A;
}

.u-bg-light-green {
  background-color: #A5F3C4 !important;
}

.u-color-light-green {
  color: #A5F3C4;
}

.u-border-color-light-green {
  border-color: #A5F3C4 !important;
}

.u-fill-light-green {
  fill: #A5F3C4;
}

.u-borderb-light-green {
  border-bottom: 1px solid #A5F3C4;
}

.u-bordert-light-green {
  border-top: 1px solid #A5F3C4;
}

.u-border-light-green {
  border: 1px solid #A5F3C4;
}

.u-bg-lightest-green {
  background-color: #D1FFE5 !important;
}

.u-color-lightest-green {
  color: #D1FFE5;
}

.u-border-color-lightest-green {
  border-color: #D1FFE5 !important;
}

.u-fill-lightest-green {
  fill: #D1FFE5;
}

.u-borderb-lightest-green {
  border-bottom: 1px solid #D1FFE5;
}

.u-bordert-lightest-green {
  border-top: 1px solid #D1FFE5;
}

.u-border-lightest-green {
  border: 1px solid #D1FFE5;
}

.u-bg-porcelain {
  background-color: #ECEFF1 !important;
}

.u-color-porcelain {
  color: #ECEFF1;
}

.u-border-color-porcelain {
  border-color: #ECEFF1 !important;
}

.u-fill-porcelain {
  fill: #ECEFF1;
}

.u-borderb-porcelain {
  border-bottom: 1px solid #ECEFF1;
}

.u-bordert-porcelain {
  border-top: 1px solid #ECEFF1;
}

.u-border-porcelain {
  border: 1px solid #ECEFF1;
}

.u-bg-porcelain2 {
  background-color: #EBEEF0 !important;
}

.u-color-porcelain2 {
  color: #EBEEF0;
}

.u-border-color-porcelain2 {
  border-color: #EBEEF0 !important;
}

.u-fill-porcelain2 {
  fill: #EBEEF0;
}

.u-borderb-porcelain2 {
  border-bottom: 1px solid #EBEEF0;
}

.u-bordert-porcelain2 {
  border-top: 1px solid #EBEEF0;
}

.u-border-porcelain2 {
  border: 1px solid #EBEEF0;
}

.u-bg-raven {
  background-color: #7D828C !important;
}

.u-color-raven {
  color: #7D828C;
}

.u-border-color-raven {
  border-color: #7D828C !important;
}

.u-fill-raven {
  fill: #7D828C;
}

.u-borderb-raven {
  border-bottom: 1px solid #7D828C;
}

.u-bordert-raven {
  border-top: 1px solid #7D828C;
}

.u-border-raven {
  border: 1px solid #7D828C;
}

.u-bg-white {
  background-color: #FFFFFF !important;
}

.u-color-white {
  color: #FFFFFF;
}

.u-border-color-white {
  border-color: #FFFFFF !important;
}

.u-fill-white {
  fill: #FFFFFF;
}

.u-borderb-white {
  border-bottom: 1px solid #FFFFFF;
}

.u-bordert-white {
  border-top: 1px solid #FFFFFF;
}

.u-border-white {
  border: 1px solid #FFFFFF;
}

.u-bg-red {
  background-color: #FF0000 !important;
}

.u-color-red {
  color: #FF0000;
}

.u-border-color-red {
  border-color: #FF0000 !important;
}

.u-fill-red {
  fill: #FF0000;
}

.u-borderb-red {
  border-bottom: 1px solid #FF0000;
}

.u-bordert-red {
  border-top: 1px solid #FF0000;
}

.u-border-red {
  border: 1px solid #FF0000;
}

.u-bg-darkgray {
  background-color: #a9a9a9 !important;
}

.u-color-darkgray {
  color: #a9a9a9;
}

.u-border-color-darkgray {
  border-color: #a9a9a9 !important;
}

.u-fill-darkgray {
  fill: #a9a9a9;
}

.u-borderb-darkgray {
  border-bottom: 1px solid #a9a9a9;
}

.u-bordert-darkgray {
  border-top: 1px solid #a9a9a9;
}

.u-border-darkgray {
  border: 1px solid #a9a9a9;
}

.u-bg-deep-green {
  background-color: #25c169 !important;
}

.u-color-deep-green {
  color: #25c169;
}

.u-border-color-deep-green {
  border-color: #25c169 !important;
}

.u-fill-deep-green {
  fill: #25c169;
}

.u-borderb-deep-green {
  border-bottom: 1px solid #25c169;
}

.u-bordert-deep-green {
  border-top: 1px solid #25c169;
}

.u-border-deep-green {
  border: 1px solid #25c169;
}

.u-bg-yellow {
  background-color: #FADE4B !important;
}

.u-color-yellow {
  color: #FADE4B;
}

.u-border-color-yellow {
  border-color: #FADE4B !important;
}

.u-fill-yellow {
  fill: #FADE4B;
}

.u-borderb-yellow {
  border-bottom: 1px solid #FADE4B;
}

.u-bordert-yellow {
  border-top: 1px solid #FADE4B;
}

.u-border-yellow {
  border: 1px solid #FADE4B;
}

.u-bg-dark-yellow {
  background-color: darkgoldenrod !important;
}

.u-color-dark-yellow {
  color: darkgoldenrod;
}

.u-border-color-dark-yellow {
  border-color: darkgoldenrod !important;
}

.u-fill-dark-yellow {
  fill: darkgoldenrod;
}

.u-borderb-dark-yellow {
  border-bottom: 1px solid darkgoldenrod;
}

.u-bordert-dark-yellow {
  border-top: 1px solid darkgoldenrod;
}

.u-border-dark-yellow {
  border: 1px solid darkgoldenrod;
}

.u-bg-light-yellow {
  background-color: #FFFBDE !important;
}

.u-color-light-yellow {
  color: #FFFBDE;
}

.u-border-color-light-yellow {
  border-color: #FFFBDE !important;
}

.u-fill-light-yellow {
  fill: #FFFBDE;
}

.u-borderb-light-yellow {
  border-bottom: 1px solid #FFFBDE;
}

.u-bordert-light-yellow {
  border-top: 1px solid #FFFBDE;
}

.u-border-light-yellow {
  border: 1px solid #FFFBDE;
}

.u-bg-pink {
  background-color: #FCDDEC !important;
}

.u-color-pink {
  color: #FCDDEC;
}

.u-border-color-pink {
  border-color: #FCDDEC !important;
}

.u-fill-pink {
  fill: #FCDDEC;
}

.u-borderb-pink {
  border-bottom: 1px solid #FCDDEC;
}

.u-bordert-pink {
  border-top: 1px solid #FCDDEC;
}

.u-border-pink {
  border: 1px solid #FCDDEC;
}

.u-bg-blue {
  background-color: #0D6EFD !important;
}

.u-color-blue {
  color: #0D6EFD;
}

.u-border-color-blue {
  border-color: #0D6EFD !important;
}

.u-fill-blue {
  fill: #0D6EFD;
}

.u-borderb-blue {
  border-bottom: 1px solid #0D6EFD;
}

.u-bordert-blue {
  border-top: 1px solid #0D6EFD;
}

.u-border-blue {
  border: 1px solid #0D6EFD;
}

.u-bg-fountain-blue {
  background-color: #55C4C4 !important;
}

.u-color-fountain-blue {
  color: #55C4C4;
}

.u-border-color-fountain-blue {
  border-color: #55C4C4 !important;
}

.u-fill-fountain-blue {
  fill: #55C4C4;
}

.u-borderb-fountain-blue {
  border-bottom: 1px solid #55C4C4;
}

.u-bordert-fountain-blue {
  border-top: 1px solid #55C4C4;
}

.u-border-fountain-blue {
  border: 1px solid #55C4C4;
}

.u-bg-orange {
  background-color: #f6ceb6 !important;
}

.u-color-orange {
  color: #f6ceb6;
}

.u-border-color-orange {
  border-color: #f6ceb6 !important;
}

.u-fill-orange {
  fill: #f6ceb6;
}

.u-borderb-orange {
  border-bottom: 1px solid #f6ceb6;
}

.u-bordert-orange {
  border-top: 1px solid #f6ceb6;
}

.u-border-orange {
  border: 1px solid #f6ceb6;
}

.u-bg-purple {
  background-color: #af7eef !important;
}

.u-color-purple {
  color: #af7eef;
}

.u-border-color-purple {
  border-color: #af7eef !important;
}

.u-fill-purple {
  fill: #af7eef;
}

.u-borderb-purple {
  border-bottom: 1px solid #af7eef;
}

.u-bordert-purple {
  border-top: 1px solid #af7eef;
}

.u-border-purple {
  border: 1px solid #af7eef;
}

.u-bg-faded-gold {
  background-color: rgba(255, 215, 0, 0.5) !important;
}

.u-color-faded-gold {
  color: rgba(255, 215, 0, 0.5);
}

.u-border-color-faded-gold {
  border-color: rgba(255, 215, 0, 0.5) !important;
}

.u-fill-faded-gold {
  fill: rgba(255, 215, 0, 0.5);
}

.u-borderb-faded-gold {
  border-bottom: 1px solid rgba(255, 215, 0, 0.5);
}

.u-bordert-faded-gold {
  border-top: 1px solid rgba(255, 215, 0, 0.5);
}

.u-border-faded-gold {
  border: 1px solid rgba(255, 215, 0, 0.5);
}

.u-bg-green-stripes {
  background-color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px) !important;
}

.u-color-green-stripes {
  color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-border-color-green-stripes {
  border-color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px) !important;
}

.u-fill-green-stripes {
  fill: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-borderb-green-stripes {
  border-bottom: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-bordert-green-stripes {
  border-top: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-border-green-stripes {
  border: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-bg-charge-scheme {
  background-color: #FFDE00 !important;
}

.u-color-charge-scheme {
  color: #FFDE00;
}

.u-border-color-charge-scheme {
  border-color: #FFDE00 !important;
}

.u-fill-charge-scheme {
  fill: #FFDE00;
}

.u-borderb-charge-scheme {
  border-bottom: 1px solid #FFDE00;
}

.u-bordert-charge-scheme {
  border-top: 1px solid #FFDE00;
}

.u-border-charge-scheme {
  border: 1px solid #FFDE00;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

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

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

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

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

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

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

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

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

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

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

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

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

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

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-p-55 {
  padding: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-p-0 {
  padding: 0px !important;
}

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

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

.u-pb-0 {
  padding-bottom: 0px !important;
}

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

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-p-2 {
  padding: 2px !important;
}

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

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

.u-pb-2 {
  padding-bottom: 2px !important;
}

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

.u-pl-2 {
  padding-left: 2px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-p-4 {
  padding: 4px !important;
}

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

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

.u-pb-4 {
  padding-bottom: 4px !important;
}

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

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-p-6 {
  padding: 6px !important;
}

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

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

.u-pb-6 {
  padding-bottom: 6px !important;
}

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

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-p-8 {
  padding: 8px !important;
}

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

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

.u-pb-8 {
  padding-bottom: 8px !important;
}

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

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-p-10 {
  padding: 10px !important;
}

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

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

.u-pb-10 {
  padding-bottom: 10px !important;
}

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

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.u-px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.u-px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-p-20 {
  padding: 20px !important;
}

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

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

.u-pb-20 {
  padding-bottom: 20px !important;
}

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

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.u-px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-p-26 {
  padding: 26px !important;
}

.u-py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.u-px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.u-px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-p-30 {
  padding: 30px !important;
}

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

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

.u-pb-30 {
  padding-bottom: 30px !important;
}

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

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-p-32 {
  padding: 32px !important;
}

.u-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-p-34 {
  padding: 34px !important;
}

.u-py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.u-px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.u-pb-34 {
  padding-bottom: 34px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-pl-34 {
  padding-left: 34px !important;
}

.u-pr-34 {
  padding-right: 34px !important;
}

.u-p-36 {
  padding: 36px !important;
}

.u-py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.u-px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-p-38 {
  padding: 38px !important;
}

.u-py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.u-px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.u-pb-38 {
  padding-bottom: 38px !important;
}

.u-pt-38 {
  padding-top: 38px !important;
}

.u-pl-38 {
  padding-left: 38px !important;
}

.u-pr-38 {
  padding-right: 38px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-p-42 {
  padding: 42px !important;
}

.u-py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.u-px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-p-44 {
  padding: 44px !important;
}

.u-py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.u-px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-p-46 {
  padding: 46px !important;
}

.u-py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.u-px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.u-pb-46 {
  padding-bottom: 46px !important;
}

.u-pt-46 {
  padding-top: 46px !important;
}

.u-pl-46 {
  padding-left: 46px !important;
}

.u-pr-46 {
  padding-right: 46px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-p-52 {
  padding: 52px !important;
}

.u-py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.u-px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-p-54 {
  padding: 54px !important;
}

.u-py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.u-px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

.u-p-56 {
  padding: 56px !important;
}

.u-py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-p-58 {
  padding: 58px !important;
}

.u-py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.u-px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.u-pb-58 {
  padding-bottom: 58px !important;
}

.u-pt-58 {
  padding-top: 58px !important;
}

.u-pl-58 {
  padding-left: 58px !important;
}

.u-pr-58 {
  padding-right: 58px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-p-62 {
  padding: 62px !important;
}

.u-py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.u-px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

.u-pb-62 {
  padding-bottom: 62px !important;
}

.u-pt-62 {
  padding-top: 62px !important;
}

.u-pl-62 {
  padding-left: 62px !important;
}

.u-pr-62 {
  padding-right: 62px !important;
}

.u-p-64 {
  padding: 64px !important;
}

.u-py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.u-px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-p-66 {
  padding: 66px !important;
}

.u-py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.u-px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

.u-pb-66 {
  padding-bottom: 66px !important;
}

.u-pt-66 {
  padding-top: 66px !important;
}

.u-pl-66 {
  padding-left: 66px !important;
}

.u-pr-66 {
  padding-right: 66px !important;
}

.u-p-68 {
  padding: 68px !important;
}

.u-py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.u-px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-p-72 {
  padding: 72px !important;
}

.u-py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.u-px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-p-74 {
  padding: 74px !important;
}

.u-py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.u-px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.u-pb-74 {
  padding-bottom: 74px !important;
}

.u-pt-74 {
  padding-top: 74px !important;
}

.u-pl-74 {
  padding-left: 74px !important;
}

.u-pr-74 {
  padding-right: 74px !important;
}

.u-p-76 {
  padding: 76px !important;
}

.u-py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.u-px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-p-78 {
  padding: 78px !important;
}

.u-py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.u-px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.u-pb-78 {
  padding-bottom: 78px !important;
}

.u-pt-78 {
  padding-top: 78px !important;
}

.u-pl-78 {
  padding-left: 78px !important;
}

.u-pr-78 {
  padding-right: 78px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-p-82 {
  padding: 82px !important;
}

.u-py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.u-px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.u-pb-82 {
  padding-bottom: 82px !important;
}

.u-pt-82 {
  padding-top: 82px !important;
}

.u-pl-82 {
  padding-left: 82px !important;
}

.u-pr-82 {
  padding-right: 82px !important;
}

.u-p-84 {
  padding: 84px !important;
}

.u-py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.u-px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.u-pb-84 {
  padding-bottom: 84px !important;
}

.u-pt-84 {
  padding-top: 84px !important;
}

.u-pl-84 {
  padding-left: 84px !important;
}

.u-pr-84 {
  padding-right: 84px !important;
}

.u-p-86 {
  padding: 86px !important;
}

.u-py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.u-px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

.u-pb-86 {
  padding-bottom: 86px !important;
}

.u-pt-86 {
  padding-top: 86px !important;
}

.u-pl-86 {
  padding-left: 86px !important;
}

.u-pr-86 {
  padding-right: 86px !important;
}

.u-p-88 {
  padding: 88px !important;
}

.u-py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.u-px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.u-pb-88 {
  padding-bottom: 88px !important;
}

.u-pt-88 {
  padding-top: 88px !important;
}

.u-pl-88 {
  padding-left: 88px !important;
}

.u-pr-88 {
  padding-right: 88px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-p-92 {
  padding: 92px !important;
}

.u-py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.u-px-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

.u-pb-92 {
  padding-bottom: 92px !important;
}

.u-pt-92 {
  padding-top: 92px !important;
}

.u-pl-92 {
  padding-left: 92px !important;
}

.u-pr-92 {
  padding-right: 92px !important;
}

.u-p-94 {
  padding: 94px !important;
}

.u-py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.u-px-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

.u-pb-94 {
  padding-bottom: 94px !important;
}

.u-pt-94 {
  padding-top: 94px !important;
}

.u-pl-94 {
  padding-left: 94px !important;
}

.u-pr-94 {
  padding-right: 94px !important;
}

.u-p-96 {
  padding: 96px !important;
}

.u-py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-p-98 {
  padding: 98px !important;
}

.u-py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.u-px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

.u-pb-98 {
  padding-bottom: 98px !important;
}

.u-pt-98 {
  padding-top: 98px !important;
}

.u-pl-98 {
  padding-left: 98px !important;
}

.u-pr-98 {
  padding-right: 98px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pl-1 {
  padding-left: 1px;
}

@media (min-width: 576px) {
  .u-sm-w-180px {
    width: 180px !important;
  }
}

@media (min-width: 576px) {
  .u-max-w-breakpoint {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .u-max-w-breakpoint {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .u-max-w-breakpoint {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .u-p-lg-0 {
    padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-2 {
    padding: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-4 {
    padding: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-6 {
    padding: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-8 {
    padding: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-10 {
    padding: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-12 {
    padding: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-14 {
    padding: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-16 {
    padding: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-18 {
    padding: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-20 {
    padding: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-22 {
    padding: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-24 {
    padding: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-26 {
    padding: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-28 {
    padding: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-30 {
    padding: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-32 {
    padding: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-34 {
    padding: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-36 {
    padding: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-38 {
    padding: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-40 {
    padding: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-42 {
    padding: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-44 {
    padding: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-46 {
    padding: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-48 {
    padding: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-50 {
    padding: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-52 {
    padding: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-54 {
    padding: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-56 {
    padding: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-58 {
    padding: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-60 {
    padding: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-0 {
    padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-2 {
    padding: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-4 {
    padding: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-6 {
    padding: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-8 {
    padding: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-10 {
    padding: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-12 {
    padding: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-14 {
    padding: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-16 {
    padding: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-18 {
    padding: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-20 {
    padding: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-22 {
    padding: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-24 {
    padding: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-26 {
    padding: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-28 {
    padding: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-30 {
    padding: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-32 {
    padding: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-34 {
    padding: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-36 {
    padding: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-38 {
    padding: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-40 {
    padding: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-42 {
    padding: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-44 {
    padding: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-46 {
    padding: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-48 {
    padding: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-50 {
    padding: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-52 {
    padding: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-54 {
    padding: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-56 {
    padding: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-58 {
    padding: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-60 {
    padding: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-0 {
    padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-2 {
    padding: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-4 {
    padding: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-6 {
    padding: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-8 {
    padding: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-10 {
    padding: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-12 {
    padding: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-14 {
    padding: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-16 {
    padding: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-18 {
    padding: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-20 {
    padding: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-22 {
    padding: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-24 {
    padding: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-26 {
    padding: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-28 {
    padding: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-30 {
    padding: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-32 {
    padding: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-34 {
    padding: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-36 {
    padding: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-38 {
    padding: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-40 {
    padding: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-42 {
    padding: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-44 {
    padding: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-46 {
    padding: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-48 {
    padding: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-50 {
    padding: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-52 {
    padding: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-54 {
    padding: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-56 {
    padding: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-58 {
    padding: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-60 {
    padding: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-60 {
    padding-right: 60px !important;
  }
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

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

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

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

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

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

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-15 {
  margin: 15px !important;
}

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

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

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-25 {
  margin: 25px !important;
}

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

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

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-30 {
  margin: 30px !important;
}

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

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

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-35 {
  margin: 35px !important;
}

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

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

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-45 {
  margin: 45px !important;
}

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

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

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-50 {
  margin: 50px !important;
}

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

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

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-55 {
  margin: 55px !important;
}

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

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

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-60 {
  margin: 60px !important;
}

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

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

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-65 {
  margin: 65px !important;
}

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

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

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-70 {
  margin: 70px !important;
}

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

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

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-75 {
  margin: 75px !important;
}

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

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

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-85 {
  margin: 85px !important;
}

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

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

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-90 {
  margin: 90px !important;
}

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

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

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-95 {
  margin: 95px !important;
}

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

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

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-100 {
  margin: 100px !important;
}

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

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

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

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

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

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

.u-ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

.u-ml-2 {
  margin-left: 2px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

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

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

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

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

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

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

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

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

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

.u-ml-6 {
  margin-left: 6px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

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

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

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

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

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

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

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

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

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

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

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

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

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

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

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

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

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

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

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

.u-ml-14 {
  margin-left: 14px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

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

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

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

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

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

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

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

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

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

.u-ml-18 {
  margin-left: 18px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

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

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

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

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

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

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

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

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

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

.u-ml-22 {
  margin-left: 22px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

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

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

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

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

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

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

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

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

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

.u-ml-26 {
  margin-left: 26px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

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

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

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

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

.u-ml-28 {
  margin-left: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

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

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

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

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

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

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

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

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

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

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

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

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

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

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

.u-ml-34 {
  margin-left: 34px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

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

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

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

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

.u-ml-36 {
  margin-left: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

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

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

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

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

.u-ml-38 {
  margin-left: 38px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

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

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

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

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

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

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

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

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

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

.u-ml-42 {
  margin-left: 42px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

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

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

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

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

.u-ml-44 {
  margin-left: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

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

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

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

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

.u-ml-46 {
  margin-left: 46px !important;
}

.u-mr-46 {
  margin-right: 46px !important;
}

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

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

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

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

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

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

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

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

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

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

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

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

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

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

.u-ml-52 {
  margin-left: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

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

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

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

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

.u-ml-54 {
  margin-left: 54px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

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

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

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

.u-mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.u-mx-58 {
  margin-right: 58px !important;
  margin-left: 58px !important;
}

.u-ml-58 {
  margin-left: 58px !important;
}

.u-mr-58 {
  margin-right: 58px !important;
}

.u-mb-58 {
  margin-bottom: 58px !important;
}

.u-mt-58 {
  margin-top: 58px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.u-mx-62 {
  margin-right: 62px !important;
  margin-left: 62px !important;
}

.u-ml-62 {
  margin-left: 62px !important;
}

.u-mr-62 {
  margin-right: 62px !important;
}

.u-mb-62 {
  margin-bottom: 62px !important;
}

.u-mt-62 {
  margin-top: 62px !important;
}

.u-my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.u-mx-66 {
  margin-right: 66px !important;
  margin-left: 66px !important;
}

.u-ml-66 {
  margin-left: 66px !important;
}

.u-mr-66 {
  margin-right: 66px !important;
}

.u-mb-66 {
  margin-bottom: 66px !important;
}

.u-mt-66 {
  margin-top: 66px !important;
}

.u-my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.u-mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.u-mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.u-mx-74 {
  margin-right: 74px !important;
  margin-left: 74px !important;
}

.u-ml-74 {
  margin-left: 74px !important;
}

.u-mr-74 {
  margin-right: 74px !important;
}

.u-mb-74 {
  margin-bottom: 74px !important;
}

.u-mt-74 {
  margin-top: 74px !important;
}

.u-my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.u-mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.u-mx-78 {
  margin-right: 78px !important;
  margin-left: 78px !important;
}

.u-ml-78 {
  margin-left: 78px !important;
}

.u-mr-78 {
  margin-right: 78px !important;
}

.u-mb-78 {
  margin-bottom: 78px !important;
}

.u-mt-78 {
  margin-top: 78px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-2 {
    margin: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-2 {
    margin-bottom: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-2 {
    margin-top: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-2 {
    margin-left: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-4 {
    margin: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-4 {
    margin-bottom: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-4 {
    margin-top: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-4 {
    margin-left: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-6 {
    margin: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-6 {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-6 {
    margin-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-6 {
    margin-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-8 {
    margin: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-8 {
    margin-bottom: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-8 {
    margin-top: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-8 {
    margin-left: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-10 {
    margin: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-12 {
    margin: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-12 {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-12 {
    margin-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-12 {
    margin-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-14 {
    margin: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-14 {
    margin-bottom: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-14 {
    margin-top: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-14 {
    margin-left: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-16 {
    margin: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-16 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-16 {
    margin-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-16 {
    margin-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-18 {
    margin: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-18 {
    margin-bottom: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-18 {
    margin-top: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-18 {
    margin-left: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-20 {
    margin: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-22 {
    margin: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-22 {
    margin-bottom: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-22 {
    margin-top: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-22 {
    margin-left: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-24 {
    margin: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-24 {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-24 {
    margin-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-24 {
    margin-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-26 {
    margin: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-26 {
    margin-bottom: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-26 {
    margin-top: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-26 {
    margin-left: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-28 {
    margin: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-28 {
    margin-bottom: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-28 {
    margin-top: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-28 {
    margin-left: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-30 {
    margin: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-32 {
    margin: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-32 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-32 {
    margin-top: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-32 {
    margin-left: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-34 {
    margin: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-34 {
    margin-bottom: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-34 {
    margin-top: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-34 {
    margin-left: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-36 {
    margin: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-36 {
    margin-bottom: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-36 {
    margin-top: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-36 {
    margin-left: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-38 {
    margin: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-38 {
    margin-bottom: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-38 {
    margin-top: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-38 {
    margin-left: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-40 {
    margin: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-42 {
    margin: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-42 {
    margin-bottom: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-42 {
    margin-top: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-42 {
    margin-left: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-44 {
    margin: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-44 {
    margin-bottom: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-44 {
    margin-top: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-44 {
    margin-left: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-46 {
    margin: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-46 {
    margin-bottom: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-46 {
    margin-top: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-46 {
    margin-left: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-48 {
    margin: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-48 {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-48 {
    margin-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-48 {
    margin-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-50 {
    margin: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-52 {
    margin: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-52 {
    margin-bottom: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-52 {
    margin-top: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-52 {
    margin-left: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-54 {
    margin: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-54 {
    margin-bottom: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-54 {
    margin-top: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-54 {
    margin-left: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-56 {
    margin: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-56 {
    margin-bottom: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-56 {
    margin-top: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-56 {
    margin-left: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-58 {
    margin: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-58 {
    margin-bottom: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-58 {
    margin-top: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-58 {
    margin-left: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-60 {
    margin: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
}

.u-mb--20 {
  margin-bottom: -20px;
}

.u-l-0 {
  left: 0px !important;
}

.u-r-0 {
  right: 0px !important;
}

.u-b-0 {
  bottom: 0px !important;
}

.u-t-0 {
  top: 0px !important;
}

.u-r--0 {
  right: -0px !important;
}

.u-l--0 {
  left: -0px !important;
}

.u-l-10 {
  left: 10px !important;
}

.u-r-10 {
  right: 10px !important;
}

.u-b-10 {
  bottom: 10px !important;
}

.u-t-10 {
  top: 10px !important;
}

.u-r--10 {
  right: -10px !important;
}

.u-l--10 {
  left: -10px !important;
}

.u-l-20 {
  left: 20px !important;
}

.u-r-20 {
  right: 20px !important;
}

.u-b-20 {
  bottom: 20px !important;
}

.u-t-20 {
  top: 20px !important;
}

.u-r--20 {
  right: -20px !important;
}

.u-l--20 {
  left: -20px !important;
}

.u-l-30 {
  left: 30px !important;
}

.u-r-30 {
  right: 30px !important;
}

.u-b-30 {
  bottom: 30px !important;
}

.u-t-30 {
  top: 30px !important;
}

.u-r--30 {
  right: -30px !important;
}

.u-l--30 {
  left: -30px !important;
}

.u-l-40 {
  left: 40px !important;
}

.u-r-40 {
  right: 40px !important;
}

.u-b-40 {
  bottom: 40px !important;
}

.u-t-40 {
  top: 40px !important;
}

.u-r--40 {
  right: -40px !important;
}

.u-l--40 {
  left: -40px !important;
}

.u-l-50 {
  left: 50px !important;
}

.u-r-50 {
  right: 50px !important;
}

.u-b-50 {
  bottom: 50px !important;
}

.u-t-50 {
  top: 50px !important;
}

.u-r--50 {
  right: -50px !important;
}

.u-l--50 {
  left: -50px !important;
}

.u-l-60 {
  left: 60px !important;
}

.u-r-60 {
  right: 60px !important;
}

.u-b-60 {
  bottom: 60px !important;
}

.u-t-60 {
  top: 60px !important;
}

.u-r--60 {
  right: -60px !important;
}

.u-l--60 {
  left: -60px !important;
}

.u-l-70 {
  left: 70px !important;
}

.u-r-70 {
  right: 70px !important;
}

.u-b-70 {
  bottom: 70px !important;
}

.u-t-70 {
  top: 70px !important;
}

.u-r--70 {
  right: -70px !important;
}

.u-l--70 {
  left: -70px !important;
}

.u-l-80 {
  left: 80px !important;
}

.u-r-80 {
  right: 80px !important;
}

.u-b-80 {
  bottom: 80px !important;
}

.u-t-80 {
  top: 80px !important;
}

.u-r--80 {
  right: -80px !important;
}

.u-l--80 {
  left: -80px !important;
}

.u-l-90 {
  left: 90px !important;
}

.u-r-90 {
  right: 90px !important;
}

.u-b-90 {
  bottom: 90px !important;
}

.u-t-90 {
  top: 90px !important;
}

.u-r--90 {
  right: -90px !important;
}

.u-l--90 {
  left: -90px !important;
}

.u-l-100 {
  left: 100px !important;
}

.u-r-100 {
  right: 100px !important;
}

.u-b-100 {
  bottom: 100px !important;
}

.u-t-100 {
  top: 100px !important;
}

.u-r--100 {
  right: -100px !important;
}

.u-l--100 {
  left: -100px !important;
}

.u-l-0per {
  left: 0%;
}

.u-r-0per {
  right: 0%;
}

.u-b-0per {
  bottom: 0%;
}

.u-t-0per {
  top: 0%;
}

.u-l-2per {
  left: 2%;
}

.u-r-2per {
  right: 2%;
}

.u-b-2per {
  bottom: 2%;
}

.u-t-2per {
  top: 2%;
}

.u-l-4per {
  left: 4%;
}

.u-r-4per {
  right: 4%;
}

.u-b-4per {
  bottom: 4%;
}

.u-t-4per {
  top: 4%;
}

.u-l-6per {
  left: 6%;
}

.u-r-6per {
  right: 6%;
}

.u-b-6per {
  bottom: 6%;
}

.u-t-6per {
  top: 6%;
}

.u-l-8per {
  left: 8%;
}

.u-r-8per {
  right: 8%;
}

.u-b-8per {
  bottom: 8%;
}

.u-t-8per {
  top: 8%;
}

.u-l-10per {
  left: 10%;
}

.u-r-10per {
  right: 10%;
}

.u-b-10per {
  bottom: 10%;
}

.u-t-10per {
  top: 10%;
}

.u-l-12per {
  left: 12%;
}

.u-r-12per {
  right: 12%;
}

.u-b-12per {
  bottom: 12%;
}

.u-t-12per {
  top: 12%;
}

.u-l-14per {
  left: 14%;
}

.u-r-14per {
  right: 14%;
}

.u-b-14per {
  bottom: 14%;
}

.u-t-14per {
  top: 14%;
}

.u-l-16per {
  left: 16%;
}

.u-r-16per {
  right: 16%;
}

.u-b-16per {
  bottom: 16%;
}

.u-t-16per {
  top: 16%;
}

.u-l-18per {
  left: 18%;
}

.u-r-18per {
  right: 18%;
}

.u-b-18per {
  bottom: 18%;
}

.u-t-18per {
  top: 18%;
}

.u-l-20per {
  left: 20%;
}

.u-r-20per {
  right: 20%;
}

.u-b-20per {
  bottom: 20%;
}

.u-t-20per {
  top: 20%;
}

.u-l-22per {
  left: 22%;
}

.u-r-22per {
  right: 22%;
}

.u-b-22per {
  bottom: 22%;
}

.u-t-22per {
  top: 22%;
}

.u-l-24per {
  left: 24%;
}

.u-r-24per {
  right: 24%;
}

.u-b-24per {
  bottom: 24%;
}

.u-t-24per {
  top: 24%;
}

.u-l-26per {
  left: 26%;
}

.u-r-26per {
  right: 26%;
}

.u-b-26per {
  bottom: 26%;
}

.u-t-26per {
  top: 26%;
}

.u-l-28per {
  left: 28%;
}

.u-r-28per {
  right: 28%;
}

.u-b-28per {
  bottom: 28%;
}

.u-t-28per {
  top: 28%;
}

.u-l-30per {
  left: 30%;
}

.u-r-30per {
  right: 30%;
}

.u-b-30per {
  bottom: 30%;
}

.u-t-30per {
  top: 30%;
}

.u-l-32per {
  left: 32%;
}

.u-r-32per {
  right: 32%;
}

.u-b-32per {
  bottom: 32%;
}

.u-t-32per {
  top: 32%;
}

.u-l-34per {
  left: 34%;
}

.u-r-34per {
  right: 34%;
}

.u-b-34per {
  bottom: 34%;
}

.u-t-34per {
  top: 34%;
}

.u-l-36per {
  left: 36%;
}

.u-r-36per {
  right: 36%;
}

.u-b-36per {
  bottom: 36%;
}

.u-t-36per {
  top: 36%;
}

.u-l-38per {
  left: 38%;
}

.u-r-38per {
  right: 38%;
}

.u-b-38per {
  bottom: 38%;
}

.u-t-38per {
  top: 38%;
}

.u-l-40per {
  left: 40%;
}

.u-r-40per {
  right: 40%;
}

.u-b-40per {
  bottom: 40%;
}

.u-t-40per {
  top: 40%;
}

.u-l-42per {
  left: 42%;
}

.u-r-42per {
  right: 42%;
}

.u-b-42per {
  bottom: 42%;
}

.u-t-42per {
  top: 42%;
}

.u-l-44per {
  left: 44%;
}

.u-r-44per {
  right: 44%;
}

.u-b-44per {
  bottom: 44%;
}

.u-t-44per {
  top: 44%;
}

.u-l-46per {
  left: 46%;
}

.u-r-46per {
  right: 46%;
}

.u-b-46per {
  bottom: 46%;
}

.u-t-46per {
  top: 46%;
}

.u-l-48per {
  left: 48%;
}

.u-r-48per {
  right: 48%;
}

.u-b-48per {
  bottom: 48%;
}

.u-t-48per {
  top: 48%;
}

.u-l-50per {
  left: 50%;
}

.u-r-50per {
  right: 50%;
}

.u-b-50per {
  bottom: 50%;
}

.u-t-50per {
  top: 50%;
}

.u-l-52per {
  left: 52%;
}

.u-r-52per {
  right: 52%;
}

.u-b-52per {
  bottom: 52%;
}

.u-t-52per {
  top: 52%;
}

.u-l-54per {
  left: 54%;
}

.u-r-54per {
  right: 54%;
}

.u-b-54per {
  bottom: 54%;
}

.u-t-54per {
  top: 54%;
}

.u-l-56per {
  left: 56%;
}

.u-r-56per {
  right: 56%;
}

.u-b-56per {
  bottom: 56%;
}

.u-t-56per {
  top: 56%;
}

.u-l-58per {
  left: 58%;
}

.u-r-58per {
  right: 58%;
}

.u-b-58per {
  bottom: 58%;
}

.u-t-58per {
  top: 58%;
}

.u-l-60per {
  left: 60%;
}

.u-r-60per {
  right: 60%;
}

.u-b-60per {
  bottom: 60%;
}

.u-t-60per {
  top: 60%;
}

.u-l-62per {
  left: 62%;
}

.u-r-62per {
  right: 62%;
}

.u-b-62per {
  bottom: 62%;
}

.u-t-62per {
  top: 62%;
}

.u-l-64per {
  left: 64%;
}

.u-r-64per {
  right: 64%;
}

.u-b-64per {
  bottom: 64%;
}

.u-t-64per {
  top: 64%;
}

.u-l-66per {
  left: 66%;
}

.u-r-66per {
  right: 66%;
}

.u-b-66per {
  bottom: 66%;
}

.u-t-66per {
  top: 66%;
}

.u-l-68per {
  left: 68%;
}

.u-r-68per {
  right: 68%;
}

.u-b-68per {
  bottom: 68%;
}

.u-t-68per {
  top: 68%;
}

.u-l-70per {
  left: 70%;
}

.u-r-70per {
  right: 70%;
}

.u-b-70per {
  bottom: 70%;
}

.u-t-70per {
  top: 70%;
}

.u-l-72per {
  left: 72%;
}

.u-r-72per {
  right: 72%;
}

.u-b-72per {
  bottom: 72%;
}

.u-t-72per {
  top: 72%;
}

.u-l-74per {
  left: 74%;
}

.u-r-74per {
  right: 74%;
}

.u-b-74per {
  bottom: 74%;
}

.u-t-74per {
  top: 74%;
}

.u-l-76per {
  left: 76%;
}

.u-r-76per {
  right: 76%;
}

.u-b-76per {
  bottom: 76%;
}

.u-t-76per {
  top: 76%;
}

.u-l-78per {
  left: 78%;
}

.u-r-78per {
  right: 78%;
}

.u-b-78per {
  bottom: 78%;
}

.u-t-78per {
  top: 78%;
}

.u-l-80per {
  left: 80%;
}

.u-r-80per {
  right: 80%;
}

.u-b-80per {
  bottom: 80%;
}

.u-t-80per {
  top: 80%;
}

.u-l-82per {
  left: 82%;
}

.u-r-82per {
  right: 82%;
}

.u-b-82per {
  bottom: 82%;
}

.u-t-82per {
  top: 82%;
}

.u-l-84per {
  left: 84%;
}

.u-r-84per {
  right: 84%;
}

.u-b-84per {
  bottom: 84%;
}

.u-t-84per {
  top: 84%;
}

.u-l-86per {
  left: 86%;
}

.u-r-86per {
  right: 86%;
}

.u-b-86per {
  bottom: 86%;
}

.u-t-86per {
  top: 86%;
}

.u-l-88per {
  left: 88%;
}

.u-r-88per {
  right: 88%;
}

.u-b-88per {
  bottom: 88%;
}

.u-t-88per {
  top: 88%;
}

.u-l-90per {
  left: 90%;
}

.u-r-90per {
  right: 90%;
}

.u-b-90per {
  bottom: 90%;
}

.u-t-90per {
  top: 90%;
}

.u-l-92per {
  left: 92%;
}

.u-r-92per {
  right: 92%;
}

.u-b-92per {
  bottom: 92%;
}

.u-t-92per {
  top: 92%;
}

.u-l-94per {
  left: 94%;
}

.u-r-94per {
  right: 94%;
}

.u-b-94per {
  bottom: 94%;
}

.u-t-94per {
  top: 94%;
}

.u-l-96per {
  left: 96%;
}

.u-r-96per {
  right: 96%;
}

.u-b-96per {
  bottom: 96%;
}

.u-t-96per {
  top: 96%;
}

.u-l-98per {
  left: 98%;
}

.u-r-98per {
  right: 98%;
}

.u-b-98per {
  bottom: 98%;
}

.u-t-98per {
  top: 98%;
}

.u-l-100per {
  left: 100%;
}

.u-r-100per {
  right: 100%;
}

.u-b-100per {
  bottom: 100%;
}

.u-t-100per {
  top: 100%;
}

.u-m-0 {
  margin: 0;
}

.u-m-auto {
  margin: auto;
}

.u-min-h-0 {
  min-height: 0px;
}

.u-min-h-1 {
  min-height: 1px;
}

.u-min-h-2 {
  min-height: 2px;
}

.u-min-h-3 {
  min-height: 3px;
}

.u-min-h-4 {
  min-height: 4px;
}

.u-min-h-5 {
  min-height: 5px;
}

.u-min-h-6 {
  min-height: 6px;
}

.u-min-h-7 {
  min-height: 7px;
}

.u-min-h-8 {
  min-height: 8px;
}

.u-min-h-9 {
  min-height: 9px;
}

.u-min-h-10 {
  min-height: 10px;
}

.u-min-h-11 {
  min-height: 11px;
}

.u-min-h-12 {
  min-height: 12px;
}

.u-min-h-13 {
  min-height: 13px;
}

.u-min-h-14 {
  min-height: 14px;
}

.u-min-h-15 {
  min-height: 15px;
}

.u-min-h-16 {
  min-height: 16px;
}

.u-min-h-17 {
  min-height: 17px;
}

.u-min-h-18 {
  min-height: 18px;
}

.u-min-h-19 {
  min-height: 19px;
}

.u-min-h-20 {
  min-height: 20px;
}

.u-min-h-21 {
  min-height: 21px;
}

.u-min-h-22 {
  min-height: 22px;
}

.u-min-h-23 {
  min-height: 23px;
}

.u-min-h-24 {
  min-height: 24px;
}

.u-min-h-25 {
  min-height: 25px;
}

.u-min-h-26 {
  min-height: 26px;
}

.u-min-h-27 {
  min-height: 27px;
}

.u-min-h-28 {
  min-height: 28px;
}

.u-min-h-29 {
  min-height: 29px;
}

.u-min-h-30 {
  min-height: 30px;
}

.u-min-h-31 {
  min-height: 31px;
}

.u-min-h-32 {
  min-height: 32px;
}

.u-min-h-33 {
  min-height: 33px;
}

.u-min-h-34 {
  min-height: 34px;
}

.u-min-h-35 {
  min-height: 35px;
}

.u-min-h-36 {
  min-height: 36px;
}

.u-min-h-37 {
  min-height: 37px;
}

.u-min-h-38 {
  min-height: 38px;
}

.u-min-h-39 {
  min-height: 39px;
}

.u-min-h-40 {
  min-height: 40px;
}

.u-min-h-41 {
  min-height: 41px;
}

.u-min-h-42 {
  min-height: 42px;
}

.u-min-h-43 {
  min-height: 43px;
}

.u-min-h-44 {
  min-height: 44px;
}

.u-min-h-45 {
  min-height: 45px;
}

.u-min-h-46 {
  min-height: 46px;
}

.u-min-h-47 {
  min-height: 47px;
}

.u-min-h-48 {
  min-height: 48px;
}

.u-min-h-49 {
  min-height: 49px;
}

.u-min-h-50 {
  min-height: 50px;
}

.u-min-h-51 {
  min-height: 51px;
}

.u-min-h-52 {
  min-height: 52px;
}

.u-min-h-53 {
  min-height: 53px;
}

.u-min-h-54 {
  min-height: 54px;
}

.u-min-h-55 {
  min-height: 55px;
}

.u-min-h-56 {
  min-height: 56px;
}

.u-min-h-57 {
  min-height: 57px;
}

.u-min-h-58 {
  min-height: 58px;
}

.u-min-h-59 {
  min-height: 59px;
}

.u-min-h-60 {
  min-height: 60px;
}

.u-min-h-61 {
  min-height: 61px;
}

.u-min-h-62 {
  min-height: 62px;
}

.u-min-h-63 {
  min-height: 63px;
}

.u-min-h-64 {
  min-height: 64px;
}

.u-min-h-65 {
  min-height: 65px;
}

.u-min-h-66 {
  min-height: 66px;
}

.u-min-h-67 {
  min-height: 67px;
}

.u-min-h-68 {
  min-height: 68px;
}

.u-min-h-69 {
  min-height: 69px;
}

.u-min-h-70 {
  min-height: 70px;
}

.u-min-h-71 {
  min-height: 71px;
}

.u-min-h-72 {
  min-height: 72px;
}

.u-min-h-73 {
  min-height: 73px;
}

.u-min-h-74 {
  min-height: 74px;
}

.u-min-h-75 {
  min-height: 75px;
}

.u-min-h-76 {
  min-height: 76px;
}

.u-min-h-77 {
  min-height: 77px;
}

.u-min-h-78 {
  min-height: 78px;
}

.u-min-h-79 {
  min-height: 79px;
}

.u-min-h-80 {
  min-height: 80px;
}

.u-min-h-81 {
  min-height: 81px;
}

.u-min-h-82 {
  min-height: 82px;
}

.u-min-h-83 {
  min-height: 83px;
}

.u-min-h-84 {
  min-height: 84px;
}

.u-min-h-85 {
  min-height: 85px;
}

.u-min-h-86 {
  min-height: 86px;
}

.u-min-h-87 {
  min-height: 87px;
}

.u-min-h-88 {
  min-height: 88px;
}

.u-min-h-89 {
  min-height: 89px;
}

.u-min-h-90 {
  min-height: 90px;
}

.u-min-h-91 {
  min-height: 91px;
}

.u-min-h-92 {
  min-height: 92px;
}

.u-min-h-93 {
  min-height: 93px;
}

.u-min-h-94 {
  min-height: 94px;
}

.u-min-h-95 {
  min-height: 95px;
}

.u-min-h-96 {
  min-height: 96px;
}

.u-min-h-97 {
  min-height: 97px;
}

.u-min-h-98 {
  min-height: 98px;
}

.u-min-h-99 {
  min-height: 99px;
}

.u-min-h-100 {
  min-height: 100px;
}

.u-min-h-101 {
  min-height: 101px;
}

.u-min-h-102 {
  min-height: 102px;
}

.u-min-h-103 {
  min-height: 103px;
}

.u-min-h-104 {
  min-height: 104px;
}

.u-min-h-105 {
  min-height: 105px;
}

.u-min-h-106 {
  min-height: 106px;
}

.u-min-h-107 {
  min-height: 107px;
}

.u-min-h-108 {
  min-height: 108px;
}

.u-min-h-109 {
  min-height: 109px;
}

.u-min-h-110 {
  min-height: 110px;
}

.u-min-h-111 {
  min-height: 111px;
}

.u-min-h-112 {
  min-height: 112px;
}

.u-min-h-113 {
  min-height: 113px;
}

.u-min-h-114 {
  min-height: 114px;
}

.u-min-h-115 {
  min-height: 115px;
}

.u-min-h-116 {
  min-height: 116px;
}

.u-min-h-117 {
  min-height: 117px;
}

.u-min-h-118 {
  min-height: 118px;
}

.u-min-h-119 {
  min-height: 119px;
}

.u-min-h-120 {
  min-height: 120px;
}

.u-min-h-121 {
  min-height: 121px;
}

.u-min-h-122 {
  min-height: 122px;
}

.u-min-h-123 {
  min-height: 123px;
}

.u-min-h-124 {
  min-height: 124px;
}

.u-min-h-125 {
  min-height: 125px;
}

.u-min-h-126 {
  min-height: 126px;
}

.u-min-h-127 {
  min-height: 127px;
}

.u-min-h-128 {
  min-height: 128px;
}

.u-min-h-129 {
  min-height: 129px;
}

.u-min-h-130 {
  min-height: 130px;
}

.u-min-h-131 {
  min-height: 131px;
}

.u-min-h-132 {
  min-height: 132px;
}

.u-min-h-133 {
  min-height: 133px;
}

.u-min-h-134 {
  min-height: 134px;
}

.u-min-h-135 {
  min-height: 135px;
}

.u-min-h-136 {
  min-height: 136px;
}

.u-min-h-137 {
  min-height: 137px;
}

.u-min-h-138 {
  min-height: 138px;
}

.u-min-h-139 {
  min-height: 139px;
}

.u-min-h-140 {
  min-height: 140px;
}

.u-min-h-141 {
  min-height: 141px;
}

.u-min-h-142 {
  min-height: 142px;
}

.u-min-h-143 {
  min-height: 143px;
}

.u-min-h-144 {
  min-height: 144px;
}

.u-min-h-145 {
  min-height: 145px;
}

.u-min-h-146 {
  min-height: 146px;
}

.u-min-h-147 {
  min-height: 147px;
}

.u-min-h-148 {
  min-height: 148px;
}

.u-min-h-149 {
  min-height: 149px;
}

.u-min-h-150 {
  min-height: 150px;
}

.u-min-h-151 {
  min-height: 151px;
}

.u-min-h-152 {
  min-height: 152px;
}

.u-min-h-153 {
  min-height: 153px;
}

.u-min-h-154 {
  min-height: 154px;
}

.u-min-h-155 {
  min-height: 155px;
}

.u-min-h-156 {
  min-height: 156px;
}

.u-min-h-157 {
  min-height: 157px;
}

.u-min-h-158 {
  min-height: 158px;
}

.u-min-h-159 {
  min-height: 159px;
}

.u-min-h-160 {
  min-height: 160px;
}

.u-min-h-161 {
  min-height: 161px;
}

.u-min-h-162 {
  min-height: 162px;
}

.u-min-h-163 {
  min-height: 163px;
}

.u-min-h-164 {
  min-height: 164px;
}

.u-min-h-165 {
  min-height: 165px;
}

.u-min-h-166 {
  min-height: 166px;
}

.u-min-h-167 {
  min-height: 167px;
}

.u-min-h-168 {
  min-height: 168px;
}

.u-min-h-169 {
  min-height: 169px;
}

.u-min-h-170 {
  min-height: 170px;
}

.u-min-h-171 {
  min-height: 171px;
}

.u-min-h-172 {
  min-height: 172px;
}

.u-min-h-173 {
  min-height: 173px;
}

.u-min-h-174 {
  min-height: 174px;
}

.u-min-h-175 {
  min-height: 175px;
}

.u-min-h-176 {
  min-height: 176px;
}

.u-min-h-177 {
  min-height: 177px;
}

.u-min-h-178 {
  min-height: 178px;
}

.u-min-h-179 {
  min-height: 179px;
}

.u-min-h-180 {
  min-height: 180px;
}

.u-min-h-181 {
  min-height: 181px;
}

.u-min-h-182 {
  min-height: 182px;
}

.u-min-h-183 {
  min-height: 183px;
}

.u-min-h-184 {
  min-height: 184px;
}

.u-min-h-185 {
  min-height: 185px;
}

.u-min-h-186 {
  min-height: 186px;
}

.u-min-h-187 {
  min-height: 187px;
}

.u-min-h-188 {
  min-height: 188px;
}

.u-min-h-189 {
  min-height: 189px;
}

.u-min-h-190 {
  min-height: 190px;
}

.u-min-h-191 {
  min-height: 191px;
}

.u-min-h-192 {
  min-height: 192px;
}

.u-min-h-193 {
  min-height: 193px;
}

.u-min-h-194 {
  min-height: 194px;
}

.u-min-h-195 {
  min-height: 195px;
}

.u-min-h-196 {
  min-height: 196px;
}

.u-min-h-197 {
  min-height: 197px;
}

.u-min-h-198 {
  min-height: 198px;
}

.u-min-h-199 {
  min-height: 199px;
}

.u-min-h-200 {
  min-height: 200px;
}

.u-h-0px {
  height: 0px;
}

.u-h-1px {
  height: 1px;
}

.u-h-2px {
  height: 2px;
}

.u-h-3px {
  height: 3px;
}

.u-h-4px {
  height: 4px;
}

.u-h-5px {
  height: 5px;
}

.u-h-6px {
  height: 6px;
}

.u-h-7px {
  height: 7px;
}

.u-h-8px {
  height: 8px;
}

.u-h-9px {
  height: 9px;
}

.u-h-10px {
  height: 10px;
}

.u-h-11px {
  height: 11px;
}

.u-h-12px {
  height: 12px;
}

.u-h-13px {
  height: 13px;
}

.u-h-14px {
  height: 14px;
}

.u-h-15px {
  height: 15px;
}

.u-h-16px {
  height: 16px;
}

.u-h-17px {
  height: 17px;
}

.u-h-18px {
  height: 18px;
}

.u-h-19px {
  height: 19px;
}

.u-h-20px {
  height: 20px;
}

.u-h-21px {
  height: 21px;
}

.u-h-22px {
  height: 22px;
}

.u-h-23px {
  height: 23px;
}

.u-h-24px {
  height: 24px;
}

.u-h-25px {
  height: 25px;
}

.u-h-26px {
  height: 26px;
}

.u-h-27px {
  height: 27px;
}

.u-h-28px {
  height: 28px;
}

.u-h-29px {
  height: 29px;
}

.u-h-30px {
  height: 30px;
}

.u-h-31px {
  height: 31px;
}

.u-h-32px {
  height: 32px;
}

.u-h-33px {
  height: 33px;
}

.u-h-34px {
  height: 34px;
}

.u-h-35px {
  height: 35px;
}

.u-h-36px {
  height: 36px;
}

.u-h-37px {
  height: 37px;
}

.u-h-38px {
  height: 38px;
}

.u-h-39px {
  height: 39px;
}

.u-h-40px {
  height: 40px;
}

.u-h-41px {
  height: 41px;
}

.u-h-42px {
  height: 42px;
}

.u-h-43px {
  height: 43px;
}

.u-h-44px {
  height: 44px;
}

.u-h-45px {
  height: 45px;
}

.u-h-46px {
  height: 46px;
}

.u-h-47px {
  height: 47px;
}

.u-h-48px {
  height: 48px;
}

.u-h-49px {
  height: 49px;
}

.u-h-50px {
  height: 50px;
}

.u-h-51px {
  height: 51px;
}

.u-h-52px {
  height: 52px;
}

.u-h-53px {
  height: 53px;
}

.u-h-54px {
  height: 54px;
}

.u-h-55px {
  height: 55px;
}

.u-h-56px {
  height: 56px;
}

.u-h-57px {
  height: 57px;
}

.u-h-58px {
  height: 58px;
}

.u-h-59px {
  height: 59px;
}

.u-h-60px {
  height: 60px;
}

.u-h-61px {
  height: 61px;
}

.u-h-62px {
  height: 62px;
}

.u-h-63px {
  height: 63px;
}

.u-h-64px {
  height: 64px;
}

.u-h-65px {
  height: 65px;
}

.u-h-66px {
  height: 66px;
}

.u-h-67px {
  height: 67px;
}

.u-h-68px {
  height: 68px;
}

.u-h-69px {
  height: 69px;
}

.u-h-70px {
  height: 70px;
}

.u-h-71px {
  height: 71px;
}

.u-h-72px {
  height: 72px;
}

.u-h-73px {
  height: 73px;
}

.u-h-74px {
  height: 74px;
}

.u-h-75px {
  height: 75px;
}

.u-h-76px {
  height: 76px;
}

.u-h-77px {
  height: 77px;
}

.u-h-78px {
  height: 78px;
}

.u-h-79px {
  height: 79px;
}

.u-h-80px {
  height: 80px;
}

.u-h-81px {
  height: 81px;
}

.u-h-82px {
  height: 82px;
}

.u-h-83px {
  height: 83px;
}

.u-h-84px {
  height: 84px;
}

.u-h-85px {
  height: 85px;
}

.u-h-86px {
  height: 86px;
}

.u-h-87px {
  height: 87px;
}

.u-h-88px {
  height: 88px;
}

.u-h-89px {
  height: 89px;
}

.u-h-90px {
  height: 90px;
}

.u-h-91px {
  height: 91px;
}

.u-h-92px {
  height: 92px;
}

.u-h-93px {
  height: 93px;
}

.u-h-94px {
  height: 94px;
}

.u-h-95px {
  height: 95px;
}

.u-h-96px {
  height: 96px;
}

.u-h-97px {
  height: 97px;
}

.u-h-98px {
  height: 98px;
}

.u-h-99px {
  height: 99px;
}

.u-h-100px {
  height: 100px;
}

.u-h-101px {
  height: 101px;
}

.u-h-102px {
  height: 102px;
}

.u-h-103px {
  height: 103px;
}

.u-h-104px {
  height: 104px;
}

.u-h-105px {
  height: 105px;
}

.u-h-106px {
  height: 106px;
}

.u-h-107px {
  height: 107px;
}

.u-h-108px {
  height: 108px;
}

.u-h-109px {
  height: 109px;
}

.u-h-110px {
  height: 110px;
}

.u-h-111px {
  height: 111px;
}

.u-h-112px {
  height: 112px;
}

.u-h-113px {
  height: 113px;
}

.u-h-114px {
  height: 114px;
}

.u-h-115px {
  height: 115px;
}

.u-h-116px {
  height: 116px;
}

.u-h-117px {
  height: 117px;
}

.u-h-118px {
  height: 118px;
}

.u-h-119px {
  height: 119px;
}

.u-h-120px {
  height: 120px;
}

.u-h-121px {
  height: 121px;
}

.u-h-122px {
  height: 122px;
}

.u-h-123px {
  height: 123px;
}

.u-h-124px {
  height: 124px;
}

.u-h-125px {
  height: 125px;
}

.u-h-126px {
  height: 126px;
}

.u-h-127px {
  height: 127px;
}

.u-h-128px {
  height: 128px;
}

.u-h-129px {
  height: 129px;
}

.u-h-130px {
  height: 130px;
}

.u-h-131px {
  height: 131px;
}

.u-h-132px {
  height: 132px;
}

.u-h-133px {
  height: 133px;
}

.u-h-134px {
  height: 134px;
}

.u-h-135px {
  height: 135px;
}

.u-h-136px {
  height: 136px;
}

.u-h-137px {
  height: 137px;
}

.u-h-138px {
  height: 138px;
}

.u-h-139px {
  height: 139px;
}

.u-h-140px {
  height: 140px;
}

.u-h-141px {
  height: 141px;
}

.u-h-142px {
  height: 142px;
}

.u-h-143px {
  height: 143px;
}

.u-h-144px {
  height: 144px;
}

.u-h-145px {
  height: 145px;
}

.u-h-146px {
  height: 146px;
}

.u-h-147px {
  height: 147px;
}

.u-h-148px {
  height: 148px;
}

.u-h-149px {
  height: 149px;
}

.u-h-150px {
  height: 150px;
}

.u-h-151px {
  height: 151px;
}

.u-h-152px {
  height: 152px;
}

.u-h-153px {
  height: 153px;
}

.u-h-154px {
  height: 154px;
}

.u-h-155px {
  height: 155px;
}

.u-h-156px {
  height: 156px;
}

.u-h-157px {
  height: 157px;
}

.u-h-158px {
  height: 158px;
}

.u-h-159px {
  height: 159px;
}

.u-h-160px {
  height: 160px;
}

.u-h-161px {
  height: 161px;
}

.u-h-162px {
  height: 162px;
}

.u-h-163px {
  height: 163px;
}

.u-h-164px {
  height: 164px;
}

.u-h-165px {
  height: 165px;
}

.u-h-166px {
  height: 166px;
}

.u-h-167px {
  height: 167px;
}

.u-h-168px {
  height: 168px;
}

.u-h-169px {
  height: 169px;
}

.u-h-170px {
  height: 170px;
}

.u-h-171px {
  height: 171px;
}

.u-h-172px {
  height: 172px;
}

.u-h-173px {
  height: 173px;
}

.u-h-174px {
  height: 174px;
}

.u-h-175px {
  height: 175px;
}

.u-h-176px {
  height: 176px;
}

.u-h-177px {
  height: 177px;
}

.u-h-178px {
  height: 178px;
}

.u-h-179px {
  height: 179px;
}

.u-h-180px {
  height: 180px;
}

.u-h-181px {
  height: 181px;
}

.u-h-182px {
  height: 182px;
}

.u-h-183px {
  height: 183px;
}

.u-h-184px {
  height: 184px;
}

.u-h-185px {
  height: 185px;
}

.u-h-186px {
  height: 186px;
}

.u-h-187px {
  height: 187px;
}

.u-h-188px {
  height: 188px;
}

.u-h-189px {
  height: 189px;
}

.u-h-190px {
  height: 190px;
}

.u-h-191px {
  height: 191px;
}

.u-h-192px {
  height: 192px;
}

.u-h-193px {
  height: 193px;
}

.u-h-194px {
  height: 194px;
}

.u-h-195px {
  height: 195px;
}

.u-h-196px {
  height: 196px;
}

.u-h-197px {
  height: 197px;
}

.u-h-198px {
  height: 198px;
}

.u-h-199px {
  height: 199px;
}

.u-h-200px {
  height: 200px;
}

.u-h-201px {
  height: 201px;
}

.u-h-202px {
  height: 202px;
}

.u-h-203px {
  height: 203px;
}

.u-h-204px {
  height: 204px;
}

.u-h-205px {
  height: 205px;
}

.u-h-206px {
  height: 206px;
}

.u-h-207px {
  height: 207px;
}

.u-h-208px {
  height: 208px;
}

.u-h-209px {
  height: 209px;
}

.u-h-210px {
  height: 210px;
}

.u-h-211px {
  height: 211px;
}

.u-h-212px {
  height: 212px;
}

.u-h-213px {
  height: 213px;
}

.u-h-214px {
  height: 214px;
}

.u-h-215px {
  height: 215px;
}

.u-h-216px {
  height: 216px;
}

.u-h-217px {
  height: 217px;
}

.u-h-218px {
  height: 218px;
}

.u-h-219px {
  height: 219px;
}

.u-h-220px {
  height: 220px;
}

.u-h-221px {
  height: 221px;
}

.u-h-222px {
  height: 222px;
}

.u-h-223px {
  height: 223px;
}

.u-h-224px {
  height: 224px;
}

.u-h-225px {
  height: 225px;
}

.u-h-226px {
  height: 226px;
}

.u-h-227px {
  height: 227px;
}

.u-h-228px {
  height: 228px;
}

.u-h-229px {
  height: 229px;
}

.u-h-230px {
  height: 230px;
}

.u-h-231px {
  height: 231px;
}

.u-h-232px {
  height: 232px;
}

.u-h-233px {
  height: 233px;
}

.u-h-234px {
  height: 234px;
}

.u-h-235px {
  height: 235px;
}

.u-h-236px {
  height: 236px;
}

.u-h-237px {
  height: 237px;
}

.u-h-238px {
  height: 238px;
}

.u-h-239px {
  height: 239px;
}

.u-h-240px {
  height: 240px;
}

.u-h-241px {
  height: 241px;
}

.u-h-242px {
  height: 242px;
}

.u-h-243px {
  height: 243px;
}

.u-h-244px {
  height: 244px;
}

.u-h-245px {
  height: 245px;
}

.u-h-246px {
  height: 246px;
}

.u-h-247px {
  height: 247px;
}

.u-h-248px {
  height: 248px;
}

.u-h-249px {
  height: 249px;
}

.u-h-250px {
  height: 250px;
}

.u-h-251px {
  height: 251px;
}

.u-h-252px {
  height: 252px;
}

.u-h-253px {
  height: 253px;
}

.u-h-254px {
  height: 254px;
}

.u-h-255px {
  height: 255px;
}

.u-h-256px {
  height: 256px;
}

.u-h-257px {
  height: 257px;
}

.u-h-258px {
  height: 258px;
}

.u-h-259px {
  height: 259px;
}

.u-h-260px {
  height: 260px;
}

.u-h-261px {
  height: 261px;
}

.u-h-262px {
  height: 262px;
}

.u-h-263px {
  height: 263px;
}

.u-h-264px {
  height: 264px;
}

.u-h-265px {
  height: 265px;
}

.u-h-266px {
  height: 266px;
}

.u-h-267px {
  height: 267px;
}

.u-h-268px {
  height: 268px;
}

.u-h-269px {
  height: 269px;
}

.u-h-270px {
  height: 270px;
}

.u-h-271px {
  height: 271px;
}

.u-h-272px {
  height: 272px;
}

.u-h-273px {
  height: 273px;
}

.u-h-274px {
  height: 274px;
}

.u-h-275px {
  height: 275px;
}

.u-h-276px {
  height: 276px;
}

.u-h-277px {
  height: 277px;
}

.u-h-278px {
  height: 278px;
}

.u-h-279px {
  height: 279px;
}

.u-h-280px {
  height: 280px;
}

.u-h-281px {
  height: 281px;
}

.u-h-282px {
  height: 282px;
}

.u-h-283px {
  height: 283px;
}

.u-h-284px {
  height: 284px;
}

.u-h-285px {
  height: 285px;
}

.u-h-286px {
  height: 286px;
}

.u-h-287px {
  height: 287px;
}

.u-h-288px {
  height: 288px;
}

.u-h-289px {
  height: 289px;
}

.u-h-290px {
  height: 290px;
}

.u-h-291px {
  height: 291px;
}

.u-h-292px {
  height: 292px;
}

.u-h-293px {
  height: 293px;
}

.u-h-294px {
  height: 294px;
}

.u-h-295px {
  height: 295px;
}

.u-h-296px {
  height: 296px;
}

.u-h-297px {
  height: 297px;
}

.u-h-298px {
  height: 298px;
}

.u-h-299px {
  height: 299px;
}

.u-h-300px {
  height: 300px;
}

.u-h-301px {
  height: 301px;
}

.u-h-302px {
  height: 302px;
}

.u-h-303px {
  height: 303px;
}

.u-h-304px {
  height: 304px;
}

.u-h-305px {
  height: 305px;
}

.u-h-306px {
  height: 306px;
}

.u-h-307px {
  height: 307px;
}

.u-h-308px {
  height: 308px;
}

.u-h-309px {
  height: 309px;
}

.u-h-310px {
  height: 310px;
}

.u-h-311px {
  height: 311px;
}

.u-h-312px {
  height: 312px;
}

.u-h-313px {
  height: 313px;
}

.u-h-314px {
  height: 314px;
}

.u-h-315px {
  height: 315px;
}

.u-h-316px {
  height: 316px;
}

.u-h-317px {
  height: 317px;
}

.u-h-318px {
  height: 318px;
}

.u-h-319px {
  height: 319px;
}

.u-h-320px {
  height: 320px;
}

.u-h-321px {
  height: 321px;
}

.u-h-322px {
  height: 322px;
}

.u-h-323px {
  height: 323px;
}

.u-h-324px {
  height: 324px;
}

.u-h-325px {
  height: 325px;
}

.u-h-326px {
  height: 326px;
}

.u-h-327px {
  height: 327px;
}

.u-h-328px {
  height: 328px;
}

.u-h-329px {
  height: 329px;
}

.u-h-330px {
  height: 330px;
}

.u-h-331px {
  height: 331px;
}

.u-h-332px {
  height: 332px;
}

.u-h-333px {
  height: 333px;
}

.u-h-334px {
  height: 334px;
}

.u-h-335px {
  height: 335px;
}

.u-h-336px {
  height: 336px;
}

.u-h-337px {
  height: 337px;
}

.u-h-338px {
  height: 338px;
}

.u-h-339px {
  height: 339px;
}

.u-h-340px {
  height: 340px;
}

.u-h-341px {
  height: 341px;
}

.u-h-342px {
  height: 342px;
}

.u-h-343px {
  height: 343px;
}

.u-h-344px {
  height: 344px;
}

.u-h-345px {
  height: 345px;
}

.u-h-346px {
  height: 346px;
}

.u-h-347px {
  height: 347px;
}

.u-h-348px {
  height: 348px;
}

.u-h-349px {
  height: 349px;
}

.u-h-350px {
  height: 350px;
}

.u-h-351px {
  height: 351px;
}

.u-h-352px {
  height: 352px;
}

.u-h-353px {
  height: 353px;
}

.u-h-354px {
  height: 354px;
}

.u-h-355px {
  height: 355px;
}

.u-h-356px {
  height: 356px;
}

.u-h-357px {
  height: 357px;
}

.u-h-358px {
  height: 358px;
}

.u-h-359px {
  height: 359px;
}

.u-h-360px {
  height: 360px;
}

.u-h-361px {
  height: 361px;
}

.u-h-362px {
  height: 362px;
}

.u-h-363px {
  height: 363px;
}

.u-h-364px {
  height: 364px;
}

.u-h-365px {
  height: 365px;
}

.u-h-366px {
  height: 366px;
}

.u-h-367px {
  height: 367px;
}

.u-h-368px {
  height: 368px;
}

.u-h-369px {
  height: 369px;
}

.u-h-370px {
  height: 370px;
}

.u-h-371px {
  height: 371px;
}

.u-h-372px {
  height: 372px;
}

.u-h-373px {
  height: 373px;
}

.u-h-374px {
  height: 374px;
}

.u-h-375px {
  height: 375px;
}

.u-h-376px {
  height: 376px;
}

.u-h-377px {
  height: 377px;
}

.u-h-378px {
  height: 378px;
}

.u-h-379px {
  height: 379px;
}

.u-h-380px {
  height: 380px;
}

.u-h-381px {
  height: 381px;
}

.u-h-382px {
  height: 382px;
}

.u-h-383px {
  height: 383px;
}

.u-h-384px {
  height: 384px;
}

.u-h-385px {
  height: 385px;
}

.u-h-386px {
  height: 386px;
}

.u-h-387px {
  height: 387px;
}

.u-h-388px {
  height: 388px;
}

.u-h-389px {
  height: 389px;
}

.u-h-390px {
  height: 390px;
}

.u-h-391px {
  height: 391px;
}

.u-h-392px {
  height: 392px;
}

.u-h-393px {
  height: 393px;
}

.u-h-394px {
  height: 394px;
}

.u-h-395px {
  height: 395px;
}

.u-h-396px {
  height: 396px;
}

.u-h-397px {
  height: 397px;
}

.u-h-398px {
  height: 398px;
}

.u-h-399px {
  height: 399px;
}

.u-h-400px {
  height: 400px;
}

.u-h-401px {
  height: 401px;
}

.u-h-402px {
  height: 402px;
}

.u-h-403px {
  height: 403px;
}

.u-h-404px {
  height: 404px;
}

.u-h-405px {
  height: 405px;
}

.u-h-406px {
  height: 406px;
}

.u-h-407px {
  height: 407px;
}

.u-h-408px {
  height: 408px;
}

.u-h-409px {
  height: 409px;
}

.u-h-410px {
  height: 410px;
}

.u-h-411px {
  height: 411px;
}

.u-h-412px {
  height: 412px;
}

.u-h-413px {
  height: 413px;
}

.u-h-414px {
  height: 414px;
}

.u-h-415px {
  height: 415px;
}

.u-h-416px {
  height: 416px;
}

.u-h-417px {
  height: 417px;
}

.u-h-418px {
  height: 418px;
}

.u-h-419px {
  height: 419px;
}

.u-h-420px {
  height: 420px;
}

.u-h-421px {
  height: 421px;
}

.u-h-422px {
  height: 422px;
}

.u-h-423px {
  height: 423px;
}

.u-h-424px {
  height: 424px;
}

.u-h-425px {
  height: 425px;
}

.u-h-426px {
  height: 426px;
}

.u-h-427px {
  height: 427px;
}

.u-h-428px {
  height: 428px;
}

.u-h-429px {
  height: 429px;
}

.u-h-430px {
  height: 430px;
}

.u-h-431px {
  height: 431px;
}

.u-h-432px {
  height: 432px;
}

.u-h-433px {
  height: 433px;
}

.u-h-434px {
  height: 434px;
}

.u-h-435px {
  height: 435px;
}

.u-h-436px {
  height: 436px;
}

.u-h-437px {
  height: 437px;
}

.u-h-438px {
  height: 438px;
}

.u-h-439px {
  height: 439px;
}

.u-h-440px {
  height: 440px;
}

.u-h-441px {
  height: 441px;
}

.u-h-442px {
  height: 442px;
}

.u-h-443px {
  height: 443px;
}

.u-h-444px {
  height: 444px;
}

.u-h-445px {
  height: 445px;
}

.u-h-446px {
  height: 446px;
}

.u-h-447px {
  height: 447px;
}

.u-h-448px {
  height: 448px;
}

.u-h-449px {
  height: 449px;
}

.u-h-450px {
  height: 450px;
}

.u-h-451px {
  height: 451px;
}

.u-h-452px {
  height: 452px;
}

.u-h-453px {
  height: 453px;
}

.u-h-454px {
  height: 454px;
}

.u-h-455px {
  height: 455px;
}

.u-h-456px {
  height: 456px;
}

.u-h-457px {
  height: 457px;
}

.u-h-458px {
  height: 458px;
}

.u-h-459px {
  height: 459px;
}

.u-h-460px {
  height: 460px;
}

.u-h-461px {
  height: 461px;
}

.u-h-462px {
  height: 462px;
}

.u-h-463px {
  height: 463px;
}

.u-h-464px {
  height: 464px;
}

.u-h-465px {
  height: 465px;
}

.u-h-466px {
  height: 466px;
}

.u-h-467px {
  height: 467px;
}

.u-h-468px {
  height: 468px;
}

.u-h-469px {
  height: 469px;
}

.u-h-470px {
  height: 470px;
}

.u-h-471px {
  height: 471px;
}

.u-h-472px {
  height: 472px;
}

.u-h-473px {
  height: 473px;
}

.u-h-474px {
  height: 474px;
}

.u-h-475px {
  height: 475px;
}

.u-h-476px {
  height: 476px;
}

.u-h-477px {
  height: 477px;
}

.u-h-478px {
  height: 478px;
}

.u-h-479px {
  height: 479px;
}

.u-h-480px {
  height: 480px;
}

.u-h-481px {
  height: 481px;
}

.u-h-482px {
  height: 482px;
}

.u-h-483px {
  height: 483px;
}

.u-h-484px {
  height: 484px;
}

.u-h-485px {
  height: 485px;
}

.u-h-486px {
  height: 486px;
}

.u-h-487px {
  height: 487px;
}

.u-h-488px {
  height: 488px;
}

.u-h-489px {
  height: 489px;
}

.u-h-490px {
  height: 490px;
}

.u-h-491px {
  height: 491px;
}

.u-h-492px {
  height: 492px;
}

.u-h-493px {
  height: 493px;
}

.u-h-494px {
  height: 494px;
}

.u-h-495px {
  height: 495px;
}

.u-h-496px {
  height: 496px;
}

.u-h-497px {
  height: 497px;
}

.u-h-498px {
  height: 498px;
}

.u-h-499px {
  height: 499px;
}

.u-h-500px {
  height: 500px;
}

.u-h-501px {
  height: 501px;
}

.u-h-502px {
  height: 502px;
}

.u-h-503px {
  height: 503px;
}

.u-h-504px {
  height: 504px;
}

.u-h-505px {
  height: 505px;
}

.u-h-506px {
  height: 506px;
}

.u-h-507px {
  height: 507px;
}

.u-h-508px {
  height: 508px;
}

.u-h-509px {
  height: 509px;
}

.u-h-510px {
  height: 510px;
}

.u-h-511px {
  height: 511px;
}

.u-h-512px {
  height: 512px;
}

.u-h-513px {
  height: 513px;
}

.u-h-514px {
  height: 514px;
}

.u-h-515px {
  height: 515px;
}

.u-h-516px {
  height: 516px;
}

.u-h-517px {
  height: 517px;
}

.u-h-518px {
  height: 518px;
}

.u-h-519px {
  height: 519px;
}

.u-h-520px {
  height: 520px;
}

.u-h-521px {
  height: 521px;
}

.u-h-522px {
  height: 522px;
}

.u-h-523px {
  height: 523px;
}

.u-h-524px {
  height: 524px;
}

.u-h-525px {
  height: 525px;
}

.u-h-526px {
  height: 526px;
}

.u-h-527px {
  height: 527px;
}

.u-h-528px {
  height: 528px;
}

.u-h-529px {
  height: 529px;
}

.u-h-530px {
  height: 530px;
}

.u-h-531px {
  height: 531px;
}

.u-h-532px {
  height: 532px;
}

.u-h-533px {
  height: 533px;
}

.u-h-534px {
  height: 534px;
}

.u-h-535px {
  height: 535px;
}

.u-h-536px {
  height: 536px;
}

.u-h-537px {
  height: 537px;
}

.u-h-538px {
  height: 538px;
}

.u-h-539px {
  height: 539px;
}

.u-h-540px {
  height: 540px;
}

.u-h-541px {
  height: 541px;
}

.u-h-542px {
  height: 542px;
}

.u-h-543px {
  height: 543px;
}

.u-h-544px {
  height: 544px;
}

.u-h-545px {
  height: 545px;
}

.u-h-546px {
  height: 546px;
}

.u-h-547px {
  height: 547px;
}

.u-h-548px {
  height: 548px;
}

.u-h-549px {
  height: 549px;
}

.u-h-550px {
  height: 550px;
}

.u-h-551px {
  height: 551px;
}

.u-h-552px {
  height: 552px;
}

.u-h-553px {
  height: 553px;
}

.u-h-554px {
  height: 554px;
}

.u-h-555px {
  height: 555px;
}

.u-h-556px {
  height: 556px;
}

.u-h-557px {
  height: 557px;
}

.u-h-558px {
  height: 558px;
}

.u-h-559px {
  height: 559px;
}

.u-h-560px {
  height: 560px;
}

.u-h-561px {
  height: 561px;
}

.u-h-562px {
  height: 562px;
}

.u-h-563px {
  height: 563px;
}

.u-h-564px {
  height: 564px;
}

.u-h-565px {
  height: 565px;
}

.u-h-566px {
  height: 566px;
}

.u-h-567px {
  height: 567px;
}

.u-h-568px {
  height: 568px;
}

.u-h-569px {
  height: 569px;
}

.u-h-570px {
  height: 570px;
}

.u-h-571px {
  height: 571px;
}

.u-h-572px {
  height: 572px;
}

.u-h-573px {
  height: 573px;
}

.u-h-574px {
  height: 574px;
}

.u-h-575px {
  height: 575px;
}

.u-h-576px {
  height: 576px;
}

.u-h-577px {
  height: 577px;
}

.u-h-578px {
  height: 578px;
}

.u-h-579px {
  height: 579px;
}

.u-h-580px {
  height: 580px;
}

.u-h-581px {
  height: 581px;
}

.u-h-582px {
  height: 582px;
}

.u-h-583px {
  height: 583px;
}

.u-h-584px {
  height: 584px;
}

.u-h-585px {
  height: 585px;
}

.u-h-586px {
  height: 586px;
}

.u-h-587px {
  height: 587px;
}

.u-h-588px {
  height: 588px;
}

.u-h-589px {
  height: 589px;
}

.u-h-590px {
  height: 590px;
}

.u-h-591px {
  height: 591px;
}

.u-h-592px {
  height: 592px;
}

.u-h-593px {
  height: 593px;
}

.u-h-594px {
  height: 594px;
}

.u-h-595px {
  height: 595px;
}

.u-h-596px {
  height: 596px;
}

.u-h-597px {
  height: 597px;
}

.u-h-598px {
  height: 598px;
}

.u-h-599px {
  height: 599px;
}

.u-h-600px {
  height: 600px;
}

.u-h-601px {
  height: 601px;
}

.u-h-602px {
  height: 602px;
}

.u-h-603px {
  height: 603px;
}

.u-h-604px {
  height: 604px;
}

.u-h-605px {
  height: 605px;
}

.u-h-606px {
  height: 606px;
}

.u-h-607px {
  height: 607px;
}

.u-h-608px {
  height: 608px;
}

.u-h-609px {
  height: 609px;
}

.u-h-610px {
  height: 610px;
}

.u-h-611px {
  height: 611px;
}

.u-h-612px {
  height: 612px;
}

.u-h-613px {
  height: 613px;
}

.u-h-614px {
  height: 614px;
}

.u-h-615px {
  height: 615px;
}

.u-h-616px {
  height: 616px;
}

.u-h-617px {
  height: 617px;
}

.u-h-618px {
  height: 618px;
}

.u-h-619px {
  height: 619px;
}

.u-h-620px {
  height: 620px;
}

.u-h-621px {
  height: 621px;
}

.u-h-622px {
  height: 622px;
}

.u-h-623px {
  height: 623px;
}

.u-h-624px {
  height: 624px;
}

.u-h-625px {
  height: 625px;
}

.u-h-626px {
  height: 626px;
}

.u-h-627px {
  height: 627px;
}

.u-h-628px {
  height: 628px;
}

.u-h-629px {
  height: 629px;
}

.u-h-630px {
  height: 630px;
}

.u-h-631px {
  height: 631px;
}

.u-h-632px {
  height: 632px;
}

.u-h-633px {
  height: 633px;
}

.u-h-634px {
  height: 634px;
}

.u-h-635px {
  height: 635px;
}

.u-h-636px {
  height: 636px;
}

.u-h-637px {
  height: 637px;
}

.u-h-638px {
  height: 638px;
}

.u-h-639px {
  height: 639px;
}

.u-h-640px {
  height: 640px;
}

.u-h-641px {
  height: 641px;
}

.u-h-642px {
  height: 642px;
}

.u-h-643px {
  height: 643px;
}

.u-h-644px {
  height: 644px;
}

.u-h-645px {
  height: 645px;
}

.u-h-646px {
  height: 646px;
}

.u-h-647px {
  height: 647px;
}

.u-h-648px {
  height: 648px;
}

.u-h-649px {
  height: 649px;
}

.u-h-650px {
  height: 650px;
}

.u-h-651px {
  height: 651px;
}

.u-h-652px {
  height: 652px;
}

.u-h-653px {
  height: 653px;
}

.u-h-654px {
  height: 654px;
}

.u-h-655px {
  height: 655px;
}

.u-h-656px {
  height: 656px;
}

.u-h-657px {
  height: 657px;
}

.u-h-658px {
  height: 658px;
}

.u-h-659px {
  height: 659px;
}

.u-h-660px {
  height: 660px;
}

.u-h-661px {
  height: 661px;
}

.u-h-662px {
  height: 662px;
}

.u-h-663px {
  height: 663px;
}

.u-h-664px {
  height: 664px;
}

.u-h-665px {
  height: 665px;
}

.u-h-666px {
  height: 666px;
}

.u-h-667px {
  height: 667px;
}

.u-h-668px {
  height: 668px;
}

.u-h-669px {
  height: 669px;
}

.u-h-670px {
  height: 670px;
}

.u-h-671px {
  height: 671px;
}

.u-h-672px {
  height: 672px;
}

.u-h-673px {
  height: 673px;
}

.u-h-674px {
  height: 674px;
}

.u-h-675px {
  height: 675px;
}

.u-h-676px {
  height: 676px;
}

.u-h-677px {
  height: 677px;
}

.u-h-678px {
  height: 678px;
}

.u-h-679px {
  height: 679px;
}

.u-h-680px {
  height: 680px;
}

.u-h-681px {
  height: 681px;
}

.u-h-682px {
  height: 682px;
}

.u-h-683px {
  height: 683px;
}

.u-h-684px {
  height: 684px;
}

.u-h-685px {
  height: 685px;
}

.u-h-686px {
  height: 686px;
}

.u-h-687px {
  height: 687px;
}

.u-h-688px {
  height: 688px;
}

.u-h-689px {
  height: 689px;
}

.u-h-690px {
  height: 690px;
}

.u-h-691px {
  height: 691px;
}

.u-h-692px {
  height: 692px;
}

.u-h-693px {
  height: 693px;
}

.u-h-694px {
  height: 694px;
}

.u-h-695px {
  height: 695px;
}

.u-h-696px {
  height: 696px;
}

.u-h-697px {
  height: 697px;
}

.u-h-698px {
  height: 698px;
}

.u-h-699px {
  height: 699px;
}

.u-h-700px {
  height: 700px;
}

.u-h-701px {
  height: 701px;
}

.u-h-702px {
  height: 702px;
}

.u-h-703px {
  height: 703px;
}

.u-h-704px {
  height: 704px;
}

.u-h-705px {
  height: 705px;
}

.u-h-706px {
  height: 706px;
}

.u-h-707px {
  height: 707px;
}

.u-h-708px {
  height: 708px;
}

.u-h-709px {
  height: 709px;
}

.u-h-710px {
  height: 710px;
}

.u-h-711px {
  height: 711px;
}

.u-h-712px {
  height: 712px;
}

.u-h-713px {
  height: 713px;
}

.u-h-714px {
  height: 714px;
}

.u-h-715px {
  height: 715px;
}

.u-h-716px {
  height: 716px;
}

.u-h-717px {
  height: 717px;
}

.u-h-718px {
  height: 718px;
}

.u-h-719px {
  height: 719px;
}

.u-h-720px {
  height: 720px;
}

.u-h-721px {
  height: 721px;
}

.u-h-722px {
  height: 722px;
}

.u-h-723px {
  height: 723px;
}

.u-h-724px {
  height: 724px;
}

.u-h-725px {
  height: 725px;
}

.u-h-726px {
  height: 726px;
}

.u-h-727px {
  height: 727px;
}

.u-h-728px {
  height: 728px;
}

.u-h-729px {
  height: 729px;
}

.u-h-730px {
  height: 730px;
}

.u-h-731px {
  height: 731px;
}

.u-h-732px {
  height: 732px;
}

.u-h-733px {
  height: 733px;
}

.u-h-734px {
  height: 734px;
}

.u-h-735px {
  height: 735px;
}

.u-h-736px {
  height: 736px;
}

.u-h-737px {
  height: 737px;
}

.u-h-738px {
  height: 738px;
}

.u-h-739px {
  height: 739px;
}

.u-h-740px {
  height: 740px;
}

.u-h-741px {
  height: 741px;
}

.u-h-742px {
  height: 742px;
}

.u-h-743px {
  height: 743px;
}

.u-h-744px {
  height: 744px;
}

.u-h-745px {
  height: 745px;
}

.u-h-746px {
  height: 746px;
}

.u-h-747px {
  height: 747px;
}

.u-h-748px {
  height: 748px;
}

.u-h-749px {
  height: 749px;
}

.u-h-750px {
  height: 750px;
}

.u-h-751px {
  height: 751px;
}

.u-h-752px {
  height: 752px;
}

.u-h-753px {
  height: 753px;
}

.u-h-754px {
  height: 754px;
}

.u-h-755px {
  height: 755px;
}

.u-h-756px {
  height: 756px;
}

.u-h-757px {
  height: 757px;
}

.u-h-758px {
  height: 758px;
}

.u-h-759px {
  height: 759px;
}

.u-h-760px {
  height: 760px;
}

.u-h-761px {
  height: 761px;
}

.u-h-762px {
  height: 762px;
}

.u-h-763px {
  height: 763px;
}

.u-h-764px {
  height: 764px;
}

.u-h-765px {
  height: 765px;
}

.u-h-766px {
  height: 766px;
}

.u-h-767px {
  height: 767px;
}

.u-h-768px {
  height: 768px;
}

.u-h-769px {
  height: 769px;
}

.u-h-770px {
  height: 770px;
}

.u-h-771px {
  height: 771px;
}

.u-h-772px {
  height: 772px;
}

.u-h-773px {
  height: 773px;
}

.u-h-774px {
  height: 774px;
}

.u-h-775px {
  height: 775px;
}

.u-h-776px {
  height: 776px;
}

.u-h-777px {
  height: 777px;
}

.u-h-778px {
  height: 778px;
}

.u-h-779px {
  height: 779px;
}

.u-h-780px {
  height: 780px;
}

.u-h-781px {
  height: 781px;
}

.u-h-782px {
  height: 782px;
}

.u-h-783px {
  height: 783px;
}

.u-h-784px {
  height: 784px;
}

.u-h-785px {
  height: 785px;
}

.u-h-786px {
  height: 786px;
}

.u-h-787px {
  height: 787px;
}

.u-h-788px {
  height: 788px;
}

.u-h-789px {
  height: 789px;
}

.u-h-790px {
  height: 790px;
}

.u-h-791px {
  height: 791px;
}

.u-h-792px {
  height: 792px;
}

.u-h-793px {
  height: 793px;
}

.u-h-794px {
  height: 794px;
}

.u-h-795px {
  height: 795px;
}

.u-h-796px {
  height: 796px;
}

.u-h-797px {
  height: 797px;
}

.u-h-798px {
  height: 798px;
}

.u-h-799px {
  height: 799px;
}

.u-h-800px {
  height: 800px;
}

.u-h-801px {
  height: 801px;
}

.u-h-802px {
  height: 802px;
}

.u-h-803px {
  height: 803px;
}

.u-h-804px {
  height: 804px;
}

.u-h-805px {
  height: 805px;
}

.u-h-806px {
  height: 806px;
}

.u-h-807px {
  height: 807px;
}

.u-h-808px {
  height: 808px;
}

.u-h-809px {
  height: 809px;
}

.u-h-810px {
  height: 810px;
}

.u-h-811px {
  height: 811px;
}

.u-h-812px {
  height: 812px;
}

.u-h-813px {
  height: 813px;
}

.u-h-814px {
  height: 814px;
}

.u-h-815px {
  height: 815px;
}

.u-h-816px {
  height: 816px;
}

.u-h-817px {
  height: 817px;
}

.u-h-818px {
  height: 818px;
}

.u-h-819px {
  height: 819px;
}

.u-h-820px {
  height: 820px;
}

.u-h-821px {
  height: 821px;
}

.u-h-822px {
  height: 822px;
}

.u-h-823px {
  height: 823px;
}

.u-h-824px {
  height: 824px;
}

.u-h-825px {
  height: 825px;
}

.u-h-826px {
  height: 826px;
}

.u-h-827px {
  height: 827px;
}

.u-h-828px {
  height: 828px;
}

.u-h-829px {
  height: 829px;
}

.u-h-830px {
  height: 830px;
}

.u-h-831px {
  height: 831px;
}

.u-h-832px {
  height: 832px;
}

.u-h-833px {
  height: 833px;
}

.u-h-834px {
  height: 834px;
}

.u-h-835px {
  height: 835px;
}

.u-h-836px {
  height: 836px;
}

.u-h-837px {
  height: 837px;
}

.u-h-838px {
  height: 838px;
}

.u-h-839px {
  height: 839px;
}

.u-h-840px {
  height: 840px;
}

.u-h-841px {
  height: 841px;
}

.u-h-842px {
  height: 842px;
}

.u-h-843px {
  height: 843px;
}

.u-h-844px {
  height: 844px;
}

.u-h-845px {
  height: 845px;
}

.u-h-846px {
  height: 846px;
}

.u-h-847px {
  height: 847px;
}

.u-h-848px {
  height: 848px;
}

.u-h-849px {
  height: 849px;
}

.u-h-850px {
  height: 850px;
}

.u-h-851px {
  height: 851px;
}

.u-h-852px {
  height: 852px;
}

.u-h-853px {
  height: 853px;
}

.u-h-854px {
  height: 854px;
}

.u-h-855px {
  height: 855px;
}

.u-h-856px {
  height: 856px;
}

.u-h-857px {
  height: 857px;
}

.u-h-858px {
  height: 858px;
}

.u-h-859px {
  height: 859px;
}

.u-h-860px {
  height: 860px;
}

.u-h-861px {
  height: 861px;
}

.u-h-862px {
  height: 862px;
}

.u-h-863px {
  height: 863px;
}

.u-h-864px {
  height: 864px;
}

.u-h-865px {
  height: 865px;
}

.u-h-866px {
  height: 866px;
}

.u-h-867px {
  height: 867px;
}

.u-h-868px {
  height: 868px;
}

.u-h-869px {
  height: 869px;
}

.u-h-870px {
  height: 870px;
}

.u-h-871px {
  height: 871px;
}

.u-h-872px {
  height: 872px;
}

.u-h-873px {
  height: 873px;
}

.u-h-874px {
  height: 874px;
}

.u-h-875px {
  height: 875px;
}

.u-h-876px {
  height: 876px;
}

.u-h-877px {
  height: 877px;
}

.u-h-878px {
  height: 878px;
}

.u-h-879px {
  height: 879px;
}

.u-h-880px {
  height: 880px;
}

.u-h-881px {
  height: 881px;
}

.u-h-882px {
  height: 882px;
}

.u-h-883px {
  height: 883px;
}

.u-h-884px {
  height: 884px;
}

.u-h-885px {
  height: 885px;
}

.u-h-886px {
  height: 886px;
}

.u-h-887px {
  height: 887px;
}

.u-h-888px {
  height: 888px;
}

.u-h-889px {
  height: 889px;
}

.u-h-890px {
  height: 890px;
}

.u-h-891px {
  height: 891px;
}

.u-h-892px {
  height: 892px;
}

.u-h-893px {
  height: 893px;
}

.u-h-894px {
  height: 894px;
}

.u-h-895px {
  height: 895px;
}

.u-h-896px {
  height: 896px;
}

.u-h-897px {
  height: 897px;
}

.u-h-898px {
  height: 898px;
}

.u-h-899px {
  height: 899px;
}

.u-h-900px {
  height: 900px;
}

.u-h-901px {
  height: 901px;
}

.u-h-902px {
  height: 902px;
}

.u-h-903px {
  height: 903px;
}

.u-h-904px {
  height: 904px;
}

.u-h-905px {
  height: 905px;
}

.u-h-906px {
  height: 906px;
}

.u-h-907px {
  height: 907px;
}

.u-h-908px {
  height: 908px;
}

.u-h-909px {
  height: 909px;
}

.u-h-910px {
  height: 910px;
}

.u-h-911px {
  height: 911px;
}

.u-h-912px {
  height: 912px;
}

.u-h-913px {
  height: 913px;
}

.u-h-914px {
  height: 914px;
}

.u-h-915px {
  height: 915px;
}

.u-h-916px {
  height: 916px;
}

.u-h-917px {
  height: 917px;
}

.u-h-918px {
  height: 918px;
}

.u-h-919px {
  height: 919px;
}

.u-h-920px {
  height: 920px;
}

.u-h-921px {
  height: 921px;
}

.u-h-922px {
  height: 922px;
}

.u-h-923px {
  height: 923px;
}

.u-h-924px {
  height: 924px;
}

.u-h-925px {
  height: 925px;
}

.u-h-926px {
  height: 926px;
}

.u-h-927px {
  height: 927px;
}

.u-h-928px {
  height: 928px;
}

.u-h-929px {
  height: 929px;
}

.u-h-930px {
  height: 930px;
}

.u-h-931px {
  height: 931px;
}

.u-h-932px {
  height: 932px;
}

.u-h-933px {
  height: 933px;
}

.u-h-934px {
  height: 934px;
}

.u-h-935px {
  height: 935px;
}

.u-h-936px {
  height: 936px;
}

.u-h-937px {
  height: 937px;
}

.u-h-938px {
  height: 938px;
}

.u-h-939px {
  height: 939px;
}

.u-h-940px {
  height: 940px;
}

.u-h-941px {
  height: 941px;
}

.u-h-942px {
  height: 942px;
}

.u-h-943px {
  height: 943px;
}

.u-h-944px {
  height: 944px;
}

.u-h-945px {
  height: 945px;
}

.u-h-946px {
  height: 946px;
}

.u-h-947px {
  height: 947px;
}

.u-h-948px {
  height: 948px;
}

.u-h-949px {
  height: 949px;
}

.u-h-950px {
  height: 950px;
}

.u-h-951px {
  height: 951px;
}

.u-h-952px {
  height: 952px;
}

.u-h-953px {
  height: 953px;
}

.u-h-954px {
  height: 954px;
}

.u-h-955px {
  height: 955px;
}

.u-h-956px {
  height: 956px;
}

.u-h-957px {
  height: 957px;
}

.u-h-958px {
  height: 958px;
}

.u-h-959px {
  height: 959px;
}

.u-h-960px {
  height: 960px;
}

.u-h-961px {
  height: 961px;
}

.u-h-962px {
  height: 962px;
}

.u-h-963px {
  height: 963px;
}

.u-h-964px {
  height: 964px;
}

.u-h-965px {
  height: 965px;
}

.u-h-966px {
  height: 966px;
}

.u-h-967px {
  height: 967px;
}

.u-h-968px {
  height: 968px;
}

.u-h-969px {
  height: 969px;
}

.u-h-970px {
  height: 970px;
}

.u-h-971px {
  height: 971px;
}

.u-h-972px {
  height: 972px;
}

.u-h-973px {
  height: 973px;
}

.u-h-974px {
  height: 974px;
}

.u-h-975px {
  height: 975px;
}

.u-h-976px {
  height: 976px;
}

.u-h-977px {
  height: 977px;
}

.u-h-978px {
  height: 978px;
}

.u-h-979px {
  height: 979px;
}

.u-h-980px {
  height: 980px;
}

.u-h-981px {
  height: 981px;
}

.u-h-982px {
  height: 982px;
}

.u-h-983px {
  height: 983px;
}

.u-h-984px {
  height: 984px;
}

.u-h-985px {
  height: 985px;
}

.u-h-986px {
  height: 986px;
}

.u-h-987px {
  height: 987px;
}

.u-h-988px {
  height: 988px;
}

.u-h-989px {
  height: 989px;
}

.u-h-990px {
  height: 990px;
}

.u-h-991px {
  height: 991px;
}

.u-h-992px {
  height: 992px;
}

.u-h-993px {
  height: 993px;
}

.u-h-994px {
  height: 994px;
}

.u-h-995px {
  height: 995px;
}

.u-h-996px {
  height: 996px;
}

.u-h-997px {
  height: 997px;
}

.u-h-998px {
  height: 998px;
}

.u-h-999px {
  height: 999px;
}

.u-h-1000px {
  height: 1000px;
}

.u-h-0vh {
  height: 0vh;
}

.u-h-1vh {
  height: 1vh;
}

.u-h-2vh {
  height: 2vh;
}

.u-h-3vh {
  height: 3vh;
}

.u-h-4vh {
  height: 4vh;
}

.u-h-5vh {
  height: 5vh;
}

.u-h-6vh {
  height: 6vh;
}

.u-h-7vh {
  height: 7vh;
}

.u-h-8vh {
  height: 8vh;
}

.u-h-9vh {
  height: 9vh;
}

.u-h-10vh {
  height: 10vh;
}

.u-h-11vh {
  height: 11vh;
}

.u-h-12vh {
  height: 12vh;
}

.u-h-13vh {
  height: 13vh;
}

.u-h-14vh {
  height: 14vh;
}

.u-h-15vh {
  height: 15vh;
}

.u-h-16vh {
  height: 16vh;
}

.u-h-17vh {
  height: 17vh;
}

.u-h-18vh {
  height: 18vh;
}

.u-h-19vh {
  height: 19vh;
}

.u-h-20vh {
  height: 20vh;
}

.u-h-21vh {
  height: 21vh;
}

.u-h-22vh {
  height: 22vh;
}

.u-h-23vh {
  height: 23vh;
}

.u-h-24vh {
  height: 24vh;
}

.u-h-25vh {
  height: 25vh;
}

.u-h-26vh {
  height: 26vh;
}

.u-h-27vh {
  height: 27vh;
}

.u-h-28vh {
  height: 28vh;
}

.u-h-29vh {
  height: 29vh;
}

.u-h-30vh {
  height: 30vh;
}

.u-h-31vh {
  height: 31vh;
}

.u-h-32vh {
  height: 32vh;
}

.u-h-33vh {
  height: 33vh;
}

.u-h-34vh {
  height: 34vh;
}

.u-h-35vh {
  height: 35vh;
}

.u-h-36vh {
  height: 36vh;
}

.u-h-37vh {
  height: 37vh;
}

.u-h-38vh {
  height: 38vh;
}

.u-h-39vh {
  height: 39vh;
}

.u-h-40vh {
  height: 40vh;
}

.u-h-41vh {
  height: 41vh;
}

.u-h-42vh {
  height: 42vh;
}

.u-h-43vh {
  height: 43vh;
}

.u-h-44vh {
  height: 44vh;
}

.u-h-45vh {
  height: 45vh;
}

.u-h-46vh {
  height: 46vh;
}

.u-h-47vh {
  height: 47vh;
}

.u-h-48vh {
  height: 48vh;
}

.u-h-49vh {
  height: 49vh;
}

.u-h-50vh {
  height: 50vh;
}

.u-h-51vh {
  height: 51vh;
}

.u-h-52vh {
  height: 52vh;
}

.u-h-53vh {
  height: 53vh;
}

.u-h-54vh {
  height: 54vh;
}

.u-h-55vh {
  height: 55vh;
}

.u-h-56vh {
  height: 56vh;
}

.u-h-57vh {
  height: 57vh;
}

.u-h-58vh {
  height: 58vh;
}

.u-h-59vh {
  height: 59vh;
}

.u-h-60vh {
  height: 60vh;
}

.u-h-61vh {
  height: 61vh;
}

.u-h-62vh {
  height: 62vh;
}

.u-h-63vh {
  height: 63vh;
}

.u-h-64vh {
  height: 64vh;
}

.u-h-65vh {
  height: 65vh;
}

.u-h-66vh {
  height: 66vh;
}

.u-h-67vh {
  height: 67vh;
}

.u-h-68vh {
  height: 68vh;
}

.u-h-69vh {
  height: 69vh;
}

.u-h-70vh {
  height: 70vh;
}

.u-h-71vh {
  height: 71vh;
}

.u-h-72vh {
  height: 72vh;
}

.u-h-73vh {
  height: 73vh;
}

.u-h-74vh {
  height: 74vh;
}

.u-h-75vh {
  height: 75vh;
}

.u-h-76vh {
  height: 76vh;
}

.u-h-77vh {
  height: 77vh;
}

.u-h-78vh {
  height: 78vh;
}

.u-h-79vh {
  height: 79vh;
}

.u-h-80vh {
  height: 80vh;
}

.u-h-81vh {
  height: 81vh;
}

.u-h-82vh {
  height: 82vh;
}

.u-h-83vh {
  height: 83vh;
}

.u-h-84vh {
  height: 84vh;
}

.u-h-85vh {
  height: 85vh;
}

.u-h-86vh {
  height: 86vh;
}

.u-h-87vh {
  height: 87vh;
}

.u-h-88vh {
  height: 88vh;
}

.u-h-89vh {
  height: 89vh;
}

.u-h-90vh {
  height: 90vh;
}

.u-h-91vh {
  height: 91vh;
}

.u-h-92vh {
  height: 92vh;
}

.u-h-93vh {
  height: 93vh;
}

.u-h-94vh {
  height: 94vh;
}

.u-h-95vh {
  height: 95vh;
}

.u-h-96vh {
  height: 96vh;
}

.u-h-97vh {
  height: 97vh;
}

.u-h-98vh {
  height: 98vh;
}

.u-h-99vh {
  height: 99vh;
}

.u-h-100vh {
  height: 100vh;
}

.u-h-101vh {
  height: 101vh;
}

.u-h-102vh {
  height: 102vh;
}

.u-h-103vh {
  height: 103vh;
}

.u-h-104vh {
  height: 104vh;
}

.u-h-105vh {
  height: 105vh;
}

.u-h-106vh {
  height: 106vh;
}

.u-h-107vh {
  height: 107vh;
}

.u-h-108vh {
  height: 108vh;
}

.u-h-109vh {
  height: 109vh;
}

.u-h-110vh {
  height: 110vh;
}

.u-h-111vh {
  height: 111vh;
}

.u-h-112vh {
  height: 112vh;
}

.u-h-113vh {
  height: 113vh;
}

.u-h-114vh {
  height: 114vh;
}

.u-h-115vh {
  height: 115vh;
}

.u-h-116vh {
  height: 116vh;
}

.u-h-117vh {
  height: 117vh;
}

.u-h-118vh {
  height: 118vh;
}

.u-h-119vh {
  height: 119vh;
}

.u-h-120vh {
  height: 120vh;
}

.u-h-121vh {
  height: 121vh;
}

.u-h-122vh {
  height: 122vh;
}

.u-h-123vh {
  height: 123vh;
}

.u-h-124vh {
  height: 124vh;
}

.u-h-125vh {
  height: 125vh;
}

.u-h-126vh {
  height: 126vh;
}

.u-h-127vh {
  height: 127vh;
}

.u-h-128vh {
  height: 128vh;
}

.u-h-129vh {
  height: 129vh;
}

.u-h-130vh {
  height: 130vh;
}

.u-h-131vh {
  height: 131vh;
}

.u-h-132vh {
  height: 132vh;
}

.u-h-133vh {
  height: 133vh;
}

.u-h-134vh {
  height: 134vh;
}

.u-h-135vh {
  height: 135vh;
}

.u-h-136vh {
  height: 136vh;
}

.u-h-137vh {
  height: 137vh;
}

.u-h-138vh {
  height: 138vh;
}

.u-h-139vh {
  height: 139vh;
}

.u-h-140vh {
  height: 140vh;
}

.u-h-141vh {
  height: 141vh;
}

.u-h-142vh {
  height: 142vh;
}

.u-h-143vh {
  height: 143vh;
}

.u-h-144vh {
  height: 144vh;
}

.u-h-145vh {
  height: 145vh;
}

.u-h-146vh {
  height: 146vh;
}

.u-h-147vh {
  height: 147vh;
}

.u-h-148vh {
  height: 148vh;
}

.u-h-149vh {
  height: 149vh;
}

.u-h-150vh {
  height: 150vh;
}

.u-h-151vh {
  height: 151vh;
}

.u-h-152vh {
  height: 152vh;
}

.u-h-153vh {
  height: 153vh;
}

.u-h-154vh {
  height: 154vh;
}

.u-h-155vh {
  height: 155vh;
}

.u-h-156vh {
  height: 156vh;
}

.u-h-157vh {
  height: 157vh;
}

.u-h-158vh {
  height: 158vh;
}

.u-h-159vh {
  height: 159vh;
}

.u-h-160vh {
  height: 160vh;
}

.u-h-161vh {
  height: 161vh;
}

.u-h-162vh {
  height: 162vh;
}

.u-h-163vh {
  height: 163vh;
}

.u-h-164vh {
  height: 164vh;
}

.u-h-165vh {
  height: 165vh;
}

.u-h-166vh {
  height: 166vh;
}

.u-h-167vh {
  height: 167vh;
}

.u-h-168vh {
  height: 168vh;
}

.u-h-169vh {
  height: 169vh;
}

.u-h-170vh {
  height: 170vh;
}

.u-h-171vh {
  height: 171vh;
}

.u-h-172vh {
  height: 172vh;
}

.u-h-173vh {
  height: 173vh;
}

.u-h-174vh {
  height: 174vh;
}

.u-h-175vh {
  height: 175vh;
}

.u-h-176vh {
  height: 176vh;
}

.u-h-177vh {
  height: 177vh;
}

.u-h-178vh {
  height: 178vh;
}

.u-h-179vh {
  height: 179vh;
}

.u-h-180vh {
  height: 180vh;
}

.u-h-181vh {
  height: 181vh;
}

.u-h-182vh {
  height: 182vh;
}

.u-h-183vh {
  height: 183vh;
}

.u-h-184vh {
  height: 184vh;
}

.u-h-185vh {
  height: 185vh;
}

.u-h-186vh {
  height: 186vh;
}

.u-h-187vh {
  height: 187vh;
}

.u-h-188vh {
  height: 188vh;
}

.u-h-189vh {
  height: 189vh;
}

.u-h-190vh {
  height: 190vh;
}

.u-h-191vh {
  height: 191vh;
}

.u-h-192vh {
  height: 192vh;
}

.u-h-193vh {
  height: 193vh;
}

.u-h-194vh {
  height: 194vh;
}

.u-h-195vh {
  height: 195vh;
}

.u-h-196vh {
  height: 196vh;
}

.u-h-197vh {
  height: 197vh;
}

.u-h-198vh {
  height: 198vh;
}

.u-h-199vh {
  height: 199vh;
}

.u-h-200vh {
  height: 200vh;
}

.u-h-201vh {
  height: 201vh;
}

.u-h-202vh {
  height: 202vh;
}

.u-h-203vh {
  height: 203vh;
}

.u-h-204vh {
  height: 204vh;
}

.u-h-205vh {
  height: 205vh;
}

.u-h-206vh {
  height: 206vh;
}

.u-h-207vh {
  height: 207vh;
}

.u-h-208vh {
  height: 208vh;
}

.u-h-209vh {
  height: 209vh;
}

.u-h-210vh {
  height: 210vh;
}

.u-h-211vh {
  height: 211vh;
}

.u-h-212vh {
  height: 212vh;
}

.u-h-213vh {
  height: 213vh;
}

.u-h-214vh {
  height: 214vh;
}

.u-h-215vh {
  height: 215vh;
}

.u-h-216vh {
  height: 216vh;
}

.u-h-217vh {
  height: 217vh;
}

.u-h-218vh {
  height: 218vh;
}

.u-h-219vh {
  height: 219vh;
}

.u-h-220vh {
  height: 220vh;
}

.u-h-221vh {
  height: 221vh;
}

.u-h-222vh {
  height: 222vh;
}

.u-h-223vh {
  height: 223vh;
}

.u-h-224vh {
  height: 224vh;
}

.u-h-225vh {
  height: 225vh;
}

.u-h-226vh {
  height: 226vh;
}

.u-h-227vh {
  height: 227vh;
}

.u-h-228vh {
  height: 228vh;
}

.u-h-229vh {
  height: 229vh;
}

.u-h-230vh {
  height: 230vh;
}

.u-h-231vh {
  height: 231vh;
}

.u-h-232vh {
  height: 232vh;
}

.u-h-233vh {
  height: 233vh;
}

.u-h-234vh {
  height: 234vh;
}

.u-h-235vh {
  height: 235vh;
}

.u-h-236vh {
  height: 236vh;
}

.u-h-237vh {
  height: 237vh;
}

.u-h-238vh {
  height: 238vh;
}

.u-h-239vh {
  height: 239vh;
}

.u-h-240vh {
  height: 240vh;
}

.u-h-241vh {
  height: 241vh;
}

.u-h-242vh {
  height: 242vh;
}

.u-h-243vh {
  height: 243vh;
}

.u-h-244vh {
  height: 244vh;
}

.u-h-245vh {
  height: 245vh;
}

.u-h-246vh {
  height: 246vh;
}

.u-h-247vh {
  height: 247vh;
}

.u-h-248vh {
  height: 248vh;
}

.u-h-249vh {
  height: 249vh;
}

.u-h-250vh {
  height: 250vh;
}

.u-h-251vh {
  height: 251vh;
}

.u-h-252vh {
  height: 252vh;
}

.u-h-253vh {
  height: 253vh;
}

.u-h-254vh {
  height: 254vh;
}

.u-h-255vh {
  height: 255vh;
}

.u-h-256vh {
  height: 256vh;
}

.u-h-257vh {
  height: 257vh;
}

.u-h-258vh {
  height: 258vh;
}

.u-h-259vh {
  height: 259vh;
}

.u-h-260vh {
  height: 260vh;
}

.u-h-261vh {
  height: 261vh;
}

.u-h-262vh {
  height: 262vh;
}

.u-h-263vh {
  height: 263vh;
}

.u-h-264vh {
  height: 264vh;
}

.u-h-265vh {
  height: 265vh;
}

.u-h-266vh {
  height: 266vh;
}

.u-h-267vh {
  height: 267vh;
}

.u-h-268vh {
  height: 268vh;
}

.u-h-269vh {
  height: 269vh;
}

.u-h-270vh {
  height: 270vh;
}

.u-h-271vh {
  height: 271vh;
}

.u-h-272vh {
  height: 272vh;
}

.u-h-273vh {
  height: 273vh;
}

.u-h-274vh {
  height: 274vh;
}

.u-h-275vh {
  height: 275vh;
}

.u-h-276vh {
  height: 276vh;
}

.u-h-277vh {
  height: 277vh;
}

.u-h-278vh {
  height: 278vh;
}

.u-h-279vh {
  height: 279vh;
}

.u-h-280vh {
  height: 280vh;
}

.u-h-281vh {
  height: 281vh;
}

.u-h-282vh {
  height: 282vh;
}

.u-h-283vh {
  height: 283vh;
}

.u-h-284vh {
  height: 284vh;
}

.u-h-285vh {
  height: 285vh;
}

.u-h-286vh {
  height: 286vh;
}

.u-h-287vh {
  height: 287vh;
}

.u-h-288vh {
  height: 288vh;
}

.u-h-289vh {
  height: 289vh;
}

.u-h-290vh {
  height: 290vh;
}

.u-h-291vh {
  height: 291vh;
}

.u-h-292vh {
  height: 292vh;
}

.u-h-293vh {
  height: 293vh;
}

.u-h-294vh {
  height: 294vh;
}

.u-h-295vh {
  height: 295vh;
}

.u-h-296vh {
  height: 296vh;
}

.u-h-297vh {
  height: 297vh;
}

.u-h-298vh {
  height: 298vh;
}

.u-h-299vh {
  height: 299vh;
}

.u-h-300vh {
  height: 300vh;
}

.u-h-301vh {
  height: 301vh;
}

.u-h-302vh {
  height: 302vh;
}

.u-h-303vh {
  height: 303vh;
}

.u-h-304vh {
  height: 304vh;
}

.u-h-305vh {
  height: 305vh;
}

.u-h-306vh {
  height: 306vh;
}

.u-h-307vh {
  height: 307vh;
}

.u-h-308vh {
  height: 308vh;
}

.u-h-309vh {
  height: 309vh;
}

.u-h-310vh {
  height: 310vh;
}

.u-h-311vh {
  height: 311vh;
}

.u-h-312vh {
  height: 312vh;
}

.u-h-313vh {
  height: 313vh;
}

.u-h-314vh {
  height: 314vh;
}

.u-h-315vh {
  height: 315vh;
}

.u-h-316vh {
  height: 316vh;
}

.u-h-317vh {
  height: 317vh;
}

.u-h-318vh {
  height: 318vh;
}

.u-h-319vh {
  height: 319vh;
}

.u-h-320vh {
  height: 320vh;
}

.u-h-321vh {
  height: 321vh;
}

.u-h-322vh {
  height: 322vh;
}

.u-h-323vh {
  height: 323vh;
}

.u-h-324vh {
  height: 324vh;
}

.u-h-325vh {
  height: 325vh;
}

.u-h-326vh {
  height: 326vh;
}

.u-h-327vh {
  height: 327vh;
}

.u-h-328vh {
  height: 328vh;
}

.u-h-329vh {
  height: 329vh;
}

.u-h-330vh {
  height: 330vh;
}

.u-h-331vh {
  height: 331vh;
}

.u-h-332vh {
  height: 332vh;
}

.u-h-333vh {
  height: 333vh;
}

.u-h-334vh {
  height: 334vh;
}

.u-h-335vh {
  height: 335vh;
}

.u-h-336vh {
  height: 336vh;
}

.u-h-337vh {
  height: 337vh;
}

.u-h-338vh {
  height: 338vh;
}

.u-h-339vh {
  height: 339vh;
}

.u-h-340vh {
  height: 340vh;
}

.u-h-341vh {
  height: 341vh;
}

.u-h-342vh {
  height: 342vh;
}

.u-h-343vh {
  height: 343vh;
}

.u-h-344vh {
  height: 344vh;
}

.u-h-345vh {
  height: 345vh;
}

.u-h-346vh {
  height: 346vh;
}

.u-h-347vh {
  height: 347vh;
}

.u-h-348vh {
  height: 348vh;
}

.u-h-349vh {
  height: 349vh;
}

.u-h-350vh {
  height: 350vh;
}

.u-h-351vh {
  height: 351vh;
}

.u-h-352vh {
  height: 352vh;
}

.u-h-353vh {
  height: 353vh;
}

.u-h-354vh {
  height: 354vh;
}

.u-h-355vh {
  height: 355vh;
}

.u-h-356vh {
  height: 356vh;
}

.u-h-357vh {
  height: 357vh;
}

.u-h-358vh {
  height: 358vh;
}

.u-h-359vh {
  height: 359vh;
}

.u-h-360vh {
  height: 360vh;
}

.u-h-361vh {
  height: 361vh;
}

.u-h-362vh {
  height: 362vh;
}

.u-h-363vh {
  height: 363vh;
}

.u-h-364vh {
  height: 364vh;
}

.u-h-365vh {
  height: 365vh;
}

.u-h-366vh {
  height: 366vh;
}

.u-h-367vh {
  height: 367vh;
}

.u-h-368vh {
  height: 368vh;
}

.u-h-369vh {
  height: 369vh;
}

.u-h-370vh {
  height: 370vh;
}

.u-h-371vh {
  height: 371vh;
}

.u-h-372vh {
  height: 372vh;
}

.u-h-373vh {
  height: 373vh;
}

.u-h-374vh {
  height: 374vh;
}

.u-h-375vh {
  height: 375vh;
}

.u-h-376vh {
  height: 376vh;
}

.u-h-377vh {
  height: 377vh;
}

.u-h-378vh {
  height: 378vh;
}

.u-h-379vh {
  height: 379vh;
}

.u-h-380vh {
  height: 380vh;
}

.u-h-381vh {
  height: 381vh;
}

.u-h-382vh {
  height: 382vh;
}

.u-h-383vh {
  height: 383vh;
}

.u-h-384vh {
  height: 384vh;
}

.u-h-385vh {
  height: 385vh;
}

.u-h-386vh {
  height: 386vh;
}

.u-h-387vh {
  height: 387vh;
}

.u-h-388vh {
  height: 388vh;
}

.u-h-389vh {
  height: 389vh;
}

.u-h-390vh {
  height: 390vh;
}

.u-h-391vh {
  height: 391vh;
}

.u-h-392vh {
  height: 392vh;
}

.u-h-393vh {
  height: 393vh;
}

.u-h-394vh {
  height: 394vh;
}

.u-h-395vh {
  height: 395vh;
}

.u-h-396vh {
  height: 396vh;
}

.u-h-397vh {
  height: 397vh;
}

.u-h-398vh {
  height: 398vh;
}

.u-h-399vh {
  height: 399vh;
}

.u-h-400vh {
  height: 400vh;
}

.u-h-401vh {
  height: 401vh;
}

.u-h-402vh {
  height: 402vh;
}

.u-h-403vh {
  height: 403vh;
}

.u-h-404vh {
  height: 404vh;
}

.u-h-405vh {
  height: 405vh;
}

.u-h-406vh {
  height: 406vh;
}

.u-h-407vh {
  height: 407vh;
}

.u-h-408vh {
  height: 408vh;
}

.u-h-409vh {
  height: 409vh;
}

.u-h-410vh {
  height: 410vh;
}

.u-h-411vh {
  height: 411vh;
}

.u-h-412vh {
  height: 412vh;
}

.u-h-413vh {
  height: 413vh;
}

.u-h-414vh {
  height: 414vh;
}

.u-h-415vh {
  height: 415vh;
}

.u-h-416vh {
  height: 416vh;
}

.u-h-417vh {
  height: 417vh;
}

.u-h-418vh {
  height: 418vh;
}

.u-h-419vh {
  height: 419vh;
}

.u-h-420vh {
  height: 420vh;
}

.u-h-421vh {
  height: 421vh;
}

.u-h-422vh {
  height: 422vh;
}

.u-h-423vh {
  height: 423vh;
}

.u-h-424vh {
  height: 424vh;
}

.u-h-425vh {
  height: 425vh;
}

.u-h-426vh {
  height: 426vh;
}

.u-h-427vh {
  height: 427vh;
}

.u-h-428vh {
  height: 428vh;
}

.u-h-429vh {
  height: 429vh;
}

.u-h-430vh {
  height: 430vh;
}

.u-h-431vh {
  height: 431vh;
}

.u-h-432vh {
  height: 432vh;
}

.u-h-433vh {
  height: 433vh;
}

.u-h-434vh {
  height: 434vh;
}

.u-h-435vh {
  height: 435vh;
}

.u-h-436vh {
  height: 436vh;
}

.u-h-437vh {
  height: 437vh;
}

.u-h-438vh {
  height: 438vh;
}

.u-h-439vh {
  height: 439vh;
}

.u-h-440vh {
  height: 440vh;
}

.u-h-441vh {
  height: 441vh;
}

.u-h-442vh {
  height: 442vh;
}

.u-h-443vh {
  height: 443vh;
}

.u-h-444vh {
  height: 444vh;
}

.u-h-445vh {
  height: 445vh;
}

.u-h-446vh {
  height: 446vh;
}

.u-h-447vh {
  height: 447vh;
}

.u-h-448vh {
  height: 448vh;
}

.u-h-449vh {
  height: 449vh;
}

.u-h-450vh {
  height: 450vh;
}

.u-h-451vh {
  height: 451vh;
}

.u-h-452vh {
  height: 452vh;
}

.u-h-453vh {
  height: 453vh;
}

.u-h-454vh {
  height: 454vh;
}

.u-h-455vh {
  height: 455vh;
}

.u-h-456vh {
  height: 456vh;
}

.u-h-457vh {
  height: 457vh;
}

.u-h-458vh {
  height: 458vh;
}

.u-h-459vh {
  height: 459vh;
}

.u-h-460vh {
  height: 460vh;
}

.u-h-461vh {
  height: 461vh;
}

.u-h-462vh {
  height: 462vh;
}

.u-h-463vh {
  height: 463vh;
}

.u-h-464vh {
  height: 464vh;
}

.u-h-465vh {
  height: 465vh;
}

.u-h-466vh {
  height: 466vh;
}

.u-h-467vh {
  height: 467vh;
}

.u-h-468vh {
  height: 468vh;
}

.u-h-469vh {
  height: 469vh;
}

.u-h-470vh {
  height: 470vh;
}

.u-h-471vh {
  height: 471vh;
}

.u-h-472vh {
  height: 472vh;
}

.u-h-473vh {
  height: 473vh;
}

.u-h-474vh {
  height: 474vh;
}

.u-h-475vh {
  height: 475vh;
}

.u-h-476vh {
  height: 476vh;
}

.u-h-477vh {
  height: 477vh;
}

.u-h-478vh {
  height: 478vh;
}

.u-h-479vh {
  height: 479vh;
}

.u-h-480vh {
  height: 480vh;
}

.u-h-481vh {
  height: 481vh;
}

.u-h-482vh {
  height: 482vh;
}

.u-h-483vh {
  height: 483vh;
}

.u-h-484vh {
  height: 484vh;
}

.u-h-485vh {
  height: 485vh;
}

.u-h-486vh {
  height: 486vh;
}

.u-h-487vh {
  height: 487vh;
}

.u-h-488vh {
  height: 488vh;
}

.u-h-489vh {
  height: 489vh;
}

.u-h-490vh {
  height: 490vh;
}

.u-h-491vh {
  height: 491vh;
}

.u-h-492vh {
  height: 492vh;
}

.u-h-493vh {
  height: 493vh;
}

.u-h-494vh {
  height: 494vh;
}

.u-h-495vh {
  height: 495vh;
}

.u-h-496vh {
  height: 496vh;
}

.u-h-497vh {
  height: 497vh;
}

.u-h-498vh {
  height: 498vh;
}

.u-h-499vh {
  height: 499vh;
}

.u-h-500vh {
  height: 500vh;
}

.u-h-501vh {
  height: 501vh;
}

.u-h-502vh {
  height: 502vh;
}

.u-h-503vh {
  height: 503vh;
}

.u-h-504vh {
  height: 504vh;
}

.u-h-505vh {
  height: 505vh;
}

.u-h-506vh {
  height: 506vh;
}

.u-h-507vh {
  height: 507vh;
}

.u-h-508vh {
  height: 508vh;
}

.u-h-509vh {
  height: 509vh;
}

.u-h-510vh {
  height: 510vh;
}

.u-h-511vh {
  height: 511vh;
}

.u-h-512vh {
  height: 512vh;
}

.u-h-513vh {
  height: 513vh;
}

.u-h-514vh {
  height: 514vh;
}

.u-h-515vh {
  height: 515vh;
}

.u-h-516vh {
  height: 516vh;
}

.u-h-517vh {
  height: 517vh;
}

.u-h-518vh {
  height: 518vh;
}

.u-h-519vh {
  height: 519vh;
}

.u-h-520vh {
  height: 520vh;
}

.u-h-521vh {
  height: 521vh;
}

.u-h-522vh {
  height: 522vh;
}

.u-h-523vh {
  height: 523vh;
}

.u-h-524vh {
  height: 524vh;
}

.u-h-525vh {
  height: 525vh;
}

.u-h-526vh {
  height: 526vh;
}

.u-h-527vh {
  height: 527vh;
}

.u-h-528vh {
  height: 528vh;
}

.u-h-529vh {
  height: 529vh;
}

.u-h-530vh {
  height: 530vh;
}

.u-h-531vh {
  height: 531vh;
}

.u-h-532vh {
  height: 532vh;
}

.u-h-533vh {
  height: 533vh;
}

.u-h-534vh {
  height: 534vh;
}

.u-h-535vh {
  height: 535vh;
}

.u-h-536vh {
  height: 536vh;
}

.u-h-537vh {
  height: 537vh;
}

.u-h-538vh {
  height: 538vh;
}

.u-h-539vh {
  height: 539vh;
}

.u-h-540vh {
  height: 540vh;
}

.u-h-541vh {
  height: 541vh;
}

.u-h-542vh {
  height: 542vh;
}

.u-h-543vh {
  height: 543vh;
}

.u-h-544vh {
  height: 544vh;
}

.u-h-545vh {
  height: 545vh;
}

.u-h-546vh {
  height: 546vh;
}

.u-h-547vh {
  height: 547vh;
}

.u-h-548vh {
  height: 548vh;
}

.u-h-549vh {
  height: 549vh;
}

.u-h-550vh {
  height: 550vh;
}

.u-h-551vh {
  height: 551vh;
}

.u-h-552vh {
  height: 552vh;
}

.u-h-553vh {
  height: 553vh;
}

.u-h-554vh {
  height: 554vh;
}

.u-h-555vh {
  height: 555vh;
}

.u-h-556vh {
  height: 556vh;
}

.u-h-557vh {
  height: 557vh;
}

.u-h-558vh {
  height: 558vh;
}

.u-h-559vh {
  height: 559vh;
}

.u-h-560vh {
  height: 560vh;
}

.u-h-561vh {
  height: 561vh;
}

.u-h-562vh {
  height: 562vh;
}

.u-h-563vh {
  height: 563vh;
}

.u-h-564vh {
  height: 564vh;
}

.u-h-565vh {
  height: 565vh;
}

.u-h-566vh {
  height: 566vh;
}

.u-h-567vh {
  height: 567vh;
}

.u-h-568vh {
  height: 568vh;
}

.u-h-569vh {
  height: 569vh;
}

.u-h-570vh {
  height: 570vh;
}

.u-h-571vh {
  height: 571vh;
}

.u-h-572vh {
  height: 572vh;
}

.u-h-573vh {
  height: 573vh;
}

.u-h-574vh {
  height: 574vh;
}

.u-h-575vh {
  height: 575vh;
}

.u-h-576vh {
  height: 576vh;
}

.u-h-577vh {
  height: 577vh;
}

.u-h-578vh {
  height: 578vh;
}

.u-h-579vh {
  height: 579vh;
}

.u-h-580vh {
  height: 580vh;
}

.u-h-581vh {
  height: 581vh;
}

.u-h-582vh {
  height: 582vh;
}

.u-h-583vh {
  height: 583vh;
}

.u-h-584vh {
  height: 584vh;
}

.u-h-585vh {
  height: 585vh;
}

.u-h-586vh {
  height: 586vh;
}

.u-h-587vh {
  height: 587vh;
}

.u-h-588vh {
  height: 588vh;
}

.u-h-589vh {
  height: 589vh;
}

.u-h-590vh {
  height: 590vh;
}

.u-h-591vh {
  height: 591vh;
}

.u-h-592vh {
  height: 592vh;
}

.u-h-593vh {
  height: 593vh;
}

.u-h-594vh {
  height: 594vh;
}

.u-h-595vh {
  height: 595vh;
}

.u-h-596vh {
  height: 596vh;
}

.u-h-597vh {
  height: 597vh;
}

.u-h-598vh {
  height: 598vh;
}

.u-h-599vh {
  height: 599vh;
}

.u-h-600vh {
  height: 600vh;
}

.u-h-601vh {
  height: 601vh;
}

.u-h-602vh {
  height: 602vh;
}

.u-h-603vh {
  height: 603vh;
}

.u-h-604vh {
  height: 604vh;
}

.u-h-605vh {
  height: 605vh;
}

.u-h-606vh {
  height: 606vh;
}

.u-h-607vh {
  height: 607vh;
}

.u-h-608vh {
  height: 608vh;
}

.u-h-609vh {
  height: 609vh;
}

.u-h-610vh {
  height: 610vh;
}

.u-h-611vh {
  height: 611vh;
}

.u-h-612vh {
  height: 612vh;
}

.u-h-613vh {
  height: 613vh;
}

.u-h-614vh {
  height: 614vh;
}

.u-h-615vh {
  height: 615vh;
}

.u-h-616vh {
  height: 616vh;
}

.u-h-617vh {
  height: 617vh;
}

.u-h-618vh {
  height: 618vh;
}

.u-h-619vh {
  height: 619vh;
}

.u-h-620vh {
  height: 620vh;
}

.u-h-621vh {
  height: 621vh;
}

.u-h-622vh {
  height: 622vh;
}

.u-h-623vh {
  height: 623vh;
}

.u-h-624vh {
  height: 624vh;
}

.u-h-625vh {
  height: 625vh;
}

.u-h-626vh {
  height: 626vh;
}

.u-h-627vh {
  height: 627vh;
}

.u-h-628vh {
  height: 628vh;
}

.u-h-629vh {
  height: 629vh;
}

.u-h-630vh {
  height: 630vh;
}

.u-h-631vh {
  height: 631vh;
}

.u-h-632vh {
  height: 632vh;
}

.u-h-633vh {
  height: 633vh;
}

.u-h-634vh {
  height: 634vh;
}

.u-h-635vh {
  height: 635vh;
}

.u-h-636vh {
  height: 636vh;
}

.u-h-637vh {
  height: 637vh;
}

.u-h-638vh {
  height: 638vh;
}

.u-h-639vh {
  height: 639vh;
}

.u-h-640vh {
  height: 640vh;
}

.u-h-641vh {
  height: 641vh;
}

.u-h-642vh {
  height: 642vh;
}

.u-h-643vh {
  height: 643vh;
}

.u-h-644vh {
  height: 644vh;
}

.u-h-645vh {
  height: 645vh;
}

.u-h-646vh {
  height: 646vh;
}

.u-h-647vh {
  height: 647vh;
}

.u-h-648vh {
  height: 648vh;
}

.u-h-649vh {
  height: 649vh;
}

.u-h-650vh {
  height: 650vh;
}

.u-h-651vh {
  height: 651vh;
}

.u-h-652vh {
  height: 652vh;
}

.u-h-653vh {
  height: 653vh;
}

.u-h-654vh {
  height: 654vh;
}

.u-h-655vh {
  height: 655vh;
}

.u-h-656vh {
  height: 656vh;
}

.u-h-657vh {
  height: 657vh;
}

.u-h-658vh {
  height: 658vh;
}

.u-h-659vh {
  height: 659vh;
}

.u-h-660vh {
  height: 660vh;
}

.u-h-661vh {
  height: 661vh;
}

.u-h-662vh {
  height: 662vh;
}

.u-h-663vh {
  height: 663vh;
}

.u-h-664vh {
  height: 664vh;
}

.u-h-665vh {
  height: 665vh;
}

.u-h-666vh {
  height: 666vh;
}

.u-h-667vh {
  height: 667vh;
}

.u-h-668vh {
  height: 668vh;
}

.u-h-669vh {
  height: 669vh;
}

.u-h-670vh {
  height: 670vh;
}

.u-h-671vh {
  height: 671vh;
}

.u-h-672vh {
  height: 672vh;
}

.u-h-673vh {
  height: 673vh;
}

.u-h-674vh {
  height: 674vh;
}

.u-h-675vh {
  height: 675vh;
}

.u-h-676vh {
  height: 676vh;
}

.u-h-677vh {
  height: 677vh;
}

.u-h-678vh {
  height: 678vh;
}

.u-h-679vh {
  height: 679vh;
}

.u-h-680vh {
  height: 680vh;
}

.u-h-681vh {
  height: 681vh;
}

.u-h-682vh {
  height: 682vh;
}

.u-h-683vh {
  height: 683vh;
}

.u-h-684vh {
  height: 684vh;
}

.u-h-685vh {
  height: 685vh;
}

.u-h-686vh {
  height: 686vh;
}

.u-h-687vh {
  height: 687vh;
}

.u-h-688vh {
  height: 688vh;
}

.u-h-689vh {
  height: 689vh;
}

.u-h-690vh {
  height: 690vh;
}

.u-h-691vh {
  height: 691vh;
}

.u-h-692vh {
  height: 692vh;
}

.u-h-693vh {
  height: 693vh;
}

.u-h-694vh {
  height: 694vh;
}

.u-h-695vh {
  height: 695vh;
}

.u-h-696vh {
  height: 696vh;
}

.u-h-697vh {
  height: 697vh;
}

.u-h-698vh {
  height: 698vh;
}

.u-h-699vh {
  height: 699vh;
}

.u-h-700vh {
  height: 700vh;
}

.u-h-701vh {
  height: 701vh;
}

.u-h-702vh {
  height: 702vh;
}

.u-h-703vh {
  height: 703vh;
}

.u-h-704vh {
  height: 704vh;
}

.u-h-705vh {
  height: 705vh;
}

.u-h-706vh {
  height: 706vh;
}

.u-h-707vh {
  height: 707vh;
}

.u-h-708vh {
  height: 708vh;
}

.u-h-709vh {
  height: 709vh;
}

.u-h-710vh {
  height: 710vh;
}

.u-h-711vh {
  height: 711vh;
}

.u-h-712vh {
  height: 712vh;
}

.u-h-713vh {
  height: 713vh;
}

.u-h-714vh {
  height: 714vh;
}

.u-h-715vh {
  height: 715vh;
}

.u-h-716vh {
  height: 716vh;
}

.u-h-717vh {
  height: 717vh;
}

.u-h-718vh {
  height: 718vh;
}

.u-h-719vh {
  height: 719vh;
}

.u-h-720vh {
  height: 720vh;
}

.u-h-721vh {
  height: 721vh;
}

.u-h-722vh {
  height: 722vh;
}

.u-h-723vh {
  height: 723vh;
}

.u-h-724vh {
  height: 724vh;
}

.u-h-725vh {
  height: 725vh;
}

.u-h-726vh {
  height: 726vh;
}

.u-h-727vh {
  height: 727vh;
}

.u-h-728vh {
  height: 728vh;
}

.u-h-729vh {
  height: 729vh;
}

.u-h-730vh {
  height: 730vh;
}

.u-h-731vh {
  height: 731vh;
}

.u-h-732vh {
  height: 732vh;
}

.u-h-733vh {
  height: 733vh;
}

.u-h-734vh {
  height: 734vh;
}

.u-h-735vh {
  height: 735vh;
}

.u-h-736vh {
  height: 736vh;
}

.u-h-737vh {
  height: 737vh;
}

.u-h-738vh {
  height: 738vh;
}

.u-h-739vh {
  height: 739vh;
}

.u-h-740vh {
  height: 740vh;
}

.u-h-741vh {
  height: 741vh;
}

.u-h-742vh {
  height: 742vh;
}

.u-h-743vh {
  height: 743vh;
}

.u-h-744vh {
  height: 744vh;
}

.u-h-745vh {
  height: 745vh;
}

.u-h-746vh {
  height: 746vh;
}

.u-h-747vh {
  height: 747vh;
}

.u-h-748vh {
  height: 748vh;
}

.u-h-749vh {
  height: 749vh;
}

.u-h-750vh {
  height: 750vh;
}

.u-h-751vh {
  height: 751vh;
}

.u-h-752vh {
  height: 752vh;
}

.u-h-753vh {
  height: 753vh;
}

.u-h-754vh {
  height: 754vh;
}

.u-h-755vh {
  height: 755vh;
}

.u-h-756vh {
  height: 756vh;
}

.u-h-757vh {
  height: 757vh;
}

.u-h-758vh {
  height: 758vh;
}

.u-h-759vh {
  height: 759vh;
}

.u-h-760vh {
  height: 760vh;
}

.u-h-761vh {
  height: 761vh;
}

.u-h-762vh {
  height: 762vh;
}

.u-h-763vh {
  height: 763vh;
}

.u-h-764vh {
  height: 764vh;
}

.u-h-765vh {
  height: 765vh;
}

.u-h-766vh {
  height: 766vh;
}

.u-h-767vh {
  height: 767vh;
}

.u-h-768vh {
  height: 768vh;
}

.u-h-769vh {
  height: 769vh;
}

.u-h-770vh {
  height: 770vh;
}

.u-h-771vh {
  height: 771vh;
}

.u-h-772vh {
  height: 772vh;
}

.u-h-773vh {
  height: 773vh;
}

.u-h-774vh {
  height: 774vh;
}

.u-h-775vh {
  height: 775vh;
}

.u-h-776vh {
  height: 776vh;
}

.u-h-777vh {
  height: 777vh;
}

.u-h-778vh {
  height: 778vh;
}

.u-h-779vh {
  height: 779vh;
}

.u-h-780vh {
  height: 780vh;
}

.u-h-781vh {
  height: 781vh;
}

.u-h-782vh {
  height: 782vh;
}

.u-h-783vh {
  height: 783vh;
}

.u-h-784vh {
  height: 784vh;
}

.u-h-785vh {
  height: 785vh;
}

.u-h-786vh {
  height: 786vh;
}

.u-h-787vh {
  height: 787vh;
}

.u-h-788vh {
  height: 788vh;
}

.u-h-789vh {
  height: 789vh;
}

.u-h-790vh {
  height: 790vh;
}

.u-h-791vh {
  height: 791vh;
}

.u-h-792vh {
  height: 792vh;
}

.u-h-793vh {
  height: 793vh;
}

.u-h-794vh {
  height: 794vh;
}

.u-h-795vh {
  height: 795vh;
}

.u-h-796vh {
  height: 796vh;
}

.u-h-797vh {
  height: 797vh;
}

.u-h-798vh {
  height: 798vh;
}

.u-h-799vh {
  height: 799vh;
}

.u-h-800vh {
  height: 800vh;
}

.u-h-801vh {
  height: 801vh;
}

.u-h-802vh {
  height: 802vh;
}

.u-h-803vh {
  height: 803vh;
}

.u-h-804vh {
  height: 804vh;
}

.u-h-805vh {
  height: 805vh;
}

.u-h-806vh {
  height: 806vh;
}

.u-h-807vh {
  height: 807vh;
}

.u-h-808vh {
  height: 808vh;
}

.u-h-809vh {
  height: 809vh;
}

.u-h-810vh {
  height: 810vh;
}

.u-h-811vh {
  height: 811vh;
}

.u-h-812vh {
  height: 812vh;
}

.u-h-813vh {
  height: 813vh;
}

.u-h-814vh {
  height: 814vh;
}

.u-h-815vh {
  height: 815vh;
}

.u-h-816vh {
  height: 816vh;
}

.u-h-817vh {
  height: 817vh;
}

.u-h-818vh {
  height: 818vh;
}

.u-h-819vh {
  height: 819vh;
}

.u-h-820vh {
  height: 820vh;
}

.u-h-821vh {
  height: 821vh;
}

.u-h-822vh {
  height: 822vh;
}

.u-h-823vh {
  height: 823vh;
}

.u-h-824vh {
  height: 824vh;
}

.u-h-825vh {
  height: 825vh;
}

.u-h-826vh {
  height: 826vh;
}

.u-h-827vh {
  height: 827vh;
}

.u-h-828vh {
  height: 828vh;
}

.u-h-829vh {
  height: 829vh;
}

.u-h-830vh {
  height: 830vh;
}

.u-h-831vh {
  height: 831vh;
}

.u-h-832vh {
  height: 832vh;
}

.u-h-833vh {
  height: 833vh;
}

.u-h-834vh {
  height: 834vh;
}

.u-h-835vh {
  height: 835vh;
}

.u-h-836vh {
  height: 836vh;
}

.u-h-837vh {
  height: 837vh;
}

.u-h-838vh {
  height: 838vh;
}

.u-h-839vh {
  height: 839vh;
}

.u-h-840vh {
  height: 840vh;
}

.u-h-841vh {
  height: 841vh;
}

.u-h-842vh {
  height: 842vh;
}

.u-h-843vh {
  height: 843vh;
}

.u-h-844vh {
  height: 844vh;
}

.u-h-845vh {
  height: 845vh;
}

.u-h-846vh {
  height: 846vh;
}

.u-h-847vh {
  height: 847vh;
}

.u-h-848vh {
  height: 848vh;
}

.u-h-849vh {
  height: 849vh;
}

.u-h-850vh {
  height: 850vh;
}

.u-h-851vh {
  height: 851vh;
}

.u-h-852vh {
  height: 852vh;
}

.u-h-853vh {
  height: 853vh;
}

.u-h-854vh {
  height: 854vh;
}

.u-h-855vh {
  height: 855vh;
}

.u-h-856vh {
  height: 856vh;
}

.u-h-857vh {
  height: 857vh;
}

.u-h-858vh {
  height: 858vh;
}

.u-h-859vh {
  height: 859vh;
}

.u-h-860vh {
  height: 860vh;
}

.u-h-861vh {
  height: 861vh;
}

.u-h-862vh {
  height: 862vh;
}

.u-h-863vh {
  height: 863vh;
}

.u-h-864vh {
  height: 864vh;
}

.u-h-865vh {
  height: 865vh;
}

.u-h-866vh {
  height: 866vh;
}

.u-h-867vh {
  height: 867vh;
}

.u-h-868vh {
  height: 868vh;
}

.u-h-869vh {
  height: 869vh;
}

.u-h-870vh {
  height: 870vh;
}

.u-h-871vh {
  height: 871vh;
}

.u-h-872vh {
  height: 872vh;
}

.u-h-873vh {
  height: 873vh;
}

.u-h-874vh {
  height: 874vh;
}

.u-h-875vh {
  height: 875vh;
}

.u-h-876vh {
  height: 876vh;
}

.u-h-877vh {
  height: 877vh;
}

.u-h-878vh {
  height: 878vh;
}

.u-h-879vh {
  height: 879vh;
}

.u-h-880vh {
  height: 880vh;
}

.u-h-881vh {
  height: 881vh;
}

.u-h-882vh {
  height: 882vh;
}

.u-h-883vh {
  height: 883vh;
}

.u-h-884vh {
  height: 884vh;
}

.u-h-885vh {
  height: 885vh;
}

.u-h-886vh {
  height: 886vh;
}

.u-h-887vh {
  height: 887vh;
}

.u-h-888vh {
  height: 888vh;
}

.u-h-889vh {
  height: 889vh;
}

.u-h-890vh {
  height: 890vh;
}

.u-h-891vh {
  height: 891vh;
}

.u-h-892vh {
  height: 892vh;
}

.u-h-893vh {
  height: 893vh;
}

.u-h-894vh {
  height: 894vh;
}

.u-h-895vh {
  height: 895vh;
}

.u-h-896vh {
  height: 896vh;
}

.u-h-897vh {
  height: 897vh;
}

.u-h-898vh {
  height: 898vh;
}

.u-h-899vh {
  height: 899vh;
}

.u-h-900vh {
  height: 900vh;
}

.u-h-901vh {
  height: 901vh;
}

.u-h-902vh {
  height: 902vh;
}

.u-h-903vh {
  height: 903vh;
}

.u-h-904vh {
  height: 904vh;
}

.u-h-905vh {
  height: 905vh;
}

.u-h-906vh {
  height: 906vh;
}

.u-h-907vh {
  height: 907vh;
}

.u-h-908vh {
  height: 908vh;
}

.u-h-909vh {
  height: 909vh;
}

.u-h-910vh {
  height: 910vh;
}

.u-h-911vh {
  height: 911vh;
}

.u-h-912vh {
  height: 912vh;
}

.u-h-913vh {
  height: 913vh;
}

.u-h-914vh {
  height: 914vh;
}

.u-h-915vh {
  height: 915vh;
}

.u-h-916vh {
  height: 916vh;
}

.u-h-917vh {
  height: 917vh;
}

.u-h-918vh {
  height: 918vh;
}

.u-h-919vh {
  height: 919vh;
}

.u-h-920vh {
  height: 920vh;
}

.u-h-921vh {
  height: 921vh;
}

.u-h-922vh {
  height: 922vh;
}

.u-h-923vh {
  height: 923vh;
}

.u-h-924vh {
  height: 924vh;
}

.u-h-925vh {
  height: 925vh;
}

.u-h-926vh {
  height: 926vh;
}

.u-h-927vh {
  height: 927vh;
}

.u-h-928vh {
  height: 928vh;
}

.u-h-929vh {
  height: 929vh;
}

.u-h-930vh {
  height: 930vh;
}

.u-h-931vh {
  height: 931vh;
}

.u-h-932vh {
  height: 932vh;
}

.u-h-933vh {
  height: 933vh;
}

.u-h-934vh {
  height: 934vh;
}

.u-h-935vh {
  height: 935vh;
}

.u-h-936vh {
  height: 936vh;
}

.u-h-937vh {
  height: 937vh;
}

.u-h-938vh {
  height: 938vh;
}

.u-h-939vh {
  height: 939vh;
}

.u-h-940vh {
  height: 940vh;
}

.u-h-941vh {
  height: 941vh;
}

.u-h-942vh {
  height: 942vh;
}

.u-h-943vh {
  height: 943vh;
}

.u-h-944vh {
  height: 944vh;
}

.u-h-945vh {
  height: 945vh;
}

.u-h-946vh {
  height: 946vh;
}

.u-h-947vh {
  height: 947vh;
}

.u-h-948vh {
  height: 948vh;
}

.u-h-949vh {
  height: 949vh;
}

.u-h-950vh {
  height: 950vh;
}

.u-h-951vh {
  height: 951vh;
}

.u-h-952vh {
  height: 952vh;
}

.u-h-953vh {
  height: 953vh;
}

.u-h-954vh {
  height: 954vh;
}

.u-h-955vh {
  height: 955vh;
}

.u-h-956vh {
  height: 956vh;
}

.u-h-957vh {
  height: 957vh;
}

.u-h-958vh {
  height: 958vh;
}

.u-h-959vh {
  height: 959vh;
}

.u-h-960vh {
  height: 960vh;
}

.u-h-961vh {
  height: 961vh;
}

.u-h-962vh {
  height: 962vh;
}

.u-h-963vh {
  height: 963vh;
}

.u-h-964vh {
  height: 964vh;
}

.u-h-965vh {
  height: 965vh;
}

.u-h-966vh {
  height: 966vh;
}

.u-h-967vh {
  height: 967vh;
}

.u-h-968vh {
  height: 968vh;
}

.u-h-969vh {
  height: 969vh;
}

.u-h-970vh {
  height: 970vh;
}

.u-h-971vh {
  height: 971vh;
}

.u-h-972vh {
  height: 972vh;
}

.u-h-973vh {
  height: 973vh;
}

.u-h-974vh {
  height: 974vh;
}

.u-h-975vh {
  height: 975vh;
}

.u-h-976vh {
  height: 976vh;
}

.u-h-977vh {
  height: 977vh;
}

.u-h-978vh {
  height: 978vh;
}

.u-h-979vh {
  height: 979vh;
}

.u-h-980vh {
  height: 980vh;
}

.u-h-981vh {
  height: 981vh;
}

.u-h-982vh {
  height: 982vh;
}

.u-h-983vh {
  height: 983vh;
}

.u-h-984vh {
  height: 984vh;
}

.u-h-985vh {
  height: 985vh;
}

.u-h-986vh {
  height: 986vh;
}

.u-h-987vh {
  height: 987vh;
}

.u-h-988vh {
  height: 988vh;
}

.u-h-989vh {
  height: 989vh;
}

.u-h-990vh {
  height: 990vh;
}

.u-h-991vh {
  height: 991vh;
}

.u-h-992vh {
  height: 992vh;
}

.u-h-993vh {
  height: 993vh;
}

.u-h-994vh {
  height: 994vh;
}

.u-h-995vh {
  height: 995vh;
}

.u-h-996vh {
  height: 996vh;
}

.u-h-997vh {
  height: 997vh;
}

.u-h-998vh {
  height: 998vh;
}

.u-h-999vh {
  height: 999vh;
}

.u-h-1000vh {
  height: 1000vh;
}

.u-w-0px {
  width: 0px;
}

.u-w-0per {
  width: 0%;
}

.u-w-1px {
  width: 1px;
}

.u-w-1per {
  width: 1%;
}

.u-w-2px {
  width: 2px;
}

.u-w-2per {
  width: 2%;
}

.u-w-3px {
  width: 3px;
}

.u-w-3per {
  width: 3%;
}

.u-w-4px {
  width: 4px;
}

.u-w-4per {
  width: 4%;
}

.u-w-5px {
  width: 5px;
}

.u-w-5per {
  width: 5%;
}

.u-w-6px {
  width: 6px;
}

.u-w-6per {
  width: 6%;
}

.u-w-7px {
  width: 7px;
}

.u-w-7per {
  width: 7%;
}

.u-w-8px {
  width: 8px;
}

.u-w-8per {
  width: 8%;
}

.u-w-9px {
  width: 9px;
}

.u-w-9per {
  width: 9%;
}

.u-w-10px {
  width: 10px;
}

.u-w-10per {
  width: 10%;
}

.u-w-11px {
  width: 11px;
}

.u-w-11per {
  width: 11%;
}

.u-w-12px {
  width: 12px;
}

.u-w-12per {
  width: 12%;
}

.u-w-13px {
  width: 13px;
}

.u-w-13per {
  width: 13%;
}

.u-w-14px {
  width: 14px;
}

.u-w-14per {
  width: 14%;
}

.u-w-15px {
  width: 15px;
}

.u-w-15per {
  width: 15%;
}

.u-w-16px {
  width: 16px;
}

.u-w-16per {
  width: 16%;
}

.u-w-17px {
  width: 17px;
}

.u-w-17per {
  width: 17%;
}

.u-w-18px {
  width: 18px;
}

.u-w-18per {
  width: 18%;
}

.u-w-19px {
  width: 19px;
}

.u-w-19per {
  width: 19%;
}

.u-w-20px {
  width: 20px;
}

.u-w-20per {
  width: 20%;
}

.u-w-21px {
  width: 21px;
}

.u-w-21per {
  width: 21%;
}

.u-w-22px {
  width: 22px;
}

.u-w-22per {
  width: 22%;
}

.u-w-23px {
  width: 23px;
}

.u-w-23per {
  width: 23%;
}

.u-w-24px {
  width: 24px;
}

.u-w-24per {
  width: 24%;
}

.u-w-25px {
  width: 25px;
}

.u-w-25per {
  width: 25%;
}

.u-w-26px {
  width: 26px;
}

.u-w-26per {
  width: 26%;
}

.u-w-27px {
  width: 27px;
}

.u-w-27per {
  width: 27%;
}

.u-w-28px {
  width: 28px;
}

.u-w-28per {
  width: 28%;
}

.u-w-29px {
  width: 29px;
}

.u-w-29per {
  width: 29%;
}

.u-w-30px {
  width: 30px;
}

.u-w-30per {
  width: 30%;
}

.u-w-31px {
  width: 31px;
}

.u-w-31per {
  width: 31%;
}

.u-w-32px {
  width: 32px;
}

.u-w-32per {
  width: 32%;
}

.u-w-33px {
  width: 33px;
}

.u-w-33per {
  width: 33%;
}

.u-w-34px {
  width: 34px;
}

.u-w-34per {
  width: 34%;
}

.u-w-35px {
  width: 35px;
}

.u-w-35per {
  width: 35%;
}

.u-w-36px {
  width: 36px;
}

.u-w-36per {
  width: 36%;
}

.u-w-37px {
  width: 37px;
}

.u-w-37per {
  width: 37%;
}

.u-w-38px {
  width: 38px;
}

.u-w-38per {
  width: 38%;
}

.u-w-39px {
  width: 39px;
}

.u-w-39per {
  width: 39%;
}

.u-w-40px {
  width: 40px;
}

.u-w-40per {
  width: 40%;
}

.u-w-41px {
  width: 41px;
}

.u-w-41per {
  width: 41%;
}

.u-w-42px {
  width: 42px;
}

.u-w-42per {
  width: 42%;
}

.u-w-43px {
  width: 43px;
}

.u-w-43per {
  width: 43%;
}

.u-w-44px {
  width: 44px;
}

.u-w-44per {
  width: 44%;
}

.u-w-45px {
  width: 45px;
}

.u-w-45per {
  width: 45%;
}

.u-w-46px {
  width: 46px;
}

.u-w-46per {
  width: 46%;
}

.u-w-47px {
  width: 47px;
}

.u-w-47per {
  width: 47%;
}

.u-w-48px {
  width: 48px;
}

.u-w-48per {
  width: 48%;
}

.u-w-49px {
  width: 49px;
}

.u-w-49per {
  width: 49%;
}

.u-w-50px {
  width: 50px;
}

.u-w-50per {
  width: 50%;
}

.u-w-51px {
  width: 51px;
}

.u-w-51per {
  width: 51%;
}

.u-w-52px {
  width: 52px;
}

.u-w-52per {
  width: 52%;
}

.u-w-53px {
  width: 53px;
}

.u-w-53per {
  width: 53%;
}

.u-w-54px {
  width: 54px;
}

.u-w-54per {
  width: 54%;
}

.u-w-55px {
  width: 55px;
}

.u-w-55per {
  width: 55%;
}

.u-w-56px {
  width: 56px;
}

.u-w-56per {
  width: 56%;
}

.u-w-57px {
  width: 57px;
}

.u-w-57per {
  width: 57%;
}

.u-w-58px {
  width: 58px;
}

.u-w-58per {
  width: 58%;
}

.u-w-59px {
  width: 59px;
}

.u-w-59per {
  width: 59%;
}

.u-w-60px {
  width: 60px;
}

.u-w-60per {
  width: 60%;
}

.u-w-61px {
  width: 61px;
}

.u-w-61per {
  width: 61%;
}

.u-w-62px {
  width: 62px;
}

.u-w-62per {
  width: 62%;
}

.u-w-63px {
  width: 63px;
}

.u-w-63per {
  width: 63%;
}

.u-w-64px {
  width: 64px;
}

.u-w-64per {
  width: 64%;
}

.u-w-65px {
  width: 65px;
}

.u-w-65per {
  width: 65%;
}

.u-w-66px {
  width: 66px;
}

.u-w-66per {
  width: 66%;
}

.u-w-67px {
  width: 67px;
}

.u-w-67per {
  width: 67%;
}

.u-w-68px {
  width: 68px;
}

.u-w-68per {
  width: 68%;
}

.u-w-69px {
  width: 69px;
}

.u-w-69per {
  width: 69%;
}

.u-w-70px {
  width: 70px;
}

.u-w-70per {
  width: 70%;
}

.u-w-71px {
  width: 71px;
}

.u-w-71per {
  width: 71%;
}

.u-w-72px {
  width: 72px;
}

.u-w-72per {
  width: 72%;
}

.u-w-73px {
  width: 73px;
}

.u-w-73per {
  width: 73%;
}

.u-w-74px {
  width: 74px;
}

.u-w-74per {
  width: 74%;
}

.u-w-75px {
  width: 75px;
}

.u-w-75per {
  width: 75%;
}

.u-w-76px {
  width: 76px;
}

.u-w-76per {
  width: 76%;
}

.u-w-77px {
  width: 77px;
}

.u-w-77per {
  width: 77%;
}

.u-w-78px {
  width: 78px;
}

.u-w-78per {
  width: 78%;
}

.u-w-79px {
  width: 79px;
}

.u-w-79per {
  width: 79%;
}

.u-w-80px {
  width: 80px;
}

.u-w-80per {
  width: 80%;
}

.u-w-81px {
  width: 81px;
}

.u-w-81per {
  width: 81%;
}

.u-w-82px {
  width: 82px;
}

.u-w-82per {
  width: 82%;
}

.u-w-83px {
  width: 83px;
}

.u-w-83per {
  width: 83%;
}

.u-w-84px {
  width: 84px;
}

.u-w-84per {
  width: 84%;
}

.u-w-85px {
  width: 85px;
}

.u-w-85per {
  width: 85%;
}

.u-w-86px {
  width: 86px;
}

.u-w-86per {
  width: 86%;
}

.u-w-87px {
  width: 87px;
}

.u-w-87per {
  width: 87%;
}

.u-w-88px {
  width: 88px;
}

.u-w-88per {
  width: 88%;
}

.u-w-89px {
  width: 89px;
}

.u-w-89per {
  width: 89%;
}

.u-w-90px {
  width: 90px;
}

.u-w-90per {
  width: 90%;
}

.u-w-91px {
  width: 91px;
}

.u-w-91per {
  width: 91%;
}

.u-w-92px {
  width: 92px;
}

.u-w-92per {
  width: 92%;
}

.u-w-93px {
  width: 93px;
}

.u-w-93per {
  width: 93%;
}

.u-w-94px {
  width: 94px;
}

.u-w-94per {
  width: 94%;
}

.u-w-95px {
  width: 95px;
}

.u-w-95per {
  width: 95%;
}

.u-w-96px {
  width: 96px;
}

.u-w-96per {
  width: 96%;
}

.u-w-97px {
  width: 97px;
}

.u-w-97per {
  width: 97%;
}

.u-w-98px {
  width: 98px;
}

.u-w-98per {
  width: 98%;
}

.u-w-99px {
  width: 99px;
}

.u-w-99per {
  width: 99%;
}

.u-w-100px {
  width: 100px;
}

.u-w-100per {
  width: 100%;
}

.u-w-101px {
  width: 101px;
}

.u-w-101per {
  width: 101%;
}

.u-w-102px {
  width: 102px;
}

.u-w-102per {
  width: 102%;
}

.u-w-103px {
  width: 103px;
}

.u-w-103per {
  width: 103%;
}

.u-w-104px {
  width: 104px;
}

.u-w-104per {
  width: 104%;
}

.u-w-105px {
  width: 105px;
}

.u-w-105per {
  width: 105%;
}

.u-w-106px {
  width: 106px;
}

.u-w-106per {
  width: 106%;
}

.u-w-107px {
  width: 107px;
}

.u-w-107per {
  width: 107%;
}

.u-w-108px {
  width: 108px;
}

.u-w-108per {
  width: 108%;
}

.u-w-109px {
  width: 109px;
}

.u-w-109per {
  width: 109%;
}

.u-w-110px {
  width: 110px;
}

.u-w-110per {
  width: 110%;
}

.u-w-111px {
  width: 111px;
}

.u-w-111per {
  width: 111%;
}

.u-w-112px {
  width: 112px;
}

.u-w-112per {
  width: 112%;
}

.u-w-113px {
  width: 113px;
}

.u-w-113per {
  width: 113%;
}

.u-w-114px {
  width: 114px;
}

.u-w-114per {
  width: 114%;
}

.u-w-115px {
  width: 115px;
}

.u-w-115per {
  width: 115%;
}

.u-w-116px {
  width: 116px;
}

.u-w-116per {
  width: 116%;
}

.u-w-117px {
  width: 117px;
}

.u-w-117per {
  width: 117%;
}

.u-w-118px {
  width: 118px;
}

.u-w-118per {
  width: 118%;
}

.u-w-119px {
  width: 119px;
}

.u-w-119per {
  width: 119%;
}

.u-w-120px {
  width: 120px;
}

.u-w-120per {
  width: 120%;
}

.u-w-121px {
  width: 121px;
}

.u-w-121per {
  width: 121%;
}

.u-w-122px {
  width: 122px;
}

.u-w-122per {
  width: 122%;
}

.u-w-123px {
  width: 123px;
}

.u-w-123per {
  width: 123%;
}

.u-w-124px {
  width: 124px;
}

.u-w-124per {
  width: 124%;
}

.u-w-125px {
  width: 125px;
}

.u-w-125per {
  width: 125%;
}

.u-w-126px {
  width: 126px;
}

.u-w-126per {
  width: 126%;
}

.u-w-127px {
  width: 127px;
}

.u-w-127per {
  width: 127%;
}

.u-w-128px {
  width: 128px;
}

.u-w-128per {
  width: 128%;
}

.u-w-129px {
  width: 129px;
}

.u-w-129per {
  width: 129%;
}

.u-w-130px {
  width: 130px;
}

.u-w-130per {
  width: 130%;
}

.u-w-131px {
  width: 131px;
}

.u-w-131per {
  width: 131%;
}

.u-w-132px {
  width: 132px;
}

.u-w-132per {
  width: 132%;
}

.u-w-133px {
  width: 133px;
}

.u-w-133per {
  width: 133%;
}

.u-w-134px {
  width: 134px;
}

.u-w-134per {
  width: 134%;
}

.u-w-135px {
  width: 135px;
}

.u-w-135per {
  width: 135%;
}

.u-w-136px {
  width: 136px;
}

.u-w-136per {
  width: 136%;
}

.u-w-137px {
  width: 137px;
}

.u-w-137per {
  width: 137%;
}

.u-w-138px {
  width: 138px;
}

.u-w-138per {
  width: 138%;
}

.u-w-139px {
  width: 139px;
}

.u-w-139per {
  width: 139%;
}

.u-w-140px {
  width: 140px;
}

.u-w-140per {
  width: 140%;
}

.u-w-141px {
  width: 141px;
}

.u-w-141per {
  width: 141%;
}

.u-w-142px {
  width: 142px;
}

.u-w-142per {
  width: 142%;
}

.u-w-143px {
  width: 143px;
}

.u-w-143per {
  width: 143%;
}

.u-w-144px {
  width: 144px;
}

.u-w-144per {
  width: 144%;
}

.u-w-145px {
  width: 145px;
}

.u-w-145per {
  width: 145%;
}

.u-w-146px {
  width: 146px;
}

.u-w-146per {
  width: 146%;
}

.u-w-147px {
  width: 147px;
}

.u-w-147per {
  width: 147%;
}

.u-w-148px {
  width: 148px;
}

.u-w-148per {
  width: 148%;
}

.u-w-149px {
  width: 149px;
}

.u-w-149per {
  width: 149%;
}

.u-w-150px {
  width: 150px;
}

.u-w-150per {
  width: 150%;
}

.u-w-151px {
  width: 151px;
}

.u-w-151per {
  width: 151%;
}

.u-w-152px {
  width: 152px;
}

.u-w-152per {
  width: 152%;
}

.u-w-153px {
  width: 153px;
}

.u-w-153per {
  width: 153%;
}

.u-w-154px {
  width: 154px;
}

.u-w-154per {
  width: 154%;
}

.u-w-155px {
  width: 155px;
}

.u-w-155per {
  width: 155%;
}

.u-w-156px {
  width: 156px;
}

.u-w-156per {
  width: 156%;
}

.u-w-157px {
  width: 157px;
}

.u-w-157per {
  width: 157%;
}

.u-w-158px {
  width: 158px;
}

.u-w-158per {
  width: 158%;
}

.u-w-159px {
  width: 159px;
}

.u-w-159per {
  width: 159%;
}

.u-w-160px {
  width: 160px;
}

.u-w-160per {
  width: 160%;
}

.u-w-161px {
  width: 161px;
}

.u-w-161per {
  width: 161%;
}

.u-w-162px {
  width: 162px;
}

.u-w-162per {
  width: 162%;
}

.u-w-163px {
  width: 163px;
}

.u-w-163per {
  width: 163%;
}

.u-w-164px {
  width: 164px;
}

.u-w-164per {
  width: 164%;
}

.u-w-165px {
  width: 165px;
}

.u-w-165per {
  width: 165%;
}

.u-w-166px {
  width: 166px;
}

.u-w-166per {
  width: 166%;
}

.u-w-167px {
  width: 167px;
}

.u-w-167per {
  width: 167%;
}

.u-w-168px {
  width: 168px;
}

.u-w-168per {
  width: 168%;
}

.u-w-169px {
  width: 169px;
}

.u-w-169per {
  width: 169%;
}

.u-w-170px {
  width: 170px;
}

.u-w-170per {
  width: 170%;
}

.u-w-171px {
  width: 171px;
}

.u-w-171per {
  width: 171%;
}

.u-w-172px {
  width: 172px;
}

.u-w-172per {
  width: 172%;
}

.u-w-173px {
  width: 173px;
}

.u-w-173per {
  width: 173%;
}

.u-w-174px {
  width: 174px;
}

.u-w-174per {
  width: 174%;
}

.u-w-175px {
  width: 175px;
}

.u-w-175per {
  width: 175%;
}

.u-w-176px {
  width: 176px;
}

.u-w-176per {
  width: 176%;
}

.u-w-177px {
  width: 177px;
}

.u-w-177per {
  width: 177%;
}

.u-w-178px {
  width: 178px;
}

.u-w-178per {
  width: 178%;
}

.u-w-179px {
  width: 179px;
}

.u-w-179per {
  width: 179%;
}

.u-w-180px {
  width: 180px;
}

.u-w-180per {
  width: 180%;
}

.u-w-181px {
  width: 181px;
}

.u-w-181per {
  width: 181%;
}

.u-w-182px {
  width: 182px;
}

.u-w-182per {
  width: 182%;
}

.u-w-183px {
  width: 183px;
}

.u-w-183per {
  width: 183%;
}

.u-w-184px {
  width: 184px;
}

.u-w-184per {
  width: 184%;
}

.u-w-185px {
  width: 185px;
}

.u-w-185per {
  width: 185%;
}

.u-w-186px {
  width: 186px;
}

.u-w-186per {
  width: 186%;
}

.u-w-187px {
  width: 187px;
}

.u-w-187per {
  width: 187%;
}

.u-w-188px {
  width: 188px;
}

.u-w-188per {
  width: 188%;
}

.u-w-189px {
  width: 189px;
}

.u-w-189per {
  width: 189%;
}

.u-w-190px {
  width: 190px;
}

.u-w-190per {
  width: 190%;
}

.u-w-191px {
  width: 191px;
}

.u-w-191per {
  width: 191%;
}

.u-w-192px {
  width: 192px;
}

.u-w-192per {
  width: 192%;
}

.u-w-193px {
  width: 193px;
}

.u-w-193per {
  width: 193%;
}

.u-w-194px {
  width: 194px;
}

.u-w-194per {
  width: 194%;
}

.u-w-195px {
  width: 195px;
}

.u-w-195per {
  width: 195%;
}

.u-w-196px {
  width: 196px;
}

.u-w-196per {
  width: 196%;
}

.u-w-197px {
  width: 197px;
}

.u-w-197per {
  width: 197%;
}

.u-w-198px {
  width: 198px;
}

.u-w-198per {
  width: 198%;
}

.u-w-199px {
  width: 199px;
}

.u-w-199per {
  width: 199%;
}

.u-w-200px {
  width: 200px;
}

.u-w-200per {
  width: 200%;
}

.u-w-201px {
  width: 201px;
}

.u-w-201per {
  width: 201%;
}

.u-w-202px {
  width: 202px;
}

.u-w-202per {
  width: 202%;
}

.u-w-203px {
  width: 203px;
}

.u-w-203per {
  width: 203%;
}

.u-w-204px {
  width: 204px;
}

.u-w-204per {
  width: 204%;
}

.u-w-205px {
  width: 205px;
}

.u-w-205per {
  width: 205%;
}

.u-w-206px {
  width: 206px;
}

.u-w-206per {
  width: 206%;
}

.u-w-207px {
  width: 207px;
}

.u-w-207per {
  width: 207%;
}

.u-w-208px {
  width: 208px;
}

.u-w-208per {
  width: 208%;
}

.u-w-209px {
  width: 209px;
}

.u-w-209per {
  width: 209%;
}

.u-w-210px {
  width: 210px;
}

.u-w-210per {
  width: 210%;
}

.u-w-211px {
  width: 211px;
}

.u-w-211per {
  width: 211%;
}

.u-w-212px {
  width: 212px;
}

.u-w-212per {
  width: 212%;
}

.u-w-213px {
  width: 213px;
}

.u-w-213per {
  width: 213%;
}

.u-w-214px {
  width: 214px;
}

.u-w-214per {
  width: 214%;
}

.u-w-215px {
  width: 215px;
}

.u-w-215per {
  width: 215%;
}

.u-w-216px {
  width: 216px;
}

.u-w-216per {
  width: 216%;
}

.u-w-217px {
  width: 217px;
}

.u-w-217per {
  width: 217%;
}

.u-w-218px {
  width: 218px;
}

.u-w-218per {
  width: 218%;
}

.u-w-219px {
  width: 219px;
}

.u-w-219per {
  width: 219%;
}

.u-w-220px {
  width: 220px;
}

.u-w-220per {
  width: 220%;
}

.u-w-221px {
  width: 221px;
}

.u-w-221per {
  width: 221%;
}

.u-w-222px {
  width: 222px;
}

.u-w-222per {
  width: 222%;
}

.u-w-223px {
  width: 223px;
}

.u-w-223per {
  width: 223%;
}

.u-w-224px {
  width: 224px;
}

.u-w-224per {
  width: 224%;
}

.u-w-225px {
  width: 225px;
}

.u-w-225per {
  width: 225%;
}

.u-w-226px {
  width: 226px;
}

.u-w-226per {
  width: 226%;
}

.u-w-227px {
  width: 227px;
}

.u-w-227per {
  width: 227%;
}

.u-w-228px {
  width: 228px;
}

.u-w-228per {
  width: 228%;
}

.u-w-229px {
  width: 229px;
}

.u-w-229per {
  width: 229%;
}

.u-w-230px {
  width: 230px;
}

.u-w-230per {
  width: 230%;
}

.u-w-231px {
  width: 231px;
}

.u-w-231per {
  width: 231%;
}

.u-w-232px {
  width: 232px;
}

.u-w-232per {
  width: 232%;
}

.u-w-233px {
  width: 233px;
}

.u-w-233per {
  width: 233%;
}

.u-w-234px {
  width: 234px;
}

.u-w-234per {
  width: 234%;
}

.u-w-235px {
  width: 235px;
}

.u-w-235per {
  width: 235%;
}

.u-w-236px {
  width: 236px;
}

.u-w-236per {
  width: 236%;
}

.u-w-237px {
  width: 237px;
}

.u-w-237per {
  width: 237%;
}

.u-w-238px {
  width: 238px;
}

.u-w-238per {
  width: 238%;
}

.u-w-239px {
  width: 239px;
}

.u-w-239per {
  width: 239%;
}

.u-w-240px {
  width: 240px;
}

.u-w-240per {
  width: 240%;
}

.u-w-241px {
  width: 241px;
}

.u-w-241per {
  width: 241%;
}

.u-w-242px {
  width: 242px;
}

.u-w-242per {
  width: 242%;
}

.u-w-243px {
  width: 243px;
}

.u-w-243per {
  width: 243%;
}

.u-w-244px {
  width: 244px;
}

.u-w-244per {
  width: 244%;
}

.u-w-245px {
  width: 245px;
}

.u-w-245per {
  width: 245%;
}

.u-w-246px {
  width: 246px;
}

.u-w-246per {
  width: 246%;
}

.u-w-247px {
  width: 247px;
}

.u-w-247per {
  width: 247%;
}

.u-w-248px {
  width: 248px;
}

.u-w-248per {
  width: 248%;
}

.u-w-249px {
  width: 249px;
}

.u-w-249per {
  width: 249%;
}

.u-w-250px {
  width: 250px;
}

.u-w-250per {
  width: 250%;
}

.u-max-w-0px {
  max-width: 0px;
}

.u-max-w-0vw {
  max-width: 0vw;
}

.u-max-w-1px {
  max-width: 1px;
}

.u-max-w-1vw {
  max-width: 1vw;
}

.u-max-w-2px {
  max-width: 2px;
}

.u-max-w-2vw {
  max-width: 2vw;
}

.u-max-w-3px {
  max-width: 3px;
}

.u-max-w-3vw {
  max-width: 3vw;
}

.u-max-w-4px {
  max-width: 4px;
}

.u-max-w-4vw {
  max-width: 4vw;
}

.u-max-w-5px {
  max-width: 5px;
}

.u-max-w-5vw {
  max-width: 5vw;
}

.u-max-w-6px {
  max-width: 6px;
}

.u-max-w-6vw {
  max-width: 6vw;
}

.u-max-w-7px {
  max-width: 7px;
}

.u-max-w-7vw {
  max-width: 7vw;
}

.u-max-w-8px {
  max-width: 8px;
}

.u-max-w-8vw {
  max-width: 8vw;
}

.u-max-w-9px {
  max-width: 9px;
}

.u-max-w-9vw {
  max-width: 9vw;
}

.u-max-w-10px {
  max-width: 10px;
}

.u-max-w-10vw {
  max-width: 10vw;
}

.u-max-w-11px {
  max-width: 11px;
}

.u-max-w-11vw {
  max-width: 11vw;
}

.u-max-w-12px {
  max-width: 12px;
}

.u-max-w-12vw {
  max-width: 12vw;
}

.u-max-w-13px {
  max-width: 13px;
}

.u-max-w-13vw {
  max-width: 13vw;
}

.u-max-w-14px {
  max-width: 14px;
}

.u-max-w-14vw {
  max-width: 14vw;
}

.u-max-w-15px {
  max-width: 15px;
}

.u-max-w-15vw {
  max-width: 15vw;
}

.u-max-w-16px {
  max-width: 16px;
}

.u-max-w-16vw {
  max-width: 16vw;
}

.u-max-w-17px {
  max-width: 17px;
}

.u-max-w-17vw {
  max-width: 17vw;
}

.u-max-w-18px {
  max-width: 18px;
}

.u-max-w-18vw {
  max-width: 18vw;
}

.u-max-w-19px {
  max-width: 19px;
}

.u-max-w-19vw {
  max-width: 19vw;
}

.u-max-w-20px {
  max-width: 20px;
}

.u-max-w-20vw {
  max-width: 20vw;
}

.u-max-w-21px {
  max-width: 21px;
}

.u-max-w-21vw {
  max-width: 21vw;
}

.u-max-w-22px {
  max-width: 22px;
}

.u-max-w-22vw {
  max-width: 22vw;
}

.u-max-w-23px {
  max-width: 23px;
}

.u-max-w-23vw {
  max-width: 23vw;
}

.u-max-w-24px {
  max-width: 24px;
}

.u-max-w-24vw {
  max-width: 24vw;
}

.u-max-w-25px {
  max-width: 25px;
}

.u-max-w-25vw {
  max-width: 25vw;
}

.u-max-w-26px {
  max-width: 26px;
}

.u-max-w-26vw {
  max-width: 26vw;
}

.u-max-w-27px {
  max-width: 27px;
}

.u-max-w-27vw {
  max-width: 27vw;
}

.u-max-w-28px {
  max-width: 28px;
}

.u-max-w-28vw {
  max-width: 28vw;
}

.u-max-w-29px {
  max-width: 29px;
}

.u-max-w-29vw {
  max-width: 29vw;
}

.u-max-w-30px {
  max-width: 30px;
}

.u-max-w-30vw {
  max-width: 30vw;
}

.u-max-w-31px {
  max-width: 31px;
}

.u-max-w-31vw {
  max-width: 31vw;
}

.u-max-w-32px {
  max-width: 32px;
}

.u-max-w-32vw {
  max-width: 32vw;
}

.u-max-w-33px {
  max-width: 33px;
}

.u-max-w-33vw {
  max-width: 33vw;
}

.u-max-w-34px {
  max-width: 34px;
}

.u-max-w-34vw {
  max-width: 34vw;
}

.u-max-w-35px {
  max-width: 35px;
}

.u-max-w-35vw {
  max-width: 35vw;
}

.u-max-w-36px {
  max-width: 36px;
}

.u-max-w-36vw {
  max-width: 36vw;
}

.u-max-w-37px {
  max-width: 37px;
}

.u-max-w-37vw {
  max-width: 37vw;
}

.u-max-w-38px {
  max-width: 38px;
}

.u-max-w-38vw {
  max-width: 38vw;
}

.u-max-w-39px {
  max-width: 39px;
}

.u-max-w-39vw {
  max-width: 39vw;
}

.u-max-w-40px {
  max-width: 40px;
}

.u-max-w-40vw {
  max-width: 40vw;
}

.u-max-w-41px {
  max-width: 41px;
}

.u-max-w-41vw {
  max-width: 41vw;
}

.u-max-w-42px {
  max-width: 42px;
}

.u-max-w-42vw {
  max-width: 42vw;
}

.u-max-w-43px {
  max-width: 43px;
}

.u-max-w-43vw {
  max-width: 43vw;
}

.u-max-w-44px {
  max-width: 44px;
}

.u-max-w-44vw {
  max-width: 44vw;
}

.u-max-w-45px {
  max-width: 45px;
}

.u-max-w-45vw {
  max-width: 45vw;
}

.u-max-w-46px {
  max-width: 46px;
}

.u-max-w-46vw {
  max-width: 46vw;
}

.u-max-w-47px {
  max-width: 47px;
}

.u-max-w-47vw {
  max-width: 47vw;
}

.u-max-w-48px {
  max-width: 48px;
}

.u-max-w-48vw {
  max-width: 48vw;
}

.u-max-w-49px {
  max-width: 49px;
}

.u-max-w-49vw {
  max-width: 49vw;
}

.u-max-w-50px {
  max-width: 50px;
}

.u-max-w-50vw {
  max-width: 50vw;
}

.u-max-w-51px {
  max-width: 51px;
}

.u-max-w-51vw {
  max-width: 51vw;
}

.u-max-w-52px {
  max-width: 52px;
}

.u-max-w-52vw {
  max-width: 52vw;
}

.u-max-w-53px {
  max-width: 53px;
}

.u-max-w-53vw {
  max-width: 53vw;
}

.u-max-w-54px {
  max-width: 54px;
}

.u-max-w-54vw {
  max-width: 54vw;
}

.u-max-w-55px {
  max-width: 55px;
}

.u-max-w-55vw {
  max-width: 55vw;
}

.u-max-w-56px {
  max-width: 56px;
}

.u-max-w-56vw {
  max-width: 56vw;
}

.u-max-w-57px {
  max-width: 57px;
}

.u-max-w-57vw {
  max-width: 57vw;
}

.u-max-w-58px {
  max-width: 58px;
}

.u-max-w-58vw {
  max-width: 58vw;
}

.u-max-w-59px {
  max-width: 59px;
}

.u-max-w-59vw {
  max-width: 59vw;
}

.u-max-w-60px {
  max-width: 60px;
}

.u-max-w-60vw {
  max-width: 60vw;
}

.u-max-w-61px {
  max-width: 61px;
}

.u-max-w-61vw {
  max-width: 61vw;
}

.u-max-w-62px {
  max-width: 62px;
}

.u-max-w-62vw {
  max-width: 62vw;
}

.u-max-w-63px {
  max-width: 63px;
}

.u-max-w-63vw {
  max-width: 63vw;
}

.u-max-w-64px {
  max-width: 64px;
}

.u-max-w-64vw {
  max-width: 64vw;
}

.u-max-w-65px {
  max-width: 65px;
}

.u-max-w-65vw {
  max-width: 65vw;
}

.u-max-w-66px {
  max-width: 66px;
}

.u-max-w-66vw {
  max-width: 66vw;
}

.u-max-w-67px {
  max-width: 67px;
}

.u-max-w-67vw {
  max-width: 67vw;
}

.u-max-w-68px {
  max-width: 68px;
}

.u-max-w-68vw {
  max-width: 68vw;
}

.u-max-w-69px {
  max-width: 69px;
}

.u-max-w-69vw {
  max-width: 69vw;
}

.u-max-w-70px {
  max-width: 70px;
}

.u-max-w-70vw {
  max-width: 70vw;
}

.u-max-w-71px {
  max-width: 71px;
}

.u-max-w-71vw {
  max-width: 71vw;
}

.u-max-w-72px {
  max-width: 72px;
}

.u-max-w-72vw {
  max-width: 72vw;
}

.u-max-w-73px {
  max-width: 73px;
}

.u-max-w-73vw {
  max-width: 73vw;
}

.u-max-w-74px {
  max-width: 74px;
}

.u-max-w-74vw {
  max-width: 74vw;
}

.u-max-w-75px {
  max-width: 75px;
}

.u-max-w-75vw {
  max-width: 75vw;
}

.u-max-w-76px {
  max-width: 76px;
}

.u-max-w-76vw {
  max-width: 76vw;
}

.u-max-w-77px {
  max-width: 77px;
}

.u-max-w-77vw {
  max-width: 77vw;
}

.u-max-w-78px {
  max-width: 78px;
}

.u-max-w-78vw {
  max-width: 78vw;
}

.u-max-w-79px {
  max-width: 79px;
}

.u-max-w-79vw {
  max-width: 79vw;
}

.u-max-w-80px {
  max-width: 80px;
}

.u-max-w-80vw {
  max-width: 80vw;
}

.u-max-w-81px {
  max-width: 81px;
}

.u-max-w-81vw {
  max-width: 81vw;
}

.u-max-w-82px {
  max-width: 82px;
}

.u-max-w-82vw {
  max-width: 82vw;
}

.u-max-w-83px {
  max-width: 83px;
}

.u-max-w-83vw {
  max-width: 83vw;
}

.u-max-w-84px {
  max-width: 84px;
}

.u-max-w-84vw {
  max-width: 84vw;
}

.u-max-w-85px {
  max-width: 85px;
}

.u-max-w-85vw {
  max-width: 85vw;
}

.u-max-w-86px {
  max-width: 86px;
}

.u-max-w-86vw {
  max-width: 86vw;
}

.u-max-w-87px {
  max-width: 87px;
}

.u-max-w-87vw {
  max-width: 87vw;
}

.u-max-w-88px {
  max-width: 88px;
}

.u-max-w-88vw {
  max-width: 88vw;
}

.u-max-w-89px {
  max-width: 89px;
}

.u-max-w-89vw {
  max-width: 89vw;
}

.u-max-w-90px {
  max-width: 90px;
}

.u-max-w-90vw {
  max-width: 90vw;
}

.u-max-w-91px {
  max-width: 91px;
}

.u-max-w-91vw {
  max-width: 91vw;
}

.u-max-w-92px {
  max-width: 92px;
}

.u-max-w-92vw {
  max-width: 92vw;
}

.u-max-w-93px {
  max-width: 93px;
}

.u-max-w-93vw {
  max-width: 93vw;
}

.u-max-w-94px {
  max-width: 94px;
}

.u-max-w-94vw {
  max-width: 94vw;
}

.u-max-w-95px {
  max-width: 95px;
}

.u-max-w-95vw {
  max-width: 95vw;
}

.u-max-w-96px {
  max-width: 96px;
}

.u-max-w-96vw {
  max-width: 96vw;
}

.u-max-w-97px {
  max-width: 97px;
}

.u-max-w-97vw {
  max-width: 97vw;
}

.u-max-w-98px {
  max-width: 98px;
}

.u-max-w-98vw {
  max-width: 98vw;
}

.u-max-w-99px {
  max-width: 99px;
}

.u-max-w-99vw {
  max-width: 99vw;
}

.u-max-w-100px {
  max-width: 100px;
}

.u-max-w-100vw {
  max-width: 100vw;
}

.u-max-w-101px {
  max-width: 101px;
}

.u-max-w-101vw {
  max-width: 101vw;
}

.u-max-w-102px {
  max-width: 102px;
}

.u-max-w-102vw {
  max-width: 102vw;
}

.u-max-w-103px {
  max-width: 103px;
}

.u-max-w-103vw {
  max-width: 103vw;
}

.u-max-w-104px {
  max-width: 104px;
}

.u-max-w-104vw {
  max-width: 104vw;
}

.u-max-w-105px {
  max-width: 105px;
}

.u-max-w-105vw {
  max-width: 105vw;
}

.u-max-w-106px {
  max-width: 106px;
}

.u-max-w-106vw {
  max-width: 106vw;
}

.u-max-w-107px {
  max-width: 107px;
}

.u-max-w-107vw {
  max-width: 107vw;
}

.u-max-w-108px {
  max-width: 108px;
}

.u-max-w-108vw {
  max-width: 108vw;
}

.u-max-w-109px {
  max-width: 109px;
}

.u-max-w-109vw {
  max-width: 109vw;
}

.u-max-w-110px {
  max-width: 110px;
}

.u-max-w-110vw {
  max-width: 110vw;
}

.u-max-w-111px {
  max-width: 111px;
}

.u-max-w-111vw {
  max-width: 111vw;
}

.u-max-w-112px {
  max-width: 112px;
}

.u-max-w-112vw {
  max-width: 112vw;
}

.u-max-w-113px {
  max-width: 113px;
}

.u-max-w-113vw {
  max-width: 113vw;
}

.u-max-w-114px {
  max-width: 114px;
}

.u-max-w-114vw {
  max-width: 114vw;
}

.u-max-w-115px {
  max-width: 115px;
}

.u-max-w-115vw {
  max-width: 115vw;
}

.u-max-w-116px {
  max-width: 116px;
}

.u-max-w-116vw {
  max-width: 116vw;
}

.u-max-w-117px {
  max-width: 117px;
}

.u-max-w-117vw {
  max-width: 117vw;
}

.u-max-w-118px {
  max-width: 118px;
}

.u-max-w-118vw {
  max-width: 118vw;
}

.u-max-w-119px {
  max-width: 119px;
}

.u-max-w-119vw {
  max-width: 119vw;
}

.u-max-w-120px {
  max-width: 120px;
}

.u-max-w-120vw {
  max-width: 120vw;
}

.u-max-w-121px {
  max-width: 121px;
}

.u-max-w-121vw {
  max-width: 121vw;
}

.u-max-w-122px {
  max-width: 122px;
}

.u-max-w-122vw {
  max-width: 122vw;
}

.u-max-w-123px {
  max-width: 123px;
}

.u-max-w-123vw {
  max-width: 123vw;
}

.u-max-w-124px {
  max-width: 124px;
}

.u-max-w-124vw {
  max-width: 124vw;
}

.u-max-w-125px {
  max-width: 125px;
}

.u-max-w-125vw {
  max-width: 125vw;
}

.u-max-w-126px {
  max-width: 126px;
}

.u-max-w-126vw {
  max-width: 126vw;
}

.u-max-w-127px {
  max-width: 127px;
}

.u-max-w-127vw {
  max-width: 127vw;
}

.u-max-w-128px {
  max-width: 128px;
}

.u-max-w-128vw {
  max-width: 128vw;
}

.u-max-w-129px {
  max-width: 129px;
}

.u-max-w-129vw {
  max-width: 129vw;
}

.u-max-w-130px {
  max-width: 130px;
}

.u-max-w-130vw {
  max-width: 130vw;
}

.u-max-w-131px {
  max-width: 131px;
}

.u-max-w-131vw {
  max-width: 131vw;
}

.u-max-w-132px {
  max-width: 132px;
}

.u-max-w-132vw {
  max-width: 132vw;
}

.u-max-w-133px {
  max-width: 133px;
}

.u-max-w-133vw {
  max-width: 133vw;
}

.u-max-w-134px {
  max-width: 134px;
}

.u-max-w-134vw {
  max-width: 134vw;
}

.u-max-w-135px {
  max-width: 135px;
}

.u-max-w-135vw {
  max-width: 135vw;
}

.u-max-w-136px {
  max-width: 136px;
}

.u-max-w-136vw {
  max-width: 136vw;
}

.u-max-w-137px {
  max-width: 137px;
}

.u-max-w-137vw {
  max-width: 137vw;
}

.u-max-w-138px {
  max-width: 138px;
}

.u-max-w-138vw {
  max-width: 138vw;
}

.u-max-w-139px {
  max-width: 139px;
}

.u-max-w-139vw {
  max-width: 139vw;
}

.u-max-w-140px {
  max-width: 140px;
}

.u-max-w-140vw {
  max-width: 140vw;
}

.u-max-w-141px {
  max-width: 141px;
}

.u-max-w-141vw {
  max-width: 141vw;
}

.u-max-w-142px {
  max-width: 142px;
}

.u-max-w-142vw {
  max-width: 142vw;
}

.u-max-w-143px {
  max-width: 143px;
}

.u-max-w-143vw {
  max-width: 143vw;
}

.u-max-w-144px {
  max-width: 144px;
}

.u-max-w-144vw {
  max-width: 144vw;
}

.u-max-w-145px {
  max-width: 145px;
}

.u-max-w-145vw {
  max-width: 145vw;
}

.u-max-w-146px {
  max-width: 146px;
}

.u-max-w-146vw {
  max-width: 146vw;
}

.u-max-w-147px {
  max-width: 147px;
}

.u-max-w-147vw {
  max-width: 147vw;
}

.u-max-w-148px {
  max-width: 148px;
}

.u-max-w-148vw {
  max-width: 148vw;
}

.u-max-w-149px {
  max-width: 149px;
}

.u-max-w-149vw {
  max-width: 149vw;
}

.u-max-w-150px {
  max-width: 150px;
}

.u-max-w-150vw {
  max-width: 150vw;
}

.u-max-w-151px {
  max-width: 151px;
}

.u-max-w-151vw {
  max-width: 151vw;
}

.u-max-w-152px {
  max-width: 152px;
}

.u-max-w-152vw {
  max-width: 152vw;
}

.u-max-w-153px {
  max-width: 153px;
}

.u-max-w-153vw {
  max-width: 153vw;
}

.u-max-w-154px {
  max-width: 154px;
}

.u-max-w-154vw {
  max-width: 154vw;
}

.u-max-w-155px {
  max-width: 155px;
}

.u-max-w-155vw {
  max-width: 155vw;
}

.u-max-w-156px {
  max-width: 156px;
}

.u-max-w-156vw {
  max-width: 156vw;
}

.u-max-w-157px {
  max-width: 157px;
}

.u-max-w-157vw {
  max-width: 157vw;
}

.u-max-w-158px {
  max-width: 158px;
}

.u-max-w-158vw {
  max-width: 158vw;
}

.u-max-w-159px {
  max-width: 159px;
}

.u-max-w-159vw {
  max-width: 159vw;
}

.u-max-w-160px {
  max-width: 160px;
}

.u-max-w-160vw {
  max-width: 160vw;
}

.u-max-w-161px {
  max-width: 161px;
}

.u-max-w-161vw {
  max-width: 161vw;
}

.u-max-w-162px {
  max-width: 162px;
}

.u-max-w-162vw {
  max-width: 162vw;
}

.u-max-w-163px {
  max-width: 163px;
}

.u-max-w-163vw {
  max-width: 163vw;
}

.u-max-w-164px {
  max-width: 164px;
}

.u-max-w-164vw {
  max-width: 164vw;
}

.u-max-w-165px {
  max-width: 165px;
}

.u-max-w-165vw {
  max-width: 165vw;
}

.u-max-w-166px {
  max-width: 166px;
}

.u-max-w-166vw {
  max-width: 166vw;
}

.u-max-w-167px {
  max-width: 167px;
}

.u-max-w-167vw {
  max-width: 167vw;
}

.u-max-w-168px {
  max-width: 168px;
}

.u-max-w-168vw {
  max-width: 168vw;
}

.u-max-w-169px {
  max-width: 169px;
}

.u-max-w-169vw {
  max-width: 169vw;
}

.u-max-w-170px {
  max-width: 170px;
}

.u-max-w-170vw {
  max-width: 170vw;
}

.u-max-w-171px {
  max-width: 171px;
}

.u-max-w-171vw {
  max-width: 171vw;
}

.u-max-w-172px {
  max-width: 172px;
}

.u-max-w-172vw {
  max-width: 172vw;
}

.u-max-w-173px {
  max-width: 173px;
}

.u-max-w-173vw {
  max-width: 173vw;
}

.u-max-w-174px {
  max-width: 174px;
}

.u-max-w-174vw {
  max-width: 174vw;
}

.u-max-w-175px {
  max-width: 175px;
}

.u-max-w-175vw {
  max-width: 175vw;
}

.u-max-w-176px {
  max-width: 176px;
}

.u-max-w-176vw {
  max-width: 176vw;
}

.u-max-w-177px {
  max-width: 177px;
}

.u-max-w-177vw {
  max-width: 177vw;
}

.u-max-w-178px {
  max-width: 178px;
}

.u-max-w-178vw {
  max-width: 178vw;
}

.u-max-w-179px {
  max-width: 179px;
}

.u-max-w-179vw {
  max-width: 179vw;
}

.u-max-w-180px {
  max-width: 180px;
}

.u-max-w-180vw {
  max-width: 180vw;
}

.u-max-w-181px {
  max-width: 181px;
}

.u-max-w-181vw {
  max-width: 181vw;
}

.u-max-w-182px {
  max-width: 182px;
}

.u-max-w-182vw {
  max-width: 182vw;
}

.u-max-w-183px {
  max-width: 183px;
}

.u-max-w-183vw {
  max-width: 183vw;
}

.u-max-w-184px {
  max-width: 184px;
}

.u-max-w-184vw {
  max-width: 184vw;
}

.u-max-w-185px {
  max-width: 185px;
}

.u-max-w-185vw {
  max-width: 185vw;
}

.u-max-w-186px {
  max-width: 186px;
}

.u-max-w-186vw {
  max-width: 186vw;
}

.u-max-w-187px {
  max-width: 187px;
}

.u-max-w-187vw {
  max-width: 187vw;
}

.u-max-w-188px {
  max-width: 188px;
}

.u-max-w-188vw {
  max-width: 188vw;
}

.u-max-w-189px {
  max-width: 189px;
}

.u-max-w-189vw {
  max-width: 189vw;
}

.u-max-w-190px {
  max-width: 190px;
}

.u-max-w-190vw {
  max-width: 190vw;
}

.u-max-w-191px {
  max-width: 191px;
}

.u-max-w-191vw {
  max-width: 191vw;
}

.u-max-w-192px {
  max-width: 192px;
}

.u-max-w-192vw {
  max-width: 192vw;
}

.u-max-w-193px {
  max-width: 193px;
}

.u-max-w-193vw {
  max-width: 193vw;
}

.u-max-w-194px {
  max-width: 194px;
}

.u-max-w-194vw {
  max-width: 194vw;
}

.u-max-w-195px {
  max-width: 195px;
}

.u-max-w-195vw {
  max-width: 195vw;
}

.u-max-w-196px {
  max-width: 196px;
}

.u-max-w-196vw {
  max-width: 196vw;
}

.u-max-w-197px {
  max-width: 197px;
}

.u-max-w-197vw {
  max-width: 197vw;
}

.u-max-w-198px {
  max-width: 198px;
}

.u-max-w-198vw {
  max-width: 198vw;
}

.u-max-w-199px {
  max-width: 199px;
}

.u-max-w-199vw {
  max-width: 199vw;
}

.u-max-w-200px {
  max-width: 200px;
}

.u-max-w-200vw {
  max-width: 200vw;
}

.u-max-w-201px {
  max-width: 201px;
}

.u-max-w-201vw {
  max-width: 201vw;
}

.u-max-w-202px {
  max-width: 202px;
}

.u-max-w-202vw {
  max-width: 202vw;
}

.u-max-w-203px {
  max-width: 203px;
}

.u-max-w-203vw {
  max-width: 203vw;
}

.u-max-w-204px {
  max-width: 204px;
}

.u-max-w-204vw {
  max-width: 204vw;
}

.u-max-w-205px {
  max-width: 205px;
}

.u-max-w-205vw {
  max-width: 205vw;
}

.u-max-w-206px {
  max-width: 206px;
}

.u-max-w-206vw {
  max-width: 206vw;
}

.u-max-w-207px {
  max-width: 207px;
}

.u-max-w-207vw {
  max-width: 207vw;
}

.u-max-w-208px {
  max-width: 208px;
}

.u-max-w-208vw {
  max-width: 208vw;
}

.u-max-w-209px {
  max-width: 209px;
}

.u-max-w-209vw {
  max-width: 209vw;
}

.u-max-w-210px {
  max-width: 210px;
}

.u-max-w-210vw {
  max-width: 210vw;
}

.u-max-w-211px {
  max-width: 211px;
}

.u-max-w-211vw {
  max-width: 211vw;
}

.u-max-w-212px {
  max-width: 212px;
}

.u-max-w-212vw {
  max-width: 212vw;
}

.u-max-w-213px {
  max-width: 213px;
}

.u-max-w-213vw {
  max-width: 213vw;
}

.u-max-w-214px {
  max-width: 214px;
}

.u-max-w-214vw {
  max-width: 214vw;
}

.u-max-w-215px {
  max-width: 215px;
}

.u-max-w-215vw {
  max-width: 215vw;
}

.u-max-w-216px {
  max-width: 216px;
}

.u-max-w-216vw {
  max-width: 216vw;
}

.u-max-w-217px {
  max-width: 217px;
}

.u-max-w-217vw {
  max-width: 217vw;
}

.u-max-w-218px {
  max-width: 218px;
}

.u-max-w-218vw {
  max-width: 218vw;
}

.u-max-w-219px {
  max-width: 219px;
}

.u-max-w-219vw {
  max-width: 219vw;
}

.u-max-w-220px {
  max-width: 220px;
}

.u-max-w-220vw {
  max-width: 220vw;
}

.u-max-w-221px {
  max-width: 221px;
}

.u-max-w-221vw {
  max-width: 221vw;
}

.u-max-w-222px {
  max-width: 222px;
}

.u-max-w-222vw {
  max-width: 222vw;
}

.u-max-w-223px {
  max-width: 223px;
}

.u-max-w-223vw {
  max-width: 223vw;
}

.u-max-w-224px {
  max-width: 224px;
}

.u-max-w-224vw {
  max-width: 224vw;
}

.u-max-w-225px {
  max-width: 225px;
}

.u-max-w-225vw {
  max-width: 225vw;
}

.u-max-w-226px {
  max-width: 226px;
}

.u-max-w-226vw {
  max-width: 226vw;
}

.u-max-w-227px {
  max-width: 227px;
}

.u-max-w-227vw {
  max-width: 227vw;
}

.u-max-w-228px {
  max-width: 228px;
}

.u-max-w-228vw {
  max-width: 228vw;
}

.u-max-w-229px {
  max-width: 229px;
}

.u-max-w-229vw {
  max-width: 229vw;
}

.u-max-w-230px {
  max-width: 230px;
}

.u-max-w-230vw {
  max-width: 230vw;
}

.u-max-w-231px {
  max-width: 231px;
}

.u-max-w-231vw {
  max-width: 231vw;
}

.u-max-w-232px {
  max-width: 232px;
}

.u-max-w-232vw {
  max-width: 232vw;
}

.u-max-w-233px {
  max-width: 233px;
}

.u-max-w-233vw {
  max-width: 233vw;
}

.u-max-w-234px {
  max-width: 234px;
}

.u-max-w-234vw {
  max-width: 234vw;
}

.u-max-w-235px {
  max-width: 235px;
}

.u-max-w-235vw {
  max-width: 235vw;
}

.u-max-w-236px {
  max-width: 236px;
}

.u-max-w-236vw {
  max-width: 236vw;
}

.u-max-w-237px {
  max-width: 237px;
}

.u-max-w-237vw {
  max-width: 237vw;
}

.u-max-w-238px {
  max-width: 238px;
}

.u-max-w-238vw {
  max-width: 238vw;
}

.u-max-w-239px {
  max-width: 239px;
}

.u-max-w-239vw {
  max-width: 239vw;
}

.u-max-w-240px {
  max-width: 240px;
}

.u-max-w-240vw {
  max-width: 240vw;
}

.u-max-w-241px {
  max-width: 241px;
}

.u-max-w-241vw {
  max-width: 241vw;
}

.u-max-w-242px {
  max-width: 242px;
}

.u-max-w-242vw {
  max-width: 242vw;
}

.u-max-w-243px {
  max-width: 243px;
}

.u-max-w-243vw {
  max-width: 243vw;
}

.u-max-w-244px {
  max-width: 244px;
}

.u-max-w-244vw {
  max-width: 244vw;
}

.u-max-w-245px {
  max-width: 245px;
}

.u-max-w-245vw {
  max-width: 245vw;
}

.u-max-w-246px {
  max-width: 246px;
}

.u-max-w-246vw {
  max-width: 246vw;
}

.u-max-w-247px {
  max-width: 247px;
}

.u-max-w-247vw {
  max-width: 247vw;
}

.u-max-w-248px {
  max-width: 248px;
}

.u-max-w-248vw {
  max-width: 248vw;
}

.u-max-w-249px {
  max-width: 249px;
}

.u-max-w-249vw {
  max-width: 249vw;
}

.u-max-w-250px {
  max-width: 250px;
}

.u-max-w-250vw {
  max-width: 250vw;
}

.u-max-w-251px {
  max-width: 251px;
}

.u-max-w-251vw {
  max-width: 251vw;
}

.u-max-w-252px {
  max-width: 252px;
}

.u-max-w-252vw {
  max-width: 252vw;
}

.u-max-w-253px {
  max-width: 253px;
}

.u-max-w-253vw {
  max-width: 253vw;
}

.u-max-w-254px {
  max-width: 254px;
}

.u-max-w-254vw {
  max-width: 254vw;
}

.u-max-w-255px {
  max-width: 255px;
}

.u-max-w-255vw {
  max-width: 255vw;
}

.u-max-w-256px {
  max-width: 256px;
}

.u-max-w-256vw {
  max-width: 256vw;
}

.u-max-w-257px {
  max-width: 257px;
}

.u-max-w-257vw {
  max-width: 257vw;
}

.u-max-w-258px {
  max-width: 258px;
}

.u-max-w-258vw {
  max-width: 258vw;
}

.u-max-w-259px {
  max-width: 259px;
}

.u-max-w-259vw {
  max-width: 259vw;
}

.u-max-w-260px {
  max-width: 260px;
}

.u-max-w-260vw {
  max-width: 260vw;
}

.u-max-w-261px {
  max-width: 261px;
}

.u-max-w-261vw {
  max-width: 261vw;
}

.u-max-w-262px {
  max-width: 262px;
}

.u-max-w-262vw {
  max-width: 262vw;
}

.u-max-w-263px {
  max-width: 263px;
}

.u-max-w-263vw {
  max-width: 263vw;
}

.u-max-w-264px {
  max-width: 264px;
}

.u-max-w-264vw {
  max-width: 264vw;
}

.u-max-w-265px {
  max-width: 265px;
}

.u-max-w-265vw {
  max-width: 265vw;
}

.u-max-w-266px {
  max-width: 266px;
}

.u-max-w-266vw {
  max-width: 266vw;
}

.u-max-w-267px {
  max-width: 267px;
}

.u-max-w-267vw {
  max-width: 267vw;
}

.u-max-w-268px {
  max-width: 268px;
}

.u-max-w-268vw {
  max-width: 268vw;
}

.u-max-w-269px {
  max-width: 269px;
}

.u-max-w-269vw {
  max-width: 269vw;
}

.u-max-w-270px {
  max-width: 270px;
}

.u-max-w-270vw {
  max-width: 270vw;
}

.u-max-w-271px {
  max-width: 271px;
}

.u-max-w-271vw {
  max-width: 271vw;
}

.u-max-w-272px {
  max-width: 272px;
}

.u-max-w-272vw {
  max-width: 272vw;
}

.u-max-w-273px {
  max-width: 273px;
}

.u-max-w-273vw {
  max-width: 273vw;
}

.u-max-w-274px {
  max-width: 274px;
}

.u-max-w-274vw {
  max-width: 274vw;
}

.u-max-w-275px {
  max-width: 275px;
}

.u-max-w-275vw {
  max-width: 275vw;
}

.u-max-w-276px {
  max-width: 276px;
}

.u-max-w-276vw {
  max-width: 276vw;
}

.u-max-w-277px {
  max-width: 277px;
}

.u-max-w-277vw {
  max-width: 277vw;
}

.u-max-w-278px {
  max-width: 278px;
}

.u-max-w-278vw {
  max-width: 278vw;
}

.u-max-w-279px {
  max-width: 279px;
}

.u-max-w-279vw {
  max-width: 279vw;
}

.u-max-w-280px {
  max-width: 280px;
}

.u-max-w-280vw {
  max-width: 280vw;
}

.u-max-w-281px {
  max-width: 281px;
}

.u-max-w-281vw {
  max-width: 281vw;
}

.u-max-w-282px {
  max-width: 282px;
}

.u-max-w-282vw {
  max-width: 282vw;
}

.u-max-w-283px {
  max-width: 283px;
}

.u-max-w-283vw {
  max-width: 283vw;
}

.u-max-w-284px {
  max-width: 284px;
}

.u-max-w-284vw {
  max-width: 284vw;
}

.u-max-w-285px {
  max-width: 285px;
}

.u-max-w-285vw {
  max-width: 285vw;
}

.u-max-w-286px {
  max-width: 286px;
}

.u-max-w-286vw {
  max-width: 286vw;
}

.u-max-w-287px {
  max-width: 287px;
}

.u-max-w-287vw {
  max-width: 287vw;
}

.u-max-w-288px {
  max-width: 288px;
}

.u-max-w-288vw {
  max-width: 288vw;
}

.u-max-w-289px {
  max-width: 289px;
}

.u-max-w-289vw {
  max-width: 289vw;
}

.u-max-w-290px {
  max-width: 290px;
}

.u-max-w-290vw {
  max-width: 290vw;
}

.u-max-w-291px {
  max-width: 291px;
}

.u-max-w-291vw {
  max-width: 291vw;
}

.u-max-w-292px {
  max-width: 292px;
}

.u-max-w-292vw {
  max-width: 292vw;
}

.u-max-w-293px {
  max-width: 293px;
}

.u-max-w-293vw {
  max-width: 293vw;
}

.u-max-w-294px {
  max-width: 294px;
}

.u-max-w-294vw {
  max-width: 294vw;
}

.u-max-w-295px {
  max-width: 295px;
}

.u-max-w-295vw {
  max-width: 295vw;
}

.u-max-w-296px {
  max-width: 296px;
}

.u-max-w-296vw {
  max-width: 296vw;
}

.u-max-w-297px {
  max-width: 297px;
}

.u-max-w-297vw {
  max-width: 297vw;
}

.u-max-w-298px {
  max-width: 298px;
}

.u-max-w-298vw {
  max-width: 298vw;
}

.u-max-w-299px {
  max-width: 299px;
}

.u-max-w-299vw {
  max-width: 299vw;
}

.u-max-w-300px {
  max-width: 300px;
}

.u-max-w-300vw {
  max-width: 300vw;
}

.u-max-w-301px {
  max-width: 301px;
}

.u-max-w-301vw {
  max-width: 301vw;
}

.u-max-w-302px {
  max-width: 302px;
}

.u-max-w-302vw {
  max-width: 302vw;
}

.u-max-w-303px {
  max-width: 303px;
}

.u-max-w-303vw {
  max-width: 303vw;
}

.u-max-w-304px {
  max-width: 304px;
}

.u-max-w-304vw {
  max-width: 304vw;
}

.u-max-w-305px {
  max-width: 305px;
}

.u-max-w-305vw {
  max-width: 305vw;
}

.u-max-w-306px {
  max-width: 306px;
}

.u-max-w-306vw {
  max-width: 306vw;
}

.u-max-w-307px {
  max-width: 307px;
}

.u-max-w-307vw {
  max-width: 307vw;
}

.u-max-w-308px {
  max-width: 308px;
}

.u-max-w-308vw {
  max-width: 308vw;
}

.u-max-w-309px {
  max-width: 309px;
}

.u-max-w-309vw {
  max-width: 309vw;
}

.u-max-w-310px {
  max-width: 310px;
}

.u-max-w-310vw {
  max-width: 310vw;
}

.u-max-w-311px {
  max-width: 311px;
}

.u-max-w-311vw {
  max-width: 311vw;
}

.u-max-w-312px {
  max-width: 312px;
}

.u-max-w-312vw {
  max-width: 312vw;
}

.u-max-w-313px {
  max-width: 313px;
}

.u-max-w-313vw {
  max-width: 313vw;
}

.u-max-w-314px {
  max-width: 314px;
}

.u-max-w-314vw {
  max-width: 314vw;
}

.u-max-w-315px {
  max-width: 315px;
}

.u-max-w-315vw {
  max-width: 315vw;
}

.u-max-w-316px {
  max-width: 316px;
}

.u-max-w-316vw {
  max-width: 316vw;
}

.u-max-w-317px {
  max-width: 317px;
}

.u-max-w-317vw {
  max-width: 317vw;
}

.u-max-w-318px {
  max-width: 318px;
}

.u-max-w-318vw {
  max-width: 318vw;
}

.u-max-w-319px {
  max-width: 319px;
}

.u-max-w-319vw {
  max-width: 319vw;
}

.u-max-w-320px {
  max-width: 320px;
}

.u-max-w-320vw {
  max-width: 320vw;
}

.u-max-w-321px {
  max-width: 321px;
}

.u-max-w-321vw {
  max-width: 321vw;
}

.u-max-w-322px {
  max-width: 322px;
}

.u-max-w-322vw {
  max-width: 322vw;
}

.u-max-w-323px {
  max-width: 323px;
}

.u-max-w-323vw {
  max-width: 323vw;
}

.u-max-w-324px {
  max-width: 324px;
}

.u-max-w-324vw {
  max-width: 324vw;
}

.u-max-w-325px {
  max-width: 325px;
}

.u-max-w-325vw {
  max-width: 325vw;
}

.u-max-w-326px {
  max-width: 326px;
}

.u-max-w-326vw {
  max-width: 326vw;
}

.u-max-w-327px {
  max-width: 327px;
}

.u-max-w-327vw {
  max-width: 327vw;
}

.u-max-w-328px {
  max-width: 328px;
}

.u-max-w-328vw {
  max-width: 328vw;
}

.u-max-w-329px {
  max-width: 329px;
}

.u-max-w-329vw {
  max-width: 329vw;
}

.u-max-w-330px {
  max-width: 330px;
}

.u-max-w-330vw {
  max-width: 330vw;
}

.u-max-w-331px {
  max-width: 331px;
}

.u-max-w-331vw {
  max-width: 331vw;
}

.u-max-w-332px {
  max-width: 332px;
}

.u-max-w-332vw {
  max-width: 332vw;
}

.u-max-w-333px {
  max-width: 333px;
}

.u-max-w-333vw {
  max-width: 333vw;
}

.u-max-w-334px {
  max-width: 334px;
}

.u-max-w-334vw {
  max-width: 334vw;
}

.u-max-w-335px {
  max-width: 335px;
}

.u-max-w-335vw {
  max-width: 335vw;
}

.u-max-w-336px {
  max-width: 336px;
}

.u-max-w-336vw {
  max-width: 336vw;
}

.u-max-w-337px {
  max-width: 337px;
}

.u-max-w-337vw {
  max-width: 337vw;
}

.u-max-w-338px {
  max-width: 338px;
}

.u-max-w-338vw {
  max-width: 338vw;
}

.u-max-w-339px {
  max-width: 339px;
}

.u-max-w-339vw {
  max-width: 339vw;
}

.u-max-w-340px {
  max-width: 340px;
}

.u-max-w-340vw {
  max-width: 340vw;
}

.u-max-w-341px {
  max-width: 341px;
}

.u-max-w-341vw {
  max-width: 341vw;
}

.u-max-w-342px {
  max-width: 342px;
}

.u-max-w-342vw {
  max-width: 342vw;
}

.u-max-w-343px {
  max-width: 343px;
}

.u-max-w-343vw {
  max-width: 343vw;
}

.u-max-w-344px {
  max-width: 344px;
}

.u-max-w-344vw {
  max-width: 344vw;
}

.u-max-w-345px {
  max-width: 345px;
}

.u-max-w-345vw {
  max-width: 345vw;
}

.u-max-w-346px {
  max-width: 346px;
}

.u-max-w-346vw {
  max-width: 346vw;
}

.u-max-w-347px {
  max-width: 347px;
}

.u-max-w-347vw {
  max-width: 347vw;
}

.u-max-w-348px {
  max-width: 348px;
}

.u-max-w-348vw {
  max-width: 348vw;
}

.u-max-w-349px {
  max-width: 349px;
}

.u-max-w-349vw {
  max-width: 349vw;
}

.u-max-w-350px {
  max-width: 350px;
}

.u-max-w-350vw {
  max-width: 350vw;
}

.u-max-w-351px {
  max-width: 351px;
}

.u-max-w-351vw {
  max-width: 351vw;
}

.u-max-w-352px {
  max-width: 352px;
}

.u-max-w-352vw {
  max-width: 352vw;
}

.u-max-w-353px {
  max-width: 353px;
}

.u-max-w-353vw {
  max-width: 353vw;
}

.u-max-w-354px {
  max-width: 354px;
}

.u-max-w-354vw {
  max-width: 354vw;
}

.u-max-w-355px {
  max-width: 355px;
}

.u-max-w-355vw {
  max-width: 355vw;
}

.u-max-w-356px {
  max-width: 356px;
}

.u-max-w-356vw {
  max-width: 356vw;
}

.u-max-w-357px {
  max-width: 357px;
}

.u-max-w-357vw {
  max-width: 357vw;
}

.u-max-w-358px {
  max-width: 358px;
}

.u-max-w-358vw {
  max-width: 358vw;
}

.u-max-w-359px {
  max-width: 359px;
}

.u-max-w-359vw {
  max-width: 359vw;
}

.u-max-w-360px {
  max-width: 360px;
}

.u-max-w-360vw {
  max-width: 360vw;
}

.u-max-w-361px {
  max-width: 361px;
}

.u-max-w-361vw {
  max-width: 361vw;
}

.u-max-w-362px {
  max-width: 362px;
}

.u-max-w-362vw {
  max-width: 362vw;
}

.u-max-w-363px {
  max-width: 363px;
}

.u-max-w-363vw {
  max-width: 363vw;
}

.u-max-w-364px {
  max-width: 364px;
}

.u-max-w-364vw {
  max-width: 364vw;
}

.u-max-w-365px {
  max-width: 365px;
}

.u-max-w-365vw {
  max-width: 365vw;
}

.u-max-w-366px {
  max-width: 366px;
}

.u-max-w-366vw {
  max-width: 366vw;
}

.u-max-w-367px {
  max-width: 367px;
}

.u-max-w-367vw {
  max-width: 367vw;
}

.u-max-w-368px {
  max-width: 368px;
}

.u-max-w-368vw {
  max-width: 368vw;
}

.u-max-w-369px {
  max-width: 369px;
}

.u-max-w-369vw {
  max-width: 369vw;
}

.u-max-w-370px {
  max-width: 370px;
}

.u-max-w-370vw {
  max-width: 370vw;
}

.u-max-w-371px {
  max-width: 371px;
}

.u-max-w-371vw {
  max-width: 371vw;
}

.u-max-w-372px {
  max-width: 372px;
}

.u-max-w-372vw {
  max-width: 372vw;
}

.u-max-w-373px {
  max-width: 373px;
}

.u-max-w-373vw {
  max-width: 373vw;
}

.u-max-w-374px {
  max-width: 374px;
}

.u-max-w-374vw {
  max-width: 374vw;
}

.u-max-w-375px {
  max-width: 375px;
}

.u-max-w-375vw {
  max-width: 375vw;
}

.u-max-w-376px {
  max-width: 376px;
}

.u-max-w-376vw {
  max-width: 376vw;
}

.u-max-w-377px {
  max-width: 377px;
}

.u-max-w-377vw {
  max-width: 377vw;
}

.u-max-w-378px {
  max-width: 378px;
}

.u-max-w-378vw {
  max-width: 378vw;
}

.u-max-w-379px {
  max-width: 379px;
}

.u-max-w-379vw {
  max-width: 379vw;
}

.u-max-w-380px {
  max-width: 380px;
}

.u-max-w-380vw {
  max-width: 380vw;
}

.u-max-w-381px {
  max-width: 381px;
}

.u-max-w-381vw {
  max-width: 381vw;
}

.u-max-w-382px {
  max-width: 382px;
}

.u-max-w-382vw {
  max-width: 382vw;
}

.u-max-w-383px {
  max-width: 383px;
}

.u-max-w-383vw {
  max-width: 383vw;
}

.u-max-w-384px {
  max-width: 384px;
}

.u-max-w-384vw {
  max-width: 384vw;
}

.u-max-w-385px {
  max-width: 385px;
}

.u-max-w-385vw {
  max-width: 385vw;
}

.u-max-w-386px {
  max-width: 386px;
}

.u-max-w-386vw {
  max-width: 386vw;
}

.u-max-w-387px {
  max-width: 387px;
}

.u-max-w-387vw {
  max-width: 387vw;
}

.u-max-w-388px {
  max-width: 388px;
}

.u-max-w-388vw {
  max-width: 388vw;
}

.u-max-w-389px {
  max-width: 389px;
}

.u-max-w-389vw {
  max-width: 389vw;
}

.u-max-w-390px {
  max-width: 390px;
}

.u-max-w-390vw {
  max-width: 390vw;
}

.u-max-w-391px {
  max-width: 391px;
}

.u-max-w-391vw {
  max-width: 391vw;
}

.u-max-w-392px {
  max-width: 392px;
}

.u-max-w-392vw {
  max-width: 392vw;
}

.u-max-w-393px {
  max-width: 393px;
}

.u-max-w-393vw {
  max-width: 393vw;
}

.u-max-w-394px {
  max-width: 394px;
}

.u-max-w-394vw {
  max-width: 394vw;
}

.u-max-w-395px {
  max-width: 395px;
}

.u-max-w-395vw {
  max-width: 395vw;
}

.u-max-w-396px {
  max-width: 396px;
}

.u-max-w-396vw {
  max-width: 396vw;
}

.u-max-w-397px {
  max-width: 397px;
}

.u-max-w-397vw {
  max-width: 397vw;
}

.u-max-w-398px {
  max-width: 398px;
}

.u-max-w-398vw {
  max-width: 398vw;
}

.u-max-w-399px {
  max-width: 399px;
}

.u-max-w-399vw {
  max-width: 399vw;
}

.u-max-w-400px {
  max-width: 400px;
}

.u-max-w-400vw {
  max-width: 400vw;
}

.u-max-w-401px {
  max-width: 401px;
}

.u-max-w-401vw {
  max-width: 401vw;
}

.u-max-w-402px {
  max-width: 402px;
}

.u-max-w-402vw {
  max-width: 402vw;
}

.u-max-w-403px {
  max-width: 403px;
}

.u-max-w-403vw {
  max-width: 403vw;
}

.u-max-w-404px {
  max-width: 404px;
}

.u-max-w-404vw {
  max-width: 404vw;
}

.u-max-w-405px {
  max-width: 405px;
}

.u-max-w-405vw {
  max-width: 405vw;
}

.u-max-w-406px {
  max-width: 406px;
}

.u-max-w-406vw {
  max-width: 406vw;
}

.u-max-w-407px {
  max-width: 407px;
}

.u-max-w-407vw {
  max-width: 407vw;
}

.u-max-w-408px {
  max-width: 408px;
}

.u-max-w-408vw {
  max-width: 408vw;
}

.u-max-w-409px {
  max-width: 409px;
}

.u-max-w-409vw {
  max-width: 409vw;
}

.u-max-w-410px {
  max-width: 410px;
}

.u-max-w-410vw {
  max-width: 410vw;
}

.u-max-w-411px {
  max-width: 411px;
}

.u-max-w-411vw {
  max-width: 411vw;
}

.u-max-w-412px {
  max-width: 412px;
}

.u-max-w-412vw {
  max-width: 412vw;
}

.u-max-w-413px {
  max-width: 413px;
}

.u-max-w-413vw {
  max-width: 413vw;
}

.u-max-w-414px {
  max-width: 414px;
}

.u-max-w-414vw {
  max-width: 414vw;
}

.u-max-w-415px {
  max-width: 415px;
}

.u-max-w-415vw {
  max-width: 415vw;
}

.u-max-w-416px {
  max-width: 416px;
}

.u-max-w-416vw {
  max-width: 416vw;
}

.u-max-w-417px {
  max-width: 417px;
}

.u-max-w-417vw {
  max-width: 417vw;
}

.u-max-w-418px {
  max-width: 418px;
}

.u-max-w-418vw {
  max-width: 418vw;
}

.u-max-w-419px {
  max-width: 419px;
}

.u-max-w-419vw {
  max-width: 419vw;
}

.u-max-w-420px {
  max-width: 420px;
}

.u-max-w-420vw {
  max-width: 420vw;
}

.u-max-w-421px {
  max-width: 421px;
}

.u-max-w-421vw {
  max-width: 421vw;
}

.u-max-w-422px {
  max-width: 422px;
}

.u-max-w-422vw {
  max-width: 422vw;
}

.u-max-w-423px {
  max-width: 423px;
}

.u-max-w-423vw {
  max-width: 423vw;
}

.u-max-w-424px {
  max-width: 424px;
}

.u-max-w-424vw {
  max-width: 424vw;
}

.u-max-w-425px {
  max-width: 425px;
}

.u-max-w-425vw {
  max-width: 425vw;
}

.u-max-w-426px {
  max-width: 426px;
}

.u-max-w-426vw {
  max-width: 426vw;
}

.u-max-w-427px {
  max-width: 427px;
}

.u-max-w-427vw {
  max-width: 427vw;
}

.u-max-w-428px {
  max-width: 428px;
}

.u-max-w-428vw {
  max-width: 428vw;
}

.u-max-w-429px {
  max-width: 429px;
}

.u-max-w-429vw {
  max-width: 429vw;
}

.u-max-w-430px {
  max-width: 430px;
}

.u-max-w-430vw {
  max-width: 430vw;
}

.u-max-w-431px {
  max-width: 431px;
}

.u-max-w-431vw {
  max-width: 431vw;
}

.u-max-w-432px {
  max-width: 432px;
}

.u-max-w-432vw {
  max-width: 432vw;
}

.u-max-w-433px {
  max-width: 433px;
}

.u-max-w-433vw {
  max-width: 433vw;
}

.u-max-w-434px {
  max-width: 434px;
}

.u-max-w-434vw {
  max-width: 434vw;
}

.u-max-w-435px {
  max-width: 435px;
}

.u-max-w-435vw {
  max-width: 435vw;
}

.u-max-w-436px {
  max-width: 436px;
}

.u-max-w-436vw {
  max-width: 436vw;
}

.u-max-w-437px {
  max-width: 437px;
}

.u-max-w-437vw {
  max-width: 437vw;
}

.u-max-w-438px {
  max-width: 438px;
}

.u-max-w-438vw {
  max-width: 438vw;
}

.u-max-w-439px {
  max-width: 439px;
}

.u-max-w-439vw {
  max-width: 439vw;
}

.u-max-w-440px {
  max-width: 440px;
}

.u-max-w-440vw {
  max-width: 440vw;
}

.u-max-w-441px {
  max-width: 441px;
}

.u-max-w-441vw {
  max-width: 441vw;
}

.u-max-w-442px {
  max-width: 442px;
}

.u-max-w-442vw {
  max-width: 442vw;
}

.u-max-w-443px {
  max-width: 443px;
}

.u-max-w-443vw {
  max-width: 443vw;
}

.u-max-w-444px {
  max-width: 444px;
}

.u-max-w-444vw {
  max-width: 444vw;
}

.u-max-w-445px {
  max-width: 445px;
}

.u-max-w-445vw {
  max-width: 445vw;
}

.u-max-w-446px {
  max-width: 446px;
}

.u-max-w-446vw {
  max-width: 446vw;
}

.u-max-w-447px {
  max-width: 447px;
}

.u-max-w-447vw {
  max-width: 447vw;
}

.u-max-w-448px {
  max-width: 448px;
}

.u-max-w-448vw {
  max-width: 448vw;
}

.u-max-w-449px {
  max-width: 449px;
}

.u-max-w-449vw {
  max-width: 449vw;
}

.u-max-w-450px {
  max-width: 450px;
}

.u-max-w-450vw {
  max-width: 450vw;
}

.u-max-w-451px {
  max-width: 451px;
}

.u-max-w-451vw {
  max-width: 451vw;
}

.u-max-w-452px {
  max-width: 452px;
}

.u-max-w-452vw {
  max-width: 452vw;
}

.u-max-w-453px {
  max-width: 453px;
}

.u-max-w-453vw {
  max-width: 453vw;
}

.u-max-w-454px {
  max-width: 454px;
}

.u-max-w-454vw {
  max-width: 454vw;
}

.u-max-w-455px {
  max-width: 455px;
}

.u-max-w-455vw {
  max-width: 455vw;
}

.u-max-w-456px {
  max-width: 456px;
}

.u-max-w-456vw {
  max-width: 456vw;
}

.u-max-w-457px {
  max-width: 457px;
}

.u-max-w-457vw {
  max-width: 457vw;
}

.u-max-w-458px {
  max-width: 458px;
}

.u-max-w-458vw {
  max-width: 458vw;
}

.u-max-w-459px {
  max-width: 459px;
}

.u-max-w-459vw {
  max-width: 459vw;
}

.u-max-w-460px {
  max-width: 460px;
}

.u-max-w-460vw {
  max-width: 460vw;
}

.u-max-w-461px {
  max-width: 461px;
}

.u-max-w-461vw {
  max-width: 461vw;
}

.u-max-w-462px {
  max-width: 462px;
}

.u-max-w-462vw {
  max-width: 462vw;
}

.u-max-w-463px {
  max-width: 463px;
}

.u-max-w-463vw {
  max-width: 463vw;
}

.u-max-w-464px {
  max-width: 464px;
}

.u-max-w-464vw {
  max-width: 464vw;
}

.u-max-w-465px {
  max-width: 465px;
}

.u-max-w-465vw {
  max-width: 465vw;
}

.u-max-w-466px {
  max-width: 466px;
}

.u-max-w-466vw {
  max-width: 466vw;
}

.u-max-w-467px {
  max-width: 467px;
}

.u-max-w-467vw {
  max-width: 467vw;
}

.u-max-w-468px {
  max-width: 468px;
}

.u-max-w-468vw {
  max-width: 468vw;
}

.u-max-w-469px {
  max-width: 469px;
}

.u-max-w-469vw {
  max-width: 469vw;
}

.u-max-w-470px {
  max-width: 470px;
}

.u-max-w-470vw {
  max-width: 470vw;
}

.u-max-w-471px {
  max-width: 471px;
}

.u-max-w-471vw {
  max-width: 471vw;
}

.u-max-w-472px {
  max-width: 472px;
}

.u-max-w-472vw {
  max-width: 472vw;
}

.u-max-w-473px {
  max-width: 473px;
}

.u-max-w-473vw {
  max-width: 473vw;
}

.u-max-w-474px {
  max-width: 474px;
}

.u-max-w-474vw {
  max-width: 474vw;
}

.u-max-w-475px {
  max-width: 475px;
}

.u-max-w-475vw {
  max-width: 475vw;
}

.u-max-w-476px {
  max-width: 476px;
}

.u-max-w-476vw {
  max-width: 476vw;
}

.u-max-w-477px {
  max-width: 477px;
}

.u-max-w-477vw {
  max-width: 477vw;
}

.u-max-w-478px {
  max-width: 478px;
}

.u-max-w-478vw {
  max-width: 478vw;
}

.u-max-w-479px {
  max-width: 479px;
}

.u-max-w-479vw {
  max-width: 479vw;
}

.u-max-w-480px {
  max-width: 480px;
}

.u-max-w-480vw {
  max-width: 480vw;
}

.u-max-w-481px {
  max-width: 481px;
}

.u-max-w-481vw {
  max-width: 481vw;
}

.u-max-w-482px {
  max-width: 482px;
}

.u-max-w-482vw {
  max-width: 482vw;
}

.u-max-w-483px {
  max-width: 483px;
}

.u-max-w-483vw {
  max-width: 483vw;
}

.u-max-w-484px {
  max-width: 484px;
}

.u-max-w-484vw {
  max-width: 484vw;
}

.u-max-w-485px {
  max-width: 485px;
}

.u-max-w-485vw {
  max-width: 485vw;
}

.u-max-w-486px {
  max-width: 486px;
}

.u-max-w-486vw {
  max-width: 486vw;
}

.u-max-w-487px {
  max-width: 487px;
}

.u-max-w-487vw {
  max-width: 487vw;
}

.u-max-w-488px {
  max-width: 488px;
}

.u-max-w-488vw {
  max-width: 488vw;
}

.u-max-w-489px {
  max-width: 489px;
}

.u-max-w-489vw {
  max-width: 489vw;
}

.u-max-w-490px {
  max-width: 490px;
}

.u-max-w-490vw {
  max-width: 490vw;
}

.u-max-w-491px {
  max-width: 491px;
}

.u-max-w-491vw {
  max-width: 491vw;
}

.u-max-w-492px {
  max-width: 492px;
}

.u-max-w-492vw {
  max-width: 492vw;
}

.u-max-w-493px {
  max-width: 493px;
}

.u-max-w-493vw {
  max-width: 493vw;
}

.u-max-w-494px {
  max-width: 494px;
}

.u-max-w-494vw {
  max-width: 494vw;
}

.u-max-w-495px {
  max-width: 495px;
}

.u-max-w-495vw {
  max-width: 495vw;
}

.u-max-w-496px {
  max-width: 496px;
}

.u-max-w-496vw {
  max-width: 496vw;
}

.u-max-w-497px {
  max-width: 497px;
}

.u-max-w-497vw {
  max-width: 497vw;
}

.u-max-w-498px {
  max-width: 498px;
}

.u-max-w-498vw {
  max-width: 498vw;
}

.u-max-w-499px {
  max-width: 499px;
}

.u-max-w-499vw {
  max-width: 499vw;
}

.u-max-w-500px {
  max-width: 500px;
}

.u-max-w-500vw {
  max-width: 500vw;
}

.u-max-w-501px {
  max-width: 501px;
}

.u-max-w-501vw {
  max-width: 501vw;
}

.u-max-w-502px {
  max-width: 502px;
}

.u-max-w-502vw {
  max-width: 502vw;
}

.u-max-w-503px {
  max-width: 503px;
}

.u-max-w-503vw {
  max-width: 503vw;
}

.u-max-w-504px {
  max-width: 504px;
}

.u-max-w-504vw {
  max-width: 504vw;
}

.u-max-w-505px {
  max-width: 505px;
}

.u-max-w-505vw {
  max-width: 505vw;
}

.u-max-w-506px {
  max-width: 506px;
}

.u-max-w-506vw {
  max-width: 506vw;
}

.u-max-w-507px {
  max-width: 507px;
}

.u-max-w-507vw {
  max-width: 507vw;
}

.u-max-w-508px {
  max-width: 508px;
}

.u-max-w-508vw {
  max-width: 508vw;
}

.u-max-w-509px {
  max-width: 509px;
}

.u-max-w-509vw {
  max-width: 509vw;
}

.u-max-w-510px {
  max-width: 510px;
}

.u-max-w-510vw {
  max-width: 510vw;
}

.u-max-w-511px {
  max-width: 511px;
}

.u-max-w-511vw {
  max-width: 511vw;
}

.u-max-w-512px {
  max-width: 512px;
}

.u-max-w-512vw {
  max-width: 512vw;
}

.u-max-w-513px {
  max-width: 513px;
}

.u-max-w-513vw {
  max-width: 513vw;
}

.u-max-w-514px {
  max-width: 514px;
}

.u-max-w-514vw {
  max-width: 514vw;
}

.u-max-w-515px {
  max-width: 515px;
}

.u-max-w-515vw {
  max-width: 515vw;
}

.u-max-w-516px {
  max-width: 516px;
}

.u-max-w-516vw {
  max-width: 516vw;
}

.u-max-w-517px {
  max-width: 517px;
}

.u-max-w-517vw {
  max-width: 517vw;
}

.u-max-w-518px {
  max-width: 518px;
}

.u-max-w-518vw {
  max-width: 518vw;
}

.u-max-w-519px {
  max-width: 519px;
}

.u-max-w-519vw {
  max-width: 519vw;
}

.u-max-w-520px {
  max-width: 520px;
}

.u-max-w-520vw {
  max-width: 520vw;
}

.u-max-w-521px {
  max-width: 521px;
}

.u-max-w-521vw {
  max-width: 521vw;
}

.u-max-w-522px {
  max-width: 522px;
}

.u-max-w-522vw {
  max-width: 522vw;
}

.u-max-w-523px {
  max-width: 523px;
}

.u-max-w-523vw {
  max-width: 523vw;
}

.u-max-w-524px {
  max-width: 524px;
}

.u-max-w-524vw {
  max-width: 524vw;
}

.u-max-w-525px {
  max-width: 525px;
}

.u-max-w-525vw {
  max-width: 525vw;
}

.u-max-w-526px {
  max-width: 526px;
}

.u-max-w-526vw {
  max-width: 526vw;
}

.u-max-w-527px {
  max-width: 527px;
}

.u-max-w-527vw {
  max-width: 527vw;
}

.u-max-w-528px {
  max-width: 528px;
}

.u-max-w-528vw {
  max-width: 528vw;
}

.u-max-w-529px {
  max-width: 529px;
}

.u-max-w-529vw {
  max-width: 529vw;
}

.u-max-w-530px {
  max-width: 530px;
}

.u-max-w-530vw {
  max-width: 530vw;
}

.u-max-w-531px {
  max-width: 531px;
}

.u-max-w-531vw {
  max-width: 531vw;
}

.u-max-w-532px {
  max-width: 532px;
}

.u-max-w-532vw {
  max-width: 532vw;
}

.u-max-w-533px {
  max-width: 533px;
}

.u-max-w-533vw {
  max-width: 533vw;
}

.u-max-w-534px {
  max-width: 534px;
}

.u-max-w-534vw {
  max-width: 534vw;
}

.u-max-w-535px {
  max-width: 535px;
}

.u-max-w-535vw {
  max-width: 535vw;
}

.u-max-w-536px {
  max-width: 536px;
}

.u-max-w-536vw {
  max-width: 536vw;
}

.u-max-w-537px {
  max-width: 537px;
}

.u-max-w-537vw {
  max-width: 537vw;
}

.u-max-w-538px {
  max-width: 538px;
}

.u-max-w-538vw {
  max-width: 538vw;
}

.u-max-w-539px {
  max-width: 539px;
}

.u-max-w-539vw {
  max-width: 539vw;
}

.u-max-w-540px {
  max-width: 540px;
}

.u-max-w-540vw {
  max-width: 540vw;
}

.u-max-w-541px {
  max-width: 541px;
}

.u-max-w-541vw {
  max-width: 541vw;
}

.u-max-w-542px {
  max-width: 542px;
}

.u-max-w-542vw {
  max-width: 542vw;
}

.u-max-w-543px {
  max-width: 543px;
}

.u-max-w-543vw {
  max-width: 543vw;
}

.u-max-w-544px {
  max-width: 544px;
}

.u-max-w-544vw {
  max-width: 544vw;
}

.u-max-w-545px {
  max-width: 545px;
}

.u-max-w-545vw {
  max-width: 545vw;
}

.u-max-w-546px {
  max-width: 546px;
}

.u-max-w-546vw {
  max-width: 546vw;
}

.u-max-w-547px {
  max-width: 547px;
}

.u-max-w-547vw {
  max-width: 547vw;
}

.u-max-w-548px {
  max-width: 548px;
}

.u-max-w-548vw {
  max-width: 548vw;
}

.u-max-w-549px {
  max-width: 549px;
}

.u-max-w-549vw {
  max-width: 549vw;
}

.u-max-w-550px {
  max-width: 550px;
}

.u-max-w-550vw {
  max-width: 550vw;
}

.u-max-w-551px {
  max-width: 551px;
}

.u-max-w-551vw {
  max-width: 551vw;
}

.u-max-w-552px {
  max-width: 552px;
}

.u-max-w-552vw {
  max-width: 552vw;
}

.u-max-w-553px {
  max-width: 553px;
}

.u-max-w-553vw {
  max-width: 553vw;
}

.u-max-w-554px {
  max-width: 554px;
}

.u-max-w-554vw {
  max-width: 554vw;
}

.u-max-w-555px {
  max-width: 555px;
}

.u-max-w-555vw {
  max-width: 555vw;
}

.u-max-w-556px {
  max-width: 556px;
}

.u-max-w-556vw {
  max-width: 556vw;
}

.u-max-w-557px {
  max-width: 557px;
}

.u-max-w-557vw {
  max-width: 557vw;
}

.u-max-w-558px {
  max-width: 558px;
}

.u-max-w-558vw {
  max-width: 558vw;
}

.u-max-w-559px {
  max-width: 559px;
}

.u-max-w-559vw {
  max-width: 559vw;
}

.u-max-w-560px {
  max-width: 560px;
}

.u-max-w-560vw {
  max-width: 560vw;
}

.u-max-w-561px {
  max-width: 561px;
}

.u-max-w-561vw {
  max-width: 561vw;
}

.u-max-w-562px {
  max-width: 562px;
}

.u-max-w-562vw {
  max-width: 562vw;
}

.u-max-w-563px {
  max-width: 563px;
}

.u-max-w-563vw {
  max-width: 563vw;
}

.u-max-w-564px {
  max-width: 564px;
}

.u-max-w-564vw {
  max-width: 564vw;
}

.u-max-w-565px {
  max-width: 565px;
}

.u-max-w-565vw {
  max-width: 565vw;
}

.u-max-w-566px {
  max-width: 566px;
}

.u-max-w-566vw {
  max-width: 566vw;
}

.u-max-w-567px {
  max-width: 567px;
}

.u-max-w-567vw {
  max-width: 567vw;
}

.u-max-w-568px {
  max-width: 568px;
}

.u-max-w-568vw {
  max-width: 568vw;
}

.u-max-w-569px {
  max-width: 569px;
}

.u-max-w-569vw {
  max-width: 569vw;
}

.u-max-w-570px {
  max-width: 570px;
}

.u-max-w-570vw {
  max-width: 570vw;
}

.u-max-w-571px {
  max-width: 571px;
}

.u-max-w-571vw {
  max-width: 571vw;
}

.u-max-w-572px {
  max-width: 572px;
}

.u-max-w-572vw {
  max-width: 572vw;
}

.u-max-w-573px {
  max-width: 573px;
}

.u-max-w-573vw {
  max-width: 573vw;
}

.u-max-w-574px {
  max-width: 574px;
}

.u-max-w-574vw {
  max-width: 574vw;
}

.u-max-w-575px {
  max-width: 575px;
}

.u-max-w-575vw {
  max-width: 575vw;
}

.u-max-w-576px {
  max-width: 576px;
}

.u-max-w-576vw {
  max-width: 576vw;
}

.u-max-w-577px {
  max-width: 577px;
}

.u-max-w-577vw {
  max-width: 577vw;
}

.u-max-w-578px {
  max-width: 578px;
}

.u-max-w-578vw {
  max-width: 578vw;
}

.u-max-w-579px {
  max-width: 579px;
}

.u-max-w-579vw {
  max-width: 579vw;
}

.u-max-w-580px {
  max-width: 580px;
}

.u-max-w-580vw {
  max-width: 580vw;
}

.u-max-w-581px {
  max-width: 581px;
}

.u-max-w-581vw {
  max-width: 581vw;
}

.u-max-w-582px {
  max-width: 582px;
}

.u-max-w-582vw {
  max-width: 582vw;
}

.u-max-w-583px {
  max-width: 583px;
}

.u-max-w-583vw {
  max-width: 583vw;
}

.u-max-w-584px {
  max-width: 584px;
}

.u-max-w-584vw {
  max-width: 584vw;
}

.u-max-w-585px {
  max-width: 585px;
}

.u-max-w-585vw {
  max-width: 585vw;
}

.u-max-w-586px {
  max-width: 586px;
}

.u-max-w-586vw {
  max-width: 586vw;
}

.u-max-w-587px {
  max-width: 587px;
}

.u-max-w-587vw {
  max-width: 587vw;
}

.u-max-w-588px {
  max-width: 588px;
}

.u-max-w-588vw {
  max-width: 588vw;
}

.u-max-w-589px {
  max-width: 589px;
}

.u-max-w-589vw {
  max-width: 589vw;
}

.u-max-w-590px {
  max-width: 590px;
}

.u-max-w-590vw {
  max-width: 590vw;
}

.u-max-w-591px {
  max-width: 591px;
}

.u-max-w-591vw {
  max-width: 591vw;
}

.u-max-w-592px {
  max-width: 592px;
}

.u-max-w-592vw {
  max-width: 592vw;
}

.u-max-w-593px {
  max-width: 593px;
}

.u-max-w-593vw {
  max-width: 593vw;
}

.u-max-w-594px {
  max-width: 594px;
}

.u-max-w-594vw {
  max-width: 594vw;
}

.u-max-w-595px {
  max-width: 595px;
}

.u-max-w-595vw {
  max-width: 595vw;
}

.u-max-w-596px {
  max-width: 596px;
}

.u-max-w-596vw {
  max-width: 596vw;
}

.u-max-w-597px {
  max-width: 597px;
}

.u-max-w-597vw {
  max-width: 597vw;
}

.u-max-w-598px {
  max-width: 598px;
}

.u-max-w-598vw {
  max-width: 598vw;
}

.u-max-w-599px {
  max-width: 599px;
}

.u-max-w-599vw {
  max-width: 599vw;
}

.u-max-w-600px {
  max-width: 600px;
}

.u-max-w-600vw {
  max-width: 600vw;
}

.u-max-w-601px {
  max-width: 601px;
}

.u-max-w-601vw {
  max-width: 601vw;
}

.u-max-w-602px {
  max-width: 602px;
}

.u-max-w-602vw {
  max-width: 602vw;
}

.u-max-w-603px {
  max-width: 603px;
}

.u-max-w-603vw {
  max-width: 603vw;
}

.u-max-w-604px {
  max-width: 604px;
}

.u-max-w-604vw {
  max-width: 604vw;
}

.u-max-w-605px {
  max-width: 605px;
}

.u-max-w-605vw {
  max-width: 605vw;
}

.u-max-w-606px {
  max-width: 606px;
}

.u-max-w-606vw {
  max-width: 606vw;
}

.u-max-w-607px {
  max-width: 607px;
}

.u-max-w-607vw {
  max-width: 607vw;
}

.u-max-w-608px {
  max-width: 608px;
}

.u-max-w-608vw {
  max-width: 608vw;
}

.u-max-w-609px {
  max-width: 609px;
}

.u-max-w-609vw {
  max-width: 609vw;
}

.u-max-w-610px {
  max-width: 610px;
}

.u-max-w-610vw {
  max-width: 610vw;
}

.u-max-w-611px {
  max-width: 611px;
}

.u-max-w-611vw {
  max-width: 611vw;
}

.u-max-w-612px {
  max-width: 612px;
}

.u-max-w-612vw {
  max-width: 612vw;
}

.u-max-w-613px {
  max-width: 613px;
}

.u-max-w-613vw {
  max-width: 613vw;
}

.u-max-w-614px {
  max-width: 614px;
}

.u-max-w-614vw {
  max-width: 614vw;
}

.u-max-w-615px {
  max-width: 615px;
}

.u-max-w-615vw {
  max-width: 615vw;
}

.u-max-w-616px {
  max-width: 616px;
}

.u-max-w-616vw {
  max-width: 616vw;
}

.u-max-w-617px {
  max-width: 617px;
}

.u-max-w-617vw {
  max-width: 617vw;
}

.u-max-w-618px {
  max-width: 618px;
}

.u-max-w-618vw {
  max-width: 618vw;
}

.u-max-w-619px {
  max-width: 619px;
}

.u-max-w-619vw {
  max-width: 619vw;
}

.u-max-w-620px {
  max-width: 620px;
}

.u-max-w-620vw {
  max-width: 620vw;
}

.u-max-w-621px {
  max-width: 621px;
}

.u-max-w-621vw {
  max-width: 621vw;
}

.u-max-w-622px {
  max-width: 622px;
}

.u-max-w-622vw {
  max-width: 622vw;
}

.u-max-w-623px {
  max-width: 623px;
}

.u-max-w-623vw {
  max-width: 623vw;
}

.u-max-w-624px {
  max-width: 624px;
}

.u-max-w-624vw {
  max-width: 624vw;
}

.u-max-w-625px {
  max-width: 625px;
}

.u-max-w-625vw {
  max-width: 625vw;
}

.u-max-w-626px {
  max-width: 626px;
}

.u-max-w-626vw {
  max-width: 626vw;
}

.u-max-w-627px {
  max-width: 627px;
}

.u-max-w-627vw {
  max-width: 627vw;
}

.u-max-w-628px {
  max-width: 628px;
}

.u-max-w-628vw {
  max-width: 628vw;
}

.u-max-w-629px {
  max-width: 629px;
}

.u-max-w-629vw {
  max-width: 629vw;
}

.u-max-w-630px {
  max-width: 630px;
}

.u-max-w-630vw {
  max-width: 630vw;
}

.u-max-w-631px {
  max-width: 631px;
}

.u-max-w-631vw {
  max-width: 631vw;
}

.u-max-w-632px {
  max-width: 632px;
}

.u-max-w-632vw {
  max-width: 632vw;
}

.u-max-w-633px {
  max-width: 633px;
}

.u-max-w-633vw {
  max-width: 633vw;
}

.u-max-w-634px {
  max-width: 634px;
}

.u-max-w-634vw {
  max-width: 634vw;
}

.u-max-w-635px {
  max-width: 635px;
}

.u-max-w-635vw {
  max-width: 635vw;
}

.u-max-w-636px {
  max-width: 636px;
}

.u-max-w-636vw {
  max-width: 636vw;
}

.u-max-w-637px {
  max-width: 637px;
}

.u-max-w-637vw {
  max-width: 637vw;
}

.u-max-w-638px {
  max-width: 638px;
}

.u-max-w-638vw {
  max-width: 638vw;
}

.u-max-w-639px {
  max-width: 639px;
}

.u-max-w-639vw {
  max-width: 639vw;
}

.u-max-w-640px {
  max-width: 640px;
}

.u-max-w-640vw {
  max-width: 640vw;
}

.u-max-w-641px {
  max-width: 641px;
}

.u-max-w-641vw {
  max-width: 641vw;
}

.u-max-w-642px {
  max-width: 642px;
}

.u-max-w-642vw {
  max-width: 642vw;
}

.u-max-w-643px {
  max-width: 643px;
}

.u-max-w-643vw {
  max-width: 643vw;
}

.u-max-w-644px {
  max-width: 644px;
}

.u-max-w-644vw {
  max-width: 644vw;
}

.u-max-w-645px {
  max-width: 645px;
}

.u-max-w-645vw {
  max-width: 645vw;
}

.u-max-w-646px {
  max-width: 646px;
}

.u-max-w-646vw {
  max-width: 646vw;
}

.u-max-w-647px {
  max-width: 647px;
}

.u-max-w-647vw {
  max-width: 647vw;
}

.u-max-w-648px {
  max-width: 648px;
}

.u-max-w-648vw {
  max-width: 648vw;
}

.u-max-w-649px {
  max-width: 649px;
}

.u-max-w-649vw {
  max-width: 649vw;
}

.u-max-w-650px {
  max-width: 650px;
}

.u-max-w-650vw {
  max-width: 650vw;
}

.u-max-w-651px {
  max-width: 651px;
}

.u-max-w-651vw {
  max-width: 651vw;
}

.u-max-w-652px {
  max-width: 652px;
}

.u-max-w-652vw {
  max-width: 652vw;
}

.u-max-w-653px {
  max-width: 653px;
}

.u-max-w-653vw {
  max-width: 653vw;
}

.u-max-w-654px {
  max-width: 654px;
}

.u-max-w-654vw {
  max-width: 654vw;
}

.u-max-w-655px {
  max-width: 655px;
}

.u-max-w-655vw {
  max-width: 655vw;
}

.u-max-w-656px {
  max-width: 656px;
}

.u-max-w-656vw {
  max-width: 656vw;
}

.u-max-w-657px {
  max-width: 657px;
}

.u-max-w-657vw {
  max-width: 657vw;
}

.u-max-w-658px {
  max-width: 658px;
}

.u-max-w-658vw {
  max-width: 658vw;
}

.u-max-w-659px {
  max-width: 659px;
}

.u-max-w-659vw {
  max-width: 659vw;
}

.u-max-w-660px {
  max-width: 660px;
}

.u-max-w-660vw {
  max-width: 660vw;
}

.u-max-w-661px {
  max-width: 661px;
}

.u-max-w-661vw {
  max-width: 661vw;
}

.u-max-w-662px {
  max-width: 662px;
}

.u-max-w-662vw {
  max-width: 662vw;
}

.u-max-w-663px {
  max-width: 663px;
}

.u-max-w-663vw {
  max-width: 663vw;
}

.u-max-w-664px {
  max-width: 664px;
}

.u-max-w-664vw {
  max-width: 664vw;
}

.u-max-w-665px {
  max-width: 665px;
}

.u-max-w-665vw {
  max-width: 665vw;
}

.u-max-w-666px {
  max-width: 666px;
}

.u-max-w-666vw {
  max-width: 666vw;
}

.u-max-w-667px {
  max-width: 667px;
}

.u-max-w-667vw {
  max-width: 667vw;
}

.u-max-w-668px {
  max-width: 668px;
}

.u-max-w-668vw {
  max-width: 668vw;
}

.u-max-w-669px {
  max-width: 669px;
}

.u-max-w-669vw {
  max-width: 669vw;
}

.u-max-w-670px {
  max-width: 670px;
}

.u-max-w-670vw {
  max-width: 670vw;
}

.u-max-w-671px {
  max-width: 671px;
}

.u-max-w-671vw {
  max-width: 671vw;
}

.u-max-w-672px {
  max-width: 672px;
}

.u-max-w-672vw {
  max-width: 672vw;
}

.u-max-w-673px {
  max-width: 673px;
}

.u-max-w-673vw {
  max-width: 673vw;
}

.u-max-w-674px {
  max-width: 674px;
}

.u-max-w-674vw {
  max-width: 674vw;
}

.u-max-w-675px {
  max-width: 675px;
}

.u-max-w-675vw {
  max-width: 675vw;
}

.u-max-w-676px {
  max-width: 676px;
}

.u-max-w-676vw {
  max-width: 676vw;
}

.u-max-w-677px {
  max-width: 677px;
}

.u-max-w-677vw {
  max-width: 677vw;
}

.u-max-w-678px {
  max-width: 678px;
}

.u-max-w-678vw {
  max-width: 678vw;
}

.u-max-w-679px {
  max-width: 679px;
}

.u-max-w-679vw {
  max-width: 679vw;
}

.u-max-w-680px {
  max-width: 680px;
}

.u-max-w-680vw {
  max-width: 680vw;
}

.u-max-w-681px {
  max-width: 681px;
}

.u-max-w-681vw {
  max-width: 681vw;
}

.u-max-w-682px {
  max-width: 682px;
}

.u-max-w-682vw {
  max-width: 682vw;
}

.u-max-w-683px {
  max-width: 683px;
}

.u-max-w-683vw {
  max-width: 683vw;
}

.u-max-w-684px {
  max-width: 684px;
}

.u-max-w-684vw {
  max-width: 684vw;
}

.u-max-w-685px {
  max-width: 685px;
}

.u-max-w-685vw {
  max-width: 685vw;
}

.u-max-w-686px {
  max-width: 686px;
}

.u-max-w-686vw {
  max-width: 686vw;
}

.u-max-w-687px {
  max-width: 687px;
}

.u-max-w-687vw {
  max-width: 687vw;
}

.u-max-w-688px {
  max-width: 688px;
}

.u-max-w-688vw {
  max-width: 688vw;
}

.u-max-w-689px {
  max-width: 689px;
}

.u-max-w-689vw {
  max-width: 689vw;
}

.u-max-w-690px {
  max-width: 690px;
}

.u-max-w-690vw {
  max-width: 690vw;
}

.u-max-w-691px {
  max-width: 691px;
}

.u-max-w-691vw {
  max-width: 691vw;
}

.u-max-w-692px {
  max-width: 692px;
}

.u-max-w-692vw {
  max-width: 692vw;
}

.u-max-w-693px {
  max-width: 693px;
}

.u-max-w-693vw {
  max-width: 693vw;
}

.u-max-w-694px {
  max-width: 694px;
}

.u-max-w-694vw {
  max-width: 694vw;
}

.u-max-w-695px {
  max-width: 695px;
}

.u-max-w-695vw {
  max-width: 695vw;
}

.u-max-w-696px {
  max-width: 696px;
}

.u-max-w-696vw {
  max-width: 696vw;
}

.u-max-w-697px {
  max-width: 697px;
}

.u-max-w-697vw {
  max-width: 697vw;
}

.u-max-w-698px {
  max-width: 698px;
}

.u-max-w-698vw {
  max-width: 698vw;
}

.u-max-w-699px {
  max-width: 699px;
}

.u-max-w-699vw {
  max-width: 699vw;
}

.u-max-w-700px {
  max-width: 700px;
}

.u-max-w-700vw {
  max-width: 700vw;
}

.u-max-w-701px {
  max-width: 701px;
}

.u-max-w-701vw {
  max-width: 701vw;
}

.u-max-w-702px {
  max-width: 702px;
}

.u-max-w-702vw {
  max-width: 702vw;
}

.u-max-w-703px {
  max-width: 703px;
}

.u-max-w-703vw {
  max-width: 703vw;
}

.u-max-w-704px {
  max-width: 704px;
}

.u-max-w-704vw {
  max-width: 704vw;
}

.u-max-w-705px {
  max-width: 705px;
}

.u-max-w-705vw {
  max-width: 705vw;
}

.u-max-w-706px {
  max-width: 706px;
}

.u-max-w-706vw {
  max-width: 706vw;
}

.u-max-w-707px {
  max-width: 707px;
}

.u-max-w-707vw {
  max-width: 707vw;
}

.u-max-w-708px {
  max-width: 708px;
}

.u-max-w-708vw {
  max-width: 708vw;
}

.u-max-w-709px {
  max-width: 709px;
}

.u-max-w-709vw {
  max-width: 709vw;
}

.u-max-w-710px {
  max-width: 710px;
}

.u-max-w-710vw {
  max-width: 710vw;
}

.u-max-w-711px {
  max-width: 711px;
}

.u-max-w-711vw {
  max-width: 711vw;
}

.u-max-w-712px {
  max-width: 712px;
}

.u-max-w-712vw {
  max-width: 712vw;
}

.u-max-w-713px {
  max-width: 713px;
}

.u-max-w-713vw {
  max-width: 713vw;
}

.u-max-w-714px {
  max-width: 714px;
}

.u-max-w-714vw {
  max-width: 714vw;
}

.u-max-w-715px {
  max-width: 715px;
}

.u-max-w-715vw {
  max-width: 715vw;
}

.u-max-w-716px {
  max-width: 716px;
}

.u-max-w-716vw {
  max-width: 716vw;
}

.u-max-w-717px {
  max-width: 717px;
}

.u-max-w-717vw {
  max-width: 717vw;
}

.u-max-w-718px {
  max-width: 718px;
}

.u-max-w-718vw {
  max-width: 718vw;
}

.u-max-w-719px {
  max-width: 719px;
}

.u-max-w-719vw {
  max-width: 719vw;
}

.u-max-w-720px {
  max-width: 720px;
}

.u-max-w-720vw {
  max-width: 720vw;
}

.u-max-w-721px {
  max-width: 721px;
}

.u-max-w-721vw {
  max-width: 721vw;
}

.u-max-w-722px {
  max-width: 722px;
}

.u-max-w-722vw {
  max-width: 722vw;
}

.u-max-w-723px {
  max-width: 723px;
}

.u-max-w-723vw {
  max-width: 723vw;
}

.u-max-w-724px {
  max-width: 724px;
}

.u-max-w-724vw {
  max-width: 724vw;
}

.u-max-w-725px {
  max-width: 725px;
}

.u-max-w-725vw {
  max-width: 725vw;
}

.u-max-w-726px {
  max-width: 726px;
}

.u-max-w-726vw {
  max-width: 726vw;
}

.u-max-w-727px {
  max-width: 727px;
}

.u-max-w-727vw {
  max-width: 727vw;
}

.u-max-w-728px {
  max-width: 728px;
}

.u-max-w-728vw {
  max-width: 728vw;
}

.u-max-w-729px {
  max-width: 729px;
}

.u-max-w-729vw {
  max-width: 729vw;
}

.u-max-w-730px {
  max-width: 730px;
}

.u-max-w-730vw {
  max-width: 730vw;
}

.u-max-w-731px {
  max-width: 731px;
}

.u-max-w-731vw {
  max-width: 731vw;
}

.u-max-w-732px {
  max-width: 732px;
}

.u-max-w-732vw {
  max-width: 732vw;
}

.u-max-w-733px {
  max-width: 733px;
}

.u-max-w-733vw {
  max-width: 733vw;
}

.u-max-w-734px {
  max-width: 734px;
}

.u-max-w-734vw {
  max-width: 734vw;
}

.u-max-w-735px {
  max-width: 735px;
}

.u-max-w-735vw {
  max-width: 735vw;
}

.u-max-w-736px {
  max-width: 736px;
}

.u-max-w-736vw {
  max-width: 736vw;
}

.u-max-w-737px {
  max-width: 737px;
}

.u-max-w-737vw {
  max-width: 737vw;
}

.u-max-w-738px {
  max-width: 738px;
}

.u-max-w-738vw {
  max-width: 738vw;
}

.u-max-w-739px {
  max-width: 739px;
}

.u-max-w-739vw {
  max-width: 739vw;
}

.u-max-w-740px {
  max-width: 740px;
}

.u-max-w-740vw {
  max-width: 740vw;
}

.u-max-w-741px {
  max-width: 741px;
}

.u-max-w-741vw {
  max-width: 741vw;
}

.u-max-w-742px {
  max-width: 742px;
}

.u-max-w-742vw {
  max-width: 742vw;
}

.u-max-w-743px {
  max-width: 743px;
}

.u-max-w-743vw {
  max-width: 743vw;
}

.u-max-w-744px {
  max-width: 744px;
}

.u-max-w-744vw {
  max-width: 744vw;
}

.u-max-w-745px {
  max-width: 745px;
}

.u-max-w-745vw {
  max-width: 745vw;
}

.u-max-w-746px {
  max-width: 746px;
}

.u-max-w-746vw {
  max-width: 746vw;
}

.u-max-w-747px {
  max-width: 747px;
}

.u-max-w-747vw {
  max-width: 747vw;
}

.u-max-w-748px {
  max-width: 748px;
}

.u-max-w-748vw {
  max-width: 748vw;
}

.u-max-w-749px {
  max-width: 749px;
}

.u-max-w-749vw {
  max-width: 749vw;
}

.u-max-w-750px {
  max-width: 750px;
}

.u-max-w-750vw {
  max-width: 750vw;
}

.u-max-w-751px {
  max-width: 751px;
}

.u-max-w-751vw {
  max-width: 751vw;
}

.u-max-w-752px {
  max-width: 752px;
}

.u-max-w-752vw {
  max-width: 752vw;
}

.u-max-w-753px {
  max-width: 753px;
}

.u-max-w-753vw {
  max-width: 753vw;
}

.u-max-w-754px {
  max-width: 754px;
}

.u-max-w-754vw {
  max-width: 754vw;
}

.u-max-w-755px {
  max-width: 755px;
}

.u-max-w-755vw {
  max-width: 755vw;
}

.u-max-w-756px {
  max-width: 756px;
}

.u-max-w-756vw {
  max-width: 756vw;
}

.u-max-w-757px {
  max-width: 757px;
}

.u-max-w-757vw {
  max-width: 757vw;
}

.u-max-w-758px {
  max-width: 758px;
}

.u-max-w-758vw {
  max-width: 758vw;
}

.u-max-w-759px {
  max-width: 759px;
}

.u-max-w-759vw {
  max-width: 759vw;
}

.u-max-w-760px {
  max-width: 760px;
}

.u-max-w-760vw {
  max-width: 760vw;
}

.u-max-w-761px {
  max-width: 761px;
}

.u-max-w-761vw {
  max-width: 761vw;
}

.u-max-w-762px {
  max-width: 762px;
}

.u-max-w-762vw {
  max-width: 762vw;
}

.u-max-w-763px {
  max-width: 763px;
}

.u-max-w-763vw {
  max-width: 763vw;
}

.u-max-w-764px {
  max-width: 764px;
}

.u-max-w-764vw {
  max-width: 764vw;
}

.u-max-w-765px {
  max-width: 765px;
}

.u-max-w-765vw {
  max-width: 765vw;
}

.u-max-w-766px {
  max-width: 766px;
}

.u-max-w-766vw {
  max-width: 766vw;
}

.u-max-w-767px {
  max-width: 767px;
}

.u-max-w-767vw {
  max-width: 767vw;
}

.u-max-w-768px {
  max-width: 768px;
}

.u-max-w-768vw {
  max-width: 768vw;
}

.u-max-w-769px {
  max-width: 769px;
}

.u-max-w-769vw {
  max-width: 769vw;
}

.u-max-w-770px {
  max-width: 770px;
}

.u-max-w-770vw {
  max-width: 770vw;
}

.u-max-w-771px {
  max-width: 771px;
}

.u-max-w-771vw {
  max-width: 771vw;
}

.u-max-w-772px {
  max-width: 772px;
}

.u-max-w-772vw {
  max-width: 772vw;
}

.u-max-w-773px {
  max-width: 773px;
}

.u-max-w-773vw {
  max-width: 773vw;
}

.u-max-w-774px {
  max-width: 774px;
}

.u-max-w-774vw {
  max-width: 774vw;
}

.u-max-w-775px {
  max-width: 775px;
}

.u-max-w-775vw {
  max-width: 775vw;
}

.u-max-w-776px {
  max-width: 776px;
}

.u-max-w-776vw {
  max-width: 776vw;
}

.u-max-w-777px {
  max-width: 777px;
}

.u-max-w-777vw {
  max-width: 777vw;
}

.u-max-w-778px {
  max-width: 778px;
}

.u-max-w-778vw {
  max-width: 778vw;
}

.u-max-w-779px {
  max-width: 779px;
}

.u-max-w-779vw {
  max-width: 779vw;
}

.u-max-w-780px {
  max-width: 780px;
}

.u-max-w-780vw {
  max-width: 780vw;
}

.u-max-w-781px {
  max-width: 781px;
}

.u-max-w-781vw {
  max-width: 781vw;
}

.u-max-w-782px {
  max-width: 782px;
}

.u-max-w-782vw {
  max-width: 782vw;
}

.u-max-w-783px {
  max-width: 783px;
}

.u-max-w-783vw {
  max-width: 783vw;
}

.u-max-w-784px {
  max-width: 784px;
}

.u-max-w-784vw {
  max-width: 784vw;
}

.u-max-w-785px {
  max-width: 785px;
}

.u-max-w-785vw {
  max-width: 785vw;
}

.u-max-w-786px {
  max-width: 786px;
}

.u-max-w-786vw {
  max-width: 786vw;
}

.u-max-w-787px {
  max-width: 787px;
}

.u-max-w-787vw {
  max-width: 787vw;
}

.u-max-w-788px {
  max-width: 788px;
}

.u-max-w-788vw {
  max-width: 788vw;
}

.u-max-w-789px {
  max-width: 789px;
}

.u-max-w-789vw {
  max-width: 789vw;
}

.u-max-w-790px {
  max-width: 790px;
}

.u-max-w-790vw {
  max-width: 790vw;
}

.u-max-w-791px {
  max-width: 791px;
}

.u-max-w-791vw {
  max-width: 791vw;
}

.u-max-w-792px {
  max-width: 792px;
}

.u-max-w-792vw {
  max-width: 792vw;
}

.u-max-w-793px {
  max-width: 793px;
}

.u-max-w-793vw {
  max-width: 793vw;
}

.u-max-w-794px {
  max-width: 794px;
}

.u-max-w-794vw {
  max-width: 794vw;
}

.u-max-w-795px {
  max-width: 795px;
}

.u-max-w-795vw {
  max-width: 795vw;
}

.u-max-w-796px {
  max-width: 796px;
}

.u-max-w-796vw {
  max-width: 796vw;
}

.u-max-w-797px {
  max-width: 797px;
}

.u-max-w-797vw {
  max-width: 797vw;
}

.u-max-w-798px {
  max-width: 798px;
}

.u-max-w-798vw {
  max-width: 798vw;
}

.u-max-w-799px {
  max-width: 799px;
}

.u-max-w-799vw {
  max-width: 799vw;
}

.u-max-w-800px {
  max-width: 800px;
}

.u-max-w-800vw {
  max-width: 800vw;
}

.u-max-w-801px {
  max-width: 801px;
}

.u-max-w-801vw {
  max-width: 801vw;
}

.u-max-w-802px {
  max-width: 802px;
}

.u-max-w-802vw {
  max-width: 802vw;
}

.u-max-w-803px {
  max-width: 803px;
}

.u-max-w-803vw {
  max-width: 803vw;
}

.u-max-w-804px {
  max-width: 804px;
}

.u-max-w-804vw {
  max-width: 804vw;
}

.u-max-w-805px {
  max-width: 805px;
}

.u-max-w-805vw {
  max-width: 805vw;
}

.u-max-w-806px {
  max-width: 806px;
}

.u-max-w-806vw {
  max-width: 806vw;
}

.u-max-w-807px {
  max-width: 807px;
}

.u-max-w-807vw {
  max-width: 807vw;
}

.u-max-w-808px {
  max-width: 808px;
}

.u-max-w-808vw {
  max-width: 808vw;
}

.u-max-w-809px {
  max-width: 809px;
}

.u-max-w-809vw {
  max-width: 809vw;
}

.u-max-w-810px {
  max-width: 810px;
}

.u-max-w-810vw {
  max-width: 810vw;
}

.u-max-w-811px {
  max-width: 811px;
}

.u-max-w-811vw {
  max-width: 811vw;
}

.u-max-w-812px {
  max-width: 812px;
}

.u-max-w-812vw {
  max-width: 812vw;
}

.u-max-w-813px {
  max-width: 813px;
}

.u-max-w-813vw {
  max-width: 813vw;
}

.u-max-w-814px {
  max-width: 814px;
}

.u-max-w-814vw {
  max-width: 814vw;
}

.u-max-w-815px {
  max-width: 815px;
}

.u-max-w-815vw {
  max-width: 815vw;
}

.u-max-w-816px {
  max-width: 816px;
}

.u-max-w-816vw {
  max-width: 816vw;
}

.u-max-w-817px {
  max-width: 817px;
}

.u-max-w-817vw {
  max-width: 817vw;
}

.u-max-w-818px {
  max-width: 818px;
}

.u-max-w-818vw {
  max-width: 818vw;
}

.u-max-w-819px {
  max-width: 819px;
}

.u-max-w-819vw {
  max-width: 819vw;
}

.u-max-w-820px {
  max-width: 820px;
}

.u-max-w-820vw {
  max-width: 820vw;
}

.u-max-w-821px {
  max-width: 821px;
}

.u-max-w-821vw {
  max-width: 821vw;
}

.u-max-w-822px {
  max-width: 822px;
}

.u-max-w-822vw {
  max-width: 822vw;
}

.u-max-w-823px {
  max-width: 823px;
}

.u-max-w-823vw {
  max-width: 823vw;
}

.u-max-w-824px {
  max-width: 824px;
}

.u-max-w-824vw {
  max-width: 824vw;
}

.u-max-w-825px {
  max-width: 825px;
}

.u-max-w-825vw {
  max-width: 825vw;
}

.u-max-w-826px {
  max-width: 826px;
}

.u-max-w-826vw {
  max-width: 826vw;
}

.u-max-w-827px {
  max-width: 827px;
}

.u-max-w-827vw {
  max-width: 827vw;
}

.u-max-w-828px {
  max-width: 828px;
}

.u-max-w-828vw {
  max-width: 828vw;
}

.u-max-w-829px {
  max-width: 829px;
}

.u-max-w-829vw {
  max-width: 829vw;
}

.u-max-w-830px {
  max-width: 830px;
}

.u-max-w-830vw {
  max-width: 830vw;
}

.u-max-w-831px {
  max-width: 831px;
}

.u-max-w-831vw {
  max-width: 831vw;
}

.u-max-w-832px {
  max-width: 832px;
}

.u-max-w-832vw {
  max-width: 832vw;
}

.u-max-w-833px {
  max-width: 833px;
}

.u-max-w-833vw {
  max-width: 833vw;
}

.u-max-w-834px {
  max-width: 834px;
}

.u-max-w-834vw {
  max-width: 834vw;
}

.u-max-w-835px {
  max-width: 835px;
}

.u-max-w-835vw {
  max-width: 835vw;
}

.u-max-w-836px {
  max-width: 836px;
}

.u-max-w-836vw {
  max-width: 836vw;
}

.u-max-w-837px {
  max-width: 837px;
}

.u-max-w-837vw {
  max-width: 837vw;
}

.u-max-w-838px {
  max-width: 838px;
}

.u-max-w-838vw {
  max-width: 838vw;
}

.u-max-w-839px {
  max-width: 839px;
}

.u-max-w-839vw {
  max-width: 839vw;
}

.u-max-w-840px {
  max-width: 840px;
}

.u-max-w-840vw {
  max-width: 840vw;
}

.u-max-w-841px {
  max-width: 841px;
}

.u-max-w-841vw {
  max-width: 841vw;
}

.u-max-w-842px {
  max-width: 842px;
}

.u-max-w-842vw {
  max-width: 842vw;
}

.u-max-w-843px {
  max-width: 843px;
}

.u-max-w-843vw {
  max-width: 843vw;
}

.u-max-w-844px {
  max-width: 844px;
}

.u-max-w-844vw {
  max-width: 844vw;
}

.u-max-w-845px {
  max-width: 845px;
}

.u-max-w-845vw {
  max-width: 845vw;
}

.u-max-w-846px {
  max-width: 846px;
}

.u-max-w-846vw {
  max-width: 846vw;
}

.u-max-w-847px {
  max-width: 847px;
}

.u-max-w-847vw {
  max-width: 847vw;
}

.u-max-w-848px {
  max-width: 848px;
}

.u-max-w-848vw {
  max-width: 848vw;
}

.u-max-w-849px {
  max-width: 849px;
}

.u-max-w-849vw {
  max-width: 849vw;
}

.u-max-w-850px {
  max-width: 850px;
}

.u-max-w-850vw {
  max-width: 850vw;
}

.u-max-w-851px {
  max-width: 851px;
}

.u-max-w-851vw {
  max-width: 851vw;
}

.u-max-w-852px {
  max-width: 852px;
}

.u-max-w-852vw {
  max-width: 852vw;
}

.u-max-w-853px {
  max-width: 853px;
}

.u-max-w-853vw {
  max-width: 853vw;
}

.u-max-w-854px {
  max-width: 854px;
}

.u-max-w-854vw {
  max-width: 854vw;
}

.u-max-w-855px {
  max-width: 855px;
}

.u-max-w-855vw {
  max-width: 855vw;
}

.u-max-w-856px {
  max-width: 856px;
}

.u-max-w-856vw {
  max-width: 856vw;
}

.u-max-w-857px {
  max-width: 857px;
}

.u-max-w-857vw {
  max-width: 857vw;
}

.u-max-w-858px {
  max-width: 858px;
}

.u-max-w-858vw {
  max-width: 858vw;
}

.u-max-w-859px {
  max-width: 859px;
}

.u-max-w-859vw {
  max-width: 859vw;
}

.u-max-w-860px {
  max-width: 860px;
}

.u-max-w-860vw {
  max-width: 860vw;
}

.u-max-w-861px {
  max-width: 861px;
}

.u-max-w-861vw {
  max-width: 861vw;
}

.u-max-w-862px {
  max-width: 862px;
}

.u-max-w-862vw {
  max-width: 862vw;
}

.u-max-w-863px {
  max-width: 863px;
}

.u-max-w-863vw {
  max-width: 863vw;
}

.u-max-w-864px {
  max-width: 864px;
}

.u-max-w-864vw {
  max-width: 864vw;
}

.u-max-w-865px {
  max-width: 865px;
}

.u-max-w-865vw {
  max-width: 865vw;
}

.u-max-w-866px {
  max-width: 866px;
}

.u-max-w-866vw {
  max-width: 866vw;
}

.u-max-w-867px {
  max-width: 867px;
}

.u-max-w-867vw {
  max-width: 867vw;
}

.u-max-w-868px {
  max-width: 868px;
}

.u-max-w-868vw {
  max-width: 868vw;
}

.u-max-w-869px {
  max-width: 869px;
}

.u-max-w-869vw {
  max-width: 869vw;
}

.u-max-w-870px {
  max-width: 870px;
}

.u-max-w-870vw {
  max-width: 870vw;
}

.u-max-w-871px {
  max-width: 871px;
}

.u-max-w-871vw {
  max-width: 871vw;
}

.u-max-w-872px {
  max-width: 872px;
}

.u-max-w-872vw {
  max-width: 872vw;
}

.u-max-w-873px {
  max-width: 873px;
}

.u-max-w-873vw {
  max-width: 873vw;
}

.u-max-w-874px {
  max-width: 874px;
}

.u-max-w-874vw {
  max-width: 874vw;
}

.u-max-w-875px {
  max-width: 875px;
}

.u-max-w-875vw {
  max-width: 875vw;
}

.u-max-w-876px {
  max-width: 876px;
}

.u-max-w-876vw {
  max-width: 876vw;
}

.u-max-w-877px {
  max-width: 877px;
}

.u-max-w-877vw {
  max-width: 877vw;
}

.u-max-w-878px {
  max-width: 878px;
}

.u-max-w-878vw {
  max-width: 878vw;
}

.u-max-w-879px {
  max-width: 879px;
}

.u-max-w-879vw {
  max-width: 879vw;
}

.u-max-w-880px {
  max-width: 880px;
}

.u-max-w-880vw {
  max-width: 880vw;
}

.u-max-w-881px {
  max-width: 881px;
}

.u-max-w-881vw {
  max-width: 881vw;
}

.u-max-w-882px {
  max-width: 882px;
}

.u-max-w-882vw {
  max-width: 882vw;
}

.u-max-w-883px {
  max-width: 883px;
}

.u-max-w-883vw {
  max-width: 883vw;
}

.u-max-w-884px {
  max-width: 884px;
}

.u-max-w-884vw {
  max-width: 884vw;
}

.u-max-w-885px {
  max-width: 885px;
}

.u-max-w-885vw {
  max-width: 885vw;
}

.u-max-w-886px {
  max-width: 886px;
}

.u-max-w-886vw {
  max-width: 886vw;
}

.u-max-w-887px {
  max-width: 887px;
}

.u-max-w-887vw {
  max-width: 887vw;
}

.u-max-w-888px {
  max-width: 888px;
}

.u-max-w-888vw {
  max-width: 888vw;
}

.u-max-w-889px {
  max-width: 889px;
}

.u-max-w-889vw {
  max-width: 889vw;
}

.u-max-w-890px {
  max-width: 890px;
}

.u-max-w-890vw {
  max-width: 890vw;
}

.u-max-w-891px {
  max-width: 891px;
}

.u-max-w-891vw {
  max-width: 891vw;
}

.u-max-w-892px {
  max-width: 892px;
}

.u-max-w-892vw {
  max-width: 892vw;
}

.u-max-w-893px {
  max-width: 893px;
}

.u-max-w-893vw {
  max-width: 893vw;
}

.u-max-w-894px {
  max-width: 894px;
}

.u-max-w-894vw {
  max-width: 894vw;
}

.u-max-w-895px {
  max-width: 895px;
}

.u-max-w-895vw {
  max-width: 895vw;
}

.u-max-w-896px {
  max-width: 896px;
}

.u-max-w-896vw {
  max-width: 896vw;
}

.u-max-w-897px {
  max-width: 897px;
}

.u-max-w-897vw {
  max-width: 897vw;
}

.u-max-w-898px {
  max-width: 898px;
}

.u-max-w-898vw {
  max-width: 898vw;
}

.u-max-w-899px {
  max-width: 899px;
}

.u-max-w-899vw {
  max-width: 899vw;
}

.u-max-w-900px {
  max-width: 900px;
}

.u-max-w-900vw {
  max-width: 900vw;
}

.u-max-w-901px {
  max-width: 901px;
}

.u-max-w-901vw {
  max-width: 901vw;
}

.u-max-w-902px {
  max-width: 902px;
}

.u-max-w-902vw {
  max-width: 902vw;
}

.u-max-w-903px {
  max-width: 903px;
}

.u-max-w-903vw {
  max-width: 903vw;
}

.u-max-w-904px {
  max-width: 904px;
}

.u-max-w-904vw {
  max-width: 904vw;
}

.u-max-w-905px {
  max-width: 905px;
}

.u-max-w-905vw {
  max-width: 905vw;
}

.u-max-w-906px {
  max-width: 906px;
}

.u-max-w-906vw {
  max-width: 906vw;
}

.u-max-w-907px {
  max-width: 907px;
}

.u-max-w-907vw {
  max-width: 907vw;
}

.u-max-w-908px {
  max-width: 908px;
}

.u-max-w-908vw {
  max-width: 908vw;
}

.u-max-w-909px {
  max-width: 909px;
}

.u-max-w-909vw {
  max-width: 909vw;
}

.u-max-w-910px {
  max-width: 910px;
}

.u-max-w-910vw {
  max-width: 910vw;
}

.u-max-w-911px {
  max-width: 911px;
}

.u-max-w-911vw {
  max-width: 911vw;
}

.u-max-w-912px {
  max-width: 912px;
}

.u-max-w-912vw {
  max-width: 912vw;
}

.u-max-w-913px {
  max-width: 913px;
}

.u-max-w-913vw {
  max-width: 913vw;
}

.u-max-w-914px {
  max-width: 914px;
}

.u-max-w-914vw {
  max-width: 914vw;
}

.u-max-w-915px {
  max-width: 915px;
}

.u-max-w-915vw {
  max-width: 915vw;
}

.u-max-w-916px {
  max-width: 916px;
}

.u-max-w-916vw {
  max-width: 916vw;
}

.u-max-w-917px {
  max-width: 917px;
}

.u-max-w-917vw {
  max-width: 917vw;
}

.u-max-w-918px {
  max-width: 918px;
}

.u-max-w-918vw {
  max-width: 918vw;
}

.u-max-w-919px {
  max-width: 919px;
}

.u-max-w-919vw {
  max-width: 919vw;
}

.u-max-w-920px {
  max-width: 920px;
}

.u-max-w-920vw {
  max-width: 920vw;
}

.u-max-w-921px {
  max-width: 921px;
}

.u-max-w-921vw {
  max-width: 921vw;
}

.u-max-w-922px {
  max-width: 922px;
}

.u-max-w-922vw {
  max-width: 922vw;
}

.u-max-w-923px {
  max-width: 923px;
}

.u-max-w-923vw {
  max-width: 923vw;
}

.u-max-w-924px {
  max-width: 924px;
}

.u-max-w-924vw {
  max-width: 924vw;
}

.u-max-w-925px {
  max-width: 925px;
}

.u-max-w-925vw {
  max-width: 925vw;
}

.u-max-w-926px {
  max-width: 926px;
}

.u-max-w-926vw {
  max-width: 926vw;
}

.u-max-w-927px {
  max-width: 927px;
}

.u-max-w-927vw {
  max-width: 927vw;
}

.u-max-w-928px {
  max-width: 928px;
}

.u-max-w-928vw {
  max-width: 928vw;
}

.u-max-w-929px {
  max-width: 929px;
}

.u-max-w-929vw {
  max-width: 929vw;
}

.u-max-w-930px {
  max-width: 930px;
}

.u-max-w-930vw {
  max-width: 930vw;
}

.u-max-w-931px {
  max-width: 931px;
}

.u-max-w-931vw {
  max-width: 931vw;
}

.u-max-w-932px {
  max-width: 932px;
}

.u-max-w-932vw {
  max-width: 932vw;
}

.u-max-w-933px {
  max-width: 933px;
}

.u-max-w-933vw {
  max-width: 933vw;
}

.u-max-w-934px {
  max-width: 934px;
}

.u-max-w-934vw {
  max-width: 934vw;
}

.u-max-w-935px {
  max-width: 935px;
}

.u-max-w-935vw {
  max-width: 935vw;
}

.u-max-w-936px {
  max-width: 936px;
}

.u-max-w-936vw {
  max-width: 936vw;
}

.u-max-w-937px {
  max-width: 937px;
}

.u-max-w-937vw {
  max-width: 937vw;
}

.u-max-w-938px {
  max-width: 938px;
}

.u-max-w-938vw {
  max-width: 938vw;
}

.u-max-w-939px {
  max-width: 939px;
}

.u-max-w-939vw {
  max-width: 939vw;
}

.u-max-w-940px {
  max-width: 940px;
}

.u-max-w-940vw {
  max-width: 940vw;
}

.u-max-w-941px {
  max-width: 941px;
}

.u-max-w-941vw {
  max-width: 941vw;
}

.u-max-w-942px {
  max-width: 942px;
}

.u-max-w-942vw {
  max-width: 942vw;
}

.u-max-w-943px {
  max-width: 943px;
}

.u-max-w-943vw {
  max-width: 943vw;
}

.u-max-w-944px {
  max-width: 944px;
}

.u-max-w-944vw {
  max-width: 944vw;
}

.u-max-w-945px {
  max-width: 945px;
}

.u-max-w-945vw {
  max-width: 945vw;
}

.u-max-w-946px {
  max-width: 946px;
}

.u-max-w-946vw {
  max-width: 946vw;
}

.u-max-w-947px {
  max-width: 947px;
}

.u-max-w-947vw {
  max-width: 947vw;
}

.u-max-w-948px {
  max-width: 948px;
}

.u-max-w-948vw {
  max-width: 948vw;
}

.u-max-w-949px {
  max-width: 949px;
}

.u-max-w-949vw {
  max-width: 949vw;
}

.u-max-w-950px {
  max-width: 950px;
}

.u-max-w-950vw {
  max-width: 950vw;
}

.u-max-w-951px {
  max-width: 951px;
}

.u-max-w-951vw {
  max-width: 951vw;
}

.u-max-w-952px {
  max-width: 952px;
}

.u-max-w-952vw {
  max-width: 952vw;
}

.u-max-w-953px {
  max-width: 953px;
}

.u-max-w-953vw {
  max-width: 953vw;
}

.u-max-w-954px {
  max-width: 954px;
}

.u-max-w-954vw {
  max-width: 954vw;
}

.u-max-w-955px {
  max-width: 955px;
}

.u-max-w-955vw {
  max-width: 955vw;
}

.u-max-w-956px {
  max-width: 956px;
}

.u-max-w-956vw {
  max-width: 956vw;
}

.u-max-w-957px {
  max-width: 957px;
}

.u-max-w-957vw {
  max-width: 957vw;
}

.u-max-w-958px {
  max-width: 958px;
}

.u-max-w-958vw {
  max-width: 958vw;
}

.u-max-w-959px {
  max-width: 959px;
}

.u-max-w-959vw {
  max-width: 959vw;
}

.u-max-w-960px {
  max-width: 960px;
}

.u-max-w-960vw {
  max-width: 960vw;
}

.u-max-w-961px {
  max-width: 961px;
}

.u-max-w-961vw {
  max-width: 961vw;
}

.u-max-w-962px {
  max-width: 962px;
}

.u-max-w-962vw {
  max-width: 962vw;
}

.u-max-w-963px {
  max-width: 963px;
}

.u-max-w-963vw {
  max-width: 963vw;
}

.u-max-w-964px {
  max-width: 964px;
}

.u-max-w-964vw {
  max-width: 964vw;
}

.u-max-w-965px {
  max-width: 965px;
}

.u-max-w-965vw {
  max-width: 965vw;
}

.u-max-w-966px {
  max-width: 966px;
}

.u-max-w-966vw {
  max-width: 966vw;
}

.u-max-w-967px {
  max-width: 967px;
}

.u-max-w-967vw {
  max-width: 967vw;
}

.u-max-w-968px {
  max-width: 968px;
}

.u-max-w-968vw {
  max-width: 968vw;
}

.u-max-w-969px {
  max-width: 969px;
}

.u-max-w-969vw {
  max-width: 969vw;
}

.u-max-w-970px {
  max-width: 970px;
}

.u-max-w-970vw {
  max-width: 970vw;
}

.u-max-w-971px {
  max-width: 971px;
}

.u-max-w-971vw {
  max-width: 971vw;
}

.u-max-w-972px {
  max-width: 972px;
}

.u-max-w-972vw {
  max-width: 972vw;
}

.u-max-w-973px {
  max-width: 973px;
}

.u-max-w-973vw {
  max-width: 973vw;
}

.u-max-w-974px {
  max-width: 974px;
}

.u-max-w-974vw {
  max-width: 974vw;
}

.u-max-w-975px {
  max-width: 975px;
}

.u-max-w-975vw {
  max-width: 975vw;
}

.u-max-w-976px {
  max-width: 976px;
}

.u-max-w-976vw {
  max-width: 976vw;
}

.u-max-w-977px {
  max-width: 977px;
}

.u-max-w-977vw {
  max-width: 977vw;
}

.u-max-w-978px {
  max-width: 978px;
}

.u-max-w-978vw {
  max-width: 978vw;
}

.u-max-w-979px {
  max-width: 979px;
}

.u-max-w-979vw {
  max-width: 979vw;
}

.u-max-w-980px {
  max-width: 980px;
}

.u-max-w-980vw {
  max-width: 980vw;
}

.u-max-w-981px {
  max-width: 981px;
}

.u-max-w-981vw {
  max-width: 981vw;
}

.u-max-w-982px {
  max-width: 982px;
}

.u-max-w-982vw {
  max-width: 982vw;
}

.u-max-w-983px {
  max-width: 983px;
}

.u-max-w-983vw {
  max-width: 983vw;
}

.u-max-w-984px {
  max-width: 984px;
}

.u-max-w-984vw {
  max-width: 984vw;
}

.u-max-w-985px {
  max-width: 985px;
}

.u-max-w-985vw {
  max-width: 985vw;
}

.u-max-w-986px {
  max-width: 986px;
}

.u-max-w-986vw {
  max-width: 986vw;
}

.u-max-w-987px {
  max-width: 987px;
}

.u-max-w-987vw {
  max-width: 987vw;
}

.u-max-w-988px {
  max-width: 988px;
}

.u-max-w-988vw {
  max-width: 988vw;
}

.u-max-w-989px {
  max-width: 989px;
}

.u-max-w-989vw {
  max-width: 989vw;
}

.u-max-w-990px {
  max-width: 990px;
}

.u-max-w-990vw {
  max-width: 990vw;
}

.u-max-w-991px {
  max-width: 991px;
}

.u-max-w-991vw {
  max-width: 991vw;
}

.u-max-w-992px {
  max-width: 992px;
}

.u-max-w-992vw {
  max-width: 992vw;
}

.u-max-w-993px {
  max-width: 993px;
}

.u-max-w-993vw {
  max-width: 993vw;
}

.u-max-w-994px {
  max-width: 994px;
}

.u-max-w-994vw {
  max-width: 994vw;
}

.u-max-w-995px {
  max-width: 995px;
}

.u-max-w-995vw {
  max-width: 995vw;
}

.u-max-w-996px {
  max-width: 996px;
}

.u-max-w-996vw {
  max-width: 996vw;
}

.u-max-w-997px {
  max-width: 997px;
}

.u-max-w-997vw {
  max-width: 997vw;
}

.u-max-w-998px {
  max-width: 998px;
}

.u-max-w-998vw {
  max-width: 998vw;
}

.u-max-w-999px {
  max-width: 999px;
}

.u-max-w-999vw {
  max-width: 999vw;
}

.u-max-w-1000px {
  max-width: 1000px;
}

.u-max-w-1000vw {
  max-width: 1000vw;
}

.u-max-h-0px {
  max-height: 0px;
}

.u-max-h-xs-0px {
  max-height: 0px;
}

@media (min-width: 576px) {
  .u-max-h-sm-0px {
    max-height: 0px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-0px {
    max-height: 0px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-0px {
    max-height: 0px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-0px {
    max-height: 0px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-0px {
    max-height: 0px;
  }
}

.u-max-h-1px {
  max-height: 1px;
}

.u-max-h-xs-1px {
  max-height: 1px;
}

@media (min-width: 576px) {
  .u-max-h-sm-1px {
    max-height: 1px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-1px {
    max-height: 1px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-1px {
    max-height: 1px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-1px {
    max-height: 1px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-1px {
    max-height: 1px;
  }
}

.u-max-h-2px {
  max-height: 2px;
}

.u-max-h-xs-2px {
  max-height: 2px;
}

@media (min-width: 576px) {
  .u-max-h-sm-2px {
    max-height: 2px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-2px {
    max-height: 2px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-2px {
    max-height: 2px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-2px {
    max-height: 2px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-2px {
    max-height: 2px;
  }
}

.u-max-h-3px {
  max-height: 3px;
}

.u-max-h-xs-3px {
  max-height: 3px;
}

@media (min-width: 576px) {
  .u-max-h-sm-3px {
    max-height: 3px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-3px {
    max-height: 3px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-3px {
    max-height: 3px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-3px {
    max-height: 3px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-3px {
    max-height: 3px;
  }
}

.u-max-h-4px {
  max-height: 4px;
}

.u-max-h-xs-4px {
  max-height: 4px;
}

@media (min-width: 576px) {
  .u-max-h-sm-4px {
    max-height: 4px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-4px {
    max-height: 4px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-4px {
    max-height: 4px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-4px {
    max-height: 4px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-4px {
    max-height: 4px;
  }
}

.u-max-h-5px {
  max-height: 5px;
}

.u-max-h-xs-5px {
  max-height: 5px;
}

@media (min-width: 576px) {
  .u-max-h-sm-5px {
    max-height: 5px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-5px {
    max-height: 5px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-5px {
    max-height: 5px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-5px {
    max-height: 5px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-5px {
    max-height: 5px;
  }
}

.u-max-h-6px {
  max-height: 6px;
}

.u-max-h-xs-6px {
  max-height: 6px;
}

@media (min-width: 576px) {
  .u-max-h-sm-6px {
    max-height: 6px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-6px {
    max-height: 6px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-6px {
    max-height: 6px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-6px {
    max-height: 6px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-6px {
    max-height: 6px;
  }
}

.u-max-h-7px {
  max-height: 7px;
}

.u-max-h-xs-7px {
  max-height: 7px;
}

@media (min-width: 576px) {
  .u-max-h-sm-7px {
    max-height: 7px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-7px {
    max-height: 7px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-7px {
    max-height: 7px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-7px {
    max-height: 7px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-7px {
    max-height: 7px;
  }
}

.u-max-h-8px {
  max-height: 8px;
}

.u-max-h-xs-8px {
  max-height: 8px;
}

@media (min-width: 576px) {
  .u-max-h-sm-8px {
    max-height: 8px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-8px {
    max-height: 8px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-8px {
    max-height: 8px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-8px {
    max-height: 8px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-8px {
    max-height: 8px;
  }
}

.u-max-h-9px {
  max-height: 9px;
}

.u-max-h-xs-9px {
  max-height: 9px;
}

@media (min-width: 576px) {
  .u-max-h-sm-9px {
    max-height: 9px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-9px {
    max-height: 9px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-9px {
    max-height: 9px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-9px {
    max-height: 9px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-9px {
    max-height: 9px;
  }
}

.u-max-h-10px {
  max-height: 10px;
}

.u-max-h-xs-10px {
  max-height: 10px;
}

@media (min-width: 576px) {
  .u-max-h-sm-10px {
    max-height: 10px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-10px {
    max-height: 10px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-10px {
    max-height: 10px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-10px {
    max-height: 10px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-10px {
    max-height: 10px;
  }
}

.u-max-h-11px {
  max-height: 11px;
}

.u-max-h-xs-11px {
  max-height: 11px;
}

@media (min-width: 576px) {
  .u-max-h-sm-11px {
    max-height: 11px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-11px {
    max-height: 11px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-11px {
    max-height: 11px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-11px {
    max-height: 11px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-11px {
    max-height: 11px;
  }
}

.u-max-h-12px {
  max-height: 12px;
}

.u-max-h-xs-12px {
  max-height: 12px;
}

@media (min-width: 576px) {
  .u-max-h-sm-12px {
    max-height: 12px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-12px {
    max-height: 12px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-12px {
    max-height: 12px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-12px {
    max-height: 12px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-12px {
    max-height: 12px;
  }
}

.u-max-h-13px {
  max-height: 13px;
}

.u-max-h-xs-13px {
  max-height: 13px;
}

@media (min-width: 576px) {
  .u-max-h-sm-13px {
    max-height: 13px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-13px {
    max-height: 13px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-13px {
    max-height: 13px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-13px {
    max-height: 13px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-13px {
    max-height: 13px;
  }
}

.u-max-h-14px {
  max-height: 14px;
}

.u-max-h-xs-14px {
  max-height: 14px;
}

@media (min-width: 576px) {
  .u-max-h-sm-14px {
    max-height: 14px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-14px {
    max-height: 14px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-14px {
    max-height: 14px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-14px {
    max-height: 14px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-14px {
    max-height: 14px;
  }
}

.u-max-h-15px {
  max-height: 15px;
}

.u-max-h-xs-15px {
  max-height: 15px;
}

@media (min-width: 576px) {
  .u-max-h-sm-15px {
    max-height: 15px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-15px {
    max-height: 15px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-15px {
    max-height: 15px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-15px {
    max-height: 15px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-15px {
    max-height: 15px;
  }
}

.u-max-h-16px {
  max-height: 16px;
}

.u-max-h-xs-16px {
  max-height: 16px;
}

@media (min-width: 576px) {
  .u-max-h-sm-16px {
    max-height: 16px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-16px {
    max-height: 16px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-16px {
    max-height: 16px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-16px {
    max-height: 16px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-16px {
    max-height: 16px;
  }
}

.u-max-h-17px {
  max-height: 17px;
}

.u-max-h-xs-17px {
  max-height: 17px;
}

@media (min-width: 576px) {
  .u-max-h-sm-17px {
    max-height: 17px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-17px {
    max-height: 17px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-17px {
    max-height: 17px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-17px {
    max-height: 17px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-17px {
    max-height: 17px;
  }
}

.u-max-h-18px {
  max-height: 18px;
}

.u-max-h-xs-18px {
  max-height: 18px;
}

@media (min-width: 576px) {
  .u-max-h-sm-18px {
    max-height: 18px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-18px {
    max-height: 18px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-18px {
    max-height: 18px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-18px {
    max-height: 18px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-18px {
    max-height: 18px;
  }
}

.u-max-h-19px {
  max-height: 19px;
}

.u-max-h-xs-19px {
  max-height: 19px;
}

@media (min-width: 576px) {
  .u-max-h-sm-19px {
    max-height: 19px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-19px {
    max-height: 19px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-19px {
    max-height: 19px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-19px {
    max-height: 19px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-19px {
    max-height: 19px;
  }
}

.u-max-h-20px {
  max-height: 20px;
}

.u-max-h-xs-20px {
  max-height: 20px;
}

@media (min-width: 576px) {
  .u-max-h-sm-20px {
    max-height: 20px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-20px {
    max-height: 20px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-20px {
    max-height: 20px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-20px {
    max-height: 20px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-20px {
    max-height: 20px;
  }
}

.u-max-h-21px {
  max-height: 21px;
}

.u-max-h-xs-21px {
  max-height: 21px;
}

@media (min-width: 576px) {
  .u-max-h-sm-21px {
    max-height: 21px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-21px {
    max-height: 21px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-21px {
    max-height: 21px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-21px {
    max-height: 21px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-21px {
    max-height: 21px;
  }
}

.u-max-h-22px {
  max-height: 22px;
}

.u-max-h-xs-22px {
  max-height: 22px;
}

@media (min-width: 576px) {
  .u-max-h-sm-22px {
    max-height: 22px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-22px {
    max-height: 22px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-22px {
    max-height: 22px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-22px {
    max-height: 22px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-22px {
    max-height: 22px;
  }
}

.u-max-h-23px {
  max-height: 23px;
}

.u-max-h-xs-23px {
  max-height: 23px;
}

@media (min-width: 576px) {
  .u-max-h-sm-23px {
    max-height: 23px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-23px {
    max-height: 23px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-23px {
    max-height: 23px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-23px {
    max-height: 23px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-23px {
    max-height: 23px;
  }
}

.u-max-h-24px {
  max-height: 24px;
}

.u-max-h-xs-24px {
  max-height: 24px;
}

@media (min-width: 576px) {
  .u-max-h-sm-24px {
    max-height: 24px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-24px {
    max-height: 24px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-24px {
    max-height: 24px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-24px {
    max-height: 24px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-24px {
    max-height: 24px;
  }
}

.u-max-h-25px {
  max-height: 25px;
}

.u-max-h-xs-25px {
  max-height: 25px;
}

@media (min-width: 576px) {
  .u-max-h-sm-25px {
    max-height: 25px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-25px {
    max-height: 25px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-25px {
    max-height: 25px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-25px {
    max-height: 25px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-25px {
    max-height: 25px;
  }
}

.u-max-h-26px {
  max-height: 26px;
}

.u-max-h-xs-26px {
  max-height: 26px;
}

@media (min-width: 576px) {
  .u-max-h-sm-26px {
    max-height: 26px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-26px {
    max-height: 26px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-26px {
    max-height: 26px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-26px {
    max-height: 26px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-26px {
    max-height: 26px;
  }
}

.u-max-h-27px {
  max-height: 27px;
}

.u-max-h-xs-27px {
  max-height: 27px;
}

@media (min-width: 576px) {
  .u-max-h-sm-27px {
    max-height: 27px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-27px {
    max-height: 27px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-27px {
    max-height: 27px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-27px {
    max-height: 27px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-27px {
    max-height: 27px;
  }
}

.u-max-h-28px {
  max-height: 28px;
}

.u-max-h-xs-28px {
  max-height: 28px;
}

@media (min-width: 576px) {
  .u-max-h-sm-28px {
    max-height: 28px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-28px {
    max-height: 28px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-28px {
    max-height: 28px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-28px {
    max-height: 28px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-28px {
    max-height: 28px;
  }
}

.u-max-h-29px {
  max-height: 29px;
}

.u-max-h-xs-29px {
  max-height: 29px;
}

@media (min-width: 576px) {
  .u-max-h-sm-29px {
    max-height: 29px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-29px {
    max-height: 29px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-29px {
    max-height: 29px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-29px {
    max-height: 29px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-29px {
    max-height: 29px;
  }
}

.u-max-h-30px {
  max-height: 30px;
}

.u-max-h-xs-30px {
  max-height: 30px;
}

@media (min-width: 576px) {
  .u-max-h-sm-30px {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-30px {
    max-height: 30px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-30px {
    max-height: 30px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-30px {
    max-height: 30px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-30px {
    max-height: 30px;
  }
}

.u-max-h-31px {
  max-height: 31px;
}

.u-max-h-xs-31px {
  max-height: 31px;
}

@media (min-width: 576px) {
  .u-max-h-sm-31px {
    max-height: 31px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-31px {
    max-height: 31px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-31px {
    max-height: 31px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-31px {
    max-height: 31px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-31px {
    max-height: 31px;
  }
}

.u-max-h-32px {
  max-height: 32px;
}

.u-max-h-xs-32px {
  max-height: 32px;
}

@media (min-width: 576px) {
  .u-max-h-sm-32px {
    max-height: 32px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-32px {
    max-height: 32px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-32px {
    max-height: 32px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-32px {
    max-height: 32px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-32px {
    max-height: 32px;
  }
}

.u-max-h-33px {
  max-height: 33px;
}

.u-max-h-xs-33px {
  max-height: 33px;
}

@media (min-width: 576px) {
  .u-max-h-sm-33px {
    max-height: 33px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-33px {
    max-height: 33px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-33px {
    max-height: 33px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-33px {
    max-height: 33px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-33px {
    max-height: 33px;
  }
}

.u-max-h-34px {
  max-height: 34px;
}

.u-max-h-xs-34px {
  max-height: 34px;
}

@media (min-width: 576px) {
  .u-max-h-sm-34px {
    max-height: 34px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-34px {
    max-height: 34px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-34px {
    max-height: 34px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-34px {
    max-height: 34px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-34px {
    max-height: 34px;
  }
}

.u-max-h-35px {
  max-height: 35px;
}

.u-max-h-xs-35px {
  max-height: 35px;
}

@media (min-width: 576px) {
  .u-max-h-sm-35px {
    max-height: 35px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-35px {
    max-height: 35px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-35px {
    max-height: 35px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-35px {
    max-height: 35px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-35px {
    max-height: 35px;
  }
}

.u-max-h-36px {
  max-height: 36px;
}

.u-max-h-xs-36px {
  max-height: 36px;
}

@media (min-width: 576px) {
  .u-max-h-sm-36px {
    max-height: 36px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-36px {
    max-height: 36px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-36px {
    max-height: 36px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-36px {
    max-height: 36px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-36px {
    max-height: 36px;
  }
}

.u-max-h-37px {
  max-height: 37px;
}

.u-max-h-xs-37px {
  max-height: 37px;
}

@media (min-width: 576px) {
  .u-max-h-sm-37px {
    max-height: 37px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-37px {
    max-height: 37px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-37px {
    max-height: 37px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-37px {
    max-height: 37px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-37px {
    max-height: 37px;
  }
}

.u-max-h-38px {
  max-height: 38px;
}

.u-max-h-xs-38px {
  max-height: 38px;
}

@media (min-width: 576px) {
  .u-max-h-sm-38px {
    max-height: 38px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-38px {
    max-height: 38px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-38px {
    max-height: 38px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-38px {
    max-height: 38px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-38px {
    max-height: 38px;
  }
}

.u-max-h-39px {
  max-height: 39px;
}

.u-max-h-xs-39px {
  max-height: 39px;
}

@media (min-width: 576px) {
  .u-max-h-sm-39px {
    max-height: 39px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-39px {
    max-height: 39px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-39px {
    max-height: 39px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-39px {
    max-height: 39px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-39px {
    max-height: 39px;
  }
}

.u-max-h-40px {
  max-height: 40px;
}

.u-max-h-xs-40px {
  max-height: 40px;
}

@media (min-width: 576px) {
  .u-max-h-sm-40px {
    max-height: 40px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-40px {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-40px {
    max-height: 40px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-40px {
    max-height: 40px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-40px {
    max-height: 40px;
  }
}

.u-max-h-41px {
  max-height: 41px;
}

.u-max-h-xs-41px {
  max-height: 41px;
}

@media (min-width: 576px) {
  .u-max-h-sm-41px {
    max-height: 41px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-41px {
    max-height: 41px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-41px {
    max-height: 41px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-41px {
    max-height: 41px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-41px {
    max-height: 41px;
  }
}

.u-max-h-42px {
  max-height: 42px;
}

.u-max-h-xs-42px {
  max-height: 42px;
}

@media (min-width: 576px) {
  .u-max-h-sm-42px {
    max-height: 42px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-42px {
    max-height: 42px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-42px {
    max-height: 42px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-42px {
    max-height: 42px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-42px {
    max-height: 42px;
  }
}

.u-max-h-43px {
  max-height: 43px;
}

.u-max-h-xs-43px {
  max-height: 43px;
}

@media (min-width: 576px) {
  .u-max-h-sm-43px {
    max-height: 43px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-43px {
    max-height: 43px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-43px {
    max-height: 43px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-43px {
    max-height: 43px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-43px {
    max-height: 43px;
  }
}

.u-max-h-44px {
  max-height: 44px;
}

.u-max-h-xs-44px {
  max-height: 44px;
}

@media (min-width: 576px) {
  .u-max-h-sm-44px {
    max-height: 44px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-44px {
    max-height: 44px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-44px {
    max-height: 44px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-44px {
    max-height: 44px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-44px {
    max-height: 44px;
  }
}

.u-max-h-45px {
  max-height: 45px;
}

.u-max-h-xs-45px {
  max-height: 45px;
}

@media (min-width: 576px) {
  .u-max-h-sm-45px {
    max-height: 45px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-45px {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-45px {
    max-height: 45px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-45px {
    max-height: 45px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-45px {
    max-height: 45px;
  }
}

.u-max-h-46px {
  max-height: 46px;
}

.u-max-h-xs-46px {
  max-height: 46px;
}

@media (min-width: 576px) {
  .u-max-h-sm-46px {
    max-height: 46px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-46px {
    max-height: 46px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-46px {
    max-height: 46px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-46px {
    max-height: 46px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-46px {
    max-height: 46px;
  }
}

.u-max-h-47px {
  max-height: 47px;
}

.u-max-h-xs-47px {
  max-height: 47px;
}

@media (min-width: 576px) {
  .u-max-h-sm-47px {
    max-height: 47px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-47px {
    max-height: 47px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-47px {
    max-height: 47px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-47px {
    max-height: 47px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-47px {
    max-height: 47px;
  }
}

.u-max-h-48px {
  max-height: 48px;
}

.u-max-h-xs-48px {
  max-height: 48px;
}

@media (min-width: 576px) {
  .u-max-h-sm-48px {
    max-height: 48px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-48px {
    max-height: 48px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-48px {
    max-height: 48px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-48px {
    max-height: 48px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-48px {
    max-height: 48px;
  }
}

.u-max-h-49px {
  max-height: 49px;
}

.u-max-h-xs-49px {
  max-height: 49px;
}

@media (min-width: 576px) {
  .u-max-h-sm-49px {
    max-height: 49px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-49px {
    max-height: 49px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-49px {
    max-height: 49px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-49px {
    max-height: 49px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-49px {
    max-height: 49px;
  }
}

.u-max-h-50px {
  max-height: 50px;
}

.u-max-h-xs-50px {
  max-height: 50px;
}

@media (min-width: 576px) {
  .u-max-h-sm-50px {
    max-height: 50px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-50px {
    max-height: 50px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-50px {
    max-height: 50px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-50px {
    max-height: 50px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-50px {
    max-height: 50px;
  }
}

.u-max-h-51px {
  max-height: 51px;
}

.u-max-h-xs-51px {
  max-height: 51px;
}

@media (min-width: 576px) {
  .u-max-h-sm-51px {
    max-height: 51px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-51px {
    max-height: 51px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-51px {
    max-height: 51px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-51px {
    max-height: 51px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-51px {
    max-height: 51px;
  }
}

.u-max-h-52px {
  max-height: 52px;
}

.u-max-h-xs-52px {
  max-height: 52px;
}

@media (min-width: 576px) {
  .u-max-h-sm-52px {
    max-height: 52px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-52px {
    max-height: 52px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-52px {
    max-height: 52px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-52px {
    max-height: 52px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-52px {
    max-height: 52px;
  }
}

.u-max-h-53px {
  max-height: 53px;
}

.u-max-h-xs-53px {
  max-height: 53px;
}

@media (min-width: 576px) {
  .u-max-h-sm-53px {
    max-height: 53px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-53px {
    max-height: 53px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-53px {
    max-height: 53px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-53px {
    max-height: 53px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-53px {
    max-height: 53px;
  }
}

.u-max-h-54px {
  max-height: 54px;
}

.u-max-h-xs-54px {
  max-height: 54px;
}

@media (min-width: 576px) {
  .u-max-h-sm-54px {
    max-height: 54px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-54px {
    max-height: 54px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-54px {
    max-height: 54px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-54px {
    max-height: 54px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-54px {
    max-height: 54px;
  }
}

.u-max-h-55px {
  max-height: 55px;
}

.u-max-h-xs-55px {
  max-height: 55px;
}

@media (min-width: 576px) {
  .u-max-h-sm-55px {
    max-height: 55px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-55px {
    max-height: 55px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-55px {
    max-height: 55px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-55px {
    max-height: 55px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-55px {
    max-height: 55px;
  }
}

.u-max-h-56px {
  max-height: 56px;
}

.u-max-h-xs-56px {
  max-height: 56px;
}

@media (min-width: 576px) {
  .u-max-h-sm-56px {
    max-height: 56px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-56px {
    max-height: 56px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-56px {
    max-height: 56px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-56px {
    max-height: 56px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-56px {
    max-height: 56px;
  }
}

.u-max-h-57px {
  max-height: 57px;
}

.u-max-h-xs-57px {
  max-height: 57px;
}

@media (min-width: 576px) {
  .u-max-h-sm-57px {
    max-height: 57px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-57px {
    max-height: 57px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-57px {
    max-height: 57px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-57px {
    max-height: 57px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-57px {
    max-height: 57px;
  }
}

.u-max-h-58px {
  max-height: 58px;
}

.u-max-h-xs-58px {
  max-height: 58px;
}

@media (min-width: 576px) {
  .u-max-h-sm-58px {
    max-height: 58px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-58px {
    max-height: 58px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-58px {
    max-height: 58px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-58px {
    max-height: 58px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-58px {
    max-height: 58px;
  }
}

.u-max-h-59px {
  max-height: 59px;
}

.u-max-h-xs-59px {
  max-height: 59px;
}

@media (min-width: 576px) {
  .u-max-h-sm-59px {
    max-height: 59px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-59px {
    max-height: 59px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-59px {
    max-height: 59px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-59px {
    max-height: 59px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-59px {
    max-height: 59px;
  }
}

.u-max-h-60px {
  max-height: 60px;
}

.u-max-h-xs-60px {
  max-height: 60px;
}

@media (min-width: 576px) {
  .u-max-h-sm-60px {
    max-height: 60px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-60px {
    max-height: 60px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-60px {
    max-height: 60px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-60px {
    max-height: 60px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-60px {
    max-height: 60px;
  }
}

.u-max-h-61px {
  max-height: 61px;
}

.u-max-h-xs-61px {
  max-height: 61px;
}

@media (min-width: 576px) {
  .u-max-h-sm-61px {
    max-height: 61px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-61px {
    max-height: 61px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-61px {
    max-height: 61px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-61px {
    max-height: 61px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-61px {
    max-height: 61px;
  }
}

.u-max-h-62px {
  max-height: 62px;
}

.u-max-h-xs-62px {
  max-height: 62px;
}

@media (min-width: 576px) {
  .u-max-h-sm-62px {
    max-height: 62px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-62px {
    max-height: 62px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-62px {
    max-height: 62px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-62px {
    max-height: 62px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-62px {
    max-height: 62px;
  }
}

.u-max-h-63px {
  max-height: 63px;
}

.u-max-h-xs-63px {
  max-height: 63px;
}

@media (min-width: 576px) {
  .u-max-h-sm-63px {
    max-height: 63px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-63px {
    max-height: 63px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-63px {
    max-height: 63px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-63px {
    max-height: 63px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-63px {
    max-height: 63px;
  }
}

.u-max-h-64px {
  max-height: 64px;
}

.u-max-h-xs-64px {
  max-height: 64px;
}

@media (min-width: 576px) {
  .u-max-h-sm-64px {
    max-height: 64px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-64px {
    max-height: 64px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-64px {
    max-height: 64px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-64px {
    max-height: 64px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-64px {
    max-height: 64px;
  }
}

.u-max-h-65px {
  max-height: 65px;
}

.u-max-h-xs-65px {
  max-height: 65px;
}

@media (min-width: 576px) {
  .u-max-h-sm-65px {
    max-height: 65px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-65px {
    max-height: 65px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-65px {
    max-height: 65px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-65px {
    max-height: 65px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-65px {
    max-height: 65px;
  }
}

.u-max-h-66px {
  max-height: 66px;
}

.u-max-h-xs-66px {
  max-height: 66px;
}

@media (min-width: 576px) {
  .u-max-h-sm-66px {
    max-height: 66px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-66px {
    max-height: 66px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-66px {
    max-height: 66px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-66px {
    max-height: 66px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-66px {
    max-height: 66px;
  }
}

.u-max-h-67px {
  max-height: 67px;
}

.u-max-h-xs-67px {
  max-height: 67px;
}

@media (min-width: 576px) {
  .u-max-h-sm-67px {
    max-height: 67px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-67px {
    max-height: 67px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-67px {
    max-height: 67px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-67px {
    max-height: 67px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-67px {
    max-height: 67px;
  }
}

.u-max-h-68px {
  max-height: 68px;
}

.u-max-h-xs-68px {
  max-height: 68px;
}

@media (min-width: 576px) {
  .u-max-h-sm-68px {
    max-height: 68px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-68px {
    max-height: 68px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-68px {
    max-height: 68px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-68px {
    max-height: 68px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-68px {
    max-height: 68px;
  }
}

.u-max-h-69px {
  max-height: 69px;
}

.u-max-h-xs-69px {
  max-height: 69px;
}

@media (min-width: 576px) {
  .u-max-h-sm-69px {
    max-height: 69px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-69px {
    max-height: 69px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-69px {
    max-height: 69px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-69px {
    max-height: 69px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-69px {
    max-height: 69px;
  }
}

.u-max-h-70px {
  max-height: 70px;
}

.u-max-h-xs-70px {
  max-height: 70px;
}

@media (min-width: 576px) {
  .u-max-h-sm-70px {
    max-height: 70px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-70px {
    max-height: 70px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-70px {
    max-height: 70px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-70px {
    max-height: 70px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-70px {
    max-height: 70px;
  }
}

.u-max-h-71px {
  max-height: 71px;
}

.u-max-h-xs-71px {
  max-height: 71px;
}

@media (min-width: 576px) {
  .u-max-h-sm-71px {
    max-height: 71px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-71px {
    max-height: 71px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-71px {
    max-height: 71px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-71px {
    max-height: 71px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-71px {
    max-height: 71px;
  }
}

.u-max-h-72px {
  max-height: 72px;
}

.u-max-h-xs-72px {
  max-height: 72px;
}

@media (min-width: 576px) {
  .u-max-h-sm-72px {
    max-height: 72px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-72px {
    max-height: 72px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-72px {
    max-height: 72px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-72px {
    max-height: 72px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-72px {
    max-height: 72px;
  }
}

.u-max-h-73px {
  max-height: 73px;
}

.u-max-h-xs-73px {
  max-height: 73px;
}

@media (min-width: 576px) {
  .u-max-h-sm-73px {
    max-height: 73px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-73px {
    max-height: 73px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-73px {
    max-height: 73px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-73px {
    max-height: 73px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-73px {
    max-height: 73px;
  }
}

.u-max-h-74px {
  max-height: 74px;
}

.u-max-h-xs-74px {
  max-height: 74px;
}

@media (min-width: 576px) {
  .u-max-h-sm-74px {
    max-height: 74px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-74px {
    max-height: 74px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-74px {
    max-height: 74px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-74px {
    max-height: 74px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-74px {
    max-height: 74px;
  }
}

.u-max-h-75px {
  max-height: 75px;
}

.u-max-h-xs-75px {
  max-height: 75px;
}

@media (min-width: 576px) {
  .u-max-h-sm-75px {
    max-height: 75px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-75px {
    max-height: 75px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-75px {
    max-height: 75px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-75px {
    max-height: 75px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-75px {
    max-height: 75px;
  }
}

.u-max-h-76px {
  max-height: 76px;
}

.u-max-h-xs-76px {
  max-height: 76px;
}

@media (min-width: 576px) {
  .u-max-h-sm-76px {
    max-height: 76px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-76px {
    max-height: 76px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-76px {
    max-height: 76px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-76px {
    max-height: 76px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-76px {
    max-height: 76px;
  }
}

.u-max-h-77px {
  max-height: 77px;
}

.u-max-h-xs-77px {
  max-height: 77px;
}

@media (min-width: 576px) {
  .u-max-h-sm-77px {
    max-height: 77px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-77px {
    max-height: 77px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-77px {
    max-height: 77px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-77px {
    max-height: 77px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-77px {
    max-height: 77px;
  }
}

.u-max-h-78px {
  max-height: 78px;
}

.u-max-h-xs-78px {
  max-height: 78px;
}

@media (min-width: 576px) {
  .u-max-h-sm-78px {
    max-height: 78px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-78px {
    max-height: 78px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-78px {
    max-height: 78px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-78px {
    max-height: 78px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-78px {
    max-height: 78px;
  }
}

.u-max-h-79px {
  max-height: 79px;
}

.u-max-h-xs-79px {
  max-height: 79px;
}

@media (min-width: 576px) {
  .u-max-h-sm-79px {
    max-height: 79px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-79px {
    max-height: 79px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-79px {
    max-height: 79px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-79px {
    max-height: 79px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-79px {
    max-height: 79px;
  }
}

.u-max-h-80px {
  max-height: 80px;
}

.u-max-h-xs-80px {
  max-height: 80px;
}

@media (min-width: 576px) {
  .u-max-h-sm-80px {
    max-height: 80px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-80px {
    max-height: 80px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-80px {
    max-height: 80px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-80px {
    max-height: 80px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-80px {
    max-height: 80px;
  }
}

.u-max-h-81px {
  max-height: 81px;
}

.u-max-h-xs-81px {
  max-height: 81px;
}

@media (min-width: 576px) {
  .u-max-h-sm-81px {
    max-height: 81px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-81px {
    max-height: 81px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-81px {
    max-height: 81px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-81px {
    max-height: 81px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-81px {
    max-height: 81px;
  }
}

.u-max-h-82px {
  max-height: 82px;
}

.u-max-h-xs-82px {
  max-height: 82px;
}

@media (min-width: 576px) {
  .u-max-h-sm-82px {
    max-height: 82px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-82px {
    max-height: 82px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-82px {
    max-height: 82px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-82px {
    max-height: 82px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-82px {
    max-height: 82px;
  }
}

.u-max-h-83px {
  max-height: 83px;
}

.u-max-h-xs-83px {
  max-height: 83px;
}

@media (min-width: 576px) {
  .u-max-h-sm-83px {
    max-height: 83px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-83px {
    max-height: 83px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-83px {
    max-height: 83px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-83px {
    max-height: 83px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-83px {
    max-height: 83px;
  }
}

.u-max-h-84px {
  max-height: 84px;
}

.u-max-h-xs-84px {
  max-height: 84px;
}

@media (min-width: 576px) {
  .u-max-h-sm-84px {
    max-height: 84px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-84px {
    max-height: 84px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-84px {
    max-height: 84px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-84px {
    max-height: 84px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-84px {
    max-height: 84px;
  }
}

.u-max-h-85px {
  max-height: 85px;
}

.u-max-h-xs-85px {
  max-height: 85px;
}

@media (min-width: 576px) {
  .u-max-h-sm-85px {
    max-height: 85px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-85px {
    max-height: 85px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-85px {
    max-height: 85px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-85px {
    max-height: 85px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-85px {
    max-height: 85px;
  }
}

.u-max-h-86px {
  max-height: 86px;
}

.u-max-h-xs-86px {
  max-height: 86px;
}

@media (min-width: 576px) {
  .u-max-h-sm-86px {
    max-height: 86px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-86px {
    max-height: 86px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-86px {
    max-height: 86px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-86px {
    max-height: 86px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-86px {
    max-height: 86px;
  }
}

.u-max-h-87px {
  max-height: 87px;
}

.u-max-h-xs-87px {
  max-height: 87px;
}

@media (min-width: 576px) {
  .u-max-h-sm-87px {
    max-height: 87px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-87px {
    max-height: 87px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-87px {
    max-height: 87px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-87px {
    max-height: 87px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-87px {
    max-height: 87px;
  }
}

.u-max-h-88px {
  max-height: 88px;
}

.u-max-h-xs-88px {
  max-height: 88px;
}

@media (min-width: 576px) {
  .u-max-h-sm-88px {
    max-height: 88px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-88px {
    max-height: 88px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-88px {
    max-height: 88px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-88px {
    max-height: 88px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-88px {
    max-height: 88px;
  }
}

.u-max-h-89px {
  max-height: 89px;
}

.u-max-h-xs-89px {
  max-height: 89px;
}

@media (min-width: 576px) {
  .u-max-h-sm-89px {
    max-height: 89px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-89px {
    max-height: 89px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-89px {
    max-height: 89px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-89px {
    max-height: 89px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-89px {
    max-height: 89px;
  }
}

.u-max-h-90px {
  max-height: 90px;
}

.u-max-h-xs-90px {
  max-height: 90px;
}

@media (min-width: 576px) {
  .u-max-h-sm-90px {
    max-height: 90px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-90px {
    max-height: 90px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-90px {
    max-height: 90px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-90px {
    max-height: 90px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-90px {
    max-height: 90px;
  }
}

.u-max-h-91px {
  max-height: 91px;
}

.u-max-h-xs-91px {
  max-height: 91px;
}

@media (min-width: 576px) {
  .u-max-h-sm-91px {
    max-height: 91px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-91px {
    max-height: 91px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-91px {
    max-height: 91px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-91px {
    max-height: 91px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-91px {
    max-height: 91px;
  }
}

.u-max-h-92px {
  max-height: 92px;
}

.u-max-h-xs-92px {
  max-height: 92px;
}

@media (min-width: 576px) {
  .u-max-h-sm-92px {
    max-height: 92px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-92px {
    max-height: 92px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-92px {
    max-height: 92px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-92px {
    max-height: 92px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-92px {
    max-height: 92px;
  }
}

.u-max-h-93px {
  max-height: 93px;
}

.u-max-h-xs-93px {
  max-height: 93px;
}

@media (min-width: 576px) {
  .u-max-h-sm-93px {
    max-height: 93px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-93px {
    max-height: 93px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-93px {
    max-height: 93px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-93px {
    max-height: 93px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-93px {
    max-height: 93px;
  }
}

.u-max-h-94px {
  max-height: 94px;
}

.u-max-h-xs-94px {
  max-height: 94px;
}

@media (min-width: 576px) {
  .u-max-h-sm-94px {
    max-height: 94px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-94px {
    max-height: 94px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-94px {
    max-height: 94px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-94px {
    max-height: 94px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-94px {
    max-height: 94px;
  }
}

.u-max-h-95px {
  max-height: 95px;
}

.u-max-h-xs-95px {
  max-height: 95px;
}

@media (min-width: 576px) {
  .u-max-h-sm-95px {
    max-height: 95px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-95px {
    max-height: 95px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-95px {
    max-height: 95px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-95px {
    max-height: 95px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-95px {
    max-height: 95px;
  }
}

.u-max-h-96px {
  max-height: 96px;
}

.u-max-h-xs-96px {
  max-height: 96px;
}

@media (min-width: 576px) {
  .u-max-h-sm-96px {
    max-height: 96px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-96px {
    max-height: 96px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-96px {
    max-height: 96px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-96px {
    max-height: 96px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-96px {
    max-height: 96px;
  }
}

.u-max-h-97px {
  max-height: 97px;
}

.u-max-h-xs-97px {
  max-height: 97px;
}

@media (min-width: 576px) {
  .u-max-h-sm-97px {
    max-height: 97px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-97px {
    max-height: 97px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-97px {
    max-height: 97px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-97px {
    max-height: 97px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-97px {
    max-height: 97px;
  }
}

.u-max-h-98px {
  max-height: 98px;
}

.u-max-h-xs-98px {
  max-height: 98px;
}

@media (min-width: 576px) {
  .u-max-h-sm-98px {
    max-height: 98px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-98px {
    max-height: 98px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-98px {
    max-height: 98px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-98px {
    max-height: 98px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-98px {
    max-height: 98px;
  }
}

.u-max-h-99px {
  max-height: 99px;
}

.u-max-h-xs-99px {
  max-height: 99px;
}

@media (min-width: 576px) {
  .u-max-h-sm-99px {
    max-height: 99px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-99px {
    max-height: 99px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-99px {
    max-height: 99px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-99px {
    max-height: 99px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-99px {
    max-height: 99px;
  }
}

.u-max-h-100px {
  max-height: 100px;
}

.u-max-h-xs-100px {
  max-height: 100px;
}

@media (min-width: 576px) {
  .u-max-h-sm-100px {
    max-height: 100px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-100px {
    max-height: 100px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-100px {
    max-height: 100px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-100px {
    max-height: 100px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-100px {
    max-height: 100px;
  }
}

.u-max-h-101px {
  max-height: 101px;
}

.u-max-h-xs-101px {
  max-height: 101px;
}

@media (min-width: 576px) {
  .u-max-h-sm-101px {
    max-height: 101px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-101px {
    max-height: 101px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-101px {
    max-height: 101px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-101px {
    max-height: 101px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-101px {
    max-height: 101px;
  }
}

.u-max-h-102px {
  max-height: 102px;
}

.u-max-h-xs-102px {
  max-height: 102px;
}

@media (min-width: 576px) {
  .u-max-h-sm-102px {
    max-height: 102px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-102px {
    max-height: 102px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-102px {
    max-height: 102px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-102px {
    max-height: 102px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-102px {
    max-height: 102px;
  }
}

.u-max-h-103px {
  max-height: 103px;
}

.u-max-h-xs-103px {
  max-height: 103px;
}

@media (min-width: 576px) {
  .u-max-h-sm-103px {
    max-height: 103px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-103px {
    max-height: 103px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-103px {
    max-height: 103px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-103px {
    max-height: 103px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-103px {
    max-height: 103px;
  }
}

.u-max-h-104px {
  max-height: 104px;
}

.u-max-h-xs-104px {
  max-height: 104px;
}

@media (min-width: 576px) {
  .u-max-h-sm-104px {
    max-height: 104px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-104px {
    max-height: 104px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-104px {
    max-height: 104px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-104px {
    max-height: 104px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-104px {
    max-height: 104px;
  }
}

.u-max-h-105px {
  max-height: 105px;
}

.u-max-h-xs-105px {
  max-height: 105px;
}

@media (min-width: 576px) {
  .u-max-h-sm-105px {
    max-height: 105px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-105px {
    max-height: 105px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-105px {
    max-height: 105px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-105px {
    max-height: 105px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-105px {
    max-height: 105px;
  }
}

.u-max-h-106px {
  max-height: 106px;
}

.u-max-h-xs-106px {
  max-height: 106px;
}

@media (min-width: 576px) {
  .u-max-h-sm-106px {
    max-height: 106px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-106px {
    max-height: 106px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-106px {
    max-height: 106px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-106px {
    max-height: 106px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-106px {
    max-height: 106px;
  }
}

.u-max-h-107px {
  max-height: 107px;
}

.u-max-h-xs-107px {
  max-height: 107px;
}

@media (min-width: 576px) {
  .u-max-h-sm-107px {
    max-height: 107px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-107px {
    max-height: 107px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-107px {
    max-height: 107px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-107px {
    max-height: 107px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-107px {
    max-height: 107px;
  }
}

.u-max-h-108px {
  max-height: 108px;
}

.u-max-h-xs-108px {
  max-height: 108px;
}

@media (min-width: 576px) {
  .u-max-h-sm-108px {
    max-height: 108px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-108px {
    max-height: 108px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-108px {
    max-height: 108px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-108px {
    max-height: 108px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-108px {
    max-height: 108px;
  }
}

.u-max-h-109px {
  max-height: 109px;
}

.u-max-h-xs-109px {
  max-height: 109px;
}

@media (min-width: 576px) {
  .u-max-h-sm-109px {
    max-height: 109px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-109px {
    max-height: 109px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-109px {
    max-height: 109px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-109px {
    max-height: 109px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-109px {
    max-height: 109px;
  }
}

.u-max-h-110px {
  max-height: 110px;
}

.u-max-h-xs-110px {
  max-height: 110px;
}

@media (min-width: 576px) {
  .u-max-h-sm-110px {
    max-height: 110px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-110px {
    max-height: 110px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-110px {
    max-height: 110px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-110px {
    max-height: 110px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-110px {
    max-height: 110px;
  }
}

.u-max-h-111px {
  max-height: 111px;
}

.u-max-h-xs-111px {
  max-height: 111px;
}

@media (min-width: 576px) {
  .u-max-h-sm-111px {
    max-height: 111px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-111px {
    max-height: 111px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-111px {
    max-height: 111px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-111px {
    max-height: 111px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-111px {
    max-height: 111px;
  }
}

.u-max-h-112px {
  max-height: 112px;
}

.u-max-h-xs-112px {
  max-height: 112px;
}

@media (min-width: 576px) {
  .u-max-h-sm-112px {
    max-height: 112px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-112px {
    max-height: 112px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-112px {
    max-height: 112px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-112px {
    max-height: 112px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-112px {
    max-height: 112px;
  }
}

.u-max-h-113px {
  max-height: 113px;
}

.u-max-h-xs-113px {
  max-height: 113px;
}

@media (min-width: 576px) {
  .u-max-h-sm-113px {
    max-height: 113px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-113px {
    max-height: 113px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-113px {
    max-height: 113px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-113px {
    max-height: 113px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-113px {
    max-height: 113px;
  }
}

.u-max-h-114px {
  max-height: 114px;
}

.u-max-h-xs-114px {
  max-height: 114px;
}

@media (min-width: 576px) {
  .u-max-h-sm-114px {
    max-height: 114px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-114px {
    max-height: 114px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-114px {
    max-height: 114px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-114px {
    max-height: 114px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-114px {
    max-height: 114px;
  }
}

.u-max-h-115px {
  max-height: 115px;
}

.u-max-h-xs-115px {
  max-height: 115px;
}

@media (min-width: 576px) {
  .u-max-h-sm-115px {
    max-height: 115px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-115px {
    max-height: 115px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-115px {
    max-height: 115px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-115px {
    max-height: 115px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-115px {
    max-height: 115px;
  }
}

.u-max-h-116px {
  max-height: 116px;
}

.u-max-h-xs-116px {
  max-height: 116px;
}

@media (min-width: 576px) {
  .u-max-h-sm-116px {
    max-height: 116px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-116px {
    max-height: 116px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-116px {
    max-height: 116px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-116px {
    max-height: 116px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-116px {
    max-height: 116px;
  }
}

.u-max-h-117px {
  max-height: 117px;
}

.u-max-h-xs-117px {
  max-height: 117px;
}

@media (min-width: 576px) {
  .u-max-h-sm-117px {
    max-height: 117px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-117px {
    max-height: 117px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-117px {
    max-height: 117px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-117px {
    max-height: 117px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-117px {
    max-height: 117px;
  }
}

.u-max-h-118px {
  max-height: 118px;
}

.u-max-h-xs-118px {
  max-height: 118px;
}

@media (min-width: 576px) {
  .u-max-h-sm-118px {
    max-height: 118px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-118px {
    max-height: 118px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-118px {
    max-height: 118px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-118px {
    max-height: 118px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-118px {
    max-height: 118px;
  }
}

.u-max-h-119px {
  max-height: 119px;
}

.u-max-h-xs-119px {
  max-height: 119px;
}

@media (min-width: 576px) {
  .u-max-h-sm-119px {
    max-height: 119px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-119px {
    max-height: 119px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-119px {
    max-height: 119px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-119px {
    max-height: 119px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-119px {
    max-height: 119px;
  }
}

.u-max-h-120px {
  max-height: 120px;
}

.u-max-h-xs-120px {
  max-height: 120px;
}

@media (min-width: 576px) {
  .u-max-h-sm-120px {
    max-height: 120px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-120px {
    max-height: 120px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-120px {
    max-height: 120px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-120px {
    max-height: 120px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-120px {
    max-height: 120px;
  }
}

.u-max-h-121px {
  max-height: 121px;
}

.u-max-h-xs-121px {
  max-height: 121px;
}

@media (min-width: 576px) {
  .u-max-h-sm-121px {
    max-height: 121px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-121px {
    max-height: 121px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-121px {
    max-height: 121px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-121px {
    max-height: 121px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-121px {
    max-height: 121px;
  }
}

.u-max-h-122px {
  max-height: 122px;
}

.u-max-h-xs-122px {
  max-height: 122px;
}

@media (min-width: 576px) {
  .u-max-h-sm-122px {
    max-height: 122px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-122px {
    max-height: 122px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-122px {
    max-height: 122px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-122px {
    max-height: 122px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-122px {
    max-height: 122px;
  }
}

.u-max-h-123px {
  max-height: 123px;
}

.u-max-h-xs-123px {
  max-height: 123px;
}

@media (min-width: 576px) {
  .u-max-h-sm-123px {
    max-height: 123px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-123px {
    max-height: 123px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-123px {
    max-height: 123px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-123px {
    max-height: 123px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-123px {
    max-height: 123px;
  }
}

.u-max-h-124px {
  max-height: 124px;
}

.u-max-h-xs-124px {
  max-height: 124px;
}

@media (min-width: 576px) {
  .u-max-h-sm-124px {
    max-height: 124px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-124px {
    max-height: 124px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-124px {
    max-height: 124px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-124px {
    max-height: 124px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-124px {
    max-height: 124px;
  }
}

.u-max-h-125px {
  max-height: 125px;
}

.u-max-h-xs-125px {
  max-height: 125px;
}

@media (min-width: 576px) {
  .u-max-h-sm-125px {
    max-height: 125px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-125px {
    max-height: 125px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-125px {
    max-height: 125px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-125px {
    max-height: 125px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-125px {
    max-height: 125px;
  }
}

.u-max-h-126px {
  max-height: 126px;
}

.u-max-h-xs-126px {
  max-height: 126px;
}

@media (min-width: 576px) {
  .u-max-h-sm-126px {
    max-height: 126px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-126px {
    max-height: 126px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-126px {
    max-height: 126px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-126px {
    max-height: 126px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-126px {
    max-height: 126px;
  }
}

.u-max-h-127px {
  max-height: 127px;
}

.u-max-h-xs-127px {
  max-height: 127px;
}

@media (min-width: 576px) {
  .u-max-h-sm-127px {
    max-height: 127px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-127px {
    max-height: 127px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-127px {
    max-height: 127px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-127px {
    max-height: 127px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-127px {
    max-height: 127px;
  }
}

.u-max-h-128px {
  max-height: 128px;
}

.u-max-h-xs-128px {
  max-height: 128px;
}

@media (min-width: 576px) {
  .u-max-h-sm-128px {
    max-height: 128px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-128px {
    max-height: 128px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-128px {
    max-height: 128px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-128px {
    max-height: 128px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-128px {
    max-height: 128px;
  }
}

.u-max-h-129px {
  max-height: 129px;
}

.u-max-h-xs-129px {
  max-height: 129px;
}

@media (min-width: 576px) {
  .u-max-h-sm-129px {
    max-height: 129px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-129px {
    max-height: 129px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-129px {
    max-height: 129px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-129px {
    max-height: 129px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-129px {
    max-height: 129px;
  }
}

.u-max-h-130px {
  max-height: 130px;
}

.u-max-h-xs-130px {
  max-height: 130px;
}

@media (min-width: 576px) {
  .u-max-h-sm-130px {
    max-height: 130px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-130px {
    max-height: 130px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-130px {
    max-height: 130px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-130px {
    max-height: 130px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-130px {
    max-height: 130px;
  }
}

.u-max-h-131px {
  max-height: 131px;
}

.u-max-h-xs-131px {
  max-height: 131px;
}

@media (min-width: 576px) {
  .u-max-h-sm-131px {
    max-height: 131px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-131px {
    max-height: 131px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-131px {
    max-height: 131px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-131px {
    max-height: 131px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-131px {
    max-height: 131px;
  }
}

.u-max-h-132px {
  max-height: 132px;
}

.u-max-h-xs-132px {
  max-height: 132px;
}

@media (min-width: 576px) {
  .u-max-h-sm-132px {
    max-height: 132px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-132px {
    max-height: 132px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-132px {
    max-height: 132px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-132px {
    max-height: 132px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-132px {
    max-height: 132px;
  }
}

.u-max-h-133px {
  max-height: 133px;
}

.u-max-h-xs-133px {
  max-height: 133px;
}

@media (min-width: 576px) {
  .u-max-h-sm-133px {
    max-height: 133px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-133px {
    max-height: 133px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-133px {
    max-height: 133px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-133px {
    max-height: 133px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-133px {
    max-height: 133px;
  }
}

.u-max-h-134px {
  max-height: 134px;
}

.u-max-h-xs-134px {
  max-height: 134px;
}

@media (min-width: 576px) {
  .u-max-h-sm-134px {
    max-height: 134px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-134px {
    max-height: 134px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-134px {
    max-height: 134px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-134px {
    max-height: 134px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-134px {
    max-height: 134px;
  }
}

.u-max-h-135px {
  max-height: 135px;
}

.u-max-h-xs-135px {
  max-height: 135px;
}

@media (min-width: 576px) {
  .u-max-h-sm-135px {
    max-height: 135px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-135px {
    max-height: 135px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-135px {
    max-height: 135px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-135px {
    max-height: 135px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-135px {
    max-height: 135px;
  }
}

.u-max-h-136px {
  max-height: 136px;
}

.u-max-h-xs-136px {
  max-height: 136px;
}

@media (min-width: 576px) {
  .u-max-h-sm-136px {
    max-height: 136px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-136px {
    max-height: 136px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-136px {
    max-height: 136px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-136px {
    max-height: 136px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-136px {
    max-height: 136px;
  }
}

.u-max-h-137px {
  max-height: 137px;
}

.u-max-h-xs-137px {
  max-height: 137px;
}

@media (min-width: 576px) {
  .u-max-h-sm-137px {
    max-height: 137px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-137px {
    max-height: 137px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-137px {
    max-height: 137px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-137px {
    max-height: 137px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-137px {
    max-height: 137px;
  }
}

.u-max-h-138px {
  max-height: 138px;
}

.u-max-h-xs-138px {
  max-height: 138px;
}

@media (min-width: 576px) {
  .u-max-h-sm-138px {
    max-height: 138px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-138px {
    max-height: 138px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-138px {
    max-height: 138px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-138px {
    max-height: 138px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-138px {
    max-height: 138px;
  }
}

.u-max-h-139px {
  max-height: 139px;
}

.u-max-h-xs-139px {
  max-height: 139px;
}

@media (min-width: 576px) {
  .u-max-h-sm-139px {
    max-height: 139px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-139px {
    max-height: 139px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-139px {
    max-height: 139px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-139px {
    max-height: 139px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-139px {
    max-height: 139px;
  }
}

.u-max-h-140px {
  max-height: 140px;
}

.u-max-h-xs-140px {
  max-height: 140px;
}

@media (min-width: 576px) {
  .u-max-h-sm-140px {
    max-height: 140px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-140px {
    max-height: 140px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-140px {
    max-height: 140px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-140px {
    max-height: 140px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-140px {
    max-height: 140px;
  }
}

.u-max-h-141px {
  max-height: 141px;
}

.u-max-h-xs-141px {
  max-height: 141px;
}

@media (min-width: 576px) {
  .u-max-h-sm-141px {
    max-height: 141px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-141px {
    max-height: 141px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-141px {
    max-height: 141px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-141px {
    max-height: 141px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-141px {
    max-height: 141px;
  }
}

.u-max-h-142px {
  max-height: 142px;
}

.u-max-h-xs-142px {
  max-height: 142px;
}

@media (min-width: 576px) {
  .u-max-h-sm-142px {
    max-height: 142px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-142px {
    max-height: 142px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-142px {
    max-height: 142px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-142px {
    max-height: 142px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-142px {
    max-height: 142px;
  }
}

.u-max-h-143px {
  max-height: 143px;
}

.u-max-h-xs-143px {
  max-height: 143px;
}

@media (min-width: 576px) {
  .u-max-h-sm-143px {
    max-height: 143px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-143px {
    max-height: 143px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-143px {
    max-height: 143px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-143px {
    max-height: 143px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-143px {
    max-height: 143px;
  }
}

.u-max-h-144px {
  max-height: 144px;
}

.u-max-h-xs-144px {
  max-height: 144px;
}

@media (min-width: 576px) {
  .u-max-h-sm-144px {
    max-height: 144px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-144px {
    max-height: 144px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-144px {
    max-height: 144px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-144px {
    max-height: 144px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-144px {
    max-height: 144px;
  }
}

.u-max-h-145px {
  max-height: 145px;
}

.u-max-h-xs-145px {
  max-height: 145px;
}

@media (min-width: 576px) {
  .u-max-h-sm-145px {
    max-height: 145px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-145px {
    max-height: 145px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-145px {
    max-height: 145px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-145px {
    max-height: 145px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-145px {
    max-height: 145px;
  }
}

.u-max-h-146px {
  max-height: 146px;
}

.u-max-h-xs-146px {
  max-height: 146px;
}

@media (min-width: 576px) {
  .u-max-h-sm-146px {
    max-height: 146px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-146px {
    max-height: 146px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-146px {
    max-height: 146px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-146px {
    max-height: 146px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-146px {
    max-height: 146px;
  }
}

.u-max-h-147px {
  max-height: 147px;
}

.u-max-h-xs-147px {
  max-height: 147px;
}

@media (min-width: 576px) {
  .u-max-h-sm-147px {
    max-height: 147px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-147px {
    max-height: 147px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-147px {
    max-height: 147px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-147px {
    max-height: 147px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-147px {
    max-height: 147px;
  }
}

.u-max-h-148px {
  max-height: 148px;
}

.u-max-h-xs-148px {
  max-height: 148px;
}

@media (min-width: 576px) {
  .u-max-h-sm-148px {
    max-height: 148px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-148px {
    max-height: 148px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-148px {
    max-height: 148px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-148px {
    max-height: 148px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-148px {
    max-height: 148px;
  }
}

.u-max-h-149px {
  max-height: 149px;
}

.u-max-h-xs-149px {
  max-height: 149px;
}

@media (min-width: 576px) {
  .u-max-h-sm-149px {
    max-height: 149px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-149px {
    max-height: 149px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-149px {
    max-height: 149px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-149px {
    max-height: 149px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-149px {
    max-height: 149px;
  }
}

.u-max-h-150px {
  max-height: 150px;
}

.u-max-h-xs-150px {
  max-height: 150px;
}

@media (min-width: 576px) {
  .u-max-h-sm-150px {
    max-height: 150px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-150px {
    max-height: 150px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-150px {
    max-height: 150px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-150px {
    max-height: 150px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-150px {
    max-height: 150px;
  }
}

.u-max-h-151px {
  max-height: 151px;
}

.u-max-h-xs-151px {
  max-height: 151px;
}

@media (min-width: 576px) {
  .u-max-h-sm-151px {
    max-height: 151px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-151px {
    max-height: 151px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-151px {
    max-height: 151px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-151px {
    max-height: 151px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-151px {
    max-height: 151px;
  }
}

.u-max-h-152px {
  max-height: 152px;
}

.u-max-h-xs-152px {
  max-height: 152px;
}

@media (min-width: 576px) {
  .u-max-h-sm-152px {
    max-height: 152px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-152px {
    max-height: 152px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-152px {
    max-height: 152px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-152px {
    max-height: 152px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-152px {
    max-height: 152px;
  }
}

.u-max-h-153px {
  max-height: 153px;
}

.u-max-h-xs-153px {
  max-height: 153px;
}

@media (min-width: 576px) {
  .u-max-h-sm-153px {
    max-height: 153px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-153px {
    max-height: 153px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-153px {
    max-height: 153px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-153px {
    max-height: 153px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-153px {
    max-height: 153px;
  }
}

.u-max-h-154px {
  max-height: 154px;
}

.u-max-h-xs-154px {
  max-height: 154px;
}

@media (min-width: 576px) {
  .u-max-h-sm-154px {
    max-height: 154px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-154px {
    max-height: 154px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-154px {
    max-height: 154px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-154px {
    max-height: 154px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-154px {
    max-height: 154px;
  }
}

.u-max-h-155px {
  max-height: 155px;
}

.u-max-h-xs-155px {
  max-height: 155px;
}

@media (min-width: 576px) {
  .u-max-h-sm-155px {
    max-height: 155px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-155px {
    max-height: 155px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-155px {
    max-height: 155px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-155px {
    max-height: 155px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-155px {
    max-height: 155px;
  }
}

.u-max-h-156px {
  max-height: 156px;
}

.u-max-h-xs-156px {
  max-height: 156px;
}

@media (min-width: 576px) {
  .u-max-h-sm-156px {
    max-height: 156px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-156px {
    max-height: 156px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-156px {
    max-height: 156px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-156px {
    max-height: 156px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-156px {
    max-height: 156px;
  }
}

.u-max-h-157px {
  max-height: 157px;
}

.u-max-h-xs-157px {
  max-height: 157px;
}

@media (min-width: 576px) {
  .u-max-h-sm-157px {
    max-height: 157px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-157px {
    max-height: 157px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-157px {
    max-height: 157px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-157px {
    max-height: 157px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-157px {
    max-height: 157px;
  }
}

.u-max-h-158px {
  max-height: 158px;
}

.u-max-h-xs-158px {
  max-height: 158px;
}

@media (min-width: 576px) {
  .u-max-h-sm-158px {
    max-height: 158px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-158px {
    max-height: 158px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-158px {
    max-height: 158px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-158px {
    max-height: 158px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-158px {
    max-height: 158px;
  }
}

.u-max-h-159px {
  max-height: 159px;
}

.u-max-h-xs-159px {
  max-height: 159px;
}

@media (min-width: 576px) {
  .u-max-h-sm-159px {
    max-height: 159px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-159px {
    max-height: 159px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-159px {
    max-height: 159px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-159px {
    max-height: 159px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-159px {
    max-height: 159px;
  }
}

.u-max-h-160px {
  max-height: 160px;
}

.u-max-h-xs-160px {
  max-height: 160px;
}

@media (min-width: 576px) {
  .u-max-h-sm-160px {
    max-height: 160px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-160px {
    max-height: 160px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-160px {
    max-height: 160px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-160px {
    max-height: 160px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-160px {
    max-height: 160px;
  }
}

.u-max-h-161px {
  max-height: 161px;
}

.u-max-h-xs-161px {
  max-height: 161px;
}

@media (min-width: 576px) {
  .u-max-h-sm-161px {
    max-height: 161px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-161px {
    max-height: 161px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-161px {
    max-height: 161px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-161px {
    max-height: 161px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-161px {
    max-height: 161px;
  }
}

.u-max-h-162px {
  max-height: 162px;
}

.u-max-h-xs-162px {
  max-height: 162px;
}

@media (min-width: 576px) {
  .u-max-h-sm-162px {
    max-height: 162px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-162px {
    max-height: 162px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-162px {
    max-height: 162px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-162px {
    max-height: 162px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-162px {
    max-height: 162px;
  }
}

.u-max-h-163px {
  max-height: 163px;
}

.u-max-h-xs-163px {
  max-height: 163px;
}

@media (min-width: 576px) {
  .u-max-h-sm-163px {
    max-height: 163px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-163px {
    max-height: 163px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-163px {
    max-height: 163px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-163px {
    max-height: 163px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-163px {
    max-height: 163px;
  }
}

.u-max-h-164px {
  max-height: 164px;
}

.u-max-h-xs-164px {
  max-height: 164px;
}

@media (min-width: 576px) {
  .u-max-h-sm-164px {
    max-height: 164px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-164px {
    max-height: 164px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-164px {
    max-height: 164px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-164px {
    max-height: 164px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-164px {
    max-height: 164px;
  }
}

.u-max-h-165px {
  max-height: 165px;
}

.u-max-h-xs-165px {
  max-height: 165px;
}

@media (min-width: 576px) {
  .u-max-h-sm-165px {
    max-height: 165px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-165px {
    max-height: 165px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-165px {
    max-height: 165px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-165px {
    max-height: 165px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-165px {
    max-height: 165px;
  }
}

.u-max-h-166px {
  max-height: 166px;
}

.u-max-h-xs-166px {
  max-height: 166px;
}

@media (min-width: 576px) {
  .u-max-h-sm-166px {
    max-height: 166px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-166px {
    max-height: 166px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-166px {
    max-height: 166px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-166px {
    max-height: 166px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-166px {
    max-height: 166px;
  }
}

.u-max-h-167px {
  max-height: 167px;
}

.u-max-h-xs-167px {
  max-height: 167px;
}

@media (min-width: 576px) {
  .u-max-h-sm-167px {
    max-height: 167px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-167px {
    max-height: 167px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-167px {
    max-height: 167px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-167px {
    max-height: 167px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-167px {
    max-height: 167px;
  }
}

.u-max-h-168px {
  max-height: 168px;
}

.u-max-h-xs-168px {
  max-height: 168px;
}

@media (min-width: 576px) {
  .u-max-h-sm-168px {
    max-height: 168px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-168px {
    max-height: 168px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-168px {
    max-height: 168px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-168px {
    max-height: 168px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-168px {
    max-height: 168px;
  }
}

.u-max-h-169px {
  max-height: 169px;
}

.u-max-h-xs-169px {
  max-height: 169px;
}

@media (min-width: 576px) {
  .u-max-h-sm-169px {
    max-height: 169px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-169px {
    max-height: 169px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-169px {
    max-height: 169px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-169px {
    max-height: 169px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-169px {
    max-height: 169px;
  }
}

.u-max-h-170px {
  max-height: 170px;
}

.u-max-h-xs-170px {
  max-height: 170px;
}

@media (min-width: 576px) {
  .u-max-h-sm-170px {
    max-height: 170px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-170px {
    max-height: 170px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-170px {
    max-height: 170px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-170px {
    max-height: 170px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-170px {
    max-height: 170px;
  }
}

.u-max-h-171px {
  max-height: 171px;
}

.u-max-h-xs-171px {
  max-height: 171px;
}

@media (min-width: 576px) {
  .u-max-h-sm-171px {
    max-height: 171px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-171px {
    max-height: 171px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-171px {
    max-height: 171px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-171px {
    max-height: 171px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-171px {
    max-height: 171px;
  }
}

.u-max-h-172px {
  max-height: 172px;
}

.u-max-h-xs-172px {
  max-height: 172px;
}

@media (min-width: 576px) {
  .u-max-h-sm-172px {
    max-height: 172px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-172px {
    max-height: 172px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-172px {
    max-height: 172px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-172px {
    max-height: 172px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-172px {
    max-height: 172px;
  }
}

.u-max-h-173px {
  max-height: 173px;
}

.u-max-h-xs-173px {
  max-height: 173px;
}

@media (min-width: 576px) {
  .u-max-h-sm-173px {
    max-height: 173px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-173px {
    max-height: 173px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-173px {
    max-height: 173px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-173px {
    max-height: 173px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-173px {
    max-height: 173px;
  }
}

.u-max-h-174px {
  max-height: 174px;
}

.u-max-h-xs-174px {
  max-height: 174px;
}

@media (min-width: 576px) {
  .u-max-h-sm-174px {
    max-height: 174px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-174px {
    max-height: 174px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-174px {
    max-height: 174px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-174px {
    max-height: 174px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-174px {
    max-height: 174px;
  }
}

.u-max-h-175px {
  max-height: 175px;
}

.u-max-h-xs-175px {
  max-height: 175px;
}

@media (min-width: 576px) {
  .u-max-h-sm-175px {
    max-height: 175px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-175px {
    max-height: 175px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-175px {
    max-height: 175px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-175px {
    max-height: 175px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-175px {
    max-height: 175px;
  }
}

.u-max-h-176px {
  max-height: 176px;
}

.u-max-h-xs-176px {
  max-height: 176px;
}

@media (min-width: 576px) {
  .u-max-h-sm-176px {
    max-height: 176px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-176px {
    max-height: 176px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-176px {
    max-height: 176px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-176px {
    max-height: 176px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-176px {
    max-height: 176px;
  }
}

.u-max-h-177px {
  max-height: 177px;
}

.u-max-h-xs-177px {
  max-height: 177px;
}

@media (min-width: 576px) {
  .u-max-h-sm-177px {
    max-height: 177px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-177px {
    max-height: 177px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-177px {
    max-height: 177px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-177px {
    max-height: 177px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-177px {
    max-height: 177px;
  }
}

.u-max-h-178px {
  max-height: 178px;
}

.u-max-h-xs-178px {
  max-height: 178px;
}

@media (min-width: 576px) {
  .u-max-h-sm-178px {
    max-height: 178px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-178px {
    max-height: 178px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-178px {
    max-height: 178px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-178px {
    max-height: 178px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-178px {
    max-height: 178px;
  }
}

.u-max-h-179px {
  max-height: 179px;
}

.u-max-h-xs-179px {
  max-height: 179px;
}

@media (min-width: 576px) {
  .u-max-h-sm-179px {
    max-height: 179px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-179px {
    max-height: 179px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-179px {
    max-height: 179px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-179px {
    max-height: 179px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-179px {
    max-height: 179px;
  }
}

.u-max-h-180px {
  max-height: 180px;
}

.u-max-h-xs-180px {
  max-height: 180px;
}

@media (min-width: 576px) {
  .u-max-h-sm-180px {
    max-height: 180px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-180px {
    max-height: 180px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-180px {
    max-height: 180px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-180px {
    max-height: 180px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-180px {
    max-height: 180px;
  }
}

.u-max-h-181px {
  max-height: 181px;
}

.u-max-h-xs-181px {
  max-height: 181px;
}

@media (min-width: 576px) {
  .u-max-h-sm-181px {
    max-height: 181px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-181px {
    max-height: 181px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-181px {
    max-height: 181px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-181px {
    max-height: 181px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-181px {
    max-height: 181px;
  }
}

.u-max-h-182px {
  max-height: 182px;
}

.u-max-h-xs-182px {
  max-height: 182px;
}

@media (min-width: 576px) {
  .u-max-h-sm-182px {
    max-height: 182px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-182px {
    max-height: 182px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-182px {
    max-height: 182px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-182px {
    max-height: 182px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-182px {
    max-height: 182px;
  }
}

.u-max-h-183px {
  max-height: 183px;
}

.u-max-h-xs-183px {
  max-height: 183px;
}

@media (min-width: 576px) {
  .u-max-h-sm-183px {
    max-height: 183px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-183px {
    max-height: 183px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-183px {
    max-height: 183px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-183px {
    max-height: 183px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-183px {
    max-height: 183px;
  }
}

.u-max-h-184px {
  max-height: 184px;
}

.u-max-h-xs-184px {
  max-height: 184px;
}

@media (min-width: 576px) {
  .u-max-h-sm-184px {
    max-height: 184px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-184px {
    max-height: 184px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-184px {
    max-height: 184px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-184px {
    max-height: 184px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-184px {
    max-height: 184px;
  }
}

.u-max-h-185px {
  max-height: 185px;
}

.u-max-h-xs-185px {
  max-height: 185px;
}

@media (min-width: 576px) {
  .u-max-h-sm-185px {
    max-height: 185px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-185px {
    max-height: 185px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-185px {
    max-height: 185px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-185px {
    max-height: 185px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-185px {
    max-height: 185px;
  }
}

.u-max-h-186px {
  max-height: 186px;
}

.u-max-h-xs-186px {
  max-height: 186px;
}

@media (min-width: 576px) {
  .u-max-h-sm-186px {
    max-height: 186px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-186px {
    max-height: 186px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-186px {
    max-height: 186px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-186px {
    max-height: 186px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-186px {
    max-height: 186px;
  }
}

.u-max-h-187px {
  max-height: 187px;
}

.u-max-h-xs-187px {
  max-height: 187px;
}

@media (min-width: 576px) {
  .u-max-h-sm-187px {
    max-height: 187px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-187px {
    max-height: 187px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-187px {
    max-height: 187px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-187px {
    max-height: 187px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-187px {
    max-height: 187px;
  }
}

.u-max-h-188px {
  max-height: 188px;
}

.u-max-h-xs-188px {
  max-height: 188px;
}

@media (min-width: 576px) {
  .u-max-h-sm-188px {
    max-height: 188px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-188px {
    max-height: 188px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-188px {
    max-height: 188px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-188px {
    max-height: 188px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-188px {
    max-height: 188px;
  }
}

.u-max-h-189px {
  max-height: 189px;
}

.u-max-h-xs-189px {
  max-height: 189px;
}

@media (min-width: 576px) {
  .u-max-h-sm-189px {
    max-height: 189px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-189px {
    max-height: 189px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-189px {
    max-height: 189px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-189px {
    max-height: 189px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-189px {
    max-height: 189px;
  }
}

.u-max-h-190px {
  max-height: 190px;
}

.u-max-h-xs-190px {
  max-height: 190px;
}

@media (min-width: 576px) {
  .u-max-h-sm-190px {
    max-height: 190px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-190px {
    max-height: 190px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-190px {
    max-height: 190px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-190px {
    max-height: 190px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-190px {
    max-height: 190px;
  }
}

.u-max-h-191px {
  max-height: 191px;
}

.u-max-h-xs-191px {
  max-height: 191px;
}

@media (min-width: 576px) {
  .u-max-h-sm-191px {
    max-height: 191px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-191px {
    max-height: 191px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-191px {
    max-height: 191px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-191px {
    max-height: 191px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-191px {
    max-height: 191px;
  }
}

.u-max-h-192px {
  max-height: 192px;
}

.u-max-h-xs-192px {
  max-height: 192px;
}

@media (min-width: 576px) {
  .u-max-h-sm-192px {
    max-height: 192px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-192px {
    max-height: 192px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-192px {
    max-height: 192px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-192px {
    max-height: 192px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-192px {
    max-height: 192px;
  }
}

.u-max-h-193px {
  max-height: 193px;
}

.u-max-h-xs-193px {
  max-height: 193px;
}

@media (min-width: 576px) {
  .u-max-h-sm-193px {
    max-height: 193px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-193px {
    max-height: 193px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-193px {
    max-height: 193px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-193px {
    max-height: 193px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-193px {
    max-height: 193px;
  }
}

.u-max-h-194px {
  max-height: 194px;
}

.u-max-h-xs-194px {
  max-height: 194px;
}

@media (min-width: 576px) {
  .u-max-h-sm-194px {
    max-height: 194px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-194px {
    max-height: 194px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-194px {
    max-height: 194px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-194px {
    max-height: 194px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-194px {
    max-height: 194px;
  }
}

.u-max-h-195px {
  max-height: 195px;
}

.u-max-h-xs-195px {
  max-height: 195px;
}

@media (min-width: 576px) {
  .u-max-h-sm-195px {
    max-height: 195px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-195px {
    max-height: 195px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-195px {
    max-height: 195px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-195px {
    max-height: 195px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-195px {
    max-height: 195px;
  }
}

.u-max-h-196px {
  max-height: 196px;
}

.u-max-h-xs-196px {
  max-height: 196px;
}

@media (min-width: 576px) {
  .u-max-h-sm-196px {
    max-height: 196px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-196px {
    max-height: 196px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-196px {
    max-height: 196px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-196px {
    max-height: 196px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-196px {
    max-height: 196px;
  }
}

.u-max-h-197px {
  max-height: 197px;
}

.u-max-h-xs-197px {
  max-height: 197px;
}

@media (min-width: 576px) {
  .u-max-h-sm-197px {
    max-height: 197px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-197px {
    max-height: 197px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-197px {
    max-height: 197px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-197px {
    max-height: 197px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-197px {
    max-height: 197px;
  }
}

.u-max-h-198px {
  max-height: 198px;
}

.u-max-h-xs-198px {
  max-height: 198px;
}

@media (min-width: 576px) {
  .u-max-h-sm-198px {
    max-height: 198px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-198px {
    max-height: 198px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-198px {
    max-height: 198px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-198px {
    max-height: 198px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-198px {
    max-height: 198px;
  }
}

.u-max-h-199px {
  max-height: 199px;
}

.u-max-h-xs-199px {
  max-height: 199px;
}

@media (min-width: 576px) {
  .u-max-h-sm-199px {
    max-height: 199px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-199px {
    max-height: 199px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-199px {
    max-height: 199px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-199px {
    max-height: 199px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-199px {
    max-height: 199px;
  }
}

.u-max-h-200px {
  max-height: 200px;
}

.u-max-h-xs-200px {
  max-height: 200px;
}

@media (min-width: 576px) {
  .u-max-h-sm-200px {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-200px {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-200px {
    max-height: 200px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-200px {
    max-height: 200px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-200px {
    max-height: 200px;
  }
}

.u-max-h-201px {
  max-height: 201px;
}

.u-max-h-xs-201px {
  max-height: 201px;
}

@media (min-width: 576px) {
  .u-max-h-sm-201px {
    max-height: 201px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-201px {
    max-height: 201px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-201px {
    max-height: 201px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-201px {
    max-height: 201px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-201px {
    max-height: 201px;
  }
}

.u-max-h-202px {
  max-height: 202px;
}

.u-max-h-xs-202px {
  max-height: 202px;
}

@media (min-width: 576px) {
  .u-max-h-sm-202px {
    max-height: 202px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-202px {
    max-height: 202px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-202px {
    max-height: 202px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-202px {
    max-height: 202px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-202px {
    max-height: 202px;
  }
}

.u-max-h-203px {
  max-height: 203px;
}

.u-max-h-xs-203px {
  max-height: 203px;
}

@media (min-width: 576px) {
  .u-max-h-sm-203px {
    max-height: 203px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-203px {
    max-height: 203px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-203px {
    max-height: 203px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-203px {
    max-height: 203px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-203px {
    max-height: 203px;
  }
}

.u-max-h-204px {
  max-height: 204px;
}

.u-max-h-xs-204px {
  max-height: 204px;
}

@media (min-width: 576px) {
  .u-max-h-sm-204px {
    max-height: 204px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-204px {
    max-height: 204px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-204px {
    max-height: 204px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-204px {
    max-height: 204px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-204px {
    max-height: 204px;
  }
}

.u-max-h-205px {
  max-height: 205px;
}

.u-max-h-xs-205px {
  max-height: 205px;
}

@media (min-width: 576px) {
  .u-max-h-sm-205px {
    max-height: 205px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-205px {
    max-height: 205px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-205px {
    max-height: 205px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-205px {
    max-height: 205px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-205px {
    max-height: 205px;
  }
}

.u-max-h-206px {
  max-height: 206px;
}

.u-max-h-xs-206px {
  max-height: 206px;
}

@media (min-width: 576px) {
  .u-max-h-sm-206px {
    max-height: 206px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-206px {
    max-height: 206px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-206px {
    max-height: 206px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-206px {
    max-height: 206px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-206px {
    max-height: 206px;
  }
}

.u-max-h-207px {
  max-height: 207px;
}

.u-max-h-xs-207px {
  max-height: 207px;
}

@media (min-width: 576px) {
  .u-max-h-sm-207px {
    max-height: 207px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-207px {
    max-height: 207px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-207px {
    max-height: 207px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-207px {
    max-height: 207px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-207px {
    max-height: 207px;
  }
}

.u-max-h-208px {
  max-height: 208px;
}

.u-max-h-xs-208px {
  max-height: 208px;
}

@media (min-width: 576px) {
  .u-max-h-sm-208px {
    max-height: 208px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-208px {
    max-height: 208px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-208px {
    max-height: 208px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-208px {
    max-height: 208px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-208px {
    max-height: 208px;
  }
}

.u-max-h-209px {
  max-height: 209px;
}

.u-max-h-xs-209px {
  max-height: 209px;
}

@media (min-width: 576px) {
  .u-max-h-sm-209px {
    max-height: 209px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-209px {
    max-height: 209px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-209px {
    max-height: 209px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-209px {
    max-height: 209px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-209px {
    max-height: 209px;
  }
}

.u-max-h-210px {
  max-height: 210px;
}

.u-max-h-xs-210px {
  max-height: 210px;
}

@media (min-width: 576px) {
  .u-max-h-sm-210px {
    max-height: 210px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-210px {
    max-height: 210px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-210px {
    max-height: 210px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-210px {
    max-height: 210px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-210px {
    max-height: 210px;
  }
}

.u-max-h-211px {
  max-height: 211px;
}

.u-max-h-xs-211px {
  max-height: 211px;
}

@media (min-width: 576px) {
  .u-max-h-sm-211px {
    max-height: 211px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-211px {
    max-height: 211px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-211px {
    max-height: 211px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-211px {
    max-height: 211px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-211px {
    max-height: 211px;
  }
}

.u-max-h-212px {
  max-height: 212px;
}

.u-max-h-xs-212px {
  max-height: 212px;
}

@media (min-width: 576px) {
  .u-max-h-sm-212px {
    max-height: 212px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-212px {
    max-height: 212px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-212px {
    max-height: 212px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-212px {
    max-height: 212px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-212px {
    max-height: 212px;
  }
}

.u-max-h-213px {
  max-height: 213px;
}

.u-max-h-xs-213px {
  max-height: 213px;
}

@media (min-width: 576px) {
  .u-max-h-sm-213px {
    max-height: 213px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-213px {
    max-height: 213px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-213px {
    max-height: 213px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-213px {
    max-height: 213px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-213px {
    max-height: 213px;
  }
}

.u-max-h-214px {
  max-height: 214px;
}

.u-max-h-xs-214px {
  max-height: 214px;
}

@media (min-width: 576px) {
  .u-max-h-sm-214px {
    max-height: 214px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-214px {
    max-height: 214px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-214px {
    max-height: 214px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-214px {
    max-height: 214px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-214px {
    max-height: 214px;
  }
}

.u-max-h-215px {
  max-height: 215px;
}

.u-max-h-xs-215px {
  max-height: 215px;
}

@media (min-width: 576px) {
  .u-max-h-sm-215px {
    max-height: 215px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-215px {
    max-height: 215px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-215px {
    max-height: 215px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-215px {
    max-height: 215px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-215px {
    max-height: 215px;
  }
}

.u-max-h-216px {
  max-height: 216px;
}

.u-max-h-xs-216px {
  max-height: 216px;
}

@media (min-width: 576px) {
  .u-max-h-sm-216px {
    max-height: 216px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-216px {
    max-height: 216px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-216px {
    max-height: 216px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-216px {
    max-height: 216px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-216px {
    max-height: 216px;
  }
}

.u-max-h-217px {
  max-height: 217px;
}

.u-max-h-xs-217px {
  max-height: 217px;
}

@media (min-width: 576px) {
  .u-max-h-sm-217px {
    max-height: 217px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-217px {
    max-height: 217px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-217px {
    max-height: 217px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-217px {
    max-height: 217px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-217px {
    max-height: 217px;
  }
}

.u-max-h-218px {
  max-height: 218px;
}

.u-max-h-xs-218px {
  max-height: 218px;
}

@media (min-width: 576px) {
  .u-max-h-sm-218px {
    max-height: 218px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-218px {
    max-height: 218px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-218px {
    max-height: 218px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-218px {
    max-height: 218px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-218px {
    max-height: 218px;
  }
}

.u-max-h-219px {
  max-height: 219px;
}

.u-max-h-xs-219px {
  max-height: 219px;
}

@media (min-width: 576px) {
  .u-max-h-sm-219px {
    max-height: 219px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-219px {
    max-height: 219px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-219px {
    max-height: 219px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-219px {
    max-height: 219px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-219px {
    max-height: 219px;
  }
}

.u-max-h-220px {
  max-height: 220px;
}

.u-max-h-xs-220px {
  max-height: 220px;
}

@media (min-width: 576px) {
  .u-max-h-sm-220px {
    max-height: 220px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-220px {
    max-height: 220px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-220px {
    max-height: 220px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-220px {
    max-height: 220px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-220px {
    max-height: 220px;
  }
}

.u-max-h-221px {
  max-height: 221px;
}

.u-max-h-xs-221px {
  max-height: 221px;
}

@media (min-width: 576px) {
  .u-max-h-sm-221px {
    max-height: 221px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-221px {
    max-height: 221px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-221px {
    max-height: 221px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-221px {
    max-height: 221px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-221px {
    max-height: 221px;
  }
}

.u-max-h-222px {
  max-height: 222px;
}

.u-max-h-xs-222px {
  max-height: 222px;
}

@media (min-width: 576px) {
  .u-max-h-sm-222px {
    max-height: 222px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-222px {
    max-height: 222px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-222px {
    max-height: 222px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-222px {
    max-height: 222px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-222px {
    max-height: 222px;
  }
}

.u-max-h-223px {
  max-height: 223px;
}

.u-max-h-xs-223px {
  max-height: 223px;
}

@media (min-width: 576px) {
  .u-max-h-sm-223px {
    max-height: 223px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-223px {
    max-height: 223px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-223px {
    max-height: 223px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-223px {
    max-height: 223px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-223px {
    max-height: 223px;
  }
}

.u-max-h-224px {
  max-height: 224px;
}

.u-max-h-xs-224px {
  max-height: 224px;
}

@media (min-width: 576px) {
  .u-max-h-sm-224px {
    max-height: 224px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-224px {
    max-height: 224px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-224px {
    max-height: 224px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-224px {
    max-height: 224px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-224px {
    max-height: 224px;
  }
}

.u-max-h-225px {
  max-height: 225px;
}

.u-max-h-xs-225px {
  max-height: 225px;
}

@media (min-width: 576px) {
  .u-max-h-sm-225px {
    max-height: 225px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-225px {
    max-height: 225px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-225px {
    max-height: 225px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-225px {
    max-height: 225px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-225px {
    max-height: 225px;
  }
}

.u-max-h-226px {
  max-height: 226px;
}

.u-max-h-xs-226px {
  max-height: 226px;
}

@media (min-width: 576px) {
  .u-max-h-sm-226px {
    max-height: 226px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-226px {
    max-height: 226px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-226px {
    max-height: 226px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-226px {
    max-height: 226px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-226px {
    max-height: 226px;
  }
}

.u-max-h-227px {
  max-height: 227px;
}

.u-max-h-xs-227px {
  max-height: 227px;
}

@media (min-width: 576px) {
  .u-max-h-sm-227px {
    max-height: 227px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-227px {
    max-height: 227px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-227px {
    max-height: 227px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-227px {
    max-height: 227px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-227px {
    max-height: 227px;
  }
}

.u-max-h-228px {
  max-height: 228px;
}

.u-max-h-xs-228px {
  max-height: 228px;
}

@media (min-width: 576px) {
  .u-max-h-sm-228px {
    max-height: 228px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-228px {
    max-height: 228px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-228px {
    max-height: 228px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-228px {
    max-height: 228px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-228px {
    max-height: 228px;
  }
}

.u-max-h-229px {
  max-height: 229px;
}

.u-max-h-xs-229px {
  max-height: 229px;
}

@media (min-width: 576px) {
  .u-max-h-sm-229px {
    max-height: 229px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-229px {
    max-height: 229px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-229px {
    max-height: 229px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-229px {
    max-height: 229px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-229px {
    max-height: 229px;
  }
}

.u-max-h-230px {
  max-height: 230px;
}

.u-max-h-xs-230px {
  max-height: 230px;
}

@media (min-width: 576px) {
  .u-max-h-sm-230px {
    max-height: 230px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-230px {
    max-height: 230px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-230px {
    max-height: 230px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-230px {
    max-height: 230px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-230px {
    max-height: 230px;
  }
}

.u-max-h-231px {
  max-height: 231px;
}

.u-max-h-xs-231px {
  max-height: 231px;
}

@media (min-width: 576px) {
  .u-max-h-sm-231px {
    max-height: 231px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-231px {
    max-height: 231px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-231px {
    max-height: 231px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-231px {
    max-height: 231px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-231px {
    max-height: 231px;
  }
}

.u-max-h-232px {
  max-height: 232px;
}

.u-max-h-xs-232px {
  max-height: 232px;
}

@media (min-width: 576px) {
  .u-max-h-sm-232px {
    max-height: 232px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-232px {
    max-height: 232px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-232px {
    max-height: 232px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-232px {
    max-height: 232px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-232px {
    max-height: 232px;
  }
}

.u-max-h-233px {
  max-height: 233px;
}

.u-max-h-xs-233px {
  max-height: 233px;
}

@media (min-width: 576px) {
  .u-max-h-sm-233px {
    max-height: 233px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-233px {
    max-height: 233px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-233px {
    max-height: 233px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-233px {
    max-height: 233px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-233px {
    max-height: 233px;
  }
}

.u-max-h-234px {
  max-height: 234px;
}

.u-max-h-xs-234px {
  max-height: 234px;
}

@media (min-width: 576px) {
  .u-max-h-sm-234px {
    max-height: 234px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-234px {
    max-height: 234px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-234px {
    max-height: 234px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-234px {
    max-height: 234px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-234px {
    max-height: 234px;
  }
}

.u-max-h-235px {
  max-height: 235px;
}

.u-max-h-xs-235px {
  max-height: 235px;
}

@media (min-width: 576px) {
  .u-max-h-sm-235px {
    max-height: 235px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-235px {
    max-height: 235px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-235px {
    max-height: 235px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-235px {
    max-height: 235px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-235px {
    max-height: 235px;
  }
}

.u-max-h-236px {
  max-height: 236px;
}

.u-max-h-xs-236px {
  max-height: 236px;
}

@media (min-width: 576px) {
  .u-max-h-sm-236px {
    max-height: 236px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-236px {
    max-height: 236px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-236px {
    max-height: 236px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-236px {
    max-height: 236px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-236px {
    max-height: 236px;
  }
}

.u-max-h-237px {
  max-height: 237px;
}

.u-max-h-xs-237px {
  max-height: 237px;
}

@media (min-width: 576px) {
  .u-max-h-sm-237px {
    max-height: 237px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-237px {
    max-height: 237px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-237px {
    max-height: 237px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-237px {
    max-height: 237px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-237px {
    max-height: 237px;
  }
}

.u-max-h-238px {
  max-height: 238px;
}

.u-max-h-xs-238px {
  max-height: 238px;
}

@media (min-width: 576px) {
  .u-max-h-sm-238px {
    max-height: 238px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-238px {
    max-height: 238px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-238px {
    max-height: 238px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-238px {
    max-height: 238px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-238px {
    max-height: 238px;
  }
}

.u-max-h-239px {
  max-height: 239px;
}

.u-max-h-xs-239px {
  max-height: 239px;
}

@media (min-width: 576px) {
  .u-max-h-sm-239px {
    max-height: 239px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-239px {
    max-height: 239px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-239px {
    max-height: 239px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-239px {
    max-height: 239px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-239px {
    max-height: 239px;
  }
}

.u-max-h-240px {
  max-height: 240px;
}

.u-max-h-xs-240px {
  max-height: 240px;
}

@media (min-width: 576px) {
  .u-max-h-sm-240px {
    max-height: 240px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-240px {
    max-height: 240px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-240px {
    max-height: 240px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-240px {
    max-height: 240px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-240px {
    max-height: 240px;
  }
}

.u-max-h-241px {
  max-height: 241px;
}

.u-max-h-xs-241px {
  max-height: 241px;
}

@media (min-width: 576px) {
  .u-max-h-sm-241px {
    max-height: 241px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-241px {
    max-height: 241px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-241px {
    max-height: 241px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-241px {
    max-height: 241px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-241px {
    max-height: 241px;
  }
}

.u-max-h-242px {
  max-height: 242px;
}

.u-max-h-xs-242px {
  max-height: 242px;
}

@media (min-width: 576px) {
  .u-max-h-sm-242px {
    max-height: 242px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-242px {
    max-height: 242px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-242px {
    max-height: 242px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-242px {
    max-height: 242px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-242px {
    max-height: 242px;
  }
}

.u-max-h-243px {
  max-height: 243px;
}

.u-max-h-xs-243px {
  max-height: 243px;
}

@media (min-width: 576px) {
  .u-max-h-sm-243px {
    max-height: 243px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-243px {
    max-height: 243px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-243px {
    max-height: 243px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-243px {
    max-height: 243px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-243px {
    max-height: 243px;
  }
}

.u-max-h-244px {
  max-height: 244px;
}

.u-max-h-xs-244px {
  max-height: 244px;
}

@media (min-width: 576px) {
  .u-max-h-sm-244px {
    max-height: 244px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-244px {
    max-height: 244px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-244px {
    max-height: 244px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-244px {
    max-height: 244px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-244px {
    max-height: 244px;
  }
}

.u-max-h-245px {
  max-height: 245px;
}

.u-max-h-xs-245px {
  max-height: 245px;
}

@media (min-width: 576px) {
  .u-max-h-sm-245px {
    max-height: 245px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-245px {
    max-height: 245px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-245px {
    max-height: 245px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-245px {
    max-height: 245px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-245px {
    max-height: 245px;
  }
}

.u-max-h-246px {
  max-height: 246px;
}

.u-max-h-xs-246px {
  max-height: 246px;
}

@media (min-width: 576px) {
  .u-max-h-sm-246px {
    max-height: 246px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-246px {
    max-height: 246px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-246px {
    max-height: 246px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-246px {
    max-height: 246px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-246px {
    max-height: 246px;
  }
}

.u-max-h-247px {
  max-height: 247px;
}

.u-max-h-xs-247px {
  max-height: 247px;
}

@media (min-width: 576px) {
  .u-max-h-sm-247px {
    max-height: 247px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-247px {
    max-height: 247px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-247px {
    max-height: 247px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-247px {
    max-height: 247px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-247px {
    max-height: 247px;
  }
}

.u-max-h-248px {
  max-height: 248px;
}

.u-max-h-xs-248px {
  max-height: 248px;
}

@media (min-width: 576px) {
  .u-max-h-sm-248px {
    max-height: 248px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-248px {
    max-height: 248px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-248px {
    max-height: 248px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-248px {
    max-height: 248px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-248px {
    max-height: 248px;
  }
}

.u-max-h-249px {
  max-height: 249px;
}

.u-max-h-xs-249px {
  max-height: 249px;
}

@media (min-width: 576px) {
  .u-max-h-sm-249px {
    max-height: 249px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-249px {
    max-height: 249px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-249px {
    max-height: 249px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-249px {
    max-height: 249px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-249px {
    max-height: 249px;
  }
}

.u-max-h-250px {
  max-height: 250px;
}

.u-max-h-xs-250px {
  max-height: 250px;
}

@media (min-width: 576px) {
  .u-max-h-sm-250px {
    max-height: 250px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-250px {
    max-height: 250px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-250px {
    max-height: 250px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-250px {
    max-height: 250px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-250px {
    max-height: 250px;
  }
}

.u-max-h-251px {
  max-height: 251px;
}

.u-max-h-xs-251px {
  max-height: 251px;
}

@media (min-width: 576px) {
  .u-max-h-sm-251px {
    max-height: 251px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-251px {
    max-height: 251px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-251px {
    max-height: 251px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-251px {
    max-height: 251px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-251px {
    max-height: 251px;
  }
}

.u-max-h-252px {
  max-height: 252px;
}

.u-max-h-xs-252px {
  max-height: 252px;
}

@media (min-width: 576px) {
  .u-max-h-sm-252px {
    max-height: 252px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-252px {
    max-height: 252px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-252px {
    max-height: 252px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-252px {
    max-height: 252px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-252px {
    max-height: 252px;
  }
}

.u-max-h-253px {
  max-height: 253px;
}

.u-max-h-xs-253px {
  max-height: 253px;
}

@media (min-width: 576px) {
  .u-max-h-sm-253px {
    max-height: 253px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-253px {
    max-height: 253px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-253px {
    max-height: 253px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-253px {
    max-height: 253px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-253px {
    max-height: 253px;
  }
}

.u-max-h-254px {
  max-height: 254px;
}

.u-max-h-xs-254px {
  max-height: 254px;
}

@media (min-width: 576px) {
  .u-max-h-sm-254px {
    max-height: 254px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-254px {
    max-height: 254px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-254px {
    max-height: 254px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-254px {
    max-height: 254px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-254px {
    max-height: 254px;
  }
}

.u-max-h-255px {
  max-height: 255px;
}

.u-max-h-xs-255px {
  max-height: 255px;
}

@media (min-width: 576px) {
  .u-max-h-sm-255px {
    max-height: 255px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-255px {
    max-height: 255px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-255px {
    max-height: 255px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-255px {
    max-height: 255px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-255px {
    max-height: 255px;
  }
}

.u-max-h-256px {
  max-height: 256px;
}

.u-max-h-xs-256px {
  max-height: 256px;
}

@media (min-width: 576px) {
  .u-max-h-sm-256px {
    max-height: 256px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-256px {
    max-height: 256px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-256px {
    max-height: 256px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-256px {
    max-height: 256px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-256px {
    max-height: 256px;
  }
}

.u-max-h-257px {
  max-height: 257px;
}

.u-max-h-xs-257px {
  max-height: 257px;
}

@media (min-width: 576px) {
  .u-max-h-sm-257px {
    max-height: 257px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-257px {
    max-height: 257px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-257px {
    max-height: 257px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-257px {
    max-height: 257px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-257px {
    max-height: 257px;
  }
}

.u-max-h-258px {
  max-height: 258px;
}

.u-max-h-xs-258px {
  max-height: 258px;
}

@media (min-width: 576px) {
  .u-max-h-sm-258px {
    max-height: 258px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-258px {
    max-height: 258px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-258px {
    max-height: 258px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-258px {
    max-height: 258px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-258px {
    max-height: 258px;
  }
}

.u-max-h-259px {
  max-height: 259px;
}

.u-max-h-xs-259px {
  max-height: 259px;
}

@media (min-width: 576px) {
  .u-max-h-sm-259px {
    max-height: 259px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-259px {
    max-height: 259px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-259px {
    max-height: 259px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-259px {
    max-height: 259px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-259px {
    max-height: 259px;
  }
}

.u-max-h-260px {
  max-height: 260px;
}

.u-max-h-xs-260px {
  max-height: 260px;
}

@media (min-width: 576px) {
  .u-max-h-sm-260px {
    max-height: 260px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-260px {
    max-height: 260px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-260px {
    max-height: 260px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-260px {
    max-height: 260px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-260px {
    max-height: 260px;
  }
}

.u-max-h-261px {
  max-height: 261px;
}

.u-max-h-xs-261px {
  max-height: 261px;
}

@media (min-width: 576px) {
  .u-max-h-sm-261px {
    max-height: 261px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-261px {
    max-height: 261px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-261px {
    max-height: 261px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-261px {
    max-height: 261px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-261px {
    max-height: 261px;
  }
}

.u-max-h-262px {
  max-height: 262px;
}

.u-max-h-xs-262px {
  max-height: 262px;
}

@media (min-width: 576px) {
  .u-max-h-sm-262px {
    max-height: 262px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-262px {
    max-height: 262px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-262px {
    max-height: 262px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-262px {
    max-height: 262px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-262px {
    max-height: 262px;
  }
}

.u-max-h-263px {
  max-height: 263px;
}

.u-max-h-xs-263px {
  max-height: 263px;
}

@media (min-width: 576px) {
  .u-max-h-sm-263px {
    max-height: 263px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-263px {
    max-height: 263px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-263px {
    max-height: 263px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-263px {
    max-height: 263px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-263px {
    max-height: 263px;
  }
}

.u-max-h-264px {
  max-height: 264px;
}

.u-max-h-xs-264px {
  max-height: 264px;
}

@media (min-width: 576px) {
  .u-max-h-sm-264px {
    max-height: 264px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-264px {
    max-height: 264px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-264px {
    max-height: 264px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-264px {
    max-height: 264px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-264px {
    max-height: 264px;
  }
}

.u-max-h-265px {
  max-height: 265px;
}

.u-max-h-xs-265px {
  max-height: 265px;
}

@media (min-width: 576px) {
  .u-max-h-sm-265px {
    max-height: 265px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-265px {
    max-height: 265px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-265px {
    max-height: 265px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-265px {
    max-height: 265px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-265px {
    max-height: 265px;
  }
}

.u-max-h-266px {
  max-height: 266px;
}

.u-max-h-xs-266px {
  max-height: 266px;
}

@media (min-width: 576px) {
  .u-max-h-sm-266px {
    max-height: 266px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-266px {
    max-height: 266px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-266px {
    max-height: 266px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-266px {
    max-height: 266px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-266px {
    max-height: 266px;
  }
}

.u-max-h-267px {
  max-height: 267px;
}

.u-max-h-xs-267px {
  max-height: 267px;
}

@media (min-width: 576px) {
  .u-max-h-sm-267px {
    max-height: 267px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-267px {
    max-height: 267px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-267px {
    max-height: 267px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-267px {
    max-height: 267px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-267px {
    max-height: 267px;
  }
}

.u-max-h-268px {
  max-height: 268px;
}

.u-max-h-xs-268px {
  max-height: 268px;
}

@media (min-width: 576px) {
  .u-max-h-sm-268px {
    max-height: 268px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-268px {
    max-height: 268px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-268px {
    max-height: 268px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-268px {
    max-height: 268px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-268px {
    max-height: 268px;
  }
}

.u-max-h-269px {
  max-height: 269px;
}

.u-max-h-xs-269px {
  max-height: 269px;
}

@media (min-width: 576px) {
  .u-max-h-sm-269px {
    max-height: 269px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-269px {
    max-height: 269px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-269px {
    max-height: 269px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-269px {
    max-height: 269px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-269px {
    max-height: 269px;
  }
}

.u-max-h-270px {
  max-height: 270px;
}

.u-max-h-xs-270px {
  max-height: 270px;
}

@media (min-width: 576px) {
  .u-max-h-sm-270px {
    max-height: 270px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-270px {
    max-height: 270px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-270px {
    max-height: 270px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-270px {
    max-height: 270px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-270px {
    max-height: 270px;
  }
}

.u-max-h-271px {
  max-height: 271px;
}

.u-max-h-xs-271px {
  max-height: 271px;
}

@media (min-width: 576px) {
  .u-max-h-sm-271px {
    max-height: 271px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-271px {
    max-height: 271px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-271px {
    max-height: 271px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-271px {
    max-height: 271px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-271px {
    max-height: 271px;
  }
}

.u-max-h-272px {
  max-height: 272px;
}

.u-max-h-xs-272px {
  max-height: 272px;
}

@media (min-width: 576px) {
  .u-max-h-sm-272px {
    max-height: 272px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-272px {
    max-height: 272px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-272px {
    max-height: 272px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-272px {
    max-height: 272px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-272px {
    max-height: 272px;
  }
}

.u-max-h-273px {
  max-height: 273px;
}

.u-max-h-xs-273px {
  max-height: 273px;
}

@media (min-width: 576px) {
  .u-max-h-sm-273px {
    max-height: 273px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-273px {
    max-height: 273px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-273px {
    max-height: 273px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-273px {
    max-height: 273px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-273px {
    max-height: 273px;
  }
}

.u-max-h-274px {
  max-height: 274px;
}

.u-max-h-xs-274px {
  max-height: 274px;
}

@media (min-width: 576px) {
  .u-max-h-sm-274px {
    max-height: 274px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-274px {
    max-height: 274px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-274px {
    max-height: 274px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-274px {
    max-height: 274px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-274px {
    max-height: 274px;
  }
}

.u-max-h-275px {
  max-height: 275px;
}

.u-max-h-xs-275px {
  max-height: 275px;
}

@media (min-width: 576px) {
  .u-max-h-sm-275px {
    max-height: 275px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-275px {
    max-height: 275px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-275px {
    max-height: 275px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-275px {
    max-height: 275px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-275px {
    max-height: 275px;
  }
}

.u-max-h-276px {
  max-height: 276px;
}

.u-max-h-xs-276px {
  max-height: 276px;
}

@media (min-width: 576px) {
  .u-max-h-sm-276px {
    max-height: 276px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-276px {
    max-height: 276px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-276px {
    max-height: 276px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-276px {
    max-height: 276px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-276px {
    max-height: 276px;
  }
}

.u-max-h-277px {
  max-height: 277px;
}

.u-max-h-xs-277px {
  max-height: 277px;
}

@media (min-width: 576px) {
  .u-max-h-sm-277px {
    max-height: 277px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-277px {
    max-height: 277px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-277px {
    max-height: 277px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-277px {
    max-height: 277px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-277px {
    max-height: 277px;
  }
}

.u-max-h-278px {
  max-height: 278px;
}

.u-max-h-xs-278px {
  max-height: 278px;
}

@media (min-width: 576px) {
  .u-max-h-sm-278px {
    max-height: 278px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-278px {
    max-height: 278px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-278px {
    max-height: 278px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-278px {
    max-height: 278px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-278px {
    max-height: 278px;
  }
}

.u-max-h-279px {
  max-height: 279px;
}

.u-max-h-xs-279px {
  max-height: 279px;
}

@media (min-width: 576px) {
  .u-max-h-sm-279px {
    max-height: 279px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-279px {
    max-height: 279px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-279px {
    max-height: 279px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-279px {
    max-height: 279px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-279px {
    max-height: 279px;
  }
}

.u-max-h-280px {
  max-height: 280px;
}

.u-max-h-xs-280px {
  max-height: 280px;
}

@media (min-width: 576px) {
  .u-max-h-sm-280px {
    max-height: 280px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-280px {
    max-height: 280px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-280px {
    max-height: 280px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-280px {
    max-height: 280px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-280px {
    max-height: 280px;
  }
}

.u-max-h-281px {
  max-height: 281px;
}

.u-max-h-xs-281px {
  max-height: 281px;
}

@media (min-width: 576px) {
  .u-max-h-sm-281px {
    max-height: 281px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-281px {
    max-height: 281px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-281px {
    max-height: 281px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-281px {
    max-height: 281px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-281px {
    max-height: 281px;
  }
}

.u-max-h-282px {
  max-height: 282px;
}

.u-max-h-xs-282px {
  max-height: 282px;
}

@media (min-width: 576px) {
  .u-max-h-sm-282px {
    max-height: 282px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-282px {
    max-height: 282px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-282px {
    max-height: 282px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-282px {
    max-height: 282px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-282px {
    max-height: 282px;
  }
}

.u-max-h-283px {
  max-height: 283px;
}

.u-max-h-xs-283px {
  max-height: 283px;
}

@media (min-width: 576px) {
  .u-max-h-sm-283px {
    max-height: 283px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-283px {
    max-height: 283px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-283px {
    max-height: 283px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-283px {
    max-height: 283px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-283px {
    max-height: 283px;
  }
}

.u-max-h-284px {
  max-height: 284px;
}

.u-max-h-xs-284px {
  max-height: 284px;
}

@media (min-width: 576px) {
  .u-max-h-sm-284px {
    max-height: 284px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-284px {
    max-height: 284px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-284px {
    max-height: 284px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-284px {
    max-height: 284px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-284px {
    max-height: 284px;
  }
}

.u-max-h-285px {
  max-height: 285px;
}

.u-max-h-xs-285px {
  max-height: 285px;
}

@media (min-width: 576px) {
  .u-max-h-sm-285px {
    max-height: 285px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-285px {
    max-height: 285px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-285px {
    max-height: 285px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-285px {
    max-height: 285px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-285px {
    max-height: 285px;
  }
}

.u-max-h-286px {
  max-height: 286px;
}

.u-max-h-xs-286px {
  max-height: 286px;
}

@media (min-width: 576px) {
  .u-max-h-sm-286px {
    max-height: 286px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-286px {
    max-height: 286px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-286px {
    max-height: 286px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-286px {
    max-height: 286px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-286px {
    max-height: 286px;
  }
}

.u-max-h-287px {
  max-height: 287px;
}

.u-max-h-xs-287px {
  max-height: 287px;
}

@media (min-width: 576px) {
  .u-max-h-sm-287px {
    max-height: 287px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-287px {
    max-height: 287px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-287px {
    max-height: 287px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-287px {
    max-height: 287px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-287px {
    max-height: 287px;
  }
}

.u-max-h-288px {
  max-height: 288px;
}

.u-max-h-xs-288px {
  max-height: 288px;
}

@media (min-width: 576px) {
  .u-max-h-sm-288px {
    max-height: 288px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-288px {
    max-height: 288px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-288px {
    max-height: 288px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-288px {
    max-height: 288px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-288px {
    max-height: 288px;
  }
}

.u-max-h-289px {
  max-height: 289px;
}

.u-max-h-xs-289px {
  max-height: 289px;
}

@media (min-width: 576px) {
  .u-max-h-sm-289px {
    max-height: 289px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-289px {
    max-height: 289px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-289px {
    max-height: 289px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-289px {
    max-height: 289px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-289px {
    max-height: 289px;
  }
}

.u-max-h-290px {
  max-height: 290px;
}

.u-max-h-xs-290px {
  max-height: 290px;
}

@media (min-width: 576px) {
  .u-max-h-sm-290px {
    max-height: 290px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-290px {
    max-height: 290px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-290px {
    max-height: 290px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-290px {
    max-height: 290px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-290px {
    max-height: 290px;
  }
}

.u-max-h-291px {
  max-height: 291px;
}

.u-max-h-xs-291px {
  max-height: 291px;
}

@media (min-width: 576px) {
  .u-max-h-sm-291px {
    max-height: 291px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-291px {
    max-height: 291px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-291px {
    max-height: 291px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-291px {
    max-height: 291px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-291px {
    max-height: 291px;
  }
}

.u-max-h-292px {
  max-height: 292px;
}

.u-max-h-xs-292px {
  max-height: 292px;
}

@media (min-width: 576px) {
  .u-max-h-sm-292px {
    max-height: 292px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-292px {
    max-height: 292px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-292px {
    max-height: 292px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-292px {
    max-height: 292px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-292px {
    max-height: 292px;
  }
}

.u-max-h-293px {
  max-height: 293px;
}

.u-max-h-xs-293px {
  max-height: 293px;
}

@media (min-width: 576px) {
  .u-max-h-sm-293px {
    max-height: 293px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-293px {
    max-height: 293px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-293px {
    max-height: 293px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-293px {
    max-height: 293px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-293px {
    max-height: 293px;
  }
}

.u-max-h-294px {
  max-height: 294px;
}

.u-max-h-xs-294px {
  max-height: 294px;
}

@media (min-width: 576px) {
  .u-max-h-sm-294px {
    max-height: 294px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-294px {
    max-height: 294px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-294px {
    max-height: 294px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-294px {
    max-height: 294px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-294px {
    max-height: 294px;
  }
}

.u-max-h-295px {
  max-height: 295px;
}

.u-max-h-xs-295px {
  max-height: 295px;
}

@media (min-width: 576px) {
  .u-max-h-sm-295px {
    max-height: 295px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-295px {
    max-height: 295px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-295px {
    max-height: 295px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-295px {
    max-height: 295px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-295px {
    max-height: 295px;
  }
}

.u-max-h-296px {
  max-height: 296px;
}

.u-max-h-xs-296px {
  max-height: 296px;
}

@media (min-width: 576px) {
  .u-max-h-sm-296px {
    max-height: 296px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-296px {
    max-height: 296px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-296px {
    max-height: 296px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-296px {
    max-height: 296px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-296px {
    max-height: 296px;
  }
}

.u-max-h-297px {
  max-height: 297px;
}

.u-max-h-xs-297px {
  max-height: 297px;
}

@media (min-width: 576px) {
  .u-max-h-sm-297px {
    max-height: 297px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-297px {
    max-height: 297px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-297px {
    max-height: 297px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-297px {
    max-height: 297px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-297px {
    max-height: 297px;
  }
}

.u-max-h-298px {
  max-height: 298px;
}

.u-max-h-xs-298px {
  max-height: 298px;
}

@media (min-width: 576px) {
  .u-max-h-sm-298px {
    max-height: 298px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-298px {
    max-height: 298px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-298px {
    max-height: 298px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-298px {
    max-height: 298px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-298px {
    max-height: 298px;
  }
}

.u-max-h-299px {
  max-height: 299px;
}

.u-max-h-xs-299px {
  max-height: 299px;
}

@media (min-width: 576px) {
  .u-max-h-sm-299px {
    max-height: 299px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-299px {
    max-height: 299px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-299px {
    max-height: 299px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-299px {
    max-height: 299px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-299px {
    max-height: 299px;
  }
}

.u-max-h-300px {
  max-height: 300px;
}

.u-max-h-xs-300px {
  max-height: 300px;
}

@media (min-width: 576px) {
  .u-max-h-sm-300px {
    max-height: 300px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-300px {
    max-height: 300px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-300px {
    max-height: 300px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-300px {
    max-height: 300px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-300px {
    max-height: 300px;
  }
}

.u-max-h-301px {
  max-height: 301px;
}

.u-max-h-xs-301px {
  max-height: 301px;
}

@media (min-width: 576px) {
  .u-max-h-sm-301px {
    max-height: 301px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-301px {
    max-height: 301px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-301px {
    max-height: 301px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-301px {
    max-height: 301px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-301px {
    max-height: 301px;
  }
}

.u-max-h-302px {
  max-height: 302px;
}

.u-max-h-xs-302px {
  max-height: 302px;
}

@media (min-width: 576px) {
  .u-max-h-sm-302px {
    max-height: 302px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-302px {
    max-height: 302px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-302px {
    max-height: 302px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-302px {
    max-height: 302px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-302px {
    max-height: 302px;
  }
}

.u-max-h-303px {
  max-height: 303px;
}

.u-max-h-xs-303px {
  max-height: 303px;
}

@media (min-width: 576px) {
  .u-max-h-sm-303px {
    max-height: 303px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-303px {
    max-height: 303px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-303px {
    max-height: 303px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-303px {
    max-height: 303px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-303px {
    max-height: 303px;
  }
}

.u-max-h-304px {
  max-height: 304px;
}

.u-max-h-xs-304px {
  max-height: 304px;
}

@media (min-width: 576px) {
  .u-max-h-sm-304px {
    max-height: 304px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-304px {
    max-height: 304px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-304px {
    max-height: 304px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-304px {
    max-height: 304px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-304px {
    max-height: 304px;
  }
}

.u-max-h-305px {
  max-height: 305px;
}

.u-max-h-xs-305px {
  max-height: 305px;
}

@media (min-width: 576px) {
  .u-max-h-sm-305px {
    max-height: 305px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-305px {
    max-height: 305px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-305px {
    max-height: 305px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-305px {
    max-height: 305px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-305px {
    max-height: 305px;
  }
}

.u-max-h-306px {
  max-height: 306px;
}

.u-max-h-xs-306px {
  max-height: 306px;
}

@media (min-width: 576px) {
  .u-max-h-sm-306px {
    max-height: 306px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-306px {
    max-height: 306px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-306px {
    max-height: 306px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-306px {
    max-height: 306px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-306px {
    max-height: 306px;
  }
}

.u-max-h-307px {
  max-height: 307px;
}

.u-max-h-xs-307px {
  max-height: 307px;
}

@media (min-width: 576px) {
  .u-max-h-sm-307px {
    max-height: 307px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-307px {
    max-height: 307px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-307px {
    max-height: 307px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-307px {
    max-height: 307px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-307px {
    max-height: 307px;
  }
}

.u-max-h-308px {
  max-height: 308px;
}

.u-max-h-xs-308px {
  max-height: 308px;
}

@media (min-width: 576px) {
  .u-max-h-sm-308px {
    max-height: 308px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-308px {
    max-height: 308px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-308px {
    max-height: 308px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-308px {
    max-height: 308px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-308px {
    max-height: 308px;
  }
}

.u-max-h-309px {
  max-height: 309px;
}

.u-max-h-xs-309px {
  max-height: 309px;
}

@media (min-width: 576px) {
  .u-max-h-sm-309px {
    max-height: 309px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-309px {
    max-height: 309px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-309px {
    max-height: 309px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-309px {
    max-height: 309px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-309px {
    max-height: 309px;
  }
}

.u-max-h-310px {
  max-height: 310px;
}

.u-max-h-xs-310px {
  max-height: 310px;
}

@media (min-width: 576px) {
  .u-max-h-sm-310px {
    max-height: 310px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-310px {
    max-height: 310px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-310px {
    max-height: 310px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-310px {
    max-height: 310px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-310px {
    max-height: 310px;
  }
}

.u-max-h-311px {
  max-height: 311px;
}

.u-max-h-xs-311px {
  max-height: 311px;
}

@media (min-width: 576px) {
  .u-max-h-sm-311px {
    max-height: 311px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-311px {
    max-height: 311px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-311px {
    max-height: 311px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-311px {
    max-height: 311px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-311px {
    max-height: 311px;
  }
}

.u-max-h-312px {
  max-height: 312px;
}

.u-max-h-xs-312px {
  max-height: 312px;
}

@media (min-width: 576px) {
  .u-max-h-sm-312px {
    max-height: 312px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-312px {
    max-height: 312px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-312px {
    max-height: 312px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-312px {
    max-height: 312px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-312px {
    max-height: 312px;
  }
}

.u-max-h-313px {
  max-height: 313px;
}

.u-max-h-xs-313px {
  max-height: 313px;
}

@media (min-width: 576px) {
  .u-max-h-sm-313px {
    max-height: 313px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-313px {
    max-height: 313px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-313px {
    max-height: 313px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-313px {
    max-height: 313px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-313px {
    max-height: 313px;
  }
}

.u-max-h-314px {
  max-height: 314px;
}

.u-max-h-xs-314px {
  max-height: 314px;
}

@media (min-width: 576px) {
  .u-max-h-sm-314px {
    max-height: 314px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-314px {
    max-height: 314px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-314px {
    max-height: 314px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-314px {
    max-height: 314px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-314px {
    max-height: 314px;
  }
}

.u-max-h-315px {
  max-height: 315px;
}

.u-max-h-xs-315px {
  max-height: 315px;
}

@media (min-width: 576px) {
  .u-max-h-sm-315px {
    max-height: 315px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-315px {
    max-height: 315px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-315px {
    max-height: 315px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-315px {
    max-height: 315px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-315px {
    max-height: 315px;
  }
}

.u-max-h-316px {
  max-height: 316px;
}

.u-max-h-xs-316px {
  max-height: 316px;
}

@media (min-width: 576px) {
  .u-max-h-sm-316px {
    max-height: 316px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-316px {
    max-height: 316px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-316px {
    max-height: 316px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-316px {
    max-height: 316px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-316px {
    max-height: 316px;
  }
}

.u-max-h-317px {
  max-height: 317px;
}

.u-max-h-xs-317px {
  max-height: 317px;
}

@media (min-width: 576px) {
  .u-max-h-sm-317px {
    max-height: 317px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-317px {
    max-height: 317px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-317px {
    max-height: 317px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-317px {
    max-height: 317px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-317px {
    max-height: 317px;
  }
}

.u-max-h-318px {
  max-height: 318px;
}

.u-max-h-xs-318px {
  max-height: 318px;
}

@media (min-width: 576px) {
  .u-max-h-sm-318px {
    max-height: 318px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-318px {
    max-height: 318px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-318px {
    max-height: 318px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-318px {
    max-height: 318px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-318px {
    max-height: 318px;
  }
}

.u-max-h-319px {
  max-height: 319px;
}

.u-max-h-xs-319px {
  max-height: 319px;
}

@media (min-width: 576px) {
  .u-max-h-sm-319px {
    max-height: 319px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-319px {
    max-height: 319px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-319px {
    max-height: 319px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-319px {
    max-height: 319px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-319px {
    max-height: 319px;
  }
}

.u-max-h-320px {
  max-height: 320px;
}

.u-max-h-xs-320px {
  max-height: 320px;
}

@media (min-width: 576px) {
  .u-max-h-sm-320px {
    max-height: 320px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-320px {
    max-height: 320px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-320px {
    max-height: 320px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-320px {
    max-height: 320px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-320px {
    max-height: 320px;
  }
}

.u-max-h-321px {
  max-height: 321px;
}

.u-max-h-xs-321px {
  max-height: 321px;
}

@media (min-width: 576px) {
  .u-max-h-sm-321px {
    max-height: 321px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-321px {
    max-height: 321px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-321px {
    max-height: 321px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-321px {
    max-height: 321px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-321px {
    max-height: 321px;
  }
}

.u-max-h-322px {
  max-height: 322px;
}

.u-max-h-xs-322px {
  max-height: 322px;
}

@media (min-width: 576px) {
  .u-max-h-sm-322px {
    max-height: 322px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-322px {
    max-height: 322px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-322px {
    max-height: 322px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-322px {
    max-height: 322px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-322px {
    max-height: 322px;
  }
}

.u-max-h-323px {
  max-height: 323px;
}

.u-max-h-xs-323px {
  max-height: 323px;
}

@media (min-width: 576px) {
  .u-max-h-sm-323px {
    max-height: 323px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-323px {
    max-height: 323px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-323px {
    max-height: 323px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-323px {
    max-height: 323px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-323px {
    max-height: 323px;
  }
}

.u-max-h-324px {
  max-height: 324px;
}

.u-max-h-xs-324px {
  max-height: 324px;
}

@media (min-width: 576px) {
  .u-max-h-sm-324px {
    max-height: 324px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-324px {
    max-height: 324px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-324px {
    max-height: 324px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-324px {
    max-height: 324px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-324px {
    max-height: 324px;
  }
}

.u-max-h-325px {
  max-height: 325px;
}

.u-max-h-xs-325px {
  max-height: 325px;
}

@media (min-width: 576px) {
  .u-max-h-sm-325px {
    max-height: 325px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-325px {
    max-height: 325px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-325px {
    max-height: 325px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-325px {
    max-height: 325px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-325px {
    max-height: 325px;
  }
}

.u-max-h-326px {
  max-height: 326px;
}

.u-max-h-xs-326px {
  max-height: 326px;
}

@media (min-width: 576px) {
  .u-max-h-sm-326px {
    max-height: 326px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-326px {
    max-height: 326px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-326px {
    max-height: 326px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-326px {
    max-height: 326px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-326px {
    max-height: 326px;
  }
}

.u-max-h-327px {
  max-height: 327px;
}

.u-max-h-xs-327px {
  max-height: 327px;
}

@media (min-width: 576px) {
  .u-max-h-sm-327px {
    max-height: 327px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-327px {
    max-height: 327px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-327px {
    max-height: 327px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-327px {
    max-height: 327px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-327px {
    max-height: 327px;
  }
}

.u-max-h-328px {
  max-height: 328px;
}

.u-max-h-xs-328px {
  max-height: 328px;
}

@media (min-width: 576px) {
  .u-max-h-sm-328px {
    max-height: 328px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-328px {
    max-height: 328px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-328px {
    max-height: 328px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-328px {
    max-height: 328px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-328px {
    max-height: 328px;
  }
}

.u-max-h-329px {
  max-height: 329px;
}

.u-max-h-xs-329px {
  max-height: 329px;
}

@media (min-width: 576px) {
  .u-max-h-sm-329px {
    max-height: 329px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-329px {
    max-height: 329px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-329px {
    max-height: 329px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-329px {
    max-height: 329px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-329px {
    max-height: 329px;
  }
}

.u-max-h-330px {
  max-height: 330px;
}

.u-max-h-xs-330px {
  max-height: 330px;
}

@media (min-width: 576px) {
  .u-max-h-sm-330px {
    max-height: 330px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-330px {
    max-height: 330px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-330px {
    max-height: 330px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-330px {
    max-height: 330px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-330px {
    max-height: 330px;
  }
}

.u-max-h-331px {
  max-height: 331px;
}

.u-max-h-xs-331px {
  max-height: 331px;
}

@media (min-width: 576px) {
  .u-max-h-sm-331px {
    max-height: 331px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-331px {
    max-height: 331px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-331px {
    max-height: 331px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-331px {
    max-height: 331px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-331px {
    max-height: 331px;
  }
}

.u-max-h-332px {
  max-height: 332px;
}

.u-max-h-xs-332px {
  max-height: 332px;
}

@media (min-width: 576px) {
  .u-max-h-sm-332px {
    max-height: 332px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-332px {
    max-height: 332px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-332px {
    max-height: 332px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-332px {
    max-height: 332px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-332px {
    max-height: 332px;
  }
}

.u-max-h-333px {
  max-height: 333px;
}

.u-max-h-xs-333px {
  max-height: 333px;
}

@media (min-width: 576px) {
  .u-max-h-sm-333px {
    max-height: 333px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-333px {
    max-height: 333px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-333px {
    max-height: 333px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-333px {
    max-height: 333px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-333px {
    max-height: 333px;
  }
}

.u-max-h-334px {
  max-height: 334px;
}

.u-max-h-xs-334px {
  max-height: 334px;
}

@media (min-width: 576px) {
  .u-max-h-sm-334px {
    max-height: 334px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-334px {
    max-height: 334px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-334px {
    max-height: 334px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-334px {
    max-height: 334px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-334px {
    max-height: 334px;
  }
}

.u-max-h-335px {
  max-height: 335px;
}

.u-max-h-xs-335px {
  max-height: 335px;
}

@media (min-width: 576px) {
  .u-max-h-sm-335px {
    max-height: 335px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-335px {
    max-height: 335px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-335px {
    max-height: 335px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-335px {
    max-height: 335px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-335px {
    max-height: 335px;
  }
}

.u-max-h-336px {
  max-height: 336px;
}

.u-max-h-xs-336px {
  max-height: 336px;
}

@media (min-width: 576px) {
  .u-max-h-sm-336px {
    max-height: 336px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-336px {
    max-height: 336px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-336px {
    max-height: 336px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-336px {
    max-height: 336px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-336px {
    max-height: 336px;
  }
}

.u-max-h-337px {
  max-height: 337px;
}

.u-max-h-xs-337px {
  max-height: 337px;
}

@media (min-width: 576px) {
  .u-max-h-sm-337px {
    max-height: 337px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-337px {
    max-height: 337px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-337px {
    max-height: 337px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-337px {
    max-height: 337px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-337px {
    max-height: 337px;
  }
}

.u-max-h-338px {
  max-height: 338px;
}

.u-max-h-xs-338px {
  max-height: 338px;
}

@media (min-width: 576px) {
  .u-max-h-sm-338px {
    max-height: 338px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-338px {
    max-height: 338px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-338px {
    max-height: 338px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-338px {
    max-height: 338px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-338px {
    max-height: 338px;
  }
}

.u-max-h-339px {
  max-height: 339px;
}

.u-max-h-xs-339px {
  max-height: 339px;
}

@media (min-width: 576px) {
  .u-max-h-sm-339px {
    max-height: 339px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-339px {
    max-height: 339px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-339px {
    max-height: 339px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-339px {
    max-height: 339px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-339px {
    max-height: 339px;
  }
}

.u-max-h-340px {
  max-height: 340px;
}

.u-max-h-xs-340px {
  max-height: 340px;
}

@media (min-width: 576px) {
  .u-max-h-sm-340px {
    max-height: 340px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-340px {
    max-height: 340px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-340px {
    max-height: 340px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-340px {
    max-height: 340px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-340px {
    max-height: 340px;
  }
}

.u-max-h-341px {
  max-height: 341px;
}

.u-max-h-xs-341px {
  max-height: 341px;
}

@media (min-width: 576px) {
  .u-max-h-sm-341px {
    max-height: 341px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-341px {
    max-height: 341px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-341px {
    max-height: 341px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-341px {
    max-height: 341px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-341px {
    max-height: 341px;
  }
}

.u-max-h-342px {
  max-height: 342px;
}

.u-max-h-xs-342px {
  max-height: 342px;
}

@media (min-width: 576px) {
  .u-max-h-sm-342px {
    max-height: 342px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-342px {
    max-height: 342px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-342px {
    max-height: 342px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-342px {
    max-height: 342px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-342px {
    max-height: 342px;
  }
}

.u-max-h-343px {
  max-height: 343px;
}

.u-max-h-xs-343px {
  max-height: 343px;
}

@media (min-width: 576px) {
  .u-max-h-sm-343px {
    max-height: 343px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-343px {
    max-height: 343px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-343px {
    max-height: 343px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-343px {
    max-height: 343px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-343px {
    max-height: 343px;
  }
}

.u-max-h-344px {
  max-height: 344px;
}

.u-max-h-xs-344px {
  max-height: 344px;
}

@media (min-width: 576px) {
  .u-max-h-sm-344px {
    max-height: 344px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-344px {
    max-height: 344px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-344px {
    max-height: 344px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-344px {
    max-height: 344px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-344px {
    max-height: 344px;
  }
}

.u-max-h-345px {
  max-height: 345px;
}

.u-max-h-xs-345px {
  max-height: 345px;
}

@media (min-width: 576px) {
  .u-max-h-sm-345px {
    max-height: 345px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-345px {
    max-height: 345px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-345px {
    max-height: 345px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-345px {
    max-height: 345px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-345px {
    max-height: 345px;
  }
}

.u-max-h-346px {
  max-height: 346px;
}

.u-max-h-xs-346px {
  max-height: 346px;
}

@media (min-width: 576px) {
  .u-max-h-sm-346px {
    max-height: 346px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-346px {
    max-height: 346px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-346px {
    max-height: 346px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-346px {
    max-height: 346px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-346px {
    max-height: 346px;
  }
}

.u-max-h-347px {
  max-height: 347px;
}

.u-max-h-xs-347px {
  max-height: 347px;
}

@media (min-width: 576px) {
  .u-max-h-sm-347px {
    max-height: 347px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-347px {
    max-height: 347px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-347px {
    max-height: 347px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-347px {
    max-height: 347px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-347px {
    max-height: 347px;
  }
}

.u-max-h-348px {
  max-height: 348px;
}

.u-max-h-xs-348px {
  max-height: 348px;
}

@media (min-width: 576px) {
  .u-max-h-sm-348px {
    max-height: 348px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-348px {
    max-height: 348px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-348px {
    max-height: 348px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-348px {
    max-height: 348px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-348px {
    max-height: 348px;
  }
}

.u-max-h-349px {
  max-height: 349px;
}

.u-max-h-xs-349px {
  max-height: 349px;
}

@media (min-width: 576px) {
  .u-max-h-sm-349px {
    max-height: 349px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-349px {
    max-height: 349px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-349px {
    max-height: 349px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-349px {
    max-height: 349px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-349px {
    max-height: 349px;
  }
}

.u-max-h-350px {
  max-height: 350px;
}

.u-max-h-xs-350px {
  max-height: 350px;
}

@media (min-width: 576px) {
  .u-max-h-sm-350px {
    max-height: 350px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-350px {
    max-height: 350px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-350px {
    max-height: 350px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-350px {
    max-height: 350px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-350px {
    max-height: 350px;
  }
}

.u-max-h-351px {
  max-height: 351px;
}

.u-max-h-xs-351px {
  max-height: 351px;
}

@media (min-width: 576px) {
  .u-max-h-sm-351px {
    max-height: 351px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-351px {
    max-height: 351px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-351px {
    max-height: 351px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-351px {
    max-height: 351px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-351px {
    max-height: 351px;
  }
}

.u-max-h-352px {
  max-height: 352px;
}

.u-max-h-xs-352px {
  max-height: 352px;
}

@media (min-width: 576px) {
  .u-max-h-sm-352px {
    max-height: 352px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-352px {
    max-height: 352px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-352px {
    max-height: 352px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-352px {
    max-height: 352px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-352px {
    max-height: 352px;
  }
}

.u-max-h-353px {
  max-height: 353px;
}

.u-max-h-xs-353px {
  max-height: 353px;
}

@media (min-width: 576px) {
  .u-max-h-sm-353px {
    max-height: 353px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-353px {
    max-height: 353px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-353px {
    max-height: 353px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-353px {
    max-height: 353px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-353px {
    max-height: 353px;
  }
}

.u-max-h-354px {
  max-height: 354px;
}

.u-max-h-xs-354px {
  max-height: 354px;
}

@media (min-width: 576px) {
  .u-max-h-sm-354px {
    max-height: 354px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-354px {
    max-height: 354px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-354px {
    max-height: 354px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-354px {
    max-height: 354px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-354px {
    max-height: 354px;
  }
}

.u-max-h-355px {
  max-height: 355px;
}

.u-max-h-xs-355px {
  max-height: 355px;
}

@media (min-width: 576px) {
  .u-max-h-sm-355px {
    max-height: 355px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-355px {
    max-height: 355px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-355px {
    max-height: 355px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-355px {
    max-height: 355px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-355px {
    max-height: 355px;
  }
}

.u-max-h-356px {
  max-height: 356px;
}

.u-max-h-xs-356px {
  max-height: 356px;
}

@media (min-width: 576px) {
  .u-max-h-sm-356px {
    max-height: 356px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-356px {
    max-height: 356px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-356px {
    max-height: 356px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-356px {
    max-height: 356px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-356px {
    max-height: 356px;
  }
}

.u-max-h-357px {
  max-height: 357px;
}

.u-max-h-xs-357px {
  max-height: 357px;
}

@media (min-width: 576px) {
  .u-max-h-sm-357px {
    max-height: 357px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-357px {
    max-height: 357px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-357px {
    max-height: 357px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-357px {
    max-height: 357px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-357px {
    max-height: 357px;
  }
}

.u-max-h-358px {
  max-height: 358px;
}

.u-max-h-xs-358px {
  max-height: 358px;
}

@media (min-width: 576px) {
  .u-max-h-sm-358px {
    max-height: 358px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-358px {
    max-height: 358px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-358px {
    max-height: 358px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-358px {
    max-height: 358px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-358px {
    max-height: 358px;
  }
}

.u-max-h-359px {
  max-height: 359px;
}

.u-max-h-xs-359px {
  max-height: 359px;
}

@media (min-width: 576px) {
  .u-max-h-sm-359px {
    max-height: 359px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-359px {
    max-height: 359px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-359px {
    max-height: 359px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-359px {
    max-height: 359px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-359px {
    max-height: 359px;
  }
}

.u-max-h-360px {
  max-height: 360px;
}

.u-max-h-xs-360px {
  max-height: 360px;
}

@media (min-width: 576px) {
  .u-max-h-sm-360px {
    max-height: 360px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-360px {
    max-height: 360px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-360px {
    max-height: 360px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-360px {
    max-height: 360px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-360px {
    max-height: 360px;
  }
}

.u-max-h-361px {
  max-height: 361px;
}

.u-max-h-xs-361px {
  max-height: 361px;
}

@media (min-width: 576px) {
  .u-max-h-sm-361px {
    max-height: 361px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-361px {
    max-height: 361px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-361px {
    max-height: 361px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-361px {
    max-height: 361px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-361px {
    max-height: 361px;
  }
}

.u-max-h-362px {
  max-height: 362px;
}

.u-max-h-xs-362px {
  max-height: 362px;
}

@media (min-width: 576px) {
  .u-max-h-sm-362px {
    max-height: 362px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-362px {
    max-height: 362px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-362px {
    max-height: 362px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-362px {
    max-height: 362px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-362px {
    max-height: 362px;
  }
}

.u-max-h-363px {
  max-height: 363px;
}

.u-max-h-xs-363px {
  max-height: 363px;
}

@media (min-width: 576px) {
  .u-max-h-sm-363px {
    max-height: 363px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-363px {
    max-height: 363px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-363px {
    max-height: 363px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-363px {
    max-height: 363px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-363px {
    max-height: 363px;
  }
}

.u-max-h-364px {
  max-height: 364px;
}

.u-max-h-xs-364px {
  max-height: 364px;
}

@media (min-width: 576px) {
  .u-max-h-sm-364px {
    max-height: 364px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-364px {
    max-height: 364px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-364px {
    max-height: 364px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-364px {
    max-height: 364px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-364px {
    max-height: 364px;
  }
}

.u-max-h-365px {
  max-height: 365px;
}

.u-max-h-xs-365px {
  max-height: 365px;
}

@media (min-width: 576px) {
  .u-max-h-sm-365px {
    max-height: 365px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-365px {
    max-height: 365px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-365px {
    max-height: 365px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-365px {
    max-height: 365px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-365px {
    max-height: 365px;
  }
}

.u-max-h-366px {
  max-height: 366px;
}

.u-max-h-xs-366px {
  max-height: 366px;
}

@media (min-width: 576px) {
  .u-max-h-sm-366px {
    max-height: 366px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-366px {
    max-height: 366px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-366px {
    max-height: 366px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-366px {
    max-height: 366px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-366px {
    max-height: 366px;
  }
}

.u-max-h-367px {
  max-height: 367px;
}

.u-max-h-xs-367px {
  max-height: 367px;
}

@media (min-width: 576px) {
  .u-max-h-sm-367px {
    max-height: 367px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-367px {
    max-height: 367px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-367px {
    max-height: 367px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-367px {
    max-height: 367px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-367px {
    max-height: 367px;
  }
}

.u-max-h-368px {
  max-height: 368px;
}

.u-max-h-xs-368px {
  max-height: 368px;
}

@media (min-width: 576px) {
  .u-max-h-sm-368px {
    max-height: 368px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-368px {
    max-height: 368px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-368px {
    max-height: 368px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-368px {
    max-height: 368px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-368px {
    max-height: 368px;
  }
}

.u-max-h-369px {
  max-height: 369px;
}

.u-max-h-xs-369px {
  max-height: 369px;
}

@media (min-width: 576px) {
  .u-max-h-sm-369px {
    max-height: 369px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-369px {
    max-height: 369px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-369px {
    max-height: 369px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-369px {
    max-height: 369px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-369px {
    max-height: 369px;
  }
}

.u-max-h-370px {
  max-height: 370px;
}

.u-max-h-xs-370px {
  max-height: 370px;
}

@media (min-width: 576px) {
  .u-max-h-sm-370px {
    max-height: 370px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-370px {
    max-height: 370px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-370px {
    max-height: 370px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-370px {
    max-height: 370px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-370px {
    max-height: 370px;
  }
}

.u-max-h-371px {
  max-height: 371px;
}

.u-max-h-xs-371px {
  max-height: 371px;
}

@media (min-width: 576px) {
  .u-max-h-sm-371px {
    max-height: 371px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-371px {
    max-height: 371px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-371px {
    max-height: 371px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-371px {
    max-height: 371px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-371px {
    max-height: 371px;
  }
}

.u-max-h-372px {
  max-height: 372px;
}

.u-max-h-xs-372px {
  max-height: 372px;
}

@media (min-width: 576px) {
  .u-max-h-sm-372px {
    max-height: 372px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-372px {
    max-height: 372px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-372px {
    max-height: 372px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-372px {
    max-height: 372px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-372px {
    max-height: 372px;
  }
}

.u-max-h-373px {
  max-height: 373px;
}

.u-max-h-xs-373px {
  max-height: 373px;
}

@media (min-width: 576px) {
  .u-max-h-sm-373px {
    max-height: 373px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-373px {
    max-height: 373px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-373px {
    max-height: 373px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-373px {
    max-height: 373px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-373px {
    max-height: 373px;
  }
}

.u-max-h-374px {
  max-height: 374px;
}

.u-max-h-xs-374px {
  max-height: 374px;
}

@media (min-width: 576px) {
  .u-max-h-sm-374px {
    max-height: 374px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-374px {
    max-height: 374px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-374px {
    max-height: 374px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-374px {
    max-height: 374px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-374px {
    max-height: 374px;
  }
}

.u-max-h-375px {
  max-height: 375px;
}

.u-max-h-xs-375px {
  max-height: 375px;
}

@media (min-width: 576px) {
  .u-max-h-sm-375px {
    max-height: 375px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-375px {
    max-height: 375px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-375px {
    max-height: 375px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-375px {
    max-height: 375px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-375px {
    max-height: 375px;
  }
}

.u-max-h-376px {
  max-height: 376px;
}

.u-max-h-xs-376px {
  max-height: 376px;
}

@media (min-width: 576px) {
  .u-max-h-sm-376px {
    max-height: 376px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-376px {
    max-height: 376px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-376px {
    max-height: 376px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-376px {
    max-height: 376px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-376px {
    max-height: 376px;
  }
}

.u-max-h-377px {
  max-height: 377px;
}

.u-max-h-xs-377px {
  max-height: 377px;
}

@media (min-width: 576px) {
  .u-max-h-sm-377px {
    max-height: 377px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-377px {
    max-height: 377px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-377px {
    max-height: 377px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-377px {
    max-height: 377px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-377px {
    max-height: 377px;
  }
}

.u-max-h-378px {
  max-height: 378px;
}

.u-max-h-xs-378px {
  max-height: 378px;
}

@media (min-width: 576px) {
  .u-max-h-sm-378px {
    max-height: 378px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-378px {
    max-height: 378px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-378px {
    max-height: 378px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-378px {
    max-height: 378px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-378px {
    max-height: 378px;
  }
}

.u-max-h-379px {
  max-height: 379px;
}

.u-max-h-xs-379px {
  max-height: 379px;
}

@media (min-width: 576px) {
  .u-max-h-sm-379px {
    max-height: 379px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-379px {
    max-height: 379px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-379px {
    max-height: 379px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-379px {
    max-height: 379px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-379px {
    max-height: 379px;
  }
}

.u-max-h-380px {
  max-height: 380px;
}

.u-max-h-xs-380px {
  max-height: 380px;
}

@media (min-width: 576px) {
  .u-max-h-sm-380px {
    max-height: 380px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-380px {
    max-height: 380px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-380px {
    max-height: 380px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-380px {
    max-height: 380px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-380px {
    max-height: 380px;
  }
}

.u-max-h-381px {
  max-height: 381px;
}

.u-max-h-xs-381px {
  max-height: 381px;
}

@media (min-width: 576px) {
  .u-max-h-sm-381px {
    max-height: 381px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-381px {
    max-height: 381px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-381px {
    max-height: 381px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-381px {
    max-height: 381px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-381px {
    max-height: 381px;
  }
}

.u-max-h-382px {
  max-height: 382px;
}

.u-max-h-xs-382px {
  max-height: 382px;
}

@media (min-width: 576px) {
  .u-max-h-sm-382px {
    max-height: 382px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-382px {
    max-height: 382px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-382px {
    max-height: 382px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-382px {
    max-height: 382px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-382px {
    max-height: 382px;
  }
}

.u-max-h-383px {
  max-height: 383px;
}

.u-max-h-xs-383px {
  max-height: 383px;
}

@media (min-width: 576px) {
  .u-max-h-sm-383px {
    max-height: 383px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-383px {
    max-height: 383px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-383px {
    max-height: 383px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-383px {
    max-height: 383px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-383px {
    max-height: 383px;
  }
}

.u-max-h-384px {
  max-height: 384px;
}

.u-max-h-xs-384px {
  max-height: 384px;
}

@media (min-width: 576px) {
  .u-max-h-sm-384px {
    max-height: 384px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-384px {
    max-height: 384px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-384px {
    max-height: 384px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-384px {
    max-height: 384px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-384px {
    max-height: 384px;
  }
}

.u-max-h-385px {
  max-height: 385px;
}

.u-max-h-xs-385px {
  max-height: 385px;
}

@media (min-width: 576px) {
  .u-max-h-sm-385px {
    max-height: 385px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-385px {
    max-height: 385px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-385px {
    max-height: 385px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-385px {
    max-height: 385px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-385px {
    max-height: 385px;
  }
}

.u-max-h-386px {
  max-height: 386px;
}

.u-max-h-xs-386px {
  max-height: 386px;
}

@media (min-width: 576px) {
  .u-max-h-sm-386px {
    max-height: 386px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-386px {
    max-height: 386px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-386px {
    max-height: 386px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-386px {
    max-height: 386px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-386px {
    max-height: 386px;
  }
}

.u-max-h-387px {
  max-height: 387px;
}

.u-max-h-xs-387px {
  max-height: 387px;
}

@media (min-width: 576px) {
  .u-max-h-sm-387px {
    max-height: 387px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-387px {
    max-height: 387px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-387px {
    max-height: 387px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-387px {
    max-height: 387px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-387px {
    max-height: 387px;
  }
}

.u-max-h-388px {
  max-height: 388px;
}

.u-max-h-xs-388px {
  max-height: 388px;
}

@media (min-width: 576px) {
  .u-max-h-sm-388px {
    max-height: 388px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-388px {
    max-height: 388px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-388px {
    max-height: 388px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-388px {
    max-height: 388px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-388px {
    max-height: 388px;
  }
}

.u-max-h-389px {
  max-height: 389px;
}

.u-max-h-xs-389px {
  max-height: 389px;
}

@media (min-width: 576px) {
  .u-max-h-sm-389px {
    max-height: 389px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-389px {
    max-height: 389px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-389px {
    max-height: 389px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-389px {
    max-height: 389px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-389px {
    max-height: 389px;
  }
}

.u-max-h-390px {
  max-height: 390px;
}

.u-max-h-xs-390px {
  max-height: 390px;
}

@media (min-width: 576px) {
  .u-max-h-sm-390px {
    max-height: 390px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-390px {
    max-height: 390px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-390px {
    max-height: 390px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-390px {
    max-height: 390px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-390px {
    max-height: 390px;
  }
}

.u-max-h-391px {
  max-height: 391px;
}

.u-max-h-xs-391px {
  max-height: 391px;
}

@media (min-width: 576px) {
  .u-max-h-sm-391px {
    max-height: 391px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-391px {
    max-height: 391px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-391px {
    max-height: 391px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-391px {
    max-height: 391px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-391px {
    max-height: 391px;
  }
}

.u-max-h-392px {
  max-height: 392px;
}

.u-max-h-xs-392px {
  max-height: 392px;
}

@media (min-width: 576px) {
  .u-max-h-sm-392px {
    max-height: 392px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-392px {
    max-height: 392px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-392px {
    max-height: 392px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-392px {
    max-height: 392px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-392px {
    max-height: 392px;
  }
}

.u-max-h-393px {
  max-height: 393px;
}

.u-max-h-xs-393px {
  max-height: 393px;
}

@media (min-width: 576px) {
  .u-max-h-sm-393px {
    max-height: 393px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-393px {
    max-height: 393px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-393px {
    max-height: 393px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-393px {
    max-height: 393px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-393px {
    max-height: 393px;
  }
}

.u-max-h-394px {
  max-height: 394px;
}

.u-max-h-xs-394px {
  max-height: 394px;
}

@media (min-width: 576px) {
  .u-max-h-sm-394px {
    max-height: 394px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-394px {
    max-height: 394px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-394px {
    max-height: 394px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-394px {
    max-height: 394px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-394px {
    max-height: 394px;
  }
}

.u-max-h-395px {
  max-height: 395px;
}

.u-max-h-xs-395px {
  max-height: 395px;
}

@media (min-width: 576px) {
  .u-max-h-sm-395px {
    max-height: 395px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-395px {
    max-height: 395px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-395px {
    max-height: 395px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-395px {
    max-height: 395px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-395px {
    max-height: 395px;
  }
}

.u-max-h-396px {
  max-height: 396px;
}

.u-max-h-xs-396px {
  max-height: 396px;
}

@media (min-width: 576px) {
  .u-max-h-sm-396px {
    max-height: 396px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-396px {
    max-height: 396px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-396px {
    max-height: 396px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-396px {
    max-height: 396px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-396px {
    max-height: 396px;
  }
}

.u-max-h-397px {
  max-height: 397px;
}

.u-max-h-xs-397px {
  max-height: 397px;
}

@media (min-width: 576px) {
  .u-max-h-sm-397px {
    max-height: 397px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-397px {
    max-height: 397px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-397px {
    max-height: 397px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-397px {
    max-height: 397px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-397px {
    max-height: 397px;
  }
}

.u-max-h-398px {
  max-height: 398px;
}

.u-max-h-xs-398px {
  max-height: 398px;
}

@media (min-width: 576px) {
  .u-max-h-sm-398px {
    max-height: 398px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-398px {
    max-height: 398px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-398px {
    max-height: 398px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-398px {
    max-height: 398px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-398px {
    max-height: 398px;
  }
}

.u-max-h-399px {
  max-height: 399px;
}

.u-max-h-xs-399px {
  max-height: 399px;
}

@media (min-width: 576px) {
  .u-max-h-sm-399px {
    max-height: 399px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-399px {
    max-height: 399px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-399px {
    max-height: 399px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-399px {
    max-height: 399px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-399px {
    max-height: 399px;
  }
}

.u-max-h-400px {
  max-height: 400px;
}

.u-max-h-xs-400px {
  max-height: 400px;
}

@media (min-width: 576px) {
  .u-max-h-sm-400px {
    max-height: 400px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-400px {
    max-height: 400px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-400px {
    max-height: 400px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-400px {
    max-height: 400px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-400px {
    max-height: 400px;
  }
}

.u-max-h-401px {
  max-height: 401px;
}

.u-max-h-xs-401px {
  max-height: 401px;
}

@media (min-width: 576px) {
  .u-max-h-sm-401px {
    max-height: 401px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-401px {
    max-height: 401px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-401px {
    max-height: 401px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-401px {
    max-height: 401px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-401px {
    max-height: 401px;
  }
}

.u-max-h-402px {
  max-height: 402px;
}

.u-max-h-xs-402px {
  max-height: 402px;
}

@media (min-width: 576px) {
  .u-max-h-sm-402px {
    max-height: 402px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-402px {
    max-height: 402px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-402px {
    max-height: 402px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-402px {
    max-height: 402px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-402px {
    max-height: 402px;
  }
}

.u-max-h-403px {
  max-height: 403px;
}

.u-max-h-xs-403px {
  max-height: 403px;
}

@media (min-width: 576px) {
  .u-max-h-sm-403px {
    max-height: 403px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-403px {
    max-height: 403px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-403px {
    max-height: 403px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-403px {
    max-height: 403px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-403px {
    max-height: 403px;
  }
}

.u-max-h-404px {
  max-height: 404px;
}

.u-max-h-xs-404px {
  max-height: 404px;
}

@media (min-width: 576px) {
  .u-max-h-sm-404px {
    max-height: 404px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-404px {
    max-height: 404px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-404px {
    max-height: 404px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-404px {
    max-height: 404px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-404px {
    max-height: 404px;
  }
}

.u-max-h-405px {
  max-height: 405px;
}

.u-max-h-xs-405px {
  max-height: 405px;
}

@media (min-width: 576px) {
  .u-max-h-sm-405px {
    max-height: 405px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-405px {
    max-height: 405px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-405px {
    max-height: 405px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-405px {
    max-height: 405px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-405px {
    max-height: 405px;
  }
}

.u-max-h-406px {
  max-height: 406px;
}

.u-max-h-xs-406px {
  max-height: 406px;
}

@media (min-width: 576px) {
  .u-max-h-sm-406px {
    max-height: 406px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-406px {
    max-height: 406px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-406px {
    max-height: 406px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-406px {
    max-height: 406px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-406px {
    max-height: 406px;
  }
}

.u-max-h-407px {
  max-height: 407px;
}

.u-max-h-xs-407px {
  max-height: 407px;
}

@media (min-width: 576px) {
  .u-max-h-sm-407px {
    max-height: 407px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-407px {
    max-height: 407px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-407px {
    max-height: 407px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-407px {
    max-height: 407px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-407px {
    max-height: 407px;
  }
}

.u-max-h-408px {
  max-height: 408px;
}

.u-max-h-xs-408px {
  max-height: 408px;
}

@media (min-width: 576px) {
  .u-max-h-sm-408px {
    max-height: 408px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-408px {
    max-height: 408px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-408px {
    max-height: 408px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-408px {
    max-height: 408px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-408px {
    max-height: 408px;
  }
}

.u-max-h-409px {
  max-height: 409px;
}

.u-max-h-xs-409px {
  max-height: 409px;
}

@media (min-width: 576px) {
  .u-max-h-sm-409px {
    max-height: 409px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-409px {
    max-height: 409px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-409px {
    max-height: 409px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-409px {
    max-height: 409px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-409px {
    max-height: 409px;
  }
}

.u-max-h-410px {
  max-height: 410px;
}

.u-max-h-xs-410px {
  max-height: 410px;
}

@media (min-width: 576px) {
  .u-max-h-sm-410px {
    max-height: 410px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-410px {
    max-height: 410px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-410px {
    max-height: 410px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-410px {
    max-height: 410px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-410px {
    max-height: 410px;
  }
}

.u-max-h-411px {
  max-height: 411px;
}

.u-max-h-xs-411px {
  max-height: 411px;
}

@media (min-width: 576px) {
  .u-max-h-sm-411px {
    max-height: 411px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-411px {
    max-height: 411px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-411px {
    max-height: 411px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-411px {
    max-height: 411px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-411px {
    max-height: 411px;
  }
}

.u-max-h-412px {
  max-height: 412px;
}

.u-max-h-xs-412px {
  max-height: 412px;
}

@media (min-width: 576px) {
  .u-max-h-sm-412px {
    max-height: 412px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-412px {
    max-height: 412px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-412px {
    max-height: 412px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-412px {
    max-height: 412px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-412px {
    max-height: 412px;
  }
}

.u-max-h-413px {
  max-height: 413px;
}

.u-max-h-xs-413px {
  max-height: 413px;
}

@media (min-width: 576px) {
  .u-max-h-sm-413px {
    max-height: 413px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-413px {
    max-height: 413px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-413px {
    max-height: 413px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-413px {
    max-height: 413px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-413px {
    max-height: 413px;
  }
}

.u-max-h-414px {
  max-height: 414px;
}

.u-max-h-xs-414px {
  max-height: 414px;
}

@media (min-width: 576px) {
  .u-max-h-sm-414px {
    max-height: 414px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-414px {
    max-height: 414px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-414px {
    max-height: 414px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-414px {
    max-height: 414px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-414px {
    max-height: 414px;
  }
}

.u-max-h-415px {
  max-height: 415px;
}

.u-max-h-xs-415px {
  max-height: 415px;
}

@media (min-width: 576px) {
  .u-max-h-sm-415px {
    max-height: 415px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-415px {
    max-height: 415px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-415px {
    max-height: 415px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-415px {
    max-height: 415px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-415px {
    max-height: 415px;
  }
}

.u-max-h-416px {
  max-height: 416px;
}

.u-max-h-xs-416px {
  max-height: 416px;
}

@media (min-width: 576px) {
  .u-max-h-sm-416px {
    max-height: 416px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-416px {
    max-height: 416px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-416px {
    max-height: 416px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-416px {
    max-height: 416px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-416px {
    max-height: 416px;
  }
}

.u-max-h-417px {
  max-height: 417px;
}

.u-max-h-xs-417px {
  max-height: 417px;
}

@media (min-width: 576px) {
  .u-max-h-sm-417px {
    max-height: 417px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-417px {
    max-height: 417px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-417px {
    max-height: 417px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-417px {
    max-height: 417px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-417px {
    max-height: 417px;
  }
}

.u-max-h-418px {
  max-height: 418px;
}

.u-max-h-xs-418px {
  max-height: 418px;
}

@media (min-width: 576px) {
  .u-max-h-sm-418px {
    max-height: 418px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-418px {
    max-height: 418px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-418px {
    max-height: 418px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-418px {
    max-height: 418px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-418px {
    max-height: 418px;
  }
}

.u-max-h-419px {
  max-height: 419px;
}

.u-max-h-xs-419px {
  max-height: 419px;
}

@media (min-width: 576px) {
  .u-max-h-sm-419px {
    max-height: 419px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-419px {
    max-height: 419px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-419px {
    max-height: 419px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-419px {
    max-height: 419px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-419px {
    max-height: 419px;
  }
}

.u-max-h-420px {
  max-height: 420px;
}

.u-max-h-xs-420px {
  max-height: 420px;
}

@media (min-width: 576px) {
  .u-max-h-sm-420px {
    max-height: 420px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-420px {
    max-height: 420px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-420px {
    max-height: 420px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-420px {
    max-height: 420px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-420px {
    max-height: 420px;
  }
}

.u-max-h-421px {
  max-height: 421px;
}

.u-max-h-xs-421px {
  max-height: 421px;
}

@media (min-width: 576px) {
  .u-max-h-sm-421px {
    max-height: 421px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-421px {
    max-height: 421px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-421px {
    max-height: 421px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-421px {
    max-height: 421px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-421px {
    max-height: 421px;
  }
}

.u-max-h-422px {
  max-height: 422px;
}

.u-max-h-xs-422px {
  max-height: 422px;
}

@media (min-width: 576px) {
  .u-max-h-sm-422px {
    max-height: 422px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-422px {
    max-height: 422px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-422px {
    max-height: 422px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-422px {
    max-height: 422px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-422px {
    max-height: 422px;
  }
}

.u-max-h-423px {
  max-height: 423px;
}

.u-max-h-xs-423px {
  max-height: 423px;
}

@media (min-width: 576px) {
  .u-max-h-sm-423px {
    max-height: 423px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-423px {
    max-height: 423px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-423px {
    max-height: 423px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-423px {
    max-height: 423px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-423px {
    max-height: 423px;
  }
}

.u-max-h-424px {
  max-height: 424px;
}

.u-max-h-xs-424px {
  max-height: 424px;
}

@media (min-width: 576px) {
  .u-max-h-sm-424px {
    max-height: 424px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-424px {
    max-height: 424px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-424px {
    max-height: 424px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-424px {
    max-height: 424px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-424px {
    max-height: 424px;
  }
}

.u-max-h-425px {
  max-height: 425px;
}

.u-max-h-xs-425px {
  max-height: 425px;
}

@media (min-width: 576px) {
  .u-max-h-sm-425px {
    max-height: 425px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-425px {
    max-height: 425px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-425px {
    max-height: 425px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-425px {
    max-height: 425px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-425px {
    max-height: 425px;
  }
}

.u-max-h-426px {
  max-height: 426px;
}

.u-max-h-xs-426px {
  max-height: 426px;
}

@media (min-width: 576px) {
  .u-max-h-sm-426px {
    max-height: 426px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-426px {
    max-height: 426px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-426px {
    max-height: 426px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-426px {
    max-height: 426px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-426px {
    max-height: 426px;
  }
}

.u-max-h-427px {
  max-height: 427px;
}

.u-max-h-xs-427px {
  max-height: 427px;
}

@media (min-width: 576px) {
  .u-max-h-sm-427px {
    max-height: 427px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-427px {
    max-height: 427px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-427px {
    max-height: 427px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-427px {
    max-height: 427px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-427px {
    max-height: 427px;
  }
}

.u-max-h-428px {
  max-height: 428px;
}

.u-max-h-xs-428px {
  max-height: 428px;
}

@media (min-width: 576px) {
  .u-max-h-sm-428px {
    max-height: 428px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-428px {
    max-height: 428px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-428px {
    max-height: 428px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-428px {
    max-height: 428px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-428px {
    max-height: 428px;
  }
}

.u-max-h-429px {
  max-height: 429px;
}

.u-max-h-xs-429px {
  max-height: 429px;
}

@media (min-width: 576px) {
  .u-max-h-sm-429px {
    max-height: 429px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-429px {
    max-height: 429px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-429px {
    max-height: 429px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-429px {
    max-height: 429px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-429px {
    max-height: 429px;
  }
}

.u-max-h-430px {
  max-height: 430px;
}

.u-max-h-xs-430px {
  max-height: 430px;
}

@media (min-width: 576px) {
  .u-max-h-sm-430px {
    max-height: 430px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-430px {
    max-height: 430px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-430px {
    max-height: 430px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-430px {
    max-height: 430px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-430px {
    max-height: 430px;
  }
}

.u-max-h-431px {
  max-height: 431px;
}

.u-max-h-xs-431px {
  max-height: 431px;
}

@media (min-width: 576px) {
  .u-max-h-sm-431px {
    max-height: 431px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-431px {
    max-height: 431px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-431px {
    max-height: 431px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-431px {
    max-height: 431px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-431px {
    max-height: 431px;
  }
}

.u-max-h-432px {
  max-height: 432px;
}

.u-max-h-xs-432px {
  max-height: 432px;
}

@media (min-width: 576px) {
  .u-max-h-sm-432px {
    max-height: 432px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-432px {
    max-height: 432px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-432px {
    max-height: 432px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-432px {
    max-height: 432px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-432px {
    max-height: 432px;
  }
}

.u-max-h-433px {
  max-height: 433px;
}

.u-max-h-xs-433px {
  max-height: 433px;
}

@media (min-width: 576px) {
  .u-max-h-sm-433px {
    max-height: 433px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-433px {
    max-height: 433px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-433px {
    max-height: 433px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-433px {
    max-height: 433px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-433px {
    max-height: 433px;
  }
}

.u-max-h-434px {
  max-height: 434px;
}

.u-max-h-xs-434px {
  max-height: 434px;
}

@media (min-width: 576px) {
  .u-max-h-sm-434px {
    max-height: 434px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-434px {
    max-height: 434px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-434px {
    max-height: 434px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-434px {
    max-height: 434px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-434px {
    max-height: 434px;
  }
}

.u-max-h-435px {
  max-height: 435px;
}

.u-max-h-xs-435px {
  max-height: 435px;
}

@media (min-width: 576px) {
  .u-max-h-sm-435px {
    max-height: 435px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-435px {
    max-height: 435px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-435px {
    max-height: 435px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-435px {
    max-height: 435px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-435px {
    max-height: 435px;
  }
}

.u-max-h-436px {
  max-height: 436px;
}

.u-max-h-xs-436px {
  max-height: 436px;
}

@media (min-width: 576px) {
  .u-max-h-sm-436px {
    max-height: 436px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-436px {
    max-height: 436px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-436px {
    max-height: 436px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-436px {
    max-height: 436px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-436px {
    max-height: 436px;
  }
}

.u-max-h-437px {
  max-height: 437px;
}

.u-max-h-xs-437px {
  max-height: 437px;
}

@media (min-width: 576px) {
  .u-max-h-sm-437px {
    max-height: 437px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-437px {
    max-height: 437px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-437px {
    max-height: 437px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-437px {
    max-height: 437px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-437px {
    max-height: 437px;
  }
}

.u-max-h-438px {
  max-height: 438px;
}

.u-max-h-xs-438px {
  max-height: 438px;
}

@media (min-width: 576px) {
  .u-max-h-sm-438px {
    max-height: 438px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-438px {
    max-height: 438px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-438px {
    max-height: 438px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-438px {
    max-height: 438px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-438px {
    max-height: 438px;
  }
}

.u-max-h-439px {
  max-height: 439px;
}

.u-max-h-xs-439px {
  max-height: 439px;
}

@media (min-width: 576px) {
  .u-max-h-sm-439px {
    max-height: 439px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-439px {
    max-height: 439px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-439px {
    max-height: 439px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-439px {
    max-height: 439px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-439px {
    max-height: 439px;
  }
}

.u-max-h-440px {
  max-height: 440px;
}

.u-max-h-xs-440px {
  max-height: 440px;
}

@media (min-width: 576px) {
  .u-max-h-sm-440px {
    max-height: 440px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-440px {
    max-height: 440px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-440px {
    max-height: 440px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-440px {
    max-height: 440px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-440px {
    max-height: 440px;
  }
}

.u-max-h-441px {
  max-height: 441px;
}

.u-max-h-xs-441px {
  max-height: 441px;
}

@media (min-width: 576px) {
  .u-max-h-sm-441px {
    max-height: 441px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-441px {
    max-height: 441px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-441px {
    max-height: 441px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-441px {
    max-height: 441px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-441px {
    max-height: 441px;
  }
}

.u-max-h-442px {
  max-height: 442px;
}

.u-max-h-xs-442px {
  max-height: 442px;
}

@media (min-width: 576px) {
  .u-max-h-sm-442px {
    max-height: 442px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-442px {
    max-height: 442px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-442px {
    max-height: 442px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-442px {
    max-height: 442px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-442px {
    max-height: 442px;
  }
}

.u-max-h-443px {
  max-height: 443px;
}

.u-max-h-xs-443px {
  max-height: 443px;
}

@media (min-width: 576px) {
  .u-max-h-sm-443px {
    max-height: 443px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-443px {
    max-height: 443px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-443px {
    max-height: 443px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-443px {
    max-height: 443px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-443px {
    max-height: 443px;
  }
}

.u-max-h-444px {
  max-height: 444px;
}

.u-max-h-xs-444px {
  max-height: 444px;
}

@media (min-width: 576px) {
  .u-max-h-sm-444px {
    max-height: 444px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-444px {
    max-height: 444px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-444px {
    max-height: 444px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-444px {
    max-height: 444px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-444px {
    max-height: 444px;
  }
}

.u-max-h-445px {
  max-height: 445px;
}

.u-max-h-xs-445px {
  max-height: 445px;
}

@media (min-width: 576px) {
  .u-max-h-sm-445px {
    max-height: 445px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-445px {
    max-height: 445px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-445px {
    max-height: 445px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-445px {
    max-height: 445px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-445px {
    max-height: 445px;
  }
}

.u-max-h-446px {
  max-height: 446px;
}

.u-max-h-xs-446px {
  max-height: 446px;
}

@media (min-width: 576px) {
  .u-max-h-sm-446px {
    max-height: 446px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-446px {
    max-height: 446px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-446px {
    max-height: 446px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-446px {
    max-height: 446px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-446px {
    max-height: 446px;
  }
}

.u-max-h-447px {
  max-height: 447px;
}

.u-max-h-xs-447px {
  max-height: 447px;
}

@media (min-width: 576px) {
  .u-max-h-sm-447px {
    max-height: 447px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-447px {
    max-height: 447px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-447px {
    max-height: 447px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-447px {
    max-height: 447px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-447px {
    max-height: 447px;
  }
}

.u-max-h-448px {
  max-height: 448px;
}

.u-max-h-xs-448px {
  max-height: 448px;
}

@media (min-width: 576px) {
  .u-max-h-sm-448px {
    max-height: 448px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-448px {
    max-height: 448px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-448px {
    max-height: 448px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-448px {
    max-height: 448px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-448px {
    max-height: 448px;
  }
}

.u-max-h-449px {
  max-height: 449px;
}

.u-max-h-xs-449px {
  max-height: 449px;
}

@media (min-width: 576px) {
  .u-max-h-sm-449px {
    max-height: 449px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-449px {
    max-height: 449px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-449px {
    max-height: 449px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-449px {
    max-height: 449px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-449px {
    max-height: 449px;
  }
}

.u-max-h-450px {
  max-height: 450px;
}

.u-max-h-xs-450px {
  max-height: 450px;
}

@media (min-width: 576px) {
  .u-max-h-sm-450px {
    max-height: 450px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-450px {
    max-height: 450px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-450px {
    max-height: 450px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-450px {
    max-height: 450px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-450px {
    max-height: 450px;
  }
}

.u-max-h-451px {
  max-height: 451px;
}

.u-max-h-xs-451px {
  max-height: 451px;
}

@media (min-width: 576px) {
  .u-max-h-sm-451px {
    max-height: 451px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-451px {
    max-height: 451px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-451px {
    max-height: 451px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-451px {
    max-height: 451px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-451px {
    max-height: 451px;
  }
}

.u-max-h-452px {
  max-height: 452px;
}

.u-max-h-xs-452px {
  max-height: 452px;
}

@media (min-width: 576px) {
  .u-max-h-sm-452px {
    max-height: 452px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-452px {
    max-height: 452px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-452px {
    max-height: 452px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-452px {
    max-height: 452px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-452px {
    max-height: 452px;
  }
}

.u-max-h-453px {
  max-height: 453px;
}

.u-max-h-xs-453px {
  max-height: 453px;
}

@media (min-width: 576px) {
  .u-max-h-sm-453px {
    max-height: 453px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-453px {
    max-height: 453px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-453px {
    max-height: 453px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-453px {
    max-height: 453px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-453px {
    max-height: 453px;
  }
}

.u-max-h-454px {
  max-height: 454px;
}

.u-max-h-xs-454px {
  max-height: 454px;
}

@media (min-width: 576px) {
  .u-max-h-sm-454px {
    max-height: 454px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-454px {
    max-height: 454px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-454px {
    max-height: 454px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-454px {
    max-height: 454px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-454px {
    max-height: 454px;
  }
}

.u-max-h-455px {
  max-height: 455px;
}

.u-max-h-xs-455px {
  max-height: 455px;
}

@media (min-width: 576px) {
  .u-max-h-sm-455px {
    max-height: 455px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-455px {
    max-height: 455px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-455px {
    max-height: 455px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-455px {
    max-height: 455px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-455px {
    max-height: 455px;
  }
}

.u-max-h-456px {
  max-height: 456px;
}

.u-max-h-xs-456px {
  max-height: 456px;
}

@media (min-width: 576px) {
  .u-max-h-sm-456px {
    max-height: 456px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-456px {
    max-height: 456px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-456px {
    max-height: 456px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-456px {
    max-height: 456px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-456px {
    max-height: 456px;
  }
}

.u-max-h-457px {
  max-height: 457px;
}

.u-max-h-xs-457px {
  max-height: 457px;
}

@media (min-width: 576px) {
  .u-max-h-sm-457px {
    max-height: 457px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-457px {
    max-height: 457px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-457px {
    max-height: 457px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-457px {
    max-height: 457px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-457px {
    max-height: 457px;
  }
}

.u-max-h-458px {
  max-height: 458px;
}

.u-max-h-xs-458px {
  max-height: 458px;
}

@media (min-width: 576px) {
  .u-max-h-sm-458px {
    max-height: 458px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-458px {
    max-height: 458px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-458px {
    max-height: 458px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-458px {
    max-height: 458px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-458px {
    max-height: 458px;
  }
}

.u-max-h-459px {
  max-height: 459px;
}

.u-max-h-xs-459px {
  max-height: 459px;
}

@media (min-width: 576px) {
  .u-max-h-sm-459px {
    max-height: 459px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-459px {
    max-height: 459px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-459px {
    max-height: 459px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-459px {
    max-height: 459px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-459px {
    max-height: 459px;
  }
}

.u-max-h-460px {
  max-height: 460px;
}

.u-max-h-xs-460px {
  max-height: 460px;
}

@media (min-width: 576px) {
  .u-max-h-sm-460px {
    max-height: 460px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-460px {
    max-height: 460px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-460px {
    max-height: 460px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-460px {
    max-height: 460px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-460px {
    max-height: 460px;
  }
}

.u-max-h-461px {
  max-height: 461px;
}

.u-max-h-xs-461px {
  max-height: 461px;
}

@media (min-width: 576px) {
  .u-max-h-sm-461px {
    max-height: 461px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-461px {
    max-height: 461px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-461px {
    max-height: 461px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-461px {
    max-height: 461px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-461px {
    max-height: 461px;
  }
}

.u-max-h-462px {
  max-height: 462px;
}

.u-max-h-xs-462px {
  max-height: 462px;
}

@media (min-width: 576px) {
  .u-max-h-sm-462px {
    max-height: 462px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-462px {
    max-height: 462px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-462px {
    max-height: 462px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-462px {
    max-height: 462px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-462px {
    max-height: 462px;
  }
}

.u-max-h-463px {
  max-height: 463px;
}

.u-max-h-xs-463px {
  max-height: 463px;
}

@media (min-width: 576px) {
  .u-max-h-sm-463px {
    max-height: 463px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-463px {
    max-height: 463px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-463px {
    max-height: 463px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-463px {
    max-height: 463px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-463px {
    max-height: 463px;
  }
}

.u-max-h-464px {
  max-height: 464px;
}

.u-max-h-xs-464px {
  max-height: 464px;
}

@media (min-width: 576px) {
  .u-max-h-sm-464px {
    max-height: 464px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-464px {
    max-height: 464px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-464px {
    max-height: 464px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-464px {
    max-height: 464px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-464px {
    max-height: 464px;
  }
}

.u-max-h-465px {
  max-height: 465px;
}

.u-max-h-xs-465px {
  max-height: 465px;
}

@media (min-width: 576px) {
  .u-max-h-sm-465px {
    max-height: 465px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-465px {
    max-height: 465px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-465px {
    max-height: 465px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-465px {
    max-height: 465px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-465px {
    max-height: 465px;
  }
}

.u-max-h-466px {
  max-height: 466px;
}

.u-max-h-xs-466px {
  max-height: 466px;
}

@media (min-width: 576px) {
  .u-max-h-sm-466px {
    max-height: 466px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-466px {
    max-height: 466px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-466px {
    max-height: 466px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-466px {
    max-height: 466px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-466px {
    max-height: 466px;
  }
}

.u-max-h-467px {
  max-height: 467px;
}

.u-max-h-xs-467px {
  max-height: 467px;
}

@media (min-width: 576px) {
  .u-max-h-sm-467px {
    max-height: 467px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-467px {
    max-height: 467px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-467px {
    max-height: 467px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-467px {
    max-height: 467px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-467px {
    max-height: 467px;
  }
}

.u-max-h-468px {
  max-height: 468px;
}

.u-max-h-xs-468px {
  max-height: 468px;
}

@media (min-width: 576px) {
  .u-max-h-sm-468px {
    max-height: 468px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-468px {
    max-height: 468px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-468px {
    max-height: 468px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-468px {
    max-height: 468px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-468px {
    max-height: 468px;
  }
}

.u-max-h-469px {
  max-height: 469px;
}

.u-max-h-xs-469px {
  max-height: 469px;
}

@media (min-width: 576px) {
  .u-max-h-sm-469px {
    max-height: 469px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-469px {
    max-height: 469px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-469px {
    max-height: 469px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-469px {
    max-height: 469px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-469px {
    max-height: 469px;
  }
}

.u-max-h-470px {
  max-height: 470px;
}

.u-max-h-xs-470px {
  max-height: 470px;
}

@media (min-width: 576px) {
  .u-max-h-sm-470px {
    max-height: 470px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-470px {
    max-height: 470px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-470px {
    max-height: 470px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-470px {
    max-height: 470px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-470px {
    max-height: 470px;
  }
}

.u-max-h-471px {
  max-height: 471px;
}

.u-max-h-xs-471px {
  max-height: 471px;
}

@media (min-width: 576px) {
  .u-max-h-sm-471px {
    max-height: 471px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-471px {
    max-height: 471px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-471px {
    max-height: 471px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-471px {
    max-height: 471px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-471px {
    max-height: 471px;
  }
}

.u-max-h-472px {
  max-height: 472px;
}

.u-max-h-xs-472px {
  max-height: 472px;
}

@media (min-width: 576px) {
  .u-max-h-sm-472px {
    max-height: 472px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-472px {
    max-height: 472px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-472px {
    max-height: 472px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-472px {
    max-height: 472px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-472px {
    max-height: 472px;
  }
}

.u-max-h-473px {
  max-height: 473px;
}

.u-max-h-xs-473px {
  max-height: 473px;
}

@media (min-width: 576px) {
  .u-max-h-sm-473px {
    max-height: 473px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-473px {
    max-height: 473px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-473px {
    max-height: 473px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-473px {
    max-height: 473px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-473px {
    max-height: 473px;
  }
}

.u-max-h-474px {
  max-height: 474px;
}

.u-max-h-xs-474px {
  max-height: 474px;
}

@media (min-width: 576px) {
  .u-max-h-sm-474px {
    max-height: 474px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-474px {
    max-height: 474px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-474px {
    max-height: 474px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-474px {
    max-height: 474px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-474px {
    max-height: 474px;
  }
}

.u-max-h-475px {
  max-height: 475px;
}

.u-max-h-xs-475px {
  max-height: 475px;
}

@media (min-width: 576px) {
  .u-max-h-sm-475px {
    max-height: 475px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-475px {
    max-height: 475px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-475px {
    max-height: 475px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-475px {
    max-height: 475px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-475px {
    max-height: 475px;
  }
}

.u-max-h-476px {
  max-height: 476px;
}

.u-max-h-xs-476px {
  max-height: 476px;
}

@media (min-width: 576px) {
  .u-max-h-sm-476px {
    max-height: 476px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-476px {
    max-height: 476px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-476px {
    max-height: 476px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-476px {
    max-height: 476px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-476px {
    max-height: 476px;
  }
}

.u-max-h-477px {
  max-height: 477px;
}

.u-max-h-xs-477px {
  max-height: 477px;
}

@media (min-width: 576px) {
  .u-max-h-sm-477px {
    max-height: 477px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-477px {
    max-height: 477px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-477px {
    max-height: 477px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-477px {
    max-height: 477px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-477px {
    max-height: 477px;
  }
}

.u-max-h-478px {
  max-height: 478px;
}

.u-max-h-xs-478px {
  max-height: 478px;
}

@media (min-width: 576px) {
  .u-max-h-sm-478px {
    max-height: 478px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-478px {
    max-height: 478px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-478px {
    max-height: 478px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-478px {
    max-height: 478px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-478px {
    max-height: 478px;
  }
}

.u-max-h-479px {
  max-height: 479px;
}

.u-max-h-xs-479px {
  max-height: 479px;
}

@media (min-width: 576px) {
  .u-max-h-sm-479px {
    max-height: 479px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-479px {
    max-height: 479px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-479px {
    max-height: 479px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-479px {
    max-height: 479px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-479px {
    max-height: 479px;
  }
}

.u-max-h-480px {
  max-height: 480px;
}

.u-max-h-xs-480px {
  max-height: 480px;
}

@media (min-width: 576px) {
  .u-max-h-sm-480px {
    max-height: 480px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-480px {
    max-height: 480px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-480px {
    max-height: 480px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-480px {
    max-height: 480px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-480px {
    max-height: 480px;
  }
}

.u-max-h-481px {
  max-height: 481px;
}

.u-max-h-xs-481px {
  max-height: 481px;
}

@media (min-width: 576px) {
  .u-max-h-sm-481px {
    max-height: 481px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-481px {
    max-height: 481px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-481px {
    max-height: 481px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-481px {
    max-height: 481px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-481px {
    max-height: 481px;
  }
}

.u-max-h-482px {
  max-height: 482px;
}

.u-max-h-xs-482px {
  max-height: 482px;
}

@media (min-width: 576px) {
  .u-max-h-sm-482px {
    max-height: 482px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-482px {
    max-height: 482px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-482px {
    max-height: 482px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-482px {
    max-height: 482px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-482px {
    max-height: 482px;
  }
}

.u-max-h-483px {
  max-height: 483px;
}

.u-max-h-xs-483px {
  max-height: 483px;
}

@media (min-width: 576px) {
  .u-max-h-sm-483px {
    max-height: 483px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-483px {
    max-height: 483px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-483px {
    max-height: 483px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-483px {
    max-height: 483px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-483px {
    max-height: 483px;
  }
}

.u-max-h-484px {
  max-height: 484px;
}

.u-max-h-xs-484px {
  max-height: 484px;
}

@media (min-width: 576px) {
  .u-max-h-sm-484px {
    max-height: 484px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-484px {
    max-height: 484px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-484px {
    max-height: 484px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-484px {
    max-height: 484px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-484px {
    max-height: 484px;
  }
}

.u-max-h-485px {
  max-height: 485px;
}

.u-max-h-xs-485px {
  max-height: 485px;
}

@media (min-width: 576px) {
  .u-max-h-sm-485px {
    max-height: 485px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-485px {
    max-height: 485px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-485px {
    max-height: 485px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-485px {
    max-height: 485px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-485px {
    max-height: 485px;
  }
}

.u-max-h-486px {
  max-height: 486px;
}

.u-max-h-xs-486px {
  max-height: 486px;
}

@media (min-width: 576px) {
  .u-max-h-sm-486px {
    max-height: 486px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-486px {
    max-height: 486px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-486px {
    max-height: 486px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-486px {
    max-height: 486px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-486px {
    max-height: 486px;
  }
}

.u-max-h-487px {
  max-height: 487px;
}

.u-max-h-xs-487px {
  max-height: 487px;
}

@media (min-width: 576px) {
  .u-max-h-sm-487px {
    max-height: 487px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-487px {
    max-height: 487px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-487px {
    max-height: 487px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-487px {
    max-height: 487px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-487px {
    max-height: 487px;
  }
}

.u-max-h-488px {
  max-height: 488px;
}

.u-max-h-xs-488px {
  max-height: 488px;
}

@media (min-width: 576px) {
  .u-max-h-sm-488px {
    max-height: 488px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-488px {
    max-height: 488px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-488px {
    max-height: 488px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-488px {
    max-height: 488px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-488px {
    max-height: 488px;
  }
}

.u-max-h-489px {
  max-height: 489px;
}

.u-max-h-xs-489px {
  max-height: 489px;
}

@media (min-width: 576px) {
  .u-max-h-sm-489px {
    max-height: 489px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-489px {
    max-height: 489px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-489px {
    max-height: 489px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-489px {
    max-height: 489px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-489px {
    max-height: 489px;
  }
}

.u-max-h-490px {
  max-height: 490px;
}

.u-max-h-xs-490px {
  max-height: 490px;
}

@media (min-width: 576px) {
  .u-max-h-sm-490px {
    max-height: 490px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-490px {
    max-height: 490px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-490px {
    max-height: 490px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-490px {
    max-height: 490px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-490px {
    max-height: 490px;
  }
}

.u-max-h-491px {
  max-height: 491px;
}

.u-max-h-xs-491px {
  max-height: 491px;
}

@media (min-width: 576px) {
  .u-max-h-sm-491px {
    max-height: 491px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-491px {
    max-height: 491px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-491px {
    max-height: 491px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-491px {
    max-height: 491px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-491px {
    max-height: 491px;
  }
}

.u-max-h-492px {
  max-height: 492px;
}

.u-max-h-xs-492px {
  max-height: 492px;
}

@media (min-width: 576px) {
  .u-max-h-sm-492px {
    max-height: 492px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-492px {
    max-height: 492px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-492px {
    max-height: 492px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-492px {
    max-height: 492px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-492px {
    max-height: 492px;
  }
}

.u-max-h-493px {
  max-height: 493px;
}

.u-max-h-xs-493px {
  max-height: 493px;
}

@media (min-width: 576px) {
  .u-max-h-sm-493px {
    max-height: 493px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-493px {
    max-height: 493px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-493px {
    max-height: 493px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-493px {
    max-height: 493px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-493px {
    max-height: 493px;
  }
}

.u-max-h-494px {
  max-height: 494px;
}

.u-max-h-xs-494px {
  max-height: 494px;
}

@media (min-width: 576px) {
  .u-max-h-sm-494px {
    max-height: 494px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-494px {
    max-height: 494px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-494px {
    max-height: 494px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-494px {
    max-height: 494px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-494px {
    max-height: 494px;
  }
}

.u-max-h-495px {
  max-height: 495px;
}

.u-max-h-xs-495px {
  max-height: 495px;
}

@media (min-width: 576px) {
  .u-max-h-sm-495px {
    max-height: 495px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-495px {
    max-height: 495px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-495px {
    max-height: 495px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-495px {
    max-height: 495px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-495px {
    max-height: 495px;
  }
}

.u-max-h-496px {
  max-height: 496px;
}

.u-max-h-xs-496px {
  max-height: 496px;
}

@media (min-width: 576px) {
  .u-max-h-sm-496px {
    max-height: 496px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-496px {
    max-height: 496px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-496px {
    max-height: 496px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-496px {
    max-height: 496px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-496px {
    max-height: 496px;
  }
}

.u-max-h-497px {
  max-height: 497px;
}

.u-max-h-xs-497px {
  max-height: 497px;
}

@media (min-width: 576px) {
  .u-max-h-sm-497px {
    max-height: 497px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-497px {
    max-height: 497px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-497px {
    max-height: 497px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-497px {
    max-height: 497px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-497px {
    max-height: 497px;
  }
}

.u-max-h-498px {
  max-height: 498px;
}

.u-max-h-xs-498px {
  max-height: 498px;
}

@media (min-width: 576px) {
  .u-max-h-sm-498px {
    max-height: 498px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-498px {
    max-height: 498px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-498px {
    max-height: 498px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-498px {
    max-height: 498px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-498px {
    max-height: 498px;
  }
}

.u-max-h-499px {
  max-height: 499px;
}

.u-max-h-xs-499px {
  max-height: 499px;
}

@media (min-width: 576px) {
  .u-max-h-sm-499px {
    max-height: 499px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-499px {
    max-height: 499px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-499px {
    max-height: 499px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-499px {
    max-height: 499px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-499px {
    max-height: 499px;
  }
}

.u-max-h-500px {
  max-height: 500px;
}

.u-max-h-xs-500px {
  max-height: 500px;
}

@media (min-width: 576px) {
  .u-max-h-sm-500px {
    max-height: 500px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-500px {
    max-height: 500px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-500px {
    max-height: 500px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-500px {
    max-height: 500px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-500px {
    max-height: 500px;
  }
}

.u-max-h-501px {
  max-height: 501px;
}

.u-max-h-xs-501px {
  max-height: 501px;
}

@media (min-width: 576px) {
  .u-max-h-sm-501px {
    max-height: 501px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-501px {
    max-height: 501px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-501px {
    max-height: 501px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-501px {
    max-height: 501px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-501px {
    max-height: 501px;
  }
}

.u-max-h-502px {
  max-height: 502px;
}

.u-max-h-xs-502px {
  max-height: 502px;
}

@media (min-width: 576px) {
  .u-max-h-sm-502px {
    max-height: 502px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-502px {
    max-height: 502px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-502px {
    max-height: 502px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-502px {
    max-height: 502px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-502px {
    max-height: 502px;
  }
}

.u-max-h-503px {
  max-height: 503px;
}

.u-max-h-xs-503px {
  max-height: 503px;
}

@media (min-width: 576px) {
  .u-max-h-sm-503px {
    max-height: 503px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-503px {
    max-height: 503px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-503px {
    max-height: 503px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-503px {
    max-height: 503px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-503px {
    max-height: 503px;
  }
}

.u-max-h-504px {
  max-height: 504px;
}

.u-max-h-xs-504px {
  max-height: 504px;
}

@media (min-width: 576px) {
  .u-max-h-sm-504px {
    max-height: 504px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-504px {
    max-height: 504px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-504px {
    max-height: 504px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-504px {
    max-height: 504px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-504px {
    max-height: 504px;
  }
}

.u-max-h-505px {
  max-height: 505px;
}

.u-max-h-xs-505px {
  max-height: 505px;
}

@media (min-width: 576px) {
  .u-max-h-sm-505px {
    max-height: 505px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-505px {
    max-height: 505px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-505px {
    max-height: 505px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-505px {
    max-height: 505px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-505px {
    max-height: 505px;
  }
}

.u-max-h-506px {
  max-height: 506px;
}

.u-max-h-xs-506px {
  max-height: 506px;
}

@media (min-width: 576px) {
  .u-max-h-sm-506px {
    max-height: 506px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-506px {
    max-height: 506px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-506px {
    max-height: 506px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-506px {
    max-height: 506px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-506px {
    max-height: 506px;
  }
}

.u-max-h-507px {
  max-height: 507px;
}

.u-max-h-xs-507px {
  max-height: 507px;
}

@media (min-width: 576px) {
  .u-max-h-sm-507px {
    max-height: 507px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-507px {
    max-height: 507px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-507px {
    max-height: 507px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-507px {
    max-height: 507px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-507px {
    max-height: 507px;
  }
}

.u-max-h-508px {
  max-height: 508px;
}

.u-max-h-xs-508px {
  max-height: 508px;
}

@media (min-width: 576px) {
  .u-max-h-sm-508px {
    max-height: 508px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-508px {
    max-height: 508px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-508px {
    max-height: 508px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-508px {
    max-height: 508px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-508px {
    max-height: 508px;
  }
}

.u-max-h-509px {
  max-height: 509px;
}

.u-max-h-xs-509px {
  max-height: 509px;
}

@media (min-width: 576px) {
  .u-max-h-sm-509px {
    max-height: 509px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-509px {
    max-height: 509px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-509px {
    max-height: 509px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-509px {
    max-height: 509px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-509px {
    max-height: 509px;
  }
}

.u-max-h-510px {
  max-height: 510px;
}

.u-max-h-xs-510px {
  max-height: 510px;
}

@media (min-width: 576px) {
  .u-max-h-sm-510px {
    max-height: 510px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-510px {
    max-height: 510px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-510px {
    max-height: 510px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-510px {
    max-height: 510px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-510px {
    max-height: 510px;
  }
}

.u-max-h-511px {
  max-height: 511px;
}

.u-max-h-xs-511px {
  max-height: 511px;
}

@media (min-width: 576px) {
  .u-max-h-sm-511px {
    max-height: 511px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-511px {
    max-height: 511px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-511px {
    max-height: 511px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-511px {
    max-height: 511px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-511px {
    max-height: 511px;
  }
}

.u-max-h-512px {
  max-height: 512px;
}

.u-max-h-xs-512px {
  max-height: 512px;
}

@media (min-width: 576px) {
  .u-max-h-sm-512px {
    max-height: 512px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-512px {
    max-height: 512px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-512px {
    max-height: 512px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-512px {
    max-height: 512px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-512px {
    max-height: 512px;
  }
}

.u-max-h-513px {
  max-height: 513px;
}

.u-max-h-xs-513px {
  max-height: 513px;
}

@media (min-width: 576px) {
  .u-max-h-sm-513px {
    max-height: 513px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-513px {
    max-height: 513px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-513px {
    max-height: 513px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-513px {
    max-height: 513px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-513px {
    max-height: 513px;
  }
}

.u-max-h-514px {
  max-height: 514px;
}

.u-max-h-xs-514px {
  max-height: 514px;
}

@media (min-width: 576px) {
  .u-max-h-sm-514px {
    max-height: 514px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-514px {
    max-height: 514px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-514px {
    max-height: 514px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-514px {
    max-height: 514px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-514px {
    max-height: 514px;
  }
}

.u-max-h-515px {
  max-height: 515px;
}

.u-max-h-xs-515px {
  max-height: 515px;
}

@media (min-width: 576px) {
  .u-max-h-sm-515px {
    max-height: 515px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-515px {
    max-height: 515px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-515px {
    max-height: 515px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-515px {
    max-height: 515px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-515px {
    max-height: 515px;
  }
}

.u-max-h-516px {
  max-height: 516px;
}

.u-max-h-xs-516px {
  max-height: 516px;
}

@media (min-width: 576px) {
  .u-max-h-sm-516px {
    max-height: 516px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-516px {
    max-height: 516px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-516px {
    max-height: 516px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-516px {
    max-height: 516px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-516px {
    max-height: 516px;
  }
}

.u-max-h-517px {
  max-height: 517px;
}

.u-max-h-xs-517px {
  max-height: 517px;
}

@media (min-width: 576px) {
  .u-max-h-sm-517px {
    max-height: 517px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-517px {
    max-height: 517px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-517px {
    max-height: 517px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-517px {
    max-height: 517px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-517px {
    max-height: 517px;
  }
}

.u-max-h-518px {
  max-height: 518px;
}

.u-max-h-xs-518px {
  max-height: 518px;
}

@media (min-width: 576px) {
  .u-max-h-sm-518px {
    max-height: 518px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-518px {
    max-height: 518px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-518px {
    max-height: 518px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-518px {
    max-height: 518px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-518px {
    max-height: 518px;
  }
}

.u-max-h-519px {
  max-height: 519px;
}

.u-max-h-xs-519px {
  max-height: 519px;
}

@media (min-width: 576px) {
  .u-max-h-sm-519px {
    max-height: 519px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-519px {
    max-height: 519px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-519px {
    max-height: 519px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-519px {
    max-height: 519px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-519px {
    max-height: 519px;
  }
}

.u-max-h-520px {
  max-height: 520px;
}

.u-max-h-xs-520px {
  max-height: 520px;
}

@media (min-width: 576px) {
  .u-max-h-sm-520px {
    max-height: 520px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-520px {
    max-height: 520px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-520px {
    max-height: 520px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-520px {
    max-height: 520px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-520px {
    max-height: 520px;
  }
}

.u-max-h-521px {
  max-height: 521px;
}

.u-max-h-xs-521px {
  max-height: 521px;
}

@media (min-width: 576px) {
  .u-max-h-sm-521px {
    max-height: 521px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-521px {
    max-height: 521px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-521px {
    max-height: 521px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-521px {
    max-height: 521px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-521px {
    max-height: 521px;
  }
}

.u-max-h-522px {
  max-height: 522px;
}

.u-max-h-xs-522px {
  max-height: 522px;
}

@media (min-width: 576px) {
  .u-max-h-sm-522px {
    max-height: 522px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-522px {
    max-height: 522px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-522px {
    max-height: 522px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-522px {
    max-height: 522px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-522px {
    max-height: 522px;
  }
}

.u-max-h-523px {
  max-height: 523px;
}

.u-max-h-xs-523px {
  max-height: 523px;
}

@media (min-width: 576px) {
  .u-max-h-sm-523px {
    max-height: 523px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-523px {
    max-height: 523px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-523px {
    max-height: 523px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-523px {
    max-height: 523px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-523px {
    max-height: 523px;
  }
}

.u-max-h-524px {
  max-height: 524px;
}

.u-max-h-xs-524px {
  max-height: 524px;
}

@media (min-width: 576px) {
  .u-max-h-sm-524px {
    max-height: 524px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-524px {
    max-height: 524px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-524px {
    max-height: 524px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-524px {
    max-height: 524px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-524px {
    max-height: 524px;
  }
}

.u-max-h-525px {
  max-height: 525px;
}

.u-max-h-xs-525px {
  max-height: 525px;
}

@media (min-width: 576px) {
  .u-max-h-sm-525px {
    max-height: 525px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-525px {
    max-height: 525px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-525px {
    max-height: 525px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-525px {
    max-height: 525px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-525px {
    max-height: 525px;
  }
}

.u-max-h-526px {
  max-height: 526px;
}

.u-max-h-xs-526px {
  max-height: 526px;
}

@media (min-width: 576px) {
  .u-max-h-sm-526px {
    max-height: 526px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-526px {
    max-height: 526px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-526px {
    max-height: 526px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-526px {
    max-height: 526px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-526px {
    max-height: 526px;
  }
}

.u-max-h-527px {
  max-height: 527px;
}

.u-max-h-xs-527px {
  max-height: 527px;
}

@media (min-width: 576px) {
  .u-max-h-sm-527px {
    max-height: 527px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-527px {
    max-height: 527px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-527px {
    max-height: 527px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-527px {
    max-height: 527px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-527px {
    max-height: 527px;
  }
}

.u-max-h-528px {
  max-height: 528px;
}

.u-max-h-xs-528px {
  max-height: 528px;
}

@media (min-width: 576px) {
  .u-max-h-sm-528px {
    max-height: 528px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-528px {
    max-height: 528px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-528px {
    max-height: 528px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-528px {
    max-height: 528px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-528px {
    max-height: 528px;
  }
}

.u-max-h-529px {
  max-height: 529px;
}

.u-max-h-xs-529px {
  max-height: 529px;
}

@media (min-width: 576px) {
  .u-max-h-sm-529px {
    max-height: 529px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-529px {
    max-height: 529px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-529px {
    max-height: 529px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-529px {
    max-height: 529px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-529px {
    max-height: 529px;
  }
}

.u-max-h-530px {
  max-height: 530px;
}

.u-max-h-xs-530px {
  max-height: 530px;
}

@media (min-width: 576px) {
  .u-max-h-sm-530px {
    max-height: 530px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-530px {
    max-height: 530px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-530px {
    max-height: 530px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-530px {
    max-height: 530px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-530px {
    max-height: 530px;
  }
}

.u-max-h-531px {
  max-height: 531px;
}

.u-max-h-xs-531px {
  max-height: 531px;
}

@media (min-width: 576px) {
  .u-max-h-sm-531px {
    max-height: 531px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-531px {
    max-height: 531px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-531px {
    max-height: 531px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-531px {
    max-height: 531px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-531px {
    max-height: 531px;
  }
}

.u-max-h-532px {
  max-height: 532px;
}

.u-max-h-xs-532px {
  max-height: 532px;
}

@media (min-width: 576px) {
  .u-max-h-sm-532px {
    max-height: 532px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-532px {
    max-height: 532px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-532px {
    max-height: 532px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-532px {
    max-height: 532px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-532px {
    max-height: 532px;
  }
}

.u-max-h-533px {
  max-height: 533px;
}

.u-max-h-xs-533px {
  max-height: 533px;
}

@media (min-width: 576px) {
  .u-max-h-sm-533px {
    max-height: 533px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-533px {
    max-height: 533px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-533px {
    max-height: 533px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-533px {
    max-height: 533px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-533px {
    max-height: 533px;
  }
}

.u-max-h-534px {
  max-height: 534px;
}

.u-max-h-xs-534px {
  max-height: 534px;
}

@media (min-width: 576px) {
  .u-max-h-sm-534px {
    max-height: 534px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-534px {
    max-height: 534px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-534px {
    max-height: 534px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-534px {
    max-height: 534px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-534px {
    max-height: 534px;
  }
}

.u-max-h-535px {
  max-height: 535px;
}

.u-max-h-xs-535px {
  max-height: 535px;
}

@media (min-width: 576px) {
  .u-max-h-sm-535px {
    max-height: 535px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-535px {
    max-height: 535px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-535px {
    max-height: 535px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-535px {
    max-height: 535px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-535px {
    max-height: 535px;
  }
}

.u-max-h-536px {
  max-height: 536px;
}

.u-max-h-xs-536px {
  max-height: 536px;
}

@media (min-width: 576px) {
  .u-max-h-sm-536px {
    max-height: 536px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-536px {
    max-height: 536px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-536px {
    max-height: 536px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-536px {
    max-height: 536px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-536px {
    max-height: 536px;
  }
}

.u-max-h-537px {
  max-height: 537px;
}

.u-max-h-xs-537px {
  max-height: 537px;
}

@media (min-width: 576px) {
  .u-max-h-sm-537px {
    max-height: 537px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-537px {
    max-height: 537px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-537px {
    max-height: 537px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-537px {
    max-height: 537px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-537px {
    max-height: 537px;
  }
}

.u-max-h-538px {
  max-height: 538px;
}

.u-max-h-xs-538px {
  max-height: 538px;
}

@media (min-width: 576px) {
  .u-max-h-sm-538px {
    max-height: 538px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-538px {
    max-height: 538px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-538px {
    max-height: 538px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-538px {
    max-height: 538px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-538px {
    max-height: 538px;
  }
}

.u-max-h-539px {
  max-height: 539px;
}

.u-max-h-xs-539px {
  max-height: 539px;
}

@media (min-width: 576px) {
  .u-max-h-sm-539px {
    max-height: 539px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-539px {
    max-height: 539px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-539px {
    max-height: 539px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-539px {
    max-height: 539px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-539px {
    max-height: 539px;
  }
}

.u-max-h-540px {
  max-height: 540px;
}

.u-max-h-xs-540px {
  max-height: 540px;
}

@media (min-width: 576px) {
  .u-max-h-sm-540px {
    max-height: 540px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-540px {
    max-height: 540px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-540px {
    max-height: 540px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-540px {
    max-height: 540px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-540px {
    max-height: 540px;
  }
}

.u-max-h-541px {
  max-height: 541px;
}

.u-max-h-xs-541px {
  max-height: 541px;
}

@media (min-width: 576px) {
  .u-max-h-sm-541px {
    max-height: 541px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-541px {
    max-height: 541px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-541px {
    max-height: 541px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-541px {
    max-height: 541px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-541px {
    max-height: 541px;
  }
}

.u-max-h-542px {
  max-height: 542px;
}

.u-max-h-xs-542px {
  max-height: 542px;
}

@media (min-width: 576px) {
  .u-max-h-sm-542px {
    max-height: 542px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-542px {
    max-height: 542px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-542px {
    max-height: 542px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-542px {
    max-height: 542px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-542px {
    max-height: 542px;
  }
}

.u-max-h-543px {
  max-height: 543px;
}

.u-max-h-xs-543px {
  max-height: 543px;
}

@media (min-width: 576px) {
  .u-max-h-sm-543px {
    max-height: 543px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-543px {
    max-height: 543px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-543px {
    max-height: 543px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-543px {
    max-height: 543px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-543px {
    max-height: 543px;
  }
}

.u-max-h-544px {
  max-height: 544px;
}

.u-max-h-xs-544px {
  max-height: 544px;
}

@media (min-width: 576px) {
  .u-max-h-sm-544px {
    max-height: 544px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-544px {
    max-height: 544px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-544px {
    max-height: 544px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-544px {
    max-height: 544px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-544px {
    max-height: 544px;
  }
}

.u-max-h-545px {
  max-height: 545px;
}

.u-max-h-xs-545px {
  max-height: 545px;
}

@media (min-width: 576px) {
  .u-max-h-sm-545px {
    max-height: 545px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-545px {
    max-height: 545px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-545px {
    max-height: 545px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-545px {
    max-height: 545px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-545px {
    max-height: 545px;
  }
}

.u-max-h-546px {
  max-height: 546px;
}

.u-max-h-xs-546px {
  max-height: 546px;
}

@media (min-width: 576px) {
  .u-max-h-sm-546px {
    max-height: 546px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-546px {
    max-height: 546px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-546px {
    max-height: 546px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-546px {
    max-height: 546px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-546px {
    max-height: 546px;
  }
}

.u-max-h-547px {
  max-height: 547px;
}

.u-max-h-xs-547px {
  max-height: 547px;
}

@media (min-width: 576px) {
  .u-max-h-sm-547px {
    max-height: 547px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-547px {
    max-height: 547px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-547px {
    max-height: 547px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-547px {
    max-height: 547px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-547px {
    max-height: 547px;
  }
}

.u-max-h-548px {
  max-height: 548px;
}

.u-max-h-xs-548px {
  max-height: 548px;
}

@media (min-width: 576px) {
  .u-max-h-sm-548px {
    max-height: 548px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-548px {
    max-height: 548px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-548px {
    max-height: 548px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-548px {
    max-height: 548px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-548px {
    max-height: 548px;
  }
}

.u-max-h-549px {
  max-height: 549px;
}

.u-max-h-xs-549px {
  max-height: 549px;
}

@media (min-width: 576px) {
  .u-max-h-sm-549px {
    max-height: 549px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-549px {
    max-height: 549px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-549px {
    max-height: 549px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-549px {
    max-height: 549px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-549px {
    max-height: 549px;
  }
}

.u-max-h-550px {
  max-height: 550px;
}

.u-max-h-xs-550px {
  max-height: 550px;
}

@media (min-width: 576px) {
  .u-max-h-sm-550px {
    max-height: 550px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-550px {
    max-height: 550px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-550px {
    max-height: 550px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-550px {
    max-height: 550px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-550px {
    max-height: 550px;
  }
}

.u-max-h-551px {
  max-height: 551px;
}

.u-max-h-xs-551px {
  max-height: 551px;
}

@media (min-width: 576px) {
  .u-max-h-sm-551px {
    max-height: 551px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-551px {
    max-height: 551px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-551px {
    max-height: 551px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-551px {
    max-height: 551px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-551px {
    max-height: 551px;
  }
}

.u-max-h-552px {
  max-height: 552px;
}

.u-max-h-xs-552px {
  max-height: 552px;
}

@media (min-width: 576px) {
  .u-max-h-sm-552px {
    max-height: 552px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-552px {
    max-height: 552px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-552px {
    max-height: 552px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-552px {
    max-height: 552px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-552px {
    max-height: 552px;
  }
}

.u-max-h-553px {
  max-height: 553px;
}

.u-max-h-xs-553px {
  max-height: 553px;
}

@media (min-width: 576px) {
  .u-max-h-sm-553px {
    max-height: 553px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-553px {
    max-height: 553px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-553px {
    max-height: 553px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-553px {
    max-height: 553px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-553px {
    max-height: 553px;
  }
}

.u-max-h-554px {
  max-height: 554px;
}

.u-max-h-xs-554px {
  max-height: 554px;
}

@media (min-width: 576px) {
  .u-max-h-sm-554px {
    max-height: 554px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-554px {
    max-height: 554px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-554px {
    max-height: 554px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-554px {
    max-height: 554px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-554px {
    max-height: 554px;
  }
}

.u-max-h-555px {
  max-height: 555px;
}

.u-max-h-xs-555px {
  max-height: 555px;
}

@media (min-width: 576px) {
  .u-max-h-sm-555px {
    max-height: 555px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-555px {
    max-height: 555px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-555px {
    max-height: 555px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-555px {
    max-height: 555px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-555px {
    max-height: 555px;
  }
}

.u-max-h-556px {
  max-height: 556px;
}

.u-max-h-xs-556px {
  max-height: 556px;
}

@media (min-width: 576px) {
  .u-max-h-sm-556px {
    max-height: 556px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-556px {
    max-height: 556px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-556px {
    max-height: 556px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-556px {
    max-height: 556px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-556px {
    max-height: 556px;
  }
}

.u-max-h-557px {
  max-height: 557px;
}

.u-max-h-xs-557px {
  max-height: 557px;
}

@media (min-width: 576px) {
  .u-max-h-sm-557px {
    max-height: 557px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-557px {
    max-height: 557px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-557px {
    max-height: 557px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-557px {
    max-height: 557px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-557px {
    max-height: 557px;
  }
}

.u-max-h-558px {
  max-height: 558px;
}

.u-max-h-xs-558px {
  max-height: 558px;
}

@media (min-width: 576px) {
  .u-max-h-sm-558px {
    max-height: 558px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-558px {
    max-height: 558px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-558px {
    max-height: 558px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-558px {
    max-height: 558px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-558px {
    max-height: 558px;
  }
}

.u-max-h-559px {
  max-height: 559px;
}

.u-max-h-xs-559px {
  max-height: 559px;
}

@media (min-width: 576px) {
  .u-max-h-sm-559px {
    max-height: 559px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-559px {
    max-height: 559px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-559px {
    max-height: 559px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-559px {
    max-height: 559px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-559px {
    max-height: 559px;
  }
}

.u-max-h-560px {
  max-height: 560px;
}

.u-max-h-xs-560px {
  max-height: 560px;
}

@media (min-width: 576px) {
  .u-max-h-sm-560px {
    max-height: 560px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-560px {
    max-height: 560px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-560px {
    max-height: 560px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-560px {
    max-height: 560px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-560px {
    max-height: 560px;
  }
}

.u-max-h-561px {
  max-height: 561px;
}

.u-max-h-xs-561px {
  max-height: 561px;
}

@media (min-width: 576px) {
  .u-max-h-sm-561px {
    max-height: 561px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-561px {
    max-height: 561px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-561px {
    max-height: 561px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-561px {
    max-height: 561px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-561px {
    max-height: 561px;
  }
}

.u-max-h-562px {
  max-height: 562px;
}

.u-max-h-xs-562px {
  max-height: 562px;
}

@media (min-width: 576px) {
  .u-max-h-sm-562px {
    max-height: 562px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-562px {
    max-height: 562px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-562px {
    max-height: 562px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-562px {
    max-height: 562px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-562px {
    max-height: 562px;
  }
}

.u-max-h-563px {
  max-height: 563px;
}

.u-max-h-xs-563px {
  max-height: 563px;
}

@media (min-width: 576px) {
  .u-max-h-sm-563px {
    max-height: 563px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-563px {
    max-height: 563px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-563px {
    max-height: 563px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-563px {
    max-height: 563px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-563px {
    max-height: 563px;
  }
}

.u-max-h-564px {
  max-height: 564px;
}

.u-max-h-xs-564px {
  max-height: 564px;
}

@media (min-width: 576px) {
  .u-max-h-sm-564px {
    max-height: 564px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-564px {
    max-height: 564px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-564px {
    max-height: 564px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-564px {
    max-height: 564px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-564px {
    max-height: 564px;
  }
}

.u-max-h-565px {
  max-height: 565px;
}

.u-max-h-xs-565px {
  max-height: 565px;
}

@media (min-width: 576px) {
  .u-max-h-sm-565px {
    max-height: 565px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-565px {
    max-height: 565px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-565px {
    max-height: 565px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-565px {
    max-height: 565px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-565px {
    max-height: 565px;
  }
}

.u-max-h-566px {
  max-height: 566px;
}

.u-max-h-xs-566px {
  max-height: 566px;
}

@media (min-width: 576px) {
  .u-max-h-sm-566px {
    max-height: 566px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-566px {
    max-height: 566px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-566px {
    max-height: 566px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-566px {
    max-height: 566px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-566px {
    max-height: 566px;
  }
}

.u-max-h-567px {
  max-height: 567px;
}

.u-max-h-xs-567px {
  max-height: 567px;
}

@media (min-width: 576px) {
  .u-max-h-sm-567px {
    max-height: 567px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-567px {
    max-height: 567px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-567px {
    max-height: 567px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-567px {
    max-height: 567px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-567px {
    max-height: 567px;
  }
}

.u-max-h-568px {
  max-height: 568px;
}

.u-max-h-xs-568px {
  max-height: 568px;
}

@media (min-width: 576px) {
  .u-max-h-sm-568px {
    max-height: 568px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-568px {
    max-height: 568px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-568px {
    max-height: 568px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-568px {
    max-height: 568px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-568px {
    max-height: 568px;
  }
}

.u-max-h-569px {
  max-height: 569px;
}

.u-max-h-xs-569px {
  max-height: 569px;
}

@media (min-width: 576px) {
  .u-max-h-sm-569px {
    max-height: 569px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-569px {
    max-height: 569px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-569px {
    max-height: 569px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-569px {
    max-height: 569px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-569px {
    max-height: 569px;
  }
}

.u-max-h-570px {
  max-height: 570px;
}

.u-max-h-xs-570px {
  max-height: 570px;
}

@media (min-width: 576px) {
  .u-max-h-sm-570px {
    max-height: 570px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-570px {
    max-height: 570px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-570px {
    max-height: 570px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-570px {
    max-height: 570px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-570px {
    max-height: 570px;
  }
}

.u-max-h-571px {
  max-height: 571px;
}

.u-max-h-xs-571px {
  max-height: 571px;
}

@media (min-width: 576px) {
  .u-max-h-sm-571px {
    max-height: 571px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-571px {
    max-height: 571px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-571px {
    max-height: 571px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-571px {
    max-height: 571px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-571px {
    max-height: 571px;
  }
}

.u-max-h-572px {
  max-height: 572px;
}

.u-max-h-xs-572px {
  max-height: 572px;
}

@media (min-width: 576px) {
  .u-max-h-sm-572px {
    max-height: 572px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-572px {
    max-height: 572px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-572px {
    max-height: 572px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-572px {
    max-height: 572px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-572px {
    max-height: 572px;
  }
}

.u-max-h-573px {
  max-height: 573px;
}

.u-max-h-xs-573px {
  max-height: 573px;
}

@media (min-width: 576px) {
  .u-max-h-sm-573px {
    max-height: 573px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-573px {
    max-height: 573px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-573px {
    max-height: 573px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-573px {
    max-height: 573px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-573px {
    max-height: 573px;
  }
}

.u-max-h-574px {
  max-height: 574px;
}

.u-max-h-xs-574px {
  max-height: 574px;
}

@media (min-width: 576px) {
  .u-max-h-sm-574px {
    max-height: 574px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-574px {
    max-height: 574px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-574px {
    max-height: 574px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-574px {
    max-height: 574px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-574px {
    max-height: 574px;
  }
}

.u-max-h-575px {
  max-height: 575px;
}

.u-max-h-xs-575px {
  max-height: 575px;
}

@media (min-width: 576px) {
  .u-max-h-sm-575px {
    max-height: 575px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-575px {
    max-height: 575px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-575px {
    max-height: 575px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-575px {
    max-height: 575px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-575px {
    max-height: 575px;
  }
}

.u-max-h-576px {
  max-height: 576px;
}

.u-max-h-xs-576px {
  max-height: 576px;
}

@media (min-width: 576px) {
  .u-max-h-sm-576px {
    max-height: 576px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-576px {
    max-height: 576px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-576px {
    max-height: 576px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-576px {
    max-height: 576px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-576px {
    max-height: 576px;
  }
}

.u-max-h-577px {
  max-height: 577px;
}

.u-max-h-xs-577px {
  max-height: 577px;
}

@media (min-width: 576px) {
  .u-max-h-sm-577px {
    max-height: 577px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-577px {
    max-height: 577px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-577px {
    max-height: 577px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-577px {
    max-height: 577px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-577px {
    max-height: 577px;
  }
}

.u-max-h-578px {
  max-height: 578px;
}

.u-max-h-xs-578px {
  max-height: 578px;
}

@media (min-width: 576px) {
  .u-max-h-sm-578px {
    max-height: 578px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-578px {
    max-height: 578px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-578px {
    max-height: 578px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-578px {
    max-height: 578px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-578px {
    max-height: 578px;
  }
}

.u-max-h-579px {
  max-height: 579px;
}

.u-max-h-xs-579px {
  max-height: 579px;
}

@media (min-width: 576px) {
  .u-max-h-sm-579px {
    max-height: 579px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-579px {
    max-height: 579px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-579px {
    max-height: 579px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-579px {
    max-height: 579px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-579px {
    max-height: 579px;
  }
}

.u-max-h-580px {
  max-height: 580px;
}

.u-max-h-xs-580px {
  max-height: 580px;
}

@media (min-width: 576px) {
  .u-max-h-sm-580px {
    max-height: 580px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-580px {
    max-height: 580px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-580px {
    max-height: 580px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-580px {
    max-height: 580px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-580px {
    max-height: 580px;
  }
}

.u-max-h-581px {
  max-height: 581px;
}

.u-max-h-xs-581px {
  max-height: 581px;
}

@media (min-width: 576px) {
  .u-max-h-sm-581px {
    max-height: 581px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-581px {
    max-height: 581px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-581px {
    max-height: 581px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-581px {
    max-height: 581px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-581px {
    max-height: 581px;
  }
}

.u-max-h-582px {
  max-height: 582px;
}

.u-max-h-xs-582px {
  max-height: 582px;
}

@media (min-width: 576px) {
  .u-max-h-sm-582px {
    max-height: 582px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-582px {
    max-height: 582px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-582px {
    max-height: 582px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-582px {
    max-height: 582px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-582px {
    max-height: 582px;
  }
}

.u-max-h-583px {
  max-height: 583px;
}

.u-max-h-xs-583px {
  max-height: 583px;
}

@media (min-width: 576px) {
  .u-max-h-sm-583px {
    max-height: 583px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-583px {
    max-height: 583px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-583px {
    max-height: 583px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-583px {
    max-height: 583px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-583px {
    max-height: 583px;
  }
}

.u-max-h-584px {
  max-height: 584px;
}

.u-max-h-xs-584px {
  max-height: 584px;
}

@media (min-width: 576px) {
  .u-max-h-sm-584px {
    max-height: 584px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-584px {
    max-height: 584px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-584px {
    max-height: 584px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-584px {
    max-height: 584px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-584px {
    max-height: 584px;
  }
}

.u-max-h-585px {
  max-height: 585px;
}

.u-max-h-xs-585px {
  max-height: 585px;
}

@media (min-width: 576px) {
  .u-max-h-sm-585px {
    max-height: 585px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-585px {
    max-height: 585px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-585px {
    max-height: 585px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-585px {
    max-height: 585px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-585px {
    max-height: 585px;
  }
}

.u-max-h-586px {
  max-height: 586px;
}

.u-max-h-xs-586px {
  max-height: 586px;
}

@media (min-width: 576px) {
  .u-max-h-sm-586px {
    max-height: 586px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-586px {
    max-height: 586px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-586px {
    max-height: 586px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-586px {
    max-height: 586px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-586px {
    max-height: 586px;
  }
}

.u-max-h-587px {
  max-height: 587px;
}

.u-max-h-xs-587px {
  max-height: 587px;
}

@media (min-width: 576px) {
  .u-max-h-sm-587px {
    max-height: 587px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-587px {
    max-height: 587px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-587px {
    max-height: 587px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-587px {
    max-height: 587px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-587px {
    max-height: 587px;
  }
}

.u-max-h-588px {
  max-height: 588px;
}

.u-max-h-xs-588px {
  max-height: 588px;
}

@media (min-width: 576px) {
  .u-max-h-sm-588px {
    max-height: 588px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-588px {
    max-height: 588px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-588px {
    max-height: 588px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-588px {
    max-height: 588px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-588px {
    max-height: 588px;
  }
}

.u-max-h-589px {
  max-height: 589px;
}

.u-max-h-xs-589px {
  max-height: 589px;
}

@media (min-width: 576px) {
  .u-max-h-sm-589px {
    max-height: 589px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-589px {
    max-height: 589px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-589px {
    max-height: 589px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-589px {
    max-height: 589px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-589px {
    max-height: 589px;
  }
}

.u-max-h-590px {
  max-height: 590px;
}

.u-max-h-xs-590px {
  max-height: 590px;
}

@media (min-width: 576px) {
  .u-max-h-sm-590px {
    max-height: 590px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-590px {
    max-height: 590px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-590px {
    max-height: 590px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-590px {
    max-height: 590px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-590px {
    max-height: 590px;
  }
}

.u-max-h-591px {
  max-height: 591px;
}

.u-max-h-xs-591px {
  max-height: 591px;
}

@media (min-width: 576px) {
  .u-max-h-sm-591px {
    max-height: 591px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-591px {
    max-height: 591px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-591px {
    max-height: 591px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-591px {
    max-height: 591px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-591px {
    max-height: 591px;
  }
}

.u-max-h-592px {
  max-height: 592px;
}

.u-max-h-xs-592px {
  max-height: 592px;
}

@media (min-width: 576px) {
  .u-max-h-sm-592px {
    max-height: 592px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-592px {
    max-height: 592px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-592px {
    max-height: 592px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-592px {
    max-height: 592px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-592px {
    max-height: 592px;
  }
}

.u-max-h-593px {
  max-height: 593px;
}

.u-max-h-xs-593px {
  max-height: 593px;
}

@media (min-width: 576px) {
  .u-max-h-sm-593px {
    max-height: 593px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-593px {
    max-height: 593px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-593px {
    max-height: 593px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-593px {
    max-height: 593px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-593px {
    max-height: 593px;
  }
}

.u-max-h-594px {
  max-height: 594px;
}

.u-max-h-xs-594px {
  max-height: 594px;
}

@media (min-width: 576px) {
  .u-max-h-sm-594px {
    max-height: 594px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-594px {
    max-height: 594px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-594px {
    max-height: 594px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-594px {
    max-height: 594px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-594px {
    max-height: 594px;
  }
}

.u-max-h-595px {
  max-height: 595px;
}

.u-max-h-xs-595px {
  max-height: 595px;
}

@media (min-width: 576px) {
  .u-max-h-sm-595px {
    max-height: 595px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-595px {
    max-height: 595px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-595px {
    max-height: 595px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-595px {
    max-height: 595px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-595px {
    max-height: 595px;
  }
}

.u-max-h-596px {
  max-height: 596px;
}

.u-max-h-xs-596px {
  max-height: 596px;
}

@media (min-width: 576px) {
  .u-max-h-sm-596px {
    max-height: 596px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-596px {
    max-height: 596px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-596px {
    max-height: 596px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-596px {
    max-height: 596px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-596px {
    max-height: 596px;
  }
}

.u-max-h-597px {
  max-height: 597px;
}

.u-max-h-xs-597px {
  max-height: 597px;
}

@media (min-width: 576px) {
  .u-max-h-sm-597px {
    max-height: 597px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-597px {
    max-height: 597px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-597px {
    max-height: 597px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-597px {
    max-height: 597px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-597px {
    max-height: 597px;
  }
}

.u-max-h-598px {
  max-height: 598px;
}

.u-max-h-xs-598px {
  max-height: 598px;
}

@media (min-width: 576px) {
  .u-max-h-sm-598px {
    max-height: 598px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-598px {
    max-height: 598px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-598px {
    max-height: 598px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-598px {
    max-height: 598px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-598px {
    max-height: 598px;
  }
}

.u-max-h-599px {
  max-height: 599px;
}

.u-max-h-xs-599px {
  max-height: 599px;
}

@media (min-width: 576px) {
  .u-max-h-sm-599px {
    max-height: 599px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-599px {
    max-height: 599px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-599px {
    max-height: 599px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-599px {
    max-height: 599px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-599px {
    max-height: 599px;
  }
}

.u-max-h-600px {
  max-height: 600px;
}

.u-max-h-xs-600px {
  max-height: 600px;
}

@media (min-width: 576px) {
  .u-max-h-sm-600px {
    max-height: 600px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-600px {
    max-height: 600px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-600px {
    max-height: 600px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-600px {
    max-height: 600px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-600px {
    max-height: 600px;
  }
}

.u-max-h-601px {
  max-height: 601px;
}

.u-max-h-xs-601px {
  max-height: 601px;
}

@media (min-width: 576px) {
  .u-max-h-sm-601px {
    max-height: 601px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-601px {
    max-height: 601px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-601px {
    max-height: 601px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-601px {
    max-height: 601px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-601px {
    max-height: 601px;
  }
}

.u-max-h-602px {
  max-height: 602px;
}

.u-max-h-xs-602px {
  max-height: 602px;
}

@media (min-width: 576px) {
  .u-max-h-sm-602px {
    max-height: 602px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-602px {
    max-height: 602px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-602px {
    max-height: 602px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-602px {
    max-height: 602px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-602px {
    max-height: 602px;
  }
}

.u-max-h-603px {
  max-height: 603px;
}

.u-max-h-xs-603px {
  max-height: 603px;
}

@media (min-width: 576px) {
  .u-max-h-sm-603px {
    max-height: 603px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-603px {
    max-height: 603px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-603px {
    max-height: 603px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-603px {
    max-height: 603px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-603px {
    max-height: 603px;
  }
}

.u-max-h-604px {
  max-height: 604px;
}

.u-max-h-xs-604px {
  max-height: 604px;
}

@media (min-width: 576px) {
  .u-max-h-sm-604px {
    max-height: 604px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-604px {
    max-height: 604px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-604px {
    max-height: 604px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-604px {
    max-height: 604px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-604px {
    max-height: 604px;
  }
}

.u-max-h-605px {
  max-height: 605px;
}

.u-max-h-xs-605px {
  max-height: 605px;
}

@media (min-width: 576px) {
  .u-max-h-sm-605px {
    max-height: 605px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-605px {
    max-height: 605px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-605px {
    max-height: 605px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-605px {
    max-height: 605px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-605px {
    max-height: 605px;
  }
}

.u-max-h-606px {
  max-height: 606px;
}

.u-max-h-xs-606px {
  max-height: 606px;
}

@media (min-width: 576px) {
  .u-max-h-sm-606px {
    max-height: 606px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-606px {
    max-height: 606px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-606px {
    max-height: 606px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-606px {
    max-height: 606px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-606px {
    max-height: 606px;
  }
}

.u-max-h-607px {
  max-height: 607px;
}

.u-max-h-xs-607px {
  max-height: 607px;
}

@media (min-width: 576px) {
  .u-max-h-sm-607px {
    max-height: 607px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-607px {
    max-height: 607px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-607px {
    max-height: 607px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-607px {
    max-height: 607px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-607px {
    max-height: 607px;
  }
}

.u-max-h-608px {
  max-height: 608px;
}

.u-max-h-xs-608px {
  max-height: 608px;
}

@media (min-width: 576px) {
  .u-max-h-sm-608px {
    max-height: 608px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-608px {
    max-height: 608px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-608px {
    max-height: 608px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-608px {
    max-height: 608px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-608px {
    max-height: 608px;
  }
}

.u-max-h-609px {
  max-height: 609px;
}

.u-max-h-xs-609px {
  max-height: 609px;
}

@media (min-width: 576px) {
  .u-max-h-sm-609px {
    max-height: 609px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-609px {
    max-height: 609px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-609px {
    max-height: 609px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-609px {
    max-height: 609px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-609px {
    max-height: 609px;
  }
}

.u-max-h-610px {
  max-height: 610px;
}

.u-max-h-xs-610px {
  max-height: 610px;
}

@media (min-width: 576px) {
  .u-max-h-sm-610px {
    max-height: 610px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-610px {
    max-height: 610px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-610px {
    max-height: 610px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-610px {
    max-height: 610px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-610px {
    max-height: 610px;
  }
}

.u-max-h-611px {
  max-height: 611px;
}

.u-max-h-xs-611px {
  max-height: 611px;
}

@media (min-width: 576px) {
  .u-max-h-sm-611px {
    max-height: 611px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-611px {
    max-height: 611px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-611px {
    max-height: 611px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-611px {
    max-height: 611px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-611px {
    max-height: 611px;
  }
}

.u-max-h-612px {
  max-height: 612px;
}

.u-max-h-xs-612px {
  max-height: 612px;
}

@media (min-width: 576px) {
  .u-max-h-sm-612px {
    max-height: 612px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-612px {
    max-height: 612px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-612px {
    max-height: 612px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-612px {
    max-height: 612px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-612px {
    max-height: 612px;
  }
}

.u-max-h-613px {
  max-height: 613px;
}

.u-max-h-xs-613px {
  max-height: 613px;
}

@media (min-width: 576px) {
  .u-max-h-sm-613px {
    max-height: 613px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-613px {
    max-height: 613px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-613px {
    max-height: 613px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-613px {
    max-height: 613px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-613px {
    max-height: 613px;
  }
}

.u-max-h-614px {
  max-height: 614px;
}

.u-max-h-xs-614px {
  max-height: 614px;
}

@media (min-width: 576px) {
  .u-max-h-sm-614px {
    max-height: 614px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-614px {
    max-height: 614px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-614px {
    max-height: 614px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-614px {
    max-height: 614px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-614px {
    max-height: 614px;
  }
}

.u-max-h-615px {
  max-height: 615px;
}

.u-max-h-xs-615px {
  max-height: 615px;
}

@media (min-width: 576px) {
  .u-max-h-sm-615px {
    max-height: 615px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-615px {
    max-height: 615px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-615px {
    max-height: 615px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-615px {
    max-height: 615px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-615px {
    max-height: 615px;
  }
}

.u-max-h-616px {
  max-height: 616px;
}

.u-max-h-xs-616px {
  max-height: 616px;
}

@media (min-width: 576px) {
  .u-max-h-sm-616px {
    max-height: 616px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-616px {
    max-height: 616px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-616px {
    max-height: 616px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-616px {
    max-height: 616px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-616px {
    max-height: 616px;
  }
}

.u-max-h-617px {
  max-height: 617px;
}

.u-max-h-xs-617px {
  max-height: 617px;
}

@media (min-width: 576px) {
  .u-max-h-sm-617px {
    max-height: 617px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-617px {
    max-height: 617px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-617px {
    max-height: 617px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-617px {
    max-height: 617px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-617px {
    max-height: 617px;
  }
}

.u-max-h-618px {
  max-height: 618px;
}

.u-max-h-xs-618px {
  max-height: 618px;
}

@media (min-width: 576px) {
  .u-max-h-sm-618px {
    max-height: 618px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-618px {
    max-height: 618px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-618px {
    max-height: 618px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-618px {
    max-height: 618px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-618px {
    max-height: 618px;
  }
}

.u-max-h-619px {
  max-height: 619px;
}

.u-max-h-xs-619px {
  max-height: 619px;
}

@media (min-width: 576px) {
  .u-max-h-sm-619px {
    max-height: 619px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-619px {
    max-height: 619px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-619px {
    max-height: 619px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-619px {
    max-height: 619px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-619px {
    max-height: 619px;
  }
}

.u-max-h-620px {
  max-height: 620px;
}

.u-max-h-xs-620px {
  max-height: 620px;
}

@media (min-width: 576px) {
  .u-max-h-sm-620px {
    max-height: 620px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-620px {
    max-height: 620px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-620px {
    max-height: 620px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-620px {
    max-height: 620px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-620px {
    max-height: 620px;
  }
}

.u-max-h-621px {
  max-height: 621px;
}

.u-max-h-xs-621px {
  max-height: 621px;
}

@media (min-width: 576px) {
  .u-max-h-sm-621px {
    max-height: 621px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-621px {
    max-height: 621px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-621px {
    max-height: 621px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-621px {
    max-height: 621px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-621px {
    max-height: 621px;
  }
}

.u-max-h-622px {
  max-height: 622px;
}

.u-max-h-xs-622px {
  max-height: 622px;
}

@media (min-width: 576px) {
  .u-max-h-sm-622px {
    max-height: 622px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-622px {
    max-height: 622px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-622px {
    max-height: 622px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-622px {
    max-height: 622px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-622px {
    max-height: 622px;
  }
}

.u-max-h-623px {
  max-height: 623px;
}

.u-max-h-xs-623px {
  max-height: 623px;
}

@media (min-width: 576px) {
  .u-max-h-sm-623px {
    max-height: 623px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-623px {
    max-height: 623px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-623px {
    max-height: 623px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-623px {
    max-height: 623px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-623px {
    max-height: 623px;
  }
}

.u-max-h-624px {
  max-height: 624px;
}

.u-max-h-xs-624px {
  max-height: 624px;
}

@media (min-width: 576px) {
  .u-max-h-sm-624px {
    max-height: 624px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-624px {
    max-height: 624px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-624px {
    max-height: 624px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-624px {
    max-height: 624px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-624px {
    max-height: 624px;
  }
}

.u-max-h-625px {
  max-height: 625px;
}

.u-max-h-xs-625px {
  max-height: 625px;
}

@media (min-width: 576px) {
  .u-max-h-sm-625px {
    max-height: 625px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-625px {
    max-height: 625px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-625px {
    max-height: 625px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-625px {
    max-height: 625px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-625px {
    max-height: 625px;
  }
}

.u-max-h-626px {
  max-height: 626px;
}

.u-max-h-xs-626px {
  max-height: 626px;
}

@media (min-width: 576px) {
  .u-max-h-sm-626px {
    max-height: 626px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-626px {
    max-height: 626px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-626px {
    max-height: 626px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-626px {
    max-height: 626px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-626px {
    max-height: 626px;
  }
}

.u-max-h-627px {
  max-height: 627px;
}

.u-max-h-xs-627px {
  max-height: 627px;
}

@media (min-width: 576px) {
  .u-max-h-sm-627px {
    max-height: 627px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-627px {
    max-height: 627px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-627px {
    max-height: 627px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-627px {
    max-height: 627px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-627px {
    max-height: 627px;
  }
}

.u-max-h-628px {
  max-height: 628px;
}

.u-max-h-xs-628px {
  max-height: 628px;
}

@media (min-width: 576px) {
  .u-max-h-sm-628px {
    max-height: 628px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-628px {
    max-height: 628px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-628px {
    max-height: 628px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-628px {
    max-height: 628px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-628px {
    max-height: 628px;
  }
}

.u-max-h-629px {
  max-height: 629px;
}

.u-max-h-xs-629px {
  max-height: 629px;
}

@media (min-width: 576px) {
  .u-max-h-sm-629px {
    max-height: 629px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-629px {
    max-height: 629px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-629px {
    max-height: 629px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-629px {
    max-height: 629px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-629px {
    max-height: 629px;
  }
}

.u-max-h-630px {
  max-height: 630px;
}

.u-max-h-xs-630px {
  max-height: 630px;
}

@media (min-width: 576px) {
  .u-max-h-sm-630px {
    max-height: 630px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-630px {
    max-height: 630px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-630px {
    max-height: 630px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-630px {
    max-height: 630px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-630px {
    max-height: 630px;
  }
}

.u-max-h-631px {
  max-height: 631px;
}

.u-max-h-xs-631px {
  max-height: 631px;
}

@media (min-width: 576px) {
  .u-max-h-sm-631px {
    max-height: 631px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-631px {
    max-height: 631px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-631px {
    max-height: 631px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-631px {
    max-height: 631px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-631px {
    max-height: 631px;
  }
}

.u-max-h-632px {
  max-height: 632px;
}

.u-max-h-xs-632px {
  max-height: 632px;
}

@media (min-width: 576px) {
  .u-max-h-sm-632px {
    max-height: 632px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-632px {
    max-height: 632px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-632px {
    max-height: 632px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-632px {
    max-height: 632px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-632px {
    max-height: 632px;
  }
}

.u-max-h-633px {
  max-height: 633px;
}

.u-max-h-xs-633px {
  max-height: 633px;
}

@media (min-width: 576px) {
  .u-max-h-sm-633px {
    max-height: 633px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-633px {
    max-height: 633px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-633px {
    max-height: 633px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-633px {
    max-height: 633px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-633px {
    max-height: 633px;
  }
}

.u-max-h-634px {
  max-height: 634px;
}

.u-max-h-xs-634px {
  max-height: 634px;
}

@media (min-width: 576px) {
  .u-max-h-sm-634px {
    max-height: 634px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-634px {
    max-height: 634px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-634px {
    max-height: 634px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-634px {
    max-height: 634px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-634px {
    max-height: 634px;
  }
}

.u-max-h-635px {
  max-height: 635px;
}

.u-max-h-xs-635px {
  max-height: 635px;
}

@media (min-width: 576px) {
  .u-max-h-sm-635px {
    max-height: 635px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-635px {
    max-height: 635px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-635px {
    max-height: 635px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-635px {
    max-height: 635px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-635px {
    max-height: 635px;
  }
}

.u-max-h-636px {
  max-height: 636px;
}

.u-max-h-xs-636px {
  max-height: 636px;
}

@media (min-width: 576px) {
  .u-max-h-sm-636px {
    max-height: 636px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-636px {
    max-height: 636px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-636px {
    max-height: 636px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-636px {
    max-height: 636px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-636px {
    max-height: 636px;
  }
}

.u-max-h-637px {
  max-height: 637px;
}

.u-max-h-xs-637px {
  max-height: 637px;
}

@media (min-width: 576px) {
  .u-max-h-sm-637px {
    max-height: 637px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-637px {
    max-height: 637px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-637px {
    max-height: 637px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-637px {
    max-height: 637px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-637px {
    max-height: 637px;
  }
}

.u-max-h-638px {
  max-height: 638px;
}

.u-max-h-xs-638px {
  max-height: 638px;
}

@media (min-width: 576px) {
  .u-max-h-sm-638px {
    max-height: 638px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-638px {
    max-height: 638px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-638px {
    max-height: 638px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-638px {
    max-height: 638px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-638px {
    max-height: 638px;
  }
}

.u-max-h-639px {
  max-height: 639px;
}

.u-max-h-xs-639px {
  max-height: 639px;
}

@media (min-width: 576px) {
  .u-max-h-sm-639px {
    max-height: 639px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-639px {
    max-height: 639px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-639px {
    max-height: 639px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-639px {
    max-height: 639px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-639px {
    max-height: 639px;
  }
}

.u-max-h-640px {
  max-height: 640px;
}

.u-max-h-xs-640px {
  max-height: 640px;
}

@media (min-width: 576px) {
  .u-max-h-sm-640px {
    max-height: 640px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-640px {
    max-height: 640px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-640px {
    max-height: 640px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-640px {
    max-height: 640px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-640px {
    max-height: 640px;
  }
}

.u-max-h-641px {
  max-height: 641px;
}

.u-max-h-xs-641px {
  max-height: 641px;
}

@media (min-width: 576px) {
  .u-max-h-sm-641px {
    max-height: 641px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-641px {
    max-height: 641px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-641px {
    max-height: 641px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-641px {
    max-height: 641px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-641px {
    max-height: 641px;
  }
}

.u-max-h-642px {
  max-height: 642px;
}

.u-max-h-xs-642px {
  max-height: 642px;
}

@media (min-width: 576px) {
  .u-max-h-sm-642px {
    max-height: 642px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-642px {
    max-height: 642px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-642px {
    max-height: 642px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-642px {
    max-height: 642px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-642px {
    max-height: 642px;
  }
}

.u-max-h-643px {
  max-height: 643px;
}

.u-max-h-xs-643px {
  max-height: 643px;
}

@media (min-width: 576px) {
  .u-max-h-sm-643px {
    max-height: 643px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-643px {
    max-height: 643px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-643px {
    max-height: 643px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-643px {
    max-height: 643px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-643px {
    max-height: 643px;
  }
}

.u-max-h-644px {
  max-height: 644px;
}

.u-max-h-xs-644px {
  max-height: 644px;
}

@media (min-width: 576px) {
  .u-max-h-sm-644px {
    max-height: 644px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-644px {
    max-height: 644px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-644px {
    max-height: 644px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-644px {
    max-height: 644px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-644px {
    max-height: 644px;
  }
}

.u-max-h-645px {
  max-height: 645px;
}

.u-max-h-xs-645px {
  max-height: 645px;
}

@media (min-width: 576px) {
  .u-max-h-sm-645px {
    max-height: 645px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-645px {
    max-height: 645px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-645px {
    max-height: 645px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-645px {
    max-height: 645px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-645px {
    max-height: 645px;
  }
}

.u-max-h-646px {
  max-height: 646px;
}

.u-max-h-xs-646px {
  max-height: 646px;
}

@media (min-width: 576px) {
  .u-max-h-sm-646px {
    max-height: 646px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-646px {
    max-height: 646px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-646px {
    max-height: 646px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-646px {
    max-height: 646px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-646px {
    max-height: 646px;
  }
}

.u-max-h-647px {
  max-height: 647px;
}

.u-max-h-xs-647px {
  max-height: 647px;
}

@media (min-width: 576px) {
  .u-max-h-sm-647px {
    max-height: 647px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-647px {
    max-height: 647px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-647px {
    max-height: 647px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-647px {
    max-height: 647px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-647px {
    max-height: 647px;
  }
}

.u-max-h-648px {
  max-height: 648px;
}

.u-max-h-xs-648px {
  max-height: 648px;
}

@media (min-width: 576px) {
  .u-max-h-sm-648px {
    max-height: 648px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-648px {
    max-height: 648px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-648px {
    max-height: 648px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-648px {
    max-height: 648px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-648px {
    max-height: 648px;
  }
}

.u-max-h-649px {
  max-height: 649px;
}

.u-max-h-xs-649px {
  max-height: 649px;
}

@media (min-width: 576px) {
  .u-max-h-sm-649px {
    max-height: 649px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-649px {
    max-height: 649px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-649px {
    max-height: 649px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-649px {
    max-height: 649px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-649px {
    max-height: 649px;
  }
}

.u-max-h-650px {
  max-height: 650px;
}

.u-max-h-xs-650px {
  max-height: 650px;
}

@media (min-width: 576px) {
  .u-max-h-sm-650px {
    max-height: 650px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-650px {
    max-height: 650px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-650px {
    max-height: 650px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-650px {
    max-height: 650px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-650px {
    max-height: 650px;
  }
}

.u-max-h-651px {
  max-height: 651px;
}

.u-max-h-xs-651px {
  max-height: 651px;
}

@media (min-width: 576px) {
  .u-max-h-sm-651px {
    max-height: 651px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-651px {
    max-height: 651px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-651px {
    max-height: 651px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-651px {
    max-height: 651px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-651px {
    max-height: 651px;
  }
}

.u-max-h-652px {
  max-height: 652px;
}

.u-max-h-xs-652px {
  max-height: 652px;
}

@media (min-width: 576px) {
  .u-max-h-sm-652px {
    max-height: 652px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-652px {
    max-height: 652px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-652px {
    max-height: 652px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-652px {
    max-height: 652px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-652px {
    max-height: 652px;
  }
}

.u-max-h-653px {
  max-height: 653px;
}

.u-max-h-xs-653px {
  max-height: 653px;
}

@media (min-width: 576px) {
  .u-max-h-sm-653px {
    max-height: 653px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-653px {
    max-height: 653px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-653px {
    max-height: 653px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-653px {
    max-height: 653px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-653px {
    max-height: 653px;
  }
}

.u-max-h-654px {
  max-height: 654px;
}

.u-max-h-xs-654px {
  max-height: 654px;
}

@media (min-width: 576px) {
  .u-max-h-sm-654px {
    max-height: 654px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-654px {
    max-height: 654px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-654px {
    max-height: 654px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-654px {
    max-height: 654px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-654px {
    max-height: 654px;
  }
}

.u-max-h-655px {
  max-height: 655px;
}

.u-max-h-xs-655px {
  max-height: 655px;
}

@media (min-width: 576px) {
  .u-max-h-sm-655px {
    max-height: 655px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-655px {
    max-height: 655px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-655px {
    max-height: 655px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-655px {
    max-height: 655px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-655px {
    max-height: 655px;
  }
}

.u-max-h-656px {
  max-height: 656px;
}

.u-max-h-xs-656px {
  max-height: 656px;
}

@media (min-width: 576px) {
  .u-max-h-sm-656px {
    max-height: 656px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-656px {
    max-height: 656px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-656px {
    max-height: 656px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-656px {
    max-height: 656px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-656px {
    max-height: 656px;
  }
}

.u-max-h-657px {
  max-height: 657px;
}

.u-max-h-xs-657px {
  max-height: 657px;
}

@media (min-width: 576px) {
  .u-max-h-sm-657px {
    max-height: 657px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-657px {
    max-height: 657px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-657px {
    max-height: 657px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-657px {
    max-height: 657px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-657px {
    max-height: 657px;
  }
}

.u-max-h-658px {
  max-height: 658px;
}

.u-max-h-xs-658px {
  max-height: 658px;
}

@media (min-width: 576px) {
  .u-max-h-sm-658px {
    max-height: 658px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-658px {
    max-height: 658px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-658px {
    max-height: 658px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-658px {
    max-height: 658px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-658px {
    max-height: 658px;
  }
}

.u-max-h-659px {
  max-height: 659px;
}

.u-max-h-xs-659px {
  max-height: 659px;
}

@media (min-width: 576px) {
  .u-max-h-sm-659px {
    max-height: 659px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-659px {
    max-height: 659px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-659px {
    max-height: 659px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-659px {
    max-height: 659px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-659px {
    max-height: 659px;
  }
}

.u-max-h-660px {
  max-height: 660px;
}

.u-max-h-xs-660px {
  max-height: 660px;
}

@media (min-width: 576px) {
  .u-max-h-sm-660px {
    max-height: 660px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-660px {
    max-height: 660px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-660px {
    max-height: 660px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-660px {
    max-height: 660px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-660px {
    max-height: 660px;
  }
}

.u-max-h-661px {
  max-height: 661px;
}

.u-max-h-xs-661px {
  max-height: 661px;
}

@media (min-width: 576px) {
  .u-max-h-sm-661px {
    max-height: 661px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-661px {
    max-height: 661px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-661px {
    max-height: 661px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-661px {
    max-height: 661px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-661px {
    max-height: 661px;
  }
}

.u-max-h-662px {
  max-height: 662px;
}

.u-max-h-xs-662px {
  max-height: 662px;
}

@media (min-width: 576px) {
  .u-max-h-sm-662px {
    max-height: 662px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-662px {
    max-height: 662px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-662px {
    max-height: 662px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-662px {
    max-height: 662px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-662px {
    max-height: 662px;
  }
}

.u-max-h-663px {
  max-height: 663px;
}

.u-max-h-xs-663px {
  max-height: 663px;
}

@media (min-width: 576px) {
  .u-max-h-sm-663px {
    max-height: 663px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-663px {
    max-height: 663px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-663px {
    max-height: 663px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-663px {
    max-height: 663px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-663px {
    max-height: 663px;
  }
}

.u-max-h-664px {
  max-height: 664px;
}

.u-max-h-xs-664px {
  max-height: 664px;
}

@media (min-width: 576px) {
  .u-max-h-sm-664px {
    max-height: 664px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-664px {
    max-height: 664px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-664px {
    max-height: 664px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-664px {
    max-height: 664px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-664px {
    max-height: 664px;
  }
}

.u-max-h-665px {
  max-height: 665px;
}

.u-max-h-xs-665px {
  max-height: 665px;
}

@media (min-width: 576px) {
  .u-max-h-sm-665px {
    max-height: 665px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-665px {
    max-height: 665px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-665px {
    max-height: 665px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-665px {
    max-height: 665px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-665px {
    max-height: 665px;
  }
}

.u-max-h-666px {
  max-height: 666px;
}

.u-max-h-xs-666px {
  max-height: 666px;
}

@media (min-width: 576px) {
  .u-max-h-sm-666px {
    max-height: 666px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-666px {
    max-height: 666px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-666px {
    max-height: 666px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-666px {
    max-height: 666px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-666px {
    max-height: 666px;
  }
}

.u-max-h-667px {
  max-height: 667px;
}

.u-max-h-xs-667px {
  max-height: 667px;
}

@media (min-width: 576px) {
  .u-max-h-sm-667px {
    max-height: 667px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-667px {
    max-height: 667px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-667px {
    max-height: 667px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-667px {
    max-height: 667px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-667px {
    max-height: 667px;
  }
}

.u-max-h-668px {
  max-height: 668px;
}

.u-max-h-xs-668px {
  max-height: 668px;
}

@media (min-width: 576px) {
  .u-max-h-sm-668px {
    max-height: 668px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-668px {
    max-height: 668px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-668px {
    max-height: 668px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-668px {
    max-height: 668px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-668px {
    max-height: 668px;
  }
}

.u-max-h-669px {
  max-height: 669px;
}

.u-max-h-xs-669px {
  max-height: 669px;
}

@media (min-width: 576px) {
  .u-max-h-sm-669px {
    max-height: 669px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-669px {
    max-height: 669px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-669px {
    max-height: 669px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-669px {
    max-height: 669px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-669px {
    max-height: 669px;
  }
}

.u-max-h-670px {
  max-height: 670px;
}

.u-max-h-xs-670px {
  max-height: 670px;
}

@media (min-width: 576px) {
  .u-max-h-sm-670px {
    max-height: 670px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-670px {
    max-height: 670px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-670px {
    max-height: 670px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-670px {
    max-height: 670px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-670px {
    max-height: 670px;
  }
}

.u-max-h-671px {
  max-height: 671px;
}

.u-max-h-xs-671px {
  max-height: 671px;
}

@media (min-width: 576px) {
  .u-max-h-sm-671px {
    max-height: 671px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-671px {
    max-height: 671px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-671px {
    max-height: 671px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-671px {
    max-height: 671px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-671px {
    max-height: 671px;
  }
}

.u-max-h-672px {
  max-height: 672px;
}

.u-max-h-xs-672px {
  max-height: 672px;
}

@media (min-width: 576px) {
  .u-max-h-sm-672px {
    max-height: 672px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-672px {
    max-height: 672px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-672px {
    max-height: 672px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-672px {
    max-height: 672px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-672px {
    max-height: 672px;
  }
}

.u-max-h-673px {
  max-height: 673px;
}

.u-max-h-xs-673px {
  max-height: 673px;
}

@media (min-width: 576px) {
  .u-max-h-sm-673px {
    max-height: 673px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-673px {
    max-height: 673px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-673px {
    max-height: 673px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-673px {
    max-height: 673px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-673px {
    max-height: 673px;
  }
}

.u-max-h-674px {
  max-height: 674px;
}

.u-max-h-xs-674px {
  max-height: 674px;
}

@media (min-width: 576px) {
  .u-max-h-sm-674px {
    max-height: 674px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-674px {
    max-height: 674px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-674px {
    max-height: 674px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-674px {
    max-height: 674px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-674px {
    max-height: 674px;
  }
}

.u-max-h-675px {
  max-height: 675px;
}

.u-max-h-xs-675px {
  max-height: 675px;
}

@media (min-width: 576px) {
  .u-max-h-sm-675px {
    max-height: 675px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-675px {
    max-height: 675px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-675px {
    max-height: 675px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-675px {
    max-height: 675px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-675px {
    max-height: 675px;
  }
}

.u-max-h-676px {
  max-height: 676px;
}

.u-max-h-xs-676px {
  max-height: 676px;
}

@media (min-width: 576px) {
  .u-max-h-sm-676px {
    max-height: 676px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-676px {
    max-height: 676px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-676px {
    max-height: 676px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-676px {
    max-height: 676px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-676px {
    max-height: 676px;
  }
}

.u-max-h-677px {
  max-height: 677px;
}

.u-max-h-xs-677px {
  max-height: 677px;
}

@media (min-width: 576px) {
  .u-max-h-sm-677px {
    max-height: 677px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-677px {
    max-height: 677px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-677px {
    max-height: 677px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-677px {
    max-height: 677px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-677px {
    max-height: 677px;
  }
}

.u-max-h-678px {
  max-height: 678px;
}

.u-max-h-xs-678px {
  max-height: 678px;
}

@media (min-width: 576px) {
  .u-max-h-sm-678px {
    max-height: 678px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-678px {
    max-height: 678px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-678px {
    max-height: 678px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-678px {
    max-height: 678px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-678px {
    max-height: 678px;
  }
}

.u-max-h-679px {
  max-height: 679px;
}

.u-max-h-xs-679px {
  max-height: 679px;
}

@media (min-width: 576px) {
  .u-max-h-sm-679px {
    max-height: 679px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-679px {
    max-height: 679px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-679px {
    max-height: 679px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-679px {
    max-height: 679px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-679px {
    max-height: 679px;
  }
}

.u-max-h-680px {
  max-height: 680px;
}

.u-max-h-xs-680px {
  max-height: 680px;
}

@media (min-width: 576px) {
  .u-max-h-sm-680px {
    max-height: 680px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-680px {
    max-height: 680px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-680px {
    max-height: 680px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-680px {
    max-height: 680px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-680px {
    max-height: 680px;
  }
}

.u-max-h-681px {
  max-height: 681px;
}

.u-max-h-xs-681px {
  max-height: 681px;
}

@media (min-width: 576px) {
  .u-max-h-sm-681px {
    max-height: 681px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-681px {
    max-height: 681px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-681px {
    max-height: 681px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-681px {
    max-height: 681px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-681px {
    max-height: 681px;
  }
}

.u-max-h-682px {
  max-height: 682px;
}

.u-max-h-xs-682px {
  max-height: 682px;
}

@media (min-width: 576px) {
  .u-max-h-sm-682px {
    max-height: 682px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-682px {
    max-height: 682px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-682px {
    max-height: 682px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-682px {
    max-height: 682px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-682px {
    max-height: 682px;
  }
}

.u-max-h-683px {
  max-height: 683px;
}

.u-max-h-xs-683px {
  max-height: 683px;
}

@media (min-width: 576px) {
  .u-max-h-sm-683px {
    max-height: 683px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-683px {
    max-height: 683px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-683px {
    max-height: 683px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-683px {
    max-height: 683px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-683px {
    max-height: 683px;
  }
}

.u-max-h-684px {
  max-height: 684px;
}

.u-max-h-xs-684px {
  max-height: 684px;
}

@media (min-width: 576px) {
  .u-max-h-sm-684px {
    max-height: 684px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-684px {
    max-height: 684px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-684px {
    max-height: 684px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-684px {
    max-height: 684px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-684px {
    max-height: 684px;
  }
}

.u-max-h-685px {
  max-height: 685px;
}

.u-max-h-xs-685px {
  max-height: 685px;
}

@media (min-width: 576px) {
  .u-max-h-sm-685px {
    max-height: 685px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-685px {
    max-height: 685px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-685px {
    max-height: 685px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-685px {
    max-height: 685px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-685px {
    max-height: 685px;
  }
}

.u-max-h-686px {
  max-height: 686px;
}

.u-max-h-xs-686px {
  max-height: 686px;
}

@media (min-width: 576px) {
  .u-max-h-sm-686px {
    max-height: 686px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-686px {
    max-height: 686px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-686px {
    max-height: 686px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-686px {
    max-height: 686px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-686px {
    max-height: 686px;
  }
}

.u-max-h-687px {
  max-height: 687px;
}

.u-max-h-xs-687px {
  max-height: 687px;
}

@media (min-width: 576px) {
  .u-max-h-sm-687px {
    max-height: 687px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-687px {
    max-height: 687px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-687px {
    max-height: 687px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-687px {
    max-height: 687px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-687px {
    max-height: 687px;
  }
}

.u-max-h-688px {
  max-height: 688px;
}

.u-max-h-xs-688px {
  max-height: 688px;
}

@media (min-width: 576px) {
  .u-max-h-sm-688px {
    max-height: 688px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-688px {
    max-height: 688px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-688px {
    max-height: 688px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-688px {
    max-height: 688px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-688px {
    max-height: 688px;
  }
}

.u-max-h-689px {
  max-height: 689px;
}

.u-max-h-xs-689px {
  max-height: 689px;
}

@media (min-width: 576px) {
  .u-max-h-sm-689px {
    max-height: 689px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-689px {
    max-height: 689px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-689px {
    max-height: 689px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-689px {
    max-height: 689px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-689px {
    max-height: 689px;
  }
}

.u-max-h-690px {
  max-height: 690px;
}

.u-max-h-xs-690px {
  max-height: 690px;
}

@media (min-width: 576px) {
  .u-max-h-sm-690px {
    max-height: 690px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-690px {
    max-height: 690px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-690px {
    max-height: 690px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-690px {
    max-height: 690px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-690px {
    max-height: 690px;
  }
}

.u-max-h-691px {
  max-height: 691px;
}

.u-max-h-xs-691px {
  max-height: 691px;
}

@media (min-width: 576px) {
  .u-max-h-sm-691px {
    max-height: 691px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-691px {
    max-height: 691px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-691px {
    max-height: 691px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-691px {
    max-height: 691px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-691px {
    max-height: 691px;
  }
}

.u-max-h-692px {
  max-height: 692px;
}

.u-max-h-xs-692px {
  max-height: 692px;
}

@media (min-width: 576px) {
  .u-max-h-sm-692px {
    max-height: 692px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-692px {
    max-height: 692px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-692px {
    max-height: 692px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-692px {
    max-height: 692px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-692px {
    max-height: 692px;
  }
}

.u-max-h-693px {
  max-height: 693px;
}

.u-max-h-xs-693px {
  max-height: 693px;
}

@media (min-width: 576px) {
  .u-max-h-sm-693px {
    max-height: 693px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-693px {
    max-height: 693px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-693px {
    max-height: 693px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-693px {
    max-height: 693px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-693px {
    max-height: 693px;
  }
}

.u-max-h-694px {
  max-height: 694px;
}

.u-max-h-xs-694px {
  max-height: 694px;
}

@media (min-width: 576px) {
  .u-max-h-sm-694px {
    max-height: 694px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-694px {
    max-height: 694px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-694px {
    max-height: 694px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-694px {
    max-height: 694px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-694px {
    max-height: 694px;
  }
}

.u-max-h-695px {
  max-height: 695px;
}

.u-max-h-xs-695px {
  max-height: 695px;
}

@media (min-width: 576px) {
  .u-max-h-sm-695px {
    max-height: 695px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-695px {
    max-height: 695px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-695px {
    max-height: 695px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-695px {
    max-height: 695px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-695px {
    max-height: 695px;
  }
}

.u-max-h-696px {
  max-height: 696px;
}

.u-max-h-xs-696px {
  max-height: 696px;
}

@media (min-width: 576px) {
  .u-max-h-sm-696px {
    max-height: 696px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-696px {
    max-height: 696px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-696px {
    max-height: 696px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-696px {
    max-height: 696px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-696px {
    max-height: 696px;
  }
}

.u-max-h-697px {
  max-height: 697px;
}

.u-max-h-xs-697px {
  max-height: 697px;
}

@media (min-width: 576px) {
  .u-max-h-sm-697px {
    max-height: 697px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-697px {
    max-height: 697px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-697px {
    max-height: 697px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-697px {
    max-height: 697px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-697px {
    max-height: 697px;
  }
}

.u-max-h-698px {
  max-height: 698px;
}

.u-max-h-xs-698px {
  max-height: 698px;
}

@media (min-width: 576px) {
  .u-max-h-sm-698px {
    max-height: 698px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-698px {
    max-height: 698px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-698px {
    max-height: 698px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-698px {
    max-height: 698px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-698px {
    max-height: 698px;
  }
}

.u-max-h-699px {
  max-height: 699px;
}

.u-max-h-xs-699px {
  max-height: 699px;
}

@media (min-width: 576px) {
  .u-max-h-sm-699px {
    max-height: 699px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-699px {
    max-height: 699px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-699px {
    max-height: 699px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-699px {
    max-height: 699px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-699px {
    max-height: 699px;
  }
}

.u-max-h-700px {
  max-height: 700px;
}

.u-max-h-xs-700px {
  max-height: 700px;
}

@media (min-width: 576px) {
  .u-max-h-sm-700px {
    max-height: 700px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-700px {
    max-height: 700px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-700px {
    max-height: 700px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-700px {
    max-height: 700px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-700px {
    max-height: 700px;
  }
}

.u-max-h-701px {
  max-height: 701px;
}

.u-max-h-xs-701px {
  max-height: 701px;
}

@media (min-width: 576px) {
  .u-max-h-sm-701px {
    max-height: 701px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-701px {
    max-height: 701px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-701px {
    max-height: 701px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-701px {
    max-height: 701px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-701px {
    max-height: 701px;
  }
}

.u-max-h-702px {
  max-height: 702px;
}

.u-max-h-xs-702px {
  max-height: 702px;
}

@media (min-width: 576px) {
  .u-max-h-sm-702px {
    max-height: 702px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-702px {
    max-height: 702px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-702px {
    max-height: 702px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-702px {
    max-height: 702px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-702px {
    max-height: 702px;
  }
}

.u-max-h-703px {
  max-height: 703px;
}

.u-max-h-xs-703px {
  max-height: 703px;
}

@media (min-width: 576px) {
  .u-max-h-sm-703px {
    max-height: 703px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-703px {
    max-height: 703px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-703px {
    max-height: 703px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-703px {
    max-height: 703px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-703px {
    max-height: 703px;
  }
}

.u-max-h-704px {
  max-height: 704px;
}

.u-max-h-xs-704px {
  max-height: 704px;
}

@media (min-width: 576px) {
  .u-max-h-sm-704px {
    max-height: 704px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-704px {
    max-height: 704px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-704px {
    max-height: 704px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-704px {
    max-height: 704px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-704px {
    max-height: 704px;
  }
}

.u-max-h-705px {
  max-height: 705px;
}

.u-max-h-xs-705px {
  max-height: 705px;
}

@media (min-width: 576px) {
  .u-max-h-sm-705px {
    max-height: 705px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-705px {
    max-height: 705px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-705px {
    max-height: 705px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-705px {
    max-height: 705px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-705px {
    max-height: 705px;
  }
}

.u-max-h-706px {
  max-height: 706px;
}

.u-max-h-xs-706px {
  max-height: 706px;
}

@media (min-width: 576px) {
  .u-max-h-sm-706px {
    max-height: 706px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-706px {
    max-height: 706px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-706px {
    max-height: 706px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-706px {
    max-height: 706px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-706px {
    max-height: 706px;
  }
}

.u-max-h-707px {
  max-height: 707px;
}

.u-max-h-xs-707px {
  max-height: 707px;
}

@media (min-width: 576px) {
  .u-max-h-sm-707px {
    max-height: 707px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-707px {
    max-height: 707px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-707px {
    max-height: 707px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-707px {
    max-height: 707px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-707px {
    max-height: 707px;
  }
}

.u-max-h-708px {
  max-height: 708px;
}

.u-max-h-xs-708px {
  max-height: 708px;
}

@media (min-width: 576px) {
  .u-max-h-sm-708px {
    max-height: 708px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-708px {
    max-height: 708px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-708px {
    max-height: 708px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-708px {
    max-height: 708px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-708px {
    max-height: 708px;
  }
}

.u-max-h-709px {
  max-height: 709px;
}

.u-max-h-xs-709px {
  max-height: 709px;
}

@media (min-width: 576px) {
  .u-max-h-sm-709px {
    max-height: 709px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-709px {
    max-height: 709px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-709px {
    max-height: 709px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-709px {
    max-height: 709px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-709px {
    max-height: 709px;
  }
}

.u-max-h-710px {
  max-height: 710px;
}

.u-max-h-xs-710px {
  max-height: 710px;
}

@media (min-width: 576px) {
  .u-max-h-sm-710px {
    max-height: 710px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-710px {
    max-height: 710px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-710px {
    max-height: 710px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-710px {
    max-height: 710px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-710px {
    max-height: 710px;
  }
}

.u-max-h-711px {
  max-height: 711px;
}

.u-max-h-xs-711px {
  max-height: 711px;
}

@media (min-width: 576px) {
  .u-max-h-sm-711px {
    max-height: 711px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-711px {
    max-height: 711px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-711px {
    max-height: 711px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-711px {
    max-height: 711px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-711px {
    max-height: 711px;
  }
}

.u-max-h-712px {
  max-height: 712px;
}

.u-max-h-xs-712px {
  max-height: 712px;
}

@media (min-width: 576px) {
  .u-max-h-sm-712px {
    max-height: 712px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-712px {
    max-height: 712px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-712px {
    max-height: 712px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-712px {
    max-height: 712px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-712px {
    max-height: 712px;
  }
}

.u-max-h-713px {
  max-height: 713px;
}

.u-max-h-xs-713px {
  max-height: 713px;
}

@media (min-width: 576px) {
  .u-max-h-sm-713px {
    max-height: 713px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-713px {
    max-height: 713px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-713px {
    max-height: 713px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-713px {
    max-height: 713px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-713px {
    max-height: 713px;
  }
}

.u-max-h-714px {
  max-height: 714px;
}

.u-max-h-xs-714px {
  max-height: 714px;
}

@media (min-width: 576px) {
  .u-max-h-sm-714px {
    max-height: 714px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-714px {
    max-height: 714px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-714px {
    max-height: 714px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-714px {
    max-height: 714px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-714px {
    max-height: 714px;
  }
}

.u-max-h-715px {
  max-height: 715px;
}

.u-max-h-xs-715px {
  max-height: 715px;
}

@media (min-width: 576px) {
  .u-max-h-sm-715px {
    max-height: 715px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-715px {
    max-height: 715px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-715px {
    max-height: 715px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-715px {
    max-height: 715px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-715px {
    max-height: 715px;
  }
}

.u-max-h-716px {
  max-height: 716px;
}

.u-max-h-xs-716px {
  max-height: 716px;
}

@media (min-width: 576px) {
  .u-max-h-sm-716px {
    max-height: 716px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-716px {
    max-height: 716px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-716px {
    max-height: 716px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-716px {
    max-height: 716px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-716px {
    max-height: 716px;
  }
}

.u-max-h-717px {
  max-height: 717px;
}

.u-max-h-xs-717px {
  max-height: 717px;
}

@media (min-width: 576px) {
  .u-max-h-sm-717px {
    max-height: 717px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-717px {
    max-height: 717px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-717px {
    max-height: 717px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-717px {
    max-height: 717px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-717px {
    max-height: 717px;
  }
}

.u-max-h-718px {
  max-height: 718px;
}

.u-max-h-xs-718px {
  max-height: 718px;
}

@media (min-width: 576px) {
  .u-max-h-sm-718px {
    max-height: 718px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-718px {
    max-height: 718px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-718px {
    max-height: 718px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-718px {
    max-height: 718px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-718px {
    max-height: 718px;
  }
}

.u-max-h-719px {
  max-height: 719px;
}

.u-max-h-xs-719px {
  max-height: 719px;
}

@media (min-width: 576px) {
  .u-max-h-sm-719px {
    max-height: 719px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-719px {
    max-height: 719px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-719px {
    max-height: 719px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-719px {
    max-height: 719px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-719px {
    max-height: 719px;
  }
}

.u-max-h-720px {
  max-height: 720px;
}

.u-max-h-xs-720px {
  max-height: 720px;
}

@media (min-width: 576px) {
  .u-max-h-sm-720px {
    max-height: 720px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-720px {
    max-height: 720px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-720px {
    max-height: 720px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-720px {
    max-height: 720px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-720px {
    max-height: 720px;
  }
}

.u-max-h-721px {
  max-height: 721px;
}

.u-max-h-xs-721px {
  max-height: 721px;
}

@media (min-width: 576px) {
  .u-max-h-sm-721px {
    max-height: 721px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-721px {
    max-height: 721px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-721px {
    max-height: 721px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-721px {
    max-height: 721px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-721px {
    max-height: 721px;
  }
}

.u-max-h-722px {
  max-height: 722px;
}

.u-max-h-xs-722px {
  max-height: 722px;
}

@media (min-width: 576px) {
  .u-max-h-sm-722px {
    max-height: 722px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-722px {
    max-height: 722px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-722px {
    max-height: 722px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-722px {
    max-height: 722px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-722px {
    max-height: 722px;
  }
}

.u-max-h-723px {
  max-height: 723px;
}

.u-max-h-xs-723px {
  max-height: 723px;
}

@media (min-width: 576px) {
  .u-max-h-sm-723px {
    max-height: 723px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-723px {
    max-height: 723px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-723px {
    max-height: 723px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-723px {
    max-height: 723px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-723px {
    max-height: 723px;
  }
}

.u-max-h-724px {
  max-height: 724px;
}

.u-max-h-xs-724px {
  max-height: 724px;
}

@media (min-width: 576px) {
  .u-max-h-sm-724px {
    max-height: 724px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-724px {
    max-height: 724px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-724px {
    max-height: 724px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-724px {
    max-height: 724px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-724px {
    max-height: 724px;
  }
}

.u-max-h-725px {
  max-height: 725px;
}

.u-max-h-xs-725px {
  max-height: 725px;
}

@media (min-width: 576px) {
  .u-max-h-sm-725px {
    max-height: 725px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-725px {
    max-height: 725px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-725px {
    max-height: 725px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-725px {
    max-height: 725px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-725px {
    max-height: 725px;
  }
}

.u-max-h-726px {
  max-height: 726px;
}

.u-max-h-xs-726px {
  max-height: 726px;
}

@media (min-width: 576px) {
  .u-max-h-sm-726px {
    max-height: 726px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-726px {
    max-height: 726px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-726px {
    max-height: 726px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-726px {
    max-height: 726px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-726px {
    max-height: 726px;
  }
}

.u-max-h-727px {
  max-height: 727px;
}

.u-max-h-xs-727px {
  max-height: 727px;
}

@media (min-width: 576px) {
  .u-max-h-sm-727px {
    max-height: 727px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-727px {
    max-height: 727px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-727px {
    max-height: 727px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-727px {
    max-height: 727px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-727px {
    max-height: 727px;
  }
}

.u-max-h-728px {
  max-height: 728px;
}

.u-max-h-xs-728px {
  max-height: 728px;
}

@media (min-width: 576px) {
  .u-max-h-sm-728px {
    max-height: 728px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-728px {
    max-height: 728px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-728px {
    max-height: 728px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-728px {
    max-height: 728px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-728px {
    max-height: 728px;
  }
}

.u-max-h-729px {
  max-height: 729px;
}

.u-max-h-xs-729px {
  max-height: 729px;
}

@media (min-width: 576px) {
  .u-max-h-sm-729px {
    max-height: 729px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-729px {
    max-height: 729px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-729px {
    max-height: 729px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-729px {
    max-height: 729px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-729px {
    max-height: 729px;
  }
}

.u-max-h-730px {
  max-height: 730px;
}

.u-max-h-xs-730px {
  max-height: 730px;
}

@media (min-width: 576px) {
  .u-max-h-sm-730px {
    max-height: 730px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-730px {
    max-height: 730px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-730px {
    max-height: 730px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-730px {
    max-height: 730px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-730px {
    max-height: 730px;
  }
}

.u-max-h-731px {
  max-height: 731px;
}

.u-max-h-xs-731px {
  max-height: 731px;
}

@media (min-width: 576px) {
  .u-max-h-sm-731px {
    max-height: 731px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-731px {
    max-height: 731px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-731px {
    max-height: 731px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-731px {
    max-height: 731px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-731px {
    max-height: 731px;
  }
}

.u-max-h-732px {
  max-height: 732px;
}

.u-max-h-xs-732px {
  max-height: 732px;
}

@media (min-width: 576px) {
  .u-max-h-sm-732px {
    max-height: 732px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-732px {
    max-height: 732px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-732px {
    max-height: 732px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-732px {
    max-height: 732px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-732px {
    max-height: 732px;
  }
}

.u-max-h-733px {
  max-height: 733px;
}

.u-max-h-xs-733px {
  max-height: 733px;
}

@media (min-width: 576px) {
  .u-max-h-sm-733px {
    max-height: 733px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-733px {
    max-height: 733px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-733px {
    max-height: 733px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-733px {
    max-height: 733px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-733px {
    max-height: 733px;
  }
}

.u-max-h-734px {
  max-height: 734px;
}

.u-max-h-xs-734px {
  max-height: 734px;
}

@media (min-width: 576px) {
  .u-max-h-sm-734px {
    max-height: 734px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-734px {
    max-height: 734px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-734px {
    max-height: 734px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-734px {
    max-height: 734px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-734px {
    max-height: 734px;
  }
}

.u-max-h-735px {
  max-height: 735px;
}

.u-max-h-xs-735px {
  max-height: 735px;
}

@media (min-width: 576px) {
  .u-max-h-sm-735px {
    max-height: 735px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-735px {
    max-height: 735px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-735px {
    max-height: 735px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-735px {
    max-height: 735px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-735px {
    max-height: 735px;
  }
}

.u-max-h-736px {
  max-height: 736px;
}

.u-max-h-xs-736px {
  max-height: 736px;
}

@media (min-width: 576px) {
  .u-max-h-sm-736px {
    max-height: 736px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-736px {
    max-height: 736px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-736px {
    max-height: 736px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-736px {
    max-height: 736px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-736px {
    max-height: 736px;
  }
}

.u-max-h-737px {
  max-height: 737px;
}

.u-max-h-xs-737px {
  max-height: 737px;
}

@media (min-width: 576px) {
  .u-max-h-sm-737px {
    max-height: 737px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-737px {
    max-height: 737px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-737px {
    max-height: 737px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-737px {
    max-height: 737px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-737px {
    max-height: 737px;
  }
}

.u-max-h-738px {
  max-height: 738px;
}

.u-max-h-xs-738px {
  max-height: 738px;
}

@media (min-width: 576px) {
  .u-max-h-sm-738px {
    max-height: 738px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-738px {
    max-height: 738px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-738px {
    max-height: 738px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-738px {
    max-height: 738px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-738px {
    max-height: 738px;
  }
}

.u-max-h-739px {
  max-height: 739px;
}

.u-max-h-xs-739px {
  max-height: 739px;
}

@media (min-width: 576px) {
  .u-max-h-sm-739px {
    max-height: 739px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-739px {
    max-height: 739px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-739px {
    max-height: 739px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-739px {
    max-height: 739px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-739px {
    max-height: 739px;
  }
}

.u-max-h-740px {
  max-height: 740px;
}

.u-max-h-xs-740px {
  max-height: 740px;
}

@media (min-width: 576px) {
  .u-max-h-sm-740px {
    max-height: 740px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-740px {
    max-height: 740px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-740px {
    max-height: 740px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-740px {
    max-height: 740px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-740px {
    max-height: 740px;
  }
}

.u-max-h-741px {
  max-height: 741px;
}

.u-max-h-xs-741px {
  max-height: 741px;
}

@media (min-width: 576px) {
  .u-max-h-sm-741px {
    max-height: 741px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-741px {
    max-height: 741px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-741px {
    max-height: 741px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-741px {
    max-height: 741px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-741px {
    max-height: 741px;
  }
}

.u-max-h-742px {
  max-height: 742px;
}

.u-max-h-xs-742px {
  max-height: 742px;
}

@media (min-width: 576px) {
  .u-max-h-sm-742px {
    max-height: 742px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-742px {
    max-height: 742px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-742px {
    max-height: 742px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-742px {
    max-height: 742px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-742px {
    max-height: 742px;
  }
}

.u-max-h-743px {
  max-height: 743px;
}

.u-max-h-xs-743px {
  max-height: 743px;
}

@media (min-width: 576px) {
  .u-max-h-sm-743px {
    max-height: 743px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-743px {
    max-height: 743px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-743px {
    max-height: 743px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-743px {
    max-height: 743px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-743px {
    max-height: 743px;
  }
}

.u-max-h-744px {
  max-height: 744px;
}

.u-max-h-xs-744px {
  max-height: 744px;
}

@media (min-width: 576px) {
  .u-max-h-sm-744px {
    max-height: 744px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-744px {
    max-height: 744px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-744px {
    max-height: 744px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-744px {
    max-height: 744px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-744px {
    max-height: 744px;
  }
}

.u-max-h-745px {
  max-height: 745px;
}

.u-max-h-xs-745px {
  max-height: 745px;
}

@media (min-width: 576px) {
  .u-max-h-sm-745px {
    max-height: 745px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-745px {
    max-height: 745px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-745px {
    max-height: 745px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-745px {
    max-height: 745px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-745px {
    max-height: 745px;
  }
}

.u-max-h-746px {
  max-height: 746px;
}

.u-max-h-xs-746px {
  max-height: 746px;
}

@media (min-width: 576px) {
  .u-max-h-sm-746px {
    max-height: 746px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-746px {
    max-height: 746px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-746px {
    max-height: 746px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-746px {
    max-height: 746px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-746px {
    max-height: 746px;
  }
}

.u-max-h-747px {
  max-height: 747px;
}

.u-max-h-xs-747px {
  max-height: 747px;
}

@media (min-width: 576px) {
  .u-max-h-sm-747px {
    max-height: 747px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-747px {
    max-height: 747px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-747px {
    max-height: 747px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-747px {
    max-height: 747px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-747px {
    max-height: 747px;
  }
}

.u-max-h-748px {
  max-height: 748px;
}

.u-max-h-xs-748px {
  max-height: 748px;
}

@media (min-width: 576px) {
  .u-max-h-sm-748px {
    max-height: 748px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-748px {
    max-height: 748px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-748px {
    max-height: 748px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-748px {
    max-height: 748px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-748px {
    max-height: 748px;
  }
}

.u-max-h-749px {
  max-height: 749px;
}

.u-max-h-xs-749px {
  max-height: 749px;
}

@media (min-width: 576px) {
  .u-max-h-sm-749px {
    max-height: 749px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-749px {
    max-height: 749px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-749px {
    max-height: 749px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-749px {
    max-height: 749px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-749px {
    max-height: 749px;
  }
}

.u-max-h-750px {
  max-height: 750px;
}

.u-max-h-xs-750px {
  max-height: 750px;
}

@media (min-width: 576px) {
  .u-max-h-sm-750px {
    max-height: 750px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-750px {
    max-height: 750px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-750px {
    max-height: 750px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-750px {
    max-height: 750px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-750px {
    max-height: 750px;
  }
}

.u-max-h-751px {
  max-height: 751px;
}

.u-max-h-xs-751px {
  max-height: 751px;
}

@media (min-width: 576px) {
  .u-max-h-sm-751px {
    max-height: 751px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-751px {
    max-height: 751px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-751px {
    max-height: 751px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-751px {
    max-height: 751px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-751px {
    max-height: 751px;
  }
}

.u-max-h-752px {
  max-height: 752px;
}

.u-max-h-xs-752px {
  max-height: 752px;
}

@media (min-width: 576px) {
  .u-max-h-sm-752px {
    max-height: 752px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-752px {
    max-height: 752px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-752px {
    max-height: 752px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-752px {
    max-height: 752px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-752px {
    max-height: 752px;
  }
}

.u-max-h-753px {
  max-height: 753px;
}

.u-max-h-xs-753px {
  max-height: 753px;
}

@media (min-width: 576px) {
  .u-max-h-sm-753px {
    max-height: 753px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-753px {
    max-height: 753px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-753px {
    max-height: 753px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-753px {
    max-height: 753px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-753px {
    max-height: 753px;
  }
}

.u-max-h-754px {
  max-height: 754px;
}

.u-max-h-xs-754px {
  max-height: 754px;
}

@media (min-width: 576px) {
  .u-max-h-sm-754px {
    max-height: 754px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-754px {
    max-height: 754px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-754px {
    max-height: 754px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-754px {
    max-height: 754px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-754px {
    max-height: 754px;
  }
}

.u-max-h-755px {
  max-height: 755px;
}

.u-max-h-xs-755px {
  max-height: 755px;
}

@media (min-width: 576px) {
  .u-max-h-sm-755px {
    max-height: 755px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-755px {
    max-height: 755px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-755px {
    max-height: 755px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-755px {
    max-height: 755px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-755px {
    max-height: 755px;
  }
}

.u-max-h-756px {
  max-height: 756px;
}

.u-max-h-xs-756px {
  max-height: 756px;
}

@media (min-width: 576px) {
  .u-max-h-sm-756px {
    max-height: 756px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-756px {
    max-height: 756px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-756px {
    max-height: 756px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-756px {
    max-height: 756px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-756px {
    max-height: 756px;
  }
}

.u-max-h-757px {
  max-height: 757px;
}

.u-max-h-xs-757px {
  max-height: 757px;
}

@media (min-width: 576px) {
  .u-max-h-sm-757px {
    max-height: 757px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-757px {
    max-height: 757px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-757px {
    max-height: 757px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-757px {
    max-height: 757px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-757px {
    max-height: 757px;
  }
}

.u-max-h-758px {
  max-height: 758px;
}

.u-max-h-xs-758px {
  max-height: 758px;
}

@media (min-width: 576px) {
  .u-max-h-sm-758px {
    max-height: 758px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-758px {
    max-height: 758px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-758px {
    max-height: 758px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-758px {
    max-height: 758px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-758px {
    max-height: 758px;
  }
}

.u-max-h-759px {
  max-height: 759px;
}

.u-max-h-xs-759px {
  max-height: 759px;
}

@media (min-width: 576px) {
  .u-max-h-sm-759px {
    max-height: 759px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-759px {
    max-height: 759px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-759px {
    max-height: 759px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-759px {
    max-height: 759px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-759px {
    max-height: 759px;
  }
}

.u-max-h-760px {
  max-height: 760px;
}

.u-max-h-xs-760px {
  max-height: 760px;
}

@media (min-width: 576px) {
  .u-max-h-sm-760px {
    max-height: 760px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-760px {
    max-height: 760px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-760px {
    max-height: 760px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-760px {
    max-height: 760px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-760px {
    max-height: 760px;
  }
}

.u-max-h-761px {
  max-height: 761px;
}

.u-max-h-xs-761px {
  max-height: 761px;
}

@media (min-width: 576px) {
  .u-max-h-sm-761px {
    max-height: 761px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-761px {
    max-height: 761px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-761px {
    max-height: 761px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-761px {
    max-height: 761px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-761px {
    max-height: 761px;
  }
}

.u-max-h-762px {
  max-height: 762px;
}

.u-max-h-xs-762px {
  max-height: 762px;
}

@media (min-width: 576px) {
  .u-max-h-sm-762px {
    max-height: 762px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-762px {
    max-height: 762px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-762px {
    max-height: 762px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-762px {
    max-height: 762px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-762px {
    max-height: 762px;
  }
}

.u-max-h-763px {
  max-height: 763px;
}

.u-max-h-xs-763px {
  max-height: 763px;
}

@media (min-width: 576px) {
  .u-max-h-sm-763px {
    max-height: 763px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-763px {
    max-height: 763px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-763px {
    max-height: 763px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-763px {
    max-height: 763px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-763px {
    max-height: 763px;
  }
}

.u-max-h-764px {
  max-height: 764px;
}

.u-max-h-xs-764px {
  max-height: 764px;
}

@media (min-width: 576px) {
  .u-max-h-sm-764px {
    max-height: 764px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-764px {
    max-height: 764px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-764px {
    max-height: 764px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-764px {
    max-height: 764px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-764px {
    max-height: 764px;
  }
}

.u-max-h-765px {
  max-height: 765px;
}

.u-max-h-xs-765px {
  max-height: 765px;
}

@media (min-width: 576px) {
  .u-max-h-sm-765px {
    max-height: 765px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-765px {
    max-height: 765px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-765px {
    max-height: 765px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-765px {
    max-height: 765px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-765px {
    max-height: 765px;
  }
}

.u-max-h-766px {
  max-height: 766px;
}

.u-max-h-xs-766px {
  max-height: 766px;
}

@media (min-width: 576px) {
  .u-max-h-sm-766px {
    max-height: 766px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-766px {
    max-height: 766px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-766px {
    max-height: 766px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-766px {
    max-height: 766px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-766px {
    max-height: 766px;
  }
}

.u-max-h-767px {
  max-height: 767px;
}

.u-max-h-xs-767px {
  max-height: 767px;
}

@media (min-width: 576px) {
  .u-max-h-sm-767px {
    max-height: 767px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-767px {
    max-height: 767px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-767px {
    max-height: 767px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-767px {
    max-height: 767px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-767px {
    max-height: 767px;
  }
}

.u-max-h-768px {
  max-height: 768px;
}

.u-max-h-xs-768px {
  max-height: 768px;
}

@media (min-width: 576px) {
  .u-max-h-sm-768px {
    max-height: 768px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-768px {
    max-height: 768px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-768px {
    max-height: 768px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-768px {
    max-height: 768px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-768px {
    max-height: 768px;
  }
}

.u-max-h-769px {
  max-height: 769px;
}

.u-max-h-xs-769px {
  max-height: 769px;
}

@media (min-width: 576px) {
  .u-max-h-sm-769px {
    max-height: 769px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-769px {
    max-height: 769px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-769px {
    max-height: 769px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-769px {
    max-height: 769px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-769px {
    max-height: 769px;
  }
}

.u-max-h-770px {
  max-height: 770px;
}

.u-max-h-xs-770px {
  max-height: 770px;
}

@media (min-width: 576px) {
  .u-max-h-sm-770px {
    max-height: 770px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-770px {
    max-height: 770px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-770px {
    max-height: 770px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-770px {
    max-height: 770px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-770px {
    max-height: 770px;
  }
}

.u-max-h-771px {
  max-height: 771px;
}

.u-max-h-xs-771px {
  max-height: 771px;
}

@media (min-width: 576px) {
  .u-max-h-sm-771px {
    max-height: 771px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-771px {
    max-height: 771px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-771px {
    max-height: 771px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-771px {
    max-height: 771px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-771px {
    max-height: 771px;
  }
}

.u-max-h-772px {
  max-height: 772px;
}

.u-max-h-xs-772px {
  max-height: 772px;
}

@media (min-width: 576px) {
  .u-max-h-sm-772px {
    max-height: 772px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-772px {
    max-height: 772px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-772px {
    max-height: 772px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-772px {
    max-height: 772px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-772px {
    max-height: 772px;
  }
}

.u-max-h-773px {
  max-height: 773px;
}

.u-max-h-xs-773px {
  max-height: 773px;
}

@media (min-width: 576px) {
  .u-max-h-sm-773px {
    max-height: 773px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-773px {
    max-height: 773px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-773px {
    max-height: 773px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-773px {
    max-height: 773px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-773px {
    max-height: 773px;
  }
}

.u-max-h-774px {
  max-height: 774px;
}

.u-max-h-xs-774px {
  max-height: 774px;
}

@media (min-width: 576px) {
  .u-max-h-sm-774px {
    max-height: 774px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-774px {
    max-height: 774px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-774px {
    max-height: 774px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-774px {
    max-height: 774px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-774px {
    max-height: 774px;
  }
}

.u-max-h-775px {
  max-height: 775px;
}

.u-max-h-xs-775px {
  max-height: 775px;
}

@media (min-width: 576px) {
  .u-max-h-sm-775px {
    max-height: 775px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-775px {
    max-height: 775px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-775px {
    max-height: 775px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-775px {
    max-height: 775px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-775px {
    max-height: 775px;
  }
}

.u-max-h-776px {
  max-height: 776px;
}

.u-max-h-xs-776px {
  max-height: 776px;
}

@media (min-width: 576px) {
  .u-max-h-sm-776px {
    max-height: 776px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-776px {
    max-height: 776px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-776px {
    max-height: 776px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-776px {
    max-height: 776px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-776px {
    max-height: 776px;
  }
}

.u-max-h-777px {
  max-height: 777px;
}

.u-max-h-xs-777px {
  max-height: 777px;
}

@media (min-width: 576px) {
  .u-max-h-sm-777px {
    max-height: 777px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-777px {
    max-height: 777px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-777px {
    max-height: 777px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-777px {
    max-height: 777px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-777px {
    max-height: 777px;
  }
}

.u-max-h-778px {
  max-height: 778px;
}

.u-max-h-xs-778px {
  max-height: 778px;
}

@media (min-width: 576px) {
  .u-max-h-sm-778px {
    max-height: 778px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-778px {
    max-height: 778px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-778px {
    max-height: 778px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-778px {
    max-height: 778px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-778px {
    max-height: 778px;
  }
}

.u-max-h-779px {
  max-height: 779px;
}

.u-max-h-xs-779px {
  max-height: 779px;
}

@media (min-width: 576px) {
  .u-max-h-sm-779px {
    max-height: 779px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-779px {
    max-height: 779px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-779px {
    max-height: 779px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-779px {
    max-height: 779px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-779px {
    max-height: 779px;
  }
}

.u-max-h-780px {
  max-height: 780px;
}

.u-max-h-xs-780px {
  max-height: 780px;
}

@media (min-width: 576px) {
  .u-max-h-sm-780px {
    max-height: 780px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-780px {
    max-height: 780px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-780px {
    max-height: 780px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-780px {
    max-height: 780px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-780px {
    max-height: 780px;
  }
}

.u-max-h-781px {
  max-height: 781px;
}

.u-max-h-xs-781px {
  max-height: 781px;
}

@media (min-width: 576px) {
  .u-max-h-sm-781px {
    max-height: 781px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-781px {
    max-height: 781px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-781px {
    max-height: 781px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-781px {
    max-height: 781px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-781px {
    max-height: 781px;
  }
}

.u-max-h-782px {
  max-height: 782px;
}

.u-max-h-xs-782px {
  max-height: 782px;
}

@media (min-width: 576px) {
  .u-max-h-sm-782px {
    max-height: 782px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-782px {
    max-height: 782px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-782px {
    max-height: 782px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-782px {
    max-height: 782px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-782px {
    max-height: 782px;
  }
}

.u-max-h-783px {
  max-height: 783px;
}

.u-max-h-xs-783px {
  max-height: 783px;
}

@media (min-width: 576px) {
  .u-max-h-sm-783px {
    max-height: 783px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-783px {
    max-height: 783px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-783px {
    max-height: 783px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-783px {
    max-height: 783px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-783px {
    max-height: 783px;
  }
}

.u-max-h-784px {
  max-height: 784px;
}

.u-max-h-xs-784px {
  max-height: 784px;
}

@media (min-width: 576px) {
  .u-max-h-sm-784px {
    max-height: 784px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-784px {
    max-height: 784px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-784px {
    max-height: 784px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-784px {
    max-height: 784px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-784px {
    max-height: 784px;
  }
}

.u-max-h-785px {
  max-height: 785px;
}

.u-max-h-xs-785px {
  max-height: 785px;
}

@media (min-width: 576px) {
  .u-max-h-sm-785px {
    max-height: 785px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-785px {
    max-height: 785px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-785px {
    max-height: 785px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-785px {
    max-height: 785px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-785px {
    max-height: 785px;
  }
}

.u-max-h-786px {
  max-height: 786px;
}

.u-max-h-xs-786px {
  max-height: 786px;
}

@media (min-width: 576px) {
  .u-max-h-sm-786px {
    max-height: 786px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-786px {
    max-height: 786px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-786px {
    max-height: 786px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-786px {
    max-height: 786px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-786px {
    max-height: 786px;
  }
}

.u-max-h-787px {
  max-height: 787px;
}

.u-max-h-xs-787px {
  max-height: 787px;
}

@media (min-width: 576px) {
  .u-max-h-sm-787px {
    max-height: 787px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-787px {
    max-height: 787px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-787px {
    max-height: 787px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-787px {
    max-height: 787px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-787px {
    max-height: 787px;
  }
}

.u-max-h-788px {
  max-height: 788px;
}

.u-max-h-xs-788px {
  max-height: 788px;
}

@media (min-width: 576px) {
  .u-max-h-sm-788px {
    max-height: 788px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-788px {
    max-height: 788px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-788px {
    max-height: 788px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-788px {
    max-height: 788px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-788px {
    max-height: 788px;
  }
}

.u-max-h-789px {
  max-height: 789px;
}

.u-max-h-xs-789px {
  max-height: 789px;
}

@media (min-width: 576px) {
  .u-max-h-sm-789px {
    max-height: 789px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-789px {
    max-height: 789px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-789px {
    max-height: 789px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-789px {
    max-height: 789px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-789px {
    max-height: 789px;
  }
}

.u-max-h-790px {
  max-height: 790px;
}

.u-max-h-xs-790px {
  max-height: 790px;
}

@media (min-width: 576px) {
  .u-max-h-sm-790px {
    max-height: 790px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-790px {
    max-height: 790px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-790px {
    max-height: 790px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-790px {
    max-height: 790px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-790px {
    max-height: 790px;
  }
}

.u-max-h-791px {
  max-height: 791px;
}

.u-max-h-xs-791px {
  max-height: 791px;
}

@media (min-width: 576px) {
  .u-max-h-sm-791px {
    max-height: 791px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-791px {
    max-height: 791px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-791px {
    max-height: 791px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-791px {
    max-height: 791px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-791px {
    max-height: 791px;
  }
}

.u-max-h-792px {
  max-height: 792px;
}

.u-max-h-xs-792px {
  max-height: 792px;
}

@media (min-width: 576px) {
  .u-max-h-sm-792px {
    max-height: 792px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-792px {
    max-height: 792px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-792px {
    max-height: 792px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-792px {
    max-height: 792px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-792px {
    max-height: 792px;
  }
}

.u-max-h-793px {
  max-height: 793px;
}

.u-max-h-xs-793px {
  max-height: 793px;
}

@media (min-width: 576px) {
  .u-max-h-sm-793px {
    max-height: 793px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-793px {
    max-height: 793px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-793px {
    max-height: 793px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-793px {
    max-height: 793px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-793px {
    max-height: 793px;
  }
}

.u-max-h-794px {
  max-height: 794px;
}

.u-max-h-xs-794px {
  max-height: 794px;
}

@media (min-width: 576px) {
  .u-max-h-sm-794px {
    max-height: 794px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-794px {
    max-height: 794px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-794px {
    max-height: 794px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-794px {
    max-height: 794px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-794px {
    max-height: 794px;
  }
}

.u-max-h-795px {
  max-height: 795px;
}

.u-max-h-xs-795px {
  max-height: 795px;
}

@media (min-width: 576px) {
  .u-max-h-sm-795px {
    max-height: 795px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-795px {
    max-height: 795px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-795px {
    max-height: 795px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-795px {
    max-height: 795px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-795px {
    max-height: 795px;
  }
}

.u-max-h-796px {
  max-height: 796px;
}

.u-max-h-xs-796px {
  max-height: 796px;
}

@media (min-width: 576px) {
  .u-max-h-sm-796px {
    max-height: 796px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-796px {
    max-height: 796px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-796px {
    max-height: 796px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-796px {
    max-height: 796px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-796px {
    max-height: 796px;
  }
}

.u-max-h-797px {
  max-height: 797px;
}

.u-max-h-xs-797px {
  max-height: 797px;
}

@media (min-width: 576px) {
  .u-max-h-sm-797px {
    max-height: 797px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-797px {
    max-height: 797px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-797px {
    max-height: 797px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-797px {
    max-height: 797px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-797px {
    max-height: 797px;
  }
}

.u-max-h-798px {
  max-height: 798px;
}

.u-max-h-xs-798px {
  max-height: 798px;
}

@media (min-width: 576px) {
  .u-max-h-sm-798px {
    max-height: 798px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-798px {
    max-height: 798px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-798px {
    max-height: 798px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-798px {
    max-height: 798px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-798px {
    max-height: 798px;
  }
}

.u-max-h-799px {
  max-height: 799px;
}

.u-max-h-xs-799px {
  max-height: 799px;
}

@media (min-width: 576px) {
  .u-max-h-sm-799px {
    max-height: 799px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-799px {
    max-height: 799px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-799px {
    max-height: 799px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-799px {
    max-height: 799px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-799px {
    max-height: 799px;
  }
}

.u-max-h-800px {
  max-height: 800px;
}

.u-max-h-xs-800px {
  max-height: 800px;
}

@media (min-width: 576px) {
  .u-max-h-sm-800px {
    max-height: 800px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-800px {
    max-height: 800px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-800px {
    max-height: 800px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-800px {
    max-height: 800px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-800px {
    max-height: 800px;
  }
}

.u-max-h-801px {
  max-height: 801px;
}

.u-max-h-xs-801px {
  max-height: 801px;
}

@media (min-width: 576px) {
  .u-max-h-sm-801px {
    max-height: 801px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-801px {
    max-height: 801px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-801px {
    max-height: 801px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-801px {
    max-height: 801px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-801px {
    max-height: 801px;
  }
}

.u-max-h-802px {
  max-height: 802px;
}

.u-max-h-xs-802px {
  max-height: 802px;
}

@media (min-width: 576px) {
  .u-max-h-sm-802px {
    max-height: 802px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-802px {
    max-height: 802px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-802px {
    max-height: 802px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-802px {
    max-height: 802px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-802px {
    max-height: 802px;
  }
}

.u-max-h-803px {
  max-height: 803px;
}

.u-max-h-xs-803px {
  max-height: 803px;
}

@media (min-width: 576px) {
  .u-max-h-sm-803px {
    max-height: 803px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-803px {
    max-height: 803px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-803px {
    max-height: 803px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-803px {
    max-height: 803px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-803px {
    max-height: 803px;
  }
}

.u-max-h-804px {
  max-height: 804px;
}

.u-max-h-xs-804px {
  max-height: 804px;
}

@media (min-width: 576px) {
  .u-max-h-sm-804px {
    max-height: 804px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-804px {
    max-height: 804px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-804px {
    max-height: 804px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-804px {
    max-height: 804px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-804px {
    max-height: 804px;
  }
}

.u-max-h-805px {
  max-height: 805px;
}

.u-max-h-xs-805px {
  max-height: 805px;
}

@media (min-width: 576px) {
  .u-max-h-sm-805px {
    max-height: 805px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-805px {
    max-height: 805px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-805px {
    max-height: 805px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-805px {
    max-height: 805px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-805px {
    max-height: 805px;
  }
}

.u-max-h-806px {
  max-height: 806px;
}

.u-max-h-xs-806px {
  max-height: 806px;
}

@media (min-width: 576px) {
  .u-max-h-sm-806px {
    max-height: 806px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-806px {
    max-height: 806px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-806px {
    max-height: 806px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-806px {
    max-height: 806px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-806px {
    max-height: 806px;
  }
}

.u-max-h-807px {
  max-height: 807px;
}

.u-max-h-xs-807px {
  max-height: 807px;
}

@media (min-width: 576px) {
  .u-max-h-sm-807px {
    max-height: 807px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-807px {
    max-height: 807px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-807px {
    max-height: 807px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-807px {
    max-height: 807px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-807px {
    max-height: 807px;
  }
}

.u-max-h-808px {
  max-height: 808px;
}

.u-max-h-xs-808px {
  max-height: 808px;
}

@media (min-width: 576px) {
  .u-max-h-sm-808px {
    max-height: 808px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-808px {
    max-height: 808px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-808px {
    max-height: 808px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-808px {
    max-height: 808px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-808px {
    max-height: 808px;
  }
}

.u-max-h-809px {
  max-height: 809px;
}

.u-max-h-xs-809px {
  max-height: 809px;
}

@media (min-width: 576px) {
  .u-max-h-sm-809px {
    max-height: 809px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-809px {
    max-height: 809px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-809px {
    max-height: 809px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-809px {
    max-height: 809px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-809px {
    max-height: 809px;
  }
}

.u-max-h-810px {
  max-height: 810px;
}

.u-max-h-xs-810px {
  max-height: 810px;
}

@media (min-width: 576px) {
  .u-max-h-sm-810px {
    max-height: 810px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-810px {
    max-height: 810px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-810px {
    max-height: 810px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-810px {
    max-height: 810px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-810px {
    max-height: 810px;
  }
}

.u-max-h-811px {
  max-height: 811px;
}

.u-max-h-xs-811px {
  max-height: 811px;
}

@media (min-width: 576px) {
  .u-max-h-sm-811px {
    max-height: 811px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-811px {
    max-height: 811px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-811px {
    max-height: 811px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-811px {
    max-height: 811px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-811px {
    max-height: 811px;
  }
}

.u-max-h-812px {
  max-height: 812px;
}

.u-max-h-xs-812px {
  max-height: 812px;
}

@media (min-width: 576px) {
  .u-max-h-sm-812px {
    max-height: 812px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-812px {
    max-height: 812px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-812px {
    max-height: 812px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-812px {
    max-height: 812px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-812px {
    max-height: 812px;
  }
}

.u-max-h-813px {
  max-height: 813px;
}

.u-max-h-xs-813px {
  max-height: 813px;
}

@media (min-width: 576px) {
  .u-max-h-sm-813px {
    max-height: 813px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-813px {
    max-height: 813px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-813px {
    max-height: 813px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-813px {
    max-height: 813px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-813px {
    max-height: 813px;
  }
}

.u-max-h-814px {
  max-height: 814px;
}

.u-max-h-xs-814px {
  max-height: 814px;
}

@media (min-width: 576px) {
  .u-max-h-sm-814px {
    max-height: 814px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-814px {
    max-height: 814px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-814px {
    max-height: 814px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-814px {
    max-height: 814px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-814px {
    max-height: 814px;
  }
}

.u-max-h-815px {
  max-height: 815px;
}

.u-max-h-xs-815px {
  max-height: 815px;
}

@media (min-width: 576px) {
  .u-max-h-sm-815px {
    max-height: 815px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-815px {
    max-height: 815px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-815px {
    max-height: 815px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-815px {
    max-height: 815px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-815px {
    max-height: 815px;
  }
}

.u-max-h-816px {
  max-height: 816px;
}

.u-max-h-xs-816px {
  max-height: 816px;
}

@media (min-width: 576px) {
  .u-max-h-sm-816px {
    max-height: 816px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-816px {
    max-height: 816px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-816px {
    max-height: 816px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-816px {
    max-height: 816px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-816px {
    max-height: 816px;
  }
}

.u-max-h-817px {
  max-height: 817px;
}

.u-max-h-xs-817px {
  max-height: 817px;
}

@media (min-width: 576px) {
  .u-max-h-sm-817px {
    max-height: 817px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-817px {
    max-height: 817px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-817px {
    max-height: 817px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-817px {
    max-height: 817px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-817px {
    max-height: 817px;
  }
}

.u-max-h-818px {
  max-height: 818px;
}

.u-max-h-xs-818px {
  max-height: 818px;
}

@media (min-width: 576px) {
  .u-max-h-sm-818px {
    max-height: 818px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-818px {
    max-height: 818px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-818px {
    max-height: 818px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-818px {
    max-height: 818px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-818px {
    max-height: 818px;
  }
}

.u-max-h-819px {
  max-height: 819px;
}

.u-max-h-xs-819px {
  max-height: 819px;
}

@media (min-width: 576px) {
  .u-max-h-sm-819px {
    max-height: 819px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-819px {
    max-height: 819px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-819px {
    max-height: 819px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-819px {
    max-height: 819px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-819px {
    max-height: 819px;
  }
}

.u-max-h-820px {
  max-height: 820px;
}

.u-max-h-xs-820px {
  max-height: 820px;
}

@media (min-width: 576px) {
  .u-max-h-sm-820px {
    max-height: 820px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-820px {
    max-height: 820px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-820px {
    max-height: 820px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-820px {
    max-height: 820px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-820px {
    max-height: 820px;
  }
}

.u-max-h-821px {
  max-height: 821px;
}

.u-max-h-xs-821px {
  max-height: 821px;
}

@media (min-width: 576px) {
  .u-max-h-sm-821px {
    max-height: 821px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-821px {
    max-height: 821px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-821px {
    max-height: 821px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-821px {
    max-height: 821px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-821px {
    max-height: 821px;
  }
}

.u-max-h-822px {
  max-height: 822px;
}

.u-max-h-xs-822px {
  max-height: 822px;
}

@media (min-width: 576px) {
  .u-max-h-sm-822px {
    max-height: 822px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-822px {
    max-height: 822px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-822px {
    max-height: 822px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-822px {
    max-height: 822px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-822px {
    max-height: 822px;
  }
}

.u-max-h-823px {
  max-height: 823px;
}

.u-max-h-xs-823px {
  max-height: 823px;
}

@media (min-width: 576px) {
  .u-max-h-sm-823px {
    max-height: 823px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-823px {
    max-height: 823px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-823px {
    max-height: 823px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-823px {
    max-height: 823px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-823px {
    max-height: 823px;
  }
}

.u-max-h-824px {
  max-height: 824px;
}

.u-max-h-xs-824px {
  max-height: 824px;
}

@media (min-width: 576px) {
  .u-max-h-sm-824px {
    max-height: 824px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-824px {
    max-height: 824px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-824px {
    max-height: 824px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-824px {
    max-height: 824px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-824px {
    max-height: 824px;
  }
}

.u-max-h-825px {
  max-height: 825px;
}

.u-max-h-xs-825px {
  max-height: 825px;
}

@media (min-width: 576px) {
  .u-max-h-sm-825px {
    max-height: 825px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-825px {
    max-height: 825px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-825px {
    max-height: 825px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-825px {
    max-height: 825px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-825px {
    max-height: 825px;
  }
}

.u-max-h-826px {
  max-height: 826px;
}

.u-max-h-xs-826px {
  max-height: 826px;
}

@media (min-width: 576px) {
  .u-max-h-sm-826px {
    max-height: 826px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-826px {
    max-height: 826px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-826px {
    max-height: 826px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-826px {
    max-height: 826px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-826px {
    max-height: 826px;
  }
}

.u-max-h-827px {
  max-height: 827px;
}

.u-max-h-xs-827px {
  max-height: 827px;
}

@media (min-width: 576px) {
  .u-max-h-sm-827px {
    max-height: 827px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-827px {
    max-height: 827px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-827px {
    max-height: 827px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-827px {
    max-height: 827px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-827px {
    max-height: 827px;
  }
}

.u-max-h-828px {
  max-height: 828px;
}

.u-max-h-xs-828px {
  max-height: 828px;
}

@media (min-width: 576px) {
  .u-max-h-sm-828px {
    max-height: 828px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-828px {
    max-height: 828px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-828px {
    max-height: 828px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-828px {
    max-height: 828px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-828px {
    max-height: 828px;
  }
}

.u-max-h-829px {
  max-height: 829px;
}

.u-max-h-xs-829px {
  max-height: 829px;
}

@media (min-width: 576px) {
  .u-max-h-sm-829px {
    max-height: 829px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-829px {
    max-height: 829px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-829px {
    max-height: 829px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-829px {
    max-height: 829px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-829px {
    max-height: 829px;
  }
}

.u-max-h-830px {
  max-height: 830px;
}

.u-max-h-xs-830px {
  max-height: 830px;
}

@media (min-width: 576px) {
  .u-max-h-sm-830px {
    max-height: 830px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-830px {
    max-height: 830px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-830px {
    max-height: 830px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-830px {
    max-height: 830px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-830px {
    max-height: 830px;
  }
}

.u-max-h-831px {
  max-height: 831px;
}

.u-max-h-xs-831px {
  max-height: 831px;
}

@media (min-width: 576px) {
  .u-max-h-sm-831px {
    max-height: 831px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-831px {
    max-height: 831px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-831px {
    max-height: 831px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-831px {
    max-height: 831px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-831px {
    max-height: 831px;
  }
}

.u-max-h-832px {
  max-height: 832px;
}

.u-max-h-xs-832px {
  max-height: 832px;
}

@media (min-width: 576px) {
  .u-max-h-sm-832px {
    max-height: 832px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-832px {
    max-height: 832px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-832px {
    max-height: 832px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-832px {
    max-height: 832px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-832px {
    max-height: 832px;
  }
}

.u-max-h-833px {
  max-height: 833px;
}

.u-max-h-xs-833px {
  max-height: 833px;
}

@media (min-width: 576px) {
  .u-max-h-sm-833px {
    max-height: 833px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-833px {
    max-height: 833px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-833px {
    max-height: 833px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-833px {
    max-height: 833px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-833px {
    max-height: 833px;
  }
}

.u-max-h-834px {
  max-height: 834px;
}

.u-max-h-xs-834px {
  max-height: 834px;
}

@media (min-width: 576px) {
  .u-max-h-sm-834px {
    max-height: 834px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-834px {
    max-height: 834px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-834px {
    max-height: 834px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-834px {
    max-height: 834px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-834px {
    max-height: 834px;
  }
}

.u-max-h-835px {
  max-height: 835px;
}

.u-max-h-xs-835px {
  max-height: 835px;
}

@media (min-width: 576px) {
  .u-max-h-sm-835px {
    max-height: 835px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-835px {
    max-height: 835px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-835px {
    max-height: 835px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-835px {
    max-height: 835px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-835px {
    max-height: 835px;
  }
}

.u-max-h-836px {
  max-height: 836px;
}

.u-max-h-xs-836px {
  max-height: 836px;
}

@media (min-width: 576px) {
  .u-max-h-sm-836px {
    max-height: 836px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-836px {
    max-height: 836px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-836px {
    max-height: 836px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-836px {
    max-height: 836px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-836px {
    max-height: 836px;
  }
}

.u-max-h-837px {
  max-height: 837px;
}

.u-max-h-xs-837px {
  max-height: 837px;
}

@media (min-width: 576px) {
  .u-max-h-sm-837px {
    max-height: 837px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-837px {
    max-height: 837px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-837px {
    max-height: 837px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-837px {
    max-height: 837px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-837px {
    max-height: 837px;
  }
}

.u-max-h-838px {
  max-height: 838px;
}

.u-max-h-xs-838px {
  max-height: 838px;
}

@media (min-width: 576px) {
  .u-max-h-sm-838px {
    max-height: 838px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-838px {
    max-height: 838px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-838px {
    max-height: 838px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-838px {
    max-height: 838px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-838px {
    max-height: 838px;
  }
}

.u-max-h-839px {
  max-height: 839px;
}

.u-max-h-xs-839px {
  max-height: 839px;
}

@media (min-width: 576px) {
  .u-max-h-sm-839px {
    max-height: 839px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-839px {
    max-height: 839px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-839px {
    max-height: 839px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-839px {
    max-height: 839px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-839px {
    max-height: 839px;
  }
}

.u-max-h-840px {
  max-height: 840px;
}

.u-max-h-xs-840px {
  max-height: 840px;
}

@media (min-width: 576px) {
  .u-max-h-sm-840px {
    max-height: 840px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-840px {
    max-height: 840px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-840px {
    max-height: 840px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-840px {
    max-height: 840px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-840px {
    max-height: 840px;
  }
}

.u-max-h-841px {
  max-height: 841px;
}

.u-max-h-xs-841px {
  max-height: 841px;
}

@media (min-width: 576px) {
  .u-max-h-sm-841px {
    max-height: 841px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-841px {
    max-height: 841px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-841px {
    max-height: 841px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-841px {
    max-height: 841px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-841px {
    max-height: 841px;
  }
}

.u-max-h-842px {
  max-height: 842px;
}

.u-max-h-xs-842px {
  max-height: 842px;
}

@media (min-width: 576px) {
  .u-max-h-sm-842px {
    max-height: 842px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-842px {
    max-height: 842px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-842px {
    max-height: 842px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-842px {
    max-height: 842px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-842px {
    max-height: 842px;
  }
}

.u-max-h-843px {
  max-height: 843px;
}

.u-max-h-xs-843px {
  max-height: 843px;
}

@media (min-width: 576px) {
  .u-max-h-sm-843px {
    max-height: 843px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-843px {
    max-height: 843px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-843px {
    max-height: 843px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-843px {
    max-height: 843px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-843px {
    max-height: 843px;
  }
}

.u-max-h-844px {
  max-height: 844px;
}

.u-max-h-xs-844px {
  max-height: 844px;
}

@media (min-width: 576px) {
  .u-max-h-sm-844px {
    max-height: 844px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-844px {
    max-height: 844px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-844px {
    max-height: 844px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-844px {
    max-height: 844px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-844px {
    max-height: 844px;
  }
}

.u-max-h-845px {
  max-height: 845px;
}

.u-max-h-xs-845px {
  max-height: 845px;
}

@media (min-width: 576px) {
  .u-max-h-sm-845px {
    max-height: 845px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-845px {
    max-height: 845px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-845px {
    max-height: 845px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-845px {
    max-height: 845px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-845px {
    max-height: 845px;
  }
}

.u-max-h-846px {
  max-height: 846px;
}

.u-max-h-xs-846px {
  max-height: 846px;
}

@media (min-width: 576px) {
  .u-max-h-sm-846px {
    max-height: 846px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-846px {
    max-height: 846px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-846px {
    max-height: 846px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-846px {
    max-height: 846px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-846px {
    max-height: 846px;
  }
}

.u-max-h-847px {
  max-height: 847px;
}

.u-max-h-xs-847px {
  max-height: 847px;
}

@media (min-width: 576px) {
  .u-max-h-sm-847px {
    max-height: 847px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-847px {
    max-height: 847px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-847px {
    max-height: 847px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-847px {
    max-height: 847px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-847px {
    max-height: 847px;
  }
}

.u-max-h-848px {
  max-height: 848px;
}

.u-max-h-xs-848px {
  max-height: 848px;
}

@media (min-width: 576px) {
  .u-max-h-sm-848px {
    max-height: 848px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-848px {
    max-height: 848px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-848px {
    max-height: 848px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-848px {
    max-height: 848px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-848px {
    max-height: 848px;
  }
}

.u-max-h-849px {
  max-height: 849px;
}

.u-max-h-xs-849px {
  max-height: 849px;
}

@media (min-width: 576px) {
  .u-max-h-sm-849px {
    max-height: 849px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-849px {
    max-height: 849px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-849px {
    max-height: 849px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-849px {
    max-height: 849px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-849px {
    max-height: 849px;
  }
}

.u-max-h-850px {
  max-height: 850px;
}

.u-max-h-xs-850px {
  max-height: 850px;
}

@media (min-width: 576px) {
  .u-max-h-sm-850px {
    max-height: 850px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-850px {
    max-height: 850px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-850px {
    max-height: 850px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-850px {
    max-height: 850px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-850px {
    max-height: 850px;
  }
}

.u-max-h-851px {
  max-height: 851px;
}

.u-max-h-xs-851px {
  max-height: 851px;
}

@media (min-width: 576px) {
  .u-max-h-sm-851px {
    max-height: 851px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-851px {
    max-height: 851px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-851px {
    max-height: 851px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-851px {
    max-height: 851px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-851px {
    max-height: 851px;
  }
}

.u-max-h-852px {
  max-height: 852px;
}

.u-max-h-xs-852px {
  max-height: 852px;
}

@media (min-width: 576px) {
  .u-max-h-sm-852px {
    max-height: 852px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-852px {
    max-height: 852px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-852px {
    max-height: 852px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-852px {
    max-height: 852px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-852px {
    max-height: 852px;
  }
}

.u-max-h-853px {
  max-height: 853px;
}

.u-max-h-xs-853px {
  max-height: 853px;
}

@media (min-width: 576px) {
  .u-max-h-sm-853px {
    max-height: 853px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-853px {
    max-height: 853px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-853px {
    max-height: 853px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-853px {
    max-height: 853px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-853px {
    max-height: 853px;
  }
}

.u-max-h-854px {
  max-height: 854px;
}

.u-max-h-xs-854px {
  max-height: 854px;
}

@media (min-width: 576px) {
  .u-max-h-sm-854px {
    max-height: 854px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-854px {
    max-height: 854px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-854px {
    max-height: 854px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-854px {
    max-height: 854px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-854px {
    max-height: 854px;
  }
}

.u-max-h-855px {
  max-height: 855px;
}

.u-max-h-xs-855px {
  max-height: 855px;
}

@media (min-width: 576px) {
  .u-max-h-sm-855px {
    max-height: 855px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-855px {
    max-height: 855px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-855px {
    max-height: 855px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-855px {
    max-height: 855px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-855px {
    max-height: 855px;
  }
}

.u-max-h-856px {
  max-height: 856px;
}

.u-max-h-xs-856px {
  max-height: 856px;
}

@media (min-width: 576px) {
  .u-max-h-sm-856px {
    max-height: 856px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-856px {
    max-height: 856px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-856px {
    max-height: 856px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-856px {
    max-height: 856px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-856px {
    max-height: 856px;
  }
}

.u-max-h-857px {
  max-height: 857px;
}

.u-max-h-xs-857px {
  max-height: 857px;
}

@media (min-width: 576px) {
  .u-max-h-sm-857px {
    max-height: 857px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-857px {
    max-height: 857px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-857px {
    max-height: 857px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-857px {
    max-height: 857px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-857px {
    max-height: 857px;
  }
}

.u-max-h-858px {
  max-height: 858px;
}

.u-max-h-xs-858px {
  max-height: 858px;
}

@media (min-width: 576px) {
  .u-max-h-sm-858px {
    max-height: 858px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-858px {
    max-height: 858px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-858px {
    max-height: 858px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-858px {
    max-height: 858px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-858px {
    max-height: 858px;
  }
}

.u-max-h-859px {
  max-height: 859px;
}

.u-max-h-xs-859px {
  max-height: 859px;
}

@media (min-width: 576px) {
  .u-max-h-sm-859px {
    max-height: 859px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-859px {
    max-height: 859px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-859px {
    max-height: 859px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-859px {
    max-height: 859px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-859px {
    max-height: 859px;
  }
}

.u-max-h-860px {
  max-height: 860px;
}

.u-max-h-xs-860px {
  max-height: 860px;
}

@media (min-width: 576px) {
  .u-max-h-sm-860px {
    max-height: 860px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-860px {
    max-height: 860px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-860px {
    max-height: 860px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-860px {
    max-height: 860px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-860px {
    max-height: 860px;
  }
}

.u-max-h-861px {
  max-height: 861px;
}

.u-max-h-xs-861px {
  max-height: 861px;
}

@media (min-width: 576px) {
  .u-max-h-sm-861px {
    max-height: 861px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-861px {
    max-height: 861px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-861px {
    max-height: 861px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-861px {
    max-height: 861px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-861px {
    max-height: 861px;
  }
}

.u-max-h-862px {
  max-height: 862px;
}

.u-max-h-xs-862px {
  max-height: 862px;
}

@media (min-width: 576px) {
  .u-max-h-sm-862px {
    max-height: 862px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-862px {
    max-height: 862px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-862px {
    max-height: 862px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-862px {
    max-height: 862px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-862px {
    max-height: 862px;
  }
}

.u-max-h-863px {
  max-height: 863px;
}

.u-max-h-xs-863px {
  max-height: 863px;
}

@media (min-width: 576px) {
  .u-max-h-sm-863px {
    max-height: 863px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-863px {
    max-height: 863px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-863px {
    max-height: 863px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-863px {
    max-height: 863px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-863px {
    max-height: 863px;
  }
}

.u-max-h-864px {
  max-height: 864px;
}

.u-max-h-xs-864px {
  max-height: 864px;
}

@media (min-width: 576px) {
  .u-max-h-sm-864px {
    max-height: 864px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-864px {
    max-height: 864px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-864px {
    max-height: 864px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-864px {
    max-height: 864px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-864px {
    max-height: 864px;
  }
}

.u-max-h-865px {
  max-height: 865px;
}

.u-max-h-xs-865px {
  max-height: 865px;
}

@media (min-width: 576px) {
  .u-max-h-sm-865px {
    max-height: 865px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-865px {
    max-height: 865px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-865px {
    max-height: 865px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-865px {
    max-height: 865px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-865px {
    max-height: 865px;
  }
}

.u-max-h-866px {
  max-height: 866px;
}

.u-max-h-xs-866px {
  max-height: 866px;
}

@media (min-width: 576px) {
  .u-max-h-sm-866px {
    max-height: 866px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-866px {
    max-height: 866px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-866px {
    max-height: 866px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-866px {
    max-height: 866px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-866px {
    max-height: 866px;
  }
}

.u-max-h-867px {
  max-height: 867px;
}

.u-max-h-xs-867px {
  max-height: 867px;
}

@media (min-width: 576px) {
  .u-max-h-sm-867px {
    max-height: 867px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-867px {
    max-height: 867px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-867px {
    max-height: 867px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-867px {
    max-height: 867px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-867px {
    max-height: 867px;
  }
}

.u-max-h-868px {
  max-height: 868px;
}

.u-max-h-xs-868px {
  max-height: 868px;
}

@media (min-width: 576px) {
  .u-max-h-sm-868px {
    max-height: 868px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-868px {
    max-height: 868px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-868px {
    max-height: 868px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-868px {
    max-height: 868px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-868px {
    max-height: 868px;
  }
}

.u-max-h-869px {
  max-height: 869px;
}

.u-max-h-xs-869px {
  max-height: 869px;
}

@media (min-width: 576px) {
  .u-max-h-sm-869px {
    max-height: 869px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-869px {
    max-height: 869px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-869px {
    max-height: 869px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-869px {
    max-height: 869px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-869px {
    max-height: 869px;
  }
}

.u-max-h-870px {
  max-height: 870px;
}

.u-max-h-xs-870px {
  max-height: 870px;
}

@media (min-width: 576px) {
  .u-max-h-sm-870px {
    max-height: 870px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-870px {
    max-height: 870px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-870px {
    max-height: 870px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-870px {
    max-height: 870px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-870px {
    max-height: 870px;
  }
}

.u-max-h-871px {
  max-height: 871px;
}

.u-max-h-xs-871px {
  max-height: 871px;
}

@media (min-width: 576px) {
  .u-max-h-sm-871px {
    max-height: 871px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-871px {
    max-height: 871px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-871px {
    max-height: 871px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-871px {
    max-height: 871px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-871px {
    max-height: 871px;
  }
}

.u-max-h-872px {
  max-height: 872px;
}

.u-max-h-xs-872px {
  max-height: 872px;
}

@media (min-width: 576px) {
  .u-max-h-sm-872px {
    max-height: 872px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-872px {
    max-height: 872px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-872px {
    max-height: 872px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-872px {
    max-height: 872px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-872px {
    max-height: 872px;
  }
}

.u-max-h-873px {
  max-height: 873px;
}

.u-max-h-xs-873px {
  max-height: 873px;
}

@media (min-width: 576px) {
  .u-max-h-sm-873px {
    max-height: 873px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-873px {
    max-height: 873px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-873px {
    max-height: 873px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-873px {
    max-height: 873px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-873px {
    max-height: 873px;
  }
}

.u-max-h-874px {
  max-height: 874px;
}

.u-max-h-xs-874px {
  max-height: 874px;
}

@media (min-width: 576px) {
  .u-max-h-sm-874px {
    max-height: 874px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-874px {
    max-height: 874px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-874px {
    max-height: 874px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-874px {
    max-height: 874px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-874px {
    max-height: 874px;
  }
}

.u-max-h-875px {
  max-height: 875px;
}

.u-max-h-xs-875px {
  max-height: 875px;
}

@media (min-width: 576px) {
  .u-max-h-sm-875px {
    max-height: 875px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-875px {
    max-height: 875px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-875px {
    max-height: 875px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-875px {
    max-height: 875px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-875px {
    max-height: 875px;
  }
}

.u-max-h-876px {
  max-height: 876px;
}

.u-max-h-xs-876px {
  max-height: 876px;
}

@media (min-width: 576px) {
  .u-max-h-sm-876px {
    max-height: 876px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-876px {
    max-height: 876px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-876px {
    max-height: 876px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-876px {
    max-height: 876px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-876px {
    max-height: 876px;
  }
}

.u-max-h-877px {
  max-height: 877px;
}

.u-max-h-xs-877px {
  max-height: 877px;
}

@media (min-width: 576px) {
  .u-max-h-sm-877px {
    max-height: 877px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-877px {
    max-height: 877px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-877px {
    max-height: 877px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-877px {
    max-height: 877px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-877px {
    max-height: 877px;
  }
}

.u-max-h-878px {
  max-height: 878px;
}

.u-max-h-xs-878px {
  max-height: 878px;
}

@media (min-width: 576px) {
  .u-max-h-sm-878px {
    max-height: 878px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-878px {
    max-height: 878px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-878px {
    max-height: 878px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-878px {
    max-height: 878px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-878px {
    max-height: 878px;
  }
}

.u-max-h-879px {
  max-height: 879px;
}

.u-max-h-xs-879px {
  max-height: 879px;
}

@media (min-width: 576px) {
  .u-max-h-sm-879px {
    max-height: 879px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-879px {
    max-height: 879px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-879px {
    max-height: 879px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-879px {
    max-height: 879px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-879px {
    max-height: 879px;
  }
}

.u-max-h-880px {
  max-height: 880px;
}

.u-max-h-xs-880px {
  max-height: 880px;
}

@media (min-width: 576px) {
  .u-max-h-sm-880px {
    max-height: 880px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-880px {
    max-height: 880px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-880px {
    max-height: 880px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-880px {
    max-height: 880px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-880px {
    max-height: 880px;
  }
}

.u-max-h-881px {
  max-height: 881px;
}

.u-max-h-xs-881px {
  max-height: 881px;
}

@media (min-width: 576px) {
  .u-max-h-sm-881px {
    max-height: 881px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-881px {
    max-height: 881px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-881px {
    max-height: 881px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-881px {
    max-height: 881px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-881px {
    max-height: 881px;
  }
}

.u-max-h-882px {
  max-height: 882px;
}

.u-max-h-xs-882px {
  max-height: 882px;
}

@media (min-width: 576px) {
  .u-max-h-sm-882px {
    max-height: 882px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-882px {
    max-height: 882px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-882px {
    max-height: 882px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-882px {
    max-height: 882px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-882px {
    max-height: 882px;
  }
}

.u-max-h-883px {
  max-height: 883px;
}

.u-max-h-xs-883px {
  max-height: 883px;
}

@media (min-width: 576px) {
  .u-max-h-sm-883px {
    max-height: 883px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-883px {
    max-height: 883px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-883px {
    max-height: 883px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-883px {
    max-height: 883px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-883px {
    max-height: 883px;
  }
}

.u-max-h-884px {
  max-height: 884px;
}

.u-max-h-xs-884px {
  max-height: 884px;
}

@media (min-width: 576px) {
  .u-max-h-sm-884px {
    max-height: 884px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-884px {
    max-height: 884px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-884px {
    max-height: 884px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-884px {
    max-height: 884px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-884px {
    max-height: 884px;
  }
}

.u-max-h-885px {
  max-height: 885px;
}

.u-max-h-xs-885px {
  max-height: 885px;
}

@media (min-width: 576px) {
  .u-max-h-sm-885px {
    max-height: 885px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-885px {
    max-height: 885px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-885px {
    max-height: 885px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-885px {
    max-height: 885px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-885px {
    max-height: 885px;
  }
}

.u-max-h-886px {
  max-height: 886px;
}

.u-max-h-xs-886px {
  max-height: 886px;
}

@media (min-width: 576px) {
  .u-max-h-sm-886px {
    max-height: 886px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-886px {
    max-height: 886px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-886px {
    max-height: 886px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-886px {
    max-height: 886px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-886px {
    max-height: 886px;
  }
}

.u-max-h-887px {
  max-height: 887px;
}

.u-max-h-xs-887px {
  max-height: 887px;
}

@media (min-width: 576px) {
  .u-max-h-sm-887px {
    max-height: 887px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-887px {
    max-height: 887px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-887px {
    max-height: 887px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-887px {
    max-height: 887px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-887px {
    max-height: 887px;
  }
}

.u-max-h-888px {
  max-height: 888px;
}

.u-max-h-xs-888px {
  max-height: 888px;
}

@media (min-width: 576px) {
  .u-max-h-sm-888px {
    max-height: 888px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-888px {
    max-height: 888px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-888px {
    max-height: 888px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-888px {
    max-height: 888px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-888px {
    max-height: 888px;
  }
}

.u-max-h-889px {
  max-height: 889px;
}

.u-max-h-xs-889px {
  max-height: 889px;
}

@media (min-width: 576px) {
  .u-max-h-sm-889px {
    max-height: 889px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-889px {
    max-height: 889px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-889px {
    max-height: 889px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-889px {
    max-height: 889px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-889px {
    max-height: 889px;
  }
}

.u-max-h-890px {
  max-height: 890px;
}

.u-max-h-xs-890px {
  max-height: 890px;
}

@media (min-width: 576px) {
  .u-max-h-sm-890px {
    max-height: 890px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-890px {
    max-height: 890px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-890px {
    max-height: 890px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-890px {
    max-height: 890px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-890px {
    max-height: 890px;
  }
}

.u-max-h-891px {
  max-height: 891px;
}

.u-max-h-xs-891px {
  max-height: 891px;
}

@media (min-width: 576px) {
  .u-max-h-sm-891px {
    max-height: 891px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-891px {
    max-height: 891px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-891px {
    max-height: 891px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-891px {
    max-height: 891px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-891px {
    max-height: 891px;
  }
}

.u-max-h-892px {
  max-height: 892px;
}

.u-max-h-xs-892px {
  max-height: 892px;
}

@media (min-width: 576px) {
  .u-max-h-sm-892px {
    max-height: 892px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-892px {
    max-height: 892px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-892px {
    max-height: 892px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-892px {
    max-height: 892px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-892px {
    max-height: 892px;
  }
}

.u-max-h-893px {
  max-height: 893px;
}

.u-max-h-xs-893px {
  max-height: 893px;
}

@media (min-width: 576px) {
  .u-max-h-sm-893px {
    max-height: 893px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-893px {
    max-height: 893px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-893px {
    max-height: 893px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-893px {
    max-height: 893px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-893px {
    max-height: 893px;
  }
}

.u-max-h-894px {
  max-height: 894px;
}

.u-max-h-xs-894px {
  max-height: 894px;
}

@media (min-width: 576px) {
  .u-max-h-sm-894px {
    max-height: 894px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-894px {
    max-height: 894px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-894px {
    max-height: 894px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-894px {
    max-height: 894px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-894px {
    max-height: 894px;
  }
}

.u-max-h-895px {
  max-height: 895px;
}

.u-max-h-xs-895px {
  max-height: 895px;
}

@media (min-width: 576px) {
  .u-max-h-sm-895px {
    max-height: 895px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-895px {
    max-height: 895px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-895px {
    max-height: 895px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-895px {
    max-height: 895px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-895px {
    max-height: 895px;
  }
}

.u-max-h-896px {
  max-height: 896px;
}

.u-max-h-xs-896px {
  max-height: 896px;
}

@media (min-width: 576px) {
  .u-max-h-sm-896px {
    max-height: 896px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-896px {
    max-height: 896px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-896px {
    max-height: 896px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-896px {
    max-height: 896px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-896px {
    max-height: 896px;
  }
}

.u-max-h-897px {
  max-height: 897px;
}

.u-max-h-xs-897px {
  max-height: 897px;
}

@media (min-width: 576px) {
  .u-max-h-sm-897px {
    max-height: 897px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-897px {
    max-height: 897px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-897px {
    max-height: 897px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-897px {
    max-height: 897px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-897px {
    max-height: 897px;
  }
}

.u-max-h-898px {
  max-height: 898px;
}

.u-max-h-xs-898px {
  max-height: 898px;
}

@media (min-width: 576px) {
  .u-max-h-sm-898px {
    max-height: 898px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-898px {
    max-height: 898px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-898px {
    max-height: 898px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-898px {
    max-height: 898px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-898px {
    max-height: 898px;
  }
}

.u-max-h-899px {
  max-height: 899px;
}

.u-max-h-xs-899px {
  max-height: 899px;
}

@media (min-width: 576px) {
  .u-max-h-sm-899px {
    max-height: 899px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-899px {
    max-height: 899px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-899px {
    max-height: 899px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-899px {
    max-height: 899px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-899px {
    max-height: 899px;
  }
}

.u-max-h-900px {
  max-height: 900px;
}

.u-max-h-xs-900px {
  max-height: 900px;
}

@media (min-width: 576px) {
  .u-max-h-sm-900px {
    max-height: 900px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-900px {
    max-height: 900px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-900px {
    max-height: 900px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-900px {
    max-height: 900px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-900px {
    max-height: 900px;
  }
}

.u-max-h-901px {
  max-height: 901px;
}

.u-max-h-xs-901px {
  max-height: 901px;
}

@media (min-width: 576px) {
  .u-max-h-sm-901px {
    max-height: 901px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-901px {
    max-height: 901px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-901px {
    max-height: 901px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-901px {
    max-height: 901px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-901px {
    max-height: 901px;
  }
}

.u-max-h-902px {
  max-height: 902px;
}

.u-max-h-xs-902px {
  max-height: 902px;
}

@media (min-width: 576px) {
  .u-max-h-sm-902px {
    max-height: 902px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-902px {
    max-height: 902px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-902px {
    max-height: 902px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-902px {
    max-height: 902px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-902px {
    max-height: 902px;
  }
}

.u-max-h-903px {
  max-height: 903px;
}

.u-max-h-xs-903px {
  max-height: 903px;
}

@media (min-width: 576px) {
  .u-max-h-sm-903px {
    max-height: 903px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-903px {
    max-height: 903px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-903px {
    max-height: 903px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-903px {
    max-height: 903px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-903px {
    max-height: 903px;
  }
}

.u-max-h-904px {
  max-height: 904px;
}

.u-max-h-xs-904px {
  max-height: 904px;
}

@media (min-width: 576px) {
  .u-max-h-sm-904px {
    max-height: 904px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-904px {
    max-height: 904px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-904px {
    max-height: 904px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-904px {
    max-height: 904px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-904px {
    max-height: 904px;
  }
}

.u-max-h-905px {
  max-height: 905px;
}

.u-max-h-xs-905px {
  max-height: 905px;
}

@media (min-width: 576px) {
  .u-max-h-sm-905px {
    max-height: 905px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-905px {
    max-height: 905px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-905px {
    max-height: 905px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-905px {
    max-height: 905px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-905px {
    max-height: 905px;
  }
}

.u-max-h-906px {
  max-height: 906px;
}

.u-max-h-xs-906px {
  max-height: 906px;
}

@media (min-width: 576px) {
  .u-max-h-sm-906px {
    max-height: 906px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-906px {
    max-height: 906px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-906px {
    max-height: 906px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-906px {
    max-height: 906px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-906px {
    max-height: 906px;
  }
}

.u-max-h-907px {
  max-height: 907px;
}

.u-max-h-xs-907px {
  max-height: 907px;
}

@media (min-width: 576px) {
  .u-max-h-sm-907px {
    max-height: 907px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-907px {
    max-height: 907px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-907px {
    max-height: 907px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-907px {
    max-height: 907px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-907px {
    max-height: 907px;
  }
}

.u-max-h-908px {
  max-height: 908px;
}

.u-max-h-xs-908px {
  max-height: 908px;
}

@media (min-width: 576px) {
  .u-max-h-sm-908px {
    max-height: 908px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-908px {
    max-height: 908px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-908px {
    max-height: 908px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-908px {
    max-height: 908px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-908px {
    max-height: 908px;
  }
}

.u-max-h-909px {
  max-height: 909px;
}

.u-max-h-xs-909px {
  max-height: 909px;
}

@media (min-width: 576px) {
  .u-max-h-sm-909px {
    max-height: 909px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-909px {
    max-height: 909px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-909px {
    max-height: 909px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-909px {
    max-height: 909px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-909px {
    max-height: 909px;
  }
}

.u-max-h-910px {
  max-height: 910px;
}

.u-max-h-xs-910px {
  max-height: 910px;
}

@media (min-width: 576px) {
  .u-max-h-sm-910px {
    max-height: 910px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-910px {
    max-height: 910px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-910px {
    max-height: 910px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-910px {
    max-height: 910px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-910px {
    max-height: 910px;
  }
}

.u-max-h-911px {
  max-height: 911px;
}

.u-max-h-xs-911px {
  max-height: 911px;
}

@media (min-width: 576px) {
  .u-max-h-sm-911px {
    max-height: 911px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-911px {
    max-height: 911px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-911px {
    max-height: 911px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-911px {
    max-height: 911px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-911px {
    max-height: 911px;
  }
}

.u-max-h-912px {
  max-height: 912px;
}

.u-max-h-xs-912px {
  max-height: 912px;
}

@media (min-width: 576px) {
  .u-max-h-sm-912px {
    max-height: 912px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-912px {
    max-height: 912px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-912px {
    max-height: 912px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-912px {
    max-height: 912px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-912px {
    max-height: 912px;
  }
}

.u-max-h-913px {
  max-height: 913px;
}

.u-max-h-xs-913px {
  max-height: 913px;
}

@media (min-width: 576px) {
  .u-max-h-sm-913px {
    max-height: 913px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-913px {
    max-height: 913px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-913px {
    max-height: 913px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-913px {
    max-height: 913px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-913px {
    max-height: 913px;
  }
}

.u-max-h-914px {
  max-height: 914px;
}

.u-max-h-xs-914px {
  max-height: 914px;
}

@media (min-width: 576px) {
  .u-max-h-sm-914px {
    max-height: 914px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-914px {
    max-height: 914px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-914px {
    max-height: 914px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-914px {
    max-height: 914px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-914px {
    max-height: 914px;
  }
}

.u-max-h-915px {
  max-height: 915px;
}

.u-max-h-xs-915px {
  max-height: 915px;
}

@media (min-width: 576px) {
  .u-max-h-sm-915px {
    max-height: 915px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-915px {
    max-height: 915px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-915px {
    max-height: 915px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-915px {
    max-height: 915px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-915px {
    max-height: 915px;
  }
}

.u-max-h-916px {
  max-height: 916px;
}

.u-max-h-xs-916px {
  max-height: 916px;
}

@media (min-width: 576px) {
  .u-max-h-sm-916px {
    max-height: 916px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-916px {
    max-height: 916px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-916px {
    max-height: 916px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-916px {
    max-height: 916px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-916px {
    max-height: 916px;
  }
}

.u-max-h-917px {
  max-height: 917px;
}

.u-max-h-xs-917px {
  max-height: 917px;
}

@media (min-width: 576px) {
  .u-max-h-sm-917px {
    max-height: 917px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-917px {
    max-height: 917px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-917px {
    max-height: 917px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-917px {
    max-height: 917px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-917px {
    max-height: 917px;
  }
}

.u-max-h-918px {
  max-height: 918px;
}

.u-max-h-xs-918px {
  max-height: 918px;
}

@media (min-width: 576px) {
  .u-max-h-sm-918px {
    max-height: 918px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-918px {
    max-height: 918px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-918px {
    max-height: 918px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-918px {
    max-height: 918px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-918px {
    max-height: 918px;
  }
}

.u-max-h-919px {
  max-height: 919px;
}

.u-max-h-xs-919px {
  max-height: 919px;
}

@media (min-width: 576px) {
  .u-max-h-sm-919px {
    max-height: 919px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-919px {
    max-height: 919px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-919px {
    max-height: 919px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-919px {
    max-height: 919px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-919px {
    max-height: 919px;
  }
}

.u-max-h-920px {
  max-height: 920px;
}

.u-max-h-xs-920px {
  max-height: 920px;
}

@media (min-width: 576px) {
  .u-max-h-sm-920px {
    max-height: 920px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-920px {
    max-height: 920px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-920px {
    max-height: 920px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-920px {
    max-height: 920px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-920px {
    max-height: 920px;
  }
}

.u-max-h-921px {
  max-height: 921px;
}

.u-max-h-xs-921px {
  max-height: 921px;
}

@media (min-width: 576px) {
  .u-max-h-sm-921px {
    max-height: 921px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-921px {
    max-height: 921px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-921px {
    max-height: 921px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-921px {
    max-height: 921px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-921px {
    max-height: 921px;
  }
}

.u-max-h-922px {
  max-height: 922px;
}

.u-max-h-xs-922px {
  max-height: 922px;
}

@media (min-width: 576px) {
  .u-max-h-sm-922px {
    max-height: 922px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-922px {
    max-height: 922px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-922px {
    max-height: 922px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-922px {
    max-height: 922px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-922px {
    max-height: 922px;
  }
}

.u-max-h-923px {
  max-height: 923px;
}

.u-max-h-xs-923px {
  max-height: 923px;
}

@media (min-width: 576px) {
  .u-max-h-sm-923px {
    max-height: 923px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-923px {
    max-height: 923px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-923px {
    max-height: 923px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-923px {
    max-height: 923px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-923px {
    max-height: 923px;
  }
}

.u-max-h-924px {
  max-height: 924px;
}

.u-max-h-xs-924px {
  max-height: 924px;
}

@media (min-width: 576px) {
  .u-max-h-sm-924px {
    max-height: 924px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-924px {
    max-height: 924px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-924px {
    max-height: 924px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-924px {
    max-height: 924px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-924px {
    max-height: 924px;
  }
}

.u-max-h-925px {
  max-height: 925px;
}

.u-max-h-xs-925px {
  max-height: 925px;
}

@media (min-width: 576px) {
  .u-max-h-sm-925px {
    max-height: 925px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-925px {
    max-height: 925px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-925px {
    max-height: 925px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-925px {
    max-height: 925px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-925px {
    max-height: 925px;
  }
}

.u-max-h-926px {
  max-height: 926px;
}

.u-max-h-xs-926px {
  max-height: 926px;
}

@media (min-width: 576px) {
  .u-max-h-sm-926px {
    max-height: 926px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-926px {
    max-height: 926px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-926px {
    max-height: 926px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-926px {
    max-height: 926px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-926px {
    max-height: 926px;
  }
}

.u-max-h-927px {
  max-height: 927px;
}

.u-max-h-xs-927px {
  max-height: 927px;
}

@media (min-width: 576px) {
  .u-max-h-sm-927px {
    max-height: 927px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-927px {
    max-height: 927px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-927px {
    max-height: 927px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-927px {
    max-height: 927px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-927px {
    max-height: 927px;
  }
}

.u-max-h-928px {
  max-height: 928px;
}

.u-max-h-xs-928px {
  max-height: 928px;
}

@media (min-width: 576px) {
  .u-max-h-sm-928px {
    max-height: 928px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-928px {
    max-height: 928px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-928px {
    max-height: 928px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-928px {
    max-height: 928px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-928px {
    max-height: 928px;
  }
}

.u-max-h-929px {
  max-height: 929px;
}

.u-max-h-xs-929px {
  max-height: 929px;
}

@media (min-width: 576px) {
  .u-max-h-sm-929px {
    max-height: 929px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-929px {
    max-height: 929px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-929px {
    max-height: 929px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-929px {
    max-height: 929px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-929px {
    max-height: 929px;
  }
}

.u-max-h-930px {
  max-height: 930px;
}

.u-max-h-xs-930px {
  max-height: 930px;
}

@media (min-width: 576px) {
  .u-max-h-sm-930px {
    max-height: 930px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-930px {
    max-height: 930px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-930px {
    max-height: 930px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-930px {
    max-height: 930px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-930px {
    max-height: 930px;
  }
}

.u-max-h-931px {
  max-height: 931px;
}

.u-max-h-xs-931px {
  max-height: 931px;
}

@media (min-width: 576px) {
  .u-max-h-sm-931px {
    max-height: 931px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-931px {
    max-height: 931px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-931px {
    max-height: 931px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-931px {
    max-height: 931px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-931px {
    max-height: 931px;
  }
}

.u-max-h-932px {
  max-height: 932px;
}

.u-max-h-xs-932px {
  max-height: 932px;
}

@media (min-width: 576px) {
  .u-max-h-sm-932px {
    max-height: 932px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-932px {
    max-height: 932px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-932px {
    max-height: 932px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-932px {
    max-height: 932px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-932px {
    max-height: 932px;
  }
}

.u-max-h-933px {
  max-height: 933px;
}

.u-max-h-xs-933px {
  max-height: 933px;
}

@media (min-width: 576px) {
  .u-max-h-sm-933px {
    max-height: 933px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-933px {
    max-height: 933px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-933px {
    max-height: 933px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-933px {
    max-height: 933px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-933px {
    max-height: 933px;
  }
}

.u-max-h-934px {
  max-height: 934px;
}

.u-max-h-xs-934px {
  max-height: 934px;
}

@media (min-width: 576px) {
  .u-max-h-sm-934px {
    max-height: 934px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-934px {
    max-height: 934px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-934px {
    max-height: 934px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-934px {
    max-height: 934px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-934px {
    max-height: 934px;
  }
}

.u-max-h-935px {
  max-height: 935px;
}

.u-max-h-xs-935px {
  max-height: 935px;
}

@media (min-width: 576px) {
  .u-max-h-sm-935px {
    max-height: 935px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-935px {
    max-height: 935px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-935px {
    max-height: 935px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-935px {
    max-height: 935px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-935px {
    max-height: 935px;
  }
}

.u-max-h-936px {
  max-height: 936px;
}

.u-max-h-xs-936px {
  max-height: 936px;
}

@media (min-width: 576px) {
  .u-max-h-sm-936px {
    max-height: 936px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-936px {
    max-height: 936px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-936px {
    max-height: 936px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-936px {
    max-height: 936px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-936px {
    max-height: 936px;
  }
}

.u-max-h-937px {
  max-height: 937px;
}

.u-max-h-xs-937px {
  max-height: 937px;
}

@media (min-width: 576px) {
  .u-max-h-sm-937px {
    max-height: 937px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-937px {
    max-height: 937px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-937px {
    max-height: 937px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-937px {
    max-height: 937px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-937px {
    max-height: 937px;
  }
}

.u-max-h-938px {
  max-height: 938px;
}

.u-max-h-xs-938px {
  max-height: 938px;
}

@media (min-width: 576px) {
  .u-max-h-sm-938px {
    max-height: 938px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-938px {
    max-height: 938px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-938px {
    max-height: 938px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-938px {
    max-height: 938px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-938px {
    max-height: 938px;
  }
}

.u-max-h-939px {
  max-height: 939px;
}

.u-max-h-xs-939px {
  max-height: 939px;
}

@media (min-width: 576px) {
  .u-max-h-sm-939px {
    max-height: 939px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-939px {
    max-height: 939px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-939px {
    max-height: 939px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-939px {
    max-height: 939px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-939px {
    max-height: 939px;
  }
}

.u-max-h-940px {
  max-height: 940px;
}

.u-max-h-xs-940px {
  max-height: 940px;
}

@media (min-width: 576px) {
  .u-max-h-sm-940px {
    max-height: 940px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-940px {
    max-height: 940px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-940px {
    max-height: 940px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-940px {
    max-height: 940px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-940px {
    max-height: 940px;
  }
}

.u-max-h-941px {
  max-height: 941px;
}

.u-max-h-xs-941px {
  max-height: 941px;
}

@media (min-width: 576px) {
  .u-max-h-sm-941px {
    max-height: 941px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-941px {
    max-height: 941px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-941px {
    max-height: 941px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-941px {
    max-height: 941px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-941px {
    max-height: 941px;
  }
}

.u-max-h-942px {
  max-height: 942px;
}

.u-max-h-xs-942px {
  max-height: 942px;
}

@media (min-width: 576px) {
  .u-max-h-sm-942px {
    max-height: 942px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-942px {
    max-height: 942px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-942px {
    max-height: 942px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-942px {
    max-height: 942px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-942px {
    max-height: 942px;
  }
}

.u-max-h-943px {
  max-height: 943px;
}

.u-max-h-xs-943px {
  max-height: 943px;
}

@media (min-width: 576px) {
  .u-max-h-sm-943px {
    max-height: 943px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-943px {
    max-height: 943px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-943px {
    max-height: 943px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-943px {
    max-height: 943px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-943px {
    max-height: 943px;
  }
}

.u-max-h-944px {
  max-height: 944px;
}

.u-max-h-xs-944px {
  max-height: 944px;
}

@media (min-width: 576px) {
  .u-max-h-sm-944px {
    max-height: 944px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-944px {
    max-height: 944px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-944px {
    max-height: 944px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-944px {
    max-height: 944px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-944px {
    max-height: 944px;
  }
}

.u-max-h-945px {
  max-height: 945px;
}

.u-max-h-xs-945px {
  max-height: 945px;
}

@media (min-width: 576px) {
  .u-max-h-sm-945px {
    max-height: 945px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-945px {
    max-height: 945px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-945px {
    max-height: 945px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-945px {
    max-height: 945px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-945px {
    max-height: 945px;
  }
}

.u-max-h-946px {
  max-height: 946px;
}

.u-max-h-xs-946px {
  max-height: 946px;
}

@media (min-width: 576px) {
  .u-max-h-sm-946px {
    max-height: 946px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-946px {
    max-height: 946px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-946px {
    max-height: 946px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-946px {
    max-height: 946px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-946px {
    max-height: 946px;
  }
}

.u-max-h-947px {
  max-height: 947px;
}

.u-max-h-xs-947px {
  max-height: 947px;
}

@media (min-width: 576px) {
  .u-max-h-sm-947px {
    max-height: 947px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-947px {
    max-height: 947px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-947px {
    max-height: 947px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-947px {
    max-height: 947px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-947px {
    max-height: 947px;
  }
}

.u-max-h-948px {
  max-height: 948px;
}

.u-max-h-xs-948px {
  max-height: 948px;
}

@media (min-width: 576px) {
  .u-max-h-sm-948px {
    max-height: 948px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-948px {
    max-height: 948px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-948px {
    max-height: 948px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-948px {
    max-height: 948px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-948px {
    max-height: 948px;
  }
}

.u-max-h-949px {
  max-height: 949px;
}

.u-max-h-xs-949px {
  max-height: 949px;
}

@media (min-width: 576px) {
  .u-max-h-sm-949px {
    max-height: 949px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-949px {
    max-height: 949px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-949px {
    max-height: 949px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-949px {
    max-height: 949px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-949px {
    max-height: 949px;
  }
}

.u-max-h-950px {
  max-height: 950px;
}

.u-max-h-xs-950px {
  max-height: 950px;
}

@media (min-width: 576px) {
  .u-max-h-sm-950px {
    max-height: 950px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-950px {
    max-height: 950px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-950px {
    max-height: 950px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-950px {
    max-height: 950px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-950px {
    max-height: 950px;
  }
}

.u-max-h-951px {
  max-height: 951px;
}

.u-max-h-xs-951px {
  max-height: 951px;
}

@media (min-width: 576px) {
  .u-max-h-sm-951px {
    max-height: 951px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-951px {
    max-height: 951px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-951px {
    max-height: 951px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-951px {
    max-height: 951px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-951px {
    max-height: 951px;
  }
}

.u-max-h-952px {
  max-height: 952px;
}

.u-max-h-xs-952px {
  max-height: 952px;
}

@media (min-width: 576px) {
  .u-max-h-sm-952px {
    max-height: 952px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-952px {
    max-height: 952px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-952px {
    max-height: 952px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-952px {
    max-height: 952px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-952px {
    max-height: 952px;
  }
}

.u-max-h-953px {
  max-height: 953px;
}

.u-max-h-xs-953px {
  max-height: 953px;
}

@media (min-width: 576px) {
  .u-max-h-sm-953px {
    max-height: 953px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-953px {
    max-height: 953px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-953px {
    max-height: 953px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-953px {
    max-height: 953px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-953px {
    max-height: 953px;
  }
}

.u-max-h-954px {
  max-height: 954px;
}

.u-max-h-xs-954px {
  max-height: 954px;
}

@media (min-width: 576px) {
  .u-max-h-sm-954px {
    max-height: 954px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-954px {
    max-height: 954px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-954px {
    max-height: 954px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-954px {
    max-height: 954px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-954px {
    max-height: 954px;
  }
}

.u-max-h-955px {
  max-height: 955px;
}

.u-max-h-xs-955px {
  max-height: 955px;
}

@media (min-width: 576px) {
  .u-max-h-sm-955px {
    max-height: 955px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-955px {
    max-height: 955px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-955px {
    max-height: 955px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-955px {
    max-height: 955px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-955px {
    max-height: 955px;
  }
}

.u-max-h-956px {
  max-height: 956px;
}

.u-max-h-xs-956px {
  max-height: 956px;
}

@media (min-width: 576px) {
  .u-max-h-sm-956px {
    max-height: 956px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-956px {
    max-height: 956px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-956px {
    max-height: 956px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-956px {
    max-height: 956px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-956px {
    max-height: 956px;
  }
}

.u-max-h-957px {
  max-height: 957px;
}

.u-max-h-xs-957px {
  max-height: 957px;
}

@media (min-width: 576px) {
  .u-max-h-sm-957px {
    max-height: 957px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-957px {
    max-height: 957px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-957px {
    max-height: 957px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-957px {
    max-height: 957px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-957px {
    max-height: 957px;
  }
}

.u-max-h-958px {
  max-height: 958px;
}

.u-max-h-xs-958px {
  max-height: 958px;
}

@media (min-width: 576px) {
  .u-max-h-sm-958px {
    max-height: 958px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-958px {
    max-height: 958px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-958px {
    max-height: 958px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-958px {
    max-height: 958px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-958px {
    max-height: 958px;
  }
}

.u-max-h-959px {
  max-height: 959px;
}

.u-max-h-xs-959px {
  max-height: 959px;
}

@media (min-width: 576px) {
  .u-max-h-sm-959px {
    max-height: 959px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-959px {
    max-height: 959px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-959px {
    max-height: 959px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-959px {
    max-height: 959px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-959px {
    max-height: 959px;
  }
}

.u-max-h-960px {
  max-height: 960px;
}

.u-max-h-xs-960px {
  max-height: 960px;
}

@media (min-width: 576px) {
  .u-max-h-sm-960px {
    max-height: 960px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-960px {
    max-height: 960px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-960px {
    max-height: 960px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-960px {
    max-height: 960px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-960px {
    max-height: 960px;
  }
}

.u-max-h-961px {
  max-height: 961px;
}

.u-max-h-xs-961px {
  max-height: 961px;
}

@media (min-width: 576px) {
  .u-max-h-sm-961px {
    max-height: 961px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-961px {
    max-height: 961px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-961px {
    max-height: 961px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-961px {
    max-height: 961px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-961px {
    max-height: 961px;
  }
}

.u-max-h-962px {
  max-height: 962px;
}

.u-max-h-xs-962px {
  max-height: 962px;
}

@media (min-width: 576px) {
  .u-max-h-sm-962px {
    max-height: 962px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-962px {
    max-height: 962px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-962px {
    max-height: 962px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-962px {
    max-height: 962px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-962px {
    max-height: 962px;
  }
}

.u-max-h-963px {
  max-height: 963px;
}

.u-max-h-xs-963px {
  max-height: 963px;
}

@media (min-width: 576px) {
  .u-max-h-sm-963px {
    max-height: 963px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-963px {
    max-height: 963px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-963px {
    max-height: 963px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-963px {
    max-height: 963px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-963px {
    max-height: 963px;
  }
}

.u-max-h-964px {
  max-height: 964px;
}

.u-max-h-xs-964px {
  max-height: 964px;
}

@media (min-width: 576px) {
  .u-max-h-sm-964px {
    max-height: 964px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-964px {
    max-height: 964px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-964px {
    max-height: 964px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-964px {
    max-height: 964px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-964px {
    max-height: 964px;
  }
}

.u-max-h-965px {
  max-height: 965px;
}

.u-max-h-xs-965px {
  max-height: 965px;
}

@media (min-width: 576px) {
  .u-max-h-sm-965px {
    max-height: 965px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-965px {
    max-height: 965px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-965px {
    max-height: 965px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-965px {
    max-height: 965px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-965px {
    max-height: 965px;
  }
}

.u-max-h-966px {
  max-height: 966px;
}

.u-max-h-xs-966px {
  max-height: 966px;
}

@media (min-width: 576px) {
  .u-max-h-sm-966px {
    max-height: 966px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-966px {
    max-height: 966px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-966px {
    max-height: 966px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-966px {
    max-height: 966px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-966px {
    max-height: 966px;
  }
}

.u-max-h-967px {
  max-height: 967px;
}

.u-max-h-xs-967px {
  max-height: 967px;
}

@media (min-width: 576px) {
  .u-max-h-sm-967px {
    max-height: 967px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-967px {
    max-height: 967px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-967px {
    max-height: 967px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-967px {
    max-height: 967px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-967px {
    max-height: 967px;
  }
}

.u-max-h-968px {
  max-height: 968px;
}

.u-max-h-xs-968px {
  max-height: 968px;
}

@media (min-width: 576px) {
  .u-max-h-sm-968px {
    max-height: 968px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-968px {
    max-height: 968px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-968px {
    max-height: 968px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-968px {
    max-height: 968px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-968px {
    max-height: 968px;
  }
}

.u-max-h-969px {
  max-height: 969px;
}

.u-max-h-xs-969px {
  max-height: 969px;
}

@media (min-width: 576px) {
  .u-max-h-sm-969px {
    max-height: 969px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-969px {
    max-height: 969px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-969px {
    max-height: 969px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-969px {
    max-height: 969px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-969px {
    max-height: 969px;
  }
}

.u-max-h-970px {
  max-height: 970px;
}

.u-max-h-xs-970px {
  max-height: 970px;
}

@media (min-width: 576px) {
  .u-max-h-sm-970px {
    max-height: 970px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-970px {
    max-height: 970px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-970px {
    max-height: 970px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-970px {
    max-height: 970px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-970px {
    max-height: 970px;
  }
}

.u-max-h-971px {
  max-height: 971px;
}

.u-max-h-xs-971px {
  max-height: 971px;
}

@media (min-width: 576px) {
  .u-max-h-sm-971px {
    max-height: 971px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-971px {
    max-height: 971px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-971px {
    max-height: 971px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-971px {
    max-height: 971px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-971px {
    max-height: 971px;
  }
}

.u-max-h-972px {
  max-height: 972px;
}

.u-max-h-xs-972px {
  max-height: 972px;
}

@media (min-width: 576px) {
  .u-max-h-sm-972px {
    max-height: 972px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-972px {
    max-height: 972px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-972px {
    max-height: 972px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-972px {
    max-height: 972px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-972px {
    max-height: 972px;
  }
}

.u-max-h-973px {
  max-height: 973px;
}

.u-max-h-xs-973px {
  max-height: 973px;
}

@media (min-width: 576px) {
  .u-max-h-sm-973px {
    max-height: 973px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-973px {
    max-height: 973px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-973px {
    max-height: 973px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-973px {
    max-height: 973px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-973px {
    max-height: 973px;
  }
}

.u-max-h-974px {
  max-height: 974px;
}

.u-max-h-xs-974px {
  max-height: 974px;
}

@media (min-width: 576px) {
  .u-max-h-sm-974px {
    max-height: 974px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-974px {
    max-height: 974px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-974px {
    max-height: 974px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-974px {
    max-height: 974px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-974px {
    max-height: 974px;
  }
}

.u-max-h-975px {
  max-height: 975px;
}

.u-max-h-xs-975px {
  max-height: 975px;
}

@media (min-width: 576px) {
  .u-max-h-sm-975px {
    max-height: 975px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-975px {
    max-height: 975px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-975px {
    max-height: 975px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-975px {
    max-height: 975px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-975px {
    max-height: 975px;
  }
}

.u-max-h-976px {
  max-height: 976px;
}

.u-max-h-xs-976px {
  max-height: 976px;
}

@media (min-width: 576px) {
  .u-max-h-sm-976px {
    max-height: 976px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-976px {
    max-height: 976px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-976px {
    max-height: 976px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-976px {
    max-height: 976px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-976px {
    max-height: 976px;
  }
}

.u-max-h-977px {
  max-height: 977px;
}

.u-max-h-xs-977px {
  max-height: 977px;
}

@media (min-width: 576px) {
  .u-max-h-sm-977px {
    max-height: 977px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-977px {
    max-height: 977px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-977px {
    max-height: 977px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-977px {
    max-height: 977px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-977px {
    max-height: 977px;
  }
}

.u-max-h-978px {
  max-height: 978px;
}

.u-max-h-xs-978px {
  max-height: 978px;
}

@media (min-width: 576px) {
  .u-max-h-sm-978px {
    max-height: 978px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-978px {
    max-height: 978px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-978px {
    max-height: 978px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-978px {
    max-height: 978px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-978px {
    max-height: 978px;
  }
}

.u-max-h-979px {
  max-height: 979px;
}

.u-max-h-xs-979px {
  max-height: 979px;
}

@media (min-width: 576px) {
  .u-max-h-sm-979px {
    max-height: 979px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-979px {
    max-height: 979px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-979px {
    max-height: 979px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-979px {
    max-height: 979px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-979px {
    max-height: 979px;
  }
}

.u-max-h-980px {
  max-height: 980px;
}

.u-max-h-xs-980px {
  max-height: 980px;
}

@media (min-width: 576px) {
  .u-max-h-sm-980px {
    max-height: 980px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-980px {
    max-height: 980px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-980px {
    max-height: 980px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-980px {
    max-height: 980px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-980px {
    max-height: 980px;
  }
}

.u-max-h-981px {
  max-height: 981px;
}

.u-max-h-xs-981px {
  max-height: 981px;
}

@media (min-width: 576px) {
  .u-max-h-sm-981px {
    max-height: 981px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-981px {
    max-height: 981px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-981px {
    max-height: 981px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-981px {
    max-height: 981px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-981px {
    max-height: 981px;
  }
}

.u-max-h-982px {
  max-height: 982px;
}

.u-max-h-xs-982px {
  max-height: 982px;
}

@media (min-width: 576px) {
  .u-max-h-sm-982px {
    max-height: 982px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-982px {
    max-height: 982px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-982px {
    max-height: 982px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-982px {
    max-height: 982px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-982px {
    max-height: 982px;
  }
}

.u-max-h-983px {
  max-height: 983px;
}

.u-max-h-xs-983px {
  max-height: 983px;
}

@media (min-width: 576px) {
  .u-max-h-sm-983px {
    max-height: 983px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-983px {
    max-height: 983px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-983px {
    max-height: 983px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-983px {
    max-height: 983px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-983px {
    max-height: 983px;
  }
}

.u-max-h-984px {
  max-height: 984px;
}

.u-max-h-xs-984px {
  max-height: 984px;
}

@media (min-width: 576px) {
  .u-max-h-sm-984px {
    max-height: 984px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-984px {
    max-height: 984px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-984px {
    max-height: 984px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-984px {
    max-height: 984px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-984px {
    max-height: 984px;
  }
}

.u-max-h-985px {
  max-height: 985px;
}

.u-max-h-xs-985px {
  max-height: 985px;
}

@media (min-width: 576px) {
  .u-max-h-sm-985px {
    max-height: 985px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-985px {
    max-height: 985px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-985px {
    max-height: 985px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-985px {
    max-height: 985px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-985px {
    max-height: 985px;
  }
}

.u-max-h-986px {
  max-height: 986px;
}

.u-max-h-xs-986px {
  max-height: 986px;
}

@media (min-width: 576px) {
  .u-max-h-sm-986px {
    max-height: 986px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-986px {
    max-height: 986px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-986px {
    max-height: 986px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-986px {
    max-height: 986px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-986px {
    max-height: 986px;
  }
}

.u-max-h-987px {
  max-height: 987px;
}

.u-max-h-xs-987px {
  max-height: 987px;
}

@media (min-width: 576px) {
  .u-max-h-sm-987px {
    max-height: 987px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-987px {
    max-height: 987px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-987px {
    max-height: 987px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-987px {
    max-height: 987px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-987px {
    max-height: 987px;
  }
}

.u-max-h-988px {
  max-height: 988px;
}

.u-max-h-xs-988px {
  max-height: 988px;
}

@media (min-width: 576px) {
  .u-max-h-sm-988px {
    max-height: 988px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-988px {
    max-height: 988px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-988px {
    max-height: 988px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-988px {
    max-height: 988px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-988px {
    max-height: 988px;
  }
}

.u-max-h-989px {
  max-height: 989px;
}

.u-max-h-xs-989px {
  max-height: 989px;
}

@media (min-width: 576px) {
  .u-max-h-sm-989px {
    max-height: 989px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-989px {
    max-height: 989px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-989px {
    max-height: 989px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-989px {
    max-height: 989px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-989px {
    max-height: 989px;
  }
}

.u-max-h-990px {
  max-height: 990px;
}

.u-max-h-xs-990px {
  max-height: 990px;
}

@media (min-width: 576px) {
  .u-max-h-sm-990px {
    max-height: 990px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-990px {
    max-height: 990px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-990px {
    max-height: 990px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-990px {
    max-height: 990px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-990px {
    max-height: 990px;
  }
}

.u-max-h-991px {
  max-height: 991px;
}

.u-max-h-xs-991px {
  max-height: 991px;
}

@media (min-width: 576px) {
  .u-max-h-sm-991px {
    max-height: 991px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-991px {
    max-height: 991px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-991px {
    max-height: 991px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-991px {
    max-height: 991px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-991px {
    max-height: 991px;
  }
}

.u-max-h-992px {
  max-height: 992px;
}

.u-max-h-xs-992px {
  max-height: 992px;
}

@media (min-width: 576px) {
  .u-max-h-sm-992px {
    max-height: 992px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-992px {
    max-height: 992px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-992px {
    max-height: 992px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-992px {
    max-height: 992px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-992px {
    max-height: 992px;
  }
}

.u-max-h-993px {
  max-height: 993px;
}

.u-max-h-xs-993px {
  max-height: 993px;
}

@media (min-width: 576px) {
  .u-max-h-sm-993px {
    max-height: 993px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-993px {
    max-height: 993px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-993px {
    max-height: 993px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-993px {
    max-height: 993px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-993px {
    max-height: 993px;
  }
}

.u-max-h-994px {
  max-height: 994px;
}

.u-max-h-xs-994px {
  max-height: 994px;
}

@media (min-width: 576px) {
  .u-max-h-sm-994px {
    max-height: 994px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-994px {
    max-height: 994px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-994px {
    max-height: 994px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-994px {
    max-height: 994px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-994px {
    max-height: 994px;
  }
}

.u-max-h-995px {
  max-height: 995px;
}

.u-max-h-xs-995px {
  max-height: 995px;
}

@media (min-width: 576px) {
  .u-max-h-sm-995px {
    max-height: 995px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-995px {
    max-height: 995px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-995px {
    max-height: 995px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-995px {
    max-height: 995px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-995px {
    max-height: 995px;
  }
}

.u-max-h-996px {
  max-height: 996px;
}

.u-max-h-xs-996px {
  max-height: 996px;
}

@media (min-width: 576px) {
  .u-max-h-sm-996px {
    max-height: 996px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-996px {
    max-height: 996px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-996px {
    max-height: 996px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-996px {
    max-height: 996px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-996px {
    max-height: 996px;
  }
}

.u-max-h-997px {
  max-height: 997px;
}

.u-max-h-xs-997px {
  max-height: 997px;
}

@media (min-width: 576px) {
  .u-max-h-sm-997px {
    max-height: 997px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-997px {
    max-height: 997px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-997px {
    max-height: 997px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-997px {
    max-height: 997px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-997px {
    max-height: 997px;
  }
}

.u-max-h-998px {
  max-height: 998px;
}

.u-max-h-xs-998px {
  max-height: 998px;
}

@media (min-width: 576px) {
  .u-max-h-sm-998px {
    max-height: 998px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-998px {
    max-height: 998px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-998px {
    max-height: 998px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-998px {
    max-height: 998px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-998px {
    max-height: 998px;
  }
}

.u-max-h-999px {
  max-height: 999px;
}

.u-max-h-xs-999px {
  max-height: 999px;
}

@media (min-width: 576px) {
  .u-max-h-sm-999px {
    max-height: 999px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-999px {
    max-height: 999px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-999px {
    max-height: 999px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-999px {
    max-height: 999px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-999px {
    max-height: 999px;
  }
}

.u-max-h-1000px {
  max-height: 1000px;
}

.u-max-h-xs-1000px {
  max-height: 1000px;
}

@media (min-width: 576px) {
  .u-max-h-sm-1000px {
    max-height: 1000px;
  }
}

@media (min-width: 768px) {
  .u-max-h-md-1000px {
    max-height: 1000px;
  }
}

@media (min-width: 992px) {
  .u-max-h-lg-1000px {
    max-height: 1000px;
  }
}

@media (min-width: 1200px) {
  .u-max-h-xl-1000px {
    max-height: 1000px;
  }
}

@media (min-width: 1400px) {
  .u-max-h-xxl-1000px {
    max-height: 1000px;
  }
}

.u-w-fc {
  width: fit-content;
}

.u-w-mc {
  width: max-content;
}

.u-h-450px {
  height: 450px;
}

.u-bg-ocean-green-darken {
  background-color: #2d6c42;
}
.u-bg-footer {
  background-color: #73c2c4;
}
.u-bg-inherit {
  background-color: inherit;
}
.u-bg-transparent {
  background-color: transparent;
}
.u-bg-inherit-imp {
  background-color: inherit !important;
}
.u-bg-green-stripes {
  background: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}
.u-color-inherit {
  color: inherit;
}
.u-color-opacity {
  color: rgba(34, 34, 34, 0.08);
}
.u-fill-inherit {
  fill: inherit;
}
.u-border-none {
  border: none;
}
.u-border-1px-solid {
  border: 1px solid;
}
.u-border-r-none {
  border-right: none;
}
.u-border-l-none {
  border-left: none !important;
}
.u-border-t-none {
  border-top: none;
}
.u-border-left {
  border-left: 1px solid;
}
.u-border-top {
  border-top: 1px solid;
}
.u-border-right {
  border-right: 1px solid;
}
.u-border-bottom {
  border-bottom: 1px solid;
}
.u-border-bottom_dashed {
  border-bottom: 1px dashed;
}
.u-border-dashed {
  border-style: dashed;
}
.u-border-width-2px {
  border-width: 2px;
}
.u-border-width-5px {
  border-width: 5px;
}
.u-border-left-width-10px {
  border-left-width: 10px;
}
.u-border-b-none {
  border-bottom: none;
}
.u-border-color-transparent {
  border-color: transparent !important;
}
.u-br-0 {
  border-radius: 0;
}
.u-br-50 {
  border-radius: 50%;
}
.u-br-10px {
  border-radius: 10px;
}
.u-br-12px {
  border-radius: 12px;
}
.u-br-6px {
  border-radius: 6px;
}
.u-br-8px {
  border-radius: 8px;
}
.u-br-4px {
  border-radius: 4px;
}
.u-br-l-4px {
  border-radius: 4px 0 0 4px;
}
.u-br-r-4px {
  border-radius: 0 4px 4px 0;
}
.u-br-tr-6px {
  border-radius: 0 6px 0 0;
}
.u-br-tl-6px {
  border-radius: 6px 0 0 0;
}
.u-br-l-6px {
  border-radius: 6px 0 0 6px;
}
.u-br-r-6px {
  border-radius: 0 6px 6px 0;
}
.u-h-100 {
  height: 100%;
}
.u-h-40px {
  height: 40px;
}
.u-h-100px {
  height: 100px;
}
.u-h-220 {
  height: 220px;
}
.u-h-unset {
  height: unset;
}
.u-h-auto {
  height: auto;
}
.u-no-resize {
  resize: none;
}
.u-underline {
  text-decoration: underline;
}
.u-lineThrough {
  text-decoration: line-through;
}
.u-noUnderline {
  text-decoration: none !important;
}
.u-line-through {
  text-decoration: line-through;
}
@media print {
  .u-noPrint {
    display: none;
  }
}
.u-hidden {
  display: none !important;
}
.u-block {
  display: block;
}
.u-inline-block {
  display: inline-block;
}
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute;
}
.u-fixed {
  position: fixed;
}
.u-rotate-90 {
  transform: rotate(90deg);
}
.u-rotate-180 {
  transform: rotate(180deg);
}
.u-rotate-270 {
  transform: rotate(270deg);
}
.u-spacer-v-35 {
  height: 35px;
}
.u-spacer-v-45 {
  height: 45px;
}
.u-spacer-v-60 {
  height: 60px;
}
.u-spacer-v-70 {
  height: 70px;
}
.u-spacer-v-71 {
  height: 71px;
}
.u-spacer-v-121 {
  height: 121px;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-down {
  font-size: 0.85em;
}
.u-text-bottom {
  vertical-align: bottom;
}
.u-text-middle {
  vertical-align: middle;
}
.u-text-top {
  vertical-align: top;
}
.u-text-text_top {
  vertical-align: text-top;
}
.u-text-end {
  text-align: end;
  vertical-align: bottom;
}
.u-text-super {
  vertical-align: super;
}
@media (min-width: 768px) {
  .u-text-md-right {
    text-align: right;
  }
}
.u-fstyle-italic {
  font-style: italic;
}
.u-fs-60px {
  font-size: 60px;
}
.u-fs-45px {
  font-size: 45px;
}
.u-fs-40px {
  font-size: 40px;
}
.u-fs-38px {
  font-size: 38px;
}
.u-fs-36px {
  font-size: 36px;
}
.u-fs-35px {
  font-size: 35px;
}
.u-fs-34px {
  font-size: 34px;
}
.u-fs-28px {
  font-size: 28px;
}
.u-fs-24px {
  font-size: 24px;
}
.u-fs-22px {
  font-size: 22px;
}
.u-fs-20px {
  font-size: 20px;
}
.u-fs-18px {
  font-size: 18px;
}
.u-fs-17px {
  font-size: 17px;
}
.u-fs-16px {
  font-size: 16px;
}
.u-fs-14px {
  font-size: 14px;
}
.u-fs-12px {
  font-size: 12px;
}
.u-fs-10px {
  font-size: 10px;
}
.u-fs-8px {
  font-size: 8px;
}
.u-lh-46px {
  line-height: 46px;
}
.u-lh-45px {
  line-height: 45px;
}
.u-lh-44px {
  line-height: 44px;
}
.u-lh-41px {
  line-height: 41px;
}
.u-lh-40px {
  line-height: 40px;
}
.u-lh-34px {
  line-height: 34px;
}
.u-lh-32px {
  line-height: 32px;
}
.u-lh-27px {
  line-height: 27px;
}
.u-lh-24px {
  line-height: 24px;
}
.u-lh-23px {
  line-height: 23px;
}
.u-lh-22px {
  line-height: 22px;
}
.u-lh-21px {
  line-height: 21px;
}
.u-lh-20px {
  line-height: 20px;
}
.u-lh-19px {
  line-height: 19px;
}
.u-lh-18px {
  line-height: 18px;
}
.u-lh-17px {
  line-height: 17px;
}
.u-lh-16px {
  line-height: 16px;
}
.u-lh-15px {
  line-height: 15px;
}
.u-lh-14px {
  line-height: 14px;
}
.u-lh-12px {
  line-height: 12px;
}
.u-lh-1 {
  line-height: 1;
}
.u-w-50 {
  width: 50%;
}
.u-w-100 {
  width: 100%;
}
.u-w-150 {
  width: 150%;
}
.u-w-40px {
  width: 40px;
}
.u-w-35 {
  width: 35px;
}
.u-w-50px {
  width: 50px;
}
.u-w-80px {
  width: 80px;
}
.u-w-100px {
  width: 100px;
}
.u-w-120px {
  width: 120px;
}
.u-w-140px {
  width: 140px;
}
.u-w-160px {
  width: 160px;
}
.u-w-180px {
  width: 180px;
}
.u-w-240px {
  width: 240px;
}
.u-w-280px {
  width: 280px;
}
.u-w-380px {
  width: 380px;
}
.u-w-450px {
  width: 450px;
}
.u-w-500px {
  width: 500px;
}
.u-w-580px {
  width: 580px;
}
.u-w-auto {
  width: auto;
}
.u-w-auto--imp {
  width: auto !important;
}
.u-max-w-50 {
  max-width: 50% !important;
}
.u-max-w-100 {
  max-width: 100% !important;
}
.u-max-w-tablet {
  max-width: 768px;
}
.u-max-w-tabletL {
  max-width: 1024px;
}
.u-max-w-laptop {
  max-width: 1366px;
}
.u-max-w-laptopL {
  max-width: 1440px !important;
}
.u-max-w-desktop {
  max-width: 1920px;
}
.u-max-w-unset {
  max-width: unset;
}
.u-max-w-90 {
  max-width: 90% !important;
}
.u-max-w-80 {
  max-width: 80% !important;
}
.u-max-h-220 {
  max-height: 220px;
}
.u-max-h-100per {
  max-height: 100%;
}
.u-weight-300 {
  font-weight: 300;
}
.u-weight-400 {
  font-weight: 400;
}
.u-weight-500 {
  font-weight: 500;
}
.u-weight-600 {
  font-weight: 600;
}
.u-weight-700 {
  font-weight: 700;
}
.u-min-h-100vh {
  min-height: 100vh;
}
.u-min-h-70vh {
  min-height: 70vh;
}
.u-min-h-200px {
  min-height: 200px;
}
.u-min-w-1 {
  min-width: 1em;
}
.u-min-w-20 {
  min-width: 20em;
}
.u-min-w-50px {
  min-width: 50px;
}
.u-min-w-200 {
  min-width: 200px;
}
.u-min-w-150 {
  min-width: 150px;
}
.u-min-w-100 {
  min-width: 100px;
}
.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}
.u-noEvent {
  pointer-events: none;
}
.u-flex-0 {
  flex: 0;
}
.u-flex-1 {
  flex: 1;
}
.u-grid {
  display: grid;
}
.u-flex {
  display: flex;
}
.u-al-s-end {
  align-self: flex-end;
}
.u-flex-al-start {
  display: flex;
  align-items: start;
}
.u-flex-al-c {
  display: flex;
  align-items: center;
}
.u-flex-anchor-center {
  display: flex;
  align-items: anchor-center;
}
.u-al-c {
  align-items: center;
}
.u-flex-al-end {
  display: flex;
  align-items: end;
}
.u-flex-sp-bw {
  display: flex;
  justify-content: space-between;
}
.u-flex-sp-a {
  display: flex;
  justify-content: space-around;
}
.u-flex-sp-e {
  display: flex;
  justify-content: end;
}
.u-flex-sp-s {
  display: flex;
  justify-content: end;
}
.u-flex-sp-c {
  display: flex;
  justify-content: center;
}
.u-flex-al-c-sp-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-flex-al-end-sp-c {
  display: flex;
  align-items: end;
  justify-content: center;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-rr {
  display: flex;
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.u_right {
  right: 0;
}
.u_left {
  left: 0;
}
.u_left-3vw {
  left: 3vw;
}
.u_top {
  top: 0;
}
.u_top-5vh {
  top: 5vh;
}
.u .u_top-0 {
  top: 0px !important;
}
.u .u_top-2 {
  top: 2px !important;
}
.u .u_top-4 {
  top: 4px !important;
}
.u .u_top-6 {
  top: 6px !important;
}
.u .u_top-8 {
  top: 8px !important;
}
.u .u_top-10 {
  top: 10px !important;
}
.u .u_top-12 {
  top: 12px !important;
}
.u .u_top-14 {
  top: 14px !important;
}
.u .u_top-16 {
  top: 16px !important;
}
.u .u_top-18 {
  top: 18px !important;
}
.u .u_top-20 {
  top: 20px !important;
}
.u .u_top-22 {
  top: 22px !important;
}
.u .u_top-24 {
  top: 24px !important;
}
.u .u_top-26 {
  top: 26px !important;
}
.u .u_top-28 {
  top: 28px !important;
}
.u .u_top-30 {
  top: 30px !important;
}
.u .u_top-32 {
  top: 32px !important;
}
.u .u_top-34 {
  top: 34px !important;
}
.u .u_top-36 {
  top: 36px !important;
}
.u .u_top-38 {
  top: 38px !important;
}
.u .u_top-40 {
  top: 40px !important;
}
.u .u_top-42 {
  top: 42px !important;
}
.u .u_top-44 {
  top: 44px !important;
}
.u .u_top-46 {
  top: 46px !important;
}
.u .u_top-48 {
  top: 48px !important;
}
.u .u_top-50 {
  top: 50px !important;
}
.u .u_top-52 {
  top: 52px !important;
}
.u .u_top-54 {
  top: 54px !important;
}
.u .u_top-56 {
  top: 56px !important;
}
.u .u_top-58 {
  top: 58px !important;
}
.u .u_top-60 {
  top: 60px !important;
}
.u .u_top-62 {
  top: 62px !important;
}
.u .u_top-64 {
  top: 64px !important;
}
.u .u_top-66 {
  top: 66px !important;
}
.u .u_top-68 {
  top: 68px !important;
}
.u .u_top-70 {
  top: 70px !important;
}
.u .u_top-72 {
  top: 72px !important;
}
.u .u_top-74 {
  top: 74px !important;
}
.u .u_top-76 {
  top: 76px !important;
}
.u .u_top-78 {
  top: 78px !important;
}
.u .u_top-80 {
  top: 80px !important;
}
.u_bottom {
  bottom: 0;
}
.u-center-position {
  top: 0;
  bottom: 0;
  transform: translateY(50%);
}
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-order-1 {
  order: 1;
}
.u-error-message ~ div .Field {
  border-color: #FF6262;
}
.u-pseudo-bg {
  position: sticky;
}
.u-pseudo-bg::after {
  background-color: #ECEFF1;
  content: "";
  height: 100%;
  position: absolute;
  right: -475px;
  top: 0;
  width: 800px;
  z-index: -1;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-scroll {
  overflow: scroll;
}
.u-overflow-y-scroll {
  overflow: scroll;
}
.u-overflow-x-auto {
  overflow-x: auto;
}
.u-scrollable-table {
  max-width: 100vw;
  overflow-y: scroll;
}
.u-white-space-normal {
  white-space: normal;
}
.u-white-space-nowrap {
  white-space: nowrap;
}
.u-white-space-prewrap {
  white-space: pre-wrap;
}
.u-word-break-break-word {
  overflow-wrap: break-word;
  word-break: normal;
}
.u-outline {
  outline: 1px solid #4BB46E !important;
}
.u-object-cover {
  object-fit: cover;
}
.u-object-contain {
  object-fit: contain;
}
.u-bs-none {
  box-shadow: none !important;
}
.u-index-high {
  z-index: 1051;
}
.u-index-larger-than-modal {
  z-index: 1100;
}
.u-index-larger-than-banner {
  z-index: 1101;
}
.u-z-0 {
  z-index: 0;
}
.u-z-1 {
  z-index: 1;
}
.u-z--1 {
  z-index: -1;
}
.u-letter-spacing-2px {
  letter-spacing: 2px;
}
.u-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.u-list-style-none {
  list-style: none;
}
.u-list-style-disc {
  list-style: disc;
}
.u-truncateText {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.u-truncateText--4 {
  -webkit-line-clamp: 4;
}
.u-box-shadow-primary {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.05);
}
.u-box-shadow-top {
  box-shadow: 0px -2px 18px 10px rgba(0, 0, 0, 0.12);
}
.u-select-none {
  user-select: none;
}

.u-grid-tem-col-0 {
  grid-template-columns: repeat(0, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-0 {
    grid-template-columns: repeat(0, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-0 {
    grid-template-columns: repeat(0, 1fr);
  }
}

.u-grid-tem-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.u-grid-tem-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.u-grid-tem-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.u-grid-tem-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.u-grid-tem-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.u-grid-tem-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.u-grid-tem-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.u-grid-tem-col-8 {
  grid-template-columns: repeat(8, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.u-grid-tem-col-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.u-grid-tem-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.u-col-gap-0 {
  column-gap: 0px;
}

.u-row-gap-0 {
  row-gap: 0px;
}

.u-col-gap-1 {
  column-gap: 1px;
}

.u-row-gap-1 {
  row-gap: 1px;
}

.u-col-gap-2 {
  column-gap: 2px;
}

.u-row-gap-2 {
  row-gap: 2px;
}

.u-col-gap-3 {
  column-gap: 3px;
}

.u-row-gap-3 {
  row-gap: 3px;
}

.u-col-gap-4 {
  column-gap: 4px;
}

.u-row-gap-4 {
  row-gap: 4px;
}

.u-col-gap-5 {
  column-gap: 5px;
}

.u-row-gap-5 {
  row-gap: 5px;
}

.u-col-gap-6 {
  column-gap: 6px;
}

.u-row-gap-6 {
  row-gap: 6px;
}

.u-col-gap-7 {
  column-gap: 7px;
}

.u-row-gap-7 {
  row-gap: 7px;
}

.u-col-gap-8 {
  column-gap: 8px;
}

.u-row-gap-8 {
  row-gap: 8px;
}

.u-col-gap-9 {
  column-gap: 9px;
}

.u-row-gap-9 {
  row-gap: 9px;
}

.u-col-gap-10 {
  column-gap: 10px;
}

.u-row-gap-10 {
  row-gap: 10px;
}

.u-col-gap-11 {
  column-gap: 11px;
}

.u-row-gap-11 {
  row-gap: 11px;
}

.u-col-gap-12 {
  column-gap: 12px;
}

.u-row-gap-12 {
  row-gap: 12px;
}

.u-col-gap-13 {
  column-gap: 13px;
}

.u-row-gap-13 {
  row-gap: 13px;
}

.u-col-gap-14 {
  column-gap: 14px;
}

.u-row-gap-14 {
  row-gap: 14px;
}

.u-col-gap-15 {
  column-gap: 15px;
}

.u-row-gap-15 {
  row-gap: 15px;
}

.u-col-gap-16 {
  column-gap: 16px;
}

.u-row-gap-16 {
  row-gap: 16px;
}

.u-col-gap-17 {
  column-gap: 17px;
}

.u-row-gap-17 {
  row-gap: 17px;
}

.u-col-gap-18 {
  column-gap: 18px;
}

.u-row-gap-18 {
  row-gap: 18px;
}

.u-col-gap-19 {
  column-gap: 19px;
}

.u-row-gap-19 {
  row-gap: 19px;
}

.u-col-gap-20 {
  column-gap: 20px;
}

.u-row-gap-20 {
  row-gap: 20px;
}

.u-col-gap-21 {
  column-gap: 21px;
}

.u-row-gap-21 {
  row-gap: 21px;
}

.u-col-gap-22 {
  column-gap: 22px;
}

.u-row-gap-22 {
  row-gap: 22px;
}

.u-col-gap-23 {
  column-gap: 23px;
}

.u-row-gap-23 {
  row-gap: 23px;
}

.u-col-gap-24 {
  column-gap: 24px;
}

.u-row-gap-24 {
  row-gap: 24px;
}

.u-col-gap-25 {
  column-gap: 25px;
}

.u-row-gap-25 {
  row-gap: 25px;
}

.u-col-gap-26 {
  column-gap: 26px;
}

.u-row-gap-26 {
  row-gap: 26px;
}

.u-col-gap-27 {
  column-gap: 27px;
}

.u-row-gap-27 {
  row-gap: 27px;
}

.u-col-gap-28 {
  column-gap: 28px;
}

.u-row-gap-28 {
  row-gap: 28px;
}

.u-col-gap-29 {
  column-gap: 29px;
}

.u-row-gap-29 {
  row-gap: 29px;
}

.u-col-gap-30 {
  column-gap: 30px;
}

.u-row-gap-30 {
  row-gap: 30px;
}

.u-col-gap-31 {
  column-gap: 31px;
}

.u-row-gap-31 {
  row-gap: 31px;
}

.u-col-gap-32 {
  column-gap: 32px;
}

.u-row-gap-32 {
  row-gap: 32px;
}

.u-col-gap-33 {
  column-gap: 33px;
}

.u-row-gap-33 {
  row-gap: 33px;
}

.u-col-gap-34 {
  column-gap: 34px;
}

.u-row-gap-34 {
  row-gap: 34px;
}

.u-col-gap-35 {
  column-gap: 35px;
}

.u-row-gap-35 {
  row-gap: 35px;
}

.u-col-gap-36 {
  column-gap: 36px;
}

.u-row-gap-36 {
  row-gap: 36px;
}

.u-col-gap-37 {
  column-gap: 37px;
}

.u-row-gap-37 {
  row-gap: 37px;
}

.u-col-gap-38 {
  column-gap: 38px;
}

.u-row-gap-38 {
  row-gap: 38px;
}

.u-col-gap-39 {
  column-gap: 39px;
}

.u-row-gap-39 {
  row-gap: 39px;
}

.u-col-gap-40 {
  column-gap: 40px;
}

.u-row-gap-40 {
  row-gap: 40px;
}

.u-col-gap-41 {
  column-gap: 41px;
}

.u-row-gap-41 {
  row-gap: 41px;
}

.u-col-gap-42 {
  column-gap: 42px;
}

.u-row-gap-42 {
  row-gap: 42px;
}

.u-col-gap-43 {
  column-gap: 43px;
}

.u-row-gap-43 {
  row-gap: 43px;
}

.u-col-gap-44 {
  column-gap: 44px;
}

.u-row-gap-44 {
  row-gap: 44px;
}

.u-col-gap-45 {
  column-gap: 45px;
}

.u-row-gap-45 {
  row-gap: 45px;
}

.u-col-gap-46 {
  column-gap: 46px;
}

.u-row-gap-46 {
  row-gap: 46px;
}

.u-col-gap-47 {
  column-gap: 47px;
}

.u-row-gap-47 {
  row-gap: 47px;
}

.u-col-gap-48 {
  column-gap: 48px;
}

.u-row-gap-48 {
  row-gap: 48px;
}

.u-col-gap-49 {
  column-gap: 49px;
}

.u-row-gap-49 {
  row-gap: 49px;
}

.u-col-gap-50 {
  column-gap: 50px;
}

.u-row-gap-50 {
  row-gap: 50px;
}

.u-col-gap-51 {
  column-gap: 51px;
}

.u-row-gap-51 {
  row-gap: 51px;
}

.u-col-gap-52 {
  column-gap: 52px;
}

.u-row-gap-52 {
  row-gap: 52px;
}

.u-col-gap-53 {
  column-gap: 53px;
}

.u-row-gap-53 {
  row-gap: 53px;
}

.u-col-gap-54 {
  column-gap: 54px;
}

.u-row-gap-54 {
  row-gap: 54px;
}

.u-col-gap-55 {
  column-gap: 55px;
}

.u-row-gap-55 {
  row-gap: 55px;
}

.u-col-gap-56 {
  column-gap: 56px;
}

.u-row-gap-56 {
  row-gap: 56px;
}

.u-col-gap-57 {
  column-gap: 57px;
}

.u-row-gap-57 {
  row-gap: 57px;
}

.u-col-gap-58 {
  column-gap: 58px;
}

.u-row-gap-58 {
  row-gap: 58px;
}

.u-col-gap-59 {
  column-gap: 59px;
}

.u-row-gap-59 {
  row-gap: 59px;
}

.u-col-gap-60 {
  column-gap: 60px;
}

.u-row-gap-60 {
  row-gap: 60px;
}

.u-col-gap-61 {
  column-gap: 61px;
}

.u-row-gap-61 {
  row-gap: 61px;
}

.u-col-gap-62 {
  column-gap: 62px;
}

.u-row-gap-62 {
  row-gap: 62px;
}

.u-col-gap-63 {
  column-gap: 63px;
}

.u-row-gap-63 {
  row-gap: 63px;
}

.u-col-gap-64 {
  column-gap: 64px;
}

.u-row-gap-64 {
  row-gap: 64px;
}

.u-col-gap-65 {
  column-gap: 65px;
}

.u-row-gap-65 {
  row-gap: 65px;
}

.u-col-gap-66 {
  column-gap: 66px;
}

.u-row-gap-66 {
  row-gap: 66px;
}

.u-col-gap-67 {
  column-gap: 67px;
}

.u-row-gap-67 {
  row-gap: 67px;
}

.u-col-gap-68 {
  column-gap: 68px;
}

.u-row-gap-68 {
  row-gap: 68px;
}

.u-col-gap-69 {
  column-gap: 69px;
}

.u-row-gap-69 {
  row-gap: 69px;
}

.u-col-gap-70 {
  column-gap: 70px;
}

.u-row-gap-70 {
  row-gap: 70px;
}

.u-col-gap-71 {
  column-gap: 71px;
}

.u-row-gap-71 {
  row-gap: 71px;
}

.u-col-gap-72 {
  column-gap: 72px;
}

.u-row-gap-72 {
  row-gap: 72px;
}

.u-col-gap-73 {
  column-gap: 73px;
}

.u-row-gap-73 {
  row-gap: 73px;
}

.u-col-gap-74 {
  column-gap: 74px;
}

.u-row-gap-74 {
  row-gap: 74px;
}

.u-col-gap-75 {
  column-gap: 75px;
}

.u-row-gap-75 {
  row-gap: 75px;
}

.u-col-gap-76 {
  column-gap: 76px;
}

.u-row-gap-76 {
  row-gap: 76px;
}

.u-col-gap-77 {
  column-gap: 77px;
}

.u-row-gap-77 {
  row-gap: 77px;
}

.u-col-gap-78 {
  column-gap: 78px;
}

.u-row-gap-78 {
  row-gap: 78px;
}

.u-col-gap-79 {
  column-gap: 79px;
}

.u-row-gap-79 {
  row-gap: 79px;
}

.u-col-gap-80 {
  column-gap: 80px;
}

.u-row-gap-80 {
  row-gap: 80px;
}

.u-col-gap-81 {
  column-gap: 81px;
}

.u-row-gap-81 {
  row-gap: 81px;
}

.u-col-gap-82 {
  column-gap: 82px;
}

.u-row-gap-82 {
  row-gap: 82px;
}

.u-col-gap-83 {
  column-gap: 83px;
}

.u-row-gap-83 {
  row-gap: 83px;
}

.u-col-gap-84 {
  column-gap: 84px;
}

.u-row-gap-84 {
  row-gap: 84px;
}

.u-col-gap-85 {
  column-gap: 85px;
}

.u-row-gap-85 {
  row-gap: 85px;
}

.u-col-gap-86 {
  column-gap: 86px;
}

.u-row-gap-86 {
  row-gap: 86px;
}

.u-col-gap-87 {
  column-gap: 87px;
}

.u-row-gap-87 {
  row-gap: 87px;
}

.u-col-gap-88 {
  column-gap: 88px;
}

.u-row-gap-88 {
  row-gap: 88px;
}

.u-col-gap-89 {
  column-gap: 89px;
}

.u-row-gap-89 {
  row-gap: 89px;
}

.u-col-gap-90 {
  column-gap: 90px;
}

.u-row-gap-90 {
  row-gap: 90px;
}

.u-col-gap-91 {
  column-gap: 91px;
}

.u-row-gap-91 {
  row-gap: 91px;
}

.u-col-gap-92 {
  column-gap: 92px;
}

.u-row-gap-92 {
  row-gap: 92px;
}

.u-col-gap-93 {
  column-gap: 93px;
}

.u-row-gap-93 {
  row-gap: 93px;
}

.u-col-gap-94 {
  column-gap: 94px;
}

.u-row-gap-94 {
  row-gap: 94px;
}

.u-col-gap-95 {
  column-gap: 95px;
}

.u-row-gap-95 {
  row-gap: 95px;
}

.u-col-gap-96 {
  column-gap: 96px;
}

.u-row-gap-96 {
  row-gap: 96px;
}

.u-col-gap-97 {
  column-gap: 97px;
}

.u-row-gap-97 {
  row-gap: 97px;
}

.u-col-gap-98 {
  column-gap: 98px;
}

.u-row-gap-98 {
  row-gap: 98px;
}

.u-col-gap-99 {
  column-gap: 99px;
}

.u-row-gap-99 {
  row-gap: 99px;
}

.u-col-gap-100 {
  column-gap: 100px;
}

.u-row-gap-100 {
  row-gap: 100px;
}

.u-opacity-0 {
  opacity: 0;
}

.u-opacity-1 {
  opacity: 0.1;
}

.u-opacity-2 {
  opacity: 0.2;
}

.u-opacity-3 {
  opacity: 0.3;
}

.u-opacity-4 {
  opacity: 0.4;
}

.u-opacity-5 {
  opacity: 0.5;
}

.u-opacity-6 {
  opacity: 0.6;
}

.u-opacity-7 {
  opacity: 0.7;
}

.u-opacity-8 {
  opacity: 0.8;
}

.u-opacity-9 {
  opacity: 0.9;
}

.u-opacity-10 {
  opacity: 1;
}

.u-gap-0 {
  gap: 0px;
}

.u-gap-2 {
  gap: 2px;
}

.u-gap-4 {
  gap: 4px;
}

.u-gap-6 {
  gap: 6px;
}

.u-gap-8 {
  gap: 8px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-12 {
  gap: 12px;
}

.u-gap-14 {
  gap: 14px;
}

.u-gap-16 {
  gap: 16px;
}

.u-gap-18 {
  gap: 18px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-22 {
  gap: 22px;
}

.u-gap-24 {
  gap: 24px;
}

.u-gap-26 {
  gap: 26px;
}

.u-gap-28 {
  gap: 28px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-32 {
  gap: 32px;
}

.u-gap-34 {
  gap: 34px;
}

.u-gap-36 {
  gap: 36px;
}

.u-gap-38 {
  gap: 38px;
}

.u-gap-40 {
  gap: 40px;
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

.u-z-index-0 {
  z-index: 0;
}

.u-z-index-1 {
  z-index: 1;
}

.u-z-index-2 {
  z-index: 2;
}

.u-z-index-3 {
  z-index: 3;
}

.u-z-index-4 {
  z-index: 4;
}

.u-z-index-5 {
  z-index: 5;
}

.u-z-index-6 {
  z-index: 6;
}

.u-z-index-7 {
  z-index: 7;
}

.u-z-index-8 {
  z-index: 8;
}

.u-z-index-9 {
  z-index: 9;
}

.u-z-index-10 {
  z-index: 10;
}

.u-z-index-11 {
  z-index: 11;
}

.u-z-index-12 {
  z-index: 12;
}

.u-z-index-13 {
  z-index: 13;
}

.u-z-index-14 {
  z-index: 14;
}

.u-z-index-15 {
  z-index: 15;
}

.u-z-index-16 {
  z-index: 16;
}

.u-z-index-17 {
  z-index: 17;
}

.u-z-index-18 {
  z-index: 18;
}

.u-z-index-19 {
  z-index: 19;
}

.u-z-index-20 {
  z-index: 20;
}

.u-z-index-100 {
  z-index: 100;
}

.u-scrolling-list {
  grid-auto-flow: column;
  grid-column-gap: 10px;
  align-items: start;
  overflow-x: scroll;
  padding-bottom: 5px;
}

.u-grid-auto-columns-0 {
  grid-auto-columns: minmax(0px, auto);
}

.u-grid-auto-columns-5 {
  grid-auto-columns: minmax(5px, auto);
}

.u-grid-auto-columns-10 {
  grid-auto-columns: minmax(10px, auto);
}

.u-grid-auto-columns-15 {
  grid-auto-columns: minmax(15px, auto);
}

.u-grid-auto-columns-20 {
  grid-auto-columns: minmax(20px, auto);
}

.u-grid-auto-columns-25 {
  grid-auto-columns: minmax(25px, auto);
}

.u-grid-auto-columns-30 {
  grid-auto-columns: minmax(30px, auto);
}

.u-grid-auto-columns-35 {
  grid-auto-columns: minmax(35px, auto);
}

.u-grid-auto-columns-40 {
  grid-auto-columns: minmax(40px, auto);
}

.u-grid-auto-columns-45 {
  grid-auto-columns: minmax(45px, auto);
}

.u-grid-auto-columns-50 {
  grid-auto-columns: minmax(50px, auto);
}

.u-grid-auto-columns-55 {
  grid-auto-columns: minmax(55px, auto);
}

.u-grid-auto-columns-60 {
  grid-auto-columns: minmax(60px, auto);
}

.u-grid-auto-columns-65 {
  grid-auto-columns: minmax(65px, auto);
}

.u-grid-auto-columns-70 {
  grid-auto-columns: minmax(70px, auto);
}

.u-grid-auto-columns-75 {
  grid-auto-columns: minmax(75px, auto);
}

.u-grid-auto-columns-80 {
  grid-auto-columns: minmax(80px, auto);
}

.u-grid-auto-columns-85 {
  grid-auto-columns: minmax(85px, auto);
}

.u-grid-auto-columns-90 {
  grid-auto-columns: minmax(90px, auto);
}

.u-grid-auto-columns-95 {
  grid-auto-columns: minmax(95px, auto);
}

.u-grid-auto-columns-100 {
  grid-auto-columns: minmax(100px, auto);
}

.u-grid-auto-columns-105 {
  grid-auto-columns: minmax(105px, auto);
}

.u-grid-auto-columns-110 {
  grid-auto-columns: minmax(110px, auto);
}

.u-grid-auto-columns-115 {
  grid-auto-columns: minmax(115px, auto);
}

.u-grid-auto-columns-120 {
  grid-auto-columns: minmax(120px, auto);
}

.u-grid-auto-columns-125 {
  grid-auto-columns: minmax(125px, auto);
}

.u-grid-auto-columns-130 {
  grid-auto-columns: minmax(130px, auto);
}

.u-grid-auto-columns-135 {
  grid-auto-columns: minmax(135px, auto);
}

.u-grid-auto-columns-140 {
  grid-auto-columns: minmax(140px, auto);
}

.u-grid-auto-columns-145 {
  grid-auto-columns: minmax(145px, auto);
}

.u-grid-auto-columns-150 {
  grid-auto-columns: minmax(150px, auto);
}

.u-grid-auto-columns-155 {
  grid-auto-columns: minmax(155px, auto);
}

.u-grid-auto-columns-160 {
  grid-auto-columns: minmax(160px, auto);
}

.u-grid-auto-columns-165 {
  grid-auto-columns: minmax(165px, auto);
}

.u-grid-auto-columns-170 {
  grid-auto-columns: minmax(170px, auto);
}

.u-grid-auto-columns-175 {
  grid-auto-columns: minmax(175px, auto);
}

.u-grid-auto-columns-180 {
  grid-auto-columns: minmax(180px, auto);
}

.u-grid-auto-columns-185 {
  grid-auto-columns: minmax(185px, auto);
}

.u-grid-auto-columns-190 {
  grid-auto-columns: minmax(190px, auto);
}

.u-grid-auto-columns-195 {
  grid-auto-columns: minmax(195px, auto);
}

.u-grid-auto-columns-200 {
  grid-auto-columns: minmax(200px, auto);
}

.u-grid-auto-columns-205 {
  grid-auto-columns: minmax(205px, auto);
}

.u-grid-auto-columns-210 {
  grid-auto-columns: minmax(210px, auto);
}

.u-grid-auto-columns-215 {
  grid-auto-columns: minmax(215px, auto);
}

.u-grid-auto-columns-220 {
  grid-auto-columns: minmax(220px, auto);
}

.u-grid-auto-columns-225 {
  grid-auto-columns: minmax(225px, auto);
}

.u-grid-auto-columns-230 {
  grid-auto-columns: minmax(230px, auto);
}

.u-grid-auto-columns-235 {
  grid-auto-columns: minmax(235px, auto);
}

.u-grid-auto-columns-240 {
  grid-auto-columns: minmax(240px, auto);
}

.u-grid-auto-columns-245 {
  grid-auto-columns: minmax(245px, auto);
}

.u-grid-auto-columns-250 {
  grid-auto-columns: minmax(250px, auto);
}

.u-grid-auto-columns-255 {
  grid-auto-columns: minmax(255px, auto);
}

.u-grid-auto-columns-260 {
  grid-auto-columns: minmax(260px, auto);
}

.u-grid-auto-columns-265 {
  grid-auto-columns: minmax(265px, auto);
}

.u-grid-auto-columns-270 {
  grid-auto-columns: minmax(270px, auto);
}

.u-grid-auto-columns-275 {
  grid-auto-columns: minmax(275px, auto);
}

.u-grid-auto-columns-280 {
  grid-auto-columns: minmax(280px, auto);
}

.u-grid-auto-columns-285 {
  grid-auto-columns: minmax(285px, auto);
}

.u-grid-auto-columns-290 {
  grid-auto-columns: minmax(290px, auto);
}

.u-grid-auto-columns-295 {
  grid-auto-columns: minmax(295px, auto);
}

.u-grid-auto-columns-300 {
  grid-auto-columns: minmax(300px, auto);
}

.u-grid-auto-columns-305 {
  grid-auto-columns: minmax(305px, auto);
}

.u-grid-auto-columns-310 {
  grid-auto-columns: minmax(310px, auto);
}

.u-grid-auto-columns-315 {
  grid-auto-columns: minmax(315px, auto);
}

.u-grid-auto-columns-320 {
  grid-auto-columns: minmax(320px, auto);
}

.u-grid-auto-columns-325 {
  grid-auto-columns: minmax(325px, auto);
}

.u-grid-auto-columns-330 {
  grid-auto-columns: minmax(330px, auto);
}

.u-grid-auto-columns-335 {
  grid-auto-columns: minmax(335px, auto);
}

.u-grid-auto-columns-340 {
  grid-auto-columns: minmax(340px, auto);
}

.u-grid-auto-columns-345 {
  grid-auto-columns: minmax(345px, auto);
}

.u-grid-auto-columns-350 {
  grid-auto-columns: minmax(350px, auto);
}

.u-grid-auto-columns-355 {
  grid-auto-columns: minmax(355px, auto);
}

.u-grid-auto-columns-360 {
  grid-auto-columns: minmax(360px, auto);
}

.u-grid-auto-columns-365 {
  grid-auto-columns: minmax(365px, auto);
}

.u-grid-auto-columns-370 {
  grid-auto-columns: minmax(370px, auto);
}

.u-grid-auto-columns-375 {
  grid-auto-columns: minmax(375px, auto);
}

.u-grid-auto-columns-380 {
  grid-auto-columns: minmax(380px, auto);
}

.u-grid-auto-columns-385 {
  grid-auto-columns: minmax(385px, auto);
}

.u-grid-auto-columns-390 {
  grid-auto-columns: minmax(390px, auto);
}

.u-grid-auto-columns-395 {
  grid-auto-columns: minmax(395px, auto);
}

.u-grid-auto-columns-400 {
  grid-auto-columns: minmax(400px, auto);
}

.u-grid-auto-columns-405 {
  grid-auto-columns: minmax(405px, auto);
}

.u-grid-auto-columns-410 {
  grid-auto-columns: minmax(410px, auto);
}

.u-grid-auto-columns-415 {
  grid-auto-columns: minmax(415px, auto);
}

.u-grid-auto-columns-420 {
  grid-auto-columns: minmax(420px, auto);
}

.u-grid-auto-columns-425 {
  grid-auto-columns: minmax(425px, auto);
}

.u-grid-auto-columns-430 {
  grid-auto-columns: minmax(430px, auto);
}

.u-grid-auto-columns-435 {
  grid-auto-columns: minmax(435px, auto);
}

.u-grid-auto-columns-440 {
  grid-auto-columns: minmax(440px, auto);
}

.u-grid-auto-columns-445 {
  grid-auto-columns: minmax(445px, auto);
}

.u-grid-auto-columns-450 {
  grid-auto-columns: minmax(450px, auto);
}

.u-grid-auto-columns-455 {
  grid-auto-columns: minmax(455px, auto);
}

.u-grid-auto-columns-460 {
  grid-auto-columns: minmax(460px, auto);
}

.u-grid-auto-columns-465 {
  grid-auto-columns: minmax(465px, auto);
}

.u-grid-auto-columns-470 {
  grid-auto-columns: minmax(470px, auto);
}

.u-grid-auto-columns-475 {
  grid-auto-columns: minmax(475px, auto);
}

.u-grid-auto-columns-480 {
  grid-auto-columns: minmax(480px, auto);
}

.u-grid-auto-columns-485 {
  grid-auto-columns: minmax(485px, auto);
}

.u-grid-auto-columns-490 {
  grid-auto-columns: minmax(490px, auto);
}

.u-grid-auto-columns-495 {
  grid-auto-columns: minmax(495px, auto);
}

.u-grid-auto-columns-500 {
  grid-auto-columns: minmax(500px, auto);
}

.border-collapse-separate {
  border-collapse: separate;
}

.border-spacing-y-10px {
  border-spacing: 0 10px;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.gallery-modal .modal-content {
  background-color: #222222;
}

.gallery {
  background-image: url(/assets/gallery-item-bg-da8e7ba11d464c96026e065530e412cb31c6f7a3ee517bd979674089212ab8b6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 230px;
}

.gallery-carousel {
  height: 100%;
  aspect-ratio: 16/9;
}
.gallery-carousel .carousel-inner {
  height: 100%;
}
.gallery-carousel .carousel-item {
  background-image: url(/assets/gallery-item-bg-da8e7ba11d464c96026e065530e412cb31c6f7a3ee517bd979674089212ab8b6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.gallery-carousel .carousel-item img {
  object-fit: contain;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  transform: translateY(-50%);
  top: 50%;
}
.gallery-carousel .carousel-control-prev {
  left: 20px;
}
.gallery-carousel .carousel-control-next {
  right: 20px;
}
.gallery-carousel .carousel-caption {
  width: fit-content;
  margin: auto;
  background-color: rgba(121, 121, 121, 0.6);
}
@media (min-width: 1366px) {
  .gallery-carousel .carousel-control-prev {
    left: -20%;
  }
  .gallery-carousel .carousel-control-next {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .gallery-carousel .carousel-control-prev,
  .gallery-carousel .carousel-control-next {
    height: 35px;
    width: 35px;
    padding: 5px;
  }
}

body,
* {
  font-family: "Poppins", sans-serif, Franklin Gothic URW, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2A363B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.param-card:nth-child(2n) {
  padding-left: 6px !important;
}
.param-card:nth-child(2n+1) {
  padding-right: 6px !important;
}

.select-car-callback-cta {
  right: 12px;
  position: absolute;
}
@media (max-width: 991px) {
  .select-car-callback-cta {
    top: -140px;
    margin-top: 0;
  }
}

.select-car-dropdown-toggle {
  font-size: 14px;
  height: 46px;
  border-color: #E4E7EE;
  color: !important;
  padding: 0;
  padding-left: 10px;
}
.select-car-dropdown-toggle:hover {
  background-color: transparent;
  border-color: #a5afc7;
}

.link {
  color: #0D6EFD;
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  padding: 0;
}
.link:hover {
  color: rgb(63.5819672131, 140.3073770492, 253.4180327869);
}

.link--blue {
  color: #0D6EFD;
  text-decoration: underline;
}

.link--black {
  color: #222222;
  text-decoration: underline;
}

ul.list--checked {
  list-style: none;
}
ul.list--checked li::before {
  content: url(/assets/checkmark-6bbf1b98491d174b89e6259e4803948135941db0e6080dfb614a742b3ff75117.svg);
  position: absolute;
  left: 20px;
}

.fade-right {
  --mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 78%,
      rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.CarList {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

@media (max-width: 1199px) {
  .CarList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .CarList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dropdown-toggle::after {
  display: none !important;
}

.UsedCarCard {
  float: left;
  perspective: 500px;
}
.UsedCarCard .car-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.UsedCarCard .car-container .car-highlights {
  position: relative;
}
.UsedCarCard .car-container .car-overview {
  height: 100%;
  display: flex;
  flex: 1 1;
}
.UsedCarCard .car-container .car-overview .car {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}
.UsedCarCard .car-container .car-overview .car .image {
  display: flex;
  align-items: center;
  min-height: 120px;
  max-height: 145px;
  max-width: 250px;
  margin: 0 auto;
}
.UsedCarCard .car-container .car-overview .car .image img {
  max-width: 100%;
}
.UsedCarCard__content {
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.UsedCarCard__content--rotated {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
.UsedCarCard__front .car-container {
  flex-direction: column;
  display: flex;
  flex: 1 1;
  justify-content: end;
}
.UsedCarCard__back, .UsedCarCard__front {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}
.UsedCarCard__back {
  display: none;
  transform: rotateY(180deg);
}
.UsedCarCard__content--rotated .UsedCarCard__front {
  display: none;
}
.UsedCarCard__content--rotated .UsedCarCard__back {
  display: flex;
}
.UsedCarCard__content--rotated .UsedCarCard__back .car-container .car {
  opacity: 0.1;
}
.UsedCarCard__content--rotated .UsedCarCard__back .car-container .car-highlights {
  position: absolute;
  width: 100%;
  top: 36px;
  z-index: 1;
  padding-right: 10px;
}

.UsedCarList .card {
  border: none;
}
.UsedCarList .card-img {
  background-image: url(/assets/gallery-item-bg-da8e7ba11d464c96026e065530e412cb31c6f7a3ee517bd979674089212ab8b6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 140px;
}

.table {
  background-color: transparent;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.react-select-wrapper .react-select__value-container {
  padding: 7px 10px;
}

.hybridTooltip > :first-child {
  margin-bottom: 6px !important;
}

.hybridTooltip--content {
  font-size: 10px;
  position: absolute;
  bottom: 46px;
  background-color: #ffffff;
  z-index: 20;
  width: 170px;
  padding: 6px;
  line-height: 1.3;
  box-shadow: 0 2px 3px grey;
}
