@charset "UTF-8";
/**
Customization
**/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #000000;
  --bs-secondary: #000000;
  --bs-success: #198754;
  --bs-info: #0DCAF0;
  --bs-warning: #FFC107;
  --bs-danger: #DC3545;
  --bs-light: #f1f1f1;
  --bs-dark: #000000;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
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], abbr[data-bs-original-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.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: black;
}
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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
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: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* 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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-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-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-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-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-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-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-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #ccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8b8b8;
}
.table-secondary {
  --bs-table-bg: #ccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8b8b8;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f1f1f1;
  --bs-table-striped-bg: #e5e5e5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d9d9d9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dfdfdf;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d9d9d9;
}
.table-dark {
  --bs-table-bg: #000000;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #1a1a1a;
}
.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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  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: #212529;
  background-color: #FFFFFF;
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-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 + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.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-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.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: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #000000;
  border-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' 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 {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.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;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b3b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b3b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px 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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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: 0.3rem;
}
.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: 0.2rem;
}
.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), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  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), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  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: -1px;
  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: #198754;
}
.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: #FFFFFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.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: #198754;
  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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #DC3545;
}
.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: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.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: #DC3545;
  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: #DC3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #DC3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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-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: #DC3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #DC3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #DC3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DC3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-success {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-warning {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-light {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-light:hover {
  color: #000000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f4f4f4;
  border-color: #f2f2f2;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-dark {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0DCAF0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FFC107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #DC3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f1f1f1;
  background-color: transparent;
}
.btn-outline-dark {
  color: #000000;
  border-color: #000000;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000000;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
.btn-link:hover {
  color: black;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #000000;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  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 > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .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: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000;
  text-decoration: none;
  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: black;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #000000;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: black;
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #e6e6e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: gray;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  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: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: black;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: black;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.alert-secondary .alert-link {
  color: black;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light .alert-link {
  color: #4d4d4d;
}
.alert-dark {
  color: black;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: black;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #000000;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: black;
  background-color: #ccc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.list-group-item-secondary {
  color: black;
  background-color: #ccc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #606060;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #606060;
  background-color: #e3e3e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #606060;
  border-color: #606060;
}
.list-group-item-dark {
  color: black;
  background-color: #ccc;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.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% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.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;
}
/* rtl:begin:ignore */
.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%);
}
/* rtl:end:ignore */
.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: $carousel-control-width;*/
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  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: escape-svg($carousel-control-prev-icon-bg);
}
.carousel-control-next-icon {
  background-image: escape-svg($carousel-control-next-icon-bg);
}
 */
.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%;
  list-style: none;
}
.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: #FFFFFF;
  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: #FFFFFF;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #000000;
}
.link-primary:hover, .link-primary:focus {
  color: black;
}
.link-secondary {
  color: #000000;
}
.link-secondary:hover, .link-secondary:focus {
  color: black;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0DCAF0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #FFC107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #DC3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f1f1f1;
}
.link-light:hover, .link-light:focus {
  color: #f4f4f4;
}
.link-dark {
  color: #000000;
}
.link-dark:hover, .link-dark:focus {
  color: black;
}
.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: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}
.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;
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #000000 !important;
}
.border-secondary {
  border-color: #000000 !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0DCAF0 !important;
}
.border-warning {
  border-color: #FFC107 !important;
}
.border-danger {
  border-color: #DC3545 !important;
}
.border-light {
  border-color: #f1f1f1 !important;
}
.border-dark {
  border-color: #000000 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-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;
}
.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;
}
.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;
}
.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-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0DCAF0 !important;
}
.text-warning {
  color: #FFC107 !important;
}
.text-danger {
  color: #DC3545 !important;
}
.text-light {
  color: #f1f1f1 !important;
}
.text-dark {
  color: #000000 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-secondary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0DCAF0 !important;
}
.bg-warning {
  background-color: #FFC107 !important;
}
.bg-danger {
  background-color: #DC3545 !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.bg-dark {
  background-color: #000000 !important;
}
.bg-body {
  background-color: #FFFFFF !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-transparent {
  background-color: transparent !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: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.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;
  }
  .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;
  }
  .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;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.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;
  }
  .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;
  }
  .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;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.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;
  }
  .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;
  }
  .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;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.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;
  }
  .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;
  }
  .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;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.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;
  }
  .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;
  }
  .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-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;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/**
Components
 */
.btn {
  font-weight: 600;
}
.btn:not(.btn-sm, .btn-lg) {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-default {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-default:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn.btn-default, .btn.btn-default:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn.btn-default, .btn-check:active + .btn.btn-default, .btn.btn-default:active, .btn.btn-default.active, .show > .btn.btn-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn.btn-default:focus, .btn-check:active + .btn.btn-default:focus, .btn.btn-default:active:focus, .btn.btn-default.active:focus, .show > .btn.btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn.btn-default:disabled, .btn.btn-default.disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-pending {
  opacity: 0.5;
}
.btn.btn-pending::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  font-family: bootstrap-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner-spin 2s infinite;
  -moz-animation: spinner-spin 2s infinite;
  -o-animation: spinner-spin 2s infinite;
  animation: spinner-spin 2s infinite;
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  background-color: #eee;
  border-color: #eee;
}
.btn p {
  margin: 0 !important;
  padding: 0 !important;
}
.btn p br {
  display: none;
}
[data-customer-position].locating i {
  display: none;
}
[data-customer-position].locating::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  font-family: bootstrap-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner-spin 2s infinite;
  -moz-animation: spinner-spin 2s infinite;
  -o-animation: spinner-spin 2s infinite;
  animation: spinner-spin 2s infinite;
}
@-webkit-keyframes spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  max-width: 100%;
}
/**
 Padding utilities
 */
.content-space-1 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.content-space-2 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.content-space-3 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.content-space-4 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-img.contain {
  background-size: contain !important;
}
.square-box {
  width: 50%;
}
.square-box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.link-none {
  color: inherit;
}
.link-none:not(:hover) {
  text-decoration: none;
  color: inherit;
}
/**
Height classes
 */
