.bootstrap-container {
  --bs-body-font-family: Frutiger, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-color: #666;
  --bs-body-bg: #fff;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75rem;
  --bs-body-text-align: left;
}

.bootstrap-container :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: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.bootstrap-container *, .bootstrap-container :before, .bootstrap-container :after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .bootstrap-container :root {
    scroll-behavior: smooth;
  }
}

.bootstrap-container body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

.bootstrap-container hr {
  color: inherit;
  opacity: .25;
  background-color: currentColor;
  border: 0;
  margin: 1rem 0;
}

.bootstrap-container hr:not([size]) {
  height: 1px;
}

.bootstrap-container h6, .bootstrap-container .h6, .bootstrap-container h5, .bootstrap-container .h5, .bootstrap-container h4, .bootstrap-container .h4, .bootstrap-container h3, .bootstrap-container .h3, .bootstrap-container h2, .bootstrap-container .h2, .bootstrap-container h1, .bootstrap-container .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.bootstrap-container h1, .bootstrap-container .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .bootstrap-container h1, .bootstrap-container .h1 {
    font-size: 2.5rem;
  }
}

.bootstrap-container h2, .bootstrap-container .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .bootstrap-container h2, .bootstrap-container .h2 {
    font-size: 2rem;
  }
}

.bootstrap-container h3, .bootstrap-container .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  .bootstrap-container h3, .bootstrap-container .h3 {
    font-size: 1.75rem;
  }
}

.bootstrap-container h4, .bootstrap-container .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .bootstrap-container h4, .bootstrap-container .h4 {
    font-size: 1.5rem;
  }
}

.bootstrap-container h5, .bootstrap-container .h5 {
  font-size: 1.25rem;
}

.bootstrap-container h6, .bootstrap-container .h6 {
  font-size: 1rem;
}

.bootstrap-container p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bootstrap-container abbr[title], .bootstrap-container abbr[data-bs-original-title] {
  cursor: help;
  text-decoration-skip-ink: none;
  text-decoration: underline dotted;
}

.bootstrap-container address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

.bootstrap-container ol, .bootstrap-container ul {
  padding-left: 2rem;
}

.bootstrap-container ol, .bootstrap-container ul, .bootstrap-container dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bootstrap-container ol ol, .bootstrap-container ul ul, .bootstrap-container ol ul, .bootstrap-container ul ol {
  margin-bottom: 0;
}

.bootstrap-container dt {
  font-weight: 700;
}

.bootstrap-container dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.bootstrap-container blockquote {
  margin: 0 0 1rem;
}

.bootstrap-container b, .bootstrap-container strong {
  font-weight: bolder;
}

.bootstrap-container small, .bootstrap-container .small {
  font-size: .875em;
}

.bootstrap-container mark, .bootstrap-container .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.bootstrap-container sub, .bootstrap-container sup {
  vertical-align: baseline;
  font-size: .75em;
  line-height: 0;
  position: relative;
}

.bootstrap-container sub {
  bottom: -.25em;
}

.bootstrap-container sup {
  top: -.5em;
}

.bootstrap-container a {
  color: #0d6efd;
  text-decoration: underline;
}

.bootstrap-container a:hover {
  color: #0a58ca;
}

.bootstrap-container a:not([href]):not([class]), .bootstrap-container a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bootstrap-container pre, .bootstrap-container code, .bootstrap-container kbd, .bootstrap-container samp {
  font-family: var(--bs-font-monospace);
  direction: ltr ;
  unicode-bidi: bidi-override;
  font-size: 1em;
}

.bootstrap-container pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

.bootstrap-container pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bootstrap-container code {
  color: #d63384;
  word-wrap: break-word;
  font-size: .875em;
}

a > .bootstrap-container code {
  color: inherit;
}

.bootstrap-container kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: .875em;
}

.bootstrap-container kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.bootstrap-container figure {
  margin: 0 0 1rem;
}

.bootstrap-container img, .bootstrap-container svg {
  vertical-align: middle;
}

.bootstrap-container table {
  caption-side: bottom;
  border-collapse: collapse;
}

.bootstrap-container caption {
  color: #6c757d;
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bootstrap-container th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.bootstrap-container thead, .bootstrap-container tbody, .bootstrap-container tfoot, .bootstrap-container tr, .bootstrap-container td, .bootstrap-container th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.bootstrap-container label {
  display: inline-block;
}

.bootstrap-container button {
  border-radius: 0;
}

.bootstrap-container button:focus:not(:focus-visible) {
  outline: 0;
}

.bootstrap-container input, .bootstrap-container button, .bootstrap-container select, .bootstrap-container optgroup, .bootstrap-container textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.bootstrap-container button, .bootstrap-container select {
  text-transform: none;
}

.bootstrap-container [role="button"] {
  cursor: pointer;
}

.bootstrap-container select {
  word-wrap: normal;
}

.bootstrap-container select:disabled {
  opacity: 1;
}

.bootstrap-container [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.bootstrap-container button, .bootstrap-container [type="button"], .bootstrap-container [type="reset"], .bootstrap-container [type="submit"] {
  -webkit-appearance: button;
}

.bootstrap-container button:not(:disabled), .bootstrap-container [type="button"]:not(:disabled), .bootstrap-container [type="reset"]:not(:disabled), .bootstrap-container [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.bootstrap-container ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.bootstrap-container textarea {
  resize: vertical;
}

.bootstrap-container fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.bootstrap-container legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  .bootstrap-container legend {
    font-size: 1.5rem;
  }
}

.bootstrap-container legend + * {
  clear: left;
}

.bootstrap-container ::-webkit-datetime-edit-fields-wrapper, .bootstrap-container ::-webkit-datetime-edit-text, .bootstrap-container ::-webkit-datetime-edit-minute, .bootstrap-container ::-webkit-datetime-edit-hour-field, .bootstrap-container ::-webkit-datetime-edit-day-field, .bootstrap-container ::-webkit-datetime-edit-month-field, .bootstrap-container ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.bootstrap-container ::-webkit-inner-spin-button {
  height: auto;
}

.bootstrap-container [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.bootstrap-container ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bootstrap-container ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.bootstrap-container ::file-selector-button {
  font: inherit;
}

.bootstrap-container ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.bootstrap-container output {
  display: inline-block;
}

.bootstrap-container iframe {
  border: 0;
}

.bootstrap-container summary {
  cursor: pointer;
  display: list-item;
}

.bootstrap-container progress {
  vertical-align: baseline;
}

.bootstrap-container [hidden] {
  display: none !important;
}

.bootstrap-container .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bootstrap-container .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-1 {
    font-size: 5rem;
  }
}

.bootstrap-container .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-2 {
    font-size: 4.5rem;
  }
}

.bootstrap-container .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-3 {
    font-size: 4rem;
  }
}

.bootstrap-container .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-4 {
    font-size: 3.5rem;
  }
}

.bootstrap-container .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-5 {
    font-size: 3rem;
  }
}

.bootstrap-container .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bootstrap-container .display-6 {
    font-size: 2.5rem;
  }
}

.bootstrap-container .list-unstyled, .bootstrap-container .list-inline {
  padding-left: 0;
  list-style: none;
}

.bootstrap-container .list-inline-item {
  display: inline-block;
}

.bootstrap-container .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.bootstrap-container .initialism {
  text-transform: uppercase;
  font-size: .875em;
}

.bootstrap-container .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bootstrap-container .blockquote > :last-child {
  margin-bottom: 0;
}

.bootstrap-container .blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.bootstrap-container .blockquote-footer:before {
  content: "â€”Â ";
}

.bootstrap-container .img-fluid {
  max-width: 100%;
  height: auto;
}

.bootstrap-container .img-thumbnail {
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: .25rem;
}

.bootstrap-container .figure {
  display: inline-block;
}

.bootstrap-container .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.bootstrap-container .figure-caption {
  color: #6c757d;
  font-size: .875em;
}

.bootstrap-container .container, .bootstrap-container .container-fluid, .bootstrap-container .container-xxl, .bootstrap-container .container-xl, .bootstrap-container .container-lg, .bootstrap-container .container-md, .bootstrap-container .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .bootstrap-container .container-sm, .bootstrap-container .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .container-md, .bootstrap-container .container-sm, .bootstrap-container .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .container-lg, .bootstrap-container .container-md, .bootstrap-container .container-sm, .bootstrap-container .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .container-xl, .bootstrap-container .container-lg, .bootstrap-container .container-md, .bootstrap-container .container-sm, .bootstrap-container .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .container-xxl, .bootstrap-container .container-xl, .bootstrap-container .container-lg, .bootstrap-container .container-md, .bootstrap-container .container-sm, .bootstrap-container .container {
    max-width: 1320px;
  }
}

.bootstrap-container .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.bootstrap-container .row > * {
  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);
  flex-shrink: 0;
}

.bootstrap-container .col {
  flex: 1 0;
}

.bootstrap-container .row-cols-auto > * {
  width: auto;
  flex: none;
}

.bootstrap-container .row-cols-1 > * {
  width: 100%;
  flex: none;
}

.bootstrap-container .row-cols-2 > * {
  width: 50%;
  flex: none;
}

.bootstrap-container .row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

.bootstrap-container .row-cols-4 > * {
  width: 25%;
  flex: none;
}

.bootstrap-container .row-cols-5 > * {
  width: 20%;
  flex: none;
}

.bootstrap-container .row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

.bootstrap-container .col-auto {
  width: auto;
  flex: none;
}

.bootstrap-container .col-1 {
  width: 8.33333%;
  flex: none;
}

.bootstrap-container .col-2 {
  width: 16.6667%;
  flex: none;
}

.bootstrap-container .col-3 {
  width: 25%;
  flex: none;
}

.bootstrap-container .col-4 {
  width: 33.3333%;
  flex: none;
}

.bootstrap-container .col-5 {
  width: 41.6667%;
  flex: none;
}

.bootstrap-container .col-6 {
  width: 50%;
  flex: none;
}

.bootstrap-container .col-7 {
  width: 58.3333%;
  flex: none;
}

.bootstrap-container .col-8 {
  width: 66.6667%;
  flex: none;
}

.bootstrap-container .col-9 {
  width: 75%;
  flex: none;
}

.bootstrap-container .col-10 {
  width: 83.3333%;
  flex: none;
}

.bootstrap-container .col-11 {
  width: 91.6667%;
  flex: none;
}

.bootstrap-container .col-12 {
  width: 100%;
  flex: none;
}

.bootstrap-container .offset-1 {
  margin-left: 8.33333%;
}

.bootstrap-container .offset-2 {
  margin-left: 16.6667%;
}

.bootstrap-container .offset-3 {
  margin-left: 25%;
}

.bootstrap-container .offset-4 {
  margin-left: 33.3333%;
}

.bootstrap-container .offset-5 {
  margin-left: 41.6667%;
}

.bootstrap-container .offset-6 {
  margin-left: 50%;
}

.bootstrap-container .offset-7 {
  margin-left: 58.3333%;
}

.bootstrap-container .offset-8 {
  margin-left: 66.6667%;
}

.bootstrap-container .offset-9 {
  margin-left: 75%;
}

.bootstrap-container .offset-10 {
  margin-left: 83.3333%;
}

.bootstrap-container .offset-11 {
  margin-left: 91.6667%;
}

.bootstrap-container .g-0, .bootstrap-container .gx-0 {
  --bs-gutter-x: 0;
}

.bootstrap-container .g-0, .bootstrap-container .gy-0 {
  --bs-gutter-y: 0;
}

.bootstrap-container .g-1, .bootstrap-container .gx-1 {
  --bs-gutter-x: .25rem;
}

.bootstrap-container .g-1, .bootstrap-container .gy-1 {
  --bs-gutter-y: .25rem;
}

.bootstrap-container .g-2, .bootstrap-container .gx-2 {
  --bs-gutter-x: .5rem;
}

.bootstrap-container .g-2, .bootstrap-container .gy-2 {
  --bs-gutter-y: .5rem;
}

.bootstrap-container .g-3, .bootstrap-container .gx-3 {
  --bs-gutter-x: 1rem;
}

.bootstrap-container .g-3, .bootstrap-container .gy-3 {
  --bs-gutter-y: 1rem;
}

.bootstrap-container .g-4, .bootstrap-container .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.bootstrap-container .g-4, .bootstrap-container .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.bootstrap-container .g-5, .bootstrap-container .gx-5 {
  --bs-gutter-x: 3rem;
}

.bootstrap-container .g-5, .bootstrap-container .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .bootstrap-container .col-sm {
    flex: 1 0;
  }

  .bootstrap-container .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }

  .bootstrap-container .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-sm-auto {
    width: auto;
    flex: none;
  }

  .bootstrap-container .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }

  .bootstrap-container .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-sm-3 {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }

  .bootstrap-container .col-sm-6 {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }

  .bootstrap-container .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }

  .bootstrap-container .col-sm-9 {
    width: 75%;
    flex: none;
  }

  .bootstrap-container .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }

  .bootstrap-container .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }

  .bootstrap-container .col-sm-12 {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .offset-sm-0 {
    margin-left: 0;
  }

  .bootstrap-container .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .bootstrap-container .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .bootstrap-container .offset-sm-3 {
    margin-left: 25%;
  }

  .bootstrap-container .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .bootstrap-container .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .bootstrap-container .offset-sm-6 {
    margin-left: 50%;
  }

  .bootstrap-container .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .bootstrap-container .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .bootstrap-container .offset-sm-9 {
    margin-left: 75%;
  }

  .bootstrap-container .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .bootstrap-container .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .bootstrap-container .g-sm-0, .bootstrap-container .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .bootstrap-container .g-sm-0, .bootstrap-container .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .bootstrap-container .g-sm-1, .bootstrap-container .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .bootstrap-container .g-sm-1, .bootstrap-container .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .bootstrap-container .g-sm-2, .bootstrap-container .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .bootstrap-container .g-sm-2, .bootstrap-container .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .bootstrap-container .g-sm-3, .bootstrap-container .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .bootstrap-container .g-sm-3, .bootstrap-container .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .bootstrap-container .g-sm-4, .bootstrap-container .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .bootstrap-container .g-sm-4, .bootstrap-container .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .bootstrap-container .g-sm-5, .bootstrap-container .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .bootstrap-container .g-sm-5, .bootstrap-container .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .col-md {
    flex: 1 0;
  }

  .bootstrap-container .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }

  .bootstrap-container .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }

  .bootstrap-container .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-md-auto {
    width: auto;
    flex: none;
  }

  .bootstrap-container .col-md-1 {
    width: 8.33333%;
    flex: none;
  }

  .bootstrap-container .col-md-2 {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-md-3 {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .col-md-4 {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .col-md-5 {
    width: 41.6667%;
    flex: none;
  }

  .bootstrap-container .col-md-6 {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .col-md-7 {
    width: 58.3333%;
    flex: none;
  }

  .bootstrap-container .col-md-8 {
    width: 66.6667%;
    flex: none;
  }

  .bootstrap-container .col-md-9 {
    width: 75%;
    flex: none;
  }

  .bootstrap-container .col-md-10 {
    width: 83.3333%;
    flex: none;
  }

  .bootstrap-container .col-md-11 {
    width: 91.6667%;
    flex: none;
  }

  .bootstrap-container .col-md-12 {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .offset-md-0 {
    margin-left: 0;
  }

  .bootstrap-container .offset-md-1 {
    margin-left: 8.33333%;
  }

  .bootstrap-container .offset-md-2 {
    margin-left: 16.6667%;
  }

  .bootstrap-container .offset-md-3 {
    margin-left: 25%;
  }

  .bootstrap-container .offset-md-4 {
    margin-left: 33.3333%;
  }

  .bootstrap-container .offset-md-5 {
    margin-left: 41.6667%;
  }

  .bootstrap-container .offset-md-6 {
    margin-left: 50%;
  }

  .bootstrap-container .offset-md-7 {
    margin-left: 58.3333%;
  }

  .bootstrap-container .offset-md-8 {
    margin-left: 66.6667%;
  }

  .bootstrap-container .offset-md-9 {
    margin-left: 75%;
  }

  .bootstrap-container .offset-md-10 {
    margin-left: 83.3333%;
  }

  .bootstrap-container .offset-md-11 {
    margin-left: 91.6667%;
  }

  .bootstrap-container .g-md-0, .bootstrap-container .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .bootstrap-container .g-md-0, .bootstrap-container .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .bootstrap-container .g-md-1, .bootstrap-container .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .bootstrap-container .g-md-1, .bootstrap-container .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .bootstrap-container .g-md-2, .bootstrap-container .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .bootstrap-container .g-md-2, .bootstrap-container .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .bootstrap-container .g-md-3, .bootstrap-container .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .bootstrap-container .g-md-3, .bootstrap-container .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .bootstrap-container .g-md-4, .bootstrap-container .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .bootstrap-container .g-md-4, .bootstrap-container .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .bootstrap-container .g-md-5, .bootstrap-container .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .bootstrap-container .g-md-5, .bootstrap-container .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .col-lg {
    flex: 1 0;
  }

  .bootstrap-container .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }

  .bootstrap-container .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-lg-auto {
    width: auto;
    flex: none;
  }

  .bootstrap-container .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }

  .bootstrap-container .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-lg-3 {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }

  .bootstrap-container .col-lg-6 {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }

  .bootstrap-container .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }

  .bootstrap-container .col-lg-9 {
    width: 75%;
    flex: none;
  }

  .bootstrap-container .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }

  .bootstrap-container .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }

  .bootstrap-container .col-lg-12 {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .offset-lg-0 {
    margin-left: 0;
  }

  .bootstrap-container .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .bootstrap-container .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .bootstrap-container .offset-lg-3 {
    margin-left: 25%;
  }

  .bootstrap-container .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .bootstrap-container .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .bootstrap-container .offset-lg-6 {
    margin-left: 50%;
  }

  .bootstrap-container .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .bootstrap-container .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .bootstrap-container .offset-lg-9 {
    margin-left: 75%;
  }

  .bootstrap-container .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .bootstrap-container .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .bootstrap-container .g-lg-0, .bootstrap-container .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .bootstrap-container .g-lg-0, .bootstrap-container .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .bootstrap-container .g-lg-1, .bootstrap-container .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .bootstrap-container .g-lg-1, .bootstrap-container .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .bootstrap-container .g-lg-2, .bootstrap-container .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .bootstrap-container .g-lg-2, .bootstrap-container .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .bootstrap-container .g-lg-3, .bootstrap-container .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .bootstrap-container .g-lg-3, .bootstrap-container .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .bootstrap-container .g-lg-4, .bootstrap-container .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .bootstrap-container .g-lg-4, .bootstrap-container .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .bootstrap-container .g-lg-5, .bootstrap-container .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .bootstrap-container .g-lg-5, .bootstrap-container .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .col-xl {
    flex: 1 0;
  }

  .bootstrap-container .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }

  .bootstrap-container .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-xl-auto {
    width: auto;
    flex: none;
  }

  .bootstrap-container .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }

  .bootstrap-container .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-xl-3 {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }

  .bootstrap-container .col-xl-6 {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }

  .bootstrap-container .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }

  .bootstrap-container .col-xl-9 {
    width: 75%;
    flex: none;
  }

  .bootstrap-container .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }

  .bootstrap-container .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }

  .bootstrap-container .col-xl-12 {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .offset-xl-0 {
    margin-left: 0;
  }

  .bootstrap-container .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .bootstrap-container .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .bootstrap-container .offset-xl-3 {
    margin-left: 25%;
  }

  .bootstrap-container .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .bootstrap-container .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .bootstrap-container .offset-xl-6 {
    margin-left: 50%;
  }

  .bootstrap-container .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .bootstrap-container .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .bootstrap-container .offset-xl-9 {
    margin-left: 75%;
  }

  .bootstrap-container .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .bootstrap-container .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .bootstrap-container .g-xl-0, .bootstrap-container .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .bootstrap-container .g-xl-0, .bootstrap-container .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .bootstrap-container .g-xl-1, .bootstrap-container .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .bootstrap-container .g-xl-1, .bootstrap-container .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .bootstrap-container .g-xl-2, .bootstrap-container .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .bootstrap-container .g-xl-2, .bootstrap-container .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .bootstrap-container .g-xl-3, .bootstrap-container .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .bootstrap-container .g-xl-3, .bootstrap-container .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .bootstrap-container .g-xl-4, .bootstrap-container .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .bootstrap-container .g-xl-4, .bootstrap-container .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .bootstrap-container .g-xl-5, .bootstrap-container .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .bootstrap-container .g-xl-5, .bootstrap-container .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .col-xxl {
    flex: 1 0;
  }

  .bootstrap-container .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }

  .bootstrap-container .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-xxl-auto {
    width: auto;
    flex: none;
  }

  .bootstrap-container .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }

  .bootstrap-container .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }

  .bootstrap-container .col-xxl-3 {
    width: 25%;
    flex: none;
  }

  .bootstrap-container .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }

  .bootstrap-container .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }

  .bootstrap-container .col-xxl-6 {
    width: 50%;
    flex: none;
  }

  .bootstrap-container .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }

  .bootstrap-container .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }

  .bootstrap-container .col-xxl-9 {
    width: 75%;
    flex: none;
  }

  .bootstrap-container .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }

  .bootstrap-container .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }

  .bootstrap-container .col-xxl-12 {
    width: 100%;
    flex: none;
  }

  .bootstrap-container .offset-xxl-0 {
    margin-left: 0;
  }

  .bootstrap-container .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .bootstrap-container .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .bootstrap-container .offset-xxl-3 {
    margin-left: 25%;
  }

  .bootstrap-container .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .bootstrap-container .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .bootstrap-container .offset-xxl-6 {
    margin-left: 50%;
  }

  .bootstrap-container .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .bootstrap-container .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .bootstrap-container .offset-xxl-9 {
    margin-left: 75%;
  }

  .bootstrap-container .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .bootstrap-container .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .bootstrap-container .g-xxl-0, .bootstrap-container .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .bootstrap-container .g-xxl-0, .bootstrap-container .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .bootstrap-container .g-xxl-1, .bootstrap-container .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .bootstrap-container .g-xxl-1, .bootstrap-container .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .bootstrap-container .g-xxl-2, .bootstrap-container .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .bootstrap-container .g-xxl-2, .bootstrap-container .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .bootstrap-container .g-xxl-3, .bootstrap-container .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .bootstrap-container .g-xxl-3, .bootstrap-container .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .bootstrap-container .g-xxl-4, .bootstrap-container .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .bootstrap-container .g-xxl-4, .bootstrap-container .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .bootstrap-container .g-xxl-5, .bootstrap-container .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .bootstrap-container .g-xxl-5, .bootstrap-container .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.bootstrap-container .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: #00000013;
  width: 100%;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  margin-bottom: 1rem;
}

