@charset "UTF-8";
/* line 1, app/assets/stylesheets/custom_bootstrap.scss */
.bootstrap-area {
  /*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
  /* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*# sourceMappingURL=bootstrap.css.map */
}

/* line 7, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area :root,
.bootstrap-area [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 128, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 184, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area *,
.bootstrap-area *::before,
.bootstrap-area *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 191, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area :root {
    scroll-behavior: smooth;
  }
}

/* line 196, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area 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);
}

/* line 209, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 217, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h6, .bootstrap-area .h6, .bootstrap-area h5, .bootstrap-area .h5, .bootstrap-area h4, .bootstrap-area .h4, .bootstrap-area h3, .bootstrap-area .h3, .bootstrap-area h2, .bootstrap-area .h2, .bootstrap-area h1, .bootstrap-area .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 225, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h1, .bootstrap-area .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 229, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area h1, .bootstrap-area .h1 {
    font-size: 2.5rem;
  }
}

/* line 234, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h2, .bootstrap-area .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 238, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area h2, .bootstrap-area .h2 {
    font-size: 2rem;
  }
}

/* line 243, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h3, .bootstrap-area .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 247, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area h3, .bootstrap-area .h3 {
    font-size: 1.75rem;
  }
}

/* line 252, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h4, .bootstrap-area .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 256, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area h4, .bootstrap-area .h4 {
    font-size: 1.5rem;
  }
}

/* line 261, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h5, .bootstrap-area .h5 {
  font-size: 1.25rem;
}

/* line 265, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area h6, .bootstrap-area .h6 {
  font-size: 1rem;
}

/* line 269, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 274, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 282, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 288, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ol,
.bootstrap-area ul {
  padding-left: 2rem;
}

/* line 293, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ol,
.bootstrap-area ul,
.bootstrap-area dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 300, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ol ol,
.bootstrap-area ul ul,
.bootstrap-area ol ul,
.bootstrap-area ul ol {
  margin-bottom: 0;
}

/* line 307, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area dt {
  font-weight: 700;
}

/* line 311, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 316, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area blockquote {
  margin: 0 0 1rem;
}

/* line 320, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area b,
.bootstrap-area strong {
  font-weight: bolder;
}

/* line 325, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area small, .bootstrap-area .small {
  font-size: 0.875em;
}

/* line 329, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area mark, .bootstrap-area .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 335, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area sub,
.bootstrap-area sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 343, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area sub {
  bottom: -0.25em;
}

/* line 347, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area sup {
  top: -0.5em;
}

/* line 351, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 355, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 359, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area a:not([href]):not([class]), .bootstrap-area a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 364, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area pre,
.bootstrap-area code,
.bootstrap-area kbd,
.bootstrap-area samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 372, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 379, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 385, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 390, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area a > code {
  color: inherit;
}

/* line 394, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 401, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 406, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area figure {
  margin: 0 0 1rem;
}

/* line 410, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area img,
.bootstrap-area svg {
  vertical-align: middle;
}

/* line 415, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 420, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 427, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 432, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area thead,
.bootstrap-area tbody,
.bootstrap-area tfoot,
.bootstrap-area tr,
.bootstrap-area td,
.bootstrap-area th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 443, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area label {
  display: inline-block;
}

/* line 447, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area button {
  border-radius: 0;
}

/* line 451, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 455, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area input,
.bootstrap-area button,
.bootstrap-area select,
.bootstrap-area optgroup,
.bootstrap-area textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 466, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area button,
.bootstrap-area select {
  text-transform: none;
}

/* line 471, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [role=button] {
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area select {
  word-wrap: normal;
}

/* line 478, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area select:disabled {
  opacity: 1;
}

/* line 482, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 486, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area button,
.bootstrap-area [type=button],
.bootstrap-area [type=reset],
.bootstrap-area [type=submit] {
  -webkit-appearance: button;
}

/* line 492, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area button:not(:disabled),
.bootstrap-area [type=button]:not(:disabled),
.bootstrap-area [type=reset]:not(:disabled),
.bootstrap-area [type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 499, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 504, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area textarea {
  resize: vertical;
}

/* line 508, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 515, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 524, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area legend {
    font-size: 1.5rem;
  }
}

/* line 528, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area legend + * {
  clear: left;
}

/* line 532, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-webkit-datetime-edit-fields-wrapper,
.bootstrap-area ::-webkit-datetime-edit-text,
.bootstrap-area ::-webkit-datetime-edit-minute,
.bootstrap-area ::-webkit-datetime-edit-hour-field,
.bootstrap-area ::-webkit-datetime-edit-day-field,
.bootstrap-area ::-webkit-datetime-edit-month-field,
.bootstrap-area ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 542, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-webkit-inner-spin-button {
  height: auto;
}

/* line 546, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 559, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 563, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 567, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 572, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 577, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area output {
  display: inline-block;
}

/* line 581, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area iframe {
  border: 0;
}

/* line 585, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area summary {
  display: list-item;
  cursor: pointer;
}

/* line 590, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area progress {
  vertical-align: baseline;
}

/* line 594, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [hidden] {
  display: none !important;
}

/* line 598, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 603, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 609, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-1 {
    font-size: 5rem;
  }
}

/* line 614, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 620, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-2 {
    font-size: 4.5rem;
  }
}

/* line 625, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 631, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-3 {
    font-size: 4rem;
  }
}

/* line 636, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 642, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-4 {
    font-size: 3.5rem;
  }
}

/* line 647, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 653, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-5 {
    font-size: 3rem;
  }
}

/* line 658, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 664, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .display-6 {
    font-size: 2.5rem;
  }
}

/* line 669, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 674, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 679, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-inline-item {
  display: inline-block;
}

/* line 682, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 686, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 691, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 695, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .blockquote > :last-child {
  margin-bottom: 0;
}

/* line 699, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 705, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .blockquote-footer::before {
  content: "— ";
}

/* line 709, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 714, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 723, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .figure {
  display: inline-block;
}

/* line 727, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 732, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  /* line 754, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .container-sm, .bootstrap-area .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 759, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .container-md, .bootstrap-area .container-sm, .bootstrap-area .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 764, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .container-lg, .bootstrap-area .container-md, .bootstrap-area .container-sm, .bootstrap-area .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 769, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .container-xl, .bootstrap-area .container-lg, .bootstrap-area .container-md, .bootstrap-area .container-sm, .bootstrap-area .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 774, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .container-xxl, .bootstrap-area .container-xl, .bootstrap-area .container-lg, .bootstrap-area .container-md, .bootstrap-area .container-sm, .bootstrap-area .container {
    max-width: 1320px;
  }
}

/* line 778, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 787, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* line 796, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* line 805, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col {
  flex: 1 0 0%;
}

/* line 809, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 814, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 819, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 824, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 829, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 834, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 839, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 844, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 849, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 854, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 859, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 864, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 869, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 874, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 879, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 884, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 889, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 894, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 899, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 904, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 909, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-1 {
  margin-left: 8.33333333%;
}

/* line 913, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-2 {
  margin-left: 16.66666667%;
}

/* line 917, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-3 {
  margin-left: 25%;
}

/* line 921, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-4 {
  margin-left: 33.33333333%;
}

/* line 925, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-5 {
  margin-left: 41.66666667%;
}

/* line 929, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-6 {
  margin-left: 50%;
}

/* line 933, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-7 {
  margin-left: 58.33333333%;
}

/* line 937, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-8 {
  margin-left: 66.66666667%;
}

/* line 941, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-9 {
  margin-left: 75%;
}

/* line 945, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-10 {
  margin-left: 83.33333333%;
}

/* line 949, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offset-11 {
  margin-left: 91.66666667%;
}

/* line 953, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-0,
.bootstrap-area .gx-0 {
  --bs-gutter-x: 0;
}

/* line 958, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-0,
.bootstrap-area .gy-0 {
  --bs-gutter-y: 0;
}

/* line 963, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-1,
.bootstrap-area .gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 968, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-1,
.bootstrap-area .gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 973, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-2,
.bootstrap-area .gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 978, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-2,
.bootstrap-area .gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 983, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-3,
.bootstrap-area .gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 988, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-3,
.bootstrap-area .gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 993, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-4,
.bootstrap-area .gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 998, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-4,
.bootstrap-area .gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 1003, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-5,
.bootstrap-area .gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 1008, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .g-5,
.bootstrap-area .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 1014, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm {
    flex: 1 0 0%;
  }
  /* line 1017, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1021, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1025, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1029, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1033, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1037, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1041, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1045, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1049, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1053, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1057, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1061, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1065, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1069, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1073, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1077, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1081, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1085, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1089, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1093, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1097, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1100, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1103, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1106, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1109, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1112, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1115, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1118, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1121, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1124, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1127, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1130, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1133, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-0,
.bootstrap-area .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 1137, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-0,
.bootstrap-area .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 1141, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-1,
.bootstrap-area .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1145, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-1,
.bootstrap-area .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1149, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-2,
.bootstrap-area .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1153, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-2,
.bootstrap-area .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1157, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-3,
.bootstrap-area .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1161, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-3,
.bootstrap-area .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1165, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-4,
.bootstrap-area .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1169, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-4,
.bootstrap-area .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1173, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-5,
.bootstrap-area .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1177, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-sm-5,
.bootstrap-area .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 1183, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md {
    flex: 1 0 0%;
  }
  /* line 1186, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1190, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1194, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1198, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1202, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1206, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1210, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1214, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1218, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1222, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1226, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1230, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1234, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1238, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1242, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1246, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1250, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1254, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1258, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1262, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1266, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-0 {
    margin-left: 0;
  }
  /* line 1269, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 1272, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 1275, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1278, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 1281, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 1284, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1287, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 1290, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 1293, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1296, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 1299, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 1302, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-0,
.bootstrap-area .gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 1306, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-0,
.bootstrap-area .gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 1310, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-1,
.bootstrap-area .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1314, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-1,
.bootstrap-area .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1318, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-2,
.bootstrap-area .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1322, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-2,
.bootstrap-area .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1326, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-3,
.bootstrap-area .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1330, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-3,
.bootstrap-area .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1334, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-4,
.bootstrap-area .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1338, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-4,
.bootstrap-area .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1342, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-5,
.bootstrap-area .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1346, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-md-5,
.bootstrap-area .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 1352, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg {
    flex: 1 0 0%;
  }
  /* line 1355, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1359, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1363, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1367, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1371, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1375, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1379, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1383, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1387, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1391, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1395, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1399, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1403, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1407, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1411, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1415, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1419, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1423, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1427, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1431, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1435, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1438, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 1441, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 1444, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1447, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 1450, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 1453, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1456, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 1459, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 1462, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1465, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 1468, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 1471, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-0,
.bootstrap-area .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 1475, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-0,
.bootstrap-area .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 1479, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-1,
.bootstrap-area .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1483, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-1,
.bootstrap-area .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1487, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-2,
.bootstrap-area .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1491, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-2,
.bootstrap-area .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1495, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-3,
.bootstrap-area .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1499, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-3,
.bootstrap-area .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1503, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-4,
.bootstrap-area .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1507, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-4,
.bootstrap-area .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1511, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-5,
.bootstrap-area .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1515, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-lg-5,
.bootstrap-area .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 1521, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl {
    flex: 1 0 0%;
  }
  /* line 1524, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1528, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1532, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1536, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1540, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1544, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1548, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1552, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1556, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1560, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1564, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1568, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1572, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1576, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1580, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1584, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1588, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1592, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1596, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1600, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1604, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1607, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1610, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1613, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1616, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1619, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1622, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1625, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1628, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1631, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1634, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1637, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1640, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-0,
.bootstrap-area .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1644, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-0,
.bootstrap-area .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1648, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-1,
.bootstrap-area .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1652, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-1,
.bootstrap-area .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1656, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-2,
.bootstrap-area .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1660, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-2,
.bootstrap-area .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1664, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-3,
.bootstrap-area .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1668, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-3,
.bootstrap-area .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1672, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-4,
.bootstrap-area .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1676, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-4,
.bootstrap-area .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1680, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-5,
.bootstrap-area .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1684, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xl-5,
.bootstrap-area .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 1690, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1693, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1697, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1701, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1705, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1709, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1713, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1717, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1721, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1725, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1729, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1733, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1737, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1741, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1745, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1749, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1753, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1757, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1761, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1765, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1769, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1773, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1776, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1779, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1782, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1785, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1788, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1791, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1794, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1797, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1800, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1803, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1806, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1809, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-0,
.bootstrap-area .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1813, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-0,
.bootstrap-area .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1817, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-1,
.bootstrap-area .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1821, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-1,
.bootstrap-area .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1825, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-2,
.bootstrap-area .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1829, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-2,
.bootstrap-area .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1833, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-3,
.bootstrap-area .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1837, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-3,
.bootstrap-area .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1841, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-4,
.bootstrap-area .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1845, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-4,
.bootstrap-area .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1849, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-5,
.bootstrap-area .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1853, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .g-xxl-5,
.bootstrap-area .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 1858, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 1878, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 1885, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table > tbody {
  vertical-align: inherit;
}

/* line 1888, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table > thead {
  vertical-align: bottom;
}

/* line 1892, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 1896, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .caption-top {
  caption-side: top;
}

/* line 1900, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 1904, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 1907, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 1911, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 1914, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 1918, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 1923, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 1928, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 1933, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 1938, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1952, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1966, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1980, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1994, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 2008, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 2022, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 2036, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 2050, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 2056, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 2062, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 2068, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 2074, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 2080, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 2085, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-label {
  margin-bottom: 0.5rem;
}

/* line 2089, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2097, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 2103, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 2109, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 2115, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .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);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2133, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-control {
    transition: none;
  }
}

/* line 2137, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control[type=file] {
  overflow: hidden;
}

/* line 2140, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2143, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2150, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 2155, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 2159, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 2163, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 2167, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 2171, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 2187, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2203, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  /* line 2207, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-control::file-selector-button {
    transition: none;
  }
}

/* line 2211, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

/* line 2214, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 2218, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 2229, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-plaintext:focus {
  outline: 0;
}

/* line 2232, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-plaintext.form-control-sm, .bootstrap-area .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2237, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2243, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 2249, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 2256, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 2262, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 2268, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 2275, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 2278, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2281, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 2285, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 2290, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2293, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 2297, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 2301, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2304, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 2308, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2330, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-select {
    transition: none;
  }
}

/* line 2334, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2339, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select[multiple], .bootstrap-area .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 2343, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 2346, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 2351, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2359, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

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

/* line 2371, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 2377, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 2382, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 2387, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 2393, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

/* line 2413, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 2416, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 2419, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input:active {
  filter: brightness(90%);
}

/* line 2422, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2427, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 2431, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[type=checkbox]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 2434, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[type=radio]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2437, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 2442, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 2447, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-input[disabled] ~ .form-check-label, .bootstrap-area .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 2452, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch {
  padding-left: 2.5em;
}

/* line 2455, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2465, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-switch .form-check-input {
    transition: none;
  }
}

/* line 2469, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 2472, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2476, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 2480, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 2485, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 2490, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2495, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check[disabled] + .btn, .bootstrap-area .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

/* line 2505, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/* line 2514, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:focus {
  outline: 0;
}

/* line 2517, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2520, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2523, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-moz-focus-outer {
  border: 0;
}

/* line 2526, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2539, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2544, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 2547, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2556, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2568, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 2573, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 2576, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2585, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:disabled {
  pointer-events: none;
}

/* line 2588, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 2591, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 2595, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating {
  position: relative;
}

/* line 2598, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control,
.bootstrap-area .form-floating > .form-control-plaintext,
.bootstrap-area .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 2605, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2622, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .form-floating > label {
    transition: none;
  }
}

/* line 2626, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control,
.bootstrap-area .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 2630, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control::-moz-placeholder, .bootstrap-area .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

/* line 2633, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control::placeholder,
.bootstrap-area .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 2637, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:not(:-moz-placeholder-shown), .bootstrap-area .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2641, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:focus, .bootstrap-area .form-floating > .form-control:not(:placeholder-shown),
.bootstrap-area .form-floating > .form-control-plaintext:focus,
.bootstrap-area .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2647, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:-webkit-autofill,
.bootstrap-area .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2652, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2656, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2660, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:focus ~ label,
.bootstrap-area .form-floating > .form-control:not(:placeholder-shown) ~ label,
.bootstrap-area .form-floating > .form-control-plaintext ~ label,
.bootstrap-area .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2667, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 2676, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:focus ~ label::after,
.bootstrap-area .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.bootstrap-area .form-floating > .form-control-plaintext ~ label::after,
.bootstrap-area .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 2688, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2692, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 2695, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > :disabled ~ label,
.bootstrap-area .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 2699, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-floating > :disabled ~ label::after,
.bootstrap-area .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 2704, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 2711, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group > .form-control,
.bootstrap-area .input-group > .form-select,
.bootstrap-area .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 2719, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group > .form-control:focus,
.bootstrap-area .input-group > .form-select:focus,
.bootstrap-area .input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 2724, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 2728, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group .btn:focus {
  z-index: 5;
}

/* line 2732, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 2747, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group-lg > .form-control,
.bootstrap-area .input-group-lg > .form-select,
.bootstrap-area .input-group-lg > .input-group-text,
.bootstrap-area .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 2756, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group-sm > .form-control,
.bootstrap-area .input-group-sm > .form-select,
.bootstrap-area .input-group-sm > .input-group-text,
.bootstrap-area .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2765, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group-lg > .form-select,
.bootstrap-area .input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 2770, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.bootstrap-area .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.bootstrap-area .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.bootstrap-area .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2777, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.bootstrap-area .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.bootstrap-area .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.bootstrap-area .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2784, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2789, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .input-group > .form-floating:not(:first-child) > .form-control,
.bootstrap-area .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2795, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 2803, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 2817, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated :valid ~ .valid-feedback,
.bootstrap-area .was-validated :valid ~ .valid-tooltip,
.bootstrap-area .is-valid ~ .valid-feedback,
.bootstrap-area .is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2824, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-control:valid, .bootstrap-area .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2832, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-control:valid:focus, .bootstrap-area .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2837, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated textarea.form-control:valid, .bootstrap-area textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2842, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-select:valid, .bootstrap-area .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 2845, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-select:valid:not([multiple]):not([size]), .bootstrap-area .was-validated .form-select[size="1"]:valid:not([multiple]), .bootstrap-area .form-select.is-valid:not([multiple]):not([size]), .bootstrap-area .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2851, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-select:valid:focus, .bootstrap-area .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2856, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-control-color:valid, .bootstrap-area .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 2860, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:valid, .bootstrap-area .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 2863, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:valid:checked, .bootstrap-area .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 2866, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:valid:focus, .bootstrap-area .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2869, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:valid ~ .form-check-label, .bootstrap-area .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 2873, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 2877, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .input-group > .form-control:not(:focus):valid, .bootstrap-area .input-group > .form-control.is-valid:not(:focus),
.bootstrap-area .was-validated .input-group > .form-select:not(:focus):valid,
.bootstrap-area .input-group > .form-select.is-valid:not(:focus),
.bootstrap-area .was-validated .input-group > .form-floating:not(:focus-within):valid,
.bootstrap-area .input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 2885, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

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

/* line 2907, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated :invalid ~ .invalid-feedback,
.bootstrap-area .was-validated :invalid ~ .invalid-tooltip,
.bootstrap-area .is-invalid ~ .invalid-feedback,
.bootstrap-area .is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 2922, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-control:invalid:focus, .bootstrap-area .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2927, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated textarea.form-control:invalid, .bootstrap-area textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2932, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-select:invalid, .bootstrap-area .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

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

/* line 2941, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-select:invalid:focus, .bootstrap-area .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2946, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-control-color:invalid, .bootstrap-area .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 2950, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:invalid, .bootstrap-area .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 2953, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:invalid:checked, .bootstrap-area .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 2956, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:invalid:focus, .bootstrap-area .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2959, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .form-check-input:invalid ~ .form-check-label, .bootstrap-area .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 2963, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 2967, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .was-validated .input-group > .form-control:not(:focus):invalid, .bootstrap-area .input-group > .form-control.is-invalid:not(:focus),
.bootstrap-area .was-validated .input-group > .form-select:not(:focus):invalid,
.bootstrap-area .input-group > .form-select.is-invalid:not(:focus),
.bootstrap-area .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.bootstrap-area .input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 2975, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3011, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .btn {
    transition: none;
  }
}

/* line 3015, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 3020, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 3025, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 3032, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 3037, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check:checked + .btn, .bootstrap-area :not(.btn-check) + .btn:active, .bootstrap-area .btn:first-child:active, .bootstrap-area .btn.active, .bootstrap-area .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 3042, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check:checked + .btn:focus-visible, .bootstrap-area :not(.btn-check) + .btn:active:focus-visible, .bootstrap-area .btn:first-child:active:focus-visible, .bootstrap-area .btn.active:focus-visible, .bootstrap-area .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 3045, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 3048, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn:disabled, .bootstrap-area .btn.disabled, .bootstrap-area fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 3056, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 3073, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 3090, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 3107, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 3124, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 3141, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 3158, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 3175, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 3192, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 3209, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 3226, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 3243, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 3260, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 3277, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 3294, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 3311, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 3328, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 3343, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 3346, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 3350, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-lg, .bootstrap-area .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 3357, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-sm, .bootstrap-area .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 3364, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3368, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .fade {
    transition: none;
  }
}

/* line 3372, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fade:not(.show) {
  opacity: 0;
}

/* line 3376, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .collapse:not(.show) {
  display: none;
}

/* line 3380, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3386, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .collapsing {
    transition: none;
  }
}

/* line 3390, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3396, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 3401, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropup,
.bootstrap-area .dropend,
.bootstrap-area .dropdown,
.bootstrap-area .dropstart,
.bootstrap-area .dropup-center,
.bootstrap-area .dropdown-center {
  position: relative;
}

/* line 3410, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-toggle {
  white-space: nowrap;
}

/* line 3413, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3423, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3427, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 3469, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 3475, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu-start {
  --bs-position: start;
}

/* line 3478, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 3483, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu-end {
  --bs-position: end;
}

/* line 3486, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3492, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 3495, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3499, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 3502, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3508, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 3511, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3515, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 3518, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3524, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 3527, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3531, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 3534, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3540, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 3543, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3547, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 3550, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 3556, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 3559, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3563, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 3566, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 3571, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 3577, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3587, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3591, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 3598, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3608, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3611, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3615, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 3622, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3628, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle::after {
  display: none;
}

/* line 3631, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3640, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3643, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3647, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 3655, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 3669, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-item:hover, .bootstrap-area .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 3673, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-item.active, .bootstrap-area .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 3678, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-item.disabled, .bootstrap-area .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 3684, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu.show {
  display: block;
}

/* line 3688, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 3697, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 3703, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 3718, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group,
.bootstrap-area .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3724, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group > .btn,
.bootstrap-area .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3729, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group > .btn-check:checked + .btn,
.bootstrap-area .btn-group > .btn-check:focus + .btn,
.bootstrap-area .btn-group > .btn:hover,
.bootstrap-area .btn-group > .btn:focus,
.bootstrap-area .btn-group > .btn:active,
.bootstrap-area .btn-group > .btn.active,
.bootstrap-area .btn-group-vertical > .btn-check:checked + .btn,
.bootstrap-area .btn-group-vertical > .btn-check:focus + .btn,
.bootstrap-area .btn-group-vertical > .btn:hover,
.bootstrap-area .btn-group-vertical > .btn:focus,
.bootstrap-area .btn-group-vertical > .btn:active,
.bootstrap-area .btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3744, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3749, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-toolbar .input-group {
  width: auto;
}

/* line 3753, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 3756, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group > :not(.btn-check:first-child) + .btn,
.bootstrap-area .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 3760, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-area .btn-group > .btn.dropdown-toggle-split:first-child,
.bootstrap-area .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3766, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group > .btn:nth-child(n+3),
.bootstrap-area .btn-group > :not(.btn-check) + .btn,
.bootstrap-area .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3773, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3777, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropdown-toggle-split::after, .bootstrap-area .dropup .dropdown-toggle-split::after, .bootstrap-area .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3780, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3784, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-sm + .dropdown-toggle-split, .bootstrap-area .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3789, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-lg + .dropdown-toggle-split, .bootstrap-area .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3794, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3799, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group-vertical > .btn,
.bootstrap-area .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3803, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group-vertical > .btn:not(:first-child),
.bootstrap-area .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 3807, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-area .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3812, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-group-vertical > .btn ~ .btn,
.bootstrap-area .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3818, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3832, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3844, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .nav-link {
    transition: none;
  }
}

/* line 3848, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-link:hover, .bootstrap-area .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 3851, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 3855, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-link.disabled, .bootstrap-area .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 3861, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 3871, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 3877, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-tabs .nav-link:hover, .bootstrap-area .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 3881, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-tabs .nav-link.active,
.bootstrap-area .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 3887, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3893, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 3898, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 3901, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-pills .nav-link.active,
.bootstrap-area .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 3907, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 3913, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 3918, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-underline .nav-link:hover, .bootstrap-area .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 3921, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-underline .nav-link.active,
.bootstrap-area .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 3928, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-fill > .nav-link,
.bootstrap-area .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3934, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-justified > .nav-link,
.bootstrap-area .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3941, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .nav-fill .nav-item .nav-link,
.bootstrap-area .nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 3946, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tab-content > .tab-pane {
  display: none;
}

/* line 3949, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tab-content > .active {
  display: block;
}

/* line 3953, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 3981, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar > .container,
.bootstrap-area .navbar > .container-fluid,
.bootstrap-area .navbar > .container-sm,
.bootstrap-area .navbar > .container-md,
.bootstrap-area .navbar > .container-lg,
.bootstrap-area .navbar > .container-xl,
.bootstrap-area .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 3993, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 4002, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-brand:hover, .bootstrap-area .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 4006, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4019, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-nav .nav-link.active, .bootstrap-area .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 4022, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-nav .dropdown-menu {
  position: static;
}

/* line 4026, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 4031, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-text a,
.bootstrap-area .navbar-text a:hover,
.bootstrap-area .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 4037, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4043, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4054, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-toggler {
    transition: none;
  }
}

/* line 4058, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-toggler:hover {
  text-decoration: none;
}

/* line 4061, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 4067, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 4078, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 4084, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4088, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4091, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4094, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 4098, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4101, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4105, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 4108, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 4120, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 4123, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 4131, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4135, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4138, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4141, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 4145, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4148, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4152, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 4155, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 4167, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 4170, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 4178, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4182, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4185, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4188, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 4192, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4195, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4199, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 4202, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 4214, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 4217, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 4225, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4229, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4232, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4235, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 4239, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4242, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4246, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 4249, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 4261, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 4264, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 4272, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4276, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 4279, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4282, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 4286, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4289, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4293, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 4296, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 4308, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 4311, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 4318, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 4322, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4325, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4328, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 4332, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 4335, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4339, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .navbar-toggler {
  display: none;
}

/* line 4342, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 4354, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 4357, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 4364, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .navbar-dark,
.bootstrap-area .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4376, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4380, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 4412, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4416, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4420, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 4425, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 4430, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card > .card-header + .list-group,
.bootstrap-area .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4435, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 4441, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 4446, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 4452, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-text:last-child {
  margin-bottom: 0;
}

/* line 4456, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 4460, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 4467, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 4471, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 4477, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 4481, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 4487, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 4492, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

/* line 4497, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 4507, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-img,
.bootstrap-area .card-img-top,
.bootstrap-area .card-img-bottom {
  width: 100%;
}

/* line 4513, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-img,
.bootstrap-area .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 4519, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-img,
.bootstrap-area .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 4525, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 4529, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4533, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4537, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4541, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4545, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:last-child) .card-img-top,
.bootstrap-area .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4549, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap-area .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4553, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4557, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:first-child) .card-img-top,
.bootstrap-area .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4561, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap-area .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4567, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 4591, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4607, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .accordion-button {
    transition: none;
  }
}

/* line 4611, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 4616, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 4620, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4632, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .accordion-button::after {
    transition: none;
  }
}

/* line 4636, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button:hover {
  z-index: 2;
}

/* line 4639, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 4645, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-header {
  margin-bottom: 0;
}

/* line 4649, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 4654, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 4658, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4662, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 4665, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 4669, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4673, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 4678, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 4682, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4687, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 4690, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 4693, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-flush > .accordion-item > .accordion-header .accordion-button, .bootstrap-area .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 4696, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 4700, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 4705, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 4724, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 4727, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 4733, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

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

/* line 4763, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4775, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .page-link {
    transition: none;
  }
}

/* line 4779, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 4785, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 4792, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-link.active, .bootstrap-area .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 4798, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-link.disabled, .bootstrap-area .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 4805, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 4808, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 4812, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 4817, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 4824, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 4831, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 4849, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .badge:empty {
  display: none;
}

/* line 4853, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn .badge {
  position: relative;
  top: -1px;
}

/* line 4858, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 4877, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-heading {
  color: inherit;
}

/* line 4881, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 4886, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-dismissible {
  padding-right: 3rem;
}

/* line 4889, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 4897, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 4904, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 4911, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 4918, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 4925, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 4932, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 4939, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 4946, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 4958, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress,
.bootstrap-area .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 4976, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4988, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .progress-bar {
    transition: none;
  }
}

/* line 4993, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 4998, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress-stacked > .progress {
  overflow: visible;
}

/* line 5002, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 5006, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5010, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .progress-bar-animated {
    animation: none;
  }
}

/* line 5015, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 5040, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 5044, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 5049, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 5054, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-action:hover, .bootstrap-area .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 5060, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 5065, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 5074, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 5078, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 5082, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item.disabled, .bootstrap-area .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 5087, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 5093, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5096, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 5101, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal {
  flex-direction: row;
}

/* line 5104, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 5108, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 5112, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5115, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 5119, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 5125, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5128, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 5132, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 5136, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5139, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 5143, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 5149, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5152, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 5156, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 5160, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5163, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 5167, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 5173, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5176, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 5180, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 5184, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5187, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 5191, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 5197, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5200, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 5204, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 5208, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5211, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 5215, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 5221, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 5224, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 5228, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 5232, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5235, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 5239, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 5244, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-flush {
  border-radius: 0;
}

/* line 5247, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 5250, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5254, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 5267, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 5280, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 5293, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 5306, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 5319, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 5332, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 5345, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 5358, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 5377, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 5382, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 5387, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-close:disabled, .bootstrap-area .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 5395, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 5399, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 5403, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 5430, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast.showing {
  opacity: 0;
}

/* line 5433, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast:not(.show) {
  display: none;
}

/* line 5437, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 5447, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 5451, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 5462, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 5467, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 5472, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 5506, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 5512, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5517, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5521, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal.show .modal-dialog {
  transform: none;
}

/* line 5524, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5528, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 5531, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 5535, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5539, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 5545, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 5559, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 5571, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-backdrop.fade {
  opacity: 0;
}

/* line 5574, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 5578, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 5587, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 5592, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 5597, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 5603, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 5615, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  /* line 5620, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 5624, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 5629, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5634, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-lg,
.bootstrap-area .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5640, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 5644, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 5650, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 5655, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-fullscreen .modal-header,
.bootstrap-area .modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 5659, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 5664, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5670, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5675, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-sm-down .modal-header,
.bootstrap-area .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 5679, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 5684, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5690, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5695, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-md-down .modal-header,
.bootstrap-area .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 5699, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 5704, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5710, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5715, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-lg-down .modal-header,
.bootstrap-area .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 5719, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 5724, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5730, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5735, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xl-down .modal-header,
.bootstrap-area .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 5739, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 5744, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5750, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5755, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xxl-down .modal-header,
.bootstrap-area .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 5759, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 5763, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 5797, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 5800, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 5805, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5812, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-top .tooltip-arrow, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 5815, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-top .tooltip-arrow::before, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* line 5822, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-end .tooltip-arrow, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5827, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-end .tooltip-arrow::before, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* line 5834, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-bottom .tooltip-arrow, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 5837, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-bottom .tooltip-arrow::before, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* line 5844, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-start .tooltip-arrow, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5849, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-tooltip-start .tooltip-arrow::before, .bootstrap-area .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* line 5856, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

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

/* line 5910, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 5915, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .popover .popover-arrow::before, .bootstrap-area .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 5924, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-top > .popover-arrow, .bootstrap-area .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5927, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-top > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bootstrap-area .bs-popover-top > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

/* line 5930, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-top > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 5934, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-top > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* line 5940, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-end > .popover-arrow, .bootstrap-area .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5945, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-end > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bootstrap-area .bs-popover-end > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

/* line 5948, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-end > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 5952, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-end > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* line 5958, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-bottom > .popover-arrow, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5961, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-bottom > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bootstrap-area .bs-popover-bottom > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

/* line 5964, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-bottom > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 5968, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-bottom > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 5972, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-bottom .popover-header::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* line 5984, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-start > .popover-arrow, .bootstrap-area .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5989, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-start > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bootstrap-area .bs-popover-start > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

/* line 5992, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-start > .popover-arrow::before, .bootstrap-area .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 5996, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bs-popover-start > .popover-arrow::after, .bootstrap-area .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* line 6002, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 6012, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .popover-header:empty {
  display: none;
}

/* line 6016, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 6021, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel {
  position: relative;
}

/* line 6025, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6029, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6034, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6040, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6051, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .carousel-item {
    transition: none;
  }
}

/* line 6056, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-item.active,
.bootstrap-area .carousel-item-next,
.bootstrap-area .carousel-item-prev {
  display: block;
}

/* line 6062, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-item-next:not(.carousel-item-start),
.bootstrap-area .active.carousel-item-end {
  transform: translateX(100%);
}

/* line 6067, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-item-prev:not(.carousel-item-end),
.bootstrap-area .active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 6072, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6077, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-fade .carousel-item.active,
.bootstrap-area .carousel-fade .carousel-item-next.carousel-item-start,
.bootstrap-area .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 6083, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-fade .active.carousel-item-start,
.bootstrap-area .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6090, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .carousel-fade .active.carousel-item-start,
.bootstrap-area .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 6096, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-prev,
.bootstrap-area .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6115, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .carousel-control-prev,
.bootstrap-area .carousel-control-next {
    transition: none;
  }
}

/* line 6120, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-prev:hover, .bootstrap-area .carousel-control-prev:focus,
.bootstrap-area .carousel-control-next:hover,
.bootstrap-area .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 6129, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-prev {
  left: 0;
}

/* line 6133, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-next {
  right: 0;
}

/* line 6137, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-prev-icon,
.bootstrap-area .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 6147, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 6151, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 6155, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 6168, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6187, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 6191, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-indicators .active {
  opacity: 1;
}

/* line 6195, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 6206, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-dark .carousel-control-prev-icon,
.bootstrap-area .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 6210, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 6213, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .carousel-dark .carousel-caption {
  color: #000;
}

/* line 6217, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
.bootstrap-area [data-bs-theme=dark] .carousel .carousel-control-next-icon, .bootstrap-area .carousel[data-bs-theme=dark] .carousel-control-prev-icon,
.bootstrap-area .carousel[data-bs-theme=dark] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 6222, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .bootstrap-area .carousel[data-bs-theme=dark] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 6225, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area [data-bs-theme=dark] .carousel .carousel-caption, .bootstrap-area .carousel[data-bs-theme=dark] .carousel-caption {
  color: #000;
}

/* line 6229, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .spinner-grow,
.bootstrap-area .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6244, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 6255, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 6270, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 6280, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6286, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .spinner-border,
.bootstrap-area .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 6291, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas, .bootstrap-area .offcanvas-xxl, .bootstrap-area .offcanvas-xl, .bootstrap-area .offcanvas-lg, .bootstrap-area .offcanvas-md, .bootstrap-area .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 6307, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 6323, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 6328, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6335, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6342, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6351, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6359, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.showing, .bootstrap-area .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 6362, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm.showing, .bootstrap-area .offcanvas-sm.hiding, .bootstrap-area .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 6367, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6372, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 6375, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 6385, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 6401, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 6406, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6413, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6420, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6429, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6437, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.showing, .bootstrap-area .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 6440, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md.showing, .bootstrap-area .offcanvas-md.hiding, .bootstrap-area .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 6445, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6450, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 6453, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 6463, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 6479, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6484, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6491, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6498, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6507, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6515, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.showing, .bootstrap-area .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 6518, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg.showing, .bootstrap-area .offcanvas-lg.hiding, .bootstrap-area .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 6523, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6528, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 6531, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 6541, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 6557, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 6562, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6569, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6576, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6585, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6593, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.showing, .bootstrap-area .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 6596, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl.showing, .bootstrap-area .offcanvas-xl.hiding, .bootstrap-area .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 6601, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6606, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 6609, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 6619, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 6635, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 6640, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6647, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6654, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6663, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6671, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.showing, .bootstrap-area .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 6674, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl.showing, .bootstrap-area .offcanvas-xxl.hiding, .bootstrap-area .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 6679, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6684, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 6687, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 6696, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6711, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .offcanvas {
    transition: none;
  }
}

/* line 6715, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 6722, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 6729, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 6738, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 6746, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.showing, .bootstrap-area .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 6749, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas.showing, .bootstrap-area .offcanvas.hiding, .bootstrap-area .offcanvas.show {
  visibility: visible;
}

/* line 6753, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6762, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 6765, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 6769, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 6774, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

/* line 6779, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 6784, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 6790, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 6798, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 6803, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder-xs {
  min-height: 0.6em;
}

/* line 6807, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder-sm {
  min-height: 0.8em;
}

/* line 6811, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder-lg {
  min-height: 1.2em;
}

/* line 6815, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 6824, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

/* line 6838, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6844, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6849, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6854, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6859, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6864, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6869, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6874, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6879, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6884, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6889, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-primary:hover, .bootstrap-area .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6895, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6900, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-secondary:hover, .bootstrap-area .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6906, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6911, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-success:hover, .bootstrap-area .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6917, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6922, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-info:hover, .bootstrap-area .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6928, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6933, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-warning:hover, .bootstrap-area .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6939, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6944, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-danger:hover, .bootstrap-area .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6950, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6955, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-light:hover, .bootstrap-area .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6961, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6966, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-dark:hover, .bootstrap-area .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6972, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6977, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-body-emphasis:hover, .bootstrap-area .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 6983, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 6988, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 6998, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7006, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .icon-link > .bi {
    transition: none;
  }
}

/* line 7011, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .icon-link-hover:hover > .bi, .bootstrap-area .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 7015, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio {
  position: relative;
  width: 100%;
}

/* line 7019, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 7024, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7032, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 7036, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 7040, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 7044, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 7048, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7056, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 7064, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 7071, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 7079, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 7085, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 7093, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 7099, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 7107, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 7113, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 7121, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 7127, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 7135, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 7141, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 7148, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 7155, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 7162, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .visually-hidden,
.bootstrap-area .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 7173, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .visually-hidden:not(caption),
.bootstrap-area .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 7178, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 7188, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7194, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 7203, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-baseline {
  vertical-align: baseline !important;
}

/* line 7207, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-top {
  vertical-align: top !important;
}

/* line 7211, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-middle {
  vertical-align: middle !important;
}

/* line 7215, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-bottom {
  vertical-align: bottom !important;
}

/* line 7219, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 7223, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-text-top {
  vertical-align: text-top !important;
}

/* line 7227, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .float-start {
  float: left !important;
}

/* line 7231, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .float-end {
  float: right !important;
}

/* line 7235, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .float-none {
  float: none !important;
}

/* line 7239, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 7244, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 7249, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 7254, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 7259, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 7264, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .opacity-0 {
  opacity: 0 !important;
}

/* line 7268, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .opacity-25 {
  opacity: 0.25 !important;
}

/* line 7272, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .opacity-50 {
  opacity: 0.5 !important;
}

/* line 7276, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .opacity-75 {
  opacity: 0.75 !important;
}

/* line 7280, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .opacity-100 {
  opacity: 1 !important;
}

/* line 7284, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-auto {
  overflow: auto !important;
}

/* line 7288, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-hidden {
  overflow: hidden !important;
}

/* line 7292, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-visible {
  overflow: visible !important;
}

/* line 7296, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-scroll {
  overflow: scroll !important;
}

/* line 7300, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-x-auto {
  overflow-x: auto !important;
}

/* line 7304, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 7308, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-x-visible {
  overflow-x: visible !important;
}

/* line 7312, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 7316, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-y-auto {
  overflow-y: auto !important;
}

/* line 7320, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 7324, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-y-visible {
  overflow-y: visible !important;
}

/* line 7328, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 7332, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-inline {
  display: inline !important;
}

/* line 7336, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-inline-block {
  display: inline-block !important;
}

/* line 7340, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-block {
  display: block !important;
}

/* line 7344, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-grid {
  display: grid !important;
}

/* line 7348, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-inline-grid {
  display: inline-grid !important;
}

/* line 7352, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-table {
  display: table !important;
}

/* line 7356, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-table-row {
  display: table-row !important;
}

/* line 7360, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-table-cell {
  display: table-cell !important;
}

/* line 7364, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-flex {
  display: flex !important;
}

/* line 7368, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-inline-flex {
  display: inline-flex !important;
}

/* line 7372, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .d-none {
  display: none !important;
}

/* line 7376, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 7380, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 7384, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 7388, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .shadow-none {
  box-shadow: none !important;
}

/* line 7392, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 7396, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 7400, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 7404, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 7408, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 7412, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 7416, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 7420, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 7424, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .position-static {
  position: static !important;
}

/* line 7428, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .position-relative {
  position: relative !important;
}

/* line 7432, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .position-absolute {
  position: absolute !important;
}

/* line 7436, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .position-fixed {
  position: fixed !important;
}

/* line 7440, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7445, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .top-0 {
  top: 0 !important;
}

/* line 7449, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .top-50 {
  top: 50% !important;
}

/* line 7453, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .top-100 {
  top: 100% !important;
}

/* line 7457, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bottom-0 {
  bottom: 0 !important;
}

/* line 7461, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bottom-50 {
  bottom: 50% !important;
}

/* line 7465, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bottom-100 {
  bottom: 100% !important;
}

/* line 7469, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .start-0 {
  left: 0 !important;
}

/* line 7473, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .start-50 {
  left: 50% !important;
}

/* line 7477, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .start-100 {
  left: 100% !important;
}

/* line 7481, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .end-0 {
  right: 0 !important;
}

/* line 7485, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .end-50 {
  right: 50% !important;
}

/* line 7489, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .end-100 {
  right: 100% !important;
}

/* line 7493, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 7497, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 7501, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 7505, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 7509, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-0 {
  border: 0 !important;
}

/* line 7513, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 7517, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-top-0 {
  border-top: 0 !important;
}

/* line 7521, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 7525, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-end-0 {
  border-right: 0 !important;
}

/* line 7529, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 7533, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 7537, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 7541, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-start-0 {
  border-left: 0 !important;
}

/* line 7545, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 7550, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 7555, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 7560, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 7565, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 7570, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 7575, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 7580, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 7585, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 7590, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 7595, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 7599, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 7603, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 7607, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 7611, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 7615, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 7619, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 7623, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 7627, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-1 {
  border-width: 1px !important;
}

/* line 7631, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-2 {
  border-width: 2px !important;
}

/* line 7635, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-3 {
  border-width: 3px !important;
}

/* line 7639, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-4 {
  border-width: 4px !important;
}

/* line 7643, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-5 {
  border-width: 5px !important;
}

/* line 7647, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 7651, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 7655, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 7659, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 7663, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 7667, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .w-25 {
  width: 25% !important;
}

/* line 7671, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .w-50 {
  width: 50% !important;
}

/* line 7675, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .w-75 {
  width: 75% !important;
}

/* line 7679, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .w-100 {
  width: 100% !important;
}

/* line 7683, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .w-auto {
  width: auto !important;
}

/* line 7687, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mw-100 {
  max-width: 100% !important;
}

/* line 7691, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .vw-100 {
  width: 100vw !important;
}

/* line 7695, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .min-vw-100 {
  min-width: 100vw !important;
}

/* line 7699, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .h-25 {
  height: 25% !important;
}

/* line 7703, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .h-50 {
  height: 50% !important;
}

/* line 7707, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .h-75 {
  height: 75% !important;
}

/* line 7711, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .h-100 {
  height: 100% !important;
}

/* line 7715, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .h-auto {
  height: auto !important;
}

/* line 7719, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mh-100 {
  max-height: 100% !important;
}

/* line 7723, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .vh-100 {
  height: 100vh !important;
}

/* line 7727, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .min-vh-100 {
  min-height: 100vh !important;
}

/* line 7731, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-fill {
  flex: 1 1 auto !important;
}

/* line 7735, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-row {
  flex-direction: row !important;
}

/* line 7739, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-column {
  flex-direction: column !important;
}

/* line 7743, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7747, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7751, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7755, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7759, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7763, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7767, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7771, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7775, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7779, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-start {
  justify-content: flex-start !important;
}

/* line 7783, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-end {
  justify-content: flex-end !important;
}

/* line 7787, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-center {
  justify-content: center !important;
}

/* line 7791, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-between {
  justify-content: space-between !important;
}

/* line 7795, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-around {
  justify-content: space-around !important;
}

/* line 7799, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 7803, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-items-start {
  align-items: flex-start !important;
}

/* line 7807, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-items-end {
  align-items: flex-end !important;
}

/* line 7811, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-items-center {
  align-items: center !important;
}

/* line 7815, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-items-baseline {
  align-items: baseline !important;
}

/* line 7819, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-items-stretch {
  align-items: stretch !important;
}

/* line 7823, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-start {
  align-content: flex-start !important;
}

/* line 7827, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-end {
  align-content: flex-end !important;
}

/* line 7831, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-center {
  align-content: center !important;
}

/* line 7835, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-between {
  align-content: space-between !important;
}

/* line 7839, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-around {
  align-content: space-around !important;
}

/* line 7843, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-content-stretch {
  align-content: stretch !important;
}

/* line 7847, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-auto {
  align-self: auto !important;
}

/* line 7851, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-start {
  align-self: flex-start !important;
}

/* line 7855, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-end {
  align-self: flex-end !important;
}

/* line 7859, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-center {
  align-self: center !important;
}

/* line 7863, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-baseline {
  align-self: baseline !important;
}

/* line 7867, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .align-self-stretch {
  align-self: stretch !important;
}

/* line 7871, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-first {
  order: -1 !important;
}

/* line 7875, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-0 {
  order: 0 !important;
}

/* line 7879, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-1 {
  order: 1 !important;
}

/* line 7883, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-2 {
  order: 2 !important;
}

/* line 7887, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-3 {
  order: 3 !important;
}

/* line 7891, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-4 {
  order: 4 !important;
}

/* line 7895, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-5 {
  order: 5 !important;
}

/* line 7899, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .order-last {
  order: 6 !important;
}

/* line 7903, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-0 {
  margin: 0 !important;
}

/* line 7907, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-1 {
  margin: 0.25rem !important;
}

/* line 7911, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-2 {
  margin: 0.5rem !important;
}

/* line 7915, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-3 {
  margin: 1rem !important;
}

/* line 7919, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-4 {
  margin: 1.5rem !important;
}

/* line 7923, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-5 {
  margin: 3rem !important;
}

/* line 7927, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .m-auto {
  margin: auto !important;
}

/* line 7931, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7936, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 7941, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 7946, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 7951, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 7956, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 7961, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7966, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7971, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 7976, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 7981, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 7986, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 7991, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 7996, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 8001, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-0 {
  margin-top: 0 !important;
}

/* line 8005, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-1 {
  margin-top: 0.25rem !important;
}

/* line 8009, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-2 {
  margin-top: 0.5rem !important;
}

/* line 8013, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-3 {
  margin-top: 1rem !important;
}

/* line 8017, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-4 {
  margin-top: 1.5rem !important;
}

/* line 8021, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-5 {
  margin-top: 3rem !important;
}

/* line 8025, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mt-auto {
  margin-top: auto !important;
}

/* line 8029, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-0 {
  margin-right: 0 !important;
}

/* line 8033, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-1 {
  margin-right: 0.25rem !important;
}

/* line 8037, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-2 {
  margin-right: 0.5rem !important;
}

/* line 8041, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-3 {
  margin-right: 1rem !important;
}

/* line 8045, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-4 {
  margin-right: 1.5rem !important;
}

/* line 8049, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-5 {
  margin-right: 3rem !important;
}

/* line 8053, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .me-auto {
  margin-right: auto !important;
}

/* line 8057, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-0 {
  margin-bottom: 0 !important;
}

/* line 8061, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8065, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8069, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-3 {
  margin-bottom: 1rem !important;
}

/* line 8073, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8077, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-5 {
  margin-bottom: 3rem !important;
}

/* line 8081, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .mb-auto {
  margin-bottom: auto !important;
}

/* line 8085, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-0 {
  margin-left: 0 !important;
}

/* line 8089, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-1 {
  margin-left: 0.25rem !important;
}

/* line 8093, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-2 {
  margin-left: 0.5rem !important;
}

/* line 8097, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-3 {
  margin-left: 1rem !important;
}

/* line 8101, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-4 {
  margin-left: 1.5rem !important;
}

/* line 8105, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-5 {
  margin-left: 3rem !important;
}

/* line 8109, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ms-auto {
  margin-left: auto !important;
}

/* line 8113, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-0 {
  padding: 0 !important;
}

/* line 8117, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-1 {
  padding: 0.25rem !important;
}

/* line 8121, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-2 {
  padding: 0.5rem !important;
}

/* line 8125, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-3 {
  padding: 1rem !important;
}

/* line 8129, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-4 {
  padding: 1.5rem !important;
}

/* line 8133, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .p-5 {
  padding: 3rem !important;
}

/* line 8137, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 8142, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 8147, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 8152, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 8157, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 8162, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 8167, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8172, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 8177, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 8182, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 8187, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 8192, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 8197, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-0 {
  padding-top: 0 !important;
}

/* line 8201, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-1 {
  padding-top: 0.25rem !important;
}

/* line 8205, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-2 {
  padding-top: 0.5rem !important;
}

/* line 8209, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-3 {
  padding-top: 1rem !important;
}

/* line 8213, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-4 {
  padding-top: 1.5rem !important;
}

/* line 8217, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pt-5 {
  padding-top: 3rem !important;
}

/* line 8221, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-0 {
  padding-right: 0 !important;
}

/* line 8225, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-1 {
  padding-right: 0.25rem !important;
}

/* line 8229, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-2 {
  padding-right: 0.5rem !important;
}

/* line 8233, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-3 {
  padding-right: 1rem !important;
}

/* line 8237, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-4 {
  padding-right: 1.5rem !important;
}

/* line 8241, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-5 {
  padding-right: 3rem !important;
}

/* line 8245, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-0 {
  padding-bottom: 0 !important;
}

/* line 8249, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8253, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8257, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-3 {
  padding-bottom: 1rem !important;
}

/* line 8261, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8265, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pb-5 {
  padding-bottom: 3rem !important;
}

/* line 8269, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-0 {
  padding-left: 0 !important;
}

/* line 8273, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-1 {
  padding-left: 0.25rem !important;
}

/* line 8277, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-2 {
  padding-left: 0.5rem !important;
}

/* line 8281, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-3 {
  padding-left: 1rem !important;
}

/* line 8285, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-4 {
  padding-left: 1.5rem !important;
}

/* line 8289, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .ps-5 {
  padding-left: 3rem !important;
}

/* line 8293, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-0 {
  gap: 0 !important;
}

/* line 8297, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-1 {
  gap: 0.25rem !important;
}

/* line 8301, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-2 {
  gap: 0.5rem !important;
}

/* line 8305, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-3 {
  gap: 1rem !important;
}

/* line 8309, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-4 {
  gap: 1.5rem !important;
}

/* line 8313, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .gap-5 {
  gap: 3rem !important;
}

/* line 8317, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-0 {
  row-gap: 0 !important;
}

/* line 8321, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 8325, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 8329, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-3 {
  row-gap: 1rem !important;
}

/* line 8333, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 8337, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .row-gap-5 {
  row-gap: 3rem !important;
}

/* line 8341, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

/* line 8346, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

/* line 8351, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

/* line 8356, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 8361, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

/* line 8366, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 8371, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 8375, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 8379, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 8383, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 8387, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 8391, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-5 {
  font-size: 1.25rem !important;
}

/* line 8395, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fs-6 {
  font-size: 1rem !important;
}

/* line 8399, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fst-italic {
  font-style: italic !important;
}

/* line 8403, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fst-normal {
  font-style: normal !important;
}

/* line 8407, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-lighter {
  font-weight: lighter !important;
}

/* line 8411, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-light {
  font-weight: 300 !important;
}

/* line 8415, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-normal {
  font-weight: 400 !important;
}

/* line 8419, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-medium {
  font-weight: 500 !important;
}

/* line 8423, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-semibold {
  font-weight: 600 !important;
}

/* line 8427, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-bold {
  font-weight: 700 !important;
}

/* line 8431, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .fw-bolder {
  font-weight: bolder !important;
}

/* line 8435, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .lh-1 {
  line-height: 1 !important;
}

/* line 8439, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .lh-sm {
  line-height: 1.25 !important;
}

/* line 8443, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .lh-base {
  line-height: 1.5 !important;
}

/* line 8447, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .lh-lg {
  line-height: 2 !important;
}

/* line 8451, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-start {
  text-align: left !important;
}

/* line 8455, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-end {
  text-align: right !important;
}

/* line 8459, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-center {
  text-align: center !important;
}

/* line 8463, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-decoration-none {
  text-decoration: none !important;
}

/* line 8467, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-decoration-underline {
  text-decoration: underline !important;
}

/* line 8471, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 8475, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-lowercase {
  text-transform: lowercase !important;
}

/* line 8479, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-uppercase {
  text-transform: uppercase !important;
}

/* line 8483, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-capitalize {
  text-transform: capitalize !important;
}

/* line 8487, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-wrap {
  white-space: normal !important;
}

/* line 8491, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-nowrap {
  white-space: nowrap !important;
}

/* line 8496, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 8502, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 8507, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 8512, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 8517, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 8522, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 8527, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 8532, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 8537, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 8542, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 8547, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 8552, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 8557, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 8562, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8567, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8572, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 8577, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 8582, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 8587, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 8592, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 8596, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 8600, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 8604, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 8608, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 8612, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 8616, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 8620, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 8624, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 8628, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 8632, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 8636, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 8640, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 8644, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 8648, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 8652, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 8656, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 8660, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 8664, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 8668, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 8672, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 8676, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 8680, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 8684, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 8688, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 8692, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 8696, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 8700, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 8704, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8710, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8716, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8722, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8728, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8734, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8740, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8746, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 8752, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8758, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 8762, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 8766, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 8770, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 8774, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 8778, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 8782, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 8786, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 8790, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 8794, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 8798, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 8802, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 8806, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8811, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8816, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8821, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8826, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8831, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8836, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8841, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8846, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8851, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8856, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8861, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 8866, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8871, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 8876, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 8880, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 8884, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 8888, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 8892, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 8896, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 8900, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 8904, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 8908, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 8912, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 8916, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 8920, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 8924, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 8928, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 8932, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 8938, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 8944, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 8950, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-none {
  pointer-events: none !important;
}

/* line 8954, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .pe-auto {
  pointer-events: auto !important;
}

/* line 8958, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 8962, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-0 {
  border-radius: 0 !important;
}

/* line 8966, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 8970, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 8974, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 8978, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 8982, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 8986, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-circle {
  border-radius: 50% !important;
}

/* line 8990, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 8994, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 8999, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 9004, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 9009, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 9014, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 9019, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 9024, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 9029, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 9034, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 9039, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 9044, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 9049, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 9054, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 9059, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 9064, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 9069, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 9074, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 9079, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 9084, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 9089, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 9094, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 9099, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 9104, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 9109, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 9114, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 9119, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 9124, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 9129, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 9134, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 9139, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 9144, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 9149, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 9154, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 9159, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 9164, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 9169, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 9174, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .visible {
  visibility: visible !important;
}

/* line 9178, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .invisible {
  visibility: hidden !important;
}

/* line 9182, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .z-n1 {
  z-index: -1 !important;
}

/* line 9186, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .z-0 {
  z-index: 0 !important;
}

/* line 9190, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .z-1 {
  z-index: 1 !important;
}

/* line 9194, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .z-2 {
  z-index: 2 !important;
}

/* line 9198, node_modules/bootstrap/dist/css/bootstrap.css */
.bootstrap-area .z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 9203, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-sm-start {
    float: left !important;
  }
  /* line 9206, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-sm-end {
    float: right !important;
  }
  /* line 9209, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-sm-none {
    float: none !important;
  }
  /* line 9212, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 9216, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 9220, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 9224, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 9228, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 9232, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-inline {
    display: inline !important;
  }
  /* line 9235, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 9238, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-block {
    display: block !important;
  }
  /* line 9241, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-grid {
    display: grid !important;
  }
  /* line 9244, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 9247, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-table {
    display: table !important;
  }
  /* line 9250, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-table-row {
    display: table-row !important;
  }
  /* line 9253, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 9256, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-flex {
    display: flex !important;
  }
  /* line 9259, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 9262, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-sm-none {
    display: none !important;
  }
  /* line 9265, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 9268, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 9271, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 9274, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9277, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9280, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9283, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9286, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9289, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9292, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9295, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9298, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9301, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 9304, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 9307, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 9310, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 9313, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 9316, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 9319, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 9322, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 9325, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-sm-center {
    align-items: center !important;
  }
  /* line 9328, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 9331, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 9334, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 9337, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 9340, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-center {
    align-content: center !important;
  }
  /* line 9343, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 9346, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 9349, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 9352, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 9355, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 9358, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 9361, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-center {
    align-self: center !important;
  }
  /* line 9364, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 9367, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 9370, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-first {
    order: -1 !important;
  }
  /* line 9373, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-0 {
    order: 0 !important;
  }
  /* line 9376, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-1 {
    order: 1 !important;
  }
  /* line 9379, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-2 {
    order: 2 !important;
  }
  /* line 9382, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-3 {
    order: 3 !important;
  }
  /* line 9385, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-4 {
    order: 4 !important;
  }
  /* line 9388, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-5 {
    order: 5 !important;
  }
  /* line 9391, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-sm-last {
    order: 6 !important;
  }
  /* line 9394, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-0 {
    margin: 0 !important;
  }
  /* line 9397, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 9400, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 9403, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 9406, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 9409, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 9412, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-sm-auto {
    margin: auto !important;
  }
  /* line 9415, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9419, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9423, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9427, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9431, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9435, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9439, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9443, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9447, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9451, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9455, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9459, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9463, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9467, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9471, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 9474, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9477, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9480, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 9483, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9486, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 9489, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 9492, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 9495, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9498, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9501, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 9504, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9507, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 9510, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 9513, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 9516, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9519, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9522, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9525, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9528, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9531, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 9534, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 9537, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9540, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9543, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 9546, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9549, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 9552, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 9555, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-0 {
    padding: 0 !important;
  }
  /* line 9558, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 9561, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 9564, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 9567, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 9570, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 9573, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 9577, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 9581, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 9585, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 9589, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 9593, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 9597, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9601, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9605, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9609, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9613, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9617, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 9621, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 9624, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9627, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9630, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 9633, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9636, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 9639, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 9642, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9645, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9648, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 9651, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9654, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 9657, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 9660, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9663, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9666, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9669, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9672, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9675, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 9678, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9681, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9684, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 9687, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9690, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 9693, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 9696, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 9699, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 9702, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 9705, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 9708, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 9711, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 9714, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 9717, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 9720, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 9723, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 9726, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 9729, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 9733, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 9737, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 9741, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 9745, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 9749, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 9753, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-sm-start {
    text-align: left !important;
  }
  /* line 9756, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-sm-end {
    text-align: right !important;
  }
  /* line 9759, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9764, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-md-start {
    float: left !important;
  }
  /* line 9767, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-md-end {
    float: right !important;
  }
  /* line 9770, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-md-none {
    float: none !important;
  }
  /* line 9773, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 9777, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 9781, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 9785, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 9789, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 9793, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-inline {
    display: inline !important;
  }
  /* line 9796, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 9799, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-block {
    display: block !important;
  }
  /* line 9802, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-grid {
    display: grid !important;
  }
  /* line 9805, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 9808, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-table {
    display: table !important;
  }
  /* line 9811, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-table-row {
    display: table-row !important;
  }
  /* line 9814, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 9817, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-flex {
    display: flex !important;
  }
  /* line 9820, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 9823, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-md-none {
    display: none !important;
  }
  /* line 9826, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 9829, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-row {
    flex-direction: row !important;
  }
  /* line 9832, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-column {
    flex-direction: column !important;
  }
  /* line 9835, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9838, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9841, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9844, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9847, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9850, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9853, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9856, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9859, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9862, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 9865, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 9868, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 9871, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 9874, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 9877, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 9880, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 9883, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 9886, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-md-center {
    align-items: center !important;
  }
  /* line 9889, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 9892, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 9895, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 9898, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 9901, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-center {
    align-content: center !important;
  }
  /* line 9904, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 9907, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 9910, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 9913, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 9916, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 9919, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 9922, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-center {
    align-self: center !important;
  }
  /* line 9925, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 9928, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 9931, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-first {
    order: -1 !important;
  }
  /* line 9934, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-0 {
    order: 0 !important;
  }
  /* line 9937, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-1 {
    order: 1 !important;
  }
  /* line 9940, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-2 {
    order: 2 !important;
  }
  /* line 9943, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-3 {
    order: 3 !important;
  }
  /* line 9946, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-4 {
    order: 4 !important;
  }
  /* line 9949, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-5 {
    order: 5 !important;
  }
  /* line 9952, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-md-last {
    order: 6 !important;
  }
  /* line 9955, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-0 {
    margin: 0 !important;
  }
  /* line 9958, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 9961, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 9964, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-3 {
    margin: 1rem !important;
  }
  /* line 9967, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9970, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9973, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-md-auto {
    margin: auto !important;
  }
  /* line 9976, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9980, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9984, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9988, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9992, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9996, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 10000, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 10004, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 10008, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 10012, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 10016, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 10020, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 10024, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 10028, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 10032, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 10035, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10038, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10041, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 10044, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10047, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 10050, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 10053, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 10056, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10059, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10062, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 10065, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10068, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 10071, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-md-auto {
    margin-right: auto !important;
  }
  /* line 10074, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 10077, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10080, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10083, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10086, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10089, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10092, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 10095, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 10098, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10101, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10104, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 10107, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10110, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 10113, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 10116, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-0 {
    padding: 0 !important;
  }
  /* line 10119, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 10122, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 10125, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-3 {
    padding: 1rem !important;
  }
  /* line 10128, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 10131, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-md-5 {
    padding: 3rem !important;
  }
  /* line 10134, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10138, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10142, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10146, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10150, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10154, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10158, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10162, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10166, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10170, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10174, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10178, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10182, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 10185, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10188, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10191, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 10194, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10197, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 10200, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 10203, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10206, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10209, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 10212, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10215, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 10218, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 10221, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10224, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10227, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10230, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10233, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10236, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 10239, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10242, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10245, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 10248, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10251, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 10254, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-0 {
    gap: 0 !important;
  }
  /* line 10257, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 10260, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 10263, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 10266, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 10269, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 10272, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 10275, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 10278, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 10281, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 10284, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 10287, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 10290, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 10294, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 10298, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 10302, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 10306, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 10310, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 10314, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-md-start {
    text-align: left !important;
  }
  /* line 10317, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-md-end {
    text-align: right !important;
  }
  /* line 10320, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10325, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-lg-start {
    float: left !important;
  }
  /* line 10328, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-lg-end {
    float: right !important;
  }
  /* line 10331, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-lg-none {
    float: none !important;
  }
  /* line 10334, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 10338, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 10342, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 10346, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 10350, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 10354, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-inline {
    display: inline !important;
  }
  /* line 10357, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 10360, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-block {
    display: block !important;
  }
  /* line 10363, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-grid {
    display: grid !important;
  }
  /* line 10366, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 10369, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-table {
    display: table !important;
  }
  /* line 10372, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-table-row {
    display: table-row !important;
  }
  /* line 10375, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 10378, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-flex {
    display: flex !important;
  }
  /* line 10381, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 10384, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-lg-none {
    display: none !important;
  }
  /* line 10387, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 10390, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 10393, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 10396, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10399, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10402, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10405, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10408, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10411, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10414, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10417, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10420, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10423, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 10426, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 10429, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 10432, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 10435, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 10438, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 10441, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 10444, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 10447, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-lg-center {
    align-items: center !important;
  }
  /* line 10450, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 10453, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 10456, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 10459, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 10462, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-center {
    align-content: center !important;
  }
  /* line 10465, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 10468, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 10471, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 10474, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 10477, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 10480, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 10483, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-center {
    align-self: center !important;
  }
  /* line 10486, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 10489, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 10492, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-first {
    order: -1 !important;
  }
  /* line 10495, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-0 {
    order: 0 !important;
  }
  /* line 10498, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-1 {
    order: 1 !important;
  }
  /* line 10501, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-2 {
    order: 2 !important;
  }
  /* line 10504, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-3 {
    order: 3 !important;
  }
  /* line 10507, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-4 {
    order: 4 !important;
  }
  /* line 10510, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-5 {
    order: 5 !important;
  }
  /* line 10513, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-lg-last {
    order: 6 !important;
  }
  /* line 10516, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-0 {
    margin: 0 !important;
  }
  /* line 10519, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 10522, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 10525, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 10528, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 10531, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 10534, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-lg-auto {
    margin: auto !important;
  }
  /* line 10537, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 10541, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 10545, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 10549, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 10553, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 10557, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 10561, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 10565, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 10569, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 10573, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 10577, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 10581, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 10585, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 10589, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 10593, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 10596, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10599, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10602, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 10605, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10608, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 10611, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 10614, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 10617, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10620, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10623, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 10626, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10629, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 10632, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 10635, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 10638, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10641, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10644, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10647, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10650, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10653, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 10656, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 10659, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10662, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10665, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 10668, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10671, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 10674, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 10677, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-0 {
    padding: 0 !important;
  }
  /* line 10680, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 10683, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 10686, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 10689, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 10692, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 10695, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10699, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10703, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10707, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10711, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10715, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10719, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10723, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10727, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10731, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10735, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10739, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10743, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 10746, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10749, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10752, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 10755, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10758, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 10761, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 10764, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10767, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10770, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 10773, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10776, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 10779, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 10782, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10785, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10788, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10791, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10794, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10797, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 10800, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10803, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10806, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 10809, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10812, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 10815, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 10818, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 10821, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 10824, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 10827, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 10830, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 10833, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 10836, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 10839, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 10842, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 10845, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 10848, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 10851, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 10855, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 10859, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 10863, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 10867, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 10871, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 10875, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-lg-start {
    text-align: left !important;
  }
  /* line 10878, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-lg-end {
    text-align: right !important;
  }
  /* line 10881, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10886, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xl-start {
    float: left !important;
  }
  /* line 10889, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xl-end {
    float: right !important;
  }
  /* line 10892, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xl-none {
    float: none !important;
  }
  /* line 10895, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 10899, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 10903, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 10907, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 10911, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 10915, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-inline {
    display: inline !important;
  }
  /* line 10918, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 10921, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-block {
    display: block !important;
  }
  /* line 10924, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-grid {
    display: grid !important;
  }
  /* line 10927, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 10930, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-table {
    display: table !important;
  }
  /* line 10933, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-table-row {
    display: table-row !important;
  }
  /* line 10936, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 10939, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-flex {
    display: flex !important;
  }
  /* line 10942, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 10945, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xl-none {
    display: none !important;
  }
  /* line 10948, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 10951, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 10954, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 10957, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10960, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10963, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10966, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10969, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10972, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10975, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10978, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10981, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10984, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 10987, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 10990, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 10993, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 10996, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 10999, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 11002, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 11005, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 11008, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xl-center {
    align-items: center !important;
  }
  /* line 11011, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 11014, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 11017, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 11020, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 11023, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-center {
    align-content: center !important;
  }
  /* line 11026, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 11029, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 11032, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 11035, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 11038, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 11041, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 11044, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-center {
    align-self: center !important;
  }
  /* line 11047, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 11050, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 11053, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-first {
    order: -1 !important;
  }
  /* line 11056, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-0 {
    order: 0 !important;
  }
  /* line 11059, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-1 {
    order: 1 !important;
  }
  /* line 11062, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-2 {
    order: 2 !important;
  }
  /* line 11065, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-3 {
    order: 3 !important;
  }
  /* line 11068, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-4 {
    order: 4 !important;
  }
  /* line 11071, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-5 {
    order: 5 !important;
  }
  /* line 11074, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xl-last {
    order: 6 !important;
  }
  /* line 11077, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-0 {
    margin: 0 !important;
  }
  /* line 11080, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 11083, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 11086, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 11089, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 11092, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 11095, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xl-auto {
    margin: auto !important;
  }
  /* line 11098, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11102, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 11106, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 11110, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11114, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11118, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11122, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11126, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11130, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 11134, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 11138, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11142, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11146, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11150, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11154, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 11157, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11160, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11163, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 11166, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11169, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 11172, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 11175, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 11178, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11181, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11184, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 11187, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11190, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 11193, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 11196, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11199, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11202, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11205, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11208, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11211, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 11214, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 11217, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11220, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11223, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11226, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11229, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11232, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11235, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 11238, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-0 {
    padding: 0 !important;
  }
  /* line 11241, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 11244, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 11247, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 11250, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 11253, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 11256, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 11260, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 11264, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 11268, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 11272, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 11276, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 11280, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 11284, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 11288, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 11292, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 11296, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 11300, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 11304, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 11307, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 11310, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 11313, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 11316, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11319, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 11322, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 11325, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 11328, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 11331, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 11334, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11337, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 11340, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 11343, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 11346, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 11349, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11352, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11355, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 11358, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11361, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11364, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11367, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11370, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11373, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 11376, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 11379, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 11382, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 11385, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 11388, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 11391, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 11394, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 11397, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 11400, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 11403, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 11406, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 11409, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 11412, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 11416, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 11420, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 11424, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 11428, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 11432, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 11436, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xl-start {
    text-align: left !important;
  }
  /* line 11439, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xl-end {
    text-align: right !important;
  }
  /* line 11442, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 11447, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xxl-start {
    float: left !important;
  }
  /* line 11450, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xxl-end {
    float: right !important;
  }
  /* line 11453, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .float-xxl-none {
    float: none !important;
  }
  /* line 11456, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 11460, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 11464, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 11468, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 11472, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 11476, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-inline {
    display: inline !important;
  }
  /* line 11479, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 11482, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-block {
    display: block !important;
  }
  /* line 11485, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-grid {
    display: grid !important;
  }
  /* line 11488, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 11491, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-table {
    display: table !important;
  }
  /* line 11494, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 11497, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 11500, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-flex {
    display: flex !important;
  }
  /* line 11503, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 11506, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-xxl-none {
    display: none !important;
  }
  /* line 11509, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11512, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 11515, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 11518, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11521, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11524, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11527, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11530, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11533, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11536, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11539, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11542, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11545, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 11548, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 11551, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 11554, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 11557, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 11560, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 11563, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 11566, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 11569, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 11572, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 11575, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 11578, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 11581, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 11584, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 11587, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 11590, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 11593, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 11596, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 11599, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 11602, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 11605, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 11608, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 11611, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 11614, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-first {
    order: -1 !important;
  }
  /* line 11617, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-0 {
    order: 0 !important;
  }
  /* line 11620, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-1 {
    order: 1 !important;
  }
  /* line 11623, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-2 {
    order: 2 !important;
  }
  /* line 11626, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-3 {
    order: 3 !important;
  }
  /* line 11629, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-4 {
    order: 4 !important;
  }
  /* line 11632, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-5 {
    order: 5 !important;
  }
  /* line 11635, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .order-xxl-last {
    order: 6 !important;
  }
  /* line 11638, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 11641, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 11644, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 11647, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 11650, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 11653, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 11656, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .m-xxl-auto {
    margin: auto !important;
  }
  /* line 11659, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11663, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 11667, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 11671, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11675, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11679, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11683, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11687, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11691, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 11695, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 11699, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11703, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11707, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11711, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11715, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 11718, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11721, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11724, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 11727, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11730, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 11733, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 11736, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 11739, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11742, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11745, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 11748, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11751, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 11754, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 11757, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11760, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11763, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11766, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11769, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11772, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 11775, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 11778, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11781, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11784, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11787, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11790, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11793, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11796, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 11799, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 11802, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 11805, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 11808, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 11811, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 11814, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 11817, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 11821, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 11825, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 11829, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 11833, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 11837, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 11841, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 11845, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 11849, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 11853, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 11857, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 11861, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 11865, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 11868, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 11871, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 11874, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 11877, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11880, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 11883, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 11886, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 11889, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 11892, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 11895, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11898, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 11901, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 11904, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 11907, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 11910, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11913, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11916, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 11919, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11922, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11925, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11928, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11931, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11934, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 11937, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 11940, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 11943, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 11946, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 11949, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 11952, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 11955, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 11958, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 11961, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 11964, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 11967, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 11970, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 11973, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 11977, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 11981, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 11985, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 11989, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 11993, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 11997, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xxl-start {
    text-align: left !important;
  }
  /* line 12000, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xxl-end {
    text-align: right !important;
  }
  /* line 12003, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 12008, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 12011, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .fs-2 {
    font-size: 2rem !important;
  }
  /* line 12014, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 12017, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 12022, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-inline {
    display: inline !important;
  }
  /* line 12025, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 12028, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-block {
    display: block !important;
  }
  /* line 12031, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-grid {
    display: grid !important;
  }
  /* line 12034, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 12037, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-table {
    display: table !important;
  }
  /* line 12040, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-table-row {
    display: table-row !important;
  }
  /* line 12043, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 12046, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-flex {
    display: flex !important;
  }
  /* line 12049, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 12052, node_modules/bootstrap/dist/css/bootstrap.css */
  .bootstrap-area .d-print-none {
    display: none !important;
  }
}