.height-300 {
  height: 300px;
}
.mh-300 {
  min-height: 300px;
}
.max-h-300 {
  max-height: 300px;
}
.height-301 {
  height: 301px;
}
.mh-301 {
  min-height: 301px;
}
.max-h-301 {
  max-height: 301px;
}
.height-302 {
  height: 302px;
}
.mh-302 {
  min-height: 302px;
}
.max-h-302 {
  max-height: 302px;
}
.height-303 {
  height: 303px;
}
.mh-303 {
  min-height: 303px;
}
.max-h-303 {
  max-height: 303px;
}
.height-304 {
  height: 304px;
}
.mh-304 {
  min-height: 304px;
}
.max-h-304 {
  max-height: 304px;
}
.height-305 {
  height: 305px;
}
.mh-305 {
  min-height: 305px;
}
.max-h-305 {
  max-height: 305px;
}
.height-306 {
  height: 306px;
}
.mh-306 {
  min-height: 306px;
}
.max-h-306 {
  max-height: 306px;
}
.height-307 {
  height: 307px;
}
.mh-307 {
  min-height: 307px;
}
.max-h-307 {
  max-height: 307px;
}
.height-308 {
  height: 308px;
}
.mh-308 {
  min-height: 308px;
}
.max-h-308 {
  max-height: 308px;
}
.height-309 {
  height: 309px;
}
.mh-309 {
  min-height: 309px;
}
.max-h-309 {
  max-height: 309px;
}
.height-310 {
  height: 310px;
}
.mh-310 {
  min-height: 310px;
}
.max-h-310 {
  max-height: 310px;
}
.height-311 {
  height: 311px;
}
.mh-311 {
  min-height: 311px;
}
.max-h-311 {
  max-height: 311px;
}
.height-312 {
  height: 312px;
}
.mh-312 {
  min-height: 312px;
}
.max-h-312 {
  max-height: 312px;
}
.height-313 {
  height: 313px;
}
.mh-313 {
  min-height: 313px;
}
.max-h-313 {
  max-height: 313px;
}
.height-314 {
  height: 314px;
}
.mh-314 {
  min-height: 314px;
}
.max-h-314 {
  max-height: 314px;
}
.height-315 {
  height: 315px;
}
.mh-315 {
  min-height: 315px;
}
.max-h-315 {
  max-height: 315px;
}
.height-316 {
  height: 316px;
}
.mh-316 {
  min-height: 316px;
}
.max-h-316 {
  max-height: 316px;
}
.height-317 {
  height: 317px;
}
.mh-317 {
  min-height: 317px;
}
.max-h-317 {
  max-height: 317px;
}
.height-318 {
  height: 318px;
}
.mh-318 {
  min-height: 318px;
}
.max-h-318 {
  max-height: 318px;
}
.height-319 {
  height: 319px;
}
.mh-319 {
  min-height: 319px;
}
.max-h-319 {
  max-height: 319px;
}
.height-320 {
  height: 320px;
}
.mh-320 {
  min-height: 320px;
}
.max-h-320 {
  max-height: 320px;
}
.height-321 {
  height: 321px;
}
.mh-321 {
  min-height: 321px;
}
.max-h-321 {
  max-height: 321px;
}
.height-322 {
  height: 322px;
}
.mh-322 {
  min-height: 322px;
}
.max-h-322 {
  max-height: 322px;
}
.height-323 {
  height: 323px;
}
.mh-323 {
  min-height: 323px;
}
.max-h-323 {
  max-height: 323px;
}
.height-324 {
  height: 324px;
}
.mh-324 {
  min-height: 324px;
}
.max-h-324 {
  max-height: 324px;
}
.height-325 {
  height: 325px;
}
.mh-325 {
  min-height: 325px;
}
.max-h-325 {
  max-height: 325px;
}
.height-326 {
  height: 326px;
}
.mh-326 {
  min-height: 326px;
}
.max-h-326 {
  max-height: 326px;
}
.height-327 {
  height: 327px;
}
.mh-327 {
  min-height: 327px;
}
.max-h-327 {
  max-height: 327px;
}
.height-328 {
  height: 328px;
}
.mh-328 {
  min-height: 328px;
}
.max-h-328 {
  max-height: 328px;
}
.height-329 {
  height: 329px;
}
.mh-329 {
  min-height: 329px;
}
.max-h-329 {
  max-height: 329px;
}
.height-330 {
  height: 330px;
}
.mh-330 {
  min-height: 330px;
}
.max-h-330 {
  max-height: 330px;
}
.height-331 {
  height: 331px;
}
.mh-331 {
  min-height: 331px;
}
.max-h-331 {
  max-height: 331px;
}
.height-332 {
  height: 332px;
}
.mh-332 {
  min-height: 332px;
}
.max-h-332 {
  max-height: 332px;
}
.height-333 {
  height: 333px;
}
.mh-333 {
  min-height: 333px;
}
.max-h-333 {
  max-height: 333px;
}
.height-334 {
  height: 334px;
}
.mh-334 {
  min-height: 334px;
}
.max-h-334 {
  max-height: 334px;
}
.height-335 {
  height: 335px;
}
.mh-335 {
  min-height: 335px;
}
.max-h-335 {
  max-height: 335px;
}
.height-336 {
  height: 336px;
}
.mh-336 {
  min-height: 336px;
}
.max-h-336 {
  max-height: 336px;
}
.height-337 {
  height: 337px;
}
.mh-337 {
  min-height: 337px;
}
.max-h-337 {
  max-height: 337px;
}
.height-338 {
  height: 338px;
}
.mh-338 {
  min-height: 338px;
}
.max-h-338 {
  max-height: 338px;
}
.height-339 {
  height: 339px;
}
.mh-339 {
  min-height: 339px;
}
.max-h-339 {
  max-height: 339px;
}
.height-340 {
  height: 340px;
}
.mh-340 {
  min-height: 340px;
}
.max-h-340 {
  max-height: 340px;
}
.height-341 {
  height: 341px;
}
.mh-341 {
  min-height: 341px;
}
.max-h-341 {
  max-height: 341px;
}
.height-342 {
  height: 342px;
}
.mh-342 {
  min-height: 342px;
}
.max-h-342 {
  max-height: 342px;
}
.height-343 {
  height: 343px;
}
.mh-343 {
  min-height: 343px;
}
.max-h-343 {
  max-height: 343px;
}
.height-344 {
  height: 344px;
}
.mh-344 {
  min-height: 344px;
}
.max-h-344 {
  max-height: 344px;
}
.height-345 {
  height: 345px;
}
.mh-345 {
  min-height: 345px;
}
.max-h-345 {
  max-height: 345px;
}
.height-346 {
  height: 346px;
}
.mh-346 {
  min-height: 346px;
}
.max-h-346 {
  max-height: 346px;
}
.height-347 {
  height: 347px;
}
.mh-347 {
  min-height: 347px;
}
.max-h-347 {
  max-height: 347px;
}
.height-348 {
  height: 348px;
}
.mh-348 {
  min-height: 348px;
}
.max-h-348 {
  max-height: 348px;
}
.height-349 {
  height: 349px;
}
.mh-349 {
  min-height: 349px;
}
.max-h-349 {
  max-height: 349px;
}
.height-350 {
  height: 350px;
}
.mh-350 {
  min-height: 350px;
}
.max-h-350 {
  max-height: 350px;
}
.height-351 {
  height: 351px;
}
.mh-351 {
  min-height: 351px;
}
.max-h-351 {
  max-height: 351px;
}
.height-352 {
  height: 352px;
}
.mh-352 {
  min-height: 352px;
}
.max-h-352 {
  max-height: 352px;
}
.height-353 {
  height: 353px;
}
.mh-353 {
  min-height: 353px;
}
.max-h-353 {
  max-height: 353px;
}
.height-354 {
  height: 354px;
}
.mh-354 {
  min-height: 354px;
}
.max-h-354 {
  max-height: 354px;
}
.height-355 {
  height: 355px;
}
.mh-355 {
  min-height: 355px;
}
.max-h-355 {
  max-height: 355px;
}
.height-356 {
  height: 356px;
}
.mh-356 {
  min-height: 356px;
}
.max-h-356 {
  max-height: 356px;
}
.height-357 {
  height: 357px;
}
.mh-357 {
  min-height: 357px;
}
.max-h-357 {
  max-height: 357px;
}
.height-358 {
  height: 358px;
}
.mh-358 {
  min-height: 358px;
}
.max-h-358 {
  max-height: 358px;
}
.height-359 {
  height: 359px;
}
.mh-359 {
  min-height: 359px;
}
.max-h-359 {
  max-height: 359px;
}
.height-360 {
  height: 360px;
}
.mh-360 {
  min-height: 360px;
}
.max-h-360 {
  max-height: 360px;
}
.height-361 {
  height: 361px;
}
.mh-361 {
  min-height: 361px;
}
.max-h-361 {
  max-height: 361px;
}
.height-362 {
  height: 362px;
}
.mh-362 {
  min-height: 362px;
}
.max-h-362 {
  max-height: 362px;
}
.height-363 {
  height: 363px;
}
.mh-363 {
  min-height: 363px;
}
.max-h-363 {
  max-height: 363px;
}
.height-364 {
  height: 364px;
}
.mh-364 {
  min-height: 364px;
}
.max-h-364 {
  max-height: 364px;
}
.height-365 {
  height: 365px;
}
.mh-365 {
  min-height: 365px;
}
.max-h-365 {
  max-height: 365px;
}
.height-366 {
  height: 366px;
}
.mh-366 {
  min-height: 366px;
}
.max-h-366 {
  max-height: 366px;
}
.height-367 {
  height: 367px;
}
.mh-367 {
  min-height: 367px;
}
.max-h-367 {
  max-height: 367px;
}
.height-368 {
  height: 368px;
}
.mh-368 {
  min-height: 368px;
}
.max-h-368 {
  max-height: 368px;
}
.height-369 {
  height: 369px;
}
.mh-369 {
  min-height: 369px;
}
.max-h-369 {
  max-height: 369px;
}
.height-370 {
  height: 370px;
}
.mh-370 {
  min-height: 370px;
}
.max-h-370 {
  max-height: 370px;
}
.height-371 {
  height: 371px;
}
.mh-371 {
  min-height: 371px;
}
.max-h-371 {
  max-height: 371px;
}
.height-372 {
  height: 372px;
}
.mh-372 {
  min-height: 372px;
}
.max-h-372 {
  max-height: 372px;
}
.height-373 {
  height: 373px;
}
.mh-373 {
  min-height: 373px;
}
.max-h-373 {
  max-height: 373px;
}
.height-374 {
  height: 374px;
}
.mh-374 {
  min-height: 374px;
}
.max-h-374 {
  max-height: 374px;
}
.height-375 {
  height: 375px;
}
.mh-375 {
  min-height: 375px;
}
.max-h-375 {
  max-height: 375px;
}
.height-376 {
  height: 376px;
}
.mh-376 {
  min-height: 376px;
}
.max-h-376 {
  max-height: 376px;
}
.height-377 {
  height: 377px;
}
.mh-377 {
  min-height: 377px;
}
.max-h-377 {
  max-height: 377px;
}
.height-378 {
  height: 378px;
}
.mh-378 {
  min-height: 378px;
}
.max-h-378 {
  max-height: 378px;
}
.height-379 {
  height: 379px;
}
.mh-379 {
  min-height: 379px;
}
.max-h-379 {
  max-height: 379px;
}
.height-380 {
  height: 380px;
}
.mh-380 {
  min-height: 380px;
}
.max-h-380 {
  max-height: 380px;
}
.height-381 {
  height: 381px;
}
.mh-381 {
  min-height: 381px;
}
.max-h-381 {
  max-height: 381px;
}
.height-382 {
  height: 382px;
}
.mh-382 {
  min-height: 382px;
}
.max-h-382 {
  max-height: 382px;
}
.height-383 {
  height: 383px;
}
.mh-383 {
  min-height: 383px;
}
.max-h-383 {
  max-height: 383px;
}
.height-384 {
  height: 384px;
}
.mh-384 {
  min-height: 384px;
}
.max-h-384 {
  max-height: 384px;
}
.height-385 {
  height: 385px;
}
.mh-385 {
  min-height: 385px;
}
.max-h-385 {
  max-height: 385px;
}
.height-386 {
  height: 386px;
}
.mh-386 {
  min-height: 386px;
}
.max-h-386 {
  max-height: 386px;
}
.height-387 {
  height: 387px;
}
.mh-387 {
  min-height: 387px;
}
.max-h-387 {
  max-height: 387px;
}
.height-388 {
  height: 388px;
}
.mh-388 {
  min-height: 388px;
}
.max-h-388 {
  max-height: 388px;
}
.height-389 {
  height: 389px;
}
.mh-389 {
  min-height: 389px;
}
.max-h-389 {
  max-height: 389px;
}
.height-390 {
  height: 390px;
}
.mh-390 {
  min-height: 390px;
}
.max-h-390 {
  max-height: 390px;
}
.height-391 {
  height: 391px;
}
.mh-391 {
  min-height: 391px;
}
.max-h-391 {
  max-height: 391px;
}
.height-392 {
  height: 392px;
}
.mh-392 {
  min-height: 392px;
}
.max-h-392 {
  max-height: 392px;
}
.height-393 {
  height: 393px;
}
.mh-393 {
  min-height: 393px;
}
.max-h-393 {
  max-height: 393px;
}
.height-394 {
  height: 394px;
}
.mh-394 {
  min-height: 394px;
}
.max-h-394 {
  max-height: 394px;
}
.height-395 {
  height: 395px;
}
.mh-395 {
  min-height: 395px;
}
.max-h-395 {
  max-height: 395px;
}
.height-396 {
  height: 396px;
}
.mh-396 {
  min-height: 396px;
}
.max-h-396 {
  max-height: 396px;
}
.height-397 {
  height: 397px;
}
.mh-397 {
  min-height: 397px;
}
.max-h-397 {
  max-height: 397px;
}
.height-398 {
  height: 398px;
}
.mh-398 {
  min-height: 398px;
}
.max-h-398 {
  max-height: 398px;
}
.height-399 {
  height: 399px;
}
.mh-399 {
  min-height: 399px;
}
.max-h-399 {
  max-height: 399px;
}
.height-400 {
  height: 400px;
}
.mh-400 {
  min-height: 400px;
}
.max-h-400 {
  max-height: 400px;
}
.height-401 {
  height: 401px;
}
.mh-401 {
  min-height: 401px;
}
.max-h-401 {
  max-height: 401px;
}
.height-402 {
  height: 402px;
}
.mh-402 {
  min-height: 402px;
}
.max-h-402 {
  max-height: 402px;
}
.height-403 {
  height: 403px;
}
.mh-403 {
  min-height: 403px;
}
.max-h-403 {
  max-height: 403px;
}
.height-404 {
  height: 404px;
}
.mh-404 {
  min-height: 404px;
}
.max-h-404 {
  max-height: 404px;
}
.height-405 {
  height: 405px;
}
.mh-405 {
  min-height: 405px;
}
.max-h-405 {
  max-height: 405px;
}
.height-406 {
  height: 406px;
}
.mh-406 {
  min-height: 406px;
}
.max-h-406 {
  max-height: 406px;
}
.height-407 {
  height: 407px;
}
.mh-407 {
  min-height: 407px;
}
.max-h-407 {
  max-height: 407px;
}
.height-408 {
  height: 408px;
}
.mh-408 {
  min-height: 408px;
}
.max-h-408 {
  max-height: 408px;
}
.height-409 {
  height: 409px;
}
.mh-409 {
  min-height: 409px;
}
.max-h-409 {
  max-height: 409px;
}
.height-410 {
  height: 410px;
}
.mh-410 {
  min-height: 410px;
}
.max-h-410 {
  max-height: 410px;
}
.height-411 {
  height: 411px;
}
.mh-411 {
  min-height: 411px;
}
.max-h-411 {
  max-height: 411px;
}
.height-412 {
  height: 412px;
}
.mh-412 {
  min-height: 412px;
}
.max-h-412 {
  max-height: 412px;
}
.height-413 {
  height: 413px;
}
.mh-413 {
  min-height: 413px;
}
.max-h-413 {
  max-height: 413px;
}
.height-414 {
  height: 414px;
}
.mh-414 {
  min-height: 414px;
}
.max-h-414 {
  max-height: 414px;
}
.height-415 {
  height: 415px;
}
.mh-415 {
  min-height: 415px;
}
.max-h-415 {
  max-height: 415px;
}
.height-416 {
  height: 416px;
}
.mh-416 {
  min-height: 416px;
}
.max-h-416 {
  max-height: 416px;
}
.height-417 {
  height: 417px;
}
.mh-417 {
  min-height: 417px;
}
.max-h-417 {
  max-height: 417px;
}
.height-418 {
  height: 418px;
}
.mh-418 {
  min-height: 418px;
}
.max-h-418 {
  max-height: 418px;
}
.height-419 {
  height: 419px;
}
.mh-419 {
  min-height: 419px;
}
.max-h-419 {
  max-height: 419px;
}
.height-420 {
  height: 420px;
}
.mh-420 {
  min-height: 420px;
}
.max-h-420 {
  max-height: 420px;
}
.height-421 {
  height: 421px;
}
.mh-421 {
  min-height: 421px;
}
.max-h-421 {
  max-height: 421px;
}
.height-422 {
  height: 422px;
}
.mh-422 {
  min-height: 422px;
}
.max-h-422 {
  max-height: 422px;
}
.height-423 {
  height: 423px;
}
.mh-423 {
  min-height: 423px;
}
.max-h-423 {
  max-height: 423px;
}
.height-424 {
  height: 424px;
}
.mh-424 {
  min-height: 424px;
}
.max-h-424 {
  max-height: 424px;
}
.height-425 {
  height: 425px;
}
.mh-425 {
  min-height: 425px;
}
.max-h-425 {
  max-height: 425px;
}
.height-426 {
  height: 426px;
}
.mh-426 {
  min-height: 426px;
}
.max-h-426 {
  max-height: 426px;
}
.height-427 {
  height: 427px;
}
.mh-427 {
  min-height: 427px;
}
.max-h-427 {
  max-height: 427px;
}
.height-428 {
  height: 428px;
}
.mh-428 {
  min-height: 428px;
}
.max-h-428 {
  max-height: 428px;
}
.height-429 {
  height: 429px;
}
.mh-429 {
  min-height: 429px;
}
.max-h-429 {
  max-height: 429px;
}
.height-430 {
  height: 430px;
}
.mh-430 {
  min-height: 430px;
}
.max-h-430 {
  max-height: 430px;
}
.height-431 {
  height: 431px;
}
.mh-431 {
  min-height: 431px;
}
.max-h-431 {
  max-height: 431px;
}
.height-432 {
  height: 432px;
}
.mh-432 {
  min-height: 432px;
}
.max-h-432 {
  max-height: 432px;
}
.height-433 {
  height: 433px;
}
.mh-433 {
  min-height: 433px;
}
.max-h-433 {
  max-height: 433px;
}
.height-434 {
  height: 434px;
}
.mh-434 {
  min-height: 434px;
}
.max-h-434 {
  max-height: 434px;
}
.height-435 {
  height: 435px;
}
.mh-435 {
  min-height: 435px;
}
.max-h-435 {
  max-height: 435px;
}
.height-436 {
  height: 436px;
}
.mh-436 {
  min-height: 436px;
}
.max-h-436 {
  max-height: 436px;
}
.height-437 {
  height: 437px;
}
.mh-437 {
  min-height: 437px;
}
.max-h-437 {
  max-height: 437px;
}
.height-438 {
  height: 438px;
}
.mh-438 {
  min-height: 438px;
}
.max-h-438 {
  max-height: 438px;
}
.height-439 {
  height: 439px;
}
.mh-439 {
  min-height: 439px;
}
.max-h-439 {
  max-height: 439px;
}
.height-440 {
  height: 440px;
}
.mh-440 {
  min-height: 440px;
}
.max-h-440 {
  max-height: 440px;
}
.height-441 {
  height: 441px;
}
.mh-441 {
  min-height: 441px;
}
.max-h-441 {
  max-height: 441px;
}
.height-442 {
  height: 442px;
}
.mh-442 {
  min-height: 442px;
}
.max-h-442 {
  max-height: 442px;
}
.height-443 {
  height: 443px;
}
.mh-443 {
  min-height: 443px;
}
.max-h-443 {
  max-height: 443px;
}
.height-444 {
  height: 444px;
}
.mh-444 {
  min-height: 444px;
}
.max-h-444 {
  max-height: 444px;
}
.height-445 {
  height: 445px;
}
.mh-445 {
  min-height: 445px;
}
.max-h-445 {
  max-height: 445px;
}
.height-446 {
  height: 446px;
}
.mh-446 {
  min-height: 446px;
}
.max-h-446 {
  max-height: 446px;
}
.height-447 {
  height: 447px;
}
.mh-447 {
  min-height: 447px;
}
.max-h-447 {
  max-height: 447px;
}
.height-448 {
  height: 448px;
}
.mh-448 {
  min-height: 448px;
}
.max-h-448 {
  max-height: 448px;
}
.height-449 {
  height: 449px;
}
.mh-449 {
  min-height: 449px;
}
.max-h-449 {
  max-height: 449px;
}
.height-450 {
  height: 450px;
}
.mh-450 {
  min-height: 450px;
}
.max-h-450 {
  max-height: 450px;
}
.height-451 {
  height: 451px;
}
.mh-451 {
  min-height: 451px;
}
.max-h-451 {
  max-height: 451px;
}
.height-452 {
  height: 452px;
}
.mh-452 {
  min-height: 452px;
}
.max-h-452 {
  max-height: 452px;
}
.height-453 {
  height: 453px;
}
.mh-453 {
  min-height: 453px;
}
.max-h-453 {
  max-height: 453px;
}
.height-454 {
  height: 454px;
}
.mh-454 {
  min-height: 454px;
}
.max-h-454 {
  max-height: 454px;
}
.height-455 {
  height: 455px;
}
.mh-455 {
  min-height: 455px;
}
.max-h-455 {
  max-height: 455px;
}
.height-456 {
  height: 456px;
}
.mh-456 {
  min-height: 456px;
}
.max-h-456 {
  max-height: 456px;
}
.height-457 {
  height: 457px;
}
.mh-457 {
  min-height: 457px;
}
.max-h-457 {
  max-height: 457px;
}
.height-458 {
  height: 458px;
}
.mh-458 {
  min-height: 458px;
}
.max-h-458 {
  max-height: 458px;
}
.height-459 {
  height: 459px;
}
.mh-459 {
  min-height: 459px;
}
.max-h-459 {
  max-height: 459px;
}
.height-460 {
  height: 460px;
}
.mh-460 {
  min-height: 460px;
}
.max-h-460 {
  max-height: 460px;
}
.height-461 {
  height: 461px;
}
.mh-461 {
  min-height: 461px;
}
.max-h-461 {
  max-height: 461px;
}
.height-462 {
  height: 462px;
}
.mh-462 {
  min-height: 462px;
}
.max-h-462 {
  max-height: 462px;
}
.height-463 {
  height: 463px;
}
.mh-463 {
  min-height: 463px;
}
.max-h-463 {
  max-height: 463px;
}
.height-464 {
  height: 464px;
}
.mh-464 {
  min-height: 464px;
}
.max-h-464 {
  max-height: 464px;
}
.height-465 {
  height: 465px;
}
.mh-465 {
  min-height: 465px;
}
.max-h-465 {
  max-height: 465px;
}
.height-466 {
  height: 466px;
}
.mh-466 {
  min-height: 466px;
}
.max-h-466 {
  max-height: 466px;
}
.height-467 {
  height: 467px;
}
.mh-467 {
  min-height: 467px;
}
.max-h-467 {
  max-height: 467px;
}
.height-468 {
  height: 468px;
}
.mh-468 {
  min-height: 468px;
}
.max-h-468 {
  max-height: 468px;
}
.height-469 {
  height: 469px;
}
.mh-469 {
  min-height: 469px;
}
.max-h-469 {
  max-height: 469px;
}
.height-470 {
  height: 470px;
}
.mh-470 {
  min-height: 470px;
}
.max-h-470 {
  max-height: 470px;
}
.height-471 {
  height: 471px;
}
.mh-471 {
  min-height: 471px;
}
.max-h-471 {
  max-height: 471px;
}
.height-472 {
  height: 472px;
}
.mh-472 {
  min-height: 472px;
}
.max-h-472 {
  max-height: 472px;
}
.height-473 {
  height: 473px;
}
.mh-473 {
  min-height: 473px;
}
.max-h-473 {
  max-height: 473px;
}
.height-474 {
  height: 474px;
}
.mh-474 {
  min-height: 474px;
}
.max-h-474 {
  max-height: 474px;
}
.height-475 {
  height: 475px;
}
.mh-475 {
  min-height: 475px;
}
.max-h-475 {
  max-height: 475px;
}
.height-476 {
  height: 476px;
}
.mh-476 {
  min-height: 476px;
}
.max-h-476 {
  max-height: 476px;
}
.height-477 {
  height: 477px;
}
.mh-477 {
  min-height: 477px;
}
.max-h-477 {
  max-height: 477px;
}
.height-478 {
  height: 478px;
}
.mh-478 {
  min-height: 478px;
}
.max-h-478 {
  max-height: 478px;
}
.height-479 {
  height: 479px;
}
.mh-479 {
  min-height: 479px;
}
.max-h-479 {
  max-height: 479px;
}
.height-480 {
  height: 480px;
}
.mh-480 {
  min-height: 480px;
}
.max-h-480 {
  max-height: 480px;
}
.height-481 {
  height: 481px;
}
.mh-481 {
  min-height: 481px;
}
.max-h-481 {
  max-height: 481px;
}
.height-482 {
  height: 482px;
}
.mh-482 {
  min-height: 482px;
}
.max-h-482 {
  max-height: 482px;
}
.height-483 {
  height: 483px;
}
.mh-483 {
  min-height: 483px;
}
.max-h-483 {
  max-height: 483px;
}
.height-484 {
  height: 484px;
}
.mh-484 {
  min-height: 484px;
}
.max-h-484 {
  max-height: 484px;
}
.height-485 {
  height: 485px;
}
.mh-485 {
  min-height: 485px;
}
.max-h-485 {
  max-height: 485px;
}
.height-486 {
  height: 486px;
}
.mh-486 {
  min-height: 486px;
}
.max-h-486 {
  max-height: 486px;
}
.height-487 {
  height: 487px;
}
.mh-487 {
  min-height: 487px;
}
.max-h-487 {
  max-height: 487px;
}
.height-488 {
  height: 488px;
}
.mh-488 {
  min-height: 488px;
}
.max-h-488 {
  max-height: 488px;
}
.height-489 {
  height: 489px;
}
.mh-489 {
  min-height: 489px;
}
.max-h-489 {
  max-height: 489px;
}
.height-490 {
  height: 490px;
}
.mh-490 {
  min-height: 490px;
}
.max-h-490 {
  max-height: 490px;
}
.height-491 {
  height: 491px;
}
.mh-491 {
  min-height: 491px;
}
.max-h-491 {
  max-height: 491px;
}
.height-492 {
  height: 492px;
}
.mh-492 {
  min-height: 492px;
}
.max-h-492 {
  max-height: 492px;
}
.height-493 {
  height: 493px;
}
.mh-493 {
  min-height: 493px;
}
.max-h-493 {
  max-height: 493px;
}
.height-494 {
  height: 494px;
}
.mh-494 {
  min-height: 494px;
}
.max-h-494 {
  max-height: 494px;
}
.height-495 {
  height: 495px;
}
.mh-495 {
  min-height: 495px;
}
.max-h-495 {
  max-height: 495px;
}
.height-496 {
  height: 496px;
}
.mh-496 {
  min-height: 496px;
}
.max-h-496 {
  max-height: 496px;
}
.height-497 {
  height: 497px;
}
.mh-497 {
  min-height: 497px;
}
.max-h-497 {
  max-height: 497px;
}
.height-498 {
  height: 498px;
}
.mh-498 {
  min-height: 498px;
}
.max-h-498 {
  max-height: 498px;
}
.height-499 {
  height: 499px;
}
.mh-499 {
  min-height: 499px;
}
.max-h-499 {
  max-height: 499px;
}
.height-500 {
  height: 500px;
}
.mh-500 {
  min-height: 500px;
}
.max-h-500 {
  max-height: 500px;
}
.height-501 {
  height: 501px;
}
.mh-501 {
  min-height: 501px;
}
.max-h-501 {
  max-height: 501px;
}
.height-502 {
  height: 502px;
}
.mh-502 {
  min-height: 502px;
}
.max-h-502 {
  max-height: 502px;
}
.height-503 {
  height: 503px;
}
.mh-503 {
  min-height: 503px;
}
.max-h-503 {
  max-height: 503px;
}
.height-504 {
  height: 504px;
}
.mh-504 {
  min-height: 504px;
}
.max-h-504 {
  max-height: 504px;
}
.height-505 {
  height: 505px;
}
.mh-505 {
  min-height: 505px;
}
.max-h-505 {
  max-height: 505px;
}
.height-506 {
  height: 506px;
}
.mh-506 {
  min-height: 506px;
}
.max-h-506 {
  max-height: 506px;
}
.height-507 {
  height: 507px;
}
.mh-507 {
  min-height: 507px;
}
.max-h-507 {
  max-height: 507px;
}
.height-508 {
  height: 508px;
}
.mh-508 {
  min-height: 508px;
}
.max-h-508 {
  max-height: 508px;
}
.height-509 {
  height: 509px;
}
.mh-509 {
  min-height: 509px;
}
.max-h-509 {
  max-height: 509px;
}
.height-510 {
  height: 510px;
}
.mh-510 {
  min-height: 510px;
}
.max-h-510 {
  max-height: 510px;
}
.height-511 {
  height: 511px;
}
.mh-511 {
  min-height: 511px;
}
.max-h-511 {
  max-height: 511px;
}
.height-512 {
  height: 512px;
}
.mh-512 {
  min-height: 512px;
}
.max-h-512 {
  max-height: 512px;
}
.height-513 {
  height: 513px;
}
.mh-513 {
  min-height: 513px;
}
.max-h-513 {
  max-height: 513px;
}
.height-514 {
  height: 514px;
}
.mh-514 {
  min-height: 514px;
}
.max-h-514 {
  max-height: 514px;
}
.height-515 {
  height: 515px;
}
.mh-515 {
  min-height: 515px;
}
.max-h-515 {
  max-height: 515px;
}
.height-516 {
  height: 516px;
}
.mh-516 {
  min-height: 516px;
}
.max-h-516 {
  max-height: 516px;
}
.height-517 {
  height: 517px;
}
.mh-517 {
  min-height: 517px;
}
.max-h-517 {
  max-height: 517px;
}
.height-518 {
  height: 518px;
}
.mh-518 {
  min-height: 518px;
}
.max-h-518 {
  max-height: 518px;
}
.height-519 {
  height: 519px;
}
.mh-519 {
  min-height: 519px;
}
.max-h-519 {
  max-height: 519px;
}
.height-520 {
  height: 520px;
}
.mh-520 {
  min-height: 520px;
}
.max-h-520 {
  max-height: 520px;
}
.height-521 {
  height: 521px;
}
.mh-521 {
  min-height: 521px;
}
.max-h-521 {
  max-height: 521px;
}
.height-522 {
  height: 522px;
}
.mh-522 {
  min-height: 522px;
}
.max-h-522 {
  max-height: 522px;
}
.height-523 {
  height: 523px;
}
.mh-523 {
  min-height: 523px;
}
.max-h-523 {
  max-height: 523px;
}
.height-524 {
  height: 524px;
}
.mh-524 {
  min-height: 524px;
}
.max-h-524 {
  max-height: 524px;
}
.height-525 {
  height: 525px;
}
.mh-525 {
  min-height: 525px;
}
.max-h-525 {
  max-height: 525px;
}
.height-526 {
  height: 526px;
}
.mh-526 {
  min-height: 526px;
}
.max-h-526 {
  max-height: 526px;
}
.height-527 {
  height: 527px;
}
.mh-527 {
  min-height: 527px;
}
.max-h-527 {
  max-height: 527px;
}
.height-528 {
  height: 528px;
}
.mh-528 {
  min-height: 528px;
}
.max-h-528 {
  max-height: 528px;
}
.height-529 {
  height: 529px;
}
.mh-529 {
  min-height: 529px;
}
.max-h-529 {
  max-height: 529px;
}
.height-530 {
  height: 530px;
}
.mh-530 {
  min-height: 530px;
}
.max-h-530 {
  max-height: 530px;
}
.height-531 {
  height: 531px;
}
.mh-531 {
  min-height: 531px;
}
.max-h-531 {
  max-height: 531px;
}
.height-532 {
  height: 532px;
}
.mh-532 {
  min-height: 532px;
}
.max-h-532 {
  max-height: 532px;
}
.height-533 {
  height: 533px;
}
.mh-533 {
  min-height: 533px;
}
.max-h-533 {
  max-height: 533px;
}
.height-534 {
  height: 534px;
}
.mh-534 {
  min-height: 534px;
}
.max-h-534 {
  max-height: 534px;
}
.height-535 {
  height: 535px;
}
.mh-535 {
  min-height: 535px;
}
.max-h-535 {
  max-height: 535px;
}
.height-536 {
  height: 536px;
}
.mh-536 {
  min-height: 536px;
}
.max-h-536 {
  max-height: 536px;
}
.height-537 {
  height: 537px;
}
.mh-537 {
  min-height: 537px;
}
.max-h-537 {
  max-height: 537px;
}
.height-538 {
  height: 538px;
}
.mh-538 {
  min-height: 538px;
}
.max-h-538 {
  max-height: 538px;
}
.height-539 {
  height: 539px;
}
.mh-539 {
  min-height: 539px;
}
.max-h-539 {
  max-height: 539px;
}
.height-540 {
  height: 540px;
}
.mh-540 {
  min-height: 540px;
}
.max-h-540 {
  max-height: 540px;
}
.height-541 {
  height: 541px;
}
.mh-541 {
  min-height: 541px;
}
.max-h-541 {
  max-height: 541px;
}
.height-542 {
  height: 542px;
}
.mh-542 {
  min-height: 542px;
}
.max-h-542 {
  max-height: 542px;
}
.height-543 {
  height: 543px;
}
.mh-543 {
  min-height: 543px;
}
.max-h-543 {
  max-height: 543px;
}
.height-544 {
  height: 544px;
}
.mh-544 {
  min-height: 544px;
}
.max-h-544 {
  max-height: 544px;
}
.height-545 {
  height: 545px;
}
.mh-545 {
  min-height: 545px;
}
.max-h-545 {
  max-height: 545px;
}
.height-546 {
  height: 546px;
}
.mh-546 {
  min-height: 546px;
}
.max-h-546 {
  max-height: 546px;
}
.height-547 {
  height: 547px;
}
.mh-547 {
  min-height: 547px;
}
.max-h-547 {
  max-height: 547px;
}
.height-548 {
  height: 548px;
}
.mh-548 {
  min-height: 548px;
}
.max-h-548 {
  max-height: 548px;
}
.height-549 {
  height: 549px;
}
.mh-549 {
  min-height: 549px;
}
.max-h-549 {
  max-height: 549px;
}
.height-550 {
  height: 550px;
}
.mh-550 {
  min-height: 550px;
}
.max-h-550 {
  max-height: 550px;
}
.height-551 {
  height: 551px;
}
.mh-551 {
  min-height: 551px;
}
.max-h-551 {
  max-height: 551px;
}
.height-552 {
  height: 552px;
}
.mh-552 {
  min-height: 552px;
}
.max-h-552 {
  max-height: 552px;
}
.height-553 {
  height: 553px;
}
.mh-553 {
  min-height: 553px;
}
.max-h-553 {
  max-height: 553px;
}
.height-554 {
  height: 554px;
}
.mh-554 {
  min-height: 554px;
}
.max-h-554 {
  max-height: 554px;
}
.height-555 {
  height: 555px;
}
.mh-555 {
  min-height: 555px;
}
.max-h-555 {
  max-height: 555px;
}
.height-556 {
  height: 556px;
}
.mh-556 {
  min-height: 556px;
}
.max-h-556 {
  max-height: 556px;
}
.height-557 {
  height: 557px;
}
.mh-557 {
  min-height: 557px;
}
.max-h-557 {
  max-height: 557px;
}
.height-558 {
  height: 558px;
}
.mh-558 {
  min-height: 558px;
}
.max-h-558 {
  max-height: 558px;
}
.height-559 {
  height: 559px;
}
.mh-559 {
  min-height: 559px;
}
.max-h-559 {
  max-height: 559px;
}
.height-560 {
  height: 560px;
}
.mh-560 {
  min-height: 560px;
}
.max-h-560 {
  max-height: 560px;
}
.height-561 {
  height: 561px;
}
.mh-561 {
  min-height: 561px;
}
.max-h-561 {
  max-height: 561px;
}
.height-562 {
  height: 562px;
}
.mh-562 {
  min-height: 562px;
}
.max-h-562 {
  max-height: 562px;
}
.height-563 {
  height: 563px;
}
.mh-563 {
  min-height: 563px;
}
.max-h-563 {
  max-height: 563px;
}
.height-564 {
  height: 564px;
}
.mh-564 {
  min-height: 564px;
}
.max-h-564 {
  max-height: 564px;
}
.height-565 {
  height: 565px;
}
.mh-565 {
  min-height: 565px;
}
.max-h-565 {
  max-height: 565px;
}
.height-566 {
  height: 566px;
}
.mh-566 {
  min-height: 566px;
}
.max-h-566 {
  max-height: 566px;
}
.height-567 {
  height: 567px;
}
.mh-567 {
  min-height: 567px;
}
.max-h-567 {
  max-height: 567px;
}
.height-568 {
  height: 568px;
}
.mh-568 {
  min-height: 568px;
}
.max-h-568 {
  max-height: 568px;
}
.height-569 {
  height: 569px;
}
.mh-569 {
  min-height: 569px;
}
.max-h-569 {
  max-height: 569px;
}
.height-570 {
  height: 570px;
}
.mh-570 {
  min-height: 570px;
}
.max-h-570 {
  max-height: 570px;
}
.height-571 {
  height: 571px;
}
.mh-571 {
  min-height: 571px;
}
.max-h-571 {
  max-height: 571px;
}
.height-572 {
  height: 572px;
}
.mh-572 {
  min-height: 572px;
}
.max-h-572 {
  max-height: 572px;
}
.height-573 {
  height: 573px;
}
.mh-573 {
  min-height: 573px;
}
.max-h-573 {
  max-height: 573px;
}
.height-574 {
  height: 574px;
}
.mh-574 {
  min-height: 574px;
}
.max-h-574 {
  max-height: 574px;
}
.height-575 {
  height: 575px;
}
.mh-575 {
  min-height: 575px;
}
.max-h-575 {
  max-height: 575px;
}
.height-576 {
  height: 576px;
}
.mh-576 {
  min-height: 576px;
}
.max-h-576 {
  max-height: 576px;
}
.height-577 {
  height: 577px;
}
.mh-577 {
  min-height: 577px;
}
.max-h-577 {
  max-height: 577px;
}
.height-578 {
  height: 578px;
}
.mh-578 {
  min-height: 578px;
}
.max-h-578 {
  max-height: 578px;
}
.height-579 {
  height: 579px;
}
.mh-579 {
  min-height: 579px;
}
.max-h-579 {
  max-height: 579px;
}
.height-580 {
  height: 580px;
}
.mh-580 {
  min-height: 580px;
}
.max-h-580 {
  max-height: 580px;
}
.height-581 {
  height: 581px;
}
.mh-581 {
  min-height: 581px;
}
.max-h-581 {
  max-height: 581px;
}
.height-582 {
  height: 582px;
}
.mh-582 {
  min-height: 582px;
}
.max-h-582 {
  max-height: 582px;
}
.height-583 {
  height: 583px;
}
.mh-583 {
  min-height: 583px;
}
.max-h-583 {
  max-height: 583px;
}
.height-584 {
  height: 584px;
}
.mh-584 {
  min-height: 584px;
}
.max-h-584 {
  max-height: 584px;
}
.height-585 {
  height: 585px;
}
.mh-585 {
  min-height: 585px;
}
.max-h-585 {
  max-height: 585px;
}
.height-586 {
  height: 586px;
}
.mh-586 {
  min-height: 586px;
}
.max-h-586 {
  max-height: 586px;
}
.height-587 {
  height: 587px;
}
.mh-587 {
  min-height: 587px;
}
.max-h-587 {
  max-height: 587px;
}
.height-588 {
  height: 588px;
}
.mh-588 {
  min-height: 588px;
}
.max-h-588 {
  max-height: 588px;
}
.height-589 {
  height: 589px;
}
.mh-589 {
  min-height: 589px;
}
.max-h-589 {
  max-height: 589px;
}
.height-590 {
  height: 590px;
}
.mh-590 {
  min-height: 590px;
}
.max-h-590 {
  max-height: 590px;
}
.height-591 {
  height: 591px;
}
.mh-591 {
  min-height: 591px;
}
.max-h-591 {
  max-height: 591px;
}
.height-592 {
  height: 592px;
}
.mh-592 {
  min-height: 592px;
}
.max-h-592 {
  max-height: 592px;
}
.height-593 {
  height: 593px;
}
.mh-593 {
  min-height: 593px;
}
.max-h-593 {
  max-height: 593px;
}
.height-594 {
  height: 594px;
}
.mh-594 {
  min-height: 594px;
}
.max-h-594 {
  max-height: 594px;
}
.height-595 {
  height: 595px;
}
.mh-595 {
  min-height: 595px;
}
.max-h-595 {
  max-height: 595px;
}
.height-596 {
  height: 596px;
}
.mh-596 {
  min-height: 596px;
}
.max-h-596 {
  max-height: 596px;
}
.height-597 {
  height: 597px;
}
.mh-597 {
  min-height: 597px;
}
.max-h-597 {
  max-height: 597px;
}
.height-598 {
  height: 598px;
}
.mh-598 {
  min-height: 598px;
}
.max-h-598 {
  max-height: 598px;
}
.height-599 {
  height: 599px;
}
.mh-599 {
  min-height: 599px;
}
.max-h-599 {
  max-height: 599px;
}
.height-600 {
  height: 600px;
}
.mh-600 {
  min-height: 600px;
}
.max-h-600 {
  max-height: 600px;
}
.height-601 {
  height: 601px;
}
.mh-601 {
  min-height: 601px;
}
.max-h-601 {
  max-height: 601px;
}
.height-602 {
  height: 602px;
}
.mh-602 {
  min-height: 602px;
}
.max-h-602 {
  max-height: 602px;
}
.height-603 {
  height: 603px;
}
.mh-603 {
  min-height: 603px;
}
.max-h-603 {
  max-height: 603px;
}
.height-604 {
  height: 604px;
}
.mh-604 {
  min-height: 604px;
}
.max-h-604 {
  max-height: 604px;
}
.height-605 {
  height: 605px;
}
.mh-605 {
  min-height: 605px;
}
.max-h-605 {
  max-height: 605px;
}
.height-606 {
  height: 606px;
}
.mh-606 {
  min-height: 606px;
}
.max-h-606 {
  max-height: 606px;
}
.height-607 {
  height: 607px;
}
.mh-607 {
  min-height: 607px;
}
.max-h-607 {
  max-height: 607px;
}
.height-608 {
  height: 608px;
}
.mh-608 {
  min-height: 608px;
}
.max-h-608 {
  max-height: 608px;
}
.height-609 {
  height: 609px;
}
.mh-609 {
  min-height: 609px;
}
.max-h-609 {
  max-height: 609px;
}
.height-610 {
  height: 610px;
}
.mh-610 {
  min-height: 610px;
}
.max-h-610 {
  max-height: 610px;
}
.height-611 {
  height: 611px;
}
.mh-611 {
  min-height: 611px;
}
.max-h-611 {
  max-height: 611px;
}
.height-612 {
  height: 612px;
}
.mh-612 {
  min-height: 612px;
}
.max-h-612 {
  max-height: 612px;
}
.height-613 {
  height: 613px;
}
.mh-613 {
  min-height: 613px;
}
.max-h-613 {
  max-height: 613px;
}
.height-614 {
  height: 614px;
}
.mh-614 {
  min-height: 614px;
}
.max-h-614 {
  max-height: 614px;
}
.height-615 {
  height: 615px;
}
.mh-615 {
  min-height: 615px;
}
.max-h-615 {
  max-height: 615px;
}
.height-616 {
  height: 616px;
}
.mh-616 {
  min-height: 616px;
}
.max-h-616 {
  max-height: 616px;
}
.height-617 {
  height: 617px;
}
.mh-617 {
  min-height: 617px;
}
.max-h-617 {
  max-height: 617px;
}
.height-618 {
  height: 618px;
}
.mh-618 {
  min-height: 618px;
}
.max-h-618 {
  max-height: 618px;
}
.height-619 {
  height: 619px;
}
.mh-619 {
  min-height: 619px;
}
.max-h-619 {
  max-height: 619px;
}
.height-620 {
  height: 620px;
}
.mh-620 {
  min-height: 620px;
}
.max-h-620 {
  max-height: 620px;
}
.height-621 {
  height: 621px;
}
.mh-621 {
  min-height: 621px;
}
.max-h-621 {
  max-height: 621px;
}
.height-622 {
  height: 622px;
}
.mh-622 {
  min-height: 622px;
}
.max-h-622 {
  max-height: 622px;
}
.height-623 {
  height: 623px;
}
.mh-623 {
  min-height: 623px;
}
.max-h-623 {
  max-height: 623px;
}
.height-624 {
  height: 624px;
}
.mh-624 {
  min-height: 624px;
}
.max-h-624 {
  max-height: 624px;
}
.height-625 {
  height: 625px;
}
.mh-625 {
  min-height: 625px;
}
.max-h-625 {
  max-height: 625px;
}
.height-626 {
  height: 626px;
}
.mh-626 {
  min-height: 626px;
}
.max-h-626 {
  max-height: 626px;
}
.height-627 {
  height: 627px;
}
.mh-627 {
  min-height: 627px;
}
.max-h-627 {
  max-height: 627px;
}
.height-628 {
  height: 628px;
}
.mh-628 {
  min-height: 628px;
}
.max-h-628 {
  max-height: 628px;
}
.height-629 {
  height: 629px;
}
.mh-629 {
  min-height: 629px;
}
.max-h-629 {
  max-height: 629px;
}
.height-630 {
  height: 630px;
}
.mh-630 {
  min-height: 630px;
}
.max-h-630 {
  max-height: 630px;
}
.height-631 {
  height: 631px;
}
.mh-631 {
  min-height: 631px;
}
.max-h-631 {
  max-height: 631px;
}
.height-632 {
  height: 632px;
}
.mh-632 {
  min-height: 632px;
}
.max-h-632 {
  max-height: 632px;
}
.height-633 {
  height: 633px;
}
.mh-633 {
  min-height: 633px;
}
.max-h-633 {
  max-height: 633px;
}
.height-634 {
  height: 634px;
}
.mh-634 {
  min-height: 634px;
}
.max-h-634 {
  max-height: 634px;
}
.height-635 {
  height: 635px;
}
.mh-635 {
  min-height: 635px;
}
.max-h-635 {
  max-height: 635px;
}
.height-636 {
  height: 636px;
}
.mh-636 {
  min-height: 636px;
}
.max-h-636 {
  max-height: 636px;
}
.height-637 {
  height: 637px;
}
.mh-637 {
  min-height: 637px;
}
.max-h-637 {
  max-height: 637px;
}
.height-638 {
  height: 638px;
}
.mh-638 {
  min-height: 638px;
}
.max-h-638 {
  max-height: 638px;
}
.height-639 {
  height: 639px;
}
.mh-639 {
  min-height: 639px;
}
.max-h-639 {
  max-height: 639px;
}
.height-640 {
  height: 640px;
}
.mh-640 {
  min-height: 640px;
}
.max-h-640 {
  max-height: 640px;
}
.height-641 {
  height: 641px;
}
.mh-641 {
  min-height: 641px;
}
.max-h-641 {
  max-height: 641px;
}
.height-642 {
  height: 642px;
}
.mh-642 {
  min-height: 642px;
}
.max-h-642 {
  max-height: 642px;
}
.height-643 {
  height: 643px;
}
.mh-643 {
  min-height: 643px;
}
.max-h-643 {
  max-height: 643px;
}
.height-644 {
  height: 644px;
}
.mh-644 {
  min-height: 644px;
}
.max-h-644 {
  max-height: 644px;
}
.height-645 {
  height: 645px;
}
.mh-645 {
  min-height: 645px;
}
.max-h-645 {
  max-height: 645px;
}
.height-646 {
  height: 646px;
}
.mh-646 {
  min-height: 646px;
}
.max-h-646 {
  max-height: 646px;
}
.height-647 {
  height: 647px;
}
.mh-647 {
  min-height: 647px;
}
.max-h-647 {
  max-height: 647px;
}
.height-648 {
  height: 648px;
}
.mh-648 {
  min-height: 648px;
}
.max-h-648 {
  max-height: 648px;
}
.height-649 {
  height: 649px;
}
.mh-649 {
  min-height: 649px;
}
.max-h-649 {
  max-height: 649px;
}
.height-650 {
  height: 650px;
}
.mh-650 {
  min-height: 650px;
}
.max-h-650 {
  max-height: 650px;
}
.height-651 {
  height: 651px;
}
.mh-651 {
  min-height: 651px;
}
.max-h-651 {
  max-height: 651px;
}
.height-652 {
  height: 652px;
}
.mh-652 {
  min-height: 652px;
}
.max-h-652 {
  max-height: 652px;
}
.height-653 {
  height: 653px;
}
.mh-653 {
  min-height: 653px;
}
.max-h-653 {
  max-height: 653px;
}
.height-654 {
  height: 654px;
}
.mh-654 {
  min-height: 654px;
}
.max-h-654 {
  max-height: 654px;
}
.height-655 {
  height: 655px;
}
.mh-655 {
  min-height: 655px;
}
.max-h-655 {
  max-height: 655px;
}
.height-656 {
  height: 656px;
}
.mh-656 {
  min-height: 656px;
}
.max-h-656 {
  max-height: 656px;
}
.height-657 {
  height: 657px;
}
.mh-657 {
  min-height: 657px;
}
.max-h-657 {
  max-height: 657px;
}
.height-658 {
  height: 658px;
}
.mh-658 {
  min-height: 658px;
}
.max-h-658 {
  max-height: 658px;
}
.height-659 {
  height: 659px;
}
.mh-659 {
  min-height: 659px;
}
.max-h-659 {
  max-height: 659px;
}
.height-660 {
  height: 660px;
}
.mh-660 {
  min-height: 660px;
}
.max-h-660 {
  max-height: 660px;
}
.height-661 {
  height: 661px;
}
.mh-661 {
  min-height: 661px;
}
.max-h-661 {
  max-height: 661px;
}
.height-662 {
  height: 662px;
}
.mh-662 {
  min-height: 662px;
}
.max-h-662 {
  max-height: 662px;
}
.height-663 {
  height: 663px;
}
.mh-663 {
  min-height: 663px;
}
.max-h-663 {
  max-height: 663px;
}
.height-664 {
  height: 664px;
}
.mh-664 {
  min-height: 664px;
}
.max-h-664 {
  max-height: 664px;
}
.height-665 {
  height: 665px;
}
.mh-665 {
  min-height: 665px;
}
.max-h-665 {
  max-height: 665px;
}
.height-666 {
  height: 666px;
}
.mh-666 {
  min-height: 666px;
}
.max-h-666 {
  max-height: 666px;
}
.height-667 {
  height: 667px;
}
.mh-667 {
  min-height: 667px;
}
.max-h-667 {
  max-height: 667px;
}
.height-668 {
  height: 668px;
}
.mh-668 {
  min-height: 668px;
}
.max-h-668 {
  max-height: 668px;
}
.height-669 {
  height: 669px;
}
.mh-669 {
  min-height: 669px;
}
.max-h-669 {
  max-height: 669px;
}
.height-670 {
  height: 670px;
}
.mh-670 {
  min-height: 670px;
}
.max-h-670 {
  max-height: 670px;
}
.height-671 {
  height: 671px;
}
.mh-671 {
  min-height: 671px;
}
.max-h-671 {
  max-height: 671px;
}
.height-672 {
  height: 672px;
}
.mh-672 {
  min-height: 672px;
}
.max-h-672 {
  max-height: 672px;
}
.height-673 {
  height: 673px;
}
.mh-673 {
  min-height: 673px;
}
.max-h-673 {
  max-height: 673px;
}
.height-674 {
  height: 674px;
}
.mh-674 {
  min-height: 674px;
}
.max-h-674 {
  max-height: 674px;
}
.height-675 {
  height: 675px;
}
.mh-675 {
  min-height: 675px;
}
.max-h-675 {
  max-height: 675px;
}
.height-676 {
  height: 676px;
}
.mh-676 {
  min-height: 676px;
}
.max-h-676 {
  max-height: 676px;
}
.height-677 {
  height: 677px;
}
.mh-677 {
  min-height: 677px;
}
.max-h-677 {
  max-height: 677px;
}
.height-678 {
  height: 678px;
}
.mh-678 {
  min-height: 678px;
}
.max-h-678 {
  max-height: 678px;
}
.height-679 {
  height: 679px;
}
.mh-679 {
  min-height: 679px;
}
.max-h-679 {
  max-height: 679px;
}
.height-680 {
  height: 680px;
}
.mh-680 {
  min-height: 680px;
}
.max-h-680 {
  max-height: 680px;
}
.height-681 {
  height: 681px;
}
.mh-681 {
  min-height: 681px;
}
.max-h-681 {
  max-height: 681px;
}
.height-682 {
  height: 682px;
}
.mh-682 {
  min-height: 682px;
}
.max-h-682 {
  max-height: 682px;
}
.height-683 {
  height: 683px;
}
.mh-683 {
  min-height: 683px;
}
.max-h-683 {
  max-height: 683px;
}
.height-684 {
  height: 684px;
}
.mh-684 {
  min-height: 684px;
}
.max-h-684 {
  max-height: 684px;
}
.height-685 {
  height: 685px;
}
.mh-685 {
  min-height: 685px;
}
.max-h-685 {
  max-height: 685px;
}
.height-686 {
  height: 686px;
}
.mh-686 {
  min-height: 686px;
}
.max-h-686 {
  max-height: 686px;
}
.height-687 {
  height: 687px;
}
.mh-687 {
  min-height: 687px;
}
.max-h-687 {
  max-height: 687px;
}
.height-688 {
  height: 688px;
}
.mh-688 {
  min-height: 688px;
}
.max-h-688 {
  max-height: 688px;
}
.height-689 {
  height: 689px;
}
.mh-689 {
  min-height: 689px;
}
.max-h-689 {
  max-height: 689px;
}
.height-690 {
  height: 690px;
}
.mh-690 {
  min-height: 690px;
}
.max-h-690 {
  max-height: 690px;
}
.height-691 {
  height: 691px;
}
.mh-691 {
  min-height: 691px;
}
.max-h-691 {
  max-height: 691px;
}
.height-692 {
  height: 692px;
}
.mh-692 {
  min-height: 692px;
}
.max-h-692 {
  max-height: 692px;
}
.height-693 {
  height: 693px;
}
.mh-693 {
  min-height: 693px;
}
.max-h-693 {
  max-height: 693px;
}
.height-694 {
  height: 694px;
}
.mh-694 {
  min-height: 694px;
}
.max-h-694 {
  max-height: 694px;
}
.height-695 {
  height: 695px;
}
.mh-695 {
  min-height: 695px;
}
.max-h-695 {
  max-height: 695px;
}
.height-696 {
  height: 696px;
}
.mh-696 {
  min-height: 696px;
}
.max-h-696 {
  max-height: 696px;
}
.height-697 {
  height: 697px;
}
.mh-697 {
  min-height: 697px;
}
.max-h-697 {
  max-height: 697px;
}
.height-698 {
  height: 698px;
}
.mh-698 {
  min-height: 698px;
}
.max-h-698 {
  max-height: 698px;
}
.height-699 {
  height: 699px;
}
.mh-699 {
  min-height: 699px;
}
.max-h-699 {
  max-height: 699px;
}
.height-700 {
  height: 700px;
}
.mh-700 {
  min-height: 700px;
}
.max-h-700 {
  max-height: 700px;
}
.height-701 {
  height: 701px;
}
.mh-701 {
  min-height: 701px;
}
.max-h-701 {
  max-height: 701px;
}
.height-702 {
  height: 702px;
}
.mh-702 {
  min-height: 702px;
}
.max-h-702 {
  max-height: 702px;
}
.height-703 {
  height: 703px;
}
.mh-703 {
  min-height: 703px;
}
.max-h-703 {
  max-height: 703px;
}
.height-704 {
  height: 704px;
}
.mh-704 {
  min-height: 704px;
}
.max-h-704 {
  max-height: 704px;
}
.height-705 {
  height: 705px;
}
.mh-705 {
  min-height: 705px;
}
.max-h-705 {
  max-height: 705px;
}
.height-706 {
  height: 706px;
}
.mh-706 {
  min-height: 706px;
}
.max-h-706 {
  max-height: 706px;
}
.height-707 {
  height: 707px;
}
.mh-707 {
  min-height: 707px;
}
.max-h-707 {
  max-height: 707px;
}
.height-708 {
  height: 708px;
}
.mh-708 {
  min-height: 708px;
}
.max-h-708 {
  max-height: 708px;
}
.height-709 {
  height: 709px;
}
.mh-709 {
  min-height: 709px;
}
.max-h-709 {
  max-height: 709px;
}
.height-710 {
  height: 710px;
}
.mh-710 {
  min-height: 710px;
}
.max-h-710 {
  max-height: 710px;
}
.height-711 {
  height: 711px;
}
.mh-711 {
  min-height: 711px;
}
.max-h-711 {
  max-height: 711px;
}
.height-712 {
  height: 712px;
}
.mh-712 {
  min-height: 712px;
}
.max-h-712 {
  max-height: 712px;
}
.height-713 {
  height: 713px;
}
.mh-713 {
  min-height: 713px;
}
.max-h-713 {
  max-height: 713px;
}
.height-714 {
  height: 714px;
}
.mh-714 {
  min-height: 714px;
}
.max-h-714 {
  max-height: 714px;
}
.height-715 {
  height: 715px;
}
.mh-715 {
  min-height: 715px;
}
.max-h-715 {
  max-height: 715px;
}
.height-716 {
  height: 716px;
}
.mh-716 {
  min-height: 716px;
}
.max-h-716 {
  max-height: 716px;
}
.height-717 {
  height: 717px;
}
.mh-717 {
  min-height: 717px;
}
.max-h-717 {
  max-height: 717px;
}
.height-718 {
  height: 718px;
}
.mh-718 {
  min-height: 718px;
}
.max-h-718 {
  max-height: 718px;
}
.height-719 {
  height: 719px;
}
.mh-719 {
  min-height: 719px;
}
.max-h-719 {
  max-height: 719px;
}
.height-720 {
  height: 720px;
}
.mh-720 {
  min-height: 720px;
}
.max-h-720 {
  max-height: 720px;
}
.height-721 {
  height: 721px;
}
.mh-721 {
  min-height: 721px;
}
.max-h-721 {
  max-height: 721px;
}
.height-722 {
  height: 722px;
}
.mh-722 {
  min-height: 722px;
}
.max-h-722 {
  max-height: 722px;
}
.height-723 {
  height: 723px;
}
.mh-723 {
  min-height: 723px;
}
.max-h-723 {
  max-height: 723px;
}
.height-724 {
  height: 724px;
}
.mh-724 {
  min-height: 724px;
}
.max-h-724 {
  max-height: 724px;
}
.height-725 {
  height: 725px;
}
.mh-725 {
  min-height: 725px;
}
.max-h-725 {
  max-height: 725px;
}
.height-726 {
  height: 726px;
}
.mh-726 {
  min-height: 726px;
}
.max-h-726 {
  max-height: 726px;
}
.height-727 {
  height: 727px;
}
.mh-727 {
  min-height: 727px;
}
.max-h-727 {
  max-height: 727px;
}
.height-728 {
  height: 728px;
}
.mh-728 {
  min-height: 728px;
}
.max-h-728 {
  max-height: 728px;
}
.height-729 {
  height: 729px;
}
.mh-729 {
  min-height: 729px;
}
.max-h-729 {
  max-height: 729px;
}
.height-730 {
  height: 730px;
}
.mh-730 {
  min-height: 730px;
}
.max-h-730 {
  max-height: 730px;
}
.height-731 {
  height: 731px;
}
.mh-731 {
  min-height: 731px;
}
.max-h-731 {
  max-height: 731px;
}
.height-732 {
  height: 732px;
}
.mh-732 {
  min-height: 732px;
}
.max-h-732 {
  max-height: 732px;
}
.height-733 {
  height: 733px;
}
.mh-733 {
  min-height: 733px;
}
.max-h-733 {
  max-height: 733px;
}
.height-734 {
  height: 734px;
}
.mh-734 {
  min-height: 734px;
}
.max-h-734 {
  max-height: 734px;
}
.height-735 {
  height: 735px;
}
.mh-735 {
  min-height: 735px;
}
.max-h-735 {
  max-height: 735px;
}
.height-736 {
  height: 736px;
}
.mh-736 {
  min-height: 736px;
}
.max-h-736 {
  max-height: 736px;
}
.height-737 {
  height: 737px;
}
.mh-737 {
  min-height: 737px;
}
.max-h-737 {
  max-height: 737px;
}
.height-738 {
  height: 738px;
}
.mh-738 {
  min-height: 738px;
}
.max-h-738 {
  max-height: 738px;
}
.height-739 {
  height: 739px;
}
.mh-739 {
  min-height: 739px;
}
.max-h-739 {
  max-height: 739px;
}
.height-740 {
  height: 740px;
}
.mh-740 {
  min-height: 740px;
}
.max-h-740 {
  max-height: 740px;
}
.height-741 {
  height: 741px;
}
.mh-741 {
  min-height: 741px;
}
.max-h-741 {
  max-height: 741px;
}
.height-742 {
  height: 742px;
}
.mh-742 {
  min-height: 742px;
}
.max-h-742 {
  max-height: 742px;
}
.height-743 {
  height: 743px;
}
.mh-743 {
  min-height: 743px;
}
.max-h-743 {
  max-height: 743px;
}
.height-744 {
  height: 744px;
}
.mh-744 {
  min-height: 744px;
}
.max-h-744 {
  max-height: 744px;
}
.height-745 {
  height: 745px;
}
.mh-745 {
  min-height: 745px;
}
.max-h-745 {
  max-height: 745px;
}
.height-746 {
  height: 746px;
}
.mh-746 {
  min-height: 746px;
}
.max-h-746 {
  max-height: 746px;
}
.height-747 {
  height: 747px;
}
.mh-747 {
  min-height: 747px;
}
.max-h-747 {
  max-height: 747px;
}
.height-748 {
  height: 748px;
}
.mh-748 {
  min-height: 748px;
}
.max-h-748 {
  max-height: 748px;
}
.height-749 {
  height: 749px;
}
.mh-749 {
  min-height: 749px;
}
.max-h-749 {
  max-height: 749px;
}
.height-750 {
  height: 750px;
}
.mh-750 {
  min-height: 750px;
}
.max-h-750 {
  max-height: 750px;
}
.height-751 {
  height: 751px;
}
.mh-751 {
  min-height: 751px;
}
.max-h-751 {
  max-height: 751px;
}
.height-752 {
  height: 752px;
}
.mh-752 {
  min-height: 752px;
}
.max-h-752 {
  max-height: 752px;
}
.height-753 {
  height: 753px;
}
.mh-753 {
  min-height: 753px;
}
.max-h-753 {
  max-height: 753px;
}
.height-754 {
  height: 754px;
}
.mh-754 {
  min-height: 754px;
}
.max-h-754 {
  max-height: 754px;
}
.height-755 {
  height: 755px;
}
.mh-755 {
  min-height: 755px;
}
.max-h-755 {
  max-height: 755px;
}
.height-756 {
  height: 756px;
}
.mh-756 {
  min-height: 756px;
}
.max-h-756 {
  max-height: 756px;
}
.height-757 {
  height: 757px;
}
.mh-757 {
  min-height: 757px;
}
.max-h-757 {
  max-height: 757px;
}
.height-758 {
  height: 758px;
}
.mh-758 {
  min-height: 758px;
}
.max-h-758 {
  max-height: 758px;
}
.height-759 {
  height: 759px;
}
.mh-759 {
  min-height: 759px;
}
.max-h-759 {
  max-height: 759px;
}
.height-760 {
  height: 760px;
}
.mh-760 {
  min-height: 760px;
}
.max-h-760 {
  max-height: 760px;
}
.height-761 {
  height: 761px;
}
.mh-761 {
  min-height: 761px;
}
.max-h-761 {
  max-height: 761px;
}
.height-762 {
  height: 762px;
}
.mh-762 {
  min-height: 762px;
}
.max-h-762 {
  max-height: 762px;
}
.height-763 {
  height: 763px;
}
.mh-763 {
  min-height: 763px;
}
.max-h-763 {
  max-height: 763px;
}
.height-764 {
  height: 764px;
}
.mh-764 {
  min-height: 764px;
}
.max-h-764 {
  max-height: 764px;
}
.height-765 {
  height: 765px;
}
.mh-765 {
  min-height: 765px;
}
.max-h-765 {
  max-height: 765px;
}
.height-766 {
  height: 766px;
}
.mh-766 {
  min-height: 766px;
}
.max-h-766 {
  max-height: 766px;
}
.height-767 {
  height: 767px;
}
.mh-767 {
  min-height: 767px;
}
.max-h-767 {
  max-height: 767px;
}
.height-768 {
  height: 768px;
}
.mh-768 {
  min-height: 768px;
}
.max-h-768 {
  max-height: 768px;
}
.height-769 {
  height: 769px;
}
.mh-769 {
  min-height: 769px;
}
.max-h-769 {
  max-height: 769px;
}
.height-770 {
  height: 770px;
}
.mh-770 {
  min-height: 770px;
}
.max-h-770 {
  max-height: 770px;
}
.height-771 {
  height: 771px;
}
.mh-771 {
  min-height: 771px;
}
.max-h-771 {
  max-height: 771px;
}
.height-772 {
  height: 772px;
}
.mh-772 {
  min-height: 772px;
}
.max-h-772 {
  max-height: 772px;
}
.height-773 {
  height: 773px;
}
.mh-773 {
  min-height: 773px;
}
.max-h-773 {
  max-height: 773px;
}
.height-774 {
  height: 774px;
}
.mh-774 {
  min-height: 774px;
}
.max-h-774 {
  max-height: 774px;
}
.height-775 {
  height: 775px;
}
.mh-775 {
  min-height: 775px;
}
.max-h-775 {
  max-height: 775px;
}
.height-776 {
  height: 776px;
}
.mh-776 {
  min-height: 776px;
}
.max-h-776 {
  max-height: 776px;
}
.height-777 {
  height: 777px;
}
.mh-777 {
  min-height: 777px;
}
.max-h-777 {
  max-height: 777px;
}
.height-778 {
  height: 778px;
}
.mh-778 {
  min-height: 778px;
}
.max-h-778 {
  max-height: 778px;
}
.height-779 {
  height: 779px;
}
.mh-779 {
  min-height: 779px;
}
.max-h-779 {
  max-height: 779px;
}
.height-780 {
  height: 780px;
}
.mh-780 {
  min-height: 780px;
}
.max-h-780 {
  max-height: 780px;
}
.height-781 {
  height: 781px;
}
.mh-781 {
  min-height: 781px;
}
.max-h-781 {
  max-height: 781px;
}
.height-782 {
  height: 782px;
}
.mh-782 {
  min-height: 782px;
}
.max-h-782 {
  max-height: 782px;
}
.height-783 {
  height: 783px;
}
.mh-783 {
  min-height: 783px;
}
.max-h-783 {
  max-height: 783px;
}
.height-784 {
  height: 784px;
}
.mh-784 {
  min-height: 784px;
}
.max-h-784 {
  max-height: 784px;
}
.height-785 {
  height: 785px;
}
.mh-785 {
  min-height: 785px;
}
.max-h-785 {
  max-height: 785px;
}
.height-786 {
  height: 786px;
}
.mh-786 {
  min-height: 786px;
}
.max-h-786 {
  max-height: 786px;
}
.height-787 {
  height: 787px;
}
.mh-787 {
  min-height: 787px;
}
.max-h-787 {
  max-height: 787px;
}
.height-788 {
  height: 788px;
}
.mh-788 {
  min-height: 788px;
}
.max-h-788 {
  max-height: 788px;
}
.height-789 {
  height: 789px;
}
.mh-789 {
  min-height: 789px;
}
.max-h-789 {
  max-height: 789px;
}
.height-790 {
  height: 790px;
}
.mh-790 {
  min-height: 790px;
}
.max-h-790 {
  max-height: 790px;
}
.height-791 {
  height: 791px;
}
.mh-791 {
  min-height: 791px;
}
.max-h-791 {
  max-height: 791px;
}
.height-792 {
  height: 792px;
}
.mh-792 {
  min-height: 792px;
}
.max-h-792 {
  max-height: 792px;
}
.height-793 {
  height: 793px;
}
.mh-793 {
  min-height: 793px;
}
.max-h-793 {
  max-height: 793px;
}
.height-794 {
  height: 794px;
}
.mh-794 {
  min-height: 794px;
}
.max-h-794 {
  max-height: 794px;
}
.height-795 {
  height: 795px;
}
.mh-795 {
  min-height: 795px;
}
.max-h-795 {
  max-height: 795px;
}
.height-796 {
  height: 796px;
}
.mh-796 {
  min-height: 796px;
}
.max-h-796 {
  max-height: 796px;
}
.height-797 {
  height: 797px;
}
.mh-797 {
  min-height: 797px;
}
.max-h-797 {
  max-height: 797px;
}
.height-798 {
  height: 798px;
}
.mh-798 {
  min-height: 798px;
}
.max-h-798 {
  max-height: 798px;
}
.height-799 {
  height: 799px;
}
.mh-799 {
  min-height: 799px;
}
.max-h-799 {
  max-height: 799px;
}
.height-800 {
  height: 800px;
}
.mh-800 {
  min-height: 800px;
}
.max-h-800 {
  max-height: 800px;
}
.height-801 {
  height: 801px;
}
.mh-801 {
  min-height: 801px;
}
.max-h-801 {
  max-height: 801px;
}
.height-802 {
  height: 802px;
}
.mh-802 {
  min-height: 802px;
}
.max-h-802 {
  max-height: 802px;
}
.height-803 {
  height: 803px;
}
.mh-803 {
  min-height: 803px;
}
.max-h-803 {
  max-height: 803px;
}
.height-804 {
  height: 804px;
}
.mh-804 {
  min-height: 804px;
}
.max-h-804 {
  max-height: 804px;
}
.height-805 {
  height: 805px;
}
.mh-805 {
  min-height: 805px;
}
.max-h-805 {
  max-height: 805px;
}
.height-806 {
  height: 806px;
}
.mh-806 {
  min-height: 806px;
}
.max-h-806 {
  max-height: 806px;
}
.height-807 {
  height: 807px;
}
.mh-807 {
  min-height: 807px;
}
.max-h-807 {
  max-height: 807px;
}
.height-808 {
  height: 808px;
}
.mh-808 {
  min-height: 808px;
}
.max-h-808 {
  max-height: 808px;
}
.height-809 {
  height: 809px;
}
.mh-809 {
  min-height: 809px;
}
.max-h-809 {
  max-height: 809px;
}
.height-810 {
  height: 810px;
}
.mh-810 {
  min-height: 810px;
}
.max-h-810 {
  max-height: 810px;
}
.height-811 {
  height: 811px;
}
.mh-811 {
  min-height: 811px;
}
.max-h-811 {
  max-height: 811px;
}
.height-812 {
  height: 812px;
}
.mh-812 {
  min-height: 812px;
}
.max-h-812 {
  max-height: 812px;
}
.height-813 {
  height: 813px;
}
.mh-813 {
  min-height: 813px;
}
.max-h-813 {
  max-height: 813px;
}
.height-814 {
  height: 814px;
}
.mh-814 {
  min-height: 814px;
}
.max-h-814 {
  max-height: 814px;
}
.height-815 {
  height: 815px;
}
.mh-815 {
  min-height: 815px;
}
.max-h-815 {
  max-height: 815px;
}
.height-816 {
  height: 816px;
}
.mh-816 {
  min-height: 816px;
}
.max-h-816 {
  max-height: 816px;
}
.height-817 {
  height: 817px;
}
.mh-817 {
  min-height: 817px;
}
.max-h-817 {
  max-height: 817px;
}
.height-818 {
  height: 818px;
}
.mh-818 {
  min-height: 818px;
}
.max-h-818 {
  max-height: 818px;
}
.height-819 {
  height: 819px;
}
.mh-819 {
  min-height: 819px;
}
.max-h-819 {
  max-height: 819px;
}
.height-820 {
  height: 820px;
}
.mh-820 {
  min-height: 820px;
}
.max-h-820 {
  max-height: 820px;
}
.height-821 {
  height: 821px;
}
.mh-821 {
  min-height: 821px;
}
.max-h-821 {
  max-height: 821px;
}
.height-822 {
  height: 822px;
}
.mh-822 {
  min-height: 822px;
}
.max-h-822 {
  max-height: 822px;
}
.height-823 {
  height: 823px;
}
.mh-823 {
  min-height: 823px;
}
.max-h-823 {
  max-height: 823px;
}
.height-824 {
  height: 824px;
}
.mh-824 {
  min-height: 824px;
}
.max-h-824 {
  max-height: 824px;
}
.height-825 {
  height: 825px;
}
.mh-825 {
  min-height: 825px;
}
.max-h-825 {
  max-height: 825px;
}
.height-826 {
  height: 826px;
}
.mh-826 {
  min-height: 826px;
}
.max-h-826 {
  max-height: 826px;
}
.height-827 {
  height: 827px;
}
.mh-827 {
  min-height: 827px;
}
.max-h-827 {
  max-height: 827px;
}
.height-828 {
  height: 828px;
}
.mh-828 {
  min-height: 828px;
}
.max-h-828 {
  max-height: 828px;
}
.height-829 {
  height: 829px;
}
.mh-829 {
  min-height: 829px;
}
.max-h-829 {
  max-height: 829px;
}
.height-830 {
  height: 830px;
}
.mh-830 {
  min-height: 830px;
}
.max-h-830 {
  max-height: 830px;
}
.height-831 {
  height: 831px;
}
.mh-831 {
  min-height: 831px;
}
.max-h-831 {
  max-height: 831px;
}
.height-832 {
  height: 832px;
}
.mh-832 {
  min-height: 832px;
}
.max-h-832 {
  max-height: 832px;
}
.height-833 {
  height: 833px;
}
.mh-833 {
  min-height: 833px;
}
.max-h-833 {
  max-height: 833px;
}
.height-834 {
  height: 834px;
}
.mh-834 {
  min-height: 834px;
}
.max-h-834 {
  max-height: 834px;
}
.height-835 {
  height: 835px;
}
.mh-835 {
  min-height: 835px;
}
.max-h-835 {
  max-height: 835px;
}
.height-836 {
  height: 836px;
}
.mh-836 {
  min-height: 836px;
}
.max-h-836 {
  max-height: 836px;
}
.height-837 {
  height: 837px;
}
.mh-837 {
  min-height: 837px;
}
.max-h-837 {
  max-height: 837px;
}
.height-838 {
  height: 838px;
}
.mh-838 {
  min-height: 838px;
}
.max-h-838 {
  max-height: 838px;
}
.height-839 {
  height: 839px;
}
.mh-839 {
  min-height: 839px;
}
.max-h-839 {
  max-height: 839px;
}
.height-840 {
  height: 840px;
}
.mh-840 {
  min-height: 840px;
}
.max-h-840 {
  max-height: 840px;
}
.height-841 {
  height: 841px;
}
.mh-841 {
  min-height: 841px;
}
.max-h-841 {
  max-height: 841px;
}
.height-842 {
  height: 842px;
}
.mh-842 {
  min-height: 842px;
}
.max-h-842 {
  max-height: 842px;
}
.height-843 {
  height: 843px;
}
.mh-843 {
  min-height: 843px;
}
.max-h-843 {
  max-height: 843px;
}
.height-844 {
  height: 844px;
}
.mh-844 {
  min-height: 844px;
}
.max-h-844 {
  max-height: 844px;
}
.height-845 {
  height: 845px;
}
.mh-845 {
  min-height: 845px;
}
.max-h-845 {
  max-height: 845px;
}
.height-846 {
  height: 846px;
}
.mh-846 {
  min-height: 846px;
}
.max-h-846 {
  max-height: 846px;
}
.height-847 {
  height: 847px;
}
.mh-847 {
  min-height: 847px;
}
.max-h-847 {
  max-height: 847px;
}
.height-848 {
  height: 848px;
}
.mh-848 {
  min-height: 848px;
}
.max-h-848 {
  max-height: 848px;
}
.height-849 {
  height: 849px;
}
.mh-849 {
  min-height: 849px;
}
.max-h-849 {
  max-height: 849px;
}
.height-850 {
  height: 850px;
}
.mh-850 {
  min-height: 850px;
}
.max-h-850 {
  max-height: 850px;
}
.height-851 {
  height: 851px;
}
.mh-851 {
  min-height: 851px;
}
.max-h-851 {
  max-height: 851px;
}
.height-852 {
  height: 852px;
}
.mh-852 {
  min-height: 852px;
}
.max-h-852 {
  max-height: 852px;
}
.height-853 {
  height: 853px;
}
.mh-853 {
  min-height: 853px;
}
.max-h-853 {
  max-height: 853px;
}
.height-854 {
  height: 854px;
}
.mh-854 {
  min-height: 854px;
}
.max-h-854 {
  max-height: 854px;
}
.height-855 {
  height: 855px;
}
.mh-855 {
  min-height: 855px;
}
.max-h-855 {
  max-height: 855px;
}
.height-856 {
  height: 856px;
}
.mh-856 {
  min-height: 856px;
}
.max-h-856 {
  max-height: 856px;
}
.height-857 {
  height: 857px;
}
.mh-857 {
  min-height: 857px;
}
.max-h-857 {
  max-height: 857px;
}
.height-858 {
  height: 858px;
}
.mh-858 {
  min-height: 858px;
}
.max-h-858 {
  max-height: 858px;
}
.height-859 {
  height: 859px;
}
.mh-859 {
  min-height: 859px;
}
.max-h-859 {
  max-height: 859px;
}
.height-860 {
  height: 860px;
}
.mh-860 {
  min-height: 860px;
}
.max-h-860 {
  max-height: 860px;
}
.height-861 {
  height: 861px;
}
.mh-861 {
  min-height: 861px;
}
.max-h-861 {
  max-height: 861px;
}
.height-862 {
  height: 862px;
}
.mh-862 {
  min-height: 862px;
}
.max-h-862 {
  max-height: 862px;
}
.height-863 {
  height: 863px;
}
.mh-863 {
  min-height: 863px;
}
.max-h-863 {
  max-height: 863px;
}
.height-864 {
  height: 864px;
}
.mh-864 {
  min-height: 864px;
}
.max-h-864 {
  max-height: 864px;
}
.height-865 {
  height: 865px;
}
.mh-865 {
  min-height: 865px;
}
.max-h-865 {
  max-height: 865px;
}
.height-866 {
  height: 866px;
}
.mh-866 {
  min-height: 866px;
}
.max-h-866 {
  max-height: 866px;
}
.height-867 {
  height: 867px;
}
.mh-867 {
  min-height: 867px;
}
.max-h-867 {
  max-height: 867px;
}
.height-868 {
  height: 868px;
}
.mh-868 {
  min-height: 868px;
}
.max-h-868 {
  max-height: 868px;
}
.height-869 {
  height: 869px;
}
.mh-869 {
  min-height: 869px;
}
.max-h-869 {
  max-height: 869px;
}
.height-870 {
  height: 870px;
}
.mh-870 {
  min-height: 870px;
}
.max-h-870 {
  max-height: 870px;
}
.height-871 {
  height: 871px;
}
.mh-871 {
  min-height: 871px;
}
.max-h-871 {
  max-height: 871px;
}
.height-872 {
  height: 872px;
}
.mh-872 {
  min-height: 872px;
}
.max-h-872 {
  max-height: 872px;
}
.height-873 {
  height: 873px;
}
.mh-873 {
  min-height: 873px;
}
.max-h-873 {
  max-height: 873px;
}
.height-874 {
  height: 874px;
}
.mh-874 {
  min-height: 874px;
}
.max-h-874 {
  max-height: 874px;
}
.height-875 {
  height: 875px;
}
.mh-875 {
  min-height: 875px;
}
.max-h-875 {
  max-height: 875px;
}
.height-876 {
  height: 876px;
}
.mh-876 {
  min-height: 876px;
}
.max-h-876 {
  max-height: 876px;
}
.height-877 {
  height: 877px;
}
.mh-877 {
  min-height: 877px;
}
.max-h-877 {
  max-height: 877px;
}
.height-878 {
  height: 878px;
}
.mh-878 {
  min-height: 878px;
}
.max-h-878 {
  max-height: 878px;
}
.height-879 {
  height: 879px;
}
.mh-879 {
  min-height: 879px;
}
.max-h-879 {
  max-height: 879px;
}
.height-880 {
  height: 880px;
}
.mh-880 {
  min-height: 880px;
}
.max-h-880 {
  max-height: 880px;
}
.height-881 {
  height: 881px;
}
.mh-881 {
  min-height: 881px;
}
.max-h-881 {
  max-height: 881px;
}
.height-882 {
  height: 882px;
}
.mh-882 {
  min-height: 882px;
}
.max-h-882 {
  max-height: 882px;
}
.height-883 {
  height: 883px;
}
.mh-883 {
  min-height: 883px;
}
.max-h-883 {
  max-height: 883px;
}
.height-884 {
  height: 884px;
}
.mh-884 {
  min-height: 884px;
}
.max-h-884 {
  max-height: 884px;
}
.height-885 {
  height: 885px;
}
.mh-885 {
  min-height: 885px;
}
.max-h-885 {
  max-height: 885px;
}
.height-886 {
  height: 886px;
}
.mh-886 {
  min-height: 886px;
}
.max-h-886 {
  max-height: 886px;
}
.height-887 {
  height: 887px;
}
.mh-887 {
  min-height: 887px;
}
.max-h-887 {
  max-height: 887px;
}
.height-888 {
  height: 888px;
}
.mh-888 {
  min-height: 888px;
}
.max-h-888 {
  max-height: 888px;
}
.height-889 {
  height: 889px;
}
.mh-889 {
  min-height: 889px;
}
.max-h-889 {
  max-height: 889px;
}
.height-890 {
  height: 890px;
}
.mh-890 {
  min-height: 890px;
}
.max-h-890 {
  max-height: 890px;
}
.height-891 {
  height: 891px;
}
.mh-891 {
  min-height: 891px;
}
.max-h-891 {
  max-height: 891px;
}
.height-892 {
  height: 892px;
}
.mh-892 {
  min-height: 892px;
}
.max-h-892 {
  max-height: 892px;
}
.height-893 {
  height: 893px;
}
.mh-893 {
  min-height: 893px;
}
.max-h-893 {
  max-height: 893px;
}
.height-894 {
  height: 894px;
}
.mh-894 {
  min-height: 894px;
}
.max-h-894 {
  max-height: 894px;
}
.height-895 {
  height: 895px;
}
.mh-895 {
  min-height: 895px;
}
.max-h-895 {
  max-height: 895px;
}
.height-896 {
  height: 896px;
}
.mh-896 {
  min-height: 896px;
}
.max-h-896 {
  max-height: 896px;
}
.height-897 {
  height: 897px;
}
.mh-897 {
  min-height: 897px;
}
.max-h-897 {
  max-height: 897px;
}
.height-898 {
  height: 898px;
}
.mh-898 {
  min-height: 898px;
}
.max-h-898 {
  max-height: 898px;
}
.height-899 {
  height: 899px;
}
.mh-899 {
  min-height: 899px;
}
.max-h-899 {
  max-height: 899px;
}
.height-900 {
  height: 900px;
}
.mh-900 {
  min-height: 900px;
}
.max-h-900 {
  max-height: 900px;
}
.height-901 {
  height: 901px;
}
.mh-901 {
  min-height: 901px;
}
.max-h-901 {
  max-height: 901px;
}
.height-902 {
  height: 902px;
}
.mh-902 {
  min-height: 902px;
}
.max-h-902 {
  max-height: 902px;
}
.height-903 {
  height: 903px;
}
.mh-903 {
  min-height: 903px;
}
.max-h-903 {
  max-height: 903px;
}
.height-904 {
  height: 904px;
}
.mh-904 {
  min-height: 904px;
}
.max-h-904 {
  max-height: 904px;
}
.height-905 {
  height: 905px;
}
.mh-905 {
  min-height: 905px;
}
.max-h-905 {
  max-height: 905px;
}
.height-906 {
  height: 906px;
}
.mh-906 {
  min-height: 906px;
}
.max-h-906 {
  max-height: 906px;
}
.height-907 {
  height: 907px;
}
.mh-907 {
  min-height: 907px;
}
.max-h-907 {
  max-height: 907px;
}
.height-908 {
  height: 908px;
}
.mh-908 {
  min-height: 908px;
}
.max-h-908 {
  max-height: 908px;
}
.height-909 {
  height: 909px;
}
.mh-909 {
  min-height: 909px;
}
.max-h-909 {
  max-height: 909px;
}
.height-910 {
  height: 910px;
}
.mh-910 {
  min-height: 910px;
}
.max-h-910 {
  max-height: 910px;
}
.height-911 {
  height: 911px;
}
.mh-911 {
  min-height: 911px;
}
.max-h-911 {
  max-height: 911px;
}
.height-912 {
  height: 912px;
}
.mh-912 {
  min-height: 912px;
}
.max-h-912 {
  max-height: 912px;
}
.height-913 {
  height: 913px;
}
.mh-913 {
  min-height: 913px;
}
.max-h-913 {
  max-height: 913px;
}
.height-914 {
  height: 914px;
}
.mh-914 {
  min-height: 914px;
}
.max-h-914 {
  max-height: 914px;
}
.height-915 {
  height: 915px;
}
.mh-915 {
  min-height: 915px;
}
.max-h-915 {
  max-height: 915px;
}
.height-916 {
  height: 916px;
}
.mh-916 {
  min-height: 916px;
}
.max-h-916 {
  max-height: 916px;
}
.height-917 {
  height: 917px;
}
.mh-917 {
  min-height: 917px;
}
.max-h-917 {
  max-height: 917px;
}
.height-918 {
  height: 918px;
}
.mh-918 {
  min-height: 918px;
}
.max-h-918 {
  max-height: 918px;
}
.height-919 {
  height: 919px;
}
.mh-919 {
  min-height: 919px;
}
.max-h-919 {
  max-height: 919px;
}
.height-920 {
  height: 920px;
}
.mh-920 {
  min-height: 920px;
}
.max-h-920 {
  max-height: 920px;
}
.height-921 {
  height: 921px;
}
.mh-921 {
  min-height: 921px;
}
.max-h-921 {
  max-height: 921px;
}
.height-922 {
  height: 922px;
}
.mh-922 {
  min-height: 922px;
}
.max-h-922 {
  max-height: 922px;
}
.height-923 {
  height: 923px;
}
.mh-923 {
  min-height: 923px;
}
.max-h-923 {
  max-height: 923px;
}
.height-924 {
  height: 924px;
}
.mh-924 {
  min-height: 924px;
}
.max-h-924 {
  max-height: 924px;
}
.height-925 {
  height: 925px;
}
.mh-925 {
  min-height: 925px;
}
.max-h-925 {
  max-height: 925px;
}
.height-926 {
  height: 926px;
}
.mh-926 {
  min-height: 926px;
}
.max-h-926 {
  max-height: 926px;
}
.height-927 {
  height: 927px;
}
.mh-927 {
  min-height: 927px;
}
.max-h-927 {
  max-height: 927px;
}
.height-928 {
  height: 928px;
}
.mh-928 {
  min-height: 928px;
}
.max-h-928 {
  max-height: 928px;
}
.height-929 {
  height: 929px;
}
.mh-929 {
  min-height: 929px;
}
.max-h-929 {
  max-height: 929px;
}
.height-930 {
  height: 930px;
}
.mh-930 {
  min-height: 930px;
}
.max-h-930 {
  max-height: 930px;
}
.height-931 {
  height: 931px;
}
.mh-931 {
  min-height: 931px;
}
.max-h-931 {
  max-height: 931px;
}
.height-932 {
  height: 932px;
}
.mh-932 {
  min-height: 932px;
}
.max-h-932 {
  max-height: 932px;
}
.height-933 {
  height: 933px;
}
.mh-933 {
  min-height: 933px;
}
.max-h-933 {
  max-height: 933px;
}
.height-934 {
  height: 934px;
}
.mh-934 {
  min-height: 934px;
}
.max-h-934 {
  max-height: 934px;
}
.height-935 {
  height: 935px;
}
.mh-935 {
  min-height: 935px;
}
.max-h-935 {
  max-height: 935px;
}
.height-936 {
  height: 936px;
}
.mh-936 {
  min-height: 936px;
}
.max-h-936 {
  max-height: 936px;
}
.height-937 {
  height: 937px;
}
.mh-937 {
  min-height: 937px;
}
.max-h-937 {
  max-height: 937px;
}
.height-938 {
  height: 938px;
}
.mh-938 {
  min-height: 938px;
}
.max-h-938 {
  max-height: 938px;
}
.height-939 {
  height: 939px;
}
.mh-939 {
  min-height: 939px;
}
.max-h-939 {
  max-height: 939px;
}
.height-940 {
  height: 940px;
}
.mh-940 {
  min-height: 940px;
}
.max-h-940 {
  max-height: 940px;
}
.height-941 {
  height: 941px;
}
.mh-941 {
  min-height: 941px;
}
.max-h-941 {
  max-height: 941px;
}
.height-942 {
  height: 942px;
}
.mh-942 {
  min-height: 942px;
}
.max-h-942 {
  max-height: 942px;
}
.height-943 {
  height: 943px;
}
.mh-943 {
  min-height: 943px;
}
.max-h-943 {
  max-height: 943px;
}
.height-944 {
  height: 944px;
}
.mh-944 {
  min-height: 944px;
}
.max-h-944 {
  max-height: 944px;
}
.height-945 {
  height: 945px;
}
.mh-945 {
  min-height: 945px;
}
.max-h-945 {
  max-height: 945px;
}
.height-946 {
  height: 946px;
}
.mh-946 {
  min-height: 946px;
}
.max-h-946 {
  max-height: 946px;
}
.height-947 {
  height: 947px;
}
.mh-947 {
  min-height: 947px;
}
.max-h-947 {
  max-height: 947px;
}
.height-948 {
  height: 948px;
}
.mh-948 {
  min-height: 948px;
}
.max-h-948 {
  max-height: 948px;
}
.height-949 {
  height: 949px;
}
.mh-949 {
  min-height: 949px;
}
.max-h-949 {
  max-height: 949px;
}
.height-950 {
  height: 950px;
}
.mh-950 {
  min-height: 950px;
}
.max-h-950 {
  max-height: 950px;
}
.height-951 {
  height: 951px;
}
.mh-951 {
  min-height: 951px;
}
.max-h-951 {
  max-height: 951px;
}
.height-952 {
  height: 952px;
}
.mh-952 {
  min-height: 952px;
}
.max-h-952 {
  max-height: 952px;
}
.height-953 {
  height: 953px;
}
.mh-953 {
  min-height: 953px;
}
.max-h-953 {
  max-height: 953px;
}
.height-954 {
  height: 954px;
}
.mh-954 {
  min-height: 954px;
}
.max-h-954 {
  max-height: 954px;
}
.height-955 {
  height: 955px;
}
.mh-955 {
  min-height: 955px;
}
.max-h-955 {
  max-height: 955px;
}
.height-956 {
  height: 956px;
}
.mh-956 {
  min-height: 956px;
}
.max-h-956 {
  max-height: 956px;
}
.height-957 {
  height: 957px;
}
.mh-957 {
  min-height: 957px;
}
.max-h-957 {
  max-height: 957px;
}
.height-958 {
  height: 958px;
}
.mh-958 {
  min-height: 958px;
}
.max-h-958 {
  max-height: 958px;
}
.height-959 {
  height: 959px;
}
.mh-959 {
  min-height: 959px;
}
.max-h-959 {
  max-height: 959px;
}
.height-960 {
  height: 960px;
}
.mh-960 {
  min-height: 960px;
}
.max-h-960 {
  max-height: 960px;
}
.height-961 {
  height: 961px;
}
.mh-961 {
  min-height: 961px;
}
.max-h-961 {
  max-height: 961px;
}
.height-962 {
  height: 962px;
}
.mh-962 {
  min-height: 962px;
}
.max-h-962 {
  max-height: 962px;
}
.height-963 {
  height: 963px;
}
.mh-963 {
  min-height: 963px;
}
.max-h-963 {
  max-height: 963px;
}
.height-964 {
  height: 964px;
}
.mh-964 {
  min-height: 964px;
}
.max-h-964 {
  max-height: 964px;
}
.height-965 {
  height: 965px;
}
.mh-965 {
  min-height: 965px;
}
.max-h-965 {
  max-height: 965px;
}
.height-966 {
  height: 966px;
}
.mh-966 {
  min-height: 966px;
}
.max-h-966 {
  max-height: 966px;
}
.height-967 {
  height: 967px;
}
.mh-967 {
  min-height: 967px;
}
.max-h-967 {
  max-height: 967px;
}
.height-968 {
  height: 968px;
}
.mh-968 {
  min-height: 968px;
}
.max-h-968 {
  max-height: 968px;
}
.height-969 {
  height: 969px;
}
.mh-969 {
  min-height: 969px;
}
.max-h-969 {
  max-height: 969px;
}
.height-970 {
  height: 970px;
}
.mh-970 {
  min-height: 970px;
}
.max-h-970 {
  max-height: 970px;
}
.height-971 {
  height: 971px;
}
.mh-971 {
  min-height: 971px;
}
.max-h-971 {
  max-height: 971px;
}
.height-972 {
  height: 972px;
}
.mh-972 {
  min-height: 972px;
}
.max-h-972 {
  max-height: 972px;
}
.height-973 {
  height: 973px;
}
.mh-973 {
  min-height: 973px;
}
.max-h-973 {
  max-height: 973px;
}
.height-974 {
  height: 974px;
}
.mh-974 {
  min-height: 974px;
}
.max-h-974 {
  max-height: 974px;
}
.height-975 {
  height: 975px;
}
.mh-975 {
  min-height: 975px;
}
.max-h-975 {
  max-height: 975px;
}
.height-976 {
  height: 976px;
}
.mh-976 {
  min-height: 976px;
}
.max-h-976 {
  max-height: 976px;
}
.height-977 {
  height: 977px;
}
.mh-977 {
  min-height: 977px;
}
.max-h-977 {
  max-height: 977px;
}
.height-978 {
  height: 978px;
}
.mh-978 {
  min-height: 978px;
}
.max-h-978 {
  max-height: 978px;
}
.height-979 {
  height: 979px;
}
.mh-979 {
  min-height: 979px;
}
.max-h-979 {
  max-height: 979px;
}
.height-980 {
  height: 980px;
}
.mh-980 {
  min-height: 980px;
}
.max-h-980 {
  max-height: 980px;
}
.height-981 {
  height: 981px;
}
.mh-981 {
  min-height: 981px;
}
.max-h-981 {
  max-height: 981px;
}
.height-982 {
  height: 982px;
}
.mh-982 {
  min-height: 982px;
}
.max-h-982 {
  max-height: 982px;
}
.height-983 {
  height: 983px;
}
.mh-983 {
  min-height: 983px;
}
.max-h-983 {
  max-height: 983px;
}
.height-984 {
  height: 984px;
}
.mh-984 {
  min-height: 984px;
}
.max-h-984 {
  max-height: 984px;
}
.height-985 {
  height: 985px;
}
.mh-985 {
  min-height: 985px;
}
.max-h-985 {
  max-height: 985px;
}
.height-986 {
  height: 986px;
}
.mh-986 {
  min-height: 986px;
}
.max-h-986 {
  max-height: 986px;
}
.height-987 {
  height: 987px;
}
.mh-987 {
  min-height: 987px;
}
.max-h-987 {
  max-height: 987px;
}
.height-988 {
  height: 988px;
}
.mh-988 {
  min-height: 988px;
}
.max-h-988 {
  max-height: 988px;
}
.height-989 {
  height: 989px;
}
.mh-989 {
  min-height: 989px;
}
.max-h-989 {
  max-height: 989px;
}
.height-990 {
  height: 990px;
}
.mh-990 {
  min-height: 990px;
}
.max-h-990 {
  max-height: 990px;
}
.height-991 {
  height: 991px;
}
.mh-991 {
  min-height: 991px;
}
.max-h-991 {
  max-height: 991px;
}
.height-992 {
  height: 992px;
}
.mh-992 {
  min-height: 992px;
}
.max-h-992 {
  max-height: 992px;
}
.height-993 {
  height: 993px;
}
.mh-993 {
  min-height: 993px;
}
.max-h-993 {
  max-height: 993px;
}
.height-994 {
  height: 994px;
}
.mh-994 {
  min-height: 994px;
}
.max-h-994 {
  max-height: 994px;
}
.height-995 {
  height: 995px;
}
.mh-995 {
  min-height: 995px;
}
.max-h-995 {
  max-height: 995px;
}
.height-996 {
  height: 996px;
}
.mh-996 {
  min-height: 996px;
}
.max-h-996 {
  max-height: 996px;
}
.height-997 {
  height: 997px;
}
.mh-997 {
  min-height: 997px;
}
.max-h-997 {
  max-height: 997px;
}
.height-998 {
  height: 998px;
}
.mh-998 {
  min-height: 998px;
}
.max-h-998 {
  max-height: 998px;
}
.height-999 {
  height: 999px;
}
.mh-999 {
  min-height: 999px;
}
.max-h-999 {
  max-height: 999px;
}
.height-1000 {
  height: 1000px;
}
.mh-1000 {
  min-height: 1000px;
}
.max-h-1000 {
  max-height: 1000px;
}
.height-1001 {
  height: 1001px;
}
.mh-1001 {
  min-height: 1001px;
}
.max-h-1001 {
  max-height: 1001px;
}
.height-1002 {
  height: 1002px;
}
.mh-1002 {
  min-height: 1002px;
}
.max-h-1002 {
  max-height: 1002px;
}
.height-1003 {
  height: 1003px;
}
.mh-1003 {
  min-height: 1003px;
}
.max-h-1003 {
  max-height: 1003px;
}
.height-1004 {
  height: 1004px;
}
.mh-1004 {
  min-height: 1004px;
}
.max-h-1004 {
  max-height: 1004px;
}
.height-1005 {
  height: 1005px;
}
.mh-1005 {
  min-height: 1005px;
}
.max-h-1005 {
  max-height: 1005px;
}
.height-1006 {
  height: 1006px;
}
.mh-1006 {
  min-height: 1006px;
}
.max-h-1006 {
  max-height: 1006px;
}
.height-1007 {
  height: 1007px;
}
.mh-1007 {
  min-height: 1007px;
}
.max-h-1007 {
  max-height: 1007px;
}
.height-1008 {
  height: 1008px;
}
.mh-1008 {
  min-height: 1008px;
}
.max-h-1008 {
  max-height: 1008px;
}
.height-1009 {
  height: 1009px;
}
.mh-1009 {
  min-height: 1009px;
}
.max-h-1009 {
  max-height: 1009px;
}
.height-1010 {
  height: 1010px;
}
.mh-1010 {
  min-height: 1010px;
}
.max-h-1010 {
  max-height: 1010px;
}
.height-1011 {
  height: 1011px;
}
.mh-1011 {
  min-height: 1011px;
}
.max-h-1011 {
  max-height: 1011px;
}
.height-1012 {
  height: 1012px;
}
.mh-1012 {
  min-height: 1012px;
}
.max-h-1012 {
  max-height: 1012px;
}
.height-1013 {
  height: 1013px;
}
.mh-1013 {
  min-height: 1013px;
}
.max-h-1013 {
  max-height: 1013px;
}
.height-1014 {
  height: 1014px;
}
.mh-1014 {
  min-height: 1014px;
}
.max-h-1014 {
  max-height: 1014px;
}
.height-1015 {
  height: 1015px;
}
.mh-1015 {
  min-height: 1015px;
}
.max-h-1015 {
  max-height: 1015px;
}
.height-1016 {
  height: 1016px;
}
.mh-1016 {
  min-height: 1016px;
}
.max-h-1016 {
  max-height: 1016px;
}
.height-1017 {
  height: 1017px;
}
.mh-1017 {
  min-height: 1017px;
}
.max-h-1017 {
  max-height: 1017px;
}
.height-1018 {
  height: 1018px;
}
.mh-1018 {
  min-height: 1018px;
}
.max-h-1018 {
  max-height: 1018px;
}
.height-1019 {
  height: 1019px;
}
.mh-1019 {
  min-height: 1019px;
}
.max-h-1019 {
  max-height: 1019px;
}
.height-1020 {
  height: 1020px;
}
.mh-1020 {
  min-height: 1020px;
}
.max-h-1020 {
  max-height: 1020px;
}
.height-1021 {
  height: 1021px;
}
.mh-1021 {
  min-height: 1021px;
}
.max-h-1021 {
  max-height: 1021px;
}
.height-1022 {
  height: 1022px;
}
.mh-1022 {
  min-height: 1022px;
}
.max-h-1022 {
  max-height: 1022px;
}
.height-1023 {
  height: 1023px;
}
.mh-1023 {
  min-height: 1023px;
}
.max-h-1023 {
  max-height: 1023px;
}
.height-1024 {
  height: 1024px;
}
.mh-1024 {
  min-height: 1024px;
}
.max-h-1024 {
  max-height: 1024px;
}
.height-1025 {
  height: 1025px;
}
.mh-1025 {
  min-height: 1025px;
}
.max-h-1025 {
  max-height: 1025px;
}
.height-1026 {
  height: 1026px;
}
.mh-1026 {
  min-height: 1026px;
}
.max-h-1026 {
  max-height: 1026px;
}
.height-1027 {
  height: 1027px;
}
.mh-1027 {
  min-height: 1027px;
}
.max-h-1027 {
  max-height: 1027px;
}
.height-1028 {
  height: 1028px;
}
.mh-1028 {
  min-height: 1028px;
}
.max-h-1028 {
  max-height: 1028px;
}
.height-1029 {
  height: 1029px;
}
.mh-1029 {
  min-height: 1029px;
}
.max-h-1029 {
  max-height: 1029px;
}
.height-1030 {
  height: 1030px;
}
.mh-1030 {
  min-height: 1030px;
}
.max-h-1030 {
  max-height: 1030px;
}
.height-1031 {
  height: 1031px;
}
.mh-1031 {
  min-height: 1031px;
}
.max-h-1031 {
  max-height: 1031px;
}
.height-1032 {
  height: 1032px;
}
.mh-1032 {
  min-height: 1032px;
}
.max-h-1032 {
  max-height: 1032px;
}
.height-1033 {
  height: 1033px;
}
.mh-1033 {
  min-height: 1033px;
}
.max-h-1033 {
  max-height: 1033px;
}
.height-1034 {
  height: 1034px;
}
.mh-1034 {
  min-height: 1034px;
}
.max-h-1034 {
  max-height: 1034px;
}
.height-1035 {
  height: 1035px;
}
.mh-1035 {
  min-height: 1035px;
}
.max-h-1035 {
  max-height: 1035px;
}
.height-1036 {
  height: 1036px;
}
.mh-1036 {
  min-height: 1036px;
}
.max-h-1036 {
  max-height: 1036px;
}
.height-1037 {
  height: 1037px;
}
.mh-1037 {
  min-height: 1037px;
}
.max-h-1037 {
  max-height: 1037px;
}
.height-1038 {
  height: 1038px;
}
.mh-1038 {
  min-height: 1038px;
}
.max-h-1038 {
  max-height: 1038px;
}
.height-1039 {
  height: 1039px;
}
.mh-1039 {
  min-height: 1039px;
}
.max-h-1039 {
  max-height: 1039px;
}
.height-1040 {
  height: 1040px;
}
.mh-1040 {
  min-height: 1040px;
}
.max-h-1040 {
  max-height: 1040px;
}
.height-1041 {
  height: 1041px;
}
.mh-1041 {
  min-height: 1041px;
}
.max-h-1041 {
  max-height: 1041px;
}
.height-1042 {
  height: 1042px;
}
.mh-1042 {
  min-height: 1042px;
}
.max-h-1042 {
  max-height: 1042px;
}
.height-1043 {
  height: 1043px;
}
.mh-1043 {
  min-height: 1043px;
}
.max-h-1043 {
  max-height: 1043px;
}
.height-1044 {
  height: 1044px;
}
.mh-1044 {
  min-height: 1044px;
}
.max-h-1044 {
  max-height: 1044px;
}
.height-1045 {
  height: 1045px;
}
.mh-1045 {
  min-height: 1045px;
}
.max-h-1045 {
  max-height: 1045px;
}
.height-1046 {
  height: 1046px;
}
.mh-1046 {
  min-height: 1046px;
}
.max-h-1046 {
  max-height: 1046px;
}
.height-1047 {
  height: 1047px;
}
.mh-1047 {
  min-height: 1047px;
}
.max-h-1047 {
  max-height: 1047px;
}
.height-1048 {
  height: 1048px;
}
.mh-1048 {
  min-height: 1048px;
}
.max-h-1048 {
  max-height: 1048px;
}
.height-1049 {
  height: 1049px;
}
.mh-1049 {
  min-height: 1049px;
}
.max-h-1049 {
  max-height: 1049px;
}
.height-1050 {
  height: 1050px;
}
.mh-1050 {
  min-height: 1050px;
}
.max-h-1050 {
  max-height: 1050px;
}
/**
Opacity classes
 */