.bootstrap-container .table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: .5rem;
}

.bootstrap-container .table > tbody {
  vertical-align: inherit;
}

.bootstrap-container .table > thead {
  vertical-align: bottom;
}

.bootstrap-container .table > :not(:first-child) {
  border-top: 2px solid;
}

.bootstrap-container .caption-top {
  caption-side: top;
}

.bootstrap-container .table-sm > :not(caption) > * > * {
  padding: .25rem;
}

.bootstrap-container .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.bootstrap-container .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.bootstrap-container .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.bootstrap-container .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.bootstrap-container .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.bootstrap-container .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.bootstrap-container .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.bootstrap-container .table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.bootstrap-container .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.bootstrap-container .table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.bootstrap-container .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.bootstrap-container .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.bootstrap-container .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.bootstrap-container .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.bootstrap-container .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.bootstrap-container .table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .bootstrap-container .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 767.98px) {
  .bootstrap-container .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .bootstrap-container .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .bootstrap-container .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .bootstrap-container .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.bootstrap-container .form-label {
  margin-bottom: .5rem;
}

.bootstrap-container .col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  line-height: 1.5;
}

.bootstrap-container .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

.bootstrap-container .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

.bootstrap-container .form-text {
  color: #6c757d;
  margin-top: .25rem;
  font-size: .875em;
}

.bootstrap-container .form-control {
  width: 100%;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-control {
    transition: none;
  }
}

.bootstrap-container .form-control[type="file"] {
  overflow: hidden;
}

.bootstrap-container .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bootstrap-container .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.bootstrap-container .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.bootstrap-container .form-control:disabled, .bootstrap-container .form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

.bootstrap-container .form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #e9ecef;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-control::file-selector-button {
    transition: none;
  }
}

.bootstrap-container .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.bootstrap-container .form-control::-webkit-file-upload-button {
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  background-color: #e9ecef;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.bootstrap-container .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.bootstrap-container .form-control-plaintext {
  width: 100%;
  color: #212529;
  background-color: #0000;
  border: 1px solid #0000;
  border-width: 1px 0;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.bootstrap-container .form-control-plaintext.form-control-sm, .bootstrap-container .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.bootstrap-container .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.bootstrap-container .form-control-sm::-webkit-file-upload-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.bootstrap-container .form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.bootstrap-container .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.bootstrap-container .form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

.bootstrap-container .form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

.bootstrap-container textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.bootstrap-container textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.bootstrap-container textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.bootstrap-container .form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem;
}

.bootstrap-container .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bootstrap-container .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

.bootstrap-container .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

.bootstrap-container .form-select {
  width: 100%;
  -moz-padding-start: calc(.75rem - 3px);
  color: #212529;
  appearance: none;
  background-color: #fff;
  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-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-select {
    transition: none;
  }
}

.bootstrap-container .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .form-select[multiple], .bootstrap-container .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.bootstrap-container .form-select:disabled {
  background-color: #e9ecef;
}

.bootstrap-container .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.bootstrap-container .form-select-sm {
  border-radius: .2rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.bootstrap-container .form-select-lg {
  border-radius: .3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.bootstrap-container .form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.bootstrap-container .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.bootstrap-container .form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  color-adjust: exact;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000040;
  margin-top: .25em;
}

.bootstrap-container .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.bootstrap-container .form-check-input[type="radio"] {
  border-radius: 50%;
}

.bootstrap-container .form-check-input:active {
  filter: brightness(90%);
}

.bootstrap-container .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.bootstrap-container .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='%23fff'/%3e%3c/svg%3e");
}

.bootstrap-container .form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  border-color: #0d6efd;
}

.bootstrap-container .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.bootstrap-container .form-check-input[disabled] ~ .form-check-label, .bootstrap-container .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.bootstrap-container .form-switch {
  padding-left: 2.5em;
}

.bootstrap-container .form-switch .form-check-input {
  width: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-switch .form-check-input {
    transition: none;
  }
}

.bootstrap-container .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='%2386b7fe'/%3e%3c/svg%3e");
}

.bootstrap-container .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.bootstrap-container .form-check-inline {
  margin-right: 1rem;
  display: inline-block;
}

.bootstrap-container .btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.bootstrap-container .btn-check[disabled] + .btn, .bootstrap-container .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.bootstrap-container .form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.bootstrap-container .form-range:focus {
  outline: 0;
}

.bootstrap-container .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .form-range::-moz-focus-outer {
  border: 0;
}

.bootstrap-container .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.bootstrap-container .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.bootstrap-container .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.bootstrap-container .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-range::-moz-range-thumb {
    transition: none;
  }
}

.bootstrap-container .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.bootstrap-container .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.bootstrap-container .form-range:disabled {
  pointer-events: none;
}

.bootstrap-container .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.bootstrap-container .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.bootstrap-container .form-floating {
  position: relative;
}

.bootstrap-container .form-floating > .form-control, .bootstrap-container .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.bootstrap-container .form-floating > label {
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  border: 1px solid #0000;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .form-floating > label {
    transition: none;
  }
}

.bootstrap-container .form-floating > .form-control {
  padding: 1rem .75rem;
}

.bootstrap-container .form-floating > .form-control::placeholder {
  color: #0000;
}

.bootstrap-container .form-floating > .form-control:focus, .bootstrap-container .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bootstrap-container .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bootstrap-container .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.bootstrap-container .form-floating > .form-control:focus ~ label, .bootstrap-container .form-floating > .form-control:not(:placeholder-shown) ~ label, .bootstrap-container .form-floating > .form-select ~ label, .bootstrap-container .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.bootstrap-container .input-group {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bootstrap-container .input-group > .form-control, .bootstrap-container .input-group > .form-select {
  width: 1%;
  min-width: 0;
  flex: auto;
  position: relative;
}

.bootstrap-container .input-group > .form-control:focus, .bootstrap-container .input-group > .form-select:focus {
  z-index: 3;
}

.bootstrap-container .input-group .btn {
  z-index: 2;
  position: relative;
}

.bootstrap-container .input-group .btn:focus {
  z-index: 3;
}

.bootstrap-container .input-group-text {
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.bootstrap-container .input-group-lg > .form-control, .bootstrap-container .input-group-lg > .form-select, .bootstrap-container .input-group-lg > .input-group-text, .bootstrap-container .input-group-lg > .btn {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.bootstrap-container .input-group-sm > .form-control, .bootstrap-container .input-group-sm > .form-select, .bootstrap-container .input-group-sm > .input-group-text, .bootstrap-container .input-group-sm > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.bootstrap-container .input-group-lg > .form-select, .bootstrap-container .input-group-sm > .form-select {
  padding-right: 3rem;
}

.bootstrap-container .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .bootstrap-container .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .bootstrap-container .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .bootstrap-container .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.bootstrap-container .valid-feedback {
  width: 100%;
  color: #198754;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.bootstrap-container .valid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #198754e6;
  border-radius: .25rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .bootstrap-container:valid ~ .valid-feedback, .was-validated .bootstrap-container:valid ~ .valid-tooltip, .bootstrap-container.is-valid ~ .valid-feedback, .bootstrap-container.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .bootstrap-container .form-control:valid, .bootstrap-container .form-control.is-valid {
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bootstrap-container .form-control:valid:focus, .bootstrap-container .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem #19875440;
}

.was-validated .bootstrap-container textarea.form-control:valid, .bootstrap-container textarea.form-control.is-valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bootstrap-container .form-select:valid, .bootstrap-container .form-select.is-valid {
  border-color: #198754;
}

.was-validated .bootstrap-container .form-select:valid:not([multiple]):not([size]), .was-validated .bootstrap-container .form-select:valid:not([multiple])[size="1"], .bootstrap-container .form-select.is-valid:not([multiple]):not([size]), .bootstrap-container .form-select.is-valid:not([multiple])[size="1"] {
  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 .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .bootstrap-container .form-select:valid:focus, .bootstrap-container .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem #19875440;
}

.was-validated .bootstrap-container .form-check-input:valid, .bootstrap-container .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .bootstrap-container .form-check-input:valid:checked, .bootstrap-container .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .bootstrap-container .form-check-input:valid:focus, .bootstrap-container .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem #19875440;
}

.was-validated .bootstrap-container .form-check-input:valid ~ .form-check-label, .bootstrap-container .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.bootstrap-container .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .bootstrap-container .input-group .form-control:valid, .bootstrap-container .input-group .form-control.is-valid, .was-validated .bootstrap-container .input-group .form-select:valid, .bootstrap-container .input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .bootstrap-container .input-group .form-control:valid:focus, .bootstrap-container .input-group .form-control.is-valid:focus, .was-validated .bootstrap-container .input-group .form-select:valid:focus, .bootstrap-container .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.bootstrap-container .invalid-feedback {
  width: 100%;
  color: #dc3545;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.bootstrap-container .invalid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: .25rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .bootstrap-container:invalid ~ .invalid-feedback, .was-validated .bootstrap-container:invalid ~ .invalid-tooltip, .bootstrap-container.is-invalid ~ .invalid-feedback, .bootstrap-container.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .bootstrap-container .form-control:invalid, .bootstrap-container .form-control.is-invalid {
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bootstrap-container .form-control:invalid:focus, .bootstrap-container .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

.was-validated .bootstrap-container textarea.form-control:invalid, .bootstrap-container textarea.form-control.is-invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .bootstrap-container .form-select:invalid, .bootstrap-container .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .bootstrap-container .form-select:invalid:not([multiple]):not([size]), .was-validated .bootstrap-container .form-select:invalid:not([multiple])[size="1"], .bootstrap-container .form-select.is-invalid:not([multiple]):not([size]), .bootstrap-container .form-select.is-invalid:not([multiple])[size="1"] {
  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 .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .bootstrap-container .form-select:invalid:focus, .bootstrap-container .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

.was-validated .bootstrap-container .form-check-input:invalid, .bootstrap-container .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .bootstrap-container .form-check-input:invalid:checked, .bootstrap-container .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .bootstrap-container .form-check-input:invalid:focus, .bootstrap-container .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem #dc354540;
}

.was-validated .bootstrap-container .form-check-input:invalid ~ .form-check-label, .bootstrap-container .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.bootstrap-container .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .bootstrap-container .input-group .form-control:invalid, .bootstrap-container .input-group .form-control.is-invalid, .was-validated .bootstrap-container .input-group .form-select:invalid, .bootstrap-container .input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .bootstrap-container .input-group .form-control:invalid:focus, .bootstrap-container .input-group .form-control.is-invalid:focus, .was-validated .bootstrap-container .input-group .form-select:invalid:focus, .bootstrap-container .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.bootstrap-container .btn {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .btn {
    transition: none;
  }
}

.bootstrap-container .btn:hover {
  color: #212529;
}

.btn-check:focus + .bootstrap-container .btn, .bootstrap-container .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .btn:disabled, .bootstrap-container .btn.disabled, fieldset:disabled .bootstrap-container .btn {
  pointer-events: none;
  opacity: .65;
}

.bootstrap-container .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .bootstrap-container .btn-primary, .bootstrap-container .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem #3184fd80;
}

.btn-check:checked + .bootstrap-container .btn-primary, .btn-check:active + .bootstrap-container .btn-primary, .bootstrap-container .btn-primary:active, .bootstrap-container .btn-primary.active, .show > .bootstrap-container .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .bootstrap-container .btn-primary:focus, .btn-check:active + .bootstrap-container .btn-primary:focus, .bootstrap-container .btn-primary:active:focus, .bootstrap-container .btn-primary.active:focus, .show > .bootstrap-container .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #3184fd80;
}

.bootstrap-container .btn-primary:disabled, .bootstrap-container .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap-container .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .bootstrap-container .btn-secondary, .bootstrap-container .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem #828a9180;
}

.btn-check:checked + .bootstrap-container .btn-secondary, .btn-check:active + .bootstrap-container .btn-secondary, .bootstrap-container .btn-secondary:active, .bootstrap-container .btn-secondary.active, .show > .bootstrap-container .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .bootstrap-container .btn-secondary:focus, .btn-check:active + .bootstrap-container .btn-secondary:focus, .bootstrap-container .btn-secondary:active:focus, .bootstrap-container .btn-secondary.active:focus, .show > .bootstrap-container .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #828a9180;
}

.bootstrap-container .btn-secondary:disabled, .bootstrap-container .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap-container .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bootstrap-container .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .bootstrap-container .btn-success, .bootstrap-container .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem #3c996e80;
}

.btn-check:checked + .bootstrap-container .btn-success, .btn-check:active + .bootstrap-container .btn-success, .bootstrap-container .btn-success:active, .bootstrap-container .btn-success.active, .show > .bootstrap-container .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .bootstrap-container .btn-success:focus, .btn-check:active + .bootstrap-container .btn-success:focus, .bootstrap-container .btn-success:active:focus, .bootstrap-container .btn-success.active:focus, .show > .bootstrap-container .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #3c996e80;
}

