/*!
 * Bootstrap v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Copyright 2011-2023 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #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, 41, 49;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 41, 49;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-link-decoration: underline;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-pill: 50rem;
  --bs-transition-base: all 0.15s ease-in-out;
  --bs-transition-sm: all 0.1s ease-in-out;
  --bs-transition-lg: all 0.3s ease-in-out;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*,
::before,
::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --bs-transition-base: none;
    --bs-transition-sm: none;
    --bs-transition-lg: none;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 1.3vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 1.1vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.9vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.825rem + 4.05vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.725rem + 3.45vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4rem;
  }
}
.display-3 {
  font-size: calc(1.575rem + 2.7vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 3rem;
  }
}
.display-4 {
  font-size: calc(1.45rem + 2.05vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 2.5rem;
  }
}
.display-5 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 2rem;
  }
}
.display-6 {
  font-size: calc(1.3rem + 1.1vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1.75rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: var(--bs-list-inline-padding-x);
  padding-left: var(--bs-list-inline-padding-x);
}
.list-inline > li:last-child {
  padding-right: 0;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xl, .container-lg, .container-md, .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-sm-1 {
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.333333%;
  }
  .offset-sm-2 {
    margin-right: 16.666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.333333%;
  }
  .offset-sm-5 {
    margin-right: 41.666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.333333%;
  }
  .offset-sm-8 {
    margin-right: 66.666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.333333%;
  }
  .offset-sm-11 {
    margin-right: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.333333%;
  }
  .offset-md-2 {
    margin-right: 16.666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.333333%;
  }
  .offset-md-5 {
    margin-right: 41.666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.333333%;
  }
  .offset-md-8 {
    margin-right: 66.666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.333333%;
  }
  .offset-md-11 {
    margin-right: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.333333%;
  }
  .offset-lg-2 {
    margin-right: 16.666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.333333%;
  }
  .offset-lg-5 {
    margin-right: 41.666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.333333%;
  }
  .offset-lg-8 {
    margin-right: 66.666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.333333%;
  }
  .offset-lg-11 {
    margin-right: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.333333%;
  }
  .offset-xl-2 {
    margin-right: 16.666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.333333%;
  }
  .offset-xl-5 {
    margin-right: 41.666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.333333%;
  }
  .offset-xl-8 {
    margin-right: 66.666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.333333%;
  }
  .offset-xl-11 {
    margin-right: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.333333%;
  }
  .offset-xxl-11 {
    margin-right: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: var(--bs-table-valign);
  border-color: var(--bs-table-border-color);
}
.table > thead {
  vertical-align: bottom;
}
.table > tbody {
  vertical-align: middle;
}
.table th,
.table td {
  padding: var(--bs-table-padding-y) var(--bs-table-padding-x);
  font-weight: var(--bs-table-font-weight);
}
.table > :not(caption) > :only-child > * {
  padding-bottom: calc(var(--bs-table-padding-y) * 2);
  box-shadow: inset 0 0.5px 0 var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  box-shadow: inset 0px 0.5px 0 var(--bs-table-border-color);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  -webkit-box-shadow: inset 0 0.5px var(--bs-table-border-color);
          box-shadow: inset 0 0.5px var(--bs-table-border-color);
}
.table-striped > tbody > tr:nth-of-type(even) > * {
  -webkit-box-shadow: inset 0 0.5px var(--bs-table-border-color);
          box-shadow: inset 0 0.5px var(--bs-table-border-color);
}
.table-bordered,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border-width: var(--bs-border-width);
  border-color: var(--bs-table-border-color);
}
.table-borderless,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td {
  border: 0;
}
.table-borderless > :not(caption) > :only-child > * {
  box-shadow: none;
}
.table-borderless > :not(caption) > * > * {
  box-shadow: none;
}
.table-striped-columns, .table-striped-columns > tbody > tr > * {
  -webkit-box-shadow: inset 0 0.5px var(--bs-table-border-color);
          box-shadow: inset 0 0.5px var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #dee2e6;
  --bs-table-bg: #373737;
  --bs-table-border-color: #4d4d4d;
  --bs-table-accent-bg: #3f3f3f;
  --bs-table-striped-bg: #373737;
  --bs-table-striped-color: #dee2e6;
  --bs-table-active-bg: #4d4d4d;
  --bs-table-active-color: #dee2e6;
  --bs-table-hover-bg: #424242;
  --bs-table-hover-color: #dee2e6;
}
.table-dark .table-transparent {
  --bs-table-bg-transparency: 0;
}
.table-dark th,
.table-dark td,
.table-dark thead,
.table-dark tbody,
.table-dark tfoot {
  border-color: #4d4d4d;
}
.table-light {
  --bs-table-color: #495057;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dee2e6;
  --bs-table-accent-bg: #f1f3f5;
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-striped-color: #495057;
  --bs-table-active-bg: #e9ecef;
  --bs-table-active-color: #495057;
  --bs-table-hover-bg: #e2e6ea;
  --bs-table-hover-color: #495057;
}
.table-light .table-transparent {
  --bs-table-bg-transparency: 0;
}
.table-light th,
.table-light td,
.table-light thead,
.table-light tbody,
.table-light tfoot {
  border-color: #dee2e6;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color var(--bs-transition-base), box-shadow var(--bs-transition-base);
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.form-control[type=color] {
  width: 3rem;
  height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
  padding: 0.375rem;
}
.form-control[type=range] {
  width: 100%;
  height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.form-control[type=range]:focus {
  outline: 0;
}
.form-control[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.form-control[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.form-control[type=range]::-moz-range-track {
  width: 100%;
  height: var(--bs-form-range-track-height, 0.5rem);
  color: transparent;
  background-color: var(--bs-gray-300);
  border: 0;
  border-radius: var(--bs-form-range-track-radius, 1rem);
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out;
}
.form-control[type=range]::-moz-range-thumb {
  height: var(--bs-form-range-thumb-height, 1rem);
  width: var(--bs-form-range-thumb-width, 1rem);
  background-color: var(--bs-primary);
  border: 0;
  border-radius: var(--bs-form-range-thumb-radius, 1rem);
  -webkit-appearance: none;
          appearance: none;
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out, -webkit-transform var(--bs-transition-base) ease-in-out;
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out, transform var(--bs-transition-base) ease-in-out;
  transition-duration: var(--bs-transition-base);
}
.form-control[type=range]:focus::-moz-range-thumb {
  background-color: var(--bs-primary);
  box-shadow: var(--bs-focus-ring-color) 0 0 var(--bs-focus-ring-width);
}
.form-control[type=range]:focus::-moz-range-track {
  background-color: var(--bs-gray-400);
}
.form-control[type=range] > * {
  pointer-events: none;
}
.form-control[type=range]::-webkit-slider-thumb {
  height: var(--bs-form-range-thumb-height, 1rem);
  width: var(--bs-form-range-thumb-width, 1rem);
  background-color: var(--bs-primary);
  border: 0;
  border-radius: var(--bs-form-range-thumb-radius, 1rem);
  -webkit-appearance: none;
          appearance: none;
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out, -webkit-transform var(--bs-transition-base) ease-in-out;
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out, transform var(--bs-transition-base) ease-in-out;
  transition-duration: var(--bs-transition-base);
}
.form-control[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--bs-form-range-track-height, 0.5rem);
  color: transparent;
  background-color: var(--bs-gray-300);
  border: 0;
  border-radius: var(--bs-form-range-track-radius, 1rem);
  transition: background-color var(--bs-transition-base) ease-in-out, box-shadow var(--bs-transition-base) ease-in-out;
}
.form-control[type=range]:focus::-webkit-slider-thumb {
  background-color: var(--bs-primary);
  box-shadow: var(--bs-focus-ring-color) 0 0 var(--bs-focus-ring-width);
}
.form-control[type=range]:focus::-webkit-slider-runnable-track {
  background-color: var(--bs-gray-400);
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--bs-tertiary-bg);
  opacity: 1;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
 viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 5L4 9l4 4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color var(--bs-transition-base), box-shadow var(--bs-transition-base);
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.form-select[multiple] {
  height: auto;
  background-image: none;
}
.form-select:disabled,
.form-select[readonly] {
  background-color: var(--bs-tertiary-bg);
  cursor: not-allowed;
  opacity: 1;
}
.form-select:disabled::remove-selector {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
}
.form-check {
  display: block;
  min-height: var(--bs-form-check-min-height);
  padding-right: var(--bs-form-check-padding-end);
  margin-bottom: var(--bs-form-check-margin-bottom);
}
.form-check .form-check-input {
  float: right;
  margin-top: 0.25rem;
  margin-right: -1.5em;
  width: var(--bs-form-check-input-width);
  height: var(--bs-form-check-input-height);
}
.form-check.form-switch {
  padding-right: calc(var(--bs-form-switch-padding-end) + var(--bs-form-check-input-width));
}
.form-check.form-switch .form-check-input {
  margin-top: calc(var(--bs-form-switch-height) / 2 - var(--bs-form-check-input-height) / 2);
  margin-right: xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236c757d'/%3e%3c/svg%3e");
  background-position: right var(--bs-form-switch-thumb-margin);
}
.form-check.form-switch.form-check-reverse {
  padding-right: var(--bs-form-check-padding-end);
}
.form-check.form-switch.form-check-reverse .form-check-input {
  float: right;
  margin-top: 0.25rem;
  margin-right: -1.5em;
}
.form-check-inline {
  display: inline-block;
  margin-right: var(--bs-form-check-inline-margin-end);
  margin-left: var(--bs-form-check-inline-margin-start);
}
.form-check-reverse {
  padding-right: 0;
  padding-left: var(--bs-form-check-padding-end);
}
.form-check-reverse .form-check-input {
  float: right;
  margin-top: 0.25rem;
  margin-right: calc(var(--bs-form-check-input-width) * -1 - var(--bs-form-check-padding-end));
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius);
  transition: color var(--bs-transition-base), background-color var(--bs-transition-base), border-color var(--bs-transition-base), box-shadow var(--bs-transition-base);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-body-color);
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-primary:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 110, 253, 0.5);
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a53be;
  border-color: #094ea2;
}
.btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 110, 253, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(108, 117, 125, 0.5);
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-success:hover {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-success:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(25, 135, 84, 0.5);
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #13653f;
  border-color: #125f3a;
}
.btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(25, 135, 84, 0.5);
}
.btn-info {
  color: #000;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-info:hover {
  color: #000;
  background-color: #0a95b5;
  border-color: #0990af;
}
.btn-info:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 202, 240, 0.5);
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #0990af;
  border-color: #088aab;
}
.btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 202, 240, 0.5);
}
.btn-warning {
  color: #000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-warning:hover {
  color: #000;
  background-color: #d39e00;
  border-color: #c99500;
}
.btn-warning:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(255, 193, 7, 0.5);
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #c99500;
  border-color: #be8c00;
}
.btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb212f;
  border-color: #b01f2c;
}
.btn-danger:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(220, 53, 69, 0.5);
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b01f2c;
  border-color: #a31d2a;
}
.btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #000;
  background-color: var(--bs-light);
  border-color: var(--bs-light);
}
.btn-light:hover {
  color: #000;
  background-color: #e2e6ea;
  border-color: #dccfdb;
}
.btn-light:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(248, 249, 250, 0.5);
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #dccfdb;
  border-color: #d6d0d5;
}
.btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-dark:hover {
  color: #fff;
  background-color: #424649;
  border-color: #3d4042;
}
.btn-dark:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(33, 41, 49, 0.5);
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d4042;
  border-color: #36393b;
}
.btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(33, 41, 49, 0.5);
}
.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-outline-success:hover {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(25, 135, 84, 0.5);
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-outline-info:hover {
  color: #000;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(13, 202, 240, 0.5);
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #000;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-outline-warning:hover {
  color: #000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-outline-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
}
.btn-outline-light:hover {
  color: #000;
  background-color: var(--bs-light);
  border-color: var(--bs-light);
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(248, 249, 250, 0.5);
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: var(--bs-light);
  border-color: var(--bs-light);
}
.btn-outline-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(33, 41, 49, 0.5);
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus {
  z-index: 3;
}
.btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 3;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > :first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > :last-child:not(:first-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .dropdown-toggle.btn-primary-split {
  border-color: var(--bs-primary);
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > :first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > :last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border-width) solid var(--bs-alert-border-color);
  border-radius: var(--bs-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: calc(var(--bs-alert-padding-x) + 2rem);
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: calc(var(--bs-alert-padding-y) * 0.75) calc(var(--bs-alert-padding-x));
}
.alert-primary {
  --bs-alert-color: #087f5b;
  --bs-alert-bg: #d1e7fd;
  --bs-alert-border-color: #badcefc;
}
.alert-primary .alert-link {
  color: #06654a;
}
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e4;
  --bs-alert-border-color: #d7d9db;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  --bs-alert-color: #146c43;
  --bs-alert-bg: #d1f2d9;
  --bs-alert-border-color: #c7edd1;
}
.alert-success .alert-link {
  color: #0d5634;
}
.alert-info {
  --bs-alert-color: #0a5860;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #bbeda5;
}
.alert-info .alert-link {
  color: #08464d;
}
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #f1e3b5;
}
.alert-warning .alert-link {
  color: #523d02;
}
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  --bs-alert-color: #495057;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #393d41;
}
.alert-dark {
  --bs-alert-color: #1f2226;
  --bs-alert-bg: #cfd2d5;
  --bs-alert-border-color: #c4c8cb;
}
.alert-dark .alert-link {
  color: #0d0f11;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0a58ca !important;
}
.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #5c636a !important;
}
.bg-success {
  background-color: var(--bs-success) !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #146c43 !important;
}
.bg-info {
  background-color: var(--bs-info) !important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #0a95b5 !important;
}
.bg-warning {
  background-color: var(--bs-warning) !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: var(--bs-danger) !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #bb212f !important;
}
.bg-light {
  background-color: var(--bs-light) !important;
}
a.bg-light:hover,
a.bg-light:focus {
  background-color: #e2e6ea !important;
}
.bg-dark {
  background-color: var(--bs-dark) !important;
}
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #424649 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: var(--bs-primary) !important;
}
.border-secondary {
  border-color: var(--bs-secondary) !important;
}
.border-success {
  border-color: var(--bs-success) !important;
}
.border-info {
  border-color: var(--bs-info) !important;
}
.border-warning {
  border-color: var(--bs-warning) !important;
}
.border-danger {
  border-color: var(--bs-danger) !important;
}
.border-light {
  border-color: var(--bs-light) !important;
}
.border-dark {
  border-color: var(--bs-dark) !important;
}
.border-white {
  border-color: var(--bs-white) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-start-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.shadow-0 {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-2 {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-3 {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-inset {
  box-shadow: var(--bs-box-shadow-inset) !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-0 {
  overflow: hidden !important;
}
.overflow-a {
  overflow: auto !important;
}
.overflow-v {
  overflow: visible !important;
}
.overflow-x-0 {
  overflow-x: hidden !important;
}
.overflow-x-a {
  overflow-x: auto !important;
}
.overflow-x-v {
  overflow-x: visible !important;
}
.overflow-y-0 {
  overflow-y: hidden !important;
}
.overflow-y-a {
  overflow-y: auto !important;
}
.overflow-y-v {
  overflow-y: visible !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-table {
  display: table !important;
}
.d-inline-table {
  display: inline-table !important;
}
.d-row {
  display: table-row !important;
}
.d-column {
  display: table-column !important;
}
.d-column-reverse {
  display: table-column-reverse !important;
}
.d-flex-row {
  flex-direction: row !important;
}
.d-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.d-flex-column {
  flex-direction: column !important;
}
.d-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.d-flex-wrap {
  flex-wrap: wrap !important;
}
.d-flex-nowrap {
  flex-wrap: nowrap !important;
}
.d-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.d-justify-content-start {
  justify-content: flex-start !important;
}
.d-justify-content-end {
  justify-content: flex-end !important;
}
.d-justify-content-center {
  justify-content: center !important;
}
.d-justify-content-between {
  justify-content: space-between !important;
}
.d-justify-content-around {
  justify-content: space-around !important;
}
.d-justify-content-evenly {
  justify-content: space-evenly !important;
}
.d-align-items-start {
  align-items: flex-start !important;
}
.d-align-items-end {
  align-items: flex-end !important;
}
.d-align-items-center {
  align-items: center !important;
}
.d-align-items-baseline {
  align-items: baseline !important;
}
.d-align-items-stretch {
  align-items: stretch !important;
}
.d-align-content-start {
  align-content: flex-start !important;
}
.d-align-content-end {
  align-content: flex-end !important;
}
.d-align-content-center {
  align-content: center !important;
}
.d-align-content-between {
  align-content: space-between !important;
}
.d-align-content-around {
  align-content: space-around !important;
}
.d-align-content-stretch {
  align-content: stretch !important;
}
.d-align-self-auto {
  align-self: auto !important;
}
.d-align-self-start {
  align-self: flex-start !important;
}
.d-align-self-end {
  align-self: flex-end !important;
}
.d-align-self-center {
  align-self: center !important;
}
.d-align-self-baseline {
  align-self: baseline !important;
}
.d-align-self-stretch {
  align-self: stretch !important;
}
.d-order-first {
  order: -1 !important;
}
.d-order-last {
  order: 13 !important;
}
.d-order-0 {
  order: 0 !important;
}
.d-order-1 {
  order: 1 !important;
}
.d-order-2 {
  order: 2 !important;
}
.d-order-3 {
  order: 3 !important;
}
.d-order-4 {
  order: 4 !important;
}
.d-order-5 {
  order: 5 !important;
}
.d-order-6 {
  order: 6 !important;
}
.d-order-7 {
  order: 7 !important;
}
.d-order-8 {
  order: 8 !important;
}
.d-order-9 {
  order: 9 !important;
}
.d-order-10 {
  order: 10 !important;
}
.d-order-11 {
  order: 11 !important;
}
.d-order-12 {
  order: 12 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.me-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ms-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.me-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ms-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.me-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ms-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.me-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ms-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.me-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ms-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.me-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ms-5, .mx-5 {
  margin-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.me-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ms-auto, .mx-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pe-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.ps-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pe-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.ps-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pe-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.ps-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pe-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.ps-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pe-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.ps-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pe-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.ps-5, .px-5 {
  padding-left: 3rem !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.w-0 {
  width: 0 !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vh-100 {
  height: 100vh !important;
}
.scaled-down {
  object-fit: scale-down !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-none {
  object-fit: none !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.dropdown,
.dropup,
.dropend,
.dropstart {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropdown-toggle:empty::after {
  width: auto;
}
.btn[data-bs-toggle="dropdown"].dropdown-toggle::after {
  vertical-align: 0;
}
.dropend .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropstart .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu-dark {
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #495057;
  --bs-dropdown-divider-bg: #495057;
  --bs-dropdown-link-disabled-color: #6c757d;
}
.dropdown-menu[data-bs-popper] {
  top: var(--bs-position-bottom);
  right: var(--bs-position-left);
  bottom: var(--bs-position-top);
  left: var(--bs-position-right);
  transform: translate(var(--bs-dropdown-transform-x), var(--bs-dropdown-transform-y));
}
.dropdown-menu-start {
  --bs-dropdown-transform-x: 0;
  --bs-dropdown-transform-y: 0;
  right: auto;
  left: 0;
  transform-origin: var(--bs-dropdown-menu-align);
}
.dropdown-menu-end {
  --bs-dropdown-transform-x: 0;
  --bs-dropdown-transform-y: 0;
  right: 0;
  left: auto;
  transform-origin: var(--bs-dropdown-menu-align);
}
.dropdown-menu.dropdown-menu-macos {
  border-radius: 12px;
}
.dropdown-menu.dropdown-menu-macos .dropdown-item {
  font-weight: 500;
}
.dropdown-menu.dropdown-menu-macos .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu.dropdown-menu-macos .dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu.dropdown-menu-macos .dropdown-item.disabled {
  color: #adb5bd;
}
.dropdown-menu.dropdown-menu-macos .dropdown-divider {
  background-color: #e9ecef;
}
.dropdown-menu.dropdown-menu-macos .dropdown-header {
  color: #6c757d;
  font-weight: 700;
}
.dropdown-menu.dropdown-menu-macos .dropdown-toggle {
  border-radius: 12px;
}
.btn-group > .dropdown-menu {
  left: auto;
  right: 0;
}
.btn-group > .dropdown-menu.dropdown-menu-start {
  left: 0;
  right: auto;
}
.btn-group-vertical > .dropdown-menu {
  left: auto;
  right: 0;
  transform: translate(0, -100%);
}
.btn-group-vertical > .dropdown-menu.dropdown-menu-start {
  left: 0;
  right: auto;
  transform: translate(0, -100%);
}
.btn-group-vertical > .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: 0;
  transform: translate(0, -100%);
}
.dropdown-menu.show {
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: var(--bs-dropdown-color);
  text-align: right;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu-dark {
  color: var(--bs-dropdown-link-color);
  background-color: var(--bs-dropdown-bg);
}
.dropdown-menu-dark .dropdown-item {
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item.active {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-menu-dark .dropdown-divider {
  border-color: var(--bs-dropdown-divider-bg);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item.active {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item:focus, .dropdown-item.focus {
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.dropdown-center {
  --bs-dropdown-width: 200px;
  position: relative;
  display: inline-block;
}
.dropdown-center .dropdown-menu {
  width: var(--bs-dropdown-width);
  text-align: center;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
.dropdown-center .dropdown-menu-start {
  left: auto;
  right: auto;
  transform: translate(0, 0);
}
.dropdown-center .dropdown-menu-end {
  left: auto;
  right: auto;
  transform: translate(0, 0);
}
.dropdown-center .dropdown-toggle::after {
  display: none;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: var(--bs-dropdown-border-width) solid var(--bs-dropdown-divider-bg);
}
.modal-backdrop, .modal-backdrop.fade .modal-backdrop-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog::top,
.modal-dialog::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  pointer-events: auto;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 5rem);
  overflow: hidden;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 4rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5);
}
.modal-title {
  margin-top: calc(var(--bs-modal-header-padding-y) * -0.5);
  margin-bottom: calc(var(--bs-modal-header-padding-y) * -0.5);
}
.modal-body {
  flex-grow: 1;
  padding: var(--bs-modal-body-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: var(--bs-modal-footer-padding);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-padding-y) * -0.5);
}
.modal-footer > *:not(:last-child) {
  margin-right: var(--bs-modal-footer-padding-x);
}
.modal-footer > :not(:first-child) {
  margin-left: var(--bs-modal-footer-padding-x);
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 7rem);
  }
  .modal-dialog-centered {
    min-height: calc(100vh - 6rem);
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 750px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 0.875rem;
  opacity: 0;
}
.tooltip.fade {
  transition: opacity 0.15s linear;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-top.bs-tooltip-auto .tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-end.bs-tooltip-auto .tooltip-arrow {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-bottom.bs-tooltip-auto .tooltip-arrow {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bs-tooltip-start.bs-tooltip-auto .tooltip-arrow {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tooltip-inner {
  max-width: 240px;
  padding: 0.45rem 0.9rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: var(--bs-border-radius);
}
.popover {
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 0.875rem;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.4rem;
}
.popover .popover-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.4rem;
  margin-left: calc(0.5rem - 0.4rem);
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--bs-popover-border-color);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 1px;
  left: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  top: calc(0.5rem - 0.4rem);
  left: 0;
  width: 0.4rem;
  height: 1rem;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: var(--bs-popover-border-color);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  right: 1px;
  bottom: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: 0;
  left: 0;
  width: 1rem;
  height: 0.4rem;
  margin-left: calc(0.5rem - 0.4rem);
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: var(--bs-popover-border-color);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 1px;
  left: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: 0;
  top: calc(0.5rem - 0.4rem);
  width: 0.4rem;
  height: 1rem;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: var(--bs-popover-border-color);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 1px;
  bottom: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: calc(var(--bs-popover-border-radius) - var(--bs-popover-border-width));
  border-top-right-radius: calc(var(--bs-popover-border-radius) - var(--bs-popover-border-width));
}
.popover-body {
  padding: var(--bs-popover-body-padding);
}
.carousel {
  position: relative;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.9;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-carousel-control-prev-icon,
.carousel-carousel-control-next-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 8l4.647 5.646a.5.5 0 0 1-.708.708l-5-6a.5.5 0 0 1 0-.708l5-6a.5.5 0 0 1 .svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 6a.5.5 0 0 1 0 .708l-5 6a.5.5 0 0 1-.708-.708L9.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -100%;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators li.active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h5,
.carousel-caption p {
  margin-right: 0;
  margin-left: 0;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators li {
  background-color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.spinner-border {
  border-right-color: transparent !important;
}
.spinner-grow {
  background-color: currentColor;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-grow {
  start {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes spinner-grow {
  start {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.offcanvas,
.offcanvas-backdrop {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
.offcanvas-backdrop {
  top: 0;
  right: 0;
  background-color: #000;
}
.offcanvas-backdrop.fade.show {
  opacity: 0.5;
}
.offcanvas.show,
.offcanvas-backdrop.show {
  visibility: visible;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-header-padding);
  border-bottom: var(--bs-offcanvas-header-border-width) solid var(--bs-offcanvas-header-border-color);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-header-padding-y) * 0.5) calc(var(--bs-offcanvas-header-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-header-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-header-padding-x) * -0.5);
}
.offcanvas-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-top: 0;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-body-padding);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas-end {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas-end.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas-start {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas-start.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas-bottom.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.placeholder {
  display: inline-block;
  padding: var(--bs-placeholder-padding);
  margin: 0;
  font-family: var(--bs-placeholder-font-family);
  font-size: var(--bs-placeholder-font-size);
  line-height: var(--bs-placeholder-line-height);
  vertical-align: middle;
  background-color: var(--bs-placeholder-bg);
  border-radius: var(--bs-placeholder-border-radius);
}
.placeholder-xs {
  min-height: 0.75rem;
}
.placeholder-sm {
  min-height: 1rem;
}
.placeholder-md {
  min-height: 1.5rem;
}
.placeholder-lg {
  min-height: 2rem;
}
.placeholder-wave > .placeholder::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: placeholder-wave 1.5s linear infinite;
          animation: placeholder-wave 1.5s linear infinite;
  -webkit-transform-origin: left;
          transform-origin: left;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus),
.visually-hidden-focusable:not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}
.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}
.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}
.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #0a95b5 !important;
}
.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #d39e00 !important;
}
.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #bb212f !important;
}
.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #e2e6ea !important;
}
.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #0d0f11 !important;
}
.link-body-emphasis {
  color: var(--bs-emphasis-color) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: var(--bs-emphasis-color-hover) !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  content: "";
}
.ratio-1x1::before {
  padding-top: 100%;
}
.ratio-4x3::before {
  padding-top: 75%;
}
.ratio-16x9::before {
  padding-top: 56.25%;
}
.ratio-21x9::before {
  padding-top: 42.857143%;
}
.ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 0.25rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.top-3 {
  top: 1rem !important;
}
.top-4 {
  top: 1.5rem !important;
}
.top-5 {
  top: 3rem !important;
}
.top-auto {
  top: auto !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-1 {
  bottom: 0.25rem !important;
}
.bottom-2 {
  bottom: 0.5rem !important;
}
.bottom-3 {
  bottom: 1rem !important;
}
.bottom-4 {
  bottom: 1.5rem !important;
}
.bottom-5 {
  bottom: 3rem !important;
}
.bottom-auto {
  bottom: auto !important;
}
.start-0 {
  left: 0 !important;
}
.start-1 {
  left: 0.25rem !important;
}
.start-2 {
  left: 0.5rem !important;
}
.start-3 {
  left: 1rem !important;
}
.start-4 {
  left: 1.5rem !important;
}
.start-5 {
  left: 3rem !important;
}
.start-auto {
  left: auto !important;
}
.end-0 {
  right: 0 !important;
}
.end-1 {
  right: 0.25rem !important;
}
.end-2 {
  right: 0.5rem !important;
}
.end-3 {
  right: 1rem !important;
}
.end-4 {
  right: 1.5rem !important;
}
.end-5 {
  right: 3rem !important;
}
.end-auto {
  right: auto !important;
}
.translate-middle {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.translate-middle-y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.border-top-color,
.border-end-color,
.border-bottom-color,
.border-start-color,
.border-primary-color,
.border-secondary-color,
.border-success-color,
.border-info-color,
.border-warning-color,
.border-danger-color,
.border-light-color,
.border-dark-color,
.border-black-color,
.border-white-color {
  border-style: solid !important;
}
.border-top-color {
  border-top-style: solid !important;
}
.border-end-color {
  border-right-style: solid !important;
}
.border-bottom-color {
  border-bottom-style: solid !important;
}
.border-start-color {
  border-left-style: solid !important;
}
.border-primary-color {
  border-color: var(--bs-primary) !important;
}
.border-secondary-color {
  border-color: var(--bs-secondary) !important;
}
.border-success-color {
  border-color: var(--bs-success) !important;
}
.border-info-color {
  border-color: var(--bs-info) !important;
}
.border-warning-color {
  border-color: var(--bs-warning) !important;
}
.border-danger-color {
  border-color: var(--bs-danger) !important;
}
.border-light-color {
  border-color: var(--bs-light) !important;
}
.border-dark-color {
  border-color: var(--bs-dark) !important;
}
.border-black-color {
  border-color: #000 !important;
}
.border-white-color {
  border-color: #fff !important;
}
@media (min-width: 576px) {
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 13 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
  .order-sm-11 {
    order: 11 !important;
  }
  .order-sm-12 {
    order: 12 !important;
  }
  .offset-sm-0 {
    margin-right: 0 !important;
  }
  .offset-sm-1 {
    margin-right: 8.333333% !important;
  }
  .offset-sm-2 {
    margin-right: 16.666667% !important;
  }
  .offset-sm-3 {
    margin-right: 25% !important;
  }
  .offset-sm-4 {
    margin-right: 33.333333% !important;
  }
  .offset-sm-5 {
    margin-right: 41.666667% !important;
  }
  .offset-sm-6 {
    margin-right: 50% !important;
  }
  .offset-sm-7 {
    margin-right: 58.333333% !important;
  }
  .offset-sm-8 {
    margin-right: 66.666667% !important;
  }
  .offset-sm-9 {
    margin-right: 75% !important;
  }
  .offset-sm-10 {
    margin-right: 83.333333% !important;
  }
  .offset-sm-11 {
    margin-right: 91.666667% !important;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 13 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .offset-md-0 {
    margin-right: 0 !important;
  }
  .offset-md-1 {
    margin-right: 8.333333% !important;
  }
  .offset-md-2 {
    margin-right: 16.666667% !important;
  }
  .offset-md-3 {
    margin-right: 25% !important;
  }
  .offset-md-4 {
    margin-right: 33.333333% !important;
  }
  .offset-md-5 {
    margin-right: 41.666667% !important;
  }
  .offset-md-6 {
    margin-right: 50% !important;
  }
  .offset-md-7 {
    margin-right: 58.333333% !important;
  }
  .offset-md-8 {
    margin-right: 66.666667% !important;
  }
  .offset-md-9 {
    margin-right: 75% !important;
  }
  .offset-md-10 {
    margin-right: 83.333333% !important;
  }
  .offset-md-11 {
    margin-right: 91.666667% !important;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 13 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
  .order-lg-11 {
    order: 11 !important;
  }
  .order-lg-12 {
    order: 12 !important;
  }
  .offset-lg-0 {
    margin-right: 0 !important;
  }
  .offset-lg-1 {
    margin-right: 8.333333% !important;
  }
  .offset-lg-2 {
    margin-right: 16.666667% !important;
  }
  .offset-lg-3 {
    margin-right: 25% !important;
  }
  .offset-lg-4 {
    margin-right: 33.333333% !important;
  }
  .offset-lg-5 {
    margin-right: 41.666667% !important;
  }
  .offset-lg-6 {
    margin-right: 50% !important;
  }
  .offset-lg-7 {
    margin-right: 58.333333% !important;
  }
  .offset-lg-8 {
    margin-right: 66.666667% !important;
  }
  .offset-lg-9 {
    margin-right: 75% !important;
  }
  .offset-lg-10 {
    margin-right: 83.333333% !important;
  }
  .offset-lg-11 {
    margin-right: 91.666667% !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-last {
    order: 13 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-6 {
    order: 6 !important;
  }
  .order-xl-7 {
    order: 7 !important;
  }
  .order-xl-8 {
    order: 8 !important;
  }
  .order-xl-9 {
    order: 9 !important;
  }
  .order-xl-10 {
    order: 10 !important;
  }
  .order-xl-11 {
    order: 11 !important;
  }
  .order-xl-12 {
    order: 12 !important;
  }
  .offset-xl-0 {
    margin-right: 0 !important;
  }
  .offset-xl-1 {
    margin-right: 8.333333% !important;
  }
  .offset-xl-2 {
    margin-right: 16.666667% !important;
  }
  .offset-xl-3 {
    margin-right: 25% !important;
  }
  .offset-xl-4 {
    margin-right: 33.333333% !important;
  }
  .offset-xl-5 {
    margin-right: 41.666667% !important;
  }
  .offset-xl-6 {
    margin-right: 50% !important;
  }
  .offset-xl-7 {
    margin-right: 58.333333% !important;
  }
  .offset-xl-8 {
    margin-right: 66.666667% !important;
  }
  .offset-xl-9 {
    margin-right: 75% !important;
  }
  .offset-xl-10 {
    margin-right: 83.333333% !important;
  }
  .offset-xl-11 {
    margin-right: 91.666667% !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-last {
    order: 13 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-6 {
    order: 6 !important;
  }
  .order-xxl-7 {
    order: 7 !important;
  }
  .order-xxl-8 {
    order: 8 !important;
  }
  .order-xxl-9 {
    order: 9 !important;
  }
  .order-xxl-10 {
    order: 10 !important;
  }
  .order-xxl-11 {
    order: 11 !important;
  }
  .order-xxl-12 {
    order: 12 !important;
  }
  .offset-xxl-0 {
    margin-right: 0 !important;
  }
  .offset-xxl-1 {
    margin-right: 8.333333% !important;
  }
  .offset-xxl-2 {
    margin-right: 16.666667% !important;
  }
  .offset-xxl-3 {
    margin-right: 25% !important;
  }
  .offset-xxl-4 {
    margin-right: 33.333333% !important;
  }
  .offset-xxl-5 {
    margin-right: 41.666667% !important;
  }
  .offset-xxl-6 {
    margin-right: 50% !important;
  }
  .offset-xxl-7 {
    margin-right: 58.333333% !important;
  }
  .offset-xxl-8 {
    margin-right: 66.666667% !important;
  }
  .offset-xxl-9 {
    margin-right: 75% !important;
  }
  .offset-xxl-10 {
    margin-right: 83.333333% !important;
  }
  .offset-xxl-11 {
    margin-right: 91.666667% !important;
  }
}
.p-col-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-col-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.p-col-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.p-col-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.p-col-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.p-col-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.pt-col-0 {
  padding-top: 0 !important;
}
.pt-col-1 {
  padding-top: 0.25rem !important;
}
.pt-col-2 {
  padding-top: 0.5rem !important;
}
.pt-col-3 {
  padding-top: 1rem !important;
}
.pt-col-4 {
  padding-top: 1.5rem !important;
}
.pt-col-5 {
  padding-top: 3rem !important;
}
.pe-col-0 {
  padding-right: 0 !important;
}
.pe-col-1 {
  padding-right: 0.25rem !important;
}
.pe-col-2 {
  padding-right: 0.5rem !important;
}
.pe-col-3 {
  padding-right: 1rem !important;
}
.pe-col-4 {
  padding-right: 1.5rem !important;
}
.pe-col-5 {
  padding-right: 3rem !important;
}
.pb-col-0 {
  padding-bottom: 0 !important;
}
.pb-col-1 {
  padding-bottom: 0.25rem !important;
}
.pb-col-2 {
  padding-bottom: 0.5rem !important;
}
.pb-col-3 {
  padding-bottom: 1rem !important;
}
.pb-col-4 {
  padding-bottom: 1.5rem !important;
}
.pb-col-5 {
  padding-bottom: 3rem !important;
}
.ps-col-0 {
  padding-left: 0 !important;
}
.ps-col-1 {
  padding-left: 0.25rem !important;
}
.ps-col-2 {
  padding-left: 0.5rem !important;
}
.ps-col-3 {
  padding-left: 1rem !important;
}
.ps-col-4 {
  padding-left: 1.5rem !important;
}
.ps-col-5 {
  padding-left: 3rem !important;
}
.px-col-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-col-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-col-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-col-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-col-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-col-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-col-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-col-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-col-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-col-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-col-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-col-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.text-primary-emphasis {
  color: var(--bs-primary-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-emphasis) !important;
}
.bg-primary-emphasis {
  background-color: var(--bs-primary-emphasis) !important;
}
.bg-secondary-emphasis {
  background-color: var(--bs-secondary-emphasis) !important;
}
.bg-success-emphasis {
  background-color: var(--bs-success-emphasis) !important;
}
.bg-info-emphasis {
  background-color: var(--bs-info-emphasis) !important;
}
.bg-warning-emphasis {
  background-color: var(--bs-warning-emphasis) !important;
}
.bg-danger-emphasis {
  background-color: var(--bs-danger-emphasis) !important;
}
.bg-light-emphasis {
  background-color: var(--bs-light-emphasis) !important;
}
.bg-dark-emphasis {
  background-color: var(--bs-dark-emphasis) !important;
}
.gradient {
  background-image: var(--bs-gradient) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}