.opacity-50 {
  opacity: 25calc(25 / 100);
}
.opacity-51 {
  opacity: 26calc(25 / 100);
}
.opacity-52 {
  opacity: 27calc(25 / 100);
}
.opacity-53 {
  opacity: 28calc(25 / 100);
}
.opacity-54 {
  opacity: 29calc(25 / 100);
}
.opacity-55 {
  opacity: 30calc(25 / 100);
}
.opacity-56 {
  opacity: 31calc(25 / 100);
}
.opacity-57 {
  opacity: 32calc(25 / 100);
}
.opacity-58 {
  opacity: 33calc(25 / 100);
}
.opacity-59 {
  opacity: 34calc(25 / 100);
}
.opacity-60 {
  opacity: 35calc(25 / 100);
}
.opacity-61 {
  opacity: 36calc(25 / 100);
}
.opacity-62 {
  opacity: 37calc(25 / 100);
}
.opacity-63 {
  opacity: 38calc(25 / 100);
}
.opacity-64 {
  opacity: 39calc(25 / 100);
}
.opacity-65 {
  opacity: 40calc(25 / 100);
}
.opacity-66 {
  opacity: 41calc(25 / 100);
}
.opacity-67 {
  opacity: 42calc(25 / 100);
}
.opacity-68 {
  opacity: 43calc(25 / 100);
}
.opacity-69 {
  opacity: 44calc(25 / 100);
}
.opacity-70 {
  opacity: 45calc(25 / 100);
}
.opacity-71 {
  opacity: 46calc(25 / 100);
}
.opacity-72 {
  opacity: 47calc(25 / 100);
}
.opacity-73 {
  opacity: 48calc(25 / 100);
}
.opacity-74 {
  opacity: 49calc(25 / 100);
}
.opacity-75 {
  opacity: 50calc(25 / 100);
}
.opacity-76 {
  opacity: 51calc(25 / 100);
}
.opacity-77 {
  opacity: 52calc(25 / 100);
}
.opacity-78 {
  opacity: 53calc(25 / 100);
}
.opacity-79 {
  opacity: 54calc(25 / 100);
}
.opacity-80 {
  opacity: 55calc(25 / 100);
}
.opacity-81 {
  opacity: 56calc(25 / 100);
}
.opacity-82 {
  opacity: 57calc(25 / 100);
}
.opacity-83 {
  opacity: 58calc(25 / 100);
}
.opacity-84 {
  opacity: 59calc(25 / 100);
}
.opacity-85 {
  opacity: 60calc(25 / 100);
}
.opacity-86 {
  opacity: 61calc(25 / 100);
}
.opacity-87 {
  opacity: 62calc(25 / 100);
}
.opacity-88 {
  opacity: 63calc(25 / 100);
}
.opacity-89 {
  opacity: 64calc(25 / 100);
}
.opacity-90 {
  opacity: 65calc(25 / 100);
}
.opacity-91 {
  opacity: 66calc(25 / 100);
}
.opacity-92 {
  opacity: 67calc(25 / 100);
}
.opacity-93 {
  opacity: 68calc(25 / 100);
}
.opacity-94 {
  opacity: 69calc(25 / 100);
}
.opacity-95 {
  opacity: 70calc(25 / 100);
}
.opacity-96 {
  opacity: 71calc(25 / 100);
}
.opacity-97 {
  opacity: 72calc(25 / 100);
}
.opacity-98 {
  opacity: 73calc(25 / 100);
}
.opacity-99 {
  opacity: 74calc(25 / 100);
}
.opacity-100 {
  opacity: 75calc(25 / 100);
}
.opacity-101 {
  opacity: 76calc(25 / 100);
}
.opacity-102 {
  opacity: 77calc(25 / 100);
}
.opacity-103 {
  opacity: 78calc(25 / 100);
}
.opacity-104 {
  opacity: 79calc(25 / 100);
}
.opacity-105 {
  opacity: 80calc(25 / 100);
}
.opacity-106 {
  opacity: 81calc(25 / 100);
}
.opacity-107 {
  opacity: 82calc(25 / 100);
}
.opacity-108 {
  opacity: 83calc(25 / 100);
}
.opacity-109 {
  opacity: 84calc(25 / 100);
}
.opacity-110 {
  opacity: 85calc(25 / 100);
}
.opacity-111 {
  opacity: 86calc(25 / 100);
}
.opacity-112 {
  opacity: 87calc(25 / 100);
}
.opacity-113 {
  opacity: 88calc(25 / 100);
}
.opacity-114 {
  opacity: 89calc(25 / 100);
}
.opacity-115 {
  opacity: 90calc(25 / 100);
}
.opacity-116 {
  opacity: 91calc(25 / 100);
}
.opacity-117 {
  opacity: 92calc(25 / 100);
}
.opacity-118 {
  opacity: 93calc(25 / 100);
}
.opacity-119 {
  opacity: 94calc(25 / 100);
}
.opacity-120 {
  opacity: 95calc(25 / 100);
}
.opacity-121 {
  opacity: 96calc(25 / 100);
}
.opacity-122 {
  opacity: 97calc(25 / 100);
}
.opacity-123 {
  opacity: 98calc(25 / 100);
}
.opacity-124 {
  opacity: 99calc(25 / 100);
}
.opacity-125 {
  opacity: 100calc(25 / 100);
}
/**
Width classes
 */