.bootstrap-container .btn-success:disabled, .bootstrap-container .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bootstrap-container .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bootstrap-container .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .bootstrap-container .btn-info, .bootstrap-container .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem #0baccc80;
}

.btn-check:checked + .bootstrap-container .btn-info, .btn-check:active + .bootstrap-container .btn-info, .bootstrap-container .btn-info:active, .bootstrap-container .btn-info.active, .show > .bootstrap-container .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .bootstrap-container .btn-info:focus, .btn-check:active + .bootstrap-container .btn-info:focus, .bootstrap-container .btn-info:active:focus, .bootstrap-container .btn-info.active:focus, .show > .bootstrap-container .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #0baccc80;
}

.bootstrap-container .btn-info:disabled, .bootstrap-container .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bootstrap-container .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap-container .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .bootstrap-container .btn-warning, .bootstrap-container .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem #d9a40680;
}

.btn-check:checked + .bootstrap-container .btn-warning, .btn-check:active + .bootstrap-container .btn-warning, .bootstrap-container .btn-warning:active, .bootstrap-container .btn-warning.active, .show > .bootstrap-container .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .bootstrap-container .btn-warning:focus, .btn-check:active + .bootstrap-container .btn-warning:focus, .bootstrap-container .btn-warning:active:focus, .bootstrap-container .btn-warning.active:focus, .show > .bootstrap-container .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d9a40680;
}

.bootstrap-container .btn-warning:disabled, .bootstrap-container .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap-container .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap-container .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .bootstrap-container .btn-danger, .bootstrap-container .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem #e1536180;
}

.btn-check:checked + .bootstrap-container .btn-danger, .btn-check:active + .bootstrap-container .btn-danger, .bootstrap-container .btn-danger:active, .bootstrap-container .btn-danger.active, .show > .bootstrap-container .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .bootstrap-container .btn-danger:focus, .btn-check:active + .bootstrap-container .btn-danger:focus, .bootstrap-container .btn-danger:active:focus, .bootstrap-container .btn-danger.active:focus, .show > .bootstrap-container .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #e1536180;
}

.bootstrap-container .btn-danger:disabled, .bootstrap-container .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap-container .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap-container .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .bootstrap-container .btn-light, .bootstrap-container .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem #d3d4d580;
}

.btn-check:checked + .bootstrap-container .btn-light, .btn-check:active + .bootstrap-container .btn-light, .bootstrap-container .btn-light:active, .bootstrap-container .btn-light.active, .show > .bootstrap-container .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .bootstrap-container .btn-light:focus, .btn-check:active + .bootstrap-container .btn-light:focus, .bootstrap-container .btn-light:active:focus, .bootstrap-container .btn-light.active:focus, .show > .bootstrap-container .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d3d4d580;
}

.bootstrap-container .btn-light:disabled, .bootstrap-container .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap-container .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bootstrap-container .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .bootstrap-container .btn-dark, .bootstrap-container .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem #42464980;
}

.btn-check:checked + .bootstrap-container .btn-dark, .btn-check:active + .bootstrap-container .btn-dark, .bootstrap-container .btn-dark:active, .bootstrap-container .btn-dark.active, .show > .bootstrap-container .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .bootstrap-container .btn-dark:focus, .btn-check:active + .bootstrap-container .btn-dark:focus, .bootstrap-container .btn-dark:active:focus, .bootstrap-container .btn-dark.active:focus, .show > .bootstrap-container .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #42464980;
}

.bootstrap-container .btn-dark:disabled, .bootstrap-container .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bootstrap-container .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .bootstrap-container .btn-outline-primary, .bootstrap-container .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem #0d6efd80;
}

.btn-check:checked + .bootstrap-container .btn-outline-primary, .btn-check:active + .bootstrap-container .btn-outline-primary, .bootstrap-container .btn-outline-primary:active, .bootstrap-container .btn-outline-primary.active, .bootstrap-container .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .bootstrap-container .btn-outline-primary:focus, .btn-check:active + .bootstrap-container .btn-outline-primary:focus, .bootstrap-container .btn-outline-primary:active:focus, .bootstrap-container .btn-outline-primary.active:focus, .bootstrap-container .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #0d6efd80;
}

.bootstrap-container .btn-outline-primary:disabled, .bootstrap-container .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: #0000;
}

.bootstrap-container .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.bootstrap-container .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .bootstrap-container .btn-outline-secondary, .bootstrap-container .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem #6c757d80;
}

.btn-check:checked + .bootstrap-container .btn-outline-secondary, .btn-check:active + .bootstrap-container .btn-outline-secondary, .bootstrap-container .btn-outline-secondary:active, .bootstrap-container .btn-outline-secondary.active, .bootstrap-container .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .bootstrap-container .btn-outline-secondary:focus, .btn-check:active + .bootstrap-container .btn-outline-secondary:focus, .bootstrap-container .btn-outline-secondary:active:focus, .bootstrap-container .btn-outline-secondary.active:focus, .bootstrap-container .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #6c757d80;
}

.bootstrap-container .btn-outline-secondary:disabled, .bootstrap-container .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: #0000;
}

.bootstrap-container .btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.bootstrap-container .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .bootstrap-container .btn-outline-success, .bootstrap-container .btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem #19875480;
}

.btn-check:checked + .bootstrap-container .btn-outline-success, .btn-check:active + .bootstrap-container .btn-outline-success, .bootstrap-container .btn-outline-success:active, .bootstrap-container .btn-outline-success.active, .bootstrap-container .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .bootstrap-container .btn-outline-success:focus, .btn-check:active + .bootstrap-container .btn-outline-success:focus, .bootstrap-container .btn-outline-success:active:focus, .bootstrap-container .btn-outline-success.active:focus, .bootstrap-container .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #19875480;
}

.bootstrap-container .btn-outline-success:disabled, .bootstrap-container .btn-outline-success.disabled {
  color: #198754;
  background-color: #0000;
}

.bootstrap-container .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.bootstrap-container .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .bootstrap-container .btn-outline-info, .bootstrap-container .btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem #0dcaf080;
}

.btn-check:checked + .bootstrap-container .btn-outline-info, .btn-check:active + .bootstrap-container .btn-outline-info, .bootstrap-container .btn-outline-info:active, .bootstrap-container .btn-outline-info.active, .bootstrap-container .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .bootstrap-container .btn-outline-info:focus, .btn-check:active + .bootstrap-container .btn-outline-info:focus, .bootstrap-container .btn-outline-info:active:focus, .bootstrap-container .btn-outline-info.active:focus, .bootstrap-container .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #0dcaf080;
}

.bootstrap-container .btn-outline-info:disabled, .bootstrap-container .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: #0000;
}

.bootstrap-container .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.bootstrap-container .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .bootstrap-container .btn-outline-warning, .bootstrap-container .btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem #ffc10780;
}

.btn-check:checked + .bootstrap-container .btn-outline-warning, .btn-check:active + .bootstrap-container .btn-outline-warning, .bootstrap-container .btn-outline-warning:active, .bootstrap-container .btn-outline-warning.active, .bootstrap-container .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .bootstrap-container .btn-outline-warning:focus, .btn-check:active + .bootstrap-container .btn-outline-warning:focus, .bootstrap-container .btn-outline-warning:active:focus, .bootstrap-container .btn-outline-warning.active:focus, .bootstrap-container .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #ffc10780;
}

.bootstrap-container .btn-outline-warning:disabled, .bootstrap-container .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: #0000;
}

.bootstrap-container .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.bootstrap-container .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .bootstrap-container .btn-outline-danger, .bootstrap-container .btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem #dc354580;
}

.btn-check:checked + .bootstrap-container .btn-outline-danger, .btn-check:active + .bootstrap-container .btn-outline-danger, .bootstrap-container .btn-outline-danger:active, .bootstrap-container .btn-outline-danger.active, .bootstrap-container .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .bootstrap-container .btn-outline-danger:focus, .btn-check:active + .bootstrap-container .btn-outline-danger:focus, .bootstrap-container .btn-outline-danger:active:focus, .bootstrap-container .btn-outline-danger.active:focus, .bootstrap-container .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #dc354580;
}

.bootstrap-container .btn-outline-danger:disabled, .bootstrap-container .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: #0000;
}

.bootstrap-container .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap-container .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .bootstrap-container .btn-outline-light, .bootstrap-container .btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem #f8f9fa80;
}

.btn-check:checked + .bootstrap-container .btn-outline-light, .btn-check:active + .bootstrap-container .btn-outline-light, .bootstrap-container .btn-outline-light:active, .bootstrap-container .btn-outline-light.active, .bootstrap-container .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .bootstrap-container .btn-outline-light:focus, .btn-check:active + .bootstrap-container .btn-outline-light:focus, .bootstrap-container .btn-outline-light:active:focus, .bootstrap-container .btn-outline-light.active:focus, .bootstrap-container .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #f8f9fa80;
}

.bootstrap-container .btn-outline-light:disabled, .bootstrap-container .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: #0000;
}

.bootstrap-container .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.bootstrap-container .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .bootstrap-container .btn-outline-dark, .bootstrap-container .btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem #21252980;
}

.btn-check:checked + .bootstrap-container .btn-outline-dark, .btn-check:active + .bootstrap-container .btn-outline-dark, .bootstrap-container .btn-outline-dark:active, .bootstrap-container .btn-outline-dark.active, .bootstrap-container .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .bootstrap-container .btn-outline-dark:focus, .btn-check:active + .bootstrap-container .btn-outline-dark:focus, .bootstrap-container .btn-outline-dark:active:focus, .bootstrap-container .btn-outline-dark.active:focus, .bootstrap-container .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem #21252980;
}

.bootstrap-container .btn-outline-dark:disabled, .bootstrap-container .btn-outline-dark.disabled {
  color: #212529;
  background-color: #0000;
}

.bootstrap-container .btn-link {
  color: #0d6efd;
  font-weight: 400;
  text-decoration: underline;
}

.bootstrap-container .btn-link:hover {
  color: #0a58ca;
}

.bootstrap-container .btn-link:disabled, .bootstrap-container .btn-link.disabled {
  color: #6c757d;
}

.bootstrap-container .btn-lg, .bootstrap-container .btn-group-lg > .btn {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.bootstrap-container .btn-sm, .bootstrap-container .btn-group-sm > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.bootstrap-container .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .fade {
    transition: none;
  }
}

.bootstrap-container .fade:not(.show) {
  opacity: 0;
}

.bootstrap-container .collapse:not(.show) {
  display: none;
}

.bootstrap-container .collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .collapsing {
    transition: none;
  }
}

.bootstrap-container .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .collapsing.collapse-horizontal {
    transition: none;
  }
}

.bootstrap-container .dropup, .bootstrap-container .dropend, .bootstrap-container .dropdown, .bootstrap-container .dropstart {
  position: relative;
}

.bootstrap-container .dropdown-toggle {
  white-space: nowrap;
}

.bootstrap-container .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.bootstrap-container .dropdown-toggle:empty:after {
  margin-left: 0;
}

.bootstrap-container .dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: .25rem;
  margin: 0;
  padding: .5rem 0;
  font-size: 1rem;
  list-style: none;
  display: none;
  position: absolute;
}

.bootstrap-container .dropdown-menu[data-bs-popper] {
  margin-top: .125rem;
  top: 100%;
  left: 0;
}

.bootstrap-container .dropdown-menu-start {
  --bs-position: start;
}

.bootstrap-container .dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.bootstrap-container .dropdown-menu-end {
  --bs-position: end;
}

.bootstrap-container .dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {
  .bootstrap-container .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .bootstrap-container .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .bootstrap-container .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .bootstrap-container .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .dropdown-menu-md-start {
    --bs-position: start;
  }

  .bootstrap-container .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .bootstrap-container .dropdown-menu-md-end {
    --bs-position: end;
  }

  .bootstrap-container .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .bootstrap-container .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .bootstrap-container .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .bootstrap-container .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .bootstrap-container .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .bootstrap-container .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .bootstrap-container .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .bootstrap-container .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .bootstrap-container .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .bootstrap-container .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

.bootstrap-container .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.bootstrap-container .dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.bootstrap-container .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.bootstrap-container .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.bootstrap-container .dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.bootstrap-container .dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.bootstrap-container .dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.bootstrap-container .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.bootstrap-container .dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.bootstrap-container .dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.bootstrap-container .dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.bootstrap-container .dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.bootstrap-container .dropdown-divider {
  height: 0;
  border-top: 1px solid #00000026;
  margin: .5rem 0;
  overflow: hidden;
}

.bootstrap-container .dropdown-item {
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  padding: .25rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.bootstrap-container .dropdown-item:hover, .bootstrap-container .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.bootstrap-container .dropdown-item.active, .bootstrap-container .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
  text-decoration: none;
}

.bootstrap-container .dropdown-item.disabled, .bootstrap-container .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #0000;
}

.bootstrap-container .dropdown-menu.show {
  display: block;
}

.bootstrap-container .dropdown-header {
  color: #6c757d;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: block;
}

.bootstrap-container .dropdown-item-text {
  color: #212529;
  padding: .25rem 1rem;
  display: block;
}

.bootstrap-container .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: #00000026;
}

.bootstrap-container .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.bootstrap-container .dropdown-menu-dark .dropdown-item:hover, .bootstrap-container .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: #ffffff26;
}

.bootstrap-container .dropdown-menu-dark .dropdown-item.active, .bootstrap-container .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.bootstrap-container .dropdown-menu-dark .dropdown-item.disabled, .bootstrap-container .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.bootstrap-container .dropdown-menu-dark .dropdown-divider {
  border-color: #00000026;
}

.bootstrap-container .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.bootstrap-container .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.bootstrap-container .btn-group, .bootstrap-container .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.bootstrap-container .btn-group > .btn, .bootstrap-container .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.bootstrap-container .btn-group > .btn-check:checked + .btn, .bootstrap-container .btn-group > .btn-check:focus + .btn, .bootstrap-container .btn-group > .btn:hover, .bootstrap-container .btn-group > .btn:focus, .bootstrap-container .btn-group > .btn:active, .bootstrap-container .btn-group > .btn.active, .bootstrap-container .btn-group-vertical > .btn-check:checked + .btn, .bootstrap-container .btn-group-vertical > .btn-check:focus + .btn, .bootstrap-container .btn-group-vertical > .btn:hover, .bootstrap-container .btn-group-vertical > .btn:focus, .bootstrap-container .btn-group-vertical > .btn:active, .bootstrap-container .btn-group-vertical > .btn.active {
  z-index: 1;
}

.bootstrap-container .btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.bootstrap-container .btn-toolbar .input-group {
  width: auto;
}

.bootstrap-container .btn-group > .btn:not(:first-child), .bootstrap-container .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.bootstrap-container .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-container .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-container .btn-group > .btn:nth-child(n+3), .bootstrap-container .btn-group > :not(.btn-check) + .btn, .bootstrap-container .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-container .dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.bootstrap-container .dropdown-toggle-split:after, .dropup .bootstrap-container .dropdown-toggle-split:after, .dropend .bootstrap-container .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .bootstrap-container .dropdown-toggle-split:before {
  margin-right: 0;
}

.bootstrap-container .btn-sm + .dropdown-toggle-split, .bootstrap-container .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem;
}

.bootstrap-container .btn-lg + .dropdown-toggle-split, .bootstrap-container .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.bootstrap-container .btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bootstrap-container .btn-group-vertical > .btn, .bootstrap-container .btn-group-vertical > .btn-group {
  width: 100%;
}

.bootstrap-container .btn-group-vertical > .btn:not(:first-child), .bootstrap-container .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.bootstrap-container .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-container .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-container .btn-group-vertical > .btn ~ .btn, .bootstrap-container .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-container .nav {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.bootstrap-container .nav-link {
  color: #0d6efd;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .nav-link {
    transition: none;
  }
}

.bootstrap-container .nav-link:hover, .bootstrap-container .nav-link:focus {
  color: #0a58ca;
}

.bootstrap-container .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.bootstrap-container .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-container .nav-tabs .nav-link {
  background: none;
  border: 1px solid #0000;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-bottom: -1px;
}

.bootstrap-container .nav-tabs .nav-link:hover, .bootstrap-container .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.bootstrap-container .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #0000;
  border-color: #0000;
}

.bootstrap-container .nav-tabs .nav-link.active, .bootstrap-container .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.bootstrap-container .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.bootstrap-container .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}

.bootstrap-container .nav-pills .nav-link.active, .bootstrap-container .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.bootstrap-container .nav-fill > .nav-link, .bootstrap-container .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.bootstrap-container .nav-justified > .nav-link, .bootstrap-container .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.bootstrap-container .nav-fill .nav-item .nav-link, .bootstrap-container .nav-justified .nav-item .nav-link {
  width: 100%;
}

.bootstrap-container .tab-content > .tab-pane {
  display: none;
}

.bootstrap-container .tab-content > .active {
  display: block;
}

.bootstrap-container .navbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.bootstrap-container .navbar > .container, .bootstrap-container .navbar > .container-fluid, .bootstrap-container .navbar > .container-sm, .bootstrap-container .navbar > .container-md, .bootstrap-container .navbar > .container-lg, .bootstrap-container .navbar > .container-xl, .bootstrap-container .navbar > .container-xxl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bootstrap-container .navbar-brand {
  white-space: nowrap;
  margin-right: 1rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.bootstrap-container .navbar-nav {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.bootstrap-container .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.bootstrap-container .navbar-nav .dropdown-menu {
  position: static;
}

.bootstrap-container .navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bootstrap-container .navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.bootstrap-container .navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .navbar-toggler {
    transition: none;
  }
}

.bootstrap-container .navbar-toggler:hover {
  text-decoration: none;
}

.bootstrap-container .navbar-toggler:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 0 .25rem;
}

.bootstrap-container .navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.bootstrap-container .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .bootstrap-container .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bootstrap-container .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .bootstrap-container .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bootstrap-container .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bootstrap-container .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .bootstrap-container .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .bootstrap-container .navbar-expand-sm .navbar-toggler, .bootstrap-container .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .bootstrap-container .navbar-expand-sm .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .bootstrap-container .navbar-expand-sm .offcanvas-top, .bootstrap-container .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .bootstrap-container .navbar-expand-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bootstrap-container .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .bootstrap-container .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bootstrap-container .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bootstrap-container .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .bootstrap-container .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .bootstrap-container .navbar-expand-md .navbar-toggler, .bootstrap-container .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .bootstrap-container .navbar-expand-md .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .bootstrap-container .navbar-expand-md .offcanvas-top, .bootstrap-container .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .bootstrap-container .navbar-expand-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bootstrap-container .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .bootstrap-container .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bootstrap-container .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bootstrap-container .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .bootstrap-container .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .bootstrap-container .navbar-expand-lg .navbar-toggler, .bootstrap-container .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .bootstrap-container .navbar-expand-lg .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .bootstrap-container .navbar-expand-lg .offcanvas-top, .bootstrap-container .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .bootstrap-container .navbar-expand-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bootstrap-container .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .bootstrap-container .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bootstrap-container .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bootstrap-container .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .bootstrap-container .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .bootstrap-container .navbar-expand-xl .navbar-toggler, .bootstrap-container .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .bootstrap-container .navbar-expand-xl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .bootstrap-container .navbar-expand-xl .offcanvas-top, .bootstrap-container .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .bootstrap-container .navbar-expand-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .bootstrap-container .navbar-expand-xxl .navbar-toggler, .bootstrap-container .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .bootstrap-container .navbar-expand-xxl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .bootstrap-container .navbar-expand-xxl .offcanvas-top, .bootstrap-container .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .bootstrap-container .navbar-expand-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

.bootstrap-container .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.bootstrap-container .navbar-expand .navbar-nav {
  flex-direction: row;
}

.bootstrap-container .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.bootstrap-container .navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.bootstrap-container .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.bootstrap-container .navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.bootstrap-container .navbar-expand .navbar-toggler, .bootstrap-container .navbar-expand .offcanvas-header {
  display: none;
}

.bootstrap-container .navbar-expand .offcanvas {
  position: inherit;
  z-index: 1000;
  background-color: #0000;
  border-left: 0;
  border-right: 0;
  flex-grow: 1;
  transition: none;
  bottom: 0;
  transform: none;
  visibility: visible !important;
}

.bootstrap-container .navbar-expand .offcanvas-top, .bootstrap-container .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.bootstrap-container .navbar-expand .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.bootstrap-container .navbar-light .navbar-brand, .bootstrap-container .navbar-light .navbar-brand:hover, .bootstrap-container .navbar-light .navbar-brand:focus {
  color: #000000e6;
}

.bootstrap-container .navbar-light .navbar-nav .nav-link {
  color: #0000008c;
}

.bootstrap-container .navbar-light .navbar-nav .nav-link:hover, .bootstrap-container .navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}

.bootstrap-container .navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.bootstrap-container .navbar-light .navbar-nav .show > .nav-link, .bootstrap-container .navbar-light .navbar-nav .nav-link.active {
  color: #000000e6;
}

.bootstrap-container .navbar-light .navbar-toggler {
  color: #0000008c;
  border-color: #0000001a;
}

.bootstrap-container .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='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bootstrap-container .navbar-light .navbar-text {
  color: #0000008c;
}

.bootstrap-container .navbar-light .navbar-text a, .bootstrap-container .navbar-light .navbar-text a:hover, .bootstrap-container .navbar-light .navbar-text a:focus {
  color: #000000e6;
}

.bootstrap-container .navbar-dark .navbar-brand, .bootstrap-container .navbar-dark .navbar-brand:hover, .bootstrap-container .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.bootstrap-container .navbar-dark .navbar-nav .nav-link {
  color: #ffffff8c;
}

.bootstrap-container .navbar-dark .navbar-nav .nav-link:hover, .bootstrap-container .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}

.bootstrap-container .navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.bootstrap-container .navbar-dark .navbar-nav .show > .nav-link, .bootstrap-container .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.bootstrap-container .navbar-dark .navbar-toggler {
  color: #ffffff8c;
  border-color: #ffffff1a;
}

.bootstrap-container .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");
}

.bootstrap-container .navbar-dark .navbar-text {
  color: #ffffff8c;
}

.bootstrap-container .navbar-dark .navbar-text a, .bootstrap-container .navbar-dark .navbar-text a:hover, .bootstrap-container .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.bootstrap-container .card {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000020;
  border-radius: .25rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.bootstrap-container .card > hr {
  margin-left: 0;
  margin-right: 0;
}

.bootstrap-container .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.bootstrap-container .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .card > .card-header + .list-group, .bootstrap-container .card > .list-group + .card-footer {
  border-top: 0;
}

.bootstrap-container .card-body {
  flex: auto;
  padding: 1rem;
}

.bootstrap-container .card-title {
  margin-bottom: .5rem;
}

.bootstrap-container .card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}

.bootstrap-container .card-text:last-child {
  margin-bottom: 0;
}

.bootstrap-container .card-link + .card-link {
  margin-left: 1rem;
}

.bootstrap-container .card-header {
  background-color: #00000008;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.bootstrap-container .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.bootstrap-container .card-footer {
  background-color: #00000008;
  border-top: 1px solid #00000020;
  padding: .5rem 1rem;
}

.bootstrap-container .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.bootstrap-container .card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.bootstrap-container .card-header-pills {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.bootstrap-container .card-img-overlay {
  border-radius: calc(.25rem - 1px);
  padding: 1rem;
  position: absolute;
  inset: 0;
}

.bootstrap-container .card-img, .bootstrap-container .card-img-top, .bootstrap-container .card-img-bottom {
  width: 100%;
}

.bootstrap-container .card-img, .bootstrap-container .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .card-img, .bootstrap-container .card-img-bottom {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .bootstrap-container .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .bootstrap-container .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .bootstrap-container .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .bootstrap-container .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .bootstrap-container .card-group > .card:not(:last-child) .card-img-top, .bootstrap-container .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .bootstrap-container .card-group > .card:not(:last-child) .card-img-bottom, .bootstrap-container .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .bootstrap-container .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .card-group > .card:not(:first-child) .card-img-top, .bootstrap-container .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .bootstrap-container .card-group > .card:not(:first-child) .card-img-bottom, .bootstrap-container .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.bootstrap-container .accordion-button {
  width: 100%;
  color: #212529;
  text-align: left;
  overflow-anchor: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .accordion-button {
    transition: none;
  }
}

.bootstrap-container .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px #00000020;
}

.bootstrap-container .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='%230c63e4'%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);
}

.bootstrap-container .accordion-button:after {
  width: 1.25rem;
  height: 1.25rem;
  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;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .accordion-button:after {
    transition: none;
  }
}

.bootstrap-container .accordion-button:hover {
  z-index: 2;
}

.bootstrap-container .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .accordion-header {
  margin-bottom: 0;
}

.bootstrap-container .accordion-item {
  background-color: #fff;
  border: 1px solid #00000020;
}

.bootstrap-container .accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.bootstrap-container .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.bootstrap-container .accordion-item:last-of-type {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.bootstrap-container .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
}

.bootstrap-container .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.bootstrap-container .accordion-body {
  padding: 1rem 1.25rem;
}

.bootstrap-container .accordion-flush .accordion-collapse {
  border-width: 0;
}

.bootstrap-container .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.bootstrap-container .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.bootstrap-container .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.bootstrap-container .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.bootstrap-container .breadcrumb {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.bootstrap-container .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.bootstrap-container .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  padding-right: .5rem;
}

.bootstrap-container .breadcrumb-item.active {
  color: #6c757d;
}

.bootstrap-container .pagination {
  padding-left: 0;
  list-style: none;
  display: flex;
}

.bootstrap-container .page-link {
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .page-link {
    transition: none;
  }
}

.bootstrap-container .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bootstrap-container .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.bootstrap-container .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.bootstrap-container .page-link {
  padding: .375rem .75rem;
}

.bootstrap-container .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.bootstrap-container .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.bootstrap-container .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.bootstrap-container .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.bootstrap-container .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.bootstrap-container .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.bootstrap-container .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.bootstrap-container .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.bootstrap-container .badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.bootstrap-container .badge:empty {
  display: none;
}

.bootstrap-container .btn .badge {
  position: relative;
  top: -1px;
}

.bootstrap-container .alert {
  border: 1px solid #0000;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.bootstrap-container .alert-heading {
  color: inherit;
}

.bootstrap-container .alert-link {
  font-weight: 700;
}

.bootstrap-container .alert-dismissible {
  padding-right: 3rem;
}

.bootstrap-container .alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.bootstrap-container .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.bootstrap-container .alert-primary .alert-link {
  color: #06357a;
}

.bootstrap-container .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.bootstrap-container .alert-secondary .alert-link {
  color: #34383c;
}

.bootstrap-container .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.bootstrap-container .alert-success .alert-link {
  color: #0c4128;
}

.bootstrap-container .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.bootstrap-container .alert-info .alert-link {
  color: #04414d;
}

.bootstrap-container .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.bootstrap-container .alert-warning .alert-link {
  color: #523e02;
}

.bootstrap-container .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.bootstrap-container .alert-danger .alert-link {
  color: #6a1a21;
}

.bootstrap-container .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bootstrap-container .alert-light .alert-link {
  color: #4f5050;
}

.bootstrap-container .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.bootstrap-container .alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.bootstrap-container .progress {
  height: 1rem;
  background-color: #e9ecef;
  border-radius: .25rem;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.bootstrap-container .progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .progress-bar {
    transition: none;
  }
}

.bootstrap-container .progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 1rem 1rem;
}

.bootstrap-container .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .progress-bar-animated {
    animation: none;
  }
}

.bootstrap-container .list-group {
  border-radius: .25rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bootstrap-container .list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.bootstrap-container .list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.bootstrap-container .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.bootstrap-container .list-group-item-action:hover, .bootstrap-container .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  background-color: #f8f9fa;
  text-decoration: none;
}

.bootstrap-container .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.bootstrap-container .list-group-item {
  color: #212529;
  background-color: #fff;
  border: 1px solid #00000020;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.bootstrap-container .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.bootstrap-container .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-container .list-group-item.disabled, .bootstrap-container .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.bootstrap-container .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bootstrap-container .list-group-item + .bootstrap-container .list-group-item {
  border-top-width: 0;
}

.bootstrap-container .list-group-item + .bootstrap-container .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

.bootstrap-container .list-group-horizontal {
  flex-direction: row;
}

.bootstrap-container .list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
}

.bootstrap-container .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

.bootstrap-container .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.bootstrap-container .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.bootstrap-container .list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (min-width: 576px) {
  .bootstrap-container .list-group-horizontal-sm {
    flex-direction: row;
  }

  .bootstrap-container .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .bootstrap-container .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .bootstrap-container .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bootstrap-container .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .list-group-horizontal-md {
    flex-direction: row;
  }

  .bootstrap-container .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .bootstrap-container .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .bootstrap-container .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bootstrap-container .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .list-group-horizontal-lg {
    flex-direction: row;
  }

  .bootstrap-container .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .bootstrap-container .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .bootstrap-container .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bootstrap-container .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .list-group-horizontal-xl {
    flex-direction: row;
  }

  .bootstrap-container .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .bootstrap-container .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .bootstrap-container .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bootstrap-container .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .bootstrap-container .list-group-horizontal-xxl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .bootstrap-container .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .bootstrap-container .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .bootstrap-container .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bootstrap-container .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.bootstrap-container .list-group-flush {
  border-radius: 0;
}

.bootstrap-container .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.bootstrap-container .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.bootstrap-container .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.bootstrap-container .list-group-item-primary.list-group-item-action:hover, .bootstrap-container .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.bootstrap-container .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.bootstrap-container .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.bootstrap-container .list-group-item-secondary.list-group-item-action:hover, .bootstrap-container .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.bootstrap-container .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.bootstrap-container .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.bootstrap-container .list-group-item-success.list-group-item-action:hover, .bootstrap-container .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.bootstrap-container .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.bootstrap-container .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.bootstrap-container .list-group-item-info.list-group-item-action:hover, .bootstrap-container .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.bootstrap-container .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.bootstrap-container .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.bootstrap-container .list-group-item-warning.list-group-item-action:hover, .bootstrap-container .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.bootstrap-container .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.bootstrap-container .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.bootstrap-container .list-group-item-danger.list-group-item-action:hover, .bootstrap-container .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.bootstrap-container .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.bootstrap-container .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.bootstrap-container .list-group-item-light.list-group-item-action:hover, .bootstrap-container .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.bootstrap-container .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.bootstrap-container .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.bootstrap-container .list-group-item-dark.list-group-item-action:hover, .bootstrap-container .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.bootstrap-container .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.bootstrap-container .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  opacity: .5;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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 no-repeat;
  border: 0;
  border-radius: .25rem;
  padding: .25em;
}

.bootstrap-container .btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

.bootstrap-container .btn-close:focus {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.bootstrap-container .btn-close:disabled, .bootstrap-container .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .25;
}

.bootstrap-container .btn-close-white {
  filter: invert() grayscale() brightness(200%);
}

.bootstrap-container .toast {
  width: 350px;
  max-width: 100%;
  pointer-events: auto;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid #0000001a;
  border-radius: .25rem;
  font-size: .875rem;
  box-shadow: 0 .5rem 1rem #00000026;
}

.bootstrap-container .toast.showing {
  opacity: 0;
}

.bootstrap-container .toast:not(.show) {
  display: none;
}

.bootstrap-container .toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.bootstrap-container .toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

.bootstrap-container .toast-header {
  color: #6c757d;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid #0000000d;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.bootstrap-container .toast-header .btn-close {
  margin-left: .75rem;
  margin-right: -.375rem;
}

.bootstrap-container .toast-body {
  word-wrap: break-word;
  padding: .75rem;
}

.bootstrap-container .modal {
  z-index: 1055;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.bootstrap-container .modal-dialog {
  width: auto;
  pointer-events: none;
  margin: .5rem;
  position: relative;
}

.modal.fade .bootstrap-container .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap-container .modal-dialog {
    transition: none;
  }
}

.modal.show .bootstrap-container .modal-dialog {
  transform: none;
}

.modal.modal-static .bootstrap-container .modal-dialog {
  transform: scale(1.02);
}

.bootstrap-container .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.bootstrap-container .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.bootstrap-container .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.bootstrap-container .modal-dialog-centered {
  min-height: calc(100% - 1rem);
  align-items: center;
  display: flex;
}

.bootstrap-container .modal-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.bootstrap-container .modal-backdrop {
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
}

.bootstrap-container .modal-backdrop.fade {
  opacity: 0;
}

.bootstrap-container .modal-backdrop.show {
  opacity: .5;
}

.bootstrap-container .modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.bootstrap-container .modal-header .btn-close {
  margin: -.5rem -.5rem -.5rem auto;
  padding: .5rem;
}

.bootstrap-container .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bootstrap-container .modal-body {
  flex: auto;
  padding: 1rem;
  position: relative;
}

.bootstrap-container .modal-footer {
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(.3rem - 1px);
  border-bottom-right-radius: calc(.3rem - 1px);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.bootstrap-container .modal-footer > * {
  margin: .25rem;
}

@media (min-width: 576px) {
  .bootstrap-container .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .bootstrap-container .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .bootstrap-container .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .bootstrap-container .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .modal-lg, .bootstrap-container .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .modal-xl {
    max-width: 1140px;
  }
}

.bootstrap-container .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.bootstrap-container .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.bootstrap-container .modal-fullscreen .modal-header {
  border-radius: 0;
}

.bootstrap-container .modal-fullscreen .modal-body {
  overflow-y: auto;
}

.bootstrap-container .modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .bootstrap-container .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bootstrap-container .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .bootstrap-container .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .bootstrap-container .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bootstrap-container .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .bootstrap-container .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .bootstrap-container .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bootstrap-container .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .bootstrap-container .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .bootstrap-container .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bootstrap-container .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .bootstrap-container .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .bootstrap-container .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bootstrap-container .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .bootstrap-container .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .bootstrap-container .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.bootstrap-container .tooltip {
  z-index: 1080;
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.bootstrap-container .tooltip.show {
  opacity: .9;
}

.bootstrap-container .tooltip .tooltip-arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.bootstrap-container .tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bootstrap-container .bs-tooltip-top, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: .4rem 0;
}

.bootstrap-container .bs-tooltip-top .tooltip-arrow, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bootstrap-container .bs-tooltip-top .tooltip-arrow:before, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: -1px;
}

.bootstrap-container .bs-tooltip-end, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 .4rem;
}

.bootstrap-container .bs-tooltip-end .tooltip-arrow, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bootstrap-container .bs-tooltip-end .tooltip-arrow:before, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: -1px;
}

.bootstrap-container .bs-tooltip-bottom, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: .4rem 0;
}

.bootstrap-container .bs-tooltip-bottom .tooltip-arrow, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bootstrap-container .bs-tooltip-bottom .tooltip-arrow:before, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: -1px;
}

.bootstrap-container .bs-tooltip-start, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 .4rem;
}

.bootstrap-container .bs-tooltip-start .tooltip-arrow, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bootstrap-container .bs-tooltip-start .tooltip-arrow:before, .bootstrap-container .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: -1px;
}