.w-xs-50 {
  width: 50% !important;
}
.w-xs-75 {
  width: 75% !important;
}
.w-xs-100 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
}
/**
Text classes
 */
.text-shadow {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15) !important;
}
.text-underline {
  text-decoration: underline;
}
/**
Image
 */
.ratio img {
  object-fit: cover;
}
.ratio img.contain {
  object-fit: contain;
}
/**  COMMON **/
.cursor-pointer {
  cursor: pointer;
}
.rounded-full {
  border-radius: 50%;
}
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
/**
Fonts
 */
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fs-90-p {
  font-size: 90% !important;
}
.fs-80-p {
  font-size: 80% !important;
}
/**
 Image ratio
 */
.ratio-97x25 {
  --bs-aspect-ratio: calc(25 / 97 * 100%);
}
/**
Bg color
 */
.bg-black {
  background-color: #000000 !important;
}
.notyf__toast--success {
  background: #198754;
}
.notyf__toast--error {
  background: #DC3545;
}
.notyf__toast--info {
  background: #0DCAF0;
}
.notyf__toast--warning {
  background: #FFC107;
}
.notyf__toast {
  width: auto;
  max-width: 600px !important;
}
.navbar {
  /**
  / Common  style
  /**/
  /**
  / Navbar compact style
  /**/
}
.navbar .nav-item-icon i {
  font-size: 1.5rem;
}
.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}
.navbar .navbar-nav .nav-item.dropdown {
  flex-direction: column;
  align-items: start;
}
.navbar .navbar-light .navbar-toggler-icon {
  background-image: none !important;
}
.navbar.navbar-compact .navbar-toggler {
  border: none;
}
.navbar.navbar-compact .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar.navbar-compact .navbar-brand {
  margin: 0;
}
.navbar.navbar-compact .navbar-brand img {
  max-height: 60px;
  width: auto !important;
  height: auto !important;
}
.navbar .navbar-cart-icon {
  position: relative;
}
.navbar .navbar-cart-icon .item-number {
  max-width: initial;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ib-section .ib-icon img {
  max-height: 150px !important;
  height: auto !important;
  width: auto !important;
}
.image-text-section img {
  width: 100%;
}
.product-item-section .gradient-side-image-group {
  width: 100px;
  height: 100px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.product-item-section .side-image-group {
  max-height: 550px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.product-item-section .side-image-group .side-image {
  display: inline-block;
  width: 100px !important;
  cursor: pointer;
}
.product-item-section .side-image-group .side-image:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .product-item-section .side-image-group .side-image {
    display: block;
  }
  .product-item-section .side-image-group .side-image:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .product-item-section .side-image-group .side-image:last-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .product-item-section .side-image-group-scrollable .last {
    margin-bottom: 100px !important;
  }
}
.product-item-section .product-description h3, .product-item-section .product-description .h3 {
  font-size: 1.75rem !important;
  font-weight: lighter !important;
}
.product-item-section .product-description * {
  font-family: inherit !important;
}
.product-item-section .product-description.minimized:not(.expanded) {
  max-height: 450px;
}
.offer-list-item .border {
  margin-top: -1px;
}
#descriptionCollapseBtn {
  display: none;
}
.product-description:not(.description-collapse) #descriptionCollapseBtn {
  display: none !important;
}
.description-collapse #descriptionCollapseBtn {
  display: block;
  padding: 1.5rem 0;
}
.description-collapse:not(.expanded) #descriptionCollapseBtn {
  display: flex !important;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