.bootstrap-container .tooltip-inner {
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .25rem .5rem;
}

.bootstrap-container .popover {
  z-index: 1070;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bootstrap-container .popover .popover-arrow {
  width: 1rem;
  height: .5rem;
  display: block;
  position: absolute;
}

.bootstrap-container .popover .popover-arrow:before, .bootstrap-container .popover .popover-arrow:after {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bootstrap-container .bs-popover-top > .popover-arrow, .bootstrap-container .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.bootstrap-container .bs-popover-top > .popover-arrow:before, .bootstrap-container .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: #00000040;
  bottom: 0;
}

.bootstrap-container .bs-popover-top > .popover-arrow:after, .bootstrap-container .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bootstrap-container .bs-popover-end > .popover-arrow, .bootstrap-container .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  width: .5rem;
  height: 1rem;
  left: calc(-.5rem - 1px);
}

.bootstrap-container .bs-popover-end > .popover-arrow:before, .bootstrap-container .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040;
  left: 0;
}

.bootstrap-container .bs-popover-end > .popover-arrow:after, .bootstrap-container .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bootstrap-container .bs-popover-bottom > .popover-arrow, .bootstrap-container .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-.5rem - 1px);
}

.bootstrap-container .bs-popover-bottom > .popover-arrow:before, .bootstrap-container .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #00000040;
  top: 0;
}

.bootstrap-container .bs-popover-bottom > .popover-arrow:after, .bootstrap-container .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bootstrap-container .bs-popover-bottom .popover-header:before, .bootstrap-container .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  width: 1rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bootstrap-container .bs-popover-start > .popover-arrow, .bootstrap-container .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  width: .5rem;
  height: 1rem;
  right: calc(-.5rem - 1px);
}

.bootstrap-container .bs-popover-start > .popover-arrow:before, .bootstrap-container .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040;
  right: 0;
}

.bootstrap-container .bs-popover-start > .popover-arrow:after, .bootstrap-container .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.bootstrap-container .popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #0003;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.bootstrap-container .popover-header:empty {
  display: none;
}

.bootstrap-container .popover-body {
  color: #212529;
  padding: 1rem;
}

.bootstrap-container .carousel {
  position: relative;
}

.bootstrap-container .carousel.pointer-event {
  touch-action: pan-y;
}

.bootstrap-container .carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bootstrap-container .carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.bootstrap-container .carousel-item {
  float: left;
  width: 100%;
  backface-visibility: hidden;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-item {
    transition: none;
  }
}

.bootstrap-container .carousel-item.active, .bootstrap-container .carousel-item-next, .bootstrap-container .carousel-item-prev {
  display: block;
}

.bootstrap-container .carousel-item-next:not(.carousel-item-start), .bootstrap-container .active.carousel-item-end {
  transform: translateX(100%);
}

.bootstrap-container .carousel-item-prev:not(.carousel-item-end), .bootstrap-container .active.carousel-item-start {
  transform: translateX(-100%);
}

.bootstrap-container .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.bootstrap-container .carousel-fade .carousel-item.active, .bootstrap-container .carousel-fade .carousel-item-next.carousel-item-start, .bootstrap-container .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.bootstrap-container .carousel-fade .active.carousel-item-start, .bootstrap-container .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-fade .active.carousel-item-start, .bootstrap-container .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.bootstrap-container .carousel-control-prev, .bootstrap-container .carousel-control-next {
  z-index: 1;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-control-prev, .bootstrap-container .carousel-control-next {
    transition: none;
  }
}

.bootstrap-container .carousel-control-prev:hover, .bootstrap-container .carousel-control-prev:focus, .bootstrap-container .carousel-control-next:hover, .bootstrap-container .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.bootstrap-container .carousel-control-prev {
  left: 0;
}

.bootstrap-container .carousel-control-next {
  right: 0;
}

.bootstrap-container .carousel-control-prev-icon, .bootstrap-container .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}

.bootstrap-container .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.bootstrap-container .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bootstrap-container .carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bootstrap-container .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.bootstrap-container .carousel-indicators .active {
  opacity: 1;
}

.bootstrap-container .carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.bootstrap-container .carousel-dark .carousel-control-prev-icon, .bootstrap-container .carousel-dark .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.bootstrap-container .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.bootstrap-container .carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.bootstrap-container .spinner-border {
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid;
  border-right-color: #0000;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
  display: inline-block;
}

.bootstrap-container .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.bootstrap-container .spinner-grow {
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  opacity: 0;
  background-color: currentColor;
  border-radius: 50%;
  animation: spinner-grow .75s linear infinite;
  display: inline-block;
}

.bootstrap-container .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .spinner-border, .bootstrap-container .spinner-grow {
    animation-duration: 1.5s;
  }
}

.bootstrap-container .offcanvas {
  z-index: 1045;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  transition: transform .3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .offcanvas {
    transition: none;
  }
}

.bootstrap-container .offcanvas-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
}

.bootstrap-container .offcanvas-backdrop.fade {
  opacity: 0;
}

.bootstrap-container .offcanvas-backdrop.show {
  opacity: .5;
}