.description-collapse:not(.expanded) #descriptionCollapseBtn .expand-line {
  display: none;
}
.description-collapse.expanded #descriptionCollapseBtn span:not(.expand-line) {
  display: none;
}
.product-list-section .row + .row {
  margin-top: -1px;
}
.product-list-wrap + .product-list-wrap {
  margin-left: -1px;
}
/* display carousel controls in product lightbox images modal */
body.product .carousel-control-prev-icon, body.product .carousel-control-next-icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
body.product .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='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
body.product .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='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.image-tags .image-tag-item {
  display: inline-block;
  font-size: 15px;
  padding: 2px 10px;
}
footer .logo-footer img {
  width: auto;
  max-height: 80px;
}
footer .ziqy-watermark {
  text-decoration: none;
  color: inherit;
}
footer .footer-links ul {
  padding-left: 0;
}
footer .footer-links ul .footer-link-item {
  list-style: none;
  margin-bottom: 3px;
}
footer .footer-links ul .footer-link-item a {
  color: inherit;
}
footer .footer-links ul .footer-link-item a:not(:hover) {
  text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}
.rounded-chevron-separator {
  top: -12.5px !important;
}
.rounded-chevron-separator .separator-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.rounded-chevron {
  width: 25px;
  height: 25px;
}
.rounded-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 80%;
}
.infobox {
  border-radius: 5px;
  border: 1px solid #CFCFCF;
  padding: 15px 17px;
}
.infobox .range-date {
  font-weight: bold;
}
.rent-period-selector .date-input .input-group-text {
  background: transparent;
}
.rent-period-selector .date-input .input-group-text:first-child {
  border-right: 0;
}
.rent-period-selector .date-input input:not(.filled) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rent-period-selector .date-input input {
  border-left: 0;
}
.rent-preferences-container .ro-store-input input[type="text"], .rent-preferences-container #searchPostcodeInput, .rent-preferences-container #rentPeriodInput {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  line-height: 1.85;
}
.rent-preferences-container .store-selector, .rent-preferences-container .rent-period-selector {
  border: none !important;
}
#searchStoreModal:not(.searching) .template-search-loader {
  display: none !important;
}
#searchStoreModal.searching #searchStoreResult {
  display: none;
}
#searchStoreModal:not(.geo-denied) .template-geoloc-denied {
  display: none !important;
}
.store-selector.read-only #storeSelectorForm {
  display: none !important;
}
.store-selector:not(.read-only) .ro-store-input {
  display: none !important;
}
.flatpickr-day {
  font-weight: 500 !important;
}
.flatpickr-day:not(.flatpickr-disabled):not(.notAllowed).nextMonthDay, .flatpickr-day:not(.flatpickr-disabled):not(.notAllowed).prevMonthDay {
  color: inherit !important;
  font-weight: 300 !important;
}
.exit-preview-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.exit-preview-button:not(:hover) span {
  display: none;
}
.section-video .video-cover {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
}
.section-video .video-cover img {
  object-fit: cover;
  width: 100%;
}
.section-video.has-cover iframe {
  visibility: hidden;
}
.section-video.has-cover .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
}
.accordion-item {
  background-color: transparent;
}
.accordion-item .accordion-button {
  padding: 1.75rem 0;
  background-color: transparent;
}
.accordion-item .accordion-button::after {
  background-image: url("/eshop-themes/ziqy/img/plus-icon.svg");
  transform: none;
  background-size: 15px;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("/eshop-themes/ziqy/img/minus-icon.svg");
  transform: none;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.pack-product-configurator .pack-product-item {
  margin-top: -1px;
}
.pack-product-configurator .pack-product-item img {
  width: 50px;
  height: 50px;
}
.qty-selector {
  display: inline-flex;
  flex-direction: column;
}
.qty-selector .btn-remove, .qty-selector .btn-add {
  border: 1px solid #D3D3D4;
  padding: 0;
  background: transparent;
  height: 20px;
  font-size: 15px;
  line-height: 15px;
}
.qty-selector input[type="number"] {
  border: 1px solid #D3D3D4;
  width: 35px;
  margin: -1px 0;
  -moz-appearance: textfield;
}
.qty-selector input[type="number"]::-webkit-outer-spin-button, .qty-selector input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-selector.horizontal {
  flex-direction: row;
}
.qty-selector.horizontal .btn-remove, .qty-selector.horizontal .btn-add {
  height: auto;
  width: 30px;
}
.qty-selector.horizontal input[type="number"] {
  width: 30px;
  margin: 0;
}
.collect-point-selector .opening-hour {
  max-width: 200px;
}
.collect-point-selector .opening-hours-list .pickup-day {
  font-weight: bold;
}
.category-product-selector:not(.loading) .selector-loader {
  display: none !important;
}
@media (max-width: 575.98px) {
  .slider-item-inner {
    min-height: 550px;
  }
  .slider-item-inner .slide-image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider-item-inner .slide-image-content img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: fit-content !important;
    min-width: min-content !important;
  }
}
.carousel-indicators [data-bs-target]:only-child {
  display: none !important;
}
.global-search-btn {
  position: relative;
}
.global-search-btn .global-search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.global-search-btn input.form-control {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-width: 1px;
}
#globalSearchResults .global-search-result .cover {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #D3D3D4;
}
.form-check.form-switch .form-check-input {
  width: 2em;
  height: 1em;
  appearance: none;
}
[data-fpckr][readonly] {
  background-color: #FFFFFF !important;
}
.cf-date-input {
  position: relative;
  display: block;
  width: 100%;
}
.cf-date-input:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
}
/**
Pages
 */
body#category .rounded-chevron-separator {
  display: none !important;
}
.product-inline-item img, .cart-product-line img {
  width: 80px;
  height: 80px;
  border: 1px solid #D3D3D4;
}
.product-inline-item.selected {
  border-color: #000000;
}
.cart-products .cart-product-line {
  margin-top: -1px;
}
.cart-products .th-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: -70px;
  font-weight: normal;
}
.cart-products .product-quantities .invisible {
  font-size: 0;
}
.cart-products .cell-remove {
  width: 30px;
  text-align: right;
}
.cart-totals .cart-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-stepbar a {
  color: inherit;
}
.cart-stepbar a:hover {
  color: inherit;
}
.cart-stepbar ul {
  margin: 0;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid #D3D3D4;
}
.cart-stepbar ul li {
  display: inline-block;
  padding-bottom: 5px;
}
.cart-stepbar ul li:not(:last-child) {
  margin-right: 15px;
}
.cart-stepbar ul li.clickable:hover a {
  text-decoration: none;
}
.cart-stepbar ul li.clickable:hover, .cart-stepbar ul li.active {
  border-bottom: 2px solid #000000;
  color: #000000;
}
.pack-product-thumb img {
  width: 40px !important;
  height: 40px !important;
}
.carrier-container .carrier-icon img {
  width: 36px;
  height: auto;
}
.payment-rental-paymentGateway.disabled {
  position: relative;
}
.payment-rental-paymentGateway.disabled::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  background: white;
  position: absolute;
  z-index: 10;
  cursor: not-allowed;
}
.payment-agreement * {
  font-size: 16px;
  color: inherit;
}
#additionalProductsModal .product-inline-item .btn-additional-product {
  background-color: #000000;
  color: #fff;
}
#additionalProductsModal .product-inline-item.selected .btn-additional-product {
  background-color: #000000;
}
#additionalProductsModal .product-inline-item:not(.selected):not(.required-product) .selected-line, #additionalProductsModal .product-inline-item.required-product .selected-line {
  display: none !important;
}
#additionalProductsModal .product-inline-item.selected .unselected-line {
  display: none !important;
}
.payment-form .payment-rental-paymentGateway {
  margin-top: initial;
}
.cart-item-customer-detail {
  width: 300px;
}
.cart-item-customer-detail .customer-detail-icon {
  width: 30px;
}
#cartAmountTotal {
  width: auto;
  border-radius: 15px;
  white-space: nowrap;
  padding: 4px 6px 5px;
  font-size: 0.75rem;
}
.account .account-menu .account-menu-item:not(.active) {
  color: #6c757d;
  cursor: pointer;
}
.account .account-menu .account-menu-item.active {
  background-color: #f1f1f1;
}
.account .dashboard-content-box {
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #D3D3D4;
}
.account .dashboard-content-box .cover-image {
  width: 60px;
}
.account .dashboard-content-box .payment-card-logo {
  width: 50px;
}
.account .dashboard-content-box .payment-card-logo img {
  object-fit: contain;
}
.account .dashboard-item-action {
  font-size: 0.875rem;
}
.estimate-preview, .rental-preview {
  border: 1px solid #D3D3D4;
  padding: 10px;
}
.estimate-preview img, .rental-preview img {
  width: 80px;
  height: 80px;
  border: 1px solid #D3D3D4;
}
.contact .contact-email::before {
  content: attr(data-contact);
}