.bootstrap-container .offcanvas-header {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.bootstrap-container .offcanvas-header .btn-close {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
}

.bootstrap-container .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bootstrap-container .offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.bootstrap-container .offcanvas-start {
  width: 400px;
  border-right: 1px solid #0003;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.bootstrap-container .offcanvas-end {
  width: 400px;
  border-left: 1px solid #0003;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.bootstrap-container .offcanvas-top {
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid #0003;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.bootstrap-container .offcanvas-bottom {
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #0003;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.bootstrap-container .offcanvas.show {
  transform: none;
}

.bootstrap-container .placeholder {
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  display: inline-block;
}

.bootstrap-container .placeholder.btn:before {
  content: "";
  display: inline-block;
}

.bootstrap-container .placeholder-xs {
  min-height: .6em;
}

.bootstrap-container .placeholder-sm {
  min-height: .8em;
}

.bootstrap-container .placeholder-lg {
  min-height: 1.2em;
}

.bootstrap-container .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.bootstrap-container .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

.bootstrap-container .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.bootstrap-container .link-primary {
  color: #0d6efd;
}

.bootstrap-container .link-primary:hover, .bootstrap-container .link-primary:focus {
  color: #0a58ca;
}

.bootstrap-container .link-secondary {
  color: #6c757d;
}

.bootstrap-container .link-secondary:hover, .bootstrap-container .link-secondary:focus {
  color: #565e64;
}

.bootstrap-container .link-success {
  color: #198754;
}

.bootstrap-container .link-success:hover, .bootstrap-container .link-success:focus {
  color: #146c43;
}

.bootstrap-container .link-info {
  color: #0dcaf0;
}

.bootstrap-container .link-info:hover, .bootstrap-container .link-info:focus {
  color: #3dd5f3;
}

.bootstrap-container .link-warning {
  color: #ffc107;
}

.bootstrap-container .link-warning:hover, .bootstrap-container .link-warning:focus {
  color: #ffcd39;
}

.bootstrap-container .link-danger {
  color: #dc3545;
}

.bootstrap-container .link-danger:hover, .bootstrap-container .link-danger:focus {
  color: #b02a37;
}

.bootstrap-container .link-light {
  color: #f8f9fa;
}

.bootstrap-container .link-light:hover, .bootstrap-container .link-light:focus {
  color: #f9fafb;
}

.bootstrap-container .link-dark {
  color: #212529;
}

.bootstrap-container .link-dark:hover, .bootstrap-container .link-dark:focus {
  color: #1a1e21;
}

.bootstrap-container .ratio {
  width: 100%;
  position: relative;
}

.bootstrap-container .ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.bootstrap-container .ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bootstrap-container .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.bootstrap-container .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.bootstrap-container .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.bootstrap-container .ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

.bootstrap-container .fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bootstrap-container .fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bootstrap-container .sticky-top {
  z-index: 1020;
  position: sticky;
  top: 0;
}

@media (min-width: 576px) {
  .bootstrap-container .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

.bootstrap-container .hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.bootstrap-container .vstack {
  flex-direction: column;
  flex: auto;
  align-self: stretch;
  display: flex;
}

.bootstrap-container .visually-hidden, .bootstrap-container .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.bootstrap-container .stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

.bootstrap-container .text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bootstrap-container .vr {
  width: 1px;
  min-height: 1em;
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  display: inline-block;
}

.bootstrap-container .align-baseline {
  vertical-align: baseline !important;
}

.bootstrap-container .align-top {
  vertical-align: top !important;
}

.bootstrap-container .align-middle {
  vertical-align: middle !important;
}

.bootstrap-container .align-bottom {
  vertical-align: bottom !important;
}

.bootstrap-container .align-text-bottom {
  vertical-align: text-bottom !important;
}

.bootstrap-container .align-text-top {
  vertical-align: text-top !important;
}

.bootstrap-container .float-start {
  float: left !important;
}

.bootstrap-container .float-end {
  float: right !important;
}

.bootstrap-container .float-none {
  float: none !important;
}

.bootstrap-container .opacity-0 {
  opacity: 0 !important;
}

.bootstrap-container .opacity-25 {
  opacity: .25 !important;
}

.bootstrap-container .opacity-50 {
  opacity: .5 !important;
}

.bootstrap-container .opacity-75 {
  opacity: .75 !important;
}

.bootstrap-container .opacity-100 {
  opacity: 1 !important;
}

.bootstrap-container .overflow-auto {
  overflow: auto !important;
}

.bootstrap-container .overflow-hidden {
  overflow: hidden !important;
}

.bootstrap-container .overflow-visible {
  overflow: visible !important;
}

.bootstrap-container .overflow-scroll {
  overflow: scroll !important;
}

.bootstrap-container .d-inline {
  display: inline !important;
}

.bootstrap-container .d-inline-block {
  display: inline-block !important;
}

.bootstrap-container .d-block {
  display: block !important;
}

.bootstrap-container .d-grid {
  display: grid !important;
}

.bootstrap-container .d-table {
  display: table !important;
}

.bootstrap-container .d-table-row {
  display: table-row !important;
}

.bootstrap-container .d-table-cell {
  display: table-cell !important;
}

.bootstrap-container .d-flex {
  display: flex !important;
}

.bootstrap-container .d-inline-flex {
  display: inline-flex !important;
}

.bootstrap-container .d-none {
  display: none !important;
}

.bootstrap-container .shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.bootstrap-container .shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.bootstrap-container .shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

.bootstrap-container .shadow-none {
  box-shadow: none !important;
}

.bootstrap-container .position-static {
  position: static !important;
}

.bootstrap-container .position-relative {
  position: relative !important;
}

.bootstrap-container .position-absolute {
  position: absolute !important;
}

.bootstrap-container .position-fixed {
  position: fixed !important;
}

.bootstrap-container .position-sticky {
  position: sticky !important;
}

.bootstrap-container .top-0 {
  top: 0 !important;
}

.bootstrap-container .top-50 {
  top: 50% !important;
}

.bootstrap-container .top-100 {
  top: 100% !important;
}

.bootstrap-container .bottom-0 {
  bottom: 0 !important;
}

.bootstrap-container .bottom-50 {
  bottom: 50% !important;
}

.bootstrap-container .bottom-100 {
  bottom: 100% !important;
}

.bootstrap-container .start-0 {
  left: 0 !important;
}

.bootstrap-container .start-50 {
  left: 50% !important;
}

.bootstrap-container .start-100 {
  left: 100% !important;
}

.bootstrap-container .end-0 {
  right: 0 !important;
}

.bootstrap-container .end-50 {
  right: 50% !important;
}

.bootstrap-container .end-100 {
  right: 100% !important;
}

.bootstrap-container .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.bootstrap-container .translate-middle-x {
  transform: translateX(-50%) !important;
}

.bootstrap-container .translate-middle-y {
  transform: translateY(-50%) !important;
}

.bootstrap-container .border {
  border: 1px solid #dee2e6 !important;
}

.bootstrap-container .border-0 {
  border: 0 !important;
}

.bootstrap-container .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.bootstrap-container .border-top-0 {
  border-top: 0 !important;
}

.bootstrap-container .border-end {
  border-right: 1px solid #dee2e6 !important;
}

.bootstrap-container .border-end-0 {
  border-right: 0 !important;
}

.bootstrap-container .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.bootstrap-container .border-bottom-0 {
  border-bottom: 0 !important;
}

.bootstrap-container .border-start {
  border-left: 1px solid #dee2e6 !important;
}

.bootstrap-container .border-start-0 {
  border-left: 0 !important;
}

.bootstrap-container .border-primary {
  border-color: #0d6efd !important;
}

.bootstrap-container .border-secondary {
  border-color: #6c757d !important;
}

.bootstrap-container .border-success {
  border-color: #198754 !important;
}

.bootstrap-container .border-info {
  border-color: #0dcaf0 !important;
}

.bootstrap-container .border-warning {
  border-color: #ffc107 !important;
}

.bootstrap-container .border-danger {
  border-color: #dc3545 !important;
}

.bootstrap-container .border-light {
  border-color: #f8f9fa !important;
}

.bootstrap-container .border-dark {
  border-color: #212529 !important;
}

.bootstrap-container .border-white {
  border-color: #fff !important;
}

.bootstrap-container .border-1 {
  border-width: 1px !important;
}

.bootstrap-container .border-2 {
  border-width: 2px !important;
}

.bootstrap-container .border-3 {
  border-width: 3px !important;
}

.bootstrap-container .border-4 {
  border-width: 4px !important;
}

.bootstrap-container .border-5 {
  border-width: 5px !important;
}

.bootstrap-container .w-25 {
  width: 25% !important;
}

.bootstrap-container .w-50 {
  width: 50% !important;
}

.bootstrap-container .w-75 {
  width: 75% !important;
}

.bootstrap-container .w-100 {
  width: 100% !important;
}

.bootstrap-container .w-auto {
  width: auto !important;
}

.bootstrap-container .mw-100 {
  max-width: 100% !important;
}

.bootstrap-container .vw-100 {
  width: 100vw !important;
}

.bootstrap-container .min-vw-100 {
  min-width: 100vw !important;
}

.bootstrap-container .h-25 {
  height: 25% !important;
}

.bootstrap-container .h-50 {
  height: 50% !important;
}

.bootstrap-container .h-75 {
  height: 75% !important;
}

.bootstrap-container .h-100 {
  height: 100% !important;
}

.bootstrap-container .h-auto {
  height: auto !important;
}

.bootstrap-container .mh-100 {
  max-height: 100% !important;
}

.bootstrap-container .vh-100 {
  height: 100vh !important;
}

.bootstrap-container .min-vh-100 {
  min-height: 100vh !important;
}

.bootstrap-container .flex-fill {
  flex: auto !important;
}

.bootstrap-container .flex-row {
  flex-direction: row !important;
}

.bootstrap-container .flex-column {
  flex-direction: column !important;
}

.bootstrap-container .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bootstrap-container .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bootstrap-container .flex-grow-0 {
  flex-grow: 0 !important;
}

.bootstrap-container .flex-grow-1 {
  flex-grow: 1 !important;
}

.bootstrap-container .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bootstrap-container .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bootstrap-container .flex-wrap {
  flex-wrap: wrap !important;
}

.bootstrap-container .flex-nowrap {
  flex-wrap: nowrap !important;
}

.bootstrap-container .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bootstrap-container .gap-0 {
  gap: 0 !important;
}

.bootstrap-container .gap-1 {
  gap: .25rem !important;
}

.bootstrap-container .gap-2 {
  gap: .5rem !important;
}

.bootstrap-container .gap-3 {
  gap: 1rem !important;
}

.bootstrap-container .gap-4 {
  gap: 1.5rem !important;
}

.bootstrap-container .gap-5 {
  gap: 3rem !important;
}

.bootstrap-container .justify-content-start {
  justify-content: flex-start !important;
}

.bootstrap-container .justify-content-end {
  justify-content: flex-end !important;
}

.bootstrap-container .justify-content-center {
  justify-content: center !important;
}

.bootstrap-container .justify-content-between {
  justify-content: space-between !important;
}

.bootstrap-container .justify-content-around {
  justify-content: space-around !important;
}

.bootstrap-container .justify-content-evenly {
  justify-content: space-evenly !important;
}

.bootstrap-container .align-items-start {
  align-items: flex-start !important;
}

.bootstrap-container .align-items-end {
  align-items: flex-end !important;
}

.bootstrap-container .align-items-center {
  align-items: center !important;
}

.bootstrap-container .align-items-baseline {
  align-items: baseline !important;
}

.bootstrap-container .align-items-stretch {
  align-items: stretch !important;
}

.bootstrap-container .align-content-start {
  align-content: flex-start !important;
}

.bootstrap-container .align-content-end {
  align-content: flex-end !important;
}

.bootstrap-container .align-content-center {
  align-content: center !important;
}

.bootstrap-container .align-content-between {
  align-content: space-between !important;
}

.bootstrap-container .align-content-around {
  align-content: space-around !important;
}

.bootstrap-container .align-content-stretch {
  align-content: stretch !important;
}

.bootstrap-container .align-self-auto {
  align-self: auto !important;
}

.bootstrap-container .align-self-start {
  align-self: flex-start !important;
}

.bootstrap-container .align-self-end {
  align-self: flex-end !important;
}

.bootstrap-container .align-self-center {
  align-self: center !important;
}

.bootstrap-container .align-self-baseline {
  align-self: baseline !important;
}

.bootstrap-container .align-self-stretch {
  align-self: stretch !important;
}

.bootstrap-container .order-first {
  order: -1 !important;
}

.bootstrap-container .order-0 {
  order: 0 !important;
}

.bootstrap-container .order-1 {
  order: 1 !important;
}

.bootstrap-container .order-2 {
  order: 2 !important;
}

.bootstrap-container .order-3 {
  order: 3 !important;
}

.bootstrap-container .order-4 {
  order: 4 !important;
}

.bootstrap-container .order-5 {
  order: 5 !important;
}

.bootstrap-container .order-last {
  order: 6 !important;
}

.bootstrap-container .m-0 {
  margin: 0 !important;
}

.bootstrap-container .m-1 {
  margin: .25rem !important;
}

.bootstrap-container .m-2 {
  margin: .5rem !important;
}

.bootstrap-container .m-3 {
  margin: 1rem !important;
}

.bootstrap-container .m-4 {
  margin: 1.5rem !important;
}

.bootstrap-container .m-5 {
  margin: 3rem !important;
}

.bootstrap-container .m-auto {
  margin: auto !important;
}

.bootstrap-container .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bootstrap-container .mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.bootstrap-container .mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.bootstrap-container .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.bootstrap-container .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.bootstrap-container .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.bootstrap-container .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bootstrap-container .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bootstrap-container .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.bootstrap-container .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.bootstrap-container .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bootstrap-container .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bootstrap-container .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bootstrap-container .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bootstrap-container .mt-0 {
  margin-top: 0 !important;
}

.bootstrap-container .mt-1 {
  margin-top: .25rem !important;
}

.bootstrap-container .mt-2 {
  margin-top: .5rem !important;
}

.bootstrap-container .mt-3 {
  margin-top: 1rem !important;
}

.bootstrap-container .mt-4 {
  margin-top: 1.5rem !important;
}

.bootstrap-container .mt-5 {
  margin-top: 3rem !important;
}

.bootstrap-container .mt-auto {
  margin-top: auto !important;
}

.bootstrap-container .me-0 {
  margin-right: 0 !important;
}

.bootstrap-container .me-1 {
  margin-right: .25rem !important;
}

.bootstrap-container .me-2 {
  margin-right: .5rem !important;
}

.bootstrap-container .me-3 {
  margin-right: 1rem !important;
}

.bootstrap-container .me-4 {
  margin-right: 1.5rem !important;
}

.bootstrap-container .me-5 {
  margin-right: 3rem !important;
}

.bootstrap-container .me-auto {
  margin-right: auto !important;
}

.bootstrap-container .mb-0 {
  margin-bottom: 0 !important;
}

.bootstrap-container .mb-1 {
  margin-bottom: .25rem !important;
}

.bootstrap-container .mb-2 {
  margin-bottom: .5rem !important;
}

.bootstrap-container .mb-3 {
  margin-bottom: 1rem !important;
}

.bootstrap-container .mb-4 {
  margin-bottom: 1.5rem !important;
}

.bootstrap-container .mb-5 {
  margin-bottom: 3rem !important;
}

.bootstrap-container .mb-auto {
  margin-bottom: auto !important;
}

.bootstrap-container .ms-0 {
  margin-left: 0 !important;
}

.bootstrap-container .ms-1 {
  margin-left: .25rem !important;
}

.bootstrap-container .ms-2 {
  margin-left: .5rem !important;
}

.bootstrap-container .ms-3 {
  margin-left: 1rem !important;
}

.bootstrap-container .ms-4 {
  margin-left: 1.5rem !important;
}

.bootstrap-container .ms-5 {
  margin-left: 3rem !important;
}

.bootstrap-container .ms-auto {
  margin-left: auto !important;
}

.bootstrap-container .p-0 {
  padding: 0 !important;
}

.bootstrap-container .p-1 {
  padding: .25rem !important;
}

.bootstrap-container .p-2 {
  padding: .5rem !important;
}

.bootstrap-container .p-3 {
  padding: 1rem !important;
}

.bootstrap-container .p-4 {
  padding: 1.5rem !important;
}

.bootstrap-container .p-5 {
  padding: 3rem !important;
}

.bootstrap-container .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bootstrap-container .px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.bootstrap-container .px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.bootstrap-container .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.bootstrap-container .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bootstrap-container .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.bootstrap-container .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bootstrap-container .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.bootstrap-container .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.bootstrap-container .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bootstrap-container .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bootstrap-container .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bootstrap-container .pt-0 {
  padding-top: 0 !important;
}

.bootstrap-container .pt-1 {
  padding-top: .25rem !important;
}

.bootstrap-container .pt-2 {
  padding-top: .5rem !important;
}

.bootstrap-container .pt-3 {
  padding-top: 1rem !important;
}

.bootstrap-container .pt-4 {
  padding-top: 1.5rem !important;
}

.bootstrap-container .pt-5 {
  padding-top: 3rem !important;
}

.bootstrap-container .pe-0 {
  padding-right: 0 !important;
}

.bootstrap-container .pe-1 {
  padding-right: .25rem !important;
}

.bootstrap-container .pe-2 {
  padding-right: .5rem !important;
}

.bootstrap-container .pe-3 {
  padding-right: 1rem !important;
}

.bootstrap-container .pe-4 {
  padding-right: 1.5rem !important;
}

.bootstrap-container .pe-5 {
  padding-right: 3rem !important;
}

.bootstrap-container .pb-0 {
  padding-bottom: 0 !important;
}

.bootstrap-container .pb-1 {
  padding-bottom: .25rem !important;
}

.bootstrap-container .pb-2 {
  padding-bottom: .5rem !important;
}

.bootstrap-container .pb-3 {
  padding-bottom: 1rem !important;
}

.bootstrap-container .pb-4 {
  padding-bottom: 1.5rem !important;
}

.bootstrap-container .pb-5 {
  padding-bottom: 3rem !important;
}

.bootstrap-container .ps-0 {
  padding-left: 0 !important;
}

.bootstrap-container .ps-1 {
  padding-left: .25rem !important;
}

.bootstrap-container .ps-2 {
  padding-left: .5rem !important;
}

.bootstrap-container .ps-3 {
  padding-left: 1rem !important;
}

.bootstrap-container .ps-4 {
  padding-left: 1.5rem !important;
}

.bootstrap-container .ps-5 {
  padding-left: 3rem !important;
}

.bootstrap-container .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.bootstrap-container .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.bootstrap-container .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.bootstrap-container .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.bootstrap-container .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.bootstrap-container .fs-5 {
  font-size: 1.25rem !important;
}

.bootstrap-container .fs-6 {
  font-size: 1rem !important;
}

.bootstrap-container .fst-italic {
  font-style: italic !important;
}

.bootstrap-container .fst-normal {
  font-style: normal !important;
}

.bootstrap-container .fw-light {
  font-weight: 300 !important;
}

.bootstrap-container .fw-lighter {
  font-weight: lighter !important;
}

.bootstrap-container .fw-normal {
  font-weight: 400 !important;
}

.bootstrap-container .fw-bold {
  font-weight: 700 !important;
}

.bootstrap-container .fw-bolder {
  font-weight: bolder !important;
}

.bootstrap-container .lh-1 {
  line-height: 1 !important;
}

.bootstrap-container .lh-sm {
  line-height: 1.25 !important;
}

.bootstrap-container .lh-base {
  line-height: 1.5 !important;
}

.bootstrap-container .lh-lg {
  line-height: 2 !important;
}

.bootstrap-container .text-start {
  text-align: left !important;
}

.bootstrap-container .text-end {
  text-align: right !important;
}

.bootstrap-container .text-center {
  text-align: center !important;
}

.bootstrap-container .text-decoration-none {
  text-decoration: none !important;
}

.bootstrap-container .text-decoration-underline {
  text-decoration: underline !important;
}

.bootstrap-container .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bootstrap-container .text-lowercase {
  text-transform: lowercase !important;
}

.bootstrap-container .text-uppercase {
  text-transform: uppercase !important;
}

.bootstrap-container .text-capitalize {
  text-transform: capitalize !important;
}

.bootstrap-container .text-wrap {
  white-space: normal !important;
}

.bootstrap-container .text-nowrap {
  white-space: nowrap !important;
}

.bootstrap-container .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.bootstrap-container .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bootstrap-container .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.bootstrap-container .text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.bootstrap-container .text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.bootstrap-container .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bootstrap-container .text-opacity-25 {
  --bs-text-opacity: .25;
}

.bootstrap-container .text-opacity-50 {
  --bs-text-opacity: .5;
}

.bootstrap-container .text-opacity-75 {
  --bs-text-opacity: .75;
}

.bootstrap-container .text-opacity-100 {
  --bs-text-opacity: 1;
}

.bootstrap-container .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bootstrap-container .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bootstrap-container .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bootstrap-container .bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bootstrap-container .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bootstrap-container .bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bootstrap-container .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bootstrap-container .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.bootstrap-container .user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.bootstrap-container .user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.bootstrap-container .user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.bootstrap-container .pe-none {
  pointer-events: none !important;
}

.bootstrap-container .pe-auto {
  pointer-events: auto !important;
}

.bootstrap-container .rounded {
  border-radius: .25rem !important;
}

.bootstrap-container .rounded-0 {
  border-radius: 0 !important;
}

.bootstrap-container .rounded-1 {
  border-radius: .2rem !important;
}

.bootstrap-container .rounded-2 {
  border-radius: .25rem !important;
}

.bootstrap-container .rounded-3 {
  border-radius: .3rem !important;
}

.bootstrap-container .rounded-circle {
  border-radius: 50% !important;
}

.bootstrap-container .rounded-pill {
  border-radius: 50rem !important;
}

.bootstrap-container .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.bootstrap-container .rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.bootstrap-container .rounded-bottom {
  border-bottom-left-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.bootstrap-container .rounded-start {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.bootstrap-container .visible {
  visibility: visible !important;
}

.bootstrap-container .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bootstrap-container .float-sm-start {
    float: left !important;
  }

  .bootstrap-container .float-sm-end {
    float: right !important;
  }

  .bootstrap-container .float-sm-none {
    float: none !important;
  }

  .bootstrap-container .d-sm-inline {
    display: inline !important;
  }

  .bootstrap-container .d-sm-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-sm-block {
    display: block !important;
  }

  .bootstrap-container .d-sm-grid {
    display: grid !important;
  }

  .bootstrap-container .d-sm-table {
    display: table !important;
  }

  .bootstrap-container .d-sm-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-sm-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-sm-flex {
    display: flex !important;
  }

  .bootstrap-container .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-sm-none {
    display: none !important;
  }

  .bootstrap-container .flex-sm-fill {
    flex: auto !important;
  }

  .bootstrap-container .flex-sm-row {
    flex-direction: row !important;
  }

  .bootstrap-container .flex-sm-column {
    flex-direction: column !important;
  }

  .bootstrap-container .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bootstrap-container .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bootstrap-container .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .bootstrap-container .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .bootstrap-container .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bootstrap-container .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bootstrap-container .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .bootstrap-container .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .bootstrap-container .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bootstrap-container .gap-sm-0 {
    gap: 0 !important;
  }

  .bootstrap-container .gap-sm-1 {
    gap: .25rem !important;
  }

  .bootstrap-container .gap-sm-2 {
    gap: .5rem !important;
  }

  .bootstrap-container .gap-sm-3 {
    gap: 1rem !important;
  }

  .bootstrap-container .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .bootstrap-container .gap-sm-5 {
    gap: 3rem !important;
  }

  .bootstrap-container .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .bootstrap-container .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .bootstrap-container .justify-content-sm-center {
    justify-content: center !important;
  }

  .bootstrap-container .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .bootstrap-container .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .bootstrap-container .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .bootstrap-container .align-items-sm-start {
    align-items: flex-start !important;
  }

  .bootstrap-container .align-items-sm-end {
    align-items: flex-end !important;
  }

  .bootstrap-container .align-items-sm-center {
    align-items: center !important;
  }

  .bootstrap-container .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .bootstrap-container .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .bootstrap-container .align-content-sm-start {
    align-content: flex-start !important;
  }

  .bootstrap-container .align-content-sm-end {
    align-content: flex-end !important;
  }

  .bootstrap-container .align-content-sm-center {
    align-content: center !important;
  }

  .bootstrap-container .align-content-sm-between {
    align-content: space-between !important;
  }

  .bootstrap-container .align-content-sm-around {
    align-content: space-around !important;
  }

  .bootstrap-container .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .bootstrap-container .align-self-sm-auto {
    align-self: auto !important;
  }

  .bootstrap-container .align-self-sm-start {
    align-self: flex-start !important;
  }

  .bootstrap-container .align-self-sm-end {
    align-self: flex-end !important;
  }

  .bootstrap-container .align-self-sm-center {
    align-self: center !important;
  }

  .bootstrap-container .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .bootstrap-container .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .bootstrap-container .order-sm-first {
    order: -1 !important;
  }

  .bootstrap-container .order-sm-0 {
    order: 0 !important;
  }

  .bootstrap-container .order-sm-1 {
    order: 1 !important;
  }

  .bootstrap-container .order-sm-2 {
    order: 2 !important;
  }

  .bootstrap-container .order-sm-3 {
    order: 3 !important;
  }

  .bootstrap-container .order-sm-4 {
    order: 4 !important;
  }

  .bootstrap-container .order-sm-5 {
    order: 5 !important;
  }

  .bootstrap-container .order-sm-last {
    order: 6 !important;
  }

  .bootstrap-container .m-sm-0 {
    margin: 0 !important;
  }

  .bootstrap-container .m-sm-1 {
    margin: .25rem !important;
  }

  .bootstrap-container .m-sm-2 {
    margin: .5rem !important;
  }

  .bootstrap-container .m-sm-3 {
    margin: 1rem !important;
  }

  .bootstrap-container .m-sm-4 {
    margin: 1.5rem !important;
  }

  .bootstrap-container .m-sm-5 {
    margin: 3rem !important;
  }

  .bootstrap-container .m-sm-auto {
    margin: auto !important;
  }

  .bootstrap-container .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bootstrap-container .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bootstrap-container .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bootstrap-container .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bootstrap-container .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bootstrap-container .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bootstrap-container .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bootstrap-container .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bootstrap-container .mt-sm-0 {
    margin-top: 0 !important;
  }

  .bootstrap-container .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .bootstrap-container .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .bootstrap-container .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .bootstrap-container .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .bootstrap-container .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .bootstrap-container .mt-sm-auto {
    margin-top: auto !important;
  }

  .bootstrap-container .me-sm-0 {
    margin-right: 0 !important;
  }

  .bootstrap-container .me-sm-1 {
    margin-right: .25rem !important;
  }

  .bootstrap-container .me-sm-2 {
    margin-right: .5rem !important;
  }

  .bootstrap-container .me-sm-3 {
    margin-right: 1rem !important;
  }

  .bootstrap-container .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .me-sm-5 {
    margin-right: 3rem !important;
  }

  .bootstrap-container .me-sm-auto {
    margin-right: auto !important;
  }

  .bootstrap-container .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .bootstrap-container .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .bootstrap-container .ms-sm-0 {
    margin-left: 0 !important;
  }

  .bootstrap-container .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .bootstrap-container .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .bootstrap-container .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .bootstrap-container .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .bootstrap-container .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .bootstrap-container .ms-sm-auto {
    margin-left: auto !important;
  }

  .bootstrap-container .p-sm-0 {
    padding: 0 !important;
  }

  .bootstrap-container .p-sm-1 {
    padding: .25rem !important;
  }

  .bootstrap-container .p-sm-2 {
    padding: .5rem !important;
  }

  .bootstrap-container .p-sm-3 {
    padding: 1rem !important;
  }

  .bootstrap-container .p-sm-4 {
    padding: 1.5rem !important;
  }

  .bootstrap-container .p-sm-5 {
    padding: 3rem !important;
  }

  .bootstrap-container .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-container .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bootstrap-container .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bootstrap-container .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bootstrap-container .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bootstrap-container .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bootstrap-container .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .pt-sm-0 {
    padding-top: 0 !important;
  }

  .bootstrap-container .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .bootstrap-container .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .bootstrap-container .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .bootstrap-container .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .bootstrap-container .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .bootstrap-container .pe-sm-0 {
    padding-right: 0 !important;
  }

  .bootstrap-container .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .bootstrap-container .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .bootstrap-container .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .bootstrap-container .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .bootstrap-container .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .bootstrap-container .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .ps-sm-0 {
    padding-left: 0 !important;
  }

  .bootstrap-container .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .bootstrap-container .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .bootstrap-container .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .bootstrap-container .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .bootstrap-container .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .bootstrap-container .text-sm-start {
    text-align: left !important;
  }

  .bootstrap-container .text-sm-end {
    text-align: right !important;
  }

  .bootstrap-container .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bootstrap-container .float-md-start {
    float: left !important;
  }

  .bootstrap-container .float-md-end {
    float: right !important;
  }

  .bootstrap-container .float-md-none {
    float: none !important;
  }

  .bootstrap-container .d-md-inline {
    display: inline !important;
  }

  .bootstrap-container .d-md-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-md-block {
    display: block !important;
  }

  .bootstrap-container .d-md-grid {
    display: grid !important;
  }

  .bootstrap-container .d-md-table {
    display: table !important;
  }

  .bootstrap-container .d-md-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-md-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-md-flex {
    display: flex !important;
  }

  .bootstrap-container .d-md-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-md-none {
    display: none !important;
  }

  .bootstrap-container .flex-md-fill {
    flex: auto !important;
  }

  .bootstrap-container .flex-md-row {
    flex-direction: row !important;
  }

  .bootstrap-container .flex-md-column {
    flex-direction: column !important;
  }

  .bootstrap-container .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bootstrap-container .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bootstrap-container .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .bootstrap-container .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .bootstrap-container .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bootstrap-container .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bootstrap-container .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .bootstrap-container .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .bootstrap-container .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bootstrap-container .gap-md-0 {
    gap: 0 !important;
  }

  .bootstrap-container .gap-md-1 {
    gap: .25rem !important;
  }

  .bootstrap-container .gap-md-2 {
    gap: .5rem !important;
  }

  .bootstrap-container .gap-md-3 {
    gap: 1rem !important;
  }

  .bootstrap-container .gap-md-4 {
    gap: 1.5rem !important;
  }

  .bootstrap-container .gap-md-5 {
    gap: 3rem !important;
  }

  .bootstrap-container .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .bootstrap-container .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .bootstrap-container .justify-content-md-center {
    justify-content: center !important;
  }

  .bootstrap-container .justify-content-md-between {
    justify-content: space-between !important;
  }

  .bootstrap-container .justify-content-md-around {
    justify-content: space-around !important;
  }

  .bootstrap-container .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .bootstrap-container .align-items-md-start {
    align-items: flex-start !important;
  }

  .bootstrap-container .align-items-md-end {
    align-items: flex-end !important;
  }

  .bootstrap-container .align-items-md-center {
    align-items: center !important;
  }

  .bootstrap-container .align-items-md-baseline {
    align-items: baseline !important;
  }

  .bootstrap-container .align-items-md-stretch {
    align-items: stretch !important;
  }

  .bootstrap-container .align-content-md-start {
    align-content: flex-start !important;
  }

  .bootstrap-container .align-content-md-end {
    align-content: flex-end !important;
  }

  .bootstrap-container .align-content-md-center {
    align-content: center !important;
  }

  .bootstrap-container .align-content-md-between {
    align-content: space-between !important;
  }

  .bootstrap-container .align-content-md-around {
    align-content: space-around !important;
  }

  .bootstrap-container .align-content-md-stretch {
    align-content: stretch !important;
  }

  .bootstrap-container .align-self-md-auto {
    align-self: auto !important;
  }

  .bootstrap-container .align-self-md-start {
    align-self: flex-start !important;
  }

  .bootstrap-container .align-self-md-end {
    align-self: flex-end !important;
  }

  .bootstrap-container .align-self-md-center {
    align-self: center !important;
  }

  .bootstrap-container .align-self-md-baseline {
    align-self: baseline !important;
  }

  .bootstrap-container .align-self-md-stretch {
    align-self: stretch !important;
  }

  .bootstrap-container .order-md-first {
    order: -1 !important;
  }

  .bootstrap-container .order-md-0 {
    order: 0 !important;
  }

  .bootstrap-container .order-md-1 {
    order: 1 !important;
  }

  .bootstrap-container .order-md-2 {
    order: 2 !important;
  }

  .bootstrap-container .order-md-3 {
    order: 3 !important;
  }

  .bootstrap-container .order-md-4 {
    order: 4 !important;
  }

  .bootstrap-container .order-md-5 {
    order: 5 !important;
  }

  .bootstrap-container .order-md-last {
    order: 6 !important;
  }

  .bootstrap-container .m-md-0 {
    margin: 0 !important;
  }

  .bootstrap-container .m-md-1 {
    margin: .25rem !important;
  }

  .bootstrap-container .m-md-2 {
    margin: .5rem !important;
  }

  .bootstrap-container .m-md-3 {
    margin: 1rem !important;
  }

  .bootstrap-container .m-md-4 {
    margin: 1.5rem !important;
  }

  .bootstrap-container .m-md-5 {
    margin: 3rem !important;
  }

  .bootstrap-container .m-md-auto {
    margin: auto !important;
  }

  .bootstrap-container .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bootstrap-container .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bootstrap-container .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bootstrap-container .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bootstrap-container .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bootstrap-container .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bootstrap-container .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bootstrap-container .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bootstrap-container .mt-md-0 {
    margin-top: 0 !important;
  }

  .bootstrap-container .mt-md-1 {
    margin-top: .25rem !important;
  }

  .bootstrap-container .mt-md-2 {
    margin-top: .5rem !important;
  }

  .bootstrap-container .mt-md-3 {
    margin-top: 1rem !important;
  }

  .bootstrap-container .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .bootstrap-container .mt-md-5 {
    margin-top: 3rem !important;
  }

  .bootstrap-container .mt-md-auto {
    margin-top: auto !important;
  }

  .bootstrap-container .me-md-0 {
    margin-right: 0 !important;
  }

  .bootstrap-container .me-md-1 {
    margin-right: .25rem !important;
  }

  .bootstrap-container .me-md-2 {
    margin-right: .5rem !important;
  }

  .bootstrap-container .me-md-3 {
    margin-right: 1rem !important;
  }

  .bootstrap-container .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .me-md-5 {
    margin-right: 3rem !important;
  }

  .bootstrap-container .me-md-auto {
    margin-right: auto !important;
  }

  .bootstrap-container .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .bootstrap-container .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .mb-md-auto {
    margin-bottom: auto !important;
  }

  .bootstrap-container .ms-md-0 {
    margin-left: 0 !important;
  }

  .bootstrap-container .ms-md-1 {
    margin-left: .25rem !important;
  }

  .bootstrap-container .ms-md-2 {
    margin-left: .5rem !important;
  }

  .bootstrap-container .ms-md-3 {
    margin-left: 1rem !important;
  }

  .bootstrap-container .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .bootstrap-container .ms-md-5 {
    margin-left: 3rem !important;
  }

  .bootstrap-container .ms-md-auto {
    margin-left: auto !important;
  }

  .bootstrap-container .p-md-0 {
    padding: 0 !important;
  }

  .bootstrap-container .p-md-1 {
    padding: .25rem !important;
  }

  .bootstrap-container .p-md-2 {
    padding: .5rem !important;
  }

  .bootstrap-container .p-md-3 {
    padding: 1rem !important;
  }

  .bootstrap-container .p-md-4 {
    padding: 1.5rem !important;
  }

  .bootstrap-container .p-md-5 {
    padding: 3rem !important;
  }

  .bootstrap-container .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-container .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bootstrap-container .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bootstrap-container .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bootstrap-container .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bootstrap-container .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bootstrap-container .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .pt-md-0 {
    padding-top: 0 !important;
  }

  .bootstrap-container .pt-md-1 {
    padding-top: .25rem !important;
  }

  .bootstrap-container .pt-md-2 {
    padding-top: .5rem !important;
  }

  .bootstrap-container .pt-md-3 {
    padding-top: 1rem !important;
  }

  .bootstrap-container .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .bootstrap-container .pt-md-5 {
    padding-top: 3rem !important;
  }

  .bootstrap-container .pe-md-0 {
    padding-right: 0 !important;
  }

  .bootstrap-container .pe-md-1 {
    padding-right: .25rem !important;
  }

  .bootstrap-container .pe-md-2 {
    padding-right: .5rem !important;
  }

  .bootstrap-container .pe-md-3 {
    padding-right: 1rem !important;
  }

  .bootstrap-container .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .pe-md-5 {
    padding-right: 3rem !important;
  }

  .bootstrap-container .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .bootstrap-container .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .ps-md-0 {
    padding-left: 0 !important;
  }

  .bootstrap-container .ps-md-1 {
    padding-left: .25rem !important;
  }

  .bootstrap-container .ps-md-2 {
    padding-left: .5rem !important;
  }

  .bootstrap-container .ps-md-3 {
    padding-left: 1rem !important;
  }

  .bootstrap-container .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .bootstrap-container .ps-md-5 {
    padding-left: 3rem !important;
  }

  .bootstrap-container .text-md-start {
    text-align: left !important;
  }

  .bootstrap-container .text-md-end {
    text-align: right !important;
  }

  .bootstrap-container .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bootstrap-container .float-lg-start {
    float: left !important;
  }

  .bootstrap-container .float-lg-end {
    float: right !important;
  }

  .bootstrap-container .float-lg-none {
    float: none !important;
  }

  .bootstrap-container .d-lg-inline {
    display: inline !important;
  }

  .bootstrap-container .d-lg-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-lg-block {
    display: block !important;
  }

  .bootstrap-container .d-lg-grid {
    display: grid !important;
  }

  .bootstrap-container .d-lg-table {
    display: table !important;
  }

  .bootstrap-container .d-lg-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-lg-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-lg-flex {
    display: flex !important;
  }

  .bootstrap-container .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-lg-none {
    display: none !important;
  }

  .bootstrap-container .flex-lg-fill {
    flex: auto !important;
  }

  .bootstrap-container .flex-lg-row {
    flex-direction: row !important;
  }

  .bootstrap-container .flex-lg-column {
    flex-direction: column !important;
  }

  .bootstrap-container .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bootstrap-container .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bootstrap-container .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .bootstrap-container .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .bootstrap-container .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bootstrap-container .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bootstrap-container .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .bootstrap-container .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .bootstrap-container .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bootstrap-container .gap-lg-0 {
    gap: 0 !important;
  }

  .bootstrap-container .gap-lg-1 {
    gap: .25rem !important;
  }

  .bootstrap-container .gap-lg-2 {
    gap: .5rem !important;
  }

  .bootstrap-container .gap-lg-3 {
    gap: 1rem !important;
  }

  .bootstrap-container .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .bootstrap-container .gap-lg-5 {
    gap: 3rem !important;
  }

  .bootstrap-container .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .bootstrap-container .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .bootstrap-container .justify-content-lg-center {
    justify-content: center !important;
  }

  .bootstrap-container .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .bootstrap-container .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .bootstrap-container .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .bootstrap-container .align-items-lg-start {
    align-items: flex-start !important;
  }

  .bootstrap-container .align-items-lg-end {
    align-items: flex-end !important;
  }

  .bootstrap-container .align-items-lg-center {
    align-items: center !important;
  }

  .bootstrap-container .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .bootstrap-container .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .bootstrap-container .align-content-lg-start {
    align-content: flex-start !important;
  }

  .bootstrap-container .align-content-lg-end {
    align-content: flex-end !important;
  }

  .bootstrap-container .align-content-lg-center {
    align-content: center !important;
  }

  .bootstrap-container .align-content-lg-between {
    align-content: space-between !important;
  }

  .bootstrap-container .align-content-lg-around {
    align-content: space-around !important;
  }

  .bootstrap-container .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .bootstrap-container .align-self-lg-auto {
    align-self: auto !important;
  }

  .bootstrap-container .align-self-lg-start {
    align-self: flex-start !important;
  }

  .bootstrap-container .align-self-lg-end {
    align-self: flex-end !important;
  }

  .bootstrap-container .align-self-lg-center {
    align-self: center !important;
  }

  .bootstrap-container .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .bootstrap-container .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .bootstrap-container .order-lg-first {
    order: -1 !important;
  }

  .bootstrap-container .order-lg-0 {
    order: 0 !important;
  }

  .bootstrap-container .order-lg-1 {
    order: 1 !important;
  }

  .bootstrap-container .order-lg-2 {
    order: 2 !important;
  }

  .bootstrap-container .order-lg-3 {
    order: 3 !important;
  }

  .bootstrap-container .order-lg-4 {
    order: 4 !important;
  }

  .bootstrap-container .order-lg-5 {
    order: 5 !important;
  }

  .bootstrap-container .order-lg-last {
    order: 6 !important;
  }

  .bootstrap-container .m-lg-0 {
    margin: 0 !important;
  }

  .bootstrap-container .m-lg-1 {
    margin: .25rem !important;
  }

  .bootstrap-container .m-lg-2 {
    margin: .5rem !important;
  }

  .bootstrap-container .m-lg-3 {
    margin: 1rem !important;
  }

  .bootstrap-container .m-lg-4 {
    margin: 1.5rem !important;
  }

  .bootstrap-container .m-lg-5 {
    margin: 3rem !important;
  }

  .bootstrap-container .m-lg-auto {
    margin: auto !important;
  }

  .bootstrap-container .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bootstrap-container .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bootstrap-container .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bootstrap-container .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bootstrap-container .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bootstrap-container .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bootstrap-container .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bootstrap-container .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bootstrap-container .mt-lg-0 {
    margin-top: 0 !important;
  }

  .bootstrap-container .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .bootstrap-container .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .bootstrap-container .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .bootstrap-container .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .bootstrap-container .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .bootstrap-container .mt-lg-auto {
    margin-top: auto !important;
  }

  .bootstrap-container .me-lg-0 {
    margin-right: 0 !important;
  }

  .bootstrap-container .me-lg-1 {
    margin-right: .25rem !important;
  }

  .bootstrap-container .me-lg-2 {
    margin-right: .5rem !important;
  }

  .bootstrap-container .me-lg-3 {
    margin-right: 1rem !important;
  }

  .bootstrap-container .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .me-lg-5 {
    margin-right: 3rem !important;
  }

  .bootstrap-container .me-lg-auto {
    margin-right: auto !important;
  }

  .bootstrap-container .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .bootstrap-container .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .bootstrap-container .ms-lg-0 {
    margin-left: 0 !important;
  }

  .bootstrap-container .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .bootstrap-container .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .bootstrap-container .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .bootstrap-container .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .bootstrap-container .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .bootstrap-container .ms-lg-auto {
    margin-left: auto !important;
  }

  .bootstrap-container .p-lg-0 {
    padding: 0 !important;
  }

  .bootstrap-container .p-lg-1 {
    padding: .25rem !important;
  }

  .bootstrap-container .p-lg-2 {
    padding: .5rem !important;
  }

  .bootstrap-container .p-lg-3 {
    padding: 1rem !important;
  }

  .bootstrap-container .p-lg-4 {
    padding: 1.5rem !important;
  }

  .bootstrap-container .p-lg-5 {
    padding: 3rem !important;
  }

  .bootstrap-container .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-container .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bootstrap-container .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bootstrap-container .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bootstrap-container .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bootstrap-container .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bootstrap-container .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .pt-lg-0 {
    padding-top: 0 !important;
  }

  .bootstrap-container .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .bootstrap-container .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .bootstrap-container .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .bootstrap-container .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .bootstrap-container .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .bootstrap-container .pe-lg-0 {
    padding-right: 0 !important;
  }

  .bootstrap-container .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .bootstrap-container .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .bootstrap-container .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .bootstrap-container .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .bootstrap-container .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .bootstrap-container .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .ps-lg-0 {
    padding-left: 0 !important;
  }

  .bootstrap-container .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .bootstrap-container .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .bootstrap-container .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .bootstrap-container .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .bootstrap-container .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .bootstrap-container .text-lg-start {
    text-align: left !important;
  }

  .bootstrap-container .text-lg-end {
    text-align: right !important;
  }

  .bootstrap-container .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .float-xl-start {
    float: left !important;
  }

  .bootstrap-container .float-xl-end {
    float: right !important;
  }

  .bootstrap-container .float-xl-none {
    float: none !important;
  }

  .bootstrap-container .d-xl-inline {
    display: inline !important;
  }

  .bootstrap-container .d-xl-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-xl-block {
    display: block !important;
  }

  .bootstrap-container .d-xl-grid {
    display: grid !important;
  }

  .bootstrap-container .d-xl-table {
    display: table !important;
  }

  .bootstrap-container .d-xl-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-xl-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-xl-flex {
    display: flex !important;
  }

  .bootstrap-container .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-xl-none {
    display: none !important;
  }

  .bootstrap-container .flex-xl-fill {
    flex: auto !important;
  }

  .bootstrap-container .flex-xl-row {
    flex-direction: row !important;
  }

  .bootstrap-container .flex-xl-column {
    flex-direction: column !important;
  }

  .bootstrap-container .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bootstrap-container .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bootstrap-container .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .bootstrap-container .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .bootstrap-container .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bootstrap-container .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bootstrap-container .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .bootstrap-container .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .bootstrap-container .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bootstrap-container .gap-xl-0 {
    gap: 0 !important;
  }

  .bootstrap-container .gap-xl-1 {
    gap: .25rem !important;
  }

  .bootstrap-container .gap-xl-2 {
    gap: .5rem !important;
  }

  .bootstrap-container .gap-xl-3 {
    gap: 1rem !important;
  }

  .bootstrap-container .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .bootstrap-container .gap-xl-5 {
    gap: 3rem !important;
  }

  .bootstrap-container .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .bootstrap-container .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .bootstrap-container .justify-content-xl-center {
    justify-content: center !important;
  }

  .bootstrap-container .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .bootstrap-container .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .bootstrap-container .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .bootstrap-container .align-items-xl-start {
    align-items: flex-start !important;
  }

  .bootstrap-container .align-items-xl-end {
    align-items: flex-end !important;
  }

  .bootstrap-container .align-items-xl-center {
    align-items: center !important;
  }

  .bootstrap-container .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .bootstrap-container .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .bootstrap-container .align-content-xl-start {
    align-content: flex-start !important;
  }

  .bootstrap-container .align-content-xl-end {
    align-content: flex-end !important;
  }

  .bootstrap-container .align-content-xl-center {
    align-content: center !important;
  }

  .bootstrap-container .align-content-xl-between {
    align-content: space-between !important;
  }

  .bootstrap-container .align-content-xl-around {
    align-content: space-around !important;
  }

  .bootstrap-container .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .bootstrap-container .align-self-xl-auto {
    align-self: auto !important;
  }

  .bootstrap-container .align-self-xl-start {
    align-self: flex-start !important;
  }

  .bootstrap-container .align-self-xl-end {
    align-self: flex-end !important;
  }

  .bootstrap-container .align-self-xl-center {
    align-self: center !important;
  }

  .bootstrap-container .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .bootstrap-container .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .bootstrap-container .order-xl-first {
    order: -1 !important;
  }

  .bootstrap-container .order-xl-0 {
    order: 0 !important;
  }

  .bootstrap-container .order-xl-1 {
    order: 1 !important;
  }

  .bootstrap-container .order-xl-2 {
    order: 2 !important;
  }

  .bootstrap-container .order-xl-3 {
    order: 3 !important;
  }

  .bootstrap-container .order-xl-4 {
    order: 4 !important;
  }

  .bootstrap-container .order-xl-5 {
    order: 5 !important;
  }

  .bootstrap-container .order-xl-last {
    order: 6 !important;
  }

  .bootstrap-container .m-xl-0 {
    margin: 0 !important;
  }

  .bootstrap-container .m-xl-1 {
    margin: .25rem !important;
  }

  .bootstrap-container .m-xl-2 {
    margin: .5rem !important;
  }

  .bootstrap-container .m-xl-3 {
    margin: 1rem !important;
  }

  .bootstrap-container .m-xl-4 {
    margin: 1.5rem !important;
  }

  .bootstrap-container .m-xl-5 {
    margin: 3rem !important;
  }

  .bootstrap-container .m-xl-auto {
    margin: auto !important;
  }

  .bootstrap-container .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bootstrap-container .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bootstrap-container .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bootstrap-container .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bootstrap-container .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bootstrap-container .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bootstrap-container .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bootstrap-container .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bootstrap-container .mt-xl-0 {
    margin-top: 0 !important;
  }

  .bootstrap-container .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .bootstrap-container .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .bootstrap-container .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .bootstrap-container .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .bootstrap-container .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .bootstrap-container .mt-xl-auto {
    margin-top: auto !important;
  }

  .bootstrap-container .me-xl-0 {
    margin-right: 0 !important;
  }

  .bootstrap-container .me-xl-1 {
    margin-right: .25rem !important;
  }

  .bootstrap-container .me-xl-2 {
    margin-right: .5rem !important;
  }

  .bootstrap-container .me-xl-3 {
    margin-right: 1rem !important;
  }

  .bootstrap-container .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .me-xl-5 {
    margin-right: 3rem !important;
  }

  .bootstrap-container .me-xl-auto {
    margin-right: auto !important;
  }

  .bootstrap-container .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .bootstrap-container .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .bootstrap-container .ms-xl-0 {
    margin-left: 0 !important;
  }

  .bootstrap-container .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .bootstrap-container .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .bootstrap-container .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .bootstrap-container .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .bootstrap-container .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .bootstrap-container .ms-xl-auto {
    margin-left: auto !important;
  }

  .bootstrap-container .p-xl-0 {
    padding: 0 !important;
  }

  .bootstrap-container .p-xl-1 {
    padding: .25rem !important;
  }

  .bootstrap-container .p-xl-2 {
    padding: .5rem !important;
  }

  .bootstrap-container .p-xl-3 {
    padding: 1rem !important;
  }

  .bootstrap-container .p-xl-4 {
    padding: 1.5rem !important;
  }

  .bootstrap-container .p-xl-5 {
    padding: 3rem !important;
  }

  .bootstrap-container .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-container .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bootstrap-container .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bootstrap-container .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bootstrap-container .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bootstrap-container .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bootstrap-container .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .pt-xl-0 {
    padding-top: 0 !important;
  }

  .bootstrap-container .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .bootstrap-container .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .bootstrap-container .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .bootstrap-container .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .bootstrap-container .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .bootstrap-container .pe-xl-0 {
    padding-right: 0 !important;
  }

  .bootstrap-container .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .bootstrap-container .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .bootstrap-container .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .bootstrap-container .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .bootstrap-container .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .bootstrap-container .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .ps-xl-0 {
    padding-left: 0 !important;
  }

  .bootstrap-container .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .bootstrap-container .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .bootstrap-container .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .bootstrap-container .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .bootstrap-container .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .bootstrap-container .text-xl-start {
    text-align: left !important;
  }

  .bootstrap-container .text-xl-end {
    text-align: right !important;
  }

  .bootstrap-container .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .bootstrap-container .float-xxl-start {
    float: left !important;
  }

  .bootstrap-container .float-xxl-end {
    float: right !important;
  }

  .bootstrap-container .float-xxl-none {
    float: none !important;
  }

  .bootstrap-container .d-xxl-inline {
    display: inline !important;
  }

  .bootstrap-container .d-xxl-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-xxl-block {
    display: block !important;
  }

  .bootstrap-container .d-xxl-grid {
    display: grid !important;
  }

  .bootstrap-container .d-xxl-table {
    display: table !important;
  }

  .bootstrap-container .d-xxl-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-xxl-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-xxl-flex {
    display: flex !important;
  }

  .bootstrap-container .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-xxl-none {
    display: none !important;
  }

  .bootstrap-container .flex-xxl-fill {
    flex: auto !important;
  }

  .bootstrap-container .flex-xxl-row {
    flex-direction: row !important;
  }

  .bootstrap-container .flex-xxl-column {
    flex-direction: column !important;
  }

  .bootstrap-container .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bootstrap-container .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bootstrap-container .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .bootstrap-container .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .bootstrap-container .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bootstrap-container .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bootstrap-container .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .bootstrap-container .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .bootstrap-container .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bootstrap-container .gap-xxl-0 {
    gap: 0 !important;
  }

  .bootstrap-container .gap-xxl-1 {
    gap: .25rem !important;
  }

  .bootstrap-container .gap-xxl-2 {
    gap: .5rem !important;
  }

  .bootstrap-container .gap-xxl-3 {
    gap: 1rem !important;
  }

  .bootstrap-container .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .bootstrap-container .gap-xxl-5 {
    gap: 3rem !important;
  }

  .bootstrap-container .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .bootstrap-container .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .bootstrap-container .justify-content-xxl-center {
    justify-content: center !important;
  }

  .bootstrap-container .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .bootstrap-container .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .bootstrap-container .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .bootstrap-container .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .bootstrap-container .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .bootstrap-container .align-items-xxl-center {
    align-items: center !important;
  }

  .bootstrap-container .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .bootstrap-container .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .bootstrap-container .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .bootstrap-container .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .bootstrap-container .align-content-xxl-center {
    align-content: center !important;
  }

  .bootstrap-container .align-content-xxl-between {
    align-content: space-between !important;
  }

  .bootstrap-container .align-content-xxl-around {
    align-content: space-around !important;
  }

  .bootstrap-container .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .bootstrap-container .align-self-xxl-auto {
    align-self: auto !important;
  }

  .bootstrap-container .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .bootstrap-container .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .bootstrap-container .align-self-xxl-center {
    align-self: center !important;
  }

  .bootstrap-container .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .bootstrap-container .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .bootstrap-container .order-xxl-first {
    order: -1 !important;
  }

  .bootstrap-container .order-xxl-0 {
    order: 0 !important;
  }

  .bootstrap-container .order-xxl-1 {
    order: 1 !important;
  }

  .bootstrap-container .order-xxl-2 {
    order: 2 !important;
  }

  .bootstrap-container .order-xxl-3 {
    order: 3 !important;
  }

  .bootstrap-container .order-xxl-4 {
    order: 4 !important;
  }

  .bootstrap-container .order-xxl-5 {
    order: 5 !important;
  }

  .bootstrap-container .order-xxl-last {
    order: 6 !important;
  }

  .bootstrap-container .m-xxl-0 {
    margin: 0 !important;
  }

  .bootstrap-container .m-xxl-1 {
    margin: .25rem !important;
  }

  .bootstrap-container .m-xxl-2 {
    margin: .5rem !important;
  }

  .bootstrap-container .m-xxl-3 {
    margin: 1rem !important;
  }

  .bootstrap-container .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .bootstrap-container .m-xxl-5 {
    margin: 3rem !important;
  }

  .bootstrap-container .m-xxl-auto {
    margin: auto !important;
  }

  .bootstrap-container .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bootstrap-container .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bootstrap-container .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bootstrap-container .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bootstrap-container .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bootstrap-container .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bootstrap-container .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bootstrap-container .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bootstrap-container .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .bootstrap-container .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .bootstrap-container .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .bootstrap-container .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .bootstrap-container .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .bootstrap-container .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .bootstrap-container .mt-xxl-auto {
    margin-top: auto !important;
  }

  .bootstrap-container .me-xxl-0 {
    margin-right: 0 !important;
  }

  .bootstrap-container .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .bootstrap-container .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .bootstrap-container .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .bootstrap-container .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .bootstrap-container .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .bootstrap-container .me-xxl-auto {
    margin-right: auto !important;
  }

  .bootstrap-container .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .bootstrap-container .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .bootstrap-container .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .bootstrap-container .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .bootstrap-container .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bootstrap-container .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .bootstrap-container .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .bootstrap-container .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .bootstrap-container .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .bootstrap-container .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .bootstrap-container .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .bootstrap-container .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .bootstrap-container .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .bootstrap-container .ms-xxl-auto {
    margin-left: auto !important;
  }

  .bootstrap-container .p-xxl-0 {
    padding: 0 !important;
  }

  .bootstrap-container .p-xxl-1 {
    padding: .25rem !important;
  }

  .bootstrap-container .p-xxl-2 {
    padding: .5rem !important;
  }

  .bootstrap-container .p-xxl-3 {
    padding: 1rem !important;
  }

  .bootstrap-container .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .bootstrap-container .p-xxl-5 {
    padding: 3rem !important;
  }

  .bootstrap-container .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-container .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bootstrap-container .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bootstrap-container .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bootstrap-container .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bootstrap-container .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bootstrap-container .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .bootstrap-container .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .bootstrap-container .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .bootstrap-container .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .bootstrap-container .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .bootstrap-container .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .bootstrap-container .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .bootstrap-container .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .bootstrap-container .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .bootstrap-container .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .bootstrap-container .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .bootstrap-container .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .bootstrap-container .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .bootstrap-container .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .bootstrap-container .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .bootstrap-container .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .bootstrap-container .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bootstrap-container .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .bootstrap-container .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .bootstrap-container .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .bootstrap-container .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .bootstrap-container .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .bootstrap-container .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .bootstrap-container .text-xxl-start {
    text-align: left !important;
  }

  .bootstrap-container .text-xxl-end {
    text-align: right !important;
  }

  .bootstrap-container .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap-container .fs-1 {
    font-size: 2.5rem !important;
  }

  .bootstrap-container .fs-2 {
    font-size: 2rem !important;
  }

  .bootstrap-container .fs-3 {
    font-size: 1.75rem !important;
  }

  .bootstrap-container .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .bootstrap-container .d-print-inline {
    display: inline !important;
  }

  .bootstrap-container .d-print-inline-block {
    display: inline-block !important;
  }

  .bootstrap-container .d-print-block {
    display: block !important;
  }

  .bootstrap-container .d-print-grid {
    display: grid !important;
  }

  .bootstrap-container .d-print-table {
    display: table !important;
  }

  .bootstrap-container .d-print-table-row {
    display: table-row !important;
  }

  .bootstrap-container .d-print-table-cell {
    display: table-cell !important;
  }

  .bootstrap-container .d-print-flex {
    display: flex !important;
  }

  .bootstrap-container .d-print-inline-flex {
    display: inline-flex !important;
  }

  .bootstrap-container .d-print-none {
    display: none !important;
  }
}

.bootstrap-container p, .bootstrap-container ul {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  margin-bottom: 1.75rem;
}

.bootstrap-container h1, .bootstrap-container .h1 {
  color: #333;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}

.bootstrap-container h2, .bootstrap-container .h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.bootstrap-container h2.h2-36, .bootstrap-container .h2-36.h2 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}

.bootstrap-container h3, .bootstrap-container .h3 {
  color: #666;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.bootstrap-container h4, .bootstrap-container .h4 {
  color: #666;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.bootstrap-container .btn {
  padding: 15px 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75rem;
}

.bootstrap-container .btn-secondary {
  background-color: #f3f3f3;
}

.bootstrap-container .btn-secondary:hover {
  color: #fff;
  border-color: #fff;
}

.bootstrap-container.theme-std .btn-primary, .bootstrap-container.theme-std .btn-primary:hover {
  background-color: #cf142b;
  border-color: #cf142b;
}

.bootstrap-container.theme-std .btn-secondary {
  color: #cf142b;
  border-color: #cf142b;
}

.bootstrap-container.theme-std .btn-secondary:hover {
  background-color: #cf142b;
}

.bootstrap-container.theme-hw .btn-primary, .bootstrap-container.theme-hw .btn-primary:hover {
  background-color: #768ec7;
  border-color: #768ec7;
}

.bootstrap-container.theme-hw .btn-secondary {
  color: #768ec7;
  border-color: #768ec7;
}

.bootstrap-container.theme-hw .btn-secondary:hover {
  background-color: #768ec7;
}

.bootstrap-container.theme-dwa .btn-primary, .bootstrap-container.theme-dwa .btn-primary:hover {
  background-color: #8fc740;
  border-color: #8fc740;
}

.bootstrap-container.theme-dwa .btn-secondary {
  color: #8fc740;
  border-color: #8fc740;
}

.bootstrap-container.theme-dwa .btn-secondary:hover {
  background-color: #8fc740;
}

.bootstrap-container.theme-cit .btn-primary, .bootstrap-container.theme-cit .btn-primary:hover {
  background-color: #56a3da;
  border-color: #56a3da;
}

.bootstrap-container.theme-cit .btn-secondary {
  color: #56a3da;
  border-color: #56a3da;
}

.bootstrap-container.theme-cit .btn-secondary:hover {
  background-color: #56a3da;
}

.bootstrap-container.theme-cs .btn-primary, .bootstrap-container.theme-cs .btn-primary:hover {
  background-color: #1859a9;
  border-color: #1859a9;
}

.bootstrap-container.theme-cs .btn-secondary {
  color: #1859a9;
  border-color: #1859a9;
}

.bootstrap-container.theme-cs .btn-secondary:hover {
  background-color: #1859a9;
}

.bootstrap-container .main-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .bootstrap-container .main-heading {
    margin-top: 100px;
  }
}

.bootstrap-container .main-heading .bar {
  height: 5px;
  width: 200px;
  border: 0;
  margin-top: 1.75rem;
}

.bootstrap-container.theme-std .main-heading .bar {
  border-bottom: 5px solid #cf142b;
}

.bootstrap-container.theme-hw .main-heading .bar {
  border-bottom: 5px solid #768ec7;
}

.bootstrap-container.theme-dwa .main-heading .bar {
  border-bottom: 5px solid #8fc740;
}

.bootstrap-container.theme-cit .main-heading .bar {
  border-bottom: 5px solid #56a3da;
}

.bootstrap-container.theme-cs .main-heading .bar {
  border-bottom: 5px solid #1859a9;
}

.bootstrap-container .grey, .bootstrap-container .bg-grey {
  background-color: #f3f3f3 !important;
}

.bootstrap-container .grey-fluid {
  z-index: 1;
  background-color: #f3f3f3;
  margin-top: 6.25rem;
  padding-top: 1px;
  position: relative;
}

.bootstrap-container .grey-fluid:before {
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  background-color: #f3f3f3;
  display: block;
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
}

.bootstrap-container .grey-fluid .callout-percentage-1-column .percentage-container .percent-container .percent {
  background-color: #f3f3f3 !important;
}

@media screen and (min-width: 992px) {
  .bootstrap-container span.br-before:before, .bootstrap-container span.br-after:after {
    content: "\a ";
    white-space: pre;
  }
}

.bootstrap-container .center-heading {
  text-align: center;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  display: block;
}

.bootstrap-container ul.marker-theme-color {
  list-style: none;
  display: table;
}

.bootstrap-container ul.marker-theme-color li {
  line-height: 1.75rem;
  display: table-row;
}

.bootstrap-container ul.marker-theme-color li:before {
  content: "â– ";
  width: 1em;
  font-weight: bold;
  display: table-cell;
  position: relative;
  top: -.1rem;
}

.bootstrap-container.theme-std ul.marker-theme-color li:before {
  color: #cf142b;
}

.bootstrap-container.theme-hw ul.marker-theme-color li:before {
  color: #768ec7;
}

.bootstrap-container.theme-dwa ul.marker-theme-color li:before {
  color: #8fc740;
}

.bootstrap-container.theme-cit ul.marker-theme-color li:before {
  color: #56a3da;
}

.bootstrap-container.theme-cs ul.marker-theme-color li:before {
  color: #1859a9;
}

.bootstrap-container .article {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding-top: 100px;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .bootstrap-container .article {
    padding: 50px 1.5rem 5rem;
  }
}

.bootstrap-container .article .img-general-content {
  border-radius: 12px;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.bootstrap-container .article h1, .bootstrap-container .article .h1 {
  color: #333;
  font-size: 2rem;
  line-height: 2.25rem;
}

.bootstrap-container .article h3, .bootstrap-container .article .h3 {
  color: #333;
  font-weight: 700;
}

.bootstrap-container .article h4.h4-24, .bootstrap-container .article .h4-24.h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.bootstrap-container .divider {
  border-bottom: .5px solid #c9c9c9;
  margin: 30px 0;
}

@media screen and (min-width: 992px) {
  .bootstrap-container .divider {
    margin: 50px 0;
  }
}

.bootstrap-container .text-red {
  color: #e56c74;
}

.bootstrap-container .text-red-2, .bootstrap-container.theme-std .text-theme-color {
  color: #cf142b;
}

.bootstrap-container.theme-hw .text-theme-color {
  color: #768ec7;
}

.bootstrap-container.theme-dwa .text-theme-color {
  color: #8fc740;
}

.bootstrap-container.theme-cit .text-theme-color {
  color: #56a3da;
}

.bootstrap-container.theme-cs .text-theme-color {
  color: #1859a9;
}

.bootstrap-container .ext-resources ul {
  padding-left: .75rem;
}

.bootstrap-container .ext-resources a {
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.bootstrap-container.theme-std .ext-resources a {
  color: #cf142b !important;
}

.bootstrap-container.theme-hw .ext-resources a {
  color: #768ec7 !important;
}

.bootstrap-container.theme-dwa .ext-resources a {
  color: #8fc740 !important;
}

.bootstrap-container.theme-cit .ext-resources a {
  color: #56a3da !important;
}

.bootstrap-container.theme-cs .ext-resources a {
  color: #1859a9 !important;
